:root {
	
    -webkit-tap-highlight-color: rgba(223, 223, 223, 0.5);
/*
--cat-image-1: url(/images/categories/cat1.jpg);
--cat-image-2: url(/images/categories/cat2.jpg);
--cat-image-3: url(/images/categories/cat3.jpg);
--cat-image-4: url(/images/categories/cat4.jpg);
--cat-image-5: url(/images/categories/cat5.jpg);
--cat-image-6: url(/images/categories/cat6.jpg);
--cat-image-7: url(/images/categories/cat7.jpg);
--cat-image-8: url(/images/categories/cat8.jpg);
--cat-image-9: url(/images/categories/cat9.jpg);
--cat-image-10: url(/images/categories/cat10.jpg);
--cat-image-11: url(/images/categories/cat11.jpg);
--cat-image-12: url(/images/categories/cat12.jpg);
--cat-image-13: url(/images/categories/cat13.jpg);
--cat-image-14: url(/images/categories/cat14.jpg);
--cat-image-15: url(/images/categories/cat15.jpg);
*/
--bg-main-grey: #f8f8f8;	
}

/*
.categorie li h2 a:nth-child(1):before {background-image: var(--cat-image-1);}
.categorie li h2 a:nth-child(2):before {background-image: var(--cat-image-2);}
.categorie li h2 a:nth-child(3):before {background-image: var(--cat-image-3);}
.categorie li h2 a:nth-child(4):before {background-image: var(--cat-image-4);}
.categorie li h2 a:nth-child(5):before {background-image: var(--cat-image-5);}
.categorie li h2 a:nth-child(6):before {background-image: var(--cat-image-6);}
.categorie li h2 a:nth-child(7):before {background-image: var(--cat-image-7);}
.categorie li h2 a:nth-child(8):before {background-image: var(--cat-image-8);}
.categorie li h2 a:nth-child(9):before {background-image: var(--cat-image-9);}
.categorie li h2 a:nth-child(10):before {background-image: var(--cat-image-10);}
.categorie li h2 a:nth-child(11):before {background-image: var(--cat-image-11);}
.categorie li h2 a:nth-child(12):before {background-image: var(--cat-image-12);}
.categorie li h2 a:nth-child(13):before {background-image: var(--cat-image-13);}
.categorie li h2 a:nth-child(14):before {background-image: var(--cat-image-14);}
.categorie li h2 a:nth-child(15):before {background-image: var(--cat-image-15);}
*/
.mid-container {
    width: calc(100% - 32px);
    max-width: 1400px;
    margin: 0 auto;
}
body[class*="pcode_H001_INDEX"] .mid-container {
    max-width: 1400px;
}
.pcode_H001_INDEX {background-color: var(--bg-main-grey);}
#offers {
    padding: 30px 0;
}
#new_items {
    padding: 10px;
}

#slider {margin-top: 25px;}

.region2wrap {background-color: #f8f8f8;}
#categories {
	padding: 30px 0 50px;
	/*background: #e8f1f1; */
}

.categories h2 a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    height: calc(100% - 56px);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 72px;
    height: 72px;
}
.categories li:hover h2 a:before {
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
}
.categories h2 a:before{
	/*content: var(--varcatimg);*/
	background-image: var(--varcatimg);
}
.bg {
	height: 72px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 65px;
}
.none {display:none !important;}

.tooltip-container-login {
	position: relative;
	display: none;
}
.tooltip-container-login.hide {
display:none !important;
}
.tooltip-text {
    opacity: 0;
    z-index: 99;
    color: #fff;
    display: block;
    font-size: .6875rem;
    padding: 5px 10px;
    border-radius: 3px;
    text-shadow: 1px 1px 2px #000;
    background: #231f20;
    border: 1px solid #231f20;
    box-shadow: 0 0 3px #000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    width: 100px;
    text-align: left;
	white-space: normal;
	line-height: 1.27;
}

.tooltip-text:after,
.tooltip-text:before {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #333;
    position: absolute;
    top: -10px;
    left: 43%
}

.tooltip-container-login .tooltip-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.tooltip-close {
    z-index: 999;
    position: relative;
    top: 2px;
    left: 100px
}
/*
.tooltip-close:after {
	font-family: FontPro;
    content: "\f00d";
    position: absolute;
    top: 0;
    color: #fff;
    right: 5px
}
*/
.tooltip-close .icon-close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
}

.header-link:hover .tooltip-container-login {
    display: block;
	opacity:1;
}

.header-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    justify-content: flex-end
}

@media screen and (min-width:64em) {
    .tooltip-container-login {
        top: 20px;
        right: 82px
    }
    .tooltip-text {
        width: 142px
    }
    .tooltip-close {
        left: 141px
    }	
}

@media screen and (min-width:961px) {

}
.categories .category.toggle-content .show-hide-cat  {
    /* display: block; */
    /* position: absolute; */
    /* bottom: 0; */
    /* background: #fff; */
    /* width: 100%; */
    /* text-align: center; */
    /* left: 0; */
    /* padding: 8px; */
}
.categories .svg-inline--fa {
    height: 0.75em;
}
/*
.categories .category.toggle-content:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
	background: #fff;
	background: -webkit-gradient(linear,left bottom,left top,from(#fff),to(hsla(0,0%,100%,0)));
	background: -o-linear-gradient(bottom,#fff 0,hsla(0,0%,100%,0) 100%);
	background: linear-gradient(0deg,#fff,hsla(0,0%,100%,0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.categories .category.toggle-content.hide:before {
	display:none;
}
.toggle-content .show-hide-cat {
    will-change: transform;
    bottom: 5px;
    -webkit-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
}
.show-hide-cat {
    margin: 0 auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    width: 30px;
    height: 30px;
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    bottom: -10px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
    box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
    right: 0;
}
*/
/*
ul li:nth-child(n+4){
  display: none;
}
*/

.trending-banner .trending-menu {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    overflow: auto;
}
.trending-banner .trending-menu-title {
    font-size: 12px;
    line-height: 15px;
    color: #bd9b40;
    font-style: italic;
}

.trending-banner .trending-menu ul{
    display: flex;
    align-items: center;
	margin-left: 5px;
}
.trending-banner .trending-menu ul li{
	margin: 0 5px;
    font-size: 12px;
    line-height: 15px;
    color: #0c172e;
}
.trending-banner .trending-menu ul li a {
	transition: all .3s ease 0s;	
}
.trending-banner .trending-menu ul li a:hover {
	text-decoration: underline;
	color: #000;
}


.main-wrapper:empty *:empty {display: none;}
.category.health-beauty {
    background: #dd6c75;
}
.categories_banner {
	background: #f1f1f1;
	display: flex;
	padding: 20px 0;
}
.categories_banner dl {
	width: 100%;	
}
.categories {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(220px, 1fr) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 16px;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    margin: 0 0 20px;
    will-change: opacity;
}
.categories img {
	display: inline-block;
	max-width: 100%;
	max-height: 72px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
}
@media (min-width: 1326px){
.categories {
    -ms-grid-columns: minmax(220px, 1fr) [5];
    grid-template-columns: repeat(5, minmax(220px, 1fr));
}
}
.categories h2 {
	margin-bottom: 4px;
	padding-right: 18px;
	width: 100%;
}
.categories h2 span:hover {
    border-bottom: 1px solid;
}

.categories h2 a {
    font-size: 16px;
    display: block;
    padding: 24px 0 8px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    /* color: #bd9b40; */
}
.category-image {
	position: relative;
	display: flex;
    flex-direction: column;
	align-items: center;
    height: 100%;
	width: 100%;
}
.category-image a img {
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;	
}
.category:hover a img {
	-webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
}
.category a {
	display: flex;
	margin-top: auto;
}
.category {
	font-size: 14px;
	line-height: 18px;
	display: inline-flex;
	flex-direction: column;
	position: relative;
	/* margin-right: 16.5px; */
	/* width: 213px; */
	border-radius: 8px;
	padding: 0 0 0 0;
	/* overflow: hidden; */
	align-items: flex-start;
	/* width: 100%; */
	background: #fff;
    border: 1px solid #ddd;
    padding: 0 22px 88px;	
}
.category.toggle-content {
	/*max-height: 258px;*/
	overflow: hidden;
}
.subcategory-link {
	padding: 6px 0;
}
.subcategory-link span {
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    max-width: 100%;
    display: block;
    color: #6c6c6c;
}
.subcategory-link span {
	border-bottom: 1px solid transparent;
}
.subcategory-link:hover span {
    border-color: currentColor;
}
.more-categories {
    font-style: italic;
    margin-top: 10px;
	font-weight: 600;
    font-size: 12px;
}
.more-categories .subcategory-link span:before {
    font-family: 'FontPro';
    content: "\f292";
    font-weight: 400;
    margin-right: 1px;
}
.banner_title {
    font-size: 18px;
    /* line-height: 23px; */
    margin: 0 auto 24px;
    width: calc(100% - 32px);
}
@media (min-width: 769px) {
.category {
    height: 100%;
    background: #fff;
    border: 1px solid #ddd;
	padding: 0 22px 88px;
}
.banner_title {
    font-size: 28px;
    /* line-height: 29px; */
    width: 100%;
    margin-bottom: 32px;
    color: #046d94;
    font-weight: 700;
}
}


