body {margin: 0;padding: 0;font-family: system-ui, "arial narrow";font-size: 12px;}

div {
    margin: 0;
    padding: 0;
    position: relative;
}

p {
    margin: 0;
    padding: 0;
}

ol, ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

.hide {
	display: none !important;
}


h1#pageH1 {display: none;}

div#main {
    width: 100vw;
    height: max-content;
    /*background-color: #fdfdf2;*/
    background-color: #f2f2f2;
}

.header-area {
    width: 100%;
}

.menu ul {
    width: 100%;
}

div#main div.menu ul {
    width: fit-content;
    display: flex;
    list-style: none;
    position: absolute;
    right: 0;
}

div.menu {
    padding: 5px 0;
    width: 1200px;
    height: 27px;
    margin: 0 auto;
    position: relative;
}

div#main div.menu ul li{
    padding: 5px 10px;
    z-index: 101;
    position: relative;
}

div#main div.menu ul li a {
    text-decoration: none;
    color: #696969;
    font-size: 1.1em;
    cursor: pointer;
}

div#main div.menu ul li a:hover  {
    color: #c80000 !important;
}

div#main div.menu ul li:nth-child(2):hover  {
    background-color:#fff;
    box-shadow: 0px 0px 3px #aaa;
}

div.sub-menu {
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0px;
    width: fit-content;
    height: fit-content;
    box-shadow: 0px 0px 3px #aaa !important;
    clip-path: inset(0px -10px -10px -10px);
}

div#main div.menu ul li:nth-child(2):hover div.sub-menu, div.sticky #loginH:hover div.sub-menu {
    display: block;
}

div.sub-menu ul {
    display: list-item !important;
    width: max-content !important;
}

ul.sub-menu-list-left {
    background-color: #fff;
    padding: 10px;
    position: relative !important;
}

ul.sub-menu-list-left li {
    padding: 10px 10px 10px 10px !important;
}
ul.sub-menu-list-left li:first-child {
    border-bottom: 1px solid #e1e1e1;
}

ul.sub-menu-list-left li:nth-child(2) {
    box-shadow: none !important;
}

ul.sub-menu-list-left li div {
    display: flex !important;
}

ul.sub-menu-list-left li div a {
    padding: 5px 10px;
    position: relative;
    width: 75px;
    text-align: center;
    background-color: #c80000;
    color: #eee !important;
    font-weight: 800;
}

ul.sub-menu-list-left li div a:last-child {
    margin-left: 7px;
    background-color: #ffd8d8;
    color: #696969 !important;
}

#loginH {
    display: none;
}

div.sticky div.logoarea #loginH {
	position: relative;
    display: grid !important;
    height: 24px;
    width: 80px;
    grid-auto-columns: min-content;
    grid-template-areas: 'pix name';
    grid-column-gap: 4px;
    padding-top: 20px;
	padding-bottom: 26px;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: 500;
    text-wrap: nowrap;
    color: inherit;
}

div.sticky div.logoarea #loginH:hover {
	box-shadow: 0px 0px 3px #aaa !important;
}

div.sticky div.logoarea #loginH::before {
    content: " ";
    display: block;
    width: 24px;
    height: 100%;
    background-image: url(/images/_user.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.loginH::before {
	margin-left: 24px;
}

div.sticky a#loginH div.sub-menu {
    top: 70px;
}

div.sticky a#loginH .sub-menu ul {
    list-style: none;
}

div.sticky a#loginH .sub-menu ul a {
    text-decoration: none;
    color: inherit;
}

div#header {
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 0 2px #ccc;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 2px 20px #111;
	z-index: 100;
	padding: 0 !important;
}

.sticky div {
	flex-grow: 1;
}

.sticky .logo {
    height: 70px !important;
    background-size: cover !important;
}

.sticky .logosearch {
    margin-top: 15px !important;
    width: 775px !important;
}

.sticky .logocart {
    height: 70px !important;
	flex-grow: unset;
}

.headerm {
	  position: relative;
    width: 36px;
    height: 36px;
    padding: 0 2px;
    margin-top: 15px;
    margin-right: 20px;
    background-image: url('/images/h2xcate.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
    cursor: pointer;
    /* border: 1px solid #ccc; */
    border-radius: 2px;
    box-shadow: 0 0 2px #aaa;
    background-color: #f2f2f2;
}

.sticky .headerm {
    display: block !important;
	flex-grow: unset;
}

.headerm:hover {
    background-color: transparent !important;
}

.headerm .headerm_pointer {
		position: absolute;
    left: 13px;
    top: 35px;
    display: none;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background-color: #f2f2f2;
    z-index: 10;
    transform: rotate(45deg);
}

.headerm:hover .headerm_pointer {
		display: block !important;
}

.headerm ._mobilem {
    position: absolute;
    right: 0;
    top: 40px;
    display: none;
    z-index: 1;
    margin-right: -52px;
}

.headerm:hover ._mobilem {
		display: block !important;
}

._mobilem .catmenu_h {
    border-radius: 2px !important;
    padding: 0 !important;
}

._mobilem .box-content li#allCatMenu {
    background-color: #f2f2f2;
}

div.logoarea {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

div.logo div {
    display: none;
}

div.logo {
    width: 84px;
    height: 84px;
    margin-right: 24px;
    background-image: url(/images/512x512_NoBG_Logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 60%;
}

div.logosearch {
    width: 960px;
    margin-right: 20px;
    margin-top: 28px;
    display: flex;
    height: 36px;
    background-color: transparent;
    padding: 1px;
    border-radius: 15px;
    border: 1px solid #e9e7e7;
}

input#itemsearch {
    /*width: 886px; */
    width: 921px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    border-radius: 15px;
    margin-right: 3px;
}
input:-internal-autofill-selected {
    background-color: transparent !important;
}
input {
    outline: none !important;
}
div#searchbtn {
    width: 72px;
    height: 36px;
    background-image: url('/images/_search2.png');
    background-size: 42%;
    background-repeat: no-repeat;
    background-position: center;
    filter: contrast(150%);
    background-color: #c80000;
    border-radius: 18px;
    cursor: pointer;
}

.logocart {
    width: 84px;
    height: 84px;
    position: relative;
}

div#cartitno {
    background: #e90000;
    max-width: 25px;
    min-width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 20%;
    left: 20%;
    font-size: 1.2em;
    line-height: 20px;
    text-align: center;
    padding: 2px;
    z-index: 1;
}

.logocart:hover div.cartlistBox{
    display: block;
}

.logocart:hover div.carttitle{
    background-image: url('/images/_carthover.png');
  	transition: 0.6s ease;
}

.carttitle {
    width: 100%;
    height: 90%;
    margin: 0 auto;
    background-image: url(/images/cart.png);
    background-size: 60%;
    background-position: 50% 80%;
    background-repeat: no-repeat;
    filter: contrast(50%);
}

div.carttitle a {
    display: block;
    width: 100%;
    height: 100%;
}

.cartlistBox {
    height: 1px;
    display: none;
    position: absolute;
    left: 0;
}

.cartlistBox:hover #cartlist {
    /*display: block;*/
}

#cartlist {
    padding: 10px;
    max-width: 208px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 0 1px #ccc;
    clip-path: inset(0px -10px -10px -10px);
    z-index: 1;
    display: none;
}

div.section {
    width: 1200px;
    margin: 10px auto;
    display: flex;
}

.catmenu_h {
    padding: 10px 0 10px 10px;
    width: 256px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 2px #ccc;
}

div.sub-cate {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 2px 0 2px #ccc;
    width: 644px;
    border-radius: 10px;
}

li#allCatMenu {
    padding: 8px;
    position: relative;
}

li#allCatMenu a {
    font-size: 1.1em;
    text-decoration: none;
    color: #111;
    text-transform: capitalize;
}

li#allCatMenu:hover {
	box-shadow: none !important;
}

li#allCatMenu:hover div.sub-cate {
    display: none !important;
}

ul#cateMenu {
    list-style: none;
    font-size: 1.2em;
    letter-spacing: 0.01em;
}

ul#cateMenu li {
    padding: 8px;
    position: relative;
    z-index: 22;
}

ul#cateMenu li a {
    text-decoration: none;
    color: #111;
}

ul#cateMenu li:hover a {
    color: #c80000;
    font-weight: 700;
}

ul#cateMenu li:hover {
    box-shadow: 1px 1px 3px #ccc;
}

ul#cateMenu li:before {
    display: inline-block;
    margin-right: 10px;
    left: 10px;
    top: 2px;
    content: " ";
    width: 24px;
    height: 24px;
    vertical-align: top;
    background-image: url('');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

ul#cateMenu li:hover div.sub-cate {
    /*display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;*/
    display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
}

ul#cateMenu li:nth-child(1):before {
	background-image: url('/images/h2xcate.png');
}

ul#cateMenu li:nth-child(2):before {
	background-image: url('/images/c1xl1.png');
}

ul#cateMenu li:nth-child(3):before {
	background-image: url('/images/c1xl2.png');
}

ul#cateMenu li:nth-child(4):before {
	background-image: url('/images/c1xl3.png');
}

ul#cateMenu li:nth-child(5):before {
	background-image: url('/images/c1xl4.png');
}

ul#cateMenu li:nth-child(6):before {
	background-image: url('/images/c1xl5.png');
}

ul#cateMenu li:nth-child(7):before {
	background-image: url('/images/c1xl6.png');
}

ul#cateMenu li:nth-child(8):before {
	background-image: url('/images/c1xl7.png');
}

ul#cateMenu li:nth-child(9):before {
	background-image: url('/images/c1xl8.png');
}

ul#cateMenu li:nth-child(10):before {
	background-image: url('/images/c1xl9.png');
}

ul#cateMenu li:nth-child(11):before {
	background-image: url('/images/c1xl10.png');
}

ul#cateMenu li:nth-child(12):before {
	background-image: url('/images/c1xl11.png');
}

ul#cateMenu li:nth-child(13):before {
	background-image: url('/images/c1xl12.png');
}

ul#cateMenu li:nth-child(14):before {
	background-image: url('/images/c1xl13.png');
}

ul.sub-cate-list-left {
    list-style: none;
}

ul.sub-cate-list-left li {
    list-style: none !important;
  	box-shadow: none !important;
}

ul.sub-cate-list-left li:before {
    background-image: none !important;
    display: none !important;
}

ul.sub-cate-list-left li a {
    list-style: none;
    padding: 8px 5px !important;
    display: block;
    width: 95%;
    color: #111 !important;
}

ul.sub-cate-list-left li a:hover {
		color: #c80000 !important;
}

ul.sub-cate-list-left li div a {
    list-style: none;
    padding: 2px 5px !important;
    font-weight: normal !important;
}

ul.sub-cate-list-left li div a:hover {
		text-decoration: underline !important;
}

._mobilem .box-content #sbcat2 .sub-cate {
		top:  -90px;
		position: absolute;
		min-height: 537px;
}

._mobilem .box-content #sbcat3 .sub-cate {
		top:  -130px;
		position: absolute;
		min-height: 537px;
}

._mobilem .box-content #sbcat4 .sub-cate {
		top:  -170px;
		position: absolute;
		min-height: 537px;
}

._mobilem .box-content #sbcat5 .sub-cate {
		top:  -210px;
		position: absolute;
		min-height: 537px;
}

._mobilem .box-content #sbcat6 .sub-cate {
		top:  -250px;
		position: absolute;
		min-height: 537px;
}

._mobilem .box-content #sbcat7 .sub-cate {
		top:  -290px;
		position: absolute;
		min-height: 537px;
}

._mobilem .box-content #sbcat8 .sub-cate {
		top:  -330px;
		position: absolute;
		min-height: 537px;
}

._mobilem .box-content #sbcat9 .sub-cate {
		top:  -370px;
		position: absolute;
		min-height: 537px;
}

._mobilem .box-content #sbcat10 .sub-cate {
		top:  -410px;
		position: absolute;
		min-height: 537px;
}

._mobilem .box-content #sbcat11 .sub-cate {
		top:  -450px;
		position: absolute;
		min-height: 537px;
}

._mobilem .box-content #sbcat12 .sub-cate {
		top:  -490px;
		position: absolute;
		min-height: 537px;
}

.slideshow-container {
  	max-width: 668px;
    width: 668px;
    /*box-shadow: 0 0 2px #ccc;*/
    position: relative;
    height: max-content;
    text-align: left !important;
    border-radius: 10px;
}

div.slidshowarea {
    margin: 0 0 0 15px;
    display: flex;
}

.mySlides.fade img {
    border-radius: 10px;
}

.mySlides img {
    width: 100%;
    height: 298px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #ff6d6da1;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot:hover {
    /*background-color: #ff1a1a;*/
}
.active {
    background-color: #ff1a1a;
    width: 16px;
    border-radius: 4px;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3.0s;
  animation-name: fade;
  animation-duration: 3.0s;
}
@-webkit-keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}
/************************************************************************************/     

div.modeit {
    height: 216px;
    position: relative;
    margin-top: 45px;
    box-shadow: 0 0 2px #ccc;
    background-color: #fff;
    border-radius: 10px;
}

div.modit1x1 {
    height: 100%;
    display: flex;
}

div.modit1x1 a {
    display: block;
	padding-top: 8px;
    width: 20%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #111;
}

div.modit1x1 a:first-child {
    background-image: linear-gradient(to left, #fd8bac03, #f5b4c7), url(https://umbrellomax.com/images/1xstar.png);
    padding: 5% 3% 1%;
    width: 14%;
    height: 82%;
    border-radius: 10px 0 0 10px;
}

div.modit1x1 a h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

div.modit1x1 a label {
    color: #555;    
    font-size: 1.05em;
}

div.modit1x1 a h4 {
    color: #e70041a8;
    font-size: 1.3em;
    margin-top: 9px;
}

.slideshowarearight {
    width: 232px;
    height: 99%;
    margin: 0 0 0 15px;
    padding: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 2px #ccc;
    background-image: url(/images/sal1xd1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #fff;
}

.salute {
    width: 128px;
    height: 128px;
    display: block;
    margin: 10px auto;
    margin-top: 20px;
    background-image: url(/images/customer.png);
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: #ffffffd1;
    box-shadow: 0 0 3px #ccc;
}

div.u_menu {
    width: 100%;
    display: flex;
}

a.au_menus {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 1.1em;
    color: #222222;
    margin: 0 auto;
}

span._1menus {
    display: block;
    width: 80%;
    margin: 0 10% 5px;
    height: 62px;
    border-radius: 50%;
    background-color: #f5f5f5b0;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    filter: contrast(80%);
}

span._2menus {
    display: block;
    width: 90%;
    margin: 5px 5%;
}

span._11xu {
    background-image: url('/images/customer.png');
}

span._21xu {
    background-image: url(/images/u_orders.png);
}

span._31xu {
    background-image: url(/images/u_cart.png);
}

.salutetxt {
    display: block;
    font: normal 16px sans-serif;
    margin: 20px auto;
    padding: 5px 0;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    font-size: 1.25em;
    background-color: #ffffff96;
}

.access {
    width: 100%;
    margin: 0;
    text-align: center;
    display: flex;
}

.access a {
    display: block;
    font-size: 16px;
    border: 1px solid black;
    width: 80px !important;
    text-decoration: none;
    padding: 5px;
    border-radius: 15px;
    margin: 0 10px;
    font-weight: 600;
    box-shadow: 0 0 3px #ccc;
}

#join {
    border: none;
    background-image: linear-gradient(90deg, #C80000, #FFEFEF);
    color: #fff;
}

#sginin {
    border: none;
    background-image: linear-gradient(90deg, #FFEFEF, #fff);
    color: #111;
}

.cp {
	width: 120px;
	height: 120px;
	margin: 10px auto;
	margin-top: 45px;
	background-image: url("../images/bp.png");
	background-size: cover;
}

.dealsctn {
    width: -webkit-fill-available;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 2px #ccc;
    padding: 10px;
    border-radius: 10px;
}

._h1xdeal, ._6x_deals{
    display: flex;
    width: 100%;
    padding-top: 10px;
}

._h1xdealx1 {
    display: flex;
}

._h1xdealx1 h2 {
    font-size: 2.75em;
    color: #ff3256;
    padding-right: 9px;
    font-style: oblique;
    letter-spacing: -1px;
}

._h1xdealx1 label {
    display: block;
    position: absolute;
    font-size: 1.8em;
    left: 88px;
    bottom: 3px;
    width: max-content;
    font-weight: 500;
    color: #bbb;
}

.vmx1 {
    text-decoration: none;
    font-size: 1.3em;
    font-weight: 500;
    color: #666;
    display: block;
    position: absolute;
    right: 0;
    bottom: 5px;
}

div._moditctn {
    width: 92%;
    height: 100%;
    padding: 0 5px;
}

div._moditximg {
    width: 100%;
    height: 68%;
    background-image: url(/images/t1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

div._moditsout {
    background-color: #e70041;
    text-align: center;
    color: #eee;
    padding: 2px 0;
    display: block;
    position: absolute;
    margin-top: -13px;
    margin-left: 8px;
    width: 80%;
    border-radius: 10px;
}

div._modit_title {
    width: 100%;
    padding: 5px;
    text-align: center;
    margin-top: 3px;
    font-weight: 700;
    font-size: 1.2em;
    max-height: 60px;
}

a.f-space {
    width: 100%;
    background-image: radial-gradient(circle, #FFC8C8, #FFA1A1, #FF7A7A, #FF5252, #FF5252, #C80000, #C80000);
    font-size: 50%;
}

div.f-spaceBG {
    width: 100%;
    height: 100%;
    background-image: url(/images/addbkgimg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

div.f-spacemid {
    width: 240px;
    height: 240px;
    max-width: 240px;
    margin: auto 15%;
    box-shadow: 0 0 8px 6px #fff;
    border-radius: 8px;
    padding: 10px 20px;
    margin-top: 1%;
    background: #ffffff0a;
    color: #000;
    font-weight: 900;
    font-size: 3.5em;
}

div.f-spacePER {
    background-color: #7030A0;
    width: 72px;
    height: 72px;
    font-size: 0.6em;
    border: 6px solid #7030A0;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 1.4em;
    position: absolute;
    left: 75%;
    top: 70%;
    box-shadow: 2px 4px 10px #111;
}

div.f-spacePER span {
    display: block;
    margin: 0 auto;
    padding-top: 3px;
}
label.perVal {
    font-size: 3em;
}

div.f-spacePER span:nth-child(3) {
    text-align: right;
    margin-right: 12px;
}

div.f-spacemid p:nth-child(2) {
    position: absolute;
    top: 29%;
    font-size: 3.5em;
    display: block;
    margin: 0 auto;
    color: #eee;
    text-shadow: 0px 0px 18px #7f0000;
    transform: rotate(-16deg);
}

p.f-spacesn {
    width: max-content;
    padding: 5px;
    background: yellow;
    color: red;
    font-size: 0.75em;
    position: absolute;
    bottom: 24px;
    left: 30%;
}

div .f-spacemid p {
    display: block;
}

div.f-spaceBG5 {
    background-size: cover !important;
    background-position: -175px 0 !important;
}

div.f-spacemid5 {
    width: 60% !important;
}

div.f-spacemid5 p:nth-child(2) {
    font-size: 2.4em !important;
}

p.f-spacesn5 {
    left: 10% !important;
}

a._deali {
    display: block;
    min-width: 205px; /*width: 92%; 15.8%;*/
    text-decoration: none;
    color: #999999;
    padding: 5px;
    border-radius: 10px;
    margin: 0 5px;
}

a._deali:first-child {
    background-color: #ffebea;
}

a._deali div, a._deali label {
    cursor: pointer;
}

div._dealictn {
    width: 100%;
    border-radius: 10px;
}

div._dealiximg, div._1_advximg {
    width: 90%;
    height: 196px;
    display: block;
    /*background-color: #f2f2f2a3;*/
    border-radius: 5px;
    background-image: url(/images/t1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

div._dealxamt {
    width: 90%;
    display: block;
	margin: 0 auto;
}

label._dealx1, label._dealx2 {
    display: block;
    width: 100%;
    margin: 2px 0;
}

label._dealx1 {
    color: #fa3154 !important;
    font-weight: 700;
}

label._dealx1 b {
    font-size: 2.4em;
    margin-left: 2px;
    font-family: sans-serif;
}

label._dealx2 {
    font-size: 1.3em;
    text-decoration: line-through;
    font-weight: 400;
}

label._dealx2 b {
    font-weight: unset;
}

div._deali_ordstat {
    color: #000;
}

div.adv_h1, div._1_adv {
    width: 100%;
}

div._1_adv {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

div.adv_h1 {
    display: flex;
    margin: 20px 0 10px;
}

table.lazy_load tr td {
    padding-top: 7px;
}

table.lazy_load tr:first-child td {
    padding-top: 0;
}

.adv_h1_cntr {
    width: 620px;
    display: flex;
    margin: 0 auto;
}

div.adv_h1_cntr hr {
    width: 100%;
    height: 0px;
    border-top-color: #dfdfdf;
}

div.adv_h1_cntr label {
    font-size: 2.0em;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #222222;
    position: relative;
    margin-top: 7%;
}

div.adv_h1_cntr div {
    width: 30%;
    margin: 0 10px;
}

div.hrctn {
    padding: 12px 0;
}

a._deali:hover div._dealiximg {
    background-color: #eee;
}

.dealsctn:hover {
    box-shadow: 0 0 8px #ccc;
}

a._deali:hover div._dealiximg {
    background-color: #eee;
}

.dealsctn:hover {
    box-shadow: 0 0 8px #ccc;
}

div._advamt label._dealx1 {
    color: #222 !important;
}

._advsout, ._adv_1_title, ._adv_1_shipstat {
	margin: 0 auto;
    margin-top: 5px;
    color: #302222;	
	width: 90%;
}

a._advi {
    margin-left: 0px !important;
    margin-right: 10px !important;
    background-color: #fff !important;
    padding: 10px;
}

._adv_1_shipstat {
    color: #009900;
}

a._deali._advi:hover {
    box-shadow: 0 0 10px 2px #ccc;
}

p._l_more {
    position: relative;
    padding: 10px;
    margin-top: 36px;
    height: 8px;
    background-image: url(/images/pg_load2.gif);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

._cicons .cicons{
    display: flex;
    margin: 0 16px;
}
._cicons .cicons .sub-cate {
    display: none !important;
}
._cicons .cicons #allCatMenu {display: none;}
._cicons .cicons li {width: 120px !important;height: 176px;margin: 0 34px;display: block;text-align: center;padding: 0 !important;cursor: pointer;}
._cicons {
    overflow: auto;
    margin: 0 32px;
    padding: 48px 0 0;
}
._cicons .cicons li:before {
    width: 120px !important;
    height: 120px !important;
    border-radius: 60px;
    /* background-color: yellow; */
    background-size: contain !important;
    cursor: pointer !important;
}

._cicons::-webkit-scrollbar {
    width: 0px;
}

.cicon_l {
    display: block;
    width: 30px;
    height: 62px;
    position: absolute;
    top: 15%;
    left: 32px;
    background-color: #ffffffad;
    border-radius: 16px;
    border: 1px solid #aaa;
    cursor: pointer;
    z-index: 23;
    font-size: 3em;
    text-align: center;
    margin-top: 48px;
}

.cicon_r {
    display: block;
    width: 30px;
    height: 62px;
    position: absolute;
    top: 15%;
    right: 8px;
    background-color: #ffffffad;
    border-radius: 16px;
    border: 1px solid #aaa;
    cursor: pointer;
    z-index: 23;
    font-size: 3em;
    text-align: center;
    margin-top: 48px;
}

._cicons #cateMenu li:hover {
    box-shadow: none !important;
}

.cicon_l:hover, .cicon_r:hover {
    background-color: #aaaaaaad;
}
._cicons .cicons li:nth-child(2):before {
    background-image: url(/images/micon/apparels.png) !important;
}
._cicons .cicons li:nth-child(3):before {
    background-image: url(/images/micon/transport.png) !important;
}
._cicons .cicons li:nth-child(4):before {
    background-image: url(/images/micon/electronics.png) !important;
}
._cicons .cicons li:nth-child(5):before {
    background-image: url(/images/micon/tools.png) !important;
}
._cicons .cicons li:nth-child(6):before {
    background-image: url(/images/micon/gifts.png) !important;
}
._cicons .cicons li:nth-child(7):before {
    background-image: url(/images/micon/home.png) !important;
}
._cicons .cicons li:nth-child(8):before {
    background-image: url(/images/micon/health.png) !important;
}
._cicons .cicons li:nth-child(9):before {
    background-image: url(/images/micon/shoes.png) !important;
}
._cicons .cicons li:nth-child(10):before {
    background-image: url(/images/micon/equip.png) !important;
}
._cicons .cicons li:nth-child(11):before {
    background-image: url(/images/micon/agric.png) !important;
}
._cicons .cicons li a {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 100%;
}

/************************* FOOTER *************************/
#footer {
	background: #474b4f;
	padding: 8px;
	position: relative;
	text-align: center;
  margin-top: 36px;
}
.newsletter {
	width: 98.95%;
	padding: 30px 0;
	background-color: #6b6e70;
	margin: 0 auto;
	
}
.nl-link {
	width: 1200px;
	padding: 30px 0 0px;
	background-color: transparent;
	margin: 0 auto;
	color: #ddd;
}
.nl-link div {
	font: normal 16px Arial, sans-serif;
	text-align: left;
	display: inline-block;
	margin: 0 20px 20px 50px;
}
.nl-link div ol {
	font: normal 12px Arial, sans-serif;
	list-style-type: none;
	padding: 0 !important;
}
.nl-link div ol li {
	padding-bottom: 10px;
}
.nl-link div ol li a {
	font: normal 12px Arial, sans-serif;
	list-style-type: none;
	padding: 0 !important;
	color: white;
	text-decoration: none;
}
.nl-link div ol li a:hover {
	text-decoration: underline;
}
.nl-link hr {
	border-color: #666;
	margin-bottom: 20px;
    margin-left: -8px;
    width: 100%;
}
.socialm a img {
	width: 32px !important;
	height: 32px !important;
	margin-left: 20px !important;
}
.socialm {
	display: block !important;
	text-align: center !important;
}


/*****************Login *****************/
#loginPanel{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #00000096;
	z-index: 151;
}
#warningCtn {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 101%;
    height: 116vh;
	z-index: 151;
}
.glass {
    filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    -moz-filter: blur(4px);
    -webkit-filter: blur(4px);
}
.loginBox {
	display: none;
    width: 450px;
    height: 450px;
    margin: 25vh auto;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
	text-align: center;
}
#warning {
    position: absolute;
    top: 12.5%;
    left: 50%;
    display: none;
    width: 450px;
    height: 250px;
    margin-left: -225px;
    margin-top: 100px;
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 20px #000;
    font-size: 24px;
    background-color: #666;
    color: #ddd;
}
.warningImg {
    width: 500px;
    height: 100px;
    background-image: url(../images/disclaimer1.jpg);
    background-size: 300px 100px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: -54px -25px 0;
    border-bottom: 2px solid #444;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
}
.closeLogin {
	width: 32px;
	height: 32px;
	float: right;
	cursor: pointer;
	margin: -20px -20px 0 0;
}
#loginarea { 
	margin: 0 auto; 
	box-sizing: 
	border-box; 
	width:360px; 
	height:282px; 
	font: normal 1.1em 'Roboto', sans-serif; 
	line-height: 1.42857143; 
	color:#333;
}
#btnLogin, #btnresend, #btnAddprod { 
	-webkit-appearance: button; 
	cursor: pointer; 
	padding: 7px 16px 10px !important; 
	font-size: 18px; line-height: 1.33; 
	border-radius: 6px !important; 
	color: #fff; 
	background-color: #5cb85c !important;
	border-color:#4cae4c !important; 
}
#btnReg { -webkit-appearance: button; cursor: pointer; padding: 7px 16px 10px !important; font-size: 18px; line-height: 1.33; border-radius: 6px !important; color: #fff; background-color: #5bc0de !important;border-color:#46b8da !important; }
#loginarea label, #signuparea label { display:block; cursor:default; font: inherit; max-width:100%; margin-bottom:5px; font-weight:bold;}
#loginarea input, #signuparea input { 
	width: 330px;
    margin-bottom: 20px;
    display: block;
    height: 34px;
    padding: 6px 16px 6px;
    font-size: 1.3em;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); */
    cursor: pointer;
}
hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; }
#loginarea a, #signuparea a, #get_actn { margin:0 auto !important; text-decoration: none !important; font-size: 1em !important; color: #428bca; background: transparent; cursor: pointer; text-align: center !important;}
#getpass { width:100%; }
#getpass a:first-child {
	float: left;
	margin-bottom: 16px !important;
}
#get_actn { float: right; }
.signupBox {
	display: none;
	width: 850px;
	height: 550px;
	margin: 20vh auto;
	background: #fff;
	padding: 25px;
	border-radius: 5px;
	box-shadow: 0 0 20px #000;
}
.progressBar {
	width: 90%;
	display: inline-block;
	margin: 10px auto;
	text-align: center;
	vertical-align: middle;
	padding-left: 16px;
}
.signupStage {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #aaa;
	padding: 0;
	margin-left: -16px;
	z-index: 106;
}
.signupLink {display: inline-block;
	position: relative;
	top: -12px;
	width: 254px;
	height: 8px;
	background: #aaa;
	padding: 0;
	margin-top: -20px;
	margin-left: -32px;
}
.closeSignup {
	width: 32px;
	height: 32px;
	float: right;
	cursor: pointer;
	margin: -20px -20px 0 0;
}
#signuparea {
	margin: 0 auto; 
	box-sizing: 
	border-box; 
	width:800px; 
	height:382px; 
	font: normal 1.1em 'Roboto', sans-serif; 
	line-height: 1.42857143; 
	color:#333;
	text-align: center;
}
.regTab {
	position: absolute;
	background: #fff;
	width: 800px;    
	height: 360px;
	z-index: 105;
}
.regTab input {
	width: 364px !important;
}
.regTab img {
	margin-top: 20px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
}
.regTab img:hover {
	margin-top: 19px;
	border: 1px groove #ccc;
	cursor: pointer;
}
#signuparea input {
	margin: 5px auto;
}
.inputtext {
	position: absolute;
	bottom: 0;
	-webkit-appearance: button; 
	cursor: pointer;  
	line-height: 1.33; 
	border-radius: 5px !important; 
	color: #fff; 
	background-color: #C00000 !important;
	margin-bottom: 5px;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #C00000;
}
#login_err {
    display: block;
    margin-bottom: 16px;
}


.seePass::after {
    content: "";
    display: flex;
    position: absolute;
    top: 86px;
    right: 1em;
    width: 18px;
    height: 18px;
    margin-right: 1em;
    cursor: pointer;
    background-image: url(/images/pass.png);
    background-size: 18px 36px;
    background-repeat: no-repeat;
}

.clsPass::after {
	background-position-y: -20px !important;
}


#btnBackTb1, #btnNextTb1, #btnBackTb2, #btnNextTb2, #btnBackTb3, #btnNextTb3,#btnBackTb4, #btnNextTb4 {
	width: 150px !important;	
}
#btnBackTb1, #btnBackTb2, #btnBackTb3, #btnBackTb4 {
}
#btnNextTb1, #btnNextTb2, #btnNextTb3, #btnNextTb4 {
	margin-left: 650px !important;
}
#cartlist ul {
    list-style: none;
    padding: 0;
}
#cartlist ul li {
    padding: 5px;
    text-align: left;
}
#cartlist ul li:last-child {
    text-align: center;
}
#cartlist ul li img {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain;
}
#cartlist ul li div {
    position: relative;
    display: inline-block;
    top: -8px;
    padding: 0 10px 0 5px;
}
#cartlist ul li div:last-child {
    font-size: 16px;
    font-weight: 300;
    padding: 0 2px 0 2px !important;
    text-align: right !important;
    width: 120px !important;
}

/********************************** Join Us ***********************************/

#joinusPg {
    display: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 150;
    background-color: #111111ba;
}
#joinusSele {
    min-width: 600px;
    width: 75%;
    background-color: #fff;
    margin: 100px auto 0;
    padding-bottom: 75px;
}
.joinusheader {
    background-color: darkslategrey;
    padding: 5px 20px !important;
    font: bold 20px monospace !important;
    text-transform: uppercase;
    text-align: left;
    color: floralwhite;
}
#joinusSele p {
    margin-top: 50px;
    margin-bottom: 0;
    font: normal 24px/20px "arial narrow";
    padding: 10px 200px;
}
#joinusSele p span {
    font-size: 16px;
}
.joinusType {
    background-color: #efefefe3;
    border: 1px solid #ddd;
    border-radius: 15px;
    min-width: 200px;
    width: 25%;
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
    position: relative;
    /* padding-bottom: 20px; */
}
.joinusType a {width: 100%;height: 100%;/* position: absolute; */bottom: 0;/* padding: 20px 0; */}
.joinusType p {
    padding: 30px 0 !important;
    font-size: 18px !important;
    margin-top: 0 !important;
}
.joinusType a p:nth-child(1) {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.joinusType p label {
    font: 600 18px arial;
}

.joinusType p span {background-color: goldenrod;padding: 0 5px;font-size: 16px;}
#joinusSeller p:nth-child(1) {
    background-image: url(../images/joinus_merchant.png);
}
#joinusBuyer p:nth-child(1) {
    background-image: url('../images/joinus_buyer.png');
}#xjoin {
    float: right;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px outset transparent;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    background-color: transparent;
}


/* New Login Style */
#loginPanel {
    position: fixed !important;
    width: 100vw !important;
    background-color: #0a0a0aa6 !important; 
}

.loginBox {
    background: #fff !important;
    border-radius: 9px !important;
    box-shadow: 0 0 1px #fff !important;
	text-align: center;
}

@media screen and (max-height: 700px) {
	.loginBox, .signupBox {
		margin: 10vh auto;
	}
}

.closeLogin, .closeSignup {
    display: inline-block;
    width: 24px;
    height: 22px;
    background-color: #f2f2f2;
    float: right;
    cursor: pointer;
    font-size: 1.2em;
    border-radius: 50%;
    margin: 0;
    text-align: center;
}

.loginBox h2, .signupBox h2 {
    display: inline-block;
    padding: 0 8px;
    margin: 0 8px;
    font-size: 1.3em;
    font-weight: normal;
    cursor: pointer;
}

.gateway-active {
    font-weight: 700 !important;
    position: relative;
    color: inherit !Important;
}

.gateway-active:after {
    content: " ";
    height: 3px;
    width: 24px;
    border-radius: 1.5px;
    background-color: #c80000;
    position: absolute;
    left: 21px;
    bottom: -12px;
}

.gateway h2:hover {
    color: #c80000;
}

#loginarea input, #signuparea input {
    box-shadow: none;
}

#loginarea input[type=text], #signuparea input[type=text], #loginarea input[type=password], #signuparea input[type=password], #signuparea input[type=email], #registerbtn {
    width: 330px !Important;
    margin-bottom: 20px;
    display: block;
    height: 36px;
    padding: 6px 16px 6px;
    font-size: 1.3em !Important;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
}

#getpass {
    width: 100%;
    margin: 32px 0 32px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20%;
}

#getpass a {
    float: unset !important;
    font-size: 1em !important;
}

._clicked {
	background-image: url(/images/login_wait.gif);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#loginarea input[type=button], #signuparea input[type=button], #registerbtn {
    width: 100% !Important;
    max-height: 40px;
    padding: 8px 16px !important;
    height: auto !important;
    font-weight: 600 !important;
    color: #ffffff96 !important;
    border-radius: 20px !important;
	font-size: 1.3em;
}

input#btnLogin {
    background-color: #93d793 !important;
    border-color: #93d793 !important;
}

input#btnReg, #registerbtn {
    background-color: #8ec8d9 !important;
    border-color: #8ec8d9 !important;
}

#loginarea input[type=button]:hover, #signuparea input[type=button]:hover, #registerbtn:hover {
    color: #fff !important;
}

.signupBox, .loginBox {
    width: 450px;
    height: 450px;
    background: #fff !important;
    border-radius: 9px !important;
    box-shadow: 0 0 1px #fff !important;
    margin: 10vh auto;
    text-align: center;
}

#signuparea {
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    height: 346px;
    font: normal 1.1em 'Roboto', sans-serif;
    line-height: 1.42857143;
    color: #333;
    overflow-y: auto;
}

.regTab {
    width: 100%;
}

a#registerbtn {
    font-size: 1.3em !important;
    width: 330px !important;
}

#signuparea::-webkit-scrollbar {
    width: 4px;
}