@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body, header, footer, div, p, a, img, ul, li, h1, h2, h3, h4{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
}

html,body {
	height:100%;
}

body{
	background: #ededed;
	text-align: center;
	width:100%;
}

.logo-box {
	width: 190px;
}

header{
	width:100%;
}

header h2#campaign-head img{
	width:100%;
	display:block;
}

#mobile {
	display: none !important;
}

.wrapper-center{
	max-width:1400px;
	width:100%;
	margin:0 auto;
	display:table;
}

#back-to-site a{
	font-size: 22px;
	color: var(--white);
	background: #46D3E6;
	padding: 5px 10px;
	white-space: nowrap;
}

#back-to-site span.clever-link {display:block;margin-top: 20px; margin-bottom: 30px; font-size:16px;color: var(--black-color);background: var(--white);padding: 10px 0px;border-radius: 5px;}

#back-to-site .arrow{
	width: 0px;
	height: 0px;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 10px solid #46D3E6;
	display: block;
	position: absolute;
	right: -10px;
	top: 67px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

nav#h-nav{
	background: var(--main-color);
}

nav#h-nav a{
	font-size: 16px;
	color: #3a3a3a;
	padding: 15px 16px;

}

.sold {
	background: var(--white) !important;
	color: var(--sold-btn-color) !important;
	border: 1px solid var(--sold-btn-color) !important;
}


nav#h-nav a{
	background: var(--main-color);
	color: var(--white);
	font-weight: bold;
	/*-webkit-transition: all 0.2s linear;*/
	/*-moz-transition: all 0.2s linear;*/
	/*-o-transition: all 0.2s linear;*/
	/*transition: all 0.2s linear;*/
}


nav#h-nav.sticky a{color:var(--white);}

nav#h-nav a.top-selected{
	background: var(--white);
	color: var(--main-color);
	font-weight: bold;
}

nav#h-nav a:hover {
	background: var(--white);
	color: var(--main-color);
}


#back-to-site span.clever-link:hover {
	background: #e8e8e8;
	color: var(--black-color);
}

#campaign-head {
	display: none;
}

#logo {
	margin-top: 30px;
}


aside.sub_cat_active{
	float:left;
	width: 200px;
	margin-top:10px;
}

aside.sub_cat_active h3{
	margin-right:10px;
	background:#e8e8e8;
	font-size:18px;
	color:var(--black-color);
	padding: 10px 0px 10px 0px;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

aside.sub_cat_active .aside-selected{
	/*background: #0F4C81;*/
	color: var(--main-color);
}

aside.sub_cat_active .aside-selected a:hover{
	color: var(--navbar-selectet);
}

aside.sub_cat_active .aside-selected a{
	color: var(--navbar-selectet);
}

aside.sub_cat_inactive{
	display:none;
}


.section-ttl{
	font-size:30px;
	padding: 4px 0;
	text-align: center;
	font-weight: bold;
	color:#010101;
	background: #e8e8e8;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


aside.sub_cat_active ul{
	margin-right:10px;
	background:var(--white);
	list-style-type: none;
	padding: 0px;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
aside.sub_cat_active ul li{
	padding:7px 10px;
}


aside.sub_cat_active ul li a{
	font-size: 16px;
	color:var(--black-color);
	line-height: 1.2em;
	padding: 0;
	font-weight: bold;
}
aside ul li{

	list-style-type:none !important;
}

aside.sub_cat_active a:hover{
	color:var(--navbar-hover);
}

section.product-grid{
	float:right;
	width:1200px;
	background: var(--white);
	margin-top:10px;
	text-align:left;
	border-radius: 10px;
}


.product-item a{opacity: 1; transition: all 0.2s ease-in-out;}


.product-item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 10px 5px 20px 5px;
	position: relative;
	z-index: 2;
	/*height: 400px;*/
	height: 410px;
	text-align: center;
}

.see-all-link{
	transition: all 0.2s ease-in-out;
	width: 99%;
	margin: 5px auto;
	margin-left: 5px;
	display: block;
	text-align: center;
	float: left;
	background: var(--main-color);
	padding: 10px 0px;
	border-radius: 10px;
}

.see-all-link:hover{
	background: var(--main-color);
}

.see-all-link a{
	color:var(--white);
	text-decoration: none;
	font-size:22px;
	display: block;
}


.product-item .product-img-wrapper{
	width: 190px;
	height: 260px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.product-item.product-on-focus .product-img-wrapper{
	width: 100vw;

	background-size: contain;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.product-item .product-img-wrapper img{
	width:100%;
	max-width:180px;
	height: auto;
	max-height:100%;
}

.product-item .product-ttl{
	text-align: left;
	color: #010101;
	font-size: 16px;
	margin: 10px 0;
	font-weight: 400;
	height: 33px;
	overflow: hidden;
	line-height: 1em;
}

.discount{
	background-color: var(--label-price-bg-color);
	color:var(--white);
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	border-radius: 5px;
}

.product-on-focus .discount{
	background-color: var(--focus-label-price-bg-color);
}

.discount .label{
	font-size: 13px;
	text-transform: uppercase;
}

.labels-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.product-item.product-on-focus .labels-box {
	width: auto;
	left: 50%;
	transform: translateX(-50%);
}

.labels-box-top {
	position: absolute;
	left: 0;
	top: 13%;
}

.product-on-focus .labels-box-top {
	left: -1px;
}

.labels-box-top.no-price-promo {
	top: 0
}


.labels-box .label {
	font-size: 11px;
	padding: 4px;
	background-color: var(--white);
	color:  var(--black-color);
	font-weight: 600;
	border-radius: 5px;
	margin-bottom: 5px;
	opacity: 0.8;
}

.labels-box-top .label {
	font-size: 13px;
	padding: 4px;
	background-color: var(--label-price-bg-color);
	color: var(--white);
	font-weight: 600;
	border-radius: 5px;
	margin-bottom: 5px;
	/*opacity: 0.8;*/
}

.product-on-focus .labels-box-top .label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: var(--focus-label-price-bg-color);
}

.product-on-focus .labels-box-top.no-price-promo {
	left: -1px;
	top: -1px;
}

.product-on-focus .labels-box-top.no-price-promo .label {
	border-top-left-radius: 5px;
}

.price-block{
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	/*text-align: left;*/
	width: 100%;
	text-align: center;
}

.price-block span{
	display: block;
}

.price-block .old-price{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: var(--old-price-color);
	font-size: 15px;
	text-decoration: line-through;
	/*margin-right: 10px;*/
}

.price-block .old-price.spr{
	text-decoration: none;
}


.btn{
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	float: left;
	min-width: 120px;
	padding: 10px 10px 9px 10px;
	margin: 0px;
	border: none;
	background-color: var(--btn-color);
	color: var(--white);
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
	font-family: 'IBM Plex Sans';
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}


.product-item:hover .btn{
	transition: all 0.2s ease-in-out;
	color: var(--white);
	background: var(--btn-color-hover);
}

.product-on-focus .discount  {
	left: -1px;
	top: -1px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
}

.product-on-focus .btn  {
	background-color: var(--focus-product-color);
	bottom: 5px;
}

.product-on-focus .product-ttl {
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

.product-on-focus:hover .btn{
	background: var(--focus-product-color-hover) !important;
}

.product-on-focus {
	border: 2px solid var(--focus-product-color);
	border-radius: 10px;
	grid-column-start: span 2;
}

.product-on-focus .sold {
	color: #60bff1 !important;
	border: 1px solid #60bff1 !important;
}

.product-item:hover .product-ttl{
	transition: all 0.2s ease-in-out;
}

.price-block .cur-price{
	font-family: 'Montserrat';
	font-weight: 700;
	color: var(--price-color);
	font-size: 20px;
}

.cur-price-per {
	color: var(--discount-price-product-color) !important;
}

.product-on-focus .cur-price-per {
	color: var(--focus-product-color) !important;
}

.two-price {
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: flex;*/
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.one-price:before {
	content: '';
	height: 21px;
	display: block;
}

.inline{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

nav#h-nav a.inline{display:flex; justify-content: center;}

.main-cat-txt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 100%;
	min-height: 36.8px;
}

.main-cat-icon {
	border-radius: 50%;
	background-color: var(--white);
}

.owl-carousel .owl-item img {
	display: block;
	width: 45px;
	margin: 0 auto;
}


.owl-carousel {
	opacity: 0;
	transition: opacity .4s ease;
	display: flex;
}
.no-js .owl-carousel {
	opacity: 1;
}
.owl-carousel.owl-loaded {
	opacity: 1;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.owl-prev {
	left: -2.5rem;
}

.owl-next {
	right: -2.5rem;
}

.owl-prev i,
.owl-next i {
	font-size: 16px;
	padding: 5px 10px;
	background-color: var(--white);
	border-radius: 50%;
}

.owl-carousel.off {
	/*display: block;*/
	display: flex;
	flex-wrap: wrap;
	background: var(--mobile-menu-color);
	opacity: 1;
}

.owl-carousel.off .inline {
	flex-basis: 33%;
	flex-grow: 1;
}

.float-left{
	float:left;
}

.clear:after{
	clear:both;
	display:block;
	content:'';
}

.sticky {
	position: fixed;
	top: 0px;
	z-index: 999;
	width: 100%;
}
nav#h-nav.sticky{
	background: var(--main-color);
	box-shadow: 0px 1px 8px #3e3e3e;
}
nav#h-nav.sticky a.top-selected{
	background:var(--white);
}

aside.sub_cat_active.sticky{
	top: 72px;
}
#foot{
	padding:80px 0px 80px 0px;
	width: 1200px;
	float: right;
	margin: 10px auto 0 auto;
	color: var(--white);
}
#foot #terms{
	font-size: 20px;
	color: #22252a;
}

.copy{
	display: block;
	background: #010101;
	color: var(--white);
	padding: 40px 0px 90px 0px;
}

.back-to-top{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: fixed;
	bottom: 15px;
	left: 50px;
	z-index: 800;
	background: var(--main-color);
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.back-to-top .icon-svg.arrow-up {
	fill: var(--white);
	stroke: var(--white);
	width: 12px;
	height: 20px;
	margin: 9px 0 0 0;
}

a {
	color: #2F3E46;
	text-decoration: none;
}
a {
	outline: none;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a {
	background-color: transparent;
}

.back-to-top img{
	background: #393939;
	padding: 5px 7px;
	width: 9px;
	float: left;
	margin-right: 5px;
}

.product-item.out-of-stock{
	opacity: 0.3;
	pointer-events: none;
}

/*header h2#campaign-head img#mobile{*/
/*	display:none;*/
/*}*/
.product-price{
	position:relative;
}

.product-item.visa:after {
	content: '';
	display: block;
	width: 190px;
	max-width: 100%;
	height: 25px;
	background: url(../images/visa-label.png) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	bottom: 35px;
}

.product-item.lastcnt:after {
	content: '';
	display: block;
	width: 190px;
	max-width: 100%;
	height: 25px;
	background: url(../images/lastcnt-label.png) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	bottom: 35px;
}

.product-item.fast:after {
	content: '';
	display: block;
	width: 190px;
	max-width: 100%;
	height: 25px;
	background: url(../images/fast-label.png) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	bottom: 35px;
}

.row {
	text-align: center;
}
.col-2{
	float: left;
	width: 48.6%;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;

}
.col-3 {
	float: left;
	width: 32.2%;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
}
.col-3:last-child{
	margin-right: 0;
}



.col-4 {
	width: 22.8%;
	display: inline-block;
	margin: 0px 10px;
}

.product-grid-custom {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	grid-auto-flow: dense;
}

#mobile-banner {
	display: none;
}

.owl-carousel {
	touch-action: manipulation;
}

@media (max-width: 1480px) {
	nav#h-nav .owl-carousel.owl-loaded{
		max-width: calc(100% - 100px)
	}
}

@media (max-width: 1439px) and (min-width: 1220px){
	section.product-grid {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: right;
		width: 1000px;
	}

	#foot{
		width: 1000px;
	}

	.wrapper-center{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 1200px;
		padding: 0;
		margin: 0 auto;
		border-width: 0;
	}
	#back-to-site a{
		width: 132px;
		display: inline-block;
	}
	#back-to-site .arrow{
		right: -10px;
		top: 52px;
	}

	.col-4 {
		width: 22.8%;
		display: inline-block;
		margin: 0px 10px;
	}
}

@media (max-width: 1219px) and (min-width: 1020px){
	section.product-grid {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: right;
		width: 800px;
	}

	#foot{
		width: 800px;
	}

	.wrapper-center{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 1020px;
		padding: 0 10px;
		margin: 0 auto;
		border-width: 0;
		display:block;

	}
	#logo {
		margin-top: 0;
		padding-top: 30px;
	}
	#h-nav .wrapper-center{
		display:block;
	}
	#back-to-site{background: #46D3E6;}
	#back-to-site .arrow{display:none;}
	.col-3{width:32%;}
	.col-2{ width: 48%;}

	.col-3{width:31.6%}
	.col-2{ width: 47.5%;}

	.col-4 {
		width: 22.2%;
		display: inline-block;
		margin: 0px 10px;
	}
}

@media (min-width: 2500px) {
	#back-to-site span.clever-link {
		margin-top: 20px;
		margin-bottom: 60px;
	}

	#logo {
		margin-top: 60px;
	}
}

@media (min-width: 1820px) {
	section.product-grid {
		width: 1600px;
	}

	.wrapper-center {
		max-width: 1800px;
	}

	.owl-carousel {
		max-width: 1800px;
	}

	#foot{
		width: 1600px;
	}

	nav#h-nav .owl-carousel.owl-loaded{
		max-width: calc(1800px - 100px)
	}

}


@media (max-width: 1020px) and (min-width: 820px){
	section.product-grid{ width: 100%;}
	nav#h-nav a{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		padding: 10px;
	}
	aside.sub_cat_active{display:none;}
	.product-item{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		height: 380px;
	}

	.wrapper-center{display:block;padding-bottom: 1px;}
	aside.sub_cat_active.sticky{display: none!important;}
	nav#h-nav.sticky{position: static;    background: none;box-shadow: none;}
	.inline{display: block;}
	#back-to-site{width: 184px;margin: 20px auto;}
	header h2#campaign-head img#desktop{display:none;}
	header h2#campaign-head img#mobile{display:none;}
	#back-to-site .arrow{right: 38px; top: -6px;}
	.product-item.present_77 .product-price:after {top: -124px;}
	.product-item .product-img-wrapper{height: 210px;}
	.btn{width: 135px; background-position: -14px 2px;font-size: 17px;}
	.product-item .product-img-wrapper{border: 0;}
	.see-all-link{width:97%;}
	#foot{width:100%;}

	.col-3{
		width: 32%;
		margin: 10px;
		margin-right: 0;
	}
	.col-3 img{max-width:100%;}
	.col-2{
		width: 48.7%;
		float: left;
		margin: 0;
		margin-left: 10px;
	}
	.product-item.visa:after {
		max-width: 90%;
		bottom: 25px;
	}

	.product-item.lastcnt:after {
		max-width: 90%;
		bottom: 25px;
	}

	.product-item.fast:after {
		max-width: 90%;
		bottom: 25px;
	}

	#logo {
		margin-top: 0;
		padding-top: 30px;
	}
	.wrapper-center{
		display:block !important;
	}

}

@media (max-width: 1024px) {

	.custom-bg {
		background-size: cover !important;
	}
}


@media (max-width: 820px) and (min-width: 640px){

	section.product-grid{ width: 100%;}
	nav#h-nav a{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		padding: 10px;
	}
	aside.sub_cat_active{display:none;}
	.product-item{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		height: 380px;
	}
	aside.sub_cat_active.sticky{display: none!important;}
	nav#h-nav.sticky{position: static;}
	.inline{display: block;}
	#back-to-site{width: 184px;margin: 20px auto;}
	header h2#campaign-head img#desktop{display:none;}
	header h2#campaign-head img#mobile{display:none;}
	#back-to-site .arrow{right: 38px;top: -6px;}
	.product-item.present_77 .product-price:after {top: -272px;}
	.product-item .product-img-wrapper{height: 210px;}
	.btn{ background-position: -14px 2px;font-size: 17px;}
	.product-item .product-img-wrapper{border: 0;}
	.see-all-link{width:97%;}
	#foot{width:100%;}

	.col-3{
		width: 31.5%;
		margin: 10px;
		margin-right: 0;
	}
	.col-3 img{max-width:100%; float:none !important; display:inline-block;}
	.col-3 span{float:none !important;display:inline-block;}
	.col-4 {width: 21%;}
	.product-item.visa:after {
		bottom: 28px;
	}

	.product-item.lastcnt:after {
		bottom: 28px;
	}

	.product-item.fast:after {
		bottom: 28px;
	}

	#logo {
		margin-top: 0;
		padding-top: 30px;
	}

}

@media (max-width: 768px) {
	.labels-box-top {
		top: 15%;
	}
}


@media (max-width: 639px) and (min-width: 376px){

	section.product-grid{ width: 100%;}
	nav#h-nav a{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		margin: 1px 1px 1px 1px;
		padding: 10px;
	}
	aside.sub_cat_active{display:none;}
	.product-item{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		height: 380px;
	}
	aside.sub_cat_active.sticky{display: none!important;}
	nav#h-nav.sticky{position: static;}
	.inline{display: block;}
	#back-to-site{width: 184px;margin: 20px auto;}
	header h2#campaign-head img#desktop{display:none;}
	#back-to-site .arrow{right: 38px;top: -6px;}
	.product-item.present_77 .product-price:after {top: -124px;}
	.product-item .product-img-wrapper{height: 210px;}
	.btn{width: 135px; background-position: -14px 2px;font-size: 17px;}
	.product-item .product-img-wrapper{border: 0;}
	.see-all-link{width:97%;}
	#foot{width:100%;}
	.col-3{width:100%; float:none; text-align:center;}
	.col-3 img{max-width:100%; float:none !important; display:inline-block;}
	.col-3 span{float:none !important;display:inline-block;}
	.col-2, .col-3{
		width:96%;
		float:none;
		margin: 10px;
	}
	.col-4 {
		width: 44%;
	}
	.product-item .product-img-wrapper img{
		max-width: 114px;
	}
	.col-2 img, .col-3 img{
		max-width: 99%;
		display: inline-block;
	}
	.product-item.visa:after {
		bottom: 28px;
	}

	.product-item.lastcnt:after {
		bottom: 28px;
	}

	.product-item.fast:after {
		bottom: 28px;
	}
}

.mobile-bar {
	display: none;
}
@media (max-width: 480px){
	.labels-box-top {
		top: 20%;
	}

	/*.product-on-focus .discount  {*/
	/*	border-radius: 5px;*/
	/*}*/

	nav#h-nav a.inline{display:block;}

	.product-grid-custom {
		grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
	}

	#mobile {display: block !important;}
	.mobile-bar {
		display: block;
	}
	#desktop-bar {
		display: none;
	}
	.mobile-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 15px 0 10px 0;
		background: var(--mobile-menu-color);
	}
	#logo {
		margin: 0;
	}

	nav#h-nav a:hover {
        color: var(--white);
		background: var(--mobile-menu-color);
	}

	.back-to-site-mobile {
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;;
		color: var(--white);
	}
	.back-to-site-mobile .clever-link {
		text-decoration: none;
		position: absolute;
		left: 15px;
		font-size: 22px;
		top: 15px;
	}
	.btn {
		padding: 10px 10px 9px 10px;
		color: var(--white);
		font-size: 13px;
		line-height: 16px;
	}


	.section-ttl {
		font-size: 20px;
		padding: 10px 20px 10px 20px;
	}
	header {height: auto; }
	.inline{display: block;}
	#back-to-site{width: 184px;margin: 20px auto;}
	.wrapper-center{display:block;padding-bottom: 1px;}
	nav#h-nav {margin-top: 0px; background: var(--white);}
	nav#h-nav a{padding: 12px 10px; text-align: center; margin-left: 0; margin-right: 0; border:none; font-size: 22px;background: var(--mobile-menu-color);/*background: var(--black-color) url(../images/down-arrow.png) no-repeat 10px 10px; background-position: right 10px center;*/ width: initial;color: var(--white);}
	nav#h-nav a.top-selected{display: block;background: #404040;color: var(--white);}
	aside.sub_cat_active{display:none;width: 100%;margin-top: 0;}
	aside.sub_cat_active h3{display:none;}
	aside.sub_cat_active ul{margin-right: 0; margin-top: 48px; display: flex; /*justify-content: space-between;*/ border-radius: 0; overflow-x: scroll; position: fixed; z-index: 9999; box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); }
	aside.sub_cat_active ul::-webkit-scrollbar {
		-webkit-appearance: none;
		height: 0;
	}
	section.product-grid{ width: 100%;}
	.product-item{width: auto;padding: 10px;height: 315px; margin: 5px 2px;}
	.product-item.product-on-focus {width: auto;padding: 0px;}
	.btn{bottom: 5px;}
	.product-on-focus .product-ttl {margin-left: 0; margin-right: 0; padding: 0 10px;}
	.product-item .product-img-wrapper{border: 0;}
	#back-to-site .arrow{right: 38px;top: -6px;}
	.sticky{display:none !important;}
	nav#h-nav.sticky{position:relative;}
	.product-item.present_77 .product-price:after {top: -226px; left: -10px;}
	aside.sub_cat_active ul li{text-align:center;}
	.product-item .product-img-wrapper{height: 152px;}
	header h2#campaign-head img#desktop{display:none;}
	#foot{width:100%; color: black;}
	.see-all-link a {font-size: 16px;}

	section.product-grid{display: none;}
	nav#h-nav .subcat .aside-cat{background: none !important; color:var(--black-color); font-size:22px; }
	nav#h-nav a.mobile_active{ color: var(--white);background: var(--mobile-menu-color); /*background: var(--main-color) url(../images/up-arrow.png) no-repeat 10px 10px; background-position: right 10px center;*/}
	.subcat {background: var(--white);margin-top: -5px;margin-bottom: 5px;}
	.subcat h3.aside-ttl{display: none;}
	.subcat ul li{list-style: none;}
	body.subcat-page header{display:none;}
	body.subcat-page nav#h-nav{display: none !important;}
	body.subcat-page section.product-grid{display: block;}
	.price-block {
		position: absolute;
		transform: translateX(-50%);
	}

	body.subcat-page aside.sub_cat_active{display:block !important; top:0;}
	/*body.subcat-page aside li{display:none;}*/
	body.subcat-page aside.sub_cat_active h3:before{
		/*content : "〱";*/
		content: "\f053";
		font-family: FontAwesome;
		font-size: 18px;
		padding-right: 10px;
		position: absolute;
		left: 10px;
		top: 18px;
	}
	body.subcat-page aside.sub_cat_active h3{
		background: var(--main-color);
		color:var(--white);
		font-size:22px;
		margin-right:0;
		width: 100%;
		z-index: 999;
		top: 0;
		font-weight: normal;
		border-radius: 0;
	}

	body.subcat-page .product-item .product-ttl{
		height: 32px;
	}

	.col-3{width:100%; float:none; text-align:center;}
	.col-3 img{max-width:100%; float:none !important; display:inline-block;}
	.col-3 span{float:none !important;display:inline-block;}
	.col-2, .col-3, .col-4{
		width:94%;
		float:none;
		margin:10px;
	}

	.col-2 img, .col-3 img{
		max-width: 94%;
		display: block;
	}

	.product-item.visa:after {
		bottom: 27px;
		max-width: 80%;
	}

	.product-item.lastcnt:after {
		bottom: 27px;
		max-width: 80%;
	}

	.product-item.fast:after {
		bottom: 27px;
		max-width: 80%;
	}

	aside.sub_cat_active a:hover{
		color: unset;
	}

	/*.product-on-focus .labels-box-top .label {*/
	/*	border-top-left-radius: 5px;*/
	/*	border-bottom-left-radius: 5px;*/
	/*}*/

	#desktop-bar-banner {
		display: none;
	}

	#mobile-banner {
		display: block;
	}

}



@media (max-width: 376px) {

	.price-block .cur-price {
		font-size: 16px;
	}
	.price-block .old-price {
		font-size: 14px;
	}
	.one-price:before {
		height: 19.86px;
	}
	.btn {
		font-size: 12px;
	}


	nav#h-nav a{padding: 12px 10px; text-align: center; margin-left: 0; margin-right: 0; border:none; font-size: 22px;background: var(--mobile-menu-color);/*background: var(--black-color) url(../images/down-arrow.png) no-repeat 10px 10px; background-position: right 10px center; *//*width: 94%;*/color: var(--white);}
	.subcat ul li {
		padding: 10px 0;
	}


	.product-item .product-img-wrapper img{
		max-width: 114px;
	}

	.see-all-link{width:97%;}

}

@media (max-width: 360px) {
	.btn {
		padding: 5px 0px 5px 0px;
		font-size: 11px;
	}

	.product-item {
		height: 300px;
	}

	nav#h-nav a{padding: 12px 10px; text-align: center; margin-left: 0; margin-right: 0; border:none; font-size: 22px;background: var(--mobile-menu-color); /*background: var(--black-color) url(../images/down-arrow.png) no-repeat 10px 10px; background-position: right 10px center;*/ /*width: 94%;*/color: var(--white);}
}

@media (max-width: 320px) {
	.price-block .cur-price {
		font-size: 14px;
	}
	.price-block .old-price {
		font-size: 12px;
	}
	.one-price:before {
		height: 16px;
	}
	.btn {
		font-size: 10px;
	}

}

@media (max-width: 280px) {
	nav#h-nav a{padding: 12px 10px; text-align: center; margin-left: 0; margin-right: 0; border:none; font-size: 22px;background: var(--mobile-menu-color); /*background: var(--black-color) url(../images/down-arrow.png) no-repeat 10px 10px; background-position: right 10px center; width: 93%;*/color: var(--white);}
}

span.clever-link {

	cursor: pointer;
}

/*New Styles*/

.campaign-head {
	position: relative;
}

.campaign-head img {
	width: 100%;
	height: auto;
}

/*Counter style*/

#countdown-wrapper {
	display: flex;
	flex-direction: column;
	float: right;
}
#countdown-wrapper-mobile {
	display: flex;
	flex-direction: column;
}
.countdown-title {
	float: right;
	position: relative;
	top: -134px;
	color: #222;
	text-shadow: 1px 3px 5px #0000004a;
	font-weight: bold;
}

.countdown-title-mobile {
	position: relative;
	top: 23px;
	color: #222;
	text-shadow: 1px 3px 5px #0000004a;
	font-weight: bold;
	margin-top: -18px;
}
#countDownTimer {
	display: flex;
	float: right;
	margin-top: -160px;
	font-size: 50px;
	font-weight: bold;
	color: var(--black-color);
	text-shadow: 1px 3px 5px #0000004a;
	background: rgb(223 223 223 / 66%);
	border-radius: 5px;
	padding: 15px 30px;
	box-shadow: 0px 6px 8px 0px #00000070;
}

#countDownTimerMobile {
	display: flex;
	position: inherit;
	font-size: 50px;
	font-weight: bold;
	color: var(--black-color);
	text-shadow: 1px 3px 5px #0000004a;
	justify-content: center;
	background: rgb(223 223 223 / 66%);
	padding: 15px 30px;
	box-shadow: 0px 6px 8px 0px #00000070;
}

#countDownTimer .days,
#countDownTimer .hours,
#countDownTimer .minutes,
#countDownTimer .seconds {
	display: flex;
	flex-direction: column;
	margin-top: 4px;
	padding: 0px 5px;
}

#countDownTimerMobile .days,
#countDownTimerMobile .hours,
#countDownTimerMobile .minutes,
#countDownTimerMobile .seconds {
	display: flex;
	flex-direction: column;
	margin-top: 4px;
	padding: 0px 5px;
}

#countDownTimer .value,
#countDownTimer .name {
	color: var(--black-color);
	text-shadow: 0px 5px 6px #0000004a;
}

#countDownTimerMobile .value,
#countDownTimerMobile .name {
	color: var(--black-color);
	text-shadow: 0px 5px 6px #0000004a;
}

#countDownTimer .value {
	font-size: 50px;
}

#countDownTimerMobile .value {
	font-size: 50px;
}
/*Counter style END*/

/*Cokies popup style*/
.clearfix {
	clear: both;
}

.cookiepopup-container {
	background-color: rgba(25, 25, 25, 0.9);
	color: #efefef;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
}

.cookiepopup-container-top,
.cookiepopup-container-fixedtop {
	position: absolute;
	top: 0; left: 0; right: 0;
}

.cookiepopup-container-fixedtop {
	position: fixed;
}

.cookiepopup-container-bottom {
	position: fixed;
	bottom: 0; left: 0; right: 0;
}

.cookiepopup-container-bottomleft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 300px;
}

.cookiepopup-container-bottomright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 300px;
}

.cookiepopup-closebutton {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	color: #a2a2a2;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 0; right: 0;
	padding: 5px 10px;
}
.cookiepopup-closebutton:hover,
.cookiepopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.cookiepopup-head {
	color: #fff;
	display: block !important;
	padding: 5px;
	font-weight: normal;
	margin:10px !important;
	font-family: Arial;
	font-size: 12px;
}

.cookiepopup-body {
	color: #fff;
	display: block !important;
	padding: 5px;
	margin:5px !important;
	font-weight: normal;
	font-size: 14px;
}

.cookiepopup-buttons {
	padding: 7px 0 5px 0;

}

.cookiepopup-button_1 {
	display: inline-block;
	text-decoration: none;
	width: 215px;
	color: #fff;
	padding: 15px 10px;
	margin: 5px 10px;
	border: 2px solid #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	border-radius: 3px;
}

.cookiepopup-button_2 {
	display: inline-block;
	text-decoration: none;
	width: 215px;
	color: #fff;
	padding: 15px 10px;
	margin: 5px 10px;
	border: 2px solid #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	border-radius: 3px;
}


.cookiepopup-button:hover,
.cookiepopup-button:focus {
	background: #fff;
	color: #222;
}

body .cookiepopup-color-inverse {
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
}

body .cookiepopup-color-inverse .cookiepopup-head {
	color: #000;
	display: block;
	padding: 5px;
	font-weight: normal;
	font-size: 14px;
}

body .cookiepopup-style-compact {
	text-align: center;
	padding: 5px 10px;
	line-height: 15px;
	width: 100%;
	margin: 0 auto;
}

body .cookiepopup-style-compact .cookiepopup-head,
body .cookiepopup-style-compact .cookiepopup-body,
body .cookiepopup-style-compact .cookiepopup-buttons {
	display: inline;
	padding: 0;
	margin: 0;
}

.main_cookie_info {margin: 0 auto; min-width: 320px; text-align: left;}
.content_1 {background: #fff; color: #373737;min-height:200px;overflow:auto;}
.content_1 > div {display: none; padding: 20px 25px 5px;}

.main_cookie_info input {display: none;}
.main_cookie_info input.show {display: block;font-size:16px; font-family: Arial;}
.main_cookie_info label {display: inline-block; padding: 15px 10px; font-weight: 600; text-align: center;font-family: Arial;}
.main_cookie_info label:hover {color: #fff; cursor: pointer; background: var(--main-color);}
.main_cookie_info input:checked + label {background: var(--main-color); color: #fff;}

#tab_cookie_1:checked ~ .content_1 #cookie_content1,
#tab_cookie_2:checked ~ .content_1 #cookie_content2,
#tab_cookie_3:checked ~ .content_1 #cookie_content3,
#tab_cookie_4:checked ~ .content_1 #cookie_content4,
#tab_cookie_5:checked ~ .content_1 #cookie_content5,
#tab_cookie_6:checked ~ .content_1 #cookie_content6
{
	display: block;
}

.cookie_h1{font-size:16px;font-weight:bold;margin-bottom:5px;float:left; font-family: Arial;}
.cookie_h1_1{font-size:12px;font-weight:bold;margin-bottom:5px;margin-top:10px;border-bottom:1px solid #ddd;width:100%;font-family: Arial;}

a.cookie_a{display:block;color:#373737;font-weight:normal;margin-top:5px;border-bottom:1px solid #ddd;width:100%}

.cookie_h2{font-size:14px;font-weight:bold;margin-bottom:5px;float:right;}
.cookie_h2_fade{font-size:14px;font-weight:bold;margin-bottom:5px;float:right;color:#78808e;font-family: Arial;}

.content_1{text-align:left; }

.content_1 p, .content_1 a{font-family: Arial;line-height: 1.5em;padding-top: 19px;}
.switchery{background-color:#fff;border:1px solid #dfdfdf;border-radius:20px;cursor:pointer;display:inline-block;height:30px;position:relative;vertical-align:middle;width:50px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}.switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,0.4);height:30px;position:absolute;top:0;width:30px}.switchery-small{border-radius:20px;height:20px;width:33px}.switchery-small>small{height:20px;width:20px}.switchery-large{border-radius:40px;height:40px;width:66px}.switchery-large>small{height:40px;width:40px}

.modalCookieInfo {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	/*top: 0;*/
	margin: auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 50%;
	background-color: #fff;
	box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.3);
	transition: transform 0.4s;
	transform: scale(0);
	z-index: 10010;
}

.modalActive {
	transform: scale(1);
}

.modalHeaderCookie {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 35px;
	color: #222;
	background-color: #eee;
}

.modalHeaderTitleCookie {
	padding: 5px 15px;
	font-weight: bold;
	font-size: 18px;
}

.modalCloseButtonCookie {
	position: relative;
	width: 35px;
	height: 100%;
	display: block;
	cursor: pointer;
}

.modalCloseButtonCookie:hover > span {
	background-color: #ff1a00;
}

.modalCloseButtonCookie span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 15px;
	height: 2px;
	background-color: #222;
}


.modalCloseButtonCookie span:first-child {
	transform: rotate(45deg);
}

.modalCloseButtonCookie span:last-child {
	transform: rotate(-45deg);
}

.modalContentCookie {
	display: block;
	height: 100%;
	overflow-y: auto;
	padding: 5px 15px;
	line-height: 24px;
}

.modalContentCookie::-webkit-scrollbar {
	width: 5px;
}

.modalContentCookie::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.modalContentCookie::-webkit-scrollbar-thumb {
	background: #A8A8A8;
}

.modalContentCookie::-webkit-scrollbar-thumb:hover {
	background: #A8A8A8;
}

@media only screen and (max-width: 479px) {
	.modalCookieInfo {
		height: 70%;
	}
	.modal-content {
		width: auto;
	}
}
/*Counter style END*/

