:root {	
    -webkit-tap-highlight-color: rgba(223, 223, 223, 0.5);
   --bg-main-grey: #f8f8f8;	
   }
   

.alert_html {
    padding: 10px;
    background: #ffe250;
    line-height: 21px;
    text-align: center;
    color: black;
}

.alert_html p {
    font-weight: 500;
}


.local_price_title {display:none;}

#slide {padding: 30px 0 10px;}
.camera_next>span:after, .camera_prev>span:after {
    content: "";
    position: unset;
    width: 17px!important;
    height: 33px!important;
    background: url(images/icons.png) no-repeat!important;
    top: unset;
    margin-top: unset;
    left: unset;
}
.camera_prev>span:after {
    background-position: -365px -4px!important;
    left: unset;
}

.camera_prev > span {
    display: flex;
    height: 100%;
    width: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.camera_orange_skin .camera_prev > span {
    background-position: 0 -920px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.camera_prev > span, .camera_next > span  {width: 100% !important; height: 100% !important;}

.camera_next>span:after {
    background-position: -365px -4px!important;
    right: 0;
    margin-left: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.camera_orange_skin .camera_next > span {
    background-position: 0 0;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.camera_next {
    right: -15px!important;
}
.camera_prev {
    left: -15px!important;
}

.camera_next, .camera_prev {
   background: #fff;
   height: 50px!important;
   width: 50px!important;
   text-indent: -5000px;
   border-radius: 100%;
   cursor: pointer;
   box-shadow: 0 0 8px rgb(0 0 0 / 18%);
   background: rgba(255,255,255,0.95) !important;
}
.camera_next:hover, .camera_prev:hover {background-color:#fff;}

#camera_slider {
    margin: 0 auto;
    max-width: 1260px;
    display: -webkit-box;
    padding-top: 0;
}
.camera_overlayer, .camera_target {
    border-radius: 4px !important;
}

@media (max-width: 992px) {

#camera_slider {
	padding-left: 0;
	padding-right: 0;
}
	
.camera_next, .camera_prev {
    height: 45px!important;
    width: 45px!important;
    /* border-radius: 0!important; */
    display: none;
}
.camera_prev {
    left: 0 !important;
}
.camera_next {
    right: 0!important;
}
.camera_overlayer, .camera_target {border-radius: 8px;}
.camera_prev>span:after {
    margin-left: 0;
}	
}
.promo_text {
	margin: 20px 0;
	padding: 50px 30px;
	line-height: 30px;
    font-size: 15px;
}
.promo_text h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

#categories ul h2 {
   /* background: rgb(238 228 228 / 60%); */
   background: rgb(248 234 234 / 70%);
   padding: 18px;
   position: absolute;
   bottom: 3px;
   width: 100%;
   text-align: center;
   color: #4f4f4f;
   font-size: 17px;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 8px;
   font-weight: bold;
   -webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
   -ms-transition: all 200ms linear;
   -o-transition: all 200ms linear;
   transition: all 200ms linear;
   left: 0;
   width: auto;
}

#categories .pg_banner_titles {
    background: #fff;
    padding: 10px 25px !important;
    box-shadow: 1px 1px 5px 0px #0000001a;
    border-radius: 50px;
    display: inline-block;
    font-size: 20px;
}

#categories a:hover img {
    -webkit-filter: sepia(20%);
    filter: sepia(20%);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#categories a:hover h2 {
    background: #fffffff2;
}

#categories {position:relative;}
@media screen and (max-width:1024px) {
#categories ul {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
}
}
@media screen and (min-width:1024px) {
#categories ul {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 30px 0;
}
}

#categories img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
	border-radius: 10px;
}

#categories li {
	position:
	relative;
	margin-bottom: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 2000ms linear;
}


#categories li a {position: relative;-webkit-transition: all 200ms linear;-moz-transition: all 200ms linear;-ms-transition: all 200ms linear;-o-transition: all 200ms linear;transition: all 200ms linear;}

.mid-container {
    width: calc(100% - 16px);
    max-width: 1400px;
    margin: 0 auto;
}
body[class*="pcode_H001_INDEX"] .mid-container {
    max-width: 1260px;
}

#offers {
    padding: 30px 0 0;
}
#new_items {
    padding: 30px 0 0;
}

.pcode_H001_INDEX {background-color: var(--bg-main-grey);}

.region2wrap {background-color: #f8f8f8;}
#categories {padding: 20px 0;}

.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;
}

.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 {
    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: 22px;
    line-height: 29px;
    width: 100%;
	margin-bottom: 32px;
    font-weight: bold;
        text-align: center;
}
	#brands .banner_title {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 32px;
    background: #fff;
    padding: 10px 25px !important;
    box-shadow: 1px 1px 5px 0px #dfdfdf;
    width: auto;
    /* color: #76c05c; */
    border-radius: 50px;
    margin-left: 0;
    display: inline-block;
}
}


