@font-face {
	font-family: 'CormorantGaramond-Italic';
	src: url(font/CormorantGaramond-Italic.otf);
	font-display: swap;
}
@font-face {
	font-family: 'CormorantGaramond-MediumItalic';
	src: url(font/CormorantGaramond-MediumItalic.otf);
	font-display: swap;
}
@font-face {
	font-family: 'CormorantGaramond-BoldItalic';
	src: url(font/CormorantGaramond-BoldItalic.otf);
	font-display: swap;
}
@font-face {
	font-family: 'CormorantGaramond-MediumItalic';
	src: url(font/CormorantGaramond-MediumItalic.otf);
	font-display: swap;
}
*:focus{outline: none;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
a{text-decoration:none;}
a img, iframe{border:none;}
header ul{margin:0;padding: 0;list-style:none;}
table{border-spacing: 0px;border-collapse: separate;}
textarea{resize: none;}
input, select, button, textarea{-webkit-appearance: none;border-radius: 0;}
button:focus{outline:0;}
html, body {margin:0 auto;}
body{-webkit-text-size-adjust: 100%;}
body {
	font-family: 'Work Sans', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#555555;
}
.wrap{
	width:1640px;
	margin:0 auto;
}
.text-nowrap {
    white-space: nowrap;
}
.error-text {
    color: #cc1c1c;
}
.alert{padding:10px;margin-bottom:18px;border:1px solid transparent;border-radius:3px}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.alert-warning {color: #8a6d3b;background-color: #fcf8e3;border-color: #faebcc}
/*header*/
header {float:left;width: 100%;padding-bottom:26px;}
header .top{
	float:left;
	width:100%;
	text-align:center;
	background:#BFD8DA;
	padding:10px 0 11px;
}
header .extra-nav{float:left;text-align:left;}
header .extra-nav > li {display:inline-block;list-style:none;margin-left:20px;}
header .extra-nav > li:first-child{margin-left:0;}
header .extra-nav > li > a{
	font-family: 'Work Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#4E9499;
}
header .extra-nav > li:hover > a{text-decoration:underline;}
header .top .info-text{
	display: inline-block;
	font-weight: 400;
	color: #4E9499;
	text-transform: uppercase;
	padding: 0 20px;
	margin: 0 auto;
}
.languages {
	position:relative;
	float:right;
	color:#527470;
	font-weight:500;
	text-align:left;
	text-transform:uppercase;
}
.languages div.active{cursor:pointer;padding: 0 5px 0 10px;}
.languages div.active:after{
	display:inline-block;
	width:14px;
	height:7px;
	content:'';
	background:url(images/arrow-down.svg)no-repeat center;
	background-size:auto 14px;
	vertical-align:middle;
	margin:0 0 1px 6px;
}
.languages:hover ul{display:block;}
.languages ul{
	display: none;
	position: absolute;
	width: calc(100% - 15px);
	background: #e9f3f2;
	padding: 0px 5px 2px 10px;
	z-index: 9;
}
.languages ul li {display:block;margin: 9px 0;}
.languages ul li a {display: block;color:#527470;}
.languages li.active a, .languages li:hover a{color:#2b3e5e;text-decoration:underline;}
#logo{
	float:left;
	width:238px;
	height:auto;
	margin:20px 0 0;
}
#logo img{display:block;width:100%;height:auto;}
header .middle{float:right;width:calc(100% - 355px);}
header .buttons{float:right;margin: 25px 5px 0 0;}
header .buttons > div, header .buttons > a{position: relative;float: left;margin:0 0 0 33px;}
header .buttons > div:first-child, header .buttons > a:first-child{margin-left:0;}
/*favorite*/
header .buttons > a.favorite{
	width: 30px;
	height: 30px;
	background-image:url(images/fave-green.svg);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center bottom 0px;
	background-size:auto 26px;
}
.mobile header .buttons > a.favorite:hover, header .buttons > a.favorite.fill{background-image:url(images/fave-fill.svg);background-size:auto 24px;}
/*account*/
header .buttons > div.account > button{
	width: 30px;
	height: 30px;
	background-image:url(images/acc-green.svg);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center bottom 2px;
	background-size:auto 25px;
	border: none;
	cursor: pointer;
}
header .buttons > div.account > a > button{
	width: 30px;
	height: 30px;
	background-image:url(images/acc-green.svg);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center bottom 2px;
	background-size:auto 25px;
	border: none;
	cursor: pointer;
}
.mobile header .buttons > div.account > button:hover, header .buttons > div.account > button.open{background-image:url(images/acc-fill.svg);}
.user-dropdown {
	display: none;
	position: absolute;
	top: 42px;
	right: 5px;
	width: 222px;
	min-height: 50px;
	background: #fff;
	border:1px solid #d3e0df;
	padding: 5px 30px 10px;
	z-index: 99;
}
.user-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.user-dropdown ul li {margin: 20px 0;}
.user-dropdown ul li a {font-size:18px;color: #555555;font-weight:400;}
.user-dropdown ul li a:hover{color:#4E9499;}
/*cart*/
header .buttons > div.cart > button{
	width: 30px;
	height: 30px;
	background-image:url(images/basket-green.svg);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center bottom 0;
	background-size:auto 25px;
	border: none;
	cursor: pointer;
}
header .buttons > div.cart > button > span{
	display:block;
	position:absolute;
	top:0;
	right:-5px;
	width: 19px;
	height: 19px;
	line-height:19px;
	font-size:13px;
	color:#fff;
	text-align:center;
	background:#4E9499;
	border-radius:50%;
	cursor:pointer;
}
.cart-dropdown{
	display: none;
	position: absolute;
	top: 42px;
	right: 5px;
	width: 273px;
	min-height: 50px;
	background: #fff;
	border:1px solid #d3e0df;
	padding: 10px 30px 30px;
	z-index: 99;
}
.cart-dropdown:after, .cart-dropdown:before, .user-dropdown:after, .user-dropdown:before {
	bottom: 100%;
	left: calc(100% - 10px);
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.cart-dropdown:before, .user-dropdown:before {
	border-color: rgba(228, 231, 238, 0);
	border-bottom-color: #d3e0df;
	border-width: 6px;
	margin-left: -6px;
}
.cart-dropdown:after, .user-dropdown:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
.cart-dropdown .item {
	position:relative;
	float: left;
	width: 100%;
	border-bottom:1px solid #c9dbd8;
	padding: 30px 0 27px;
}
.cart-dropdown .item .image {
	float: left;
	width: 60px;
	margin:0 20px 0 0;
}
.cart-dropdown .item .image img {display:block;max-width: 100%;}
.cart-dropdown .item .info{
	float: left;
	width: 165px;
	font-size:14px;
	font-weight:400;
	margin: -5px 0 0;
}
.cart-dropdown .item .title {
	display:block;
	line-height:20px;
	color: #555555;
	font-weight:300;
	margin:0 0 10px;
}
.cart-dropdown .item .title:hover{text-decoration:underline;}
.cart-dropdown .item .qnt {float:left;}
.cart-dropdown .item .price {float:right;}
.cart-dropdown .item .price > div .new { color: #4E9499; }
.cart-dropdown .item .price > div .old {
    display:inline-block;
    font-size:14px;
    font-weight:400;
    color:#777777;
    text-decoration:line-through;
    vertical-align:middle;
    margin: 0 0 1px 10px;
}
.cart-dropdown .item .remove {
	position:absolute;
	top:19px;
	right:-2px;
	width: 11px;
	height: 10px;
	background: url(images/close.svg)no-repeat center;
	background-size:auto 8px;
	border: 0;
	cursor: pointer;
}
.cart-dropdown .item .remove:hover{background-image: url(images/close-red.svg);}
.cart-dropdown .total{
	clear:both;
	font-size:18px;
	font-weight:600;
	padding:30px 0 26px;
}
.cart-dropdown .total span{float:right;}
.cart-dropdown a.button{
	clear: both;
	float: left;
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background:#4E9499;
	padding:0;
}
.cart-dropdown a.button:hover{background:#0F8B94;}
#search{
	position:relative;
	float:left;
	width:calc(100% - 273px);
	margin:21px 0 0 0;
}
#search input[type="text"]{
	float:left;
	width:calc(100% - 30px);
	height:38px;
	font-family: 'Work Sans', sans-serif;
	font-size:14px;
	color:#555555;
	font-weight: 400;
	border:none;
	border-bottom:1px solid #c9d6d5;
	padding: 0 30px 0 0;
}
#search input[type="text"]::-webkit-input-placeholder {color:#6f8986;}
#search input[type="text"]:-moz-placeholder {color:#6f8986;opacity:1;}
#search input[type="text"]::-moz-placeholder {color:#6f8986;opacity:1;}
#search input[type="text"]:-ms-input-placeholder {color:#6f8986;}
#search input[type="submit"]{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:40px;
	height:40px;
	background-image:url(images/search.svg);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center right;
	background-size:auto 24px;
	padding:0;
	border:none;
	cursor:pointer;
}
#menu{float:right;/*width:1285px;*/min-width: calc(100% - 355px);margin-top:38px;}
#menu > ul > li {display:inline-block;list-style:none;margin-left:57px;}
#menu > ul > li:first-child{margin-left:0;}
#menu > ul > li > a{
	position:relative;
	font-family: 'Work Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#555555;
	text-transform:uppercase;
}
body:not(.mobile) #menu > ul > li:hover > a, #menu > ul > li.active > a{color:#4E9499;}
body:not(.mobile) #menu > ul > li:hover > a:after, #menu > ul > li.active > a:after{
	position:absolute;
	left:0;
	bottom:-8px;
	content:'';
	width:22px;
	height:2px;
	background:#4E9499;
}
.megamenu {
	position: absolute;
	top: 183px;
	left: 0;
	right:0;
	/*width: 100%;*/
	width: 1640px;
	min-height: 80px;
	background: #e9f3f2;
	background: -webkit-linear-gradient(left, #e9f3f2 71.3%, #F5F9F9 28.7%);
	background: -moz-linear-gradient(left, #e9f3f2 71.3%, #F5F9F9 28.7%);
	background: -ms-linear-gradient(left, #e9f3f2 71.3%, #F5F9F9 28.7%);
	background: linear-gradient(left, #e9f3f2 71.3%, #F5F9F9 28.7%);
	border-top: 1px solid #4b8883;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
	margin: auto;
	z-index: 999;
}
body:not(.mobile) .megamenu {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.2s, opacity 0.5s linear;
	transition-delay: 0.2s;
}
body:not(.mobile) #menu > ul > li:hover > .megamenu{
	visibility: visible;
	opacity: 1;
	transition-delay:0s;
}
.megamenu .submenu{
	float:left;
	/*width:calc(100% - 465px);
	padding: 50px 50px 15px 0;*/
	width:calc(100% - 515px);
	padding: 50px 50px 15px 50px;
}
.megamenu ul{padding:0;margin:0;}
.megamenu ul li{font-weight:400;margin:8px 0;}
.megamenu ul > li:first-child > a{font-weight:700;margin:-3px 0 20px;}
.megamenu ul li a{color:#555555;}
body:not(.mobile) .megamenu ul li a:hover{text-decoration:underline;}
.megamenu .submenu ul{
	float:left;
	width:auto;
	/*min-width:170px;
	max-width:270px;
	margin:0 120px 50px 0;*/
	width:calc(25% - 38px);
	margin:0 50px 20px 0;
}
.megamenu .submenu ul:nth-child(4n){margin-right:0;}
.megamenu .submenu ul:nth-child(4n + 1){clear:both;}
.megamenu .top-brands{
	float:right;
	width:335px;
	background:#F5F9F9;
	padding: 50px 0 55px 0;
}
.megamenu .top-brands ul{padding:0;margin:0;}
.megamenu .top-brands ul li:first-child{font-weight:700;margin:-3px 0 20px;}
.megamenu .top-brands .button{margin: 20px 0 0;}
/*homepage*/
#home-slider{
	float: left;
	width: 100%;
	height: 660px;
	background: #4E9499;
	margin:0;
	overflow: hidden;
}
#home-slider .slide .wrap{position:relative;}
#home-slider .slide .inner {
	position:absolute;
	top:125px;
	left:0;
	float: left;
	width: 550px;
	font-size:20px;
	line-height:32px;
	color:#a9d9d4;
}
#home-slider .slide .inner p {
	width:390px;
	margin: 20px 0;
}
#home-slider .slide .inner p a{color:#a9d9d4;text-decoration:underline;}
#home-slider .slide .inner p strong{font-weight:600;}
/* #home-slider .slide .inner p:nth-child(2){
	width:100%;
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	margin: 0 0 3px;
} */
#home-slider .slide .inner p:nth-child(1){
	width:100%;
	font-size: 75px;
	line-height: 85px;
	font-weight:600;
	color: #fff;
	margin: 0 0 27px;
}
#home-slider .slide .inner p:last-child a{
	clear:both;
	float: left;
	min-width: 90px;
	height: 46px;
	line-height:46px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-decoration:none;
	text-align:center;
	border:1px solid #fff;
	padding:0 30px;
	margin:20px 0 0;
}
#home-slider .slide .inner p:last-child a:hover{background:#fff;color:#4E9499;}
#home-slider .slide img{width:1920px;height:auto;}
#home-slider .slick-prev, #home-slider .slick-next{
	width:45px!important;
	height: 45px!important;
	top:50%!important;
	background-color:#fff;
	z-index: 9;
}
#home-slider .slick-prev{left: 20px!important;}
#home-slider .slick-next{right: 20px!important;}
#home-slider .slick-prev:after, #home-slider .slick-next:after{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	content:'';
	width:30px;
	height:30px;
	background:url(images/slick-prev.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:auto 24px;
	margin:auto;
}
#home-slider .slick-next:after{background-image:url(images/slick-next.svg);}
#home-slider .slick-prev:hover, #home-slider .slick-next:hover{background-color: rgba(255,255,255,0.7);}
.banners-hold{
	float:left;
	width:100%;
	overflow:hidden;
}
.category-banners{
	float:left;
	width:1920px;
	margin: auto;
}
.category-banners > div{position:relative;float:left;}
.category-banners > div:nth-child(1){width:680px;}
.category-banners > div:nth-child(2){width:600px;}
.category-banners > div:nth-child(3){width:640px;}
.category-banners > div img{display:block;width:100%;height:auto;}
.category-banners > div .inner{
	position:absolute;
	/*top:80px;
	left:70px;*/
	top: 23%;
	left: 12%;
	width:250px;
}
.category-banners > div .inner .title{
	float:left;
	font-size:30px;
	line-height:40px;
	color:#000;
}
.category-banners > div .inner a.title:hover{color:#0F8B94;}
a.more{
	clear:both;
	float:left;
	font-size:18px;
	color:#4E9499;
	margin-top:20px;
}
a.more:after{
	display:inline-block;
	content:'';
	width:32px;
	height:12px;
	background:url(images/arrow-more.svg) no-repeat center;
	background-size:auto 9px;
	vertical-align:middle;
	margin:0 0 0 15px;
}
a.more:hover{text-decoration:underline;}
.category-banners > div .inner .more{margin-top:20px;}
.home-products{
	float: left;
	width: 100%;
	margin: 90px 0 0;
}
.products-list{float:none;width:1200px;margin:0 auto -55px;}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.product {
	position: relative;
	float: left;
	width: calc(25% - 38px);
	text-align: center;
	padding:40px 0 0;
	margin:0 50px 55px 0;
	display: flex;
	flex-direction: column;
}
.product:nth-child(4n){margin-right:0;}
.product .image {display: block;}
.product .image img {
	display: block;
	width:100%;
	height: auto;
	margin: auto;
}
.product .title {
	position: relative;
	display: block;
	min-height: 52px;
	color: #555555;
	font-weight:400;
	line-height:26px;
	padding: 0 40px;
	margin: 6px 0 18px;
	z-index: 9;
}
.product .title:hover{text-decoration:underline;}
.product .price {font-size: 20px;font-weight: 500;margin-top: auto;}
.product .price .old{
	display:inline-block;
	font-size:16px;
	font-weight:400;
	color:#7c8c89;
	text-decoration:line-through;
	vertical-align:bottom;
	margin:0 10px 1px 0;
}
.product .price .old + .new{color:#4E9499;}
.product .lab-new, .product .lab-top, .product .lab-eco, .product .lab-discount, .product .lab-sold{
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:68px;
	height:25px;
	font-size:14px;
	font-weight:400;
	line-height:25px;
	color:#fff;
	text-align:center;
	margin:auto;
}
.product .lab-new{
	font-size:14px;
	font-weight:400;
	color:#4E9499;
	background:#e9f3f2;
}
.product .lab-top{background:#0BD2E0;}
.product .lab-eco{background:#4E9499;}
.product .lab-sold{width:90px;background:#828282;right: 21px;}
.product .lab-discount{width:90px;background:#4E9499;}
.products-list .product .lab-sold{right: 0px;}
.home-products-tabs{
	float:none;
	width:1100px;
	text-align:center;
	margin:0 auto 60px;
}
.home-products-tabs button{
	float:none;
	width:calc(33.33% - 24px);
	height:55px;
	font-family: 'Work Sans', sans-serif;
	font-size:20px;
	font-weight:400;
	color:#555555;
	border:1px solid #c9d6d5;
	background:transparent;
	cursor:pointer;
}
.home-products-tabs button + button{margin-left:30px;}
.home-products-tabs button.active, .home-products-tabs button:hover{border-color:#4E9499;color:#4E9499;}
.brandlogo{
	float:left;
	width:100%;
	margin:85px 0 -5px;
}
#brandlogo-carusel{
	float: none;
	/*padding:0 220px;*/
	padding:0 12.5%;
	margin: auto;
}
#brandlogo-carusel .slick-track {margin:auto;}
#brandlogo-carusel img{max-width:100%;height:auto;margin: auto;}
#brandlogo-carusel .slick-prev, #brandlogo-carusel .slick-next{
	width:45px!important;
	height: 45px!important;
	top:50%!important;
	background:url(images/slick-prev.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:auto 24px;
	z-index: 9;
}
#brandlogo-carusel .slick-prev{left: 0px!important;background-image:url(images/carusel-slick-prev.svg);}
#brandlogo-carusel .slick-next{right: 0px!important;background-image:url(images/carusel-slick-next.svg);}
#brandlogo-carusel .slick-prev:hover{background-image:url(images/carusel-slick-prev-hover.svg);}
#brandlogo-carusel .slick-next:hover{background-image:url(images/carusel-slick-next-hover.svg);}
/*inner pages*/
main{float:left;width: 100%;min-height:calc(100vh - 664px);}
.breadcrumb{
	float:left;
	width: 100%;
	background:#4E9499;
	padding:27px 0;
	margin:0 0 50px;
}
.breadcrumb ul{list-style:none;padding:0;margin:0;}
.breadcrumb ul li{display: inline-block;}
.breadcrumb ul li a{font-size:14px;color:#9ec9c4;}
.breadcrumb ul li:last-child a{color:#dbf4f1;}
.breadcrumb ul li a:hover{text-decoration:underline;}
.breadcrumb ul li a:before{
	display: inline-block;
	width:1px;
	height:17px;
	content:'';
	background:#8dc5be;
	vertical-align:middle;
	margin:0 8px 3px 4px;
}
.breadcrumb ul li:first-child a:before{content:none;}
.hero{
	position: relative;
	float:left;
	width:100%;
	text-align:center;
	background:#4E9499;
	padding:68px 0 78px;
	margin-bottom:50px;
	z-index:9;
}
.hero.with-image{
	position:relative;
	min-height:134px;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
}
.hero.with-image:after{
	position:absolute;
	top:0;
	left:0;
	content:'';
	width:100%;
	height:100%;
	background-color: rgba(78,148,153,0.9);
}
.hero h1{
	position:relative;
	font-size:48px;
	font-weight:500;
	color:#fff;
	text-transform:uppercase;
	margin:0;
	z-index: 9;
}
.hero .breadcrumb{
	position:relative;
	background:transparent;
	padding:0;margin:7px 0 0;
	z-index: 9;
}
/*.hero .breadcrumb ul li a{color:#9ec9c4;}
.hero .breadcrumb ul li:last-child a{color:#dbf4f1;}
.hero .breadcrumb ul li a:before{background:#7eb4ad;}*/
.heading{
	font-size:28px;
	font-weight:500;
	margin:0 0 40px;
}
.heading.center{text-align:center;}
/*form*/
.forma > .left, .forma > .right{width:calc(50% - 25px);}
.forma  label{
	float:left;
	width:100%;
	color:#6f8986;
	font-weight:400;
	margin:0 0 10px;
}
.forma  label a{color:#6f8986;}
.forma  label a:hover{color:#4E9499;text-decoration: underline;}
.forma  input + label, .forma  select + label{margin-top:-3px!important;}
.forma label.required:after {
	display: inline-block;
	color: #6f8986;
	content: '*';
	margin-left:4px;
}
.forma input[type="text"], .forma input[type="email"], .forma input[type="password"] {
	display:block;
	width:calc(100% - 42px);
	height:48px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #555555;
	background:#fff;
	border:1px solid #96aca8;
	border-radius:0;
	padding: 0 20px;
	margin-bottom:30px;
}
.forma input[type="text"] + p.error-text, .forma input[type="email"] + p.error-text, .forma input[type="password"] + p.error-text {
    margin-top: -25px;
}
.forma select{
	display:block;
	width:100%;
	height:50px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #555555;
	background:#fff url(images/arrow-down.svg) no-repeat center right 10px;
	background-size: auto 14px;
	border:1px solid #96aca8;
	border-radius:0;
	padding: 0 20px;
	cursor:pointer;
	margin-bottom:30px;
}
.forma  select::-ms-expand {display: none;}
@media all and (min-width:0\0) and (min-resolution:.001dpcm){.forma select{background:none;padding-right:0;}}
.forma  textarea{
	display: block;
	width:calc(100% - 42px);
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #555555;
	background:#fff;
	border:1px solid #96aca8;
	border-radius:0;
	padding: 20px;
	margin-bottom:30px;
	resize: none;
}
.forma button[type="submit"]{
	clear:both;
	float:right;
	width: 190px;
	height: 48px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	background: #4E9499;
	border: none;
	cursor: pointer;
}
.forma button:hover{background:#0F8B94;}
.adress-field{
	float:left;
	width:100%;
}
.adress-field input{margin-bottom:0;}
.adress-field .adress{float:left;width:calc(100% - 220px);margin-right:10px;}
.adress-field .house{float:left;width:100px;margin-right:10px;}
.adress-field .apartment{float:left;width:100px;}
::-webkit-input-placeholder {color:#6f8986;}
:-moz-placeholder {color:#6f8986;opacity:1;}
::-moz-placeholder {color:#6f8986;opacity:1;}
:-ms-input-placeholder {color:#6f8986;}
label.email, label.passw, label.name{clear: both;position: relative;margin:0;}
label.email:before, label.passw:before, label.name:before  {
	position: absolute;
	top: 11px;
	left: 9px;
	width: 30px;
	height: 30px;
	content: '';
}
label.email:before{background:url(images/email.svg)no-repeat center;background-size:auto 16px;}
label.passw:before {background:url(images/password.svg)no-repeat center;background-size:auto 26px;}
label.name:before {background:url(images/user.svg)no-repeat center;background-size:auto 23px;}
input.email, input.passw, input.name{padding-left:47px!important;width: calc(100% - 69px)!important;}
input.email:-webkit-autofill, input.passw:-webkit-autofill, input.name:-webkit-autofill{-webkit-box-shadow: 0 0 0 1000px #fff inset !important;}
input.email:-webkit-text-fill-color, input.passw:-webkit-text-fill-color, input.name:-webkit-text-fill-color{color: #000;}
.checkboxai{float:left;width:100%;margin-top:20px;}
.checkboxai label{
	clear: both;
	float: left;
	width:auto;
	max-width: calc(100% - 30px);
	font-size:inherit;
	color:inherit;
	padding-left:30px;
	margin:0;
	cursor:pointer;
}
.checkboxai label + label{margin-top:12px;}
.checkboxai label input{display: none;}
.checkboxai label span.check{
	position: relative;
	display:inline-block;
	height: 16px;
	width: 16px;
	background:#fff;
	border: 1px solid #96aca8;
	vertical-align:middle;
	margin:0 7px 2px -30px;
}
.checkboxai label span.label{width: calc(100% - 30px);font-weight:400;}
.checkboxai label span.label a{color:#555555;}
.checkboxai label span.label a:hover{text-decoration:underline;}
.checkboxai label:hover span.label, .checkboxai label:hover span.label a{color:#4E9499!important;}
.checkboxai label:hover span.check{border-color:#4E9499!important;}
.checkboxai [type=checkbox]:checked + span.check{background:#4E9499!important;border-color:#4E9499!important;}
.checkboxai [type=checkbox]:checked + span.check + span.label, .checkboxai [type=checkbox]:checked + span.check + span.label a{color:#4E9499!important;}
.checkboxai [type=checkbox]:checked + span.check:before {
	position: absolute;
	left: 0;
	top: 0px;
	content: "";
	width: 100%;
	height: 100%;
	background-image:url(images/check-white.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:auto 9px;
}
/*form*/
.existing-customers{
	float:left;
	width:calc(50% - 1px);
	min-height:305px;
	border-right:1px solid #d3e0df;
	margin:45px 0 0;
}
.existing-customers .inner{
	float:none;
	width:515px;
	margin:auto;
}
.existing-customers .heading{text-align:center;margin:-3px 0 34px;}
.existing-customers .forma{width:100%;}
.existing-customers .forgot-password{
	display: table;
	float: none;
	color:#4E9499;
	text-align: center;
	text-decoration: underline;
	margin: -5px auto 0;
}
.existing-customers .forma button[type="submit"]{display:block;float:none;margin:30px auto 0;}
.new-customers{
	float:right;
	width:50%;
	margin:45px 0 0;
}
.new-customers .inner{
	float:none;
	width:380px;
	font-size:18px;
	line-height:28px;
	margin:auto;
}
.new-customers .heading{text-align:center;margin:-3px 0 20px;}
.new-customers .heading:after{
	display:block;
	content:'';
	width:56px;
	height:56px;
	background:url(images/icon-new-customer.svg)no-repeat center;
	background-size: auto 58px;
	margin:25px auto 22px;
}
.new-customers p{text-align:center;}
a.button{
	clear: both;
	float: left;
	min-width: 150px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background:#4E9499;
	padding: 0 30px;
	margin: 20px 0 0;
}
a.button.disabled {
	background: grey;
	pointer-events: none;
}
a.button:hover{background:#0F8B94;}
a.button-border, .product-added-pop .buttons .popup-close{
	clear: both;
	float: left;
	min-width: 88px;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	font-weight: 600;
	color: #4E9499;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background:#fff;
	border: 1px solid #4E9499;
	padding: 0 30px;
	margin: 20px 0 0;
}
a.button-border:hover, .product-added-pop .buttons .popup-close:hover{background:#4E9499;color:#fff;cursor: pointer;}
.new-customers a.button-border{float:none;display:table;margin:47px auto 0;}
.create-new-account {
	float: none;
	width: 515px;
	margin: -13px auto 0;
}
.create-new-account .heading {text-align: center;margin: -3px 0 34px;}
.create-new-account .checkboxai{text-align:center;margin:0 0 30px;}
.create-new-account .checkboxai label{display:inline-block;float:none;}
.create-new-account .forma button[type="submit"] {
	display: block;
	float: none;
	width: 250px;
	margin: 30px auto 0;
}
.faq{
	float:none;
	width:990px;
	margin:auto;
}
.question_title {
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #3f5e5b;
	background: #fff;
	border:1px solid #96aca8;
	padding: 14px 55px 16px 45px;
	margin-top: 30px;
	cursor: pointer;
}
.question_title:first-child{margin-top:0;}
.question_title:hover, .question_title.opened{background-color:#F5F9F9;color: #4E9499;}
.question_title:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 16px;
	width: 20px;
	height: 20px;
	content: '';
	background: url(images/arrow-down.svg)no-repeat center;
	background-repeat:no-repeat;
	background-position:center;
	background-size: auto 18px;
	margin: auto;
}
.question_title:hover:after {background-image: url(images/arrow-down-hover.svg);}
.question_title.opened:after {background-image: url(images/arrow-up.svg);}
.question_body {
	position: relative;
	display: none;
	font-weight:400;
	line-height:28px;
	text-align:justify;
	background: #F5F9F9;
	border:1px solid #96aca8;
	border-top:none;
	padding:0px 45px 45px 45px;
	margin-top:-7px;
}
.question_body a{color: #555555;text-decoration:underline;}
.question_body :first-child{margin-top:0;}
.question_body :last-child{margin-bottom:0;}
.question_body a{color:#222222;text-decoration:underline;}
.question_body strong{font-weight:600;}
.contact-form{
	float:none;
	width:630px;
	margin:80px auto 0;
}
.contact-form .heading{text-align:center;margin: 0 0 33px;}
#form-contact textarea{height:200px;}
#form-contact button[type="submit"]{width:100%;}
#form-contact .checkboxai{margin:0 0 28px;}
#map{
	float:left;
	width:100%;
	height:600px;
	margin:100px 0 -100px;
}
.contact-columns{float:left;width:100%;margin-top:50px;}
.contact-columns > div{
	float:left;
	width:calc(33.33% - 1px);
	text-align:center;
	border-right:1px solid #d3e0df;
}
.contact-columns > div:nth-child(3n){border-right:none;}
.contact-columns > div:before {
	display: block;
	content: '';
	width: 63px;
	height: 63px;
	background-repeat:no-repeat;
	background-position:center;
	background-size: auto 63px;
	margin: 0 auto 24px;
}
.contact-columns > div.phone:before{background-image: url(images/icon-phone.svg);}
.contact-columns > div.email:before{background-image: url(images/icon-email.svg);}
.contact-columns > div.address:before{background-image: url(images/icon-address.svg);}
.contact-columns > div p:nth-child(1){font-size:24px;font-weight:400;margin:0 auto 14px;}
.contact-columns > div p{width:260px;font-size:18px;line-height: 32px;margin:0 auto;}
.contact-columns > div a{color:#555555;}
.contact-columns > div a:hover{text-decoration:underline;}
aside.in-category{float:left;width:250px;}
.inner-menu{
	list-style:none;
	padding:0;
	margin:-5px 0 0;
}
.inner-menu li{margin:17px 0;}
.inner-menu li:first-child{
	font-size:18px;
	color:#555555;
	font-weight:500;
	margin:0 0 26px;
}
.inner-menu li a{color:#555555;}
.inner-menu li.active a, .inner-menu li a:hover{color:#4E9499;}
.category-filters {clear: both;float: left;width: 100%;}
.category-filters .checkboxai > label:nth-child(-n+5) {
	display: block !important;
}
.category-filters .checkboxai > label:nth-child(n+6) {
	display: none;
}
.category-filters #submit-filter {
	width: 100%;
	height: 50px;
}
.category-filters .show-all, .category-filters .show-less {
	appearance: none;
	border: 0;
	background-color: transparent;
	border-radius: 0;
	font-size: 16px;
	line-height: 26px;
	color: #45827b;
	font-weight: 400;
	position: relative;
	margin: 0;
	padding: 15px 0 0 0 !important;
	cursor: pointer;
}
.category-filters .show-all:hover, .category-filters .show-less:hover {
	background-color: transparent;
	text-decoration: underline;
}
.category-filters .show-all::after {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	right: -20px;
	/* padding: 0 0 15px 0; */
	top: 50%;
	transform: translateY(calc(-50% + 7px));
	background: url("./images/arrow-right.svg") no-repeat center;
	background-size: contain;
}
.category-filters .show-less {
	display: none;
}
.category-filters > div {
	float: left;
	width: 100%;
	margin-top: 40px;
}
.category-filters > div:first-of-type{margin-top:0;}
.category-filters > div .title{
	font-size:18px;
	color:#555555;
	font-weight:500;
	margin:0 0 20px;
}
.category-filters .checkboxai{margin-top:0;}
.category-filters .checkboxai label{max-width: calc(100% - 27px);padding-left: 27px;}
.category-filters .checkboxai label + label {margin-top: 15px;}
.category-filters .checkboxai label span.check{border-color:#96aca8;margin: 0 4px 2px -27px;}
.category-filters .checkboxai label:hover span.check, .category-filters .checkboxai [type=checkbox]:checked + span.check {border-color: #4E9499;}
.category-filters .checkboxai [type=checkbox]:checked + span.check + span.label, .category-filters .checkboxai [type=checkbox]:checked + span.check + span.label a {color: #4E9499!important;font-weight:500;}
.checkboxai.color label {
	clear: inherit;
	float:left;
	max-width: 100%;
	padding-left: 0;
	margin:0 5px 5px 0;
}
.checkboxai.color label:nth-child(6n+1){clear:both;}
.checkboxai.color label span.check {
	width:22px;
	height:22px;
	border:none;
	margin: 0;
}
.checkboxai.color label + label {margin-top: inherit;}
.checkboxai.color label:hover span.check:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-image:url(images/check-white.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:auto 9px;
	opacity:0.6;
}
.range-slider{margin: -36px 0 2px;}
.range-slider .irs-min, .range-slider .irs-max, .range-slider .irs-from, .range-slider .irs-to{display:none!important;}
.range-slider .irs-line {
	height: 4px!important;
	top: 39px!important;
	background: #e3f0ef!important;
	border: none!important;
	border-radius: 0!important;
	-moz-border-radius: 0!important;
}
.range-slider .irs-bar {
	height: 4px!important;
	top: 39px!important;
	border:none!important;
	background: #4E9499!important;
}
.range-slider .irs-slider {
	top: 34px!important;
	width: 12px!important;
	height: 12px!important;
	border: 1px solid #4E9499!important;
	background: #4E9499!important;
	border-radius: 50%!important;
	-moz-border-radius: 50%!important;
	box-shadow: none!important;
}
.extra-controls{position:relative;}
.extra-controls span{
	position:relative;
	float:left;
	/*width: 42px;*/
	width: 70px;
	height: 23px;
	border: 1px solid #96aca8;
}
.extra-controls span + span{float:right;}
.extra-controls input{
	width: 100%;
	height: 100%;
	border: none;
	text-align: center;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #4E9499;
	padding:0;
}
/*.extra-controls span:after, .extra-controls span:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.extra-controls span:before {
    border-color: rgba(228, 231, 238, 0);
    border-bottom-color: #96aca8;
    border-width: 6px;
    margin-left: -6px;
}
.extra-controls span:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px;
}*/
.category-navigation {
	display: flex;
	gap: 30px;
	margin: 0 0 50px;
	align-items: flex-start;
}

.category-navigation a {
	display: block;
	padding: 20px;
	border: 1px solid #c9d6d5;
	color: #000;
	font-weight: 400;
	white-space: nowrap;
}
.category-navigation a:hover, .category-navigation a.active {
	border-color: #4E9499;
	background: #4E9499;
	color: #fff;
}

.category-navigation .parent-link {
	border-color: #4E9499;
	color: #4E9499;
	position: relative;
	padding-left: 75px;
}

.category-navigation .parent-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 100%;
	background: #4E9499 url("./images/arrow-left-white.svg") no-repeat center;
	background-size: 20px auto;
}

.category-navigation .subcategories {
	display: flex;
	list-style: none;
	padding: 0 0 10px;
	margin: 0;
	gap: 15px;
	overflow-x: auto;
	overflow-y: hidden;
}

.category-navigation .subcategories::-webkit-scrollbar {
	-webkit-overflow-scrolling: touch;
	width:100px;
	height: 10px;
	background: #fff;
	border-bottom: 2px solid #e7e7e7;
}
.category-navigation .subcategories::-webkit-scrollbar-thumb {width:25px;background: #4E9499; border-top: 5px solid #fff;}

.category-navigation .subcategories li {
	flex: 0 0 auto;
}
.category-content{
	float:right;
	width:calc(100% - 330px);
}
.category-content .sorting {
	float: left;
	width: 100%;
	border-bottom:1px solid #d3e0df;
	padding-bottom:30px;
	margin-bottom:50px;
}
.sorting > .left{width: calc(100% - 275px);margin-bottom: -10px;}
.sorting > .right pan{
	display:inline-block;
	font-weight:500;
	color:#3f5e5b;
	line-height:42px;
	margin:0 6px 0 0;
}
.sorting > .right select{
	display:inline-block;
	width: 200px;
	height:42px;
	padding: 0 35px 0 12px;
	margin:0;
}
.sorting > .left span{
	display:inline-block;
	font-weight:500;
	color:#3f5e5b;
	line-height:42px;
	margin:0 6px 0 0;
}
.sorting > .left > div > button {
	display:inline-block;
	height: 42px;
	font-family: 'Work Sans', sans-serif;
	font-size:16px;
	font-weight: 300;
	color: #3f5e5b;
	line-height: 42px;
	background: #e9f3f2;
	border: 1px solid #e9f3f2;
	padding: 0 16px;
	cursor: pointer;
	margin: 0 5px 10px 0;
}
.sorting > .left > div > button:after {
	display: inline-block;
	width: 9px;
	height: 11px;
	content: '';
	background: url(images/close.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: auto 9px;
	vertical-align: middle;
	margin: 0 0 2px 16px;
}
.sorting > .left > div > button:hover{background:#4E9499;border-color:#4E9499;color:#fff;}
.sorting > .left > div > button:hover:after{background-image: url(images/close-white.svg);}
#clear-all-filter{
	color: #4E9499;
	font-weight:400;
	background:transparent;
	border-color:#4E9499;
	padding: 0 19px;
}
#clear-all-filter:after{content:none;}
#clear-all-filter:hover{background:#4E9499;color:#fff;}
.banner-in-category{
	position:relative;
	float: left;
	width: 100%;
	height: 430px;
	background-color: #4E9499;
	background-repeat:no-repeat;
	background-position:bottom right;
	margin: 20px 0 50px;
	overflow: hidden;
}
.banner-in-category .inner {
	position: absolute;
	top: 35px;
	left: 40px;
	width: 420px;
	font-size: 20px;
	line-height: 32px;
	color: #a9d9d4;
}
.banner-in-category .inner p {margin: 20px 0;}
.banner-in-category .inner p a{color: #a9d9d4;text-decoration:underline;}
.banner-in-category .inner p strong{font-weight:600;}
.banner-in-category .inner p:nth-child(1) {
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	margin: 0 0 1px;
}
.banner-in-category .inner p:nth-child(2) {
	font-size: 60px;
	line-height: 60px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 33px;
}
.banner-in-category .inner p:last-child a {
	clear: both;
	float: left;
	min-width: 90px;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border: 1px solid #fff;
	padding: 0 30px;
	margin: 28px 0 0;
}
.banner-in-category .inner p:last-child a:hover{background:#fff;color:#4E9499;}
.pagination{
	clear:both;
	position: relative;
	float:left;
	width: 100%;
	padding-top: 30px;
	border-top:1px solid #d3e0df;
	text-align:center;
	margin-top:48px;
	list-style: none;
}
.pagination.no-border{border:none;margin-top:0;}
.pagination li {
	display: inline-block;
}
.pagination a, .pagination span {
	display: inline-block;
	width: 30px;
	height: 34px;
	font-size:14px;
	color:#3e5e5b;
	font-weight:400;
	line-height: 34px;
	text-align: center;
	text-decoration:none;
	border:1px solid #96aca8;
	margin: 0 3px 10px;
}
.pagination li.active a,
.pagination li.active span {
	color: #fff;
	background:#4E9499;
}
.pagination a.active, .pagination a:hover {
	color: #fff;
	border-color: #4E9499;
	background:#4E9499;
}
.pagination .prev, .pagination .next{
	position:relative;
	display: inline-block;
	width: 30px;
	height: 34px;
	margin: 0 3px;
	margin-bottom:-13px;
}
.pagination .prev:after, .pagination .next:after{
	position:absolute;
	width: 20px;
	height: 20px;
	content: '';
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-repeat:no-repeat;
	background-position:center;
	background-size: auto 15px;
	margin:auto;
}
.pagination .prev:after {background-image: url(images/arrow-left.svg);}
.pagination .next:after {background-image: url(images/arrow-right.svg);}
.pagination .prev:hover:after {background-image: url(images/arrow-left-white.svg);}
.pagination .next:hover:after {background-image: url(images/arrow-right-white.svg);}
/*simple text*/
.simple-text{font-size:16px;line-height:26px;}

.simple-text h1{font-size:30px;line-height:normal;font-weight:500;margin:95px 0 20px;}
.simple-text h2{font-size:24px;font-weight:400;margin:95px 0 20px;}
.simple-text h3{font-size:22px;font-weight:400;margin:95px 0 20px;}
.simple-text h4{font-size:20px;font-weight:400;margin:60px 0 20px;}
.simple-text h5{font-size:18px;font-weight:400;margin:60px 0 20px;}
.simple-text h1 a, .simple-text h2 a, .simple-text h3 a, .simple-text h4 a, .simple-text h5 a{color:#046086;}

.simple-text h1 + p, .simple-text h1 + ul, .simple-text h1 + ol, .simple-text h1 + table, .simple-text h1 + .video{margin-top:0px!important;}
.simple-text h2 + p, .simple-text h2 + ul, .simple-text h2 + ol, .simple-text h2 + table, .simple-text h2 + .video{margin-top:0px!important;}
.simple-text h3 + p, .simple-text h3 + ul, .simple-text h3 + ol, .simple-text h3 + table, .simple-text h3 + .video{margin-top:0px!important;}
.simple-text h4 + p, .simple-text h4 + ul, .simple-text h4 + ol, .simple-text h4 + table, .simple-text h4 + .video{margin-top:0px!important;}
.simple-text h5 + p, .simple-text h5 + ul, .simple-text h5 + ol, .simple-text h5 + table, .simple-text h5 + .video{margin-top:0px!important;}

.simple-text h1:first-child, .simple-text h2:first-child, .simple-text h3:first-child, .simple-text h4:first-child, .simple-text h5:first-child, .simple-text p:first-child, .simple-text ul:first-child, .simple-text ol:first-child, .simple-text table:first-child, .simple-text .video:first-child{margin-top:0!important;}
.simple-text h1:last-child, .simple-text h2:last-child, .simple-text h3:last-child, .simple-text h4:last-child, .simple-text h5:last-child, .simple-text p:last-child, .simple-text ul:last-child, .simple-text ol:last-child, .simple-text table:last-child, .simple-text .video:last-child{margin-bottom:0!important;}

.simple-text p{margin:26px 0;}
.simple-text p a{color:#555555;text-decoration:underline;}
.simple-text p strong{font-weight:500;}

.simple-text ul{list-style:none;padding:0;margin: 26px 0;}
.simple-text ul li{padding-left:20px;margin:15px 0;}
.simple-text ul li:before{
	display:inline-block;
	width:3px;
	height:3px;
	content:'';
	background:#44535e;
	border-radius:50%;
	margin:0 12px 3px -16px;
}
.simple-text ul li a{color:#555555;text-decoration:underline;}
.simple-text ul li strong{font-weight:500;}

.simple-text ol{padding:0 0 0 20px;margin: 26px 0;}
.simple-text ol li{margin:15px 0;}
.simple-text ol li a{color:#555555;text-decoration:underline;}
.simple-text ol li strong{font-weight:500;}

.simple-text table{width:100%;border-spacing: 0px; border-collapse: separate;border: none;border-top:1px solid #d4dbde;border-left:1px solid #d4dbde;margin:26px 0;}
.simple-text table th, .simple-text table tr:first-child td{height:40px;font-size:18px;padding:10px;}
.simple-text table td{height:40px;padding:10px;border: none;border-right:1px solid #d4dbde;border-bottom:1px solid #d4dbde;}
.simple-text table p{margin:0;}
.simple-text table p + p{margin-top:5px;}
.simple-text table a{color:#555555;text-decoration:underline;}
.simple-text table strong{font-weight:500;}
.simple-text table img{display:block;max-width:100%;height:auto;}
.simple-text table img + img{margin-top:10px;}

.simple-text img{max-width:100%;height:auto;margin:6px 0 30px;}
.simple-text img[style*="width:100%;"], .simple-text img[style*="width: 100%;"]{width:100%;}
.simple-text img[style*="float:left;"], .simple-text img[style*="float: left;"], .simple-text img.alignleft{float:left;margin:6px 50px 30px 0;}
.simple-text img[style*="float:right;"], .simple-text img[style*="float: right;"], .simple-text img.alignright{float:right;margin:2px 0 30px 50px;}
.simple-text img[style*="float:left;"] + img[style*="float:left;"], .simple-text img[style*="float: left;"] + img[style*="float: left;"], .simple-text img.alignleft + img.alignleft{margin:6px 50px 30px -20px;} /*cia nlb gerai*/
.simple-text img.aligncenter{display: block;margin: auto;}
.simple-text img.aligncenter + img{margin-top:20px!important;}
.simple-text img.size-full{display: block;}
.simple-text p:first-child img.alignnone:first-child, .simple-text p:first-child img[style*="width:100%;"]:first-child, .simple-text p:first-child img[style*="width: 100%;"]:first-child{margin-top:0!important;}
.simple-text h2:first-child img.alignnone:first-child, .simple-text h2:first-child img[style*="width:100%;"]:first-child, .simple-text h2:first-child img[style*="width: 100%;"]:first-child{margin-top:0!important;}
.simple-text h3:first-child img.alignnone:first-child, .simple-text h3:first-child img[style*="width:100%;"]:first-child, .simple-text h3:first-child img[style*="width: 100%;"]:first-child{margin-top:0!important;}
.simple-text img:last-child{margin-bottom:0;}

.video {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	height: 426px;
	cursor: pointer;
	overflow: hidden;
}
.video img{
	position: absolute;
	width: auto;
	max-width: unset;
	min-width: 100%;
	height: auto;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
}
.video iframe {
	display: none;
	width: 100%;
	height: 426px;
	border: none;
}
.video:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(49,53,52,0.63);
	z-index:9;
}
.video:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 105px;
	height: 75px;
	content: '';
	background: url(images/play-video.svg)no-repeat center;
	background-size:auto 73px;
	opacity:0.6;
	z-index: 9;
}
.video.play:before, .video.play:after{content:none;}
.simple-text .video{margin: 26px 0;}
.simple-text p + .video, .simple-text h2 + .video, .simple-text h3 + .video, .simple-text h4 + .video, .simple-text h4 + .video,
.simple-text ul + .video, .simple-text ol + .video, .simple-text table + .video, .simple-text .video + .video{margin-top:0px!important;}

.simple-text.bigger{font-size:18px;line-height:30px;}
.simple-text.bigger p, .simple-text.bigger ul, .simple-text.bigger ol, .simple-text.bigger table{margin:30px 0;}
.simple-text.bigger .video{margin: 30px 0;}
/*simple text end*/
.seotext-in-category{
	float:left;
	width:100%;
	margin:100px 0 0;
}
.seotext-in-category p:first-child, .seotext-in-category h2{
	font-size:28px;
	line-height: 40px;
	font-weight:500;
	text-align: left;
	margin:40px 0 26px;
}
.share {
	clear:both;
	position:relative;
	float:left;
	width:100%;
}
.share > span{
	display: inline-block;
	color:#4E9499;
	font-weight:400;
	vertical-align: middle;
	margin:0 15px 0 0;
}
.share .fb-share{
	display: inline-block!important;
	height: 18px;
	width: 18px;
	background: url(images/facebook.svg)no-repeat center;
	background-size: auto 17px!important;
	vertical-align: middle;
	margin:0 25px 0 0;
}
.share .tweet{
	display: inline-block!important;
	height: 18px;
	width: 18px;
	background: url(images/twitter.svg)no-repeat center;
	background-size: auto 21px!important;
	vertical-align: middle;
	margin:0 25px 0 0;
}
.share .linkedin{
	display: inline-block!important;
	width: 18px!important;
	height: 18px!important;
	background: url(images/linkedin.svg)no-repeat center;
	background-size: auto 19px!important;
	cursor:pointer;
	overflow: hidden;
	vertical-align: middle;
	margin:0 20px 0 0;
}
.share .linkedin span{
	position:relative;
	opacity: 0!important;
	z-index: 999;
	height: 20px;
	width: 20px;
}
.share .instagram{
	display:inline-block;
	width: 18px!important;
	height: 18px!important;
	background: url(images/instagram.svg)no-repeat center;
	background-size: auto 20px!important;
	overflow: hidden;
	vertical-align: middle;
	margin:0 25px 0 0;
}
.share .pinterest{
	display:inline-block;
	width: 18px!important;
	height: 18px!important;
	background: url(images/pinterest.svg)no-repeat center;
	background-size: auto 19px!important;
	overflow: hidden;
	vertical-align: middle;
	margin:0 25px 0 0;
}
.share .pinterest > span{width:18px;height:18px!important;opacity:0;}
.share .fb-share:hover{background-image: url(images/facebook-hover.svg);}
.share .tweet:hover{background-image: url(images/twitter-hover.svg);}
.share .linkedin:hover{background-image: url(images/linkedin-hover.svg);}
.share .instagram:hover{background-image: url(images/instagram-hover.svg);}
.share .pinterest:hover{background-image: url(images/pinterest-hover.svg);}
.share :last-child{margin-right:0;}
.wishlist{
	float: left;
	width: 100%;
	/*margin-top:-60px;*/
}
.products-list.show5{position:relative;float: left;width:100%;margin: 0 0 -48px;}
.products-list.show5:after{
	position:absolute;
	left:0;
	bottom:-1px;
	content:'';
	width:100%;
	height:3px;
	background:#fff;
}
.products-list.show5 .product {
	width: calc(20% - 40px);
	border-bottom:1px solid #d3e0df;
	padding: 60px 20px 50px;
	margin: 0;
}
.product .add-to-cart{
	display:table;
	width: 190px;
	height: 48px;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background: #4E9499;
	border: none;
	cursor: pointer;
	margin:35px auto 0;
}
.product .add-to-cart:hover{background:#0F8B94;}
button.close{
	display:block;
	width: 16px;
	height: 15px;
	background: url(images/close.svg)no-repeat center;
	background-size:auto 13px;
	border: none;
	cursor: pointer;
	margin:0;
}
button.close:hover{background-image: url(images/close-red.svg);}
.product button.close{position:absolute;top:10px;right:10px;}
.blog-tabs-filter{
	float:none;
	/*width:1100px;*/
	width: 67%;
	text-align:center;
	margin:0 auto 60px;
}
.blog-tabs-filter button{
	float:none;
	width:calc(33.33% - 24px);
	height:55px;
	font-family: 'Work Sans', sans-serif;
	font-size:20px;
	font-weight:400;
	color:#555555;
	border:1px solid #c9d6d5;
	background:transparent;
	cursor:pointer;
}
.blog-tabs-filter button + button{margin-left:30px;}
.blog-tabs-filter button.active, .blog-tabs-filter button:hover{border-color:#4E9499;color:#4E9499;}
.blog-list{
	/*width:1275px;*/
	width: 78%;
	margin:0 auto -55px;
}
.blog-list + .pagination{padding-top:85px;}
.blog{
	float:left;
	width:calc(50% - 25px);
	margin:0 50px 55px 0;
}
.blog:nth-child(2n){margin-right:0;}
.blog .image{display:block;margin:0 0 24px;}
.blog .image img{display:block;max-width:100%;height:auto;}
.blog .title{
	font-size:24px;
	line-height:34px;
	font-weight:500;
	color:#555555;
}
.blog .title:hover{text-decoration:underline;}
.blog .hold, .blog-top .hold{
	float:left;
	width:100%;
	font-weight:400;
	color:#6f8986;
	margin:10px 0 20px;
}
.blog .date, .blog-top .date{float:left;line-height:21px;}
.blog .tag, .blog-top .tag{
	float:left;
	line-height:21px;
	border-left:1px solid #c9d6d5;
	padding-left:20px;
	margin-left:20px;
}
.blog p{
	font-size:18px;
	line-height:30px;
	margin:13px 0 20px;
}
.blog a.more{font-size:16px;font-weight:400;margin-top:0;}
.hero.blog-inner h1{
	font-size:36px;
	line-height:46px;
	text-transform: inherit;
	max-width:20ch;
	margin:auto;
}
.blog-text-container .wrap{width:875px;}
.blog-top img{display:block;max-width:100%;height:auto;}
.blog-top .hold{margin: 27px 0 38px;}
.blog-text-container .share{margin-top: 40px;}
.customer-comments{
	float:left;
	width:100%;
	background:#F5F9F9;
	padding:100px 0;
	margin-top:100px;
	margin-bottom: -100px;
}
.customer-comments .wrap{width:1040px;}
.customer-comments .heading{margin-bottom:0;}
.reviews > div{
	float:left;
	width:100%;
	border-bottom:1px solid #d3e0df;
	padding:25px 0 45px;
}
.reviews > div p{line-height:28px;text-align:center;}
.reviews > div .author{font-weight:400;text-align:center;margin:20px 0 0;}
.reviews > div .date{font-weight:400;text-align:center;margin:10px 0 28px;}
.reviews .stars{clear:both;text-align:center;}
.star{
	display:inline-block;
	width:16px;
	height:16px;
	background:url(images/star.svg) no-repeat center;
	background-size: auto 13px;
	margin: 0 2px -1px 2px;
}
.star.fill{
	background-image:url(images/star-fill.svg);
	background-size:auto 14px;
	margin:0 2px;
}
.forma .caption{
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 33px;
}
#form-review{
	clear: both;
	float: none;
	width: 625px;
	margin: 45px auto 0;
}
#form-review .caption{text-align:center;}
#form-review .rating{
	float:left;
	width:calc(100% - 40px);
	font-weight:400;
	color:#4E9499;
	background:#BFD8DA;
	padding:13px 20px 11px;
	margin:0 0 30px;
}
#form-review .rating span{display:inline-block;vertical-align:middle;margin:0 22px 1px 0;}
#form-review .rating .stars{display:inline-block;vertical-align:middle;}
#form-review .rating .star{width:20px;height:20px;background-size:auto 18px;cursor:pointer;}
#form-review textarea{height:138px;}
#form-review .checkboxai{text-align:center;margin:0 0 28px;}
#form-review .checkboxai label{display: inline-block;float: none;}
#form-review button[type="submit"]{
	float: none;
	display: table;
	min-width: 212px;
	margin: auto;
}
.mb-100{margin-bottom:-100px;}
.other-posts{
	float:left;
	width:100%;
	padding:90px 0 65px;
}
.other-posts .heading{margin: 0 0 28px;}
#blog-carusel{width:100%;padding:0 60px;}
#blog-carusel .blog{width: calc(33.33% - 50px);margin: 0 23px;}
#blog-carusel .blog .image {margin: 0 0 20px;}
#blog-carusel .blog .title{font-size: 20px;line-height: 25px;}
#blog-carusel .blog .hold{margin:20px 0 0;}
.slick-prev, .slick-next{
	width:26px!important;
	height: 20px!important;
	top:50%!important;
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:center;
	background-size:auto 24px;
	z-index: 9;
}
.slick-prev{left: 0px!important;background-image:url(images/slick-prev.svg);}
.slick-next{right: 0px!important;background-image:url(images/slick-next.svg);}
.slick-prev:hover{background-image:url(images/slick-prev.svg);}
.slick-next:hover{background-image:url(images/slick-next.svg);}
#blog-carusel .slick-prev, #blog-carusel .slick-next{top:38%!important;}
.other-bought{
	float:left;
	width:100%;
	padding:90px 0 65px;
}
.other-bought .heading{text-transform:uppercase;margin:0 0 30px;}
#products-carusel{width:100%;padding:0 150px;}
#products-carusel .slick-track {margin:auto;}
#products-carusel .product{margin: 0 25px;}
#products-carusel .product .title{padding: 0 20px;}
.wishlist .product .title{min-height: 78px;}
.account-content .wishlist .product .title {padding: 0 20px;}
#products-carusel .slick-prev, #products-carusel .slick-next{top:49%!important;}
#products-carusel .slick-prev{left: 95px!important;}
#products-carusel .slick-next{right: 95px!important;}
#product .wrap{width:1440px;}
.product-image{float:left;width:660px;}
.product-image .slick-arrow {
	top: unset !important;
	bottom: -30px !important;
}
.product-image .front-photo{
	position: relative;
	display: table;
	float:right;
	/*width: 580px;*/
	width:calc(100% - 84px);
	height: 600px;
}
.product-image .front-photo .vertical-align{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.product-image .front-photo img {max-width: 100%; max-height: 100%;}
.product-image .front-photo iframe {
	display: none;
	width: 100%;
	height: 342px;
}
.product-image .gallery {
	float: left;
	width: 76px;
	/* overflow:hidden; */
}
.product-image .gallery .thumb {
	position:relative;
	float: left;
	width: 74px;
	height: 74px;
	border: 1px solid #cad7d6;
	cursor: pointer;
}
.product-image .gallery .thumb + .thumb{margin-top:10px;}
.product-image .gallery .thumb:hover, .product-image  .gallery .thumb.active {border-color: #4E9499;}
.product-image .gallery .thumb a {display: block;pointer-events: none!important;}
.product-image .gallery .thumb img {display:block;max-width: 100%;max-height: 100%;margin:auto;}
.product-info{position:relative;float:right;width: 655px;}
.product-info.bottom {margin-bottom: 40px;}
.product-info .label-new, .product-info .label-top, .product-info .label-eco, .product-info .label-discount, .product-info .label-sold{
	float:left;
	width: 68px;
	height: 25px;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	color: #fff;
	text-align: center;
	margin: 0 0 20px;
}
.product-info .label-new{
	font-size:14px;
	font-weight:400;
	color:#4E9499;
	background:#e9f3f2;
}
.product-info .label-top{background:#0BD2E0;}
.product-info .label-eco{background:#4E9499;}
.product-info .label-sold{width:90px;background:#828282;}
.product-info .label-discount{width:90px;background:#4E9499;}
.product-info h1{
	clear:both;
	width:390px;
	font-size: 28px;
	line-height:38px;
	font-weight: 400;
	margin:0;
}
.product-info .code{font-size:14px;color:#3f5e5b;margin-top:6px;}
.product-info .price{font-size:32px;font-weight:600;margin-top:18px;}
.product-info .price .old {
	display: inline-block;
	font-size: 22px;
	font-weight: 300;
	color: #7c8c89;
	text-decoration: line-through;
	vertical-align: middle;
	margin: 0 15px 2px 0;
}
.product-info .price .old + .new {color: #4E9499;}
.product-rating{position:absolute;top:0;right:0;}
.product-rating span{font-size:12px;font-weight:400;color:#4E9499;}
.product-info .choose-colors{float:left;width:100%;margin:42px 0 -10px;}
.radio-bt.color{display:inline-block;margin:0 4px 10px 0;}
.radio-bt.color:last-child{margin-right:0;}
.radio-bt.color input[type="radio"] {display:none;}
.radio-bt.color input[type="radio"] + label {cursor: pointer;margin:0;}
.radio-bt.color input[type="radio"] + label span {
	display:inline-block;
	width:54px;
	height:54px;
	margin:0 0 0 0;
	vertical-align:middle;
	cursor:pointer;
	background:none;
	border: 1px solid #ccd9d8;
}
.radio-bt.color input[type="radio"] + label span img{display:block;width:48px;height:48px;padding:3px;}
.radio-bt.color input[type="radio"]:checked + label span, .radio-bt.color:hover input[type="radio"] + label span{background:none;border-color:#4E9499;}
.product-info .choose-size{float:left;width:100%;margin:30px 0 -10px;}
.radio-bt.size{display:inline-block;margin:0 4px 10px 0;}
.radio-bt.size:last-child{margin-right:0;}
.radio-bt.size input[type="radio"] {display:none;}
.radio-bt.size input[type="radio"] + label {cursor: pointer;margin:0;}
.radio-bt.size input[type="radio"] + label span {
	display:inline-block;
	width:auto;
	height:30px;
	font-family: 'Work Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#3f5e5b;
	line-height:30px;
	margin:0 0 0 0;
	vertical-align:middle;
	cursor:pointer;
	background:none;
	border: 1px solid #ccd9d8;
	padding:0 20px
}
.radio-bt.size input[type="radio"]:checked + label span, .radio-bt.size:hover input[type="radio"] + label span{background:none;border-color:#4E9499;}
.product-order{
	float:left;
	width:100%;
	border-top:1px solid #d3e0df;
	padding-top:50px;
	margin-top:50px;
}
.quantity{position:relative;float:none;width: 133px;margin: auto;}
.quantity input[type="text"]{
	width: 59px;
	height:54px;
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	font-weight:400;
	color:#555555;
	text-align: center;
	border: 1px solid #96aca8;
	padding:0;
	margin:0 36px;
}
.quantity .q_up, .quantity .q_down{
	position: absolute;
	top:0;
	width: 35px;
	height:56px;
	text-decoration:none;
	background-color:transparent;
	background-repeat:no-repeat;
	cursor:pointer;
	border:none;
}
.quantity .q_down{left: 0px;background-image:url(images/minus.png);background-size:16px auto;background-position:left center;}
.quantity .q_up{right: 0px;background-image:url(images/plus.png);background-size:16px auto;background-position:right center;}
.quantity .q_down:hover{background-image:url(images/minus-hover.png);}
.quantity .q_up:hover{background-image:url(images/plus-hover.png);}
.product-order .quantity{float:left;margin:0;}
.product-order #button-cart, .button-cart {
	float: left;
	width: 260px;
	height: 56px;
	font-family: 'Work Sans', sans-serif;
	line-height: 56px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: #4E9499;
	border:none;
	margin:0 50px 0 50px;
	cursor:pointer;
}
.product-order #button-cart:hover, .button-cart:hover{background:#0F8B94;}
.product-info #button-reminder {
	float: left;
	height: 48px;
	font-family: 'Work Sans', sans-serif;
	line-height: 48px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: #4E9499;
	border: none;
	padding: 0 20px;
	cursor: pointer;
	margin: 20px 50px 0 0;
}
.product-info #button-reminder + .add-to-wish-list {
	margin-top: 28px;
}
.product-info #button-reminder:hover{background:#0F8B94;}
.product-order .add-to-wish-list{
	float: left;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #4E9499;
	text-align: center;
	line-height:30px;
	background: transparent url(images/fave-green.svg)no-repeat left center;
	background-size:auto 26px;
	border:none;
	padding:0 0 0 40px;
	margin:14px 0 0 50px;
	cursor:pointer;
}
.product-info .add-to-wish-list{
	float: left;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #4E9499;
	text-align: center;
	line-height:30px;
	background: transparent url(images/fave-green.svg)no-repeat left center;
	background-size:auto 26px;
	border:none;
	padding:0 0 0 40px;
	margin:14px 0 0 0;
	cursor:pointer;
}
.product-order .add-to-wish-list:hover, .product-order .add-to-wish-list.fill:hover{background-image:url(images/fave-fill.svg);}
.product-info .add-to-wish-list:hover, .product-info .add-to-wish-list.fill:hover{background-image:url(images/fave-fill.svg);}
.order-advantages{
	float:left;
	width:calc(100% - 60px);
	font-size:14px;
	font-weight:400;
	color:#555555;
	background:#F5F9F9;
	padding:20px 30px;
	margin-top:50px;
}
.order-advantages p{padding-left:43px;margin:5px 0;}
.order-advantages p:before{
	display:inline-block;
	width:40px;
	height:30px;
	content:'';
	background-repeat:no-repeat;
	background-position:left center;
	vertical-align:middle;
	margin:0 0 2px -43px;
}
.order-advantages p.delivery-period:before{background-image:url(images/truck.svg);background-size:auto 19px;}
.order-advantages p.free-returns:before{background-image:url(images/returns.svg);background-size:auto 19px;}
.order-advantages p.free-delivery:before{background-image:url(images/lab.svg);background-size:auto 25px;}
#product .share{clear:both;margin-top:48px;}
.product-info-buttons{
	float:left;
	width:100%;
	text-align:center;
	margin-top:90px;
}
.product-info-buttons .bt{
	position:relative;
	display:inline-block;
	color:#4E9499;
	border:1px solid #4E9499;
	padding:10px 20px 11px 55px;
	vertical-align:middle;
}
.product-info-buttons .bt + .bt{margin-left:30px}
.product-info-buttons .bt.free-packing{background:url(images/free-packing.svg)no-repeat left 19px center;background-size:auto 24px;}
.product-info-buttons .bt.samples{background:url(images/samples.svg)no-repeat left 20px center;background-size:auto 28px;padding-left:50px;}
.description-tabs-container{
	float:left;
	width:100%;
	margin-top:145px;
}
.description-tabs button{
	float:left;
	width:calc(33.33% - 4px);
	height:57px;
	font-family: 'Work Sans', sans-serif;
	font-size:20px;
	font-weight:400;
	color:#555555;
	background:#F5F9F9;
	border:none;
	cursor:pointer;
}
.description-tabs button + button{margin-left:5px;}
.description-tabs button.active, .description-tabs button:hover{background:#BFD8DA;color:#4E9499;}
.description-content{
	float:left;
	width:100%;
	padding-top:42px;
}
.description-content .simple-text{width:1040px;font-weight:400;}
.brands-abc{
	float:left;
	width:calc(100% - 165px);
	padding-left:165px;
	margin:0 0 -10px;
}
.brands-abc a{
	display:inline-block;
	width:39px;
	font-size:18px;
	font-weight:400;
	color:#3e5e5b;
	line-height:44px;
	text-align:center;
	text-transform:uppercase;
	border:1px solid #96aca8;
	margin:0 3px 10px;
}
.brands-abc a:hover, .brands-abc a.active{background:#4E9499;border-color:#4E9499;color:#fff;}
.brands-list .row{
	float:left;
	width:100%;
	padding:46px 0 38px;
}
.brands-list .row + .row{border-top:1px solid #d3e0df;}
.brands-list .row:last-child{padding-bottom:0;}
.brands-list .row > .left{
	width:165px;
	font-size:44px;
	font-weight:500;
	color:#4E9499;
	text-transform:uppercase;
}
.brands-list .row ul{
	float:left;
	width:calc(100% - 165px);
	list-style:none;
	padding:0;
	margin:-9px 0 0;
}
.brands-list .row .columns4{
	-moz-column-count: 4;
	-moz-column-gap: 50px;
	-webkit-column-count: 4;
	-webkit-column-gap: 50px;
	column-count: 4;
	column-gap: 50px;
}
.brands-list .row .columns3{
	width:1093px;
	-moz-column-count: 3;
	-moz-column-gap: 50px;
	-webkit-column-count: 3;
	-webkit-column-gap: 50px;
	column-count: 3;
	column-gap: 50px;
}
.brands-list .row .columns2{
	width:715px;
	-moz-column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-count: 2;
	-webkit-column-gap: 50px;
	column-count: 2;
	column-gap: 50px;
}
.brands-list .row ul li a{font-size:18px;font-weight:400;color:#555555;}
.brands-list .row ul li{
	clear: both;
	float: left;
	margin:8px 0;
}
.brands-list .row ul li a:hover{text-decoration:underline;}
.wrap.order-confirm{width:460px;text-align:center;}
.order-confirm p{font-size:18px;line-height:28px;font-weight:400;margin:20px 0;}
.order-confirm p:first-child{font-size:30px;line-height:inherit;margin:0 0 -5px;}
.order-confirm .button{display:table;float:none;margin:42px auto 0;}
aside.in-account{float:left;width:375px;}
.account-nav{
	width:calc(100% - 102px);
	list-style:none;
	border:1px solid #d3e0df;
	padding:20px 50px 18px;
	margin:-5px 0 0;
}
.account-nav li{margin:26px 0;}
.account-nav li a{
	font-size:18px;
	color:#555555;
	font-weight:400;
	padding-left:45px;
}
.account-nav li a:before{
	display:inline-block;
	width:45px;
	height:30px;
	content:'';
	background-repeat:no-repeat;
	vertical-align:middle;
	margin:0 0 0 -45px;
}
.account-nav li:nth-child(1) a:before{background-image:url(images/dashboard-gray.svg);background-size:auto 27px;background-position:left 3px center;margin-bottom:4px;}
.account-nav li:nth-child(2) a:before{background-image:url(images/acc-gray.svg);background-size:auto 25px;background-position:left 4px center;margin-bottom:5px;}
.account-nav li:nth-child(3) a:before{background-image:url(images/location-gray.svg);background-size:auto 30px;background-position:left 4px center;margin-bottom:7px;}
.account-nav li:nth-child(4) a:before{background-image:url(images/basket-gray.svg);background-size:auto 27px;background-position:left 4px center;margin-bottom:8px;}
.account-nav li:nth-child(5) a:before{background-image:url(images/fave-gray.svg);background-size:auto 26px;background-position:left 2px center;margin-bottom:6px;}
.account-nav li:nth-child(6) a:before{background-image:url(images/log-out-gray.svg);background-size:auto 22px;background-position:left 0px center;margin-bottom:5px;}
.account-nav li:nth-child(1).active a:before, .account-nav li:nth-child(1) a:hover:before{background-image:url(images/dashboard-green.svg);}
.account-nav li:nth-child(2).active a:before, .account-nav li:nth-child(2) a:hover:before{background-image:url(images/acc-green.svg);}
.account-nav li:nth-child(3).active a:before, .account-nav li:nth-child(3) a:hover:before{background-image:url(images/location-green.svg);}
.account-nav li:nth-child(4).active a:before, .account-nav li:nth-child(4) a:hover:before{background-image:url(images/basket-green.svg);}
.account-nav li:nth-child(5).active a:before, .account-nav li:nth-child(5) a:hover:before{background-image:url(images/fave-green.svg);}
.account-nav li:nth-child(6).active a:before, .account-nav li:nth-child(6) a:hover:before{background-image:url(images/log-out-green.svg);}
.account-nav li.active a, .account-nav li a:hover{color:#4E9499;}
.account-content{float:right;width:calc(100% - 475px);}
.account-content .heading{margin:-13px 0 30px;}
.account-content .caption{
	font-size: 20px;
	font-weight: 500;
	text-align:left;
	margin: 45px 0 20px;
}
.account-content .half:first-child .caption:first-child{margin-top:0;}
#account-information > .left{/*width:515px;*/width: 44%;}
#account-information button[type="submit"]{float:left;width:250px;}
#account-information > .right{/*width:565px;*/width: 48.5%;}
.newsletter-subscription{
	float:left;
	width:calc(100% - 100px);
	background:#F5F9F9;
	padding:43px 50px 45px;
}
.newsletter-subscription.simple-text p {margin: 19px 0;}
.newsletter-subscription p:first-child{
	font-size:18px;
	font-weight: 500;
	text-align:left;
	margin: 0 0 20px;
}
.newsletter-subscription .checkboxai{margin-top:0;}
.simple-text.empty{font-size:18px;font-weight:400;margin-top:-8px;}
.button-border.go-shop{width:188px;margin-top:43px;}
table.orders-list{
	width:100%;
	border-spacing: 0px;
	border-collapse: separate;
	border: none;
	border-top:1px solid #d3e0df;
}
table.orders-list td{
	font-size:16px;
	font-weight:400;
	padding:26px 10px 53px;
	border: none;
	border-bottom:1px solid #d3e0df;
	vertical-align:top;
}
table.orders-list tr td p{margin:0;}
table.orders-list tr td p:first-child{
	font-size:18px!important;
	font-weight:600!important;
	text-transform:none!important;
	margin-bottom:24px!important;
}
table.orders-list tr td:nth-child(1) p:first-child{margin-bottom:26px!important;}
table.orders-list tr td p + p{margin-top:7px;}
table.orders-list tr td p a{color: #555555;}
table.orders-list tr td p a:hover{text-decoration:underline;}
table.orders-list tr td:first-child p, table.orders-list tr td:nth-child(2) p{font-size:16px;}
table.orders-list tr td:nth-child(4) p{text-transform:uppercase;}
table.orders-list .button-border{float:right;min-width:78px;padding:0 20px;margin-top:25px;}
table.orders-list tr td:nth-child(1){width:calc(25% - 20px);padding:26px 20px 53px 0;}
table.orders-list tr td:nth-child(2){width:13%;}
table.orders-list tr td:nth-child(3){width:19%;}
table.orders-list tr td:nth-child(4){width:13%;}
table.orders-list tr td:nth-child(5){width:15%;}
table.orders-list tr td:nth-child(7){width:15%;padding-right:0;}
.order-details{margin-top:-4px;}
.order-details > div:not(.background){
	float:left;
	/*width:calc(21% - 27px);
	padding-right:40px;*/
	width: calc(21% - 48px);
	padding-right: 70px;
}
.order-details > div:nth-child(4){padding-right:0;}
.order-details > div p{font-weight:400;margin:9px 0;}
.order-details > div:not(.background) p:first-child{font-weight:600;margin:0 0 4px;}
.order-details > div:not(.background) p + p{line-height:28px;}
.order-details > div.background{
	float:left;
	width:calc(37% - 160px);
	background:#F5F9F9;
	padding:21px 30px;
	margin-right:100px;
}
.order-details > div.background p strong{font-weight:600;}
.account-content .order-table{margin:40px 0 10px;}
.account-content .order-table.summary td.title {width: 42%;}
.account-content .order-table.summary td.qnt {width: 28%;}
.account-content .order-table.summary td.total {width: 30%;}
.account-content .order-table.summary td.title .image {margin: 0 60px 0 0;}
.account-content .order-table.summary td.title .title{/*max-width: 185px;*/max-width: 260px;margin: 10px 0 0 0;}
.order-table.summary tr td.total {width: 20%;padding-right:60px;}
a.button-border.back{min-width: 82px;padding:0 20px;}
.my-dashboard{float:left;width:675px;}
.my-dashboard .simple-text{font-weight:400;}
.my-dashboard .name{
	font-size:20px;
	font-weight:400;
	color:#6f8986;
	margin:-5px 0 17px;
}
.my-dashboard .name strong{color:#555555;font-weight:500;}
.address-list{margin-top:-18px;}
.address-list > div{
	float:left;
	width:calc(25% - 38px);
	font-size:18px;
	font-weight:400;
	padding:0 50px 20px 0;
}
.address-list > div:nth-child(4n){padding-right:0;}
.address-list > div:nth-child(4n+1){clear:both;}
.address-list > div p{margin:15px 0;}
.address-list > div p strong{font-size:20px;font-weight:500;}
.address-list .edit-adress, .address-list .delete-address{
	clear:both;
	float:left;
	font-family: 'Work Sans', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#45827b;
	background-color:transparent;
	border:none;
	padding:0;
	margin-top:10px;
	cursor:pointer;
}
.address-list .edit-adress:after, .address-list .delete-address:after{
	display: inline-block;
	width: 16px;
	height: 12px;
	content: '';
	background:url(images/arrow-more-small.svg)no-repeat center;
	background-size:auto 14px;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
.address-list .edit-adress:hover, .address-list .delete-address:hover{text-decoration:underline;}
.add-shipping-address{
	float:left;
	width:100%;
	border-top:1px solid #d3e0df;
	padding-top:45px;
	margin-top:25px;
}
#shipping-address button[type="submit"]{float:left;width:250px;}
.checkout-container{
	float:left;
	width:100%;
	min-height:200px;
	margin:-50px 0 -100px;
}
.checkout-container:not(.white){
	background: -webkit-linear-gradient(left, #fff 65%, #F5F9F9 35%);
	background: -moz-linear-gradient(left, #fff 65%, #F5F9F9 35%);
	background: -ms-linear-gradient(left, #fff 65%, #F5F9F9 35%);
	background: linear-gradient(left, #fff 65%, #F5F9F9 35%);
}
.checkout-side{
	float:right;
	width:440px;
	margin:50px 0 100px;
}
.checkout-content{
	float:left;
	width:calc(100% - 620px);
	background:#fff;
	padding:50px 65px 100px 0;
}
.checkout-content.min-height{min-height:441px;}
.checkout-content.min-height.free_shipping_line .steps-line:first-child {
	margin: 40px 0 40px;
}
.steps-line{
	float:left;
	width:100%;
	margin:0 0 40px;
}
.steps-line .step{
	position:relative;
	float:left;
	/*width:calc(25% - 132px);*/
	width:auto;
	font-weight:600;
	color:#899d9b;
	text-transform:uppercase;
	background:url(images/step-dots.png)no-repeat center right 14px;
	padding:0 63px 0 55px;
}
.steps-line .step span{
	display:inline-block;
	width:52px;
	height:52px;
	line-height:52px;
	font-size:18px;
	font-weight:600;
	color:#f1f7f6;
	text-align:center;
	background:#bac4c3;
	border-radius:50%;
	vertical-align:middle;
	margin:0 6px 0px -55px;
}
.steps-line .step p{display:inline-block;vertical-align:middle;margin:0;line-height: 22px;}
.steps-line .step:last-child{padding-right:0;background-image:none!important;}
.steps-line .step.done, .steps-line .step.active{color:#4E9499;background-image:url(images/step-dots-active.png);}
.steps-line .step.done span, .steps-line .step.active span{background:#4E9499;color:#fff;}
.steps-line .step.done span{background:#4E9499 url(images/step-done.svg)no-repeat center;background-size:auto 20px;}
.checkout-content .buttons{float:left;width:100%;margin-top:30px;}
.checkout-content .buttons a.button-border.back{min-width:158px;margin: 0;}
.checkout-content .buttons .right + a.button-border.back{margin:-48px 0 0;}
.checkout-content .buttons button[type="submit"]{clear:inherit;width:210px;margin-top:0;}
.checkout-content .buttons > .right{/*width:calc(50% - 55px);*/width: auto;}
.checkout-content .buttons .checkboxai{float: left;/*width:calc(100% - 230px);margin:13px 0 0;*/width:auto;margin:13px 20px 0 0;}
.checkboxai.different-address{
	float: right;
	width: calc(50% - 60px);
	background:#F5F9F9;
	padding:30px;
	margin:0;
}
.checkboxai.different-address label span.check{border-color:#4E9499;}
.checkboxai.different-address label span.label{color:#4E9499;}
#client-infomation .caption{margin: 0 0 22px;}
.individual-company{
	float:left;
	width:calc(100% - 60px);
	background:#F5F9F9;
	padding:44px 30px 30px;
	margin:0 0 43px;
}
.individual-company .radio{float:left;padding-left:45px;}
.individual-company .radio + .radio{clear:inherit;margin:0 0 0 95px;}
.radio{float:left;padding-left:45px;}
.radio + .radio{clear:left;margin:40px 0 0;}
.radio input[type="radio"] {display:none;}
.radio input[type="radio"] + label{font-weight:400;cursor:pointer;}
.radio input[type="radio"] + label span {
	display:inline-block;
	height: 30px;
	width: 30px;
	background:url(images/radio.png)no-repeat center;
	vertical-align:middle;
	margin: -3px 15px 0 -45px;
	cursor:pointer;
}
.radio input[type="radio"]:checked + label, .radio input[type="radio"] + label:hover{color:#4E9499;}
.radio input[type="radio"]:checked + label span{background-image:url(images/radio-check.png);}
.recommended-products{
	float:left;
	width:calc(100% - 60px);
	background:#fff;
	padding:45px 30px 65px;
}
.recommended-products .heading{
	font-size: 22px;
	font-weight: 500;
	padding:0 0 0 30px;
	/*margin: 0 0 50px;*/
	margin: 0 0 10px;
}
.recommended-products .prod{float:left;width:100%;margin:25px 0;}
.recommended-products .prod + .prod{/*margin-top:73px;*/}
.recommended-products .prod .image{float:left;width:160px;margin-top:-6px;}
.recommended-products .prod .image img{float:left;width:100%;height:auto;}
.recommended-products .prod .right{width:calc(100% - 160px);}
.recommended-products .prod .title{font-weight:400;color:#555555;line-height: 26px;}
.recommended-products .prod .title:hover{text-decoration:underline;}
.recommended-products .prod .price{font-size:18px;font-weight:500;margin-top:7px;}
.recommended-products .add-tocart{
	clear:both;
	float: left;
	width: 48px;
	height: 48px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	background: transparent url(images/basket-green.svg)no-repeat center;
	background-size:auto 27px;
	border:1px solid #4E9499;
	cursor: pointer;
	margin-top:20px;
}
.recommended-products .add-tocart:hover{background-color: #4E9499;background-image:url(images/basket-white.svg);}
.order-table{
	float:left;
	width:100%;
	font-size:20px;
	font-weight:500;
	text-align:left;
	border:none;
	border-top:1px solid #e5e5e5;
}
.order-table td.title{width:39%;}
.order-table tr td.price{width:17%;text-align:center;}
.order-table tr td.price > div .new { color: #4E9499; }
.order-table tr td.price > div .old {
    display:inline-block;
    font-size:14px;
    font-weight:400;
    color:#777777;
    text-decoration:line-through;
    vertical-align:middle;
    margin: 0 0 1px 10px;
}
.order-table tr td.qnt{width:21%;text-align:center;}
.order-table tr td.total{width:15%;text-align:center;}
.order-table td.remove{width:8%;}
.order-table td{border-bottom:1px solid #d3e0df;padding:17px 0;}
.order-table td.title .image{
	display: inline-block;
	width:120px;
	margin: 0 30px 0 20px;
	vertical-align: middle;
}
.order-table td.title .image img{
	display:block;
	width:100%;
	height:auto;
}
.order-table td.title .title{
	display: inline-block;
	/*max-width:185px;*/
	max-width:200px;
	font-size:16px;
	font-weight:400;
	color:#555555;
	line-height:26px;
	margin:10px 0 0 0;
	vertical-align: middle;
}
.order-table td.title .title:hover{text-decoration:underline;}
.order-table td.remove .remove{
	float:right;
	width: 16px;
	height: 15px;
	background: url(images/close.svg)no-repeat center;
	background-size: auto 13px;
	border: none;
	cursor: pointer;
	margin: 0;
}
.order-table td.remove .remove:hover{background-image:url(images/close-red.svg);}
.order-table-bottom{float:left;width:100%;margin-top:45px;}
.order-table-bottom > .left{width:455px;}
.gift-cupon .heading{font-size:22px;font-weight:500;margin-bottom:15px;}
.gift-cupon input{
	float:left;
	width: calc(100% - 96px)!important;
	height: 48px;
	font-family: 'Work Sans', sans-serif;
	color:#555555;
	font-size:16px;
	font-weight:400;
	border: 1px solid #4E9499;
	padding: 0 20px;
}
.gift-cupon input[type="text"]::-webkit-input-placeholder {color:#6f8986;}
.gift-cupon input[type="text"]:-moz-placeholder {color:#6f8986;opacity:1;}
.gift-cupon input[type="text"]::-moz-placeholder {color:#6f8986;opacity:1;}
.gift-cupon input[type="text"]:-ms-input-placeholder {color:#6f8986;}
.gift-cupon button{
	float:right;
	width:54px;
	height:50px;
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	border: 1px solid #4E9499;
	background: #4E9499;
}
.gift-cupon button:hover{background: #0F8B94;}
.order-table-bottom .product-info-buttons{text-align:left;margin-top:60px;}
.order-table-bottom .product-info-buttons .heading{font-size:22px;font-weight:500;margin-bottom:15px;}
.order-table-bottom .product-info-buttons .bt.free-packing{width:calc(100% - 87px);padding: 10px 20px 11px 65px;}
.order-table-bottom .product-info-buttons .bt.samples{width:calc(100% - 87px);padding: 10px 20px 11px 65px;background-position:left 25px center;}
.order-table-bottom .product-info-buttons .bt + .bt{margin:20px 0 0;}
.total-block{
	width: 300px;
	float: right;
	margin:10px 0 0;
}
.total-block .heading{font-size:24px;font-weight:600;margin-bottom:19px;}
.total-block p {font-size:18px;font-weight:400;padding-right:105px;margin: 21px 0;}
.total-block p span {float: right;width: 105px;text-align: right;margin-right:-105px;}
.total-block .totals p:last-child {font-size:20px;font-weight: 600;margin-top:20px;}
.total-block .totals p:last-child span{font-weight: 600;}
.button.checkout{width:100%;min-width:100%;font-size: 18px;padding:0;margin: 30px 0 0;}
.checkout-side .total-block {
	float: left;
	width: calc(100% - 100px);
	background: #fff;
	padding:43px 50px 50px;
	margin: 0;
}
.checkout-side .total-block .checkboxai{text-align:center;margin-top:30px}
.checkout-side .total-block .checkboxai label{float:none;}
.checkout-content .heading.on-delivery{font-size:20px;margin:-2px 0 25px;}
.choose-delivery{
	float:left;
	width:calc(100% - 62px);
	padding:42px 30px 50px;
	border:1px solid #d5e1e0;
}
.choose-delivery .radio input[type="radio"] + label strong{font-weight:500;}
.choose-delivery .radio + .radio {margin: 40px 0 0;}
.choose-delivery .delivery-options select {
	margin-bottom: -10px;
}
.checkout-content .heading.on-payment{font-size:24px;margin:-2px 0 25px;}
.choose-payment{float:left;width:100%;margin-bottom:45px;}
.radios .payment{
	position:relative;
	float:left;
	width:calc(25% - 17px);
	height:108px;
	border:1px solid #d3e0df;
	margin:0 20px 20px 0 ;
	cursor:pointer;
}
.radios .payment:nth-child(4n){margin-right:0;}
.radios .payment.checked, .radios .payment:hover{border-color:#4E9499!important;}
.radios .payment label{font-size:18px;font-weight:800;color:#90a2a1;}
.radios .payment input[type="radio"] + label span{opacity: 0;}
.radios .payment input[type="radio"] + label{cursor:pointer;display: none;}
.radios .payment.checked input[type="radio"] + label{color:#4E9499;}
.radios .payment{position: relative;background-repeat:no-repeat;background-position:center;}
.radios .payment.paysera{background-image:url(images/paysera.png);}
.radios .payment.paypal{background-image:url(images/paypal.png);}
.radios .payment.pp_standard{background-image:url(images/paypal.png);}
.radios .payment.card{background-image:url(images/card.png);}
.radios .payment.gift{background-image:url(images/gift.png);/*background-position:left 40px center;*/background-position: left 23% center;}
.radios .payment.gift p{
	position: absolute;
	top: 31%;
	left: 50%;
	max-width: 5ch;
	margin: auto;
}
.radios .payment.spell_payment {display:flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}



.radios .payment.spell_payment .imgwrapper {
	flex: 1;
	padding: 20px 10px;
}

.radios .payment.spell_payment img{
	max-width: 100%;
	height: auto;
	display:block;
	margin: 0 auto;
}

.order-table.summary{font-size: 16px;font-weight: 400;}
.order-table.summary td.title {width: 50%;}
.order-table.summary tr td.qnt {width: 30%;}
.order-table.summary tr td.total {width: 20%;text-align:right;}
.order-table.summary td.title .image {margin: 0 65px 0 0;}
.order-table.summary td.title .image img{width: 85px;}
.order-table.summary td.title .title{max-width: 100%;margin: 30px 0 0 0;}
.order-summary{float:left;width:100%;margin-top:50px;}
.order-summary > div{
	float:left;
	width:auto;
	font-size:16px;
	font-weight:400;
	margin:0 110px 0 0;
}
.order-summary > div:last-child{margin-right:0;}
.order-summary > div p{margin:9px 0;}
.order-summary > div p strong{font-size:18px;font-weight:500;margin-bottom:20px;}
/*footer*/
footer{
	float:left;
	width: 100%;
	background:#F5F9F9;
	margin-top:100px;
}
footer .subscribe{
	float:left;
	width: 100%;
	background:#BFD8DA;
	padding:50px 0;
}
/* footer .subscribe .left{position:relative;width:250px;padding-left:110px;} */
footer .subscribe .right:before{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left:0;
	content:'';
	width:62px;
	min-width:62px;
	height:62px;
	background-size:auto 62px;
}
footer .subscribe .right > p:first-child{
	font-size:20px;
	font-weight:500;
	color:#4E9499;
	margin:0 0 10px 0;
}
footer .subscribe .checkboxai{margin:11px 0 0 0;}
footer .subscribe .right{box-sizing:border-box;position: relative;width:100%;padding-left: 140px;}
footer .subscribe .right label.email{float: left;}
footer .subscribe .right label.email:before{top:9px;left:16px;}
#subscribe input[type="text"]{
	float:left;
	width:calc(100% - 260px)!important;
	height:48px;
	font-family: 'Work Sans', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#555555;
	border:none;
	background:#fff;
	padding: 0 10px 0 60px!important;
}
#subscribe input[type="text"]::-webkit-input-placeholder {color:#51736f;}
#subscribe input[type="text"]:-moz-placeholder {color:#51736f;opacity:1;}
#subscribe input[type="text"]::-moz-placeholder {color:#51736f;opacity:1;}
#subscribe input[type="text"]:-ms-input-placeholder {color:#51736f;}
#subscribe input[type="submit"]{
	float: right;
	width: 190px;
	height: 48px;
	font-family: 'Work Sans', sans-serif;
	font-size:16px;
	font-weight:500;
	color:#fff;
	text-transform:uppercase;
	background: #4E9499;
	border: none;
	cursor: pointer;
}
#subscribe input[type="submit"]:hover{background:#0F8B94;}
#subscribe .checkboxai label span.check{border-color:#4E9499;}
#subscribe .checkboxai label span.label{color:#4E9499;font-weight:300;}
#subscribe .checkboxai label span.label a {color: #4E9499;}
footer .middle{
	float:left;
	width: 100%;
	padding:40px 0 35px;
}
footer .col{float:left;}
footer .col:nth-child(1){width:calc(22% - 30px);padding-right:30px;}
footer .col:nth-child(2){width:calc(19% - 30px);padding-right:30px;}
footer .col:nth-child(3){width:calc(22.5% - 30px);padding-right:30px;}
footer .col:nth-child(4){width:calc(21.5% - 30px);padding-right:30px;}
footer .col:nth-child(5){width:14.5%;float:right;}
footer .col .title{
	color:#555555;
	font-weight:500;
	margin-bottom:13px;
}
footer .col ul{margin:0;padding:0;list-style:none;}
footer .col ul li, footer p{margin:9px 0;}
footer a{color: #555555;}
footer a:hover{text-decoration:underline;}
footer .soc{clear:both;float:left;margin-top:2px;}
.soc a{
	display:inline-block;
	width:18px;
	height:18px;
	background-repeat:no-repeat;
	background-position:center;
	margin:0 25px 10px 0;
}
.soc a:last-child{margin-left:0;}
.soc a.fb{background-image:url(images/facebook.svg);background-size:auto 17px;}
.soc a.tw{background-image:url(images/twitter.svg);background-size:auto 21px;}
.soc a.ins{background-image:url(images/instagram.svg);background-size:auto 19px;}
.soc a.lin{background-image:url(images/linkedin.svg);background-size:auto 18px;}
.soc a.pin{background-image:url(images/pinterest.svg);background-size:auto 19px;}
.soc a.fb:hover{background-image:url(images/facebook-hover.svg);}
.soc a.tw:hover{background-image:url(images/twitter-hover.svg);}
.soc a.ins:hover{background-image:url(images/instagram-hover.svg);}
.soc a.lin:hover{background-image:url(images/linkedin-hover.svg);}
.soc a.pin:hover{background-image:url(images/pinterest-hover.svg);}
.copyright{
	float: left;
	width: 100%;
	color:#51736f;
	padding:0 0 30px;
}
.logon{
	display:inline-block;
	width: 93px;
	height: 13px;
	background:url(images/enternet.svg);
	background-size:auto 13px;
	margin: 0 0 5px 3px;
	vertical-align: middle;
}
footer .payments svg {
	max-height: 55px;
	max-width: 90px;
	display: inline-block;
	width: auto;
}
footer .payments svg#mastercard {
	max-height: 41px;
	margin: 7px 0;
}
footer .certificates img {
	max-height: 64px;
	width: auto;
}

.burger{display:none;}
.buttons .search{display:none;}
.menu-bottom{display:none;}
#menu .gift-cupon{display:none;}
.home-products-tabs.on-mobile{display:none;}
.refine{display:none;}
.description-tabs.on-mobile{display:none;}

.products-list.flex .product .hover .view {display: none;}
.products-list.flex .product .hover .favorite.active {display: none;}
.products-list.flex .product .hover .favorite {display: none;}
.products-list.flex .product .hover .basket {display: none;}

.product-info .share span {display: none;}

.search-results {color: #dbf4f1; margin-top: 50px; font-size: 20px;}
.searched + * {
	padding-top: 90px;
}
.searched p {
	font-weight: 500;
	font-size: 28px;
	line-height: 40px;
	color: #555555;
	margin: 0 0 12px 0;
}
.searched p span {
	font-weight: 300;
}
.brand-wrap {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(226px, 1fr));
}
.brand-wrap .item {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e9f3f2;
	padding: 30px;
	min-height: 80px; 
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #555555;
	text-align: center;
	transition: all .4s;
}
.brand-wrap .item:hover {
	background-color: #4E9499;
	color: #fff;
}
.category-wrap {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(266px, 1fr));
}
.category-wrap .item {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid #96aca8;
	padding: 30px;
	min-height: 100px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #555555;
	transition: all .4s;
}
.category-wrap .item::before {
	content: "";
	margin: 0 25px 0 0;
	width: 52px;
	min-width: 52px;
	height: 52px;
	transition: all .4s;
	background: url("./images/etherialife_category.png") no-repeat center;
}
.category-wrap .item:hover {
	border-color: #4E9499;
}
.category-wrap .item:hover::before {
	background-image: url("./images/etherialife_category_hover.png");
}

.blog-tabs-filter button > a {color: #555555;}
.blog-tabs-filter button:hover > a {color: #4E9499;}
.blog-tabs-filter button > a:visited {color: #555555;}

.order_login .inner {width: 460px;}

.order_login .inner .button-register, .order_login .inner .without-registration {
	float: left;
	min-width: 130px;
	height: 46px;
	font-size: 14px;
	color: #4E9499;
	font-weight: 600;
	line-height: 46px;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #4E9499;
	padding: 0 20px;
	margin: 70px 0 0;
}
.order_login .inner .without-registration {
	background: #4E9499;
	color: #fff;
	margin-left: 30px;
}

.order_login .inner .without-registration:hover {
	background: #0F8B94;
}

.order_login .inner .button-register:hover {
	background: #4E9499;
	color: #fff;
}

.existing-customers .inner button[type=submit] {
	border: 1px solid #4E9499;
	background: #fff;
	color: #4E9499;
}

.existing-customers .inner button[type=submit]:hover {
	background: #0F8B94;
	color: #fff;
}

.favorite-counter {
	display: block;
	position: absolute;
	top: 0;
	right: -5px;
	width: 19px;
	height: 19px;
	line-height: 19px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	background: #4E9499;
	border-radius: 50%;
	cursor: pointer;
}

.feedback-form {
	clear: both;
	float: none;
	width: 625px;
	margin: 45px auto 0;
}
.feedback-form .caption{text-align:center;}
.feedback-form .rating{
	float:left;
	width:calc(100% - 40px);
	font-weight:400;
	color:#6f8986;
	background:#e7f1f1;
	padding:13px 20px 11px;
	margin:0 0 30px;
}
.feedback-form .rating span{display:inline-block;vertical-align:middle;margin:0 22px 1px 0;}
.feedback-form .rating .stars{display:inline-block;vertical-align:middle;}
.feedback-form .rating .star{width:20px;height:20px;background-size:auto 18px;cursor:pointer;}
.feedback-form textarea{height:138px;}
.feedback-form .checkboxai{text-align:center;margin:0 0 28px;}
.feedback-form .checkboxai label{display: inline-block;float: none;}
.feedback-form button[type="submit"]{
	float: none;
	display: table;
	min-width: 212px;
	margin: auto;
}

.about-us {
	width: 960px;
}

.about-us div {
	font-weight: 400;
	text-align: center;
}

.about-us div:nth-of-type(1) {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	text-align: center;
}

.about-us div:nth-of-type(1) h2 {
	font-size: 28px;
	font-weight: 500;
}

.about-us div h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 50px 0 10px;
}

.free_shipping {
	background-color: #e9f3f2;
	min-height: 50px;
	width: 100%;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 15px;
}

.free_shipping p {
	margin-top: 0px;
}

.free_shipping_line {
	padding: 10px 65px 100px 0;
}

.position_left {
	left: 0px!important;
	right: unset!important;
}

.position_right {
	right: 0px!important;
	left: unset!important;
}

.position_second {
	top: 40px!important;
}

.popup-background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(16,34,34,0.45);
	margin: auto;
	z-index: 9;
	display: none;
}

.popup.add-new-adress-pop {
	width: 970px;
	max-width: calc(100% - 130px);
	max-height: calc(100vh - 130px);
}

.popup {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: calc(100% - 140px);
	height: max-content;
	background: #fff;
	padding: 50px;
	margin: auto;
	overflow: auto;
	z-index: 999;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 18px;
	height: 18px;
	background: url(images/close.svg) no-repeat center;
	background-size: auto 16px;
	border: none;
	cursor: pointer;
	z-index: 9;
}

.popup .caption {
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	margin: 0px 0 20px;
}

.reminder-product{
	width:730px;
	max-width: calc(100% - 150px);
	max-height: calc(100vh - 150px);
	padding: 60px;
}
.reminder-product .caption{
	font-size: 24px;
	font-weight: 500;
	color:#4E9499;
	margin: -5px 0 35px;
}
.reminder-product form input[type="email"]{
	float:left;
	width:calc(100% - 287px);
	height:46px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #555555;
	background:#fff url(images/email.svg)no-repeat left 20px center;
	background-size:auto 16px;
	border: 1px solid #96aca8;
	padding: 0 15px 0 60px;
	border-radius:0;
	margin: 0px;
}
.reminder-product form input[type="email"]::-webkit-input-placeholder {color:#51736f;}
.reminder-product form input[type="email"]:-moz-placeholder {color:#51736f;opacity:1;}
.reminder-product form input[type="email"]::-moz-placeholder {color:#51736f;opacity:1;}
.reminder-product form input[type="email"]:-ms-input-placeholder {color:#51736f;}
.reminder-product form button[type="submit"]{
	float:right;
	width:190px;
	height:48px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform:uppercase;
	padding:0;
	background: #4E9499;
	border:none;
	border-radius:0;
	cursor:pointer;
	clear: none;
}
.reminder-product form button[type="submit"]:hover{background: #0F8B94;}
.reminder-product form .checkboxai{margin-top:25px;}
.reminder-product form .checkboxai label, .reminder-product form .checkboxai label a{color:#51736f;}

.alert {
	width: calc(100% - 60px);
	font-weight: 400;
	text-align: left;
	margin-bottom: 20px;
	background: #e9f3f2;
	padding: 16px 36px 16px 20px;
	margin-bottom: 50px;
	position: relative;
}
.alert a{color: #555555;text-decoration: underline;}

.alert > button {
	position: absolute;
	top: 10px;
	right: 10px;
	/* display: inline-flex; */
	color: transparent;
	/* margin-left:20px; */
}
.alert.alert-danger {
	background-color: #f5c1bb;
	color: #c72f1d;
}

.category-banners > div .inner > a > p {
	margin: 0px;
}

.button-cart {
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	float: none;
	margin: 0px;
}
.sold-out-pop{
	width:730px;
	max-width: calc(100% - 150px);
	max-height: calc(100vh - 150px);
	padding: 60px;
}
.sold-out-pop .caption{
	font-size: 24px;
	font-weight: 500;
	color:#4E9499;
	margin: -5px 0 35px;
}
.sold-out-pop form input[type="email"]{
	float:left;
	width:calc(100% - 287px);
	height:46px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #555555;
	background:#fff url(images/email.svg)no-repeat left 20px center;
	background-size:auto 16px;
	border: 1px solid #96aca8;
	padding: 0 15px 0 60px;
	border-radius:0;
}
.sold-out-pop form input[type="email"]::-webkit-input-placeholder {color:#51736f;}
.sold-out-pop form input[type="email"]:-moz-placeholder {color:#51736f;opacity:1;}
.sold-out-pop form input[type="email"]::-moz-placeholder {color:#51736f;opacity:1;}
.sold-out-pop form input[type="email"]:-ms-input-placeholder {color:#51736f;}
.sold-out-pop form button[type="submit"]{
	float:right;
	width:190px;
	height:48px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform:uppercase;
	padding:0;
	background: #4E9499;
	border:none;
	border-radius:0;
	cursor:pointer;
}
.sold-out-pop form button[type="submit"]:hover{background: #0F8B94;}
.sold-out-pop form .checkboxai{margin-top:25px;}
.sold-out-pop form .checkboxai label, .sold-out-pop form .checkboxai label a{color:#51736f;}
.product-added-pop{
	display:none;
	width:740px;
	max-width: calc(100% - 110px);
	max-height: calc(100vh - 110px);
	padding:40px;
}
.product-added-pop .caption{
	font-size: 24px;
	font-weight: 500;
	color:#4E9499;
	padding-left:45px;
	margin: -5px 0 30px;
}
.product-added-pop .caption:before{
	display:inline-block;
	width:28px;
	height:28px;
	content:'';
	background:url(images/info-fill-green.svg)no-repeat center;
	background-size:auto 30px;
	vertical-align:middle;
	margin:0 17px 2px -45px;
}
.product-added-pop .buttons{
	float:left;
	width:100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	/*border-bottom:1px solid #d3e0df;
	padding-bottom:40px;
	margin-bottom:35px;*/
}
.product-added-pop .buttons a.button, .product-added-pop .buttons .popup-close{clear: none;float:right;margin-top:30px;}
.product-added-pop .buttons a.button-border, .product-added-pop .buttons .popup-close{clear: none;float:right;margin-right:30px;}
.product-added-pop .small-caption{
	font-size: 20px;
	font-weight: 500;
	/*margin: 0 0 30px;*/
	margin: 10px 0 10px;
}
.product-added-pop .item {
	float:left;
	width:100%;
	border-top:1px solid #d3e0df;
	padding:20px 0 15px;
}
.product-added-pop .item .image{
	display: inline-block;
	width:120px;
	vertical-align: middle;
}
.product-added-pop .item .image img{display:block;max-width:100%;}
.product-added-pop .item .title{
	display: inline-block;
	max-width:430px;
	font-weight:400;
	line-height:30px;
	color:#555555;
	vertical-align: middle;
	margin:0 30px 0 0;
}
.product-added-pop .item .title:hover{text-decoration:underline;}
.product-added-pop .item .price{
	float:right;
	font-size:20px;
	font-weight:500;
	margin-top:31px;
}
.product-added-pop .offers-carusel {
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
}
.product-added-pop .offers-carusel .product {padding-top:20px;margin: 0 25px;}
.product-added-pop .offers-carusel .product:only-child {
	position: sticky;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.product-added-pop .offers-carusel .product img {/*width:150px;*/width:100px;height: auto;}
.product-added-pop .offers-carusel .product .title{padding:0 10px;}
/*.product-added-pop .offers-carusel .product .price .old + .new {color: #cc1c1c;}
.product-added-pop .offers-carusel .product .lab-discount {color:#cc1b1b;background: #f3e9e9;}*/

.special-offers{
	float:left;
	width:100%;
	margin-top:55px;
}
.special-offers .special-offers-carusel {height: 380px;}
.special-offers .heading{margin:0 0 35px;}
.special-offers .product{text-align:center;padding:0;margin:0;margin-bottom:0!important;}
.special-offers .product .image img {/*width: 150px;*/width: 130px;height: auto;}
.special-offers .product .title{padding: 0 20px;min-height: 90px;}
.product-added-pop .offers-carusel .product .title {/*padding: 0 20px;height: 90px;*/padding: 0;height: 52px;}
.special-offers .add-tocart, .add-tocart {
	display:table;
	width: 48px;
	height: 48px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	background: transparent url(images/basket-green.svg)no-repeat center;
	background-size: auto 28px;
	border: 1px solid #4E9499;
	cursor: pointer;
	margin: 20px auto 0;
}
.special-offers .add-tocart:hover, .add-tocart:hover{background-color: #4E9499;background-image:url(images/basket-white.svg);}
.special-offers-carusel{padding:0 40px;margin:0!important;}
.special-offers-carusel .slick-prev, .special-offers-carusel .slick-next {top: 52%!important;}
.special-offers .or{
	display:none;
	position: absolute;
	top: 32%;
	left: -40px;
	width: 80px;
	height: 16px;
	font-size: 14px;
	font-weight: 600;
	margin: auto;
}
.special-offers-carusel.show4 .product.slick-current + .product.slick-active .or{display:block;}
.special-offers-carusel.show4 .product.slick-current + .product.slick-active + .product.slick-active .or{display:block;}
.special-offers-carusel.show4 .product.slick-current + .product.slick-active + .product.slick-active + .product.slick-active .or{display:block;}
.special-offers-carusel.show3 .product.slick-current + .product.slick-active .or{display:block;}
.special-offers-carusel.show3 .product.slick-current + .product.slick-active + .product.slick-active .or{display:block;}
#product .special-offers{width: 740px;margin-top:50px;}
#product .special-offers .product .image img {width: 130px;}
#product .special-offers .heading{font-size:26px;margin:0 0 35px;margin:0 0 30px;}
#product .special-offers-carusel .slick-prev, #product .special-offers-carusel .slick-next {top: 49%!important;}


.product-order input[type="submit"] {
	float: left;
	width: 260px;
	height: 56px;
	font-family: 'Work Sans', sans-serif;
	line-height: 56px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: #4E9499;
	border:none;
	margin:0 0 0 50px;
	cursor:pointer;
}
.product-order input[type="submit"]:hover{background:#0F8B94;}
#gift-coupon .product-order input[type="submit"]:first-child {
	margin-left: 0;
}
#gift-coupon{
	width:1440px;
	margin:auto;
}
#gift-coupon .image{
	float:left;
	width:670px;
}
#gift-coupon .image img{max-width:100%;}
#gift-coupon .product-info{
	float: right;
	width: 655px;
}
#gift-coupon .choose-price{
	float:left;
	width:calc(100% - 60px);
	background:#F5F9F9;
	padding:25px 30px;
	margin: 40px 0 40px;
}
#gift-coupon .choose-price .left p{
	font-weight:400;
	color:#000;
	margin:6px 0 0 0;
	/* margin-block-end: 0; */
}
#gift-coupon .choose-price .left p:first-child {
	margin-top: 0;
}
#gift-coupon .choose-price .left p strong{
	font-size:20px;
	font-weight:500;
	color:#4E9499;
}
#gift-coupon .choose-price .input{
	position:relative;
	float:left;
	margin:3px 0 0 30px;
}
#gift-coupon .choose-price .input:after{
	position:absolute;
	top:0;
	right:25px;
	content:'€';
	font-size: 28px;
	font-weight: 500;
	line-height:46px;
}
#gift-coupon .choose-price .input input{
	width:103px;
	height:44px;
	font-family: 'Work Sans', sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #555555;
	background:#fff;
	border:1px solid #96aca8;
	padding: 0 40px 0 20px;
	border-radius:0;
}
#gift-coupon .forma textarea{height:138px;}
#gift-coupon .forma p{
	font-size:17px;
	line-height:25px;
	font-weight:400;
	color:#000;
	margin:25px 0 0;
}
#gift-coupon .forma p strong{font-weight:500;}
#gift-coupon .product-order{margin-top:35px;}
#gift-coupon .tab-title {
	float: left;
	width: calc(100% - 60px);
	height: 57px;
	line-height:57px;
	font-size: 20px;
	font-weight: 400;
	color: #4E9499;
	background: #BFD8DA;
	padding:0 30px;
}
#gift-coupon .description-content {padding-top: 25px;}

.contact-form textarea{height: 198px;}
.contact-form .checkboxai{margin:0 0 28px;}
.contact-form button[type="submit"]{width:100%;}
.banner-in-category .inner p:nth-child(2){line-height: normal!important;}
.login-block.forma.forgotten {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.login-block.forma.forgotten input[type="email"]{
	float: left;
	width: calc(100% - 265px)!important;
	height: 46px;
	padding: 0 20px!important;
}
.login-block.forma.forgotten button[type="submit"]{clear: none;}
.passw-with-eye {
	position: relative;
}
.passw-with-eye button.eye {
	position: absolute;
	bottom: 10px;
	right: 20px;
	content: '';
	width: 28px;
	height: 28px;
	background: url(images/eye-gray.svg)no-repeat center;
	background-size: 28px auto;
	border: none;
	cursor: pointer;
	min-width: auto;
}
.pointer_event_none {
	pointer-events: none;
}
.search-dropdown {
	display: none;
	position: absolute;
	top: 39px;
	left: 0;
	width: calc(100% - 2px);
	background: #fff;
	border: 1px solid #C9CACA;
	border-top: none;
	z-index: 999;
}
.search-dropdown .product .lab-new,.search-dropdown .product .lab-top,.search-dropdown .product .lab-eco,
.search-dropdown .product .lab-discount,.search-dropdown .product .lab-sold {
	display: none;
}
.search-dropdown .product .image img{
	width: 70px;
	height: 70px;
}
.search-dropdown .product:first-child{padding-top: 0;}
.search-dropdown .product {
	margin: 0 0px 0px 0;
	display: inline-flex;
	width: 100%;
}
.search-dropdown .product .title {
	padding: 0px 15px 0px 15px;
	text-align: left;
}
.search-dropdown .product .price {
	padding: 5px 15px 0px 15px;
}
.search-dropdown > .left {
	width: 280px;
	padding: 8px 50px 0 20px;
}
.search-dropdown > .right {
	border-left: 1px solid #C9CACA;
	width: calc(100% - 412px);
	padding: 25px 30px 30px;
}
.search-dropdown > .left ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.search-dropdown > .left ul > li {
	text-align: left;
	margin: 17px 0;
}
.search-dropdown > .left ul > li > a {
	color: #000;
}
.search-dropdown > .left ul > li > a:hover, .search-dropdown .product .title:hover {
	color: #4E9499;
	text-decoration: underline;
}
.search-post-code {
	color: #6f8986;
}
.wishlist_empty {
	text-align: center;
}
.wishlist-added{
	background-image:url(images/fave-fill.svg)!important;
}
.checkout_diff_address .different-address-div {
	display: block!important;
}
#menu .bottom, #menu .gift-coupon{display:none;}
.search-dropdown > .left {width: calc(35% - 70px);padding-top: 0!important;}
.search-dropdown > .right {width: calc(65% - 61px);}
.banner-in-category .inner p:nth-child(1) br{display:none;}
#form-review .rating .star input{border:none;}
.radios .payment input + label{width: calc(100% - 40px);margin: -3px 20px 0 20px!important;}
.radios .payment input{display:none;}
aside button.close{display:none;}

.tab-content .products-list.slick-slider{margin:0!important;}
.tab-content .products-list.slick-slider .slick-slide{margin: 0 10px;}
.total-block button[type="submit"]{width:100%;}

.product-info .label + .label{margin-left:5px;}
.wrap.text-page {width: 960px;}
.wrap.text-page .simple-text h2 {
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	margin: 95px 0 20px;
}
.wrap.text-page .simple-text h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 50px 0 10px;
}
.wrap.text-page .simple-text h4, .wrap.text-page .simple-text h5{text-align: center;}
.wrap.text-page .simple-text {
	font-weight: 400;
	text-align: center;
}
.wrap.text-page .simple-text h2 + p{font-size: 18px;line-height: 28px;}
.wrap.text-page .simple-text img{height: auto!important;}
.checkboxai + #new-address{float: left;width: 100%;margin-top: 30px;}
#input-address + .checkboxai{margin-top:0;}
.choose-delivery + #diff_address_check{margin-top:20px;}
#diff_address_check + .different-address-div{float:left;width:100%;margin-top:20px;}
#company_div[style="display:none;"] + #billing, #company_div[style="display: none;"] + #billing{margin-top:61px;}
#company_div[style="display:none;"] + #billing .caption,#company_div[style="display: none;"] + #billing .caption{display:none!important;}
.checkboxai .label p{display: inline-block;margin:0;}

#product .special-offers {width: 655px;margin-top: 28px;}
#product .special-offers .product .image img {width: 150px;}
#product .share {
    clear: unset;
    float: right;
    width: auto;
    margin-top: 87px;
}
.gift-box-div {float:right;width: 655px;}
.gift-box{
    float:left;
    width: 374px;
    min-height: 371px;
    height: auto;
    text-align:center;
    border: 3px solid #4E9499;
    padding:15px 30px 35px;
}
.gift-box > .title{
    font-size: 20px;
    line-height: 24px;
    font-weight:500;
    margin: 15px auto 20px;
}
.gift-box .product{
    float: none;
    width: 100%;
    padding: 0;
    margin: auto;
}
.gift-box .product .title{min-height:unset;}
.gift-box .product .image img {width: 140px;height: auto;}
.gift-box .addToCart{
    width: 208px;
    height: 44px;
    font-family: 'Work Sans', sans-serif;
    line-height: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #4E9499;
    border: none;
    margin: 20px 0 0;
    cursor: pointer;
}
.gift-box .addToCart:hover{color:#fff;background:#5a8e84;}
.gift-box > p{font-size: 14px;line-height: 20px;margin:25px 0 0;}

.recommended-products + .total-block{margin-top: 40px;}
.recommended-products .prod .price .old {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #7c8c89;
	text-decoration: line-through;
	vertical-align: bottom;
	margin: 0 10px 1px 0;
}
.recommended-products .prod .price .old + .new {font-size:20px;color: #4E9499;}
.prods-carusel {float: left;width:100%;margin:0!important;}
.prods-carusel .slick-prev{display:none!important;}
.prods-carusel .slick-next {
	top: unset !important;
	bottom: -25px;
	left: 0;
	right: 0px !important;
	background-image: url(images/slick-next.svg);
	margin: auto;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.checkout-side .total-block .checkboxai label {float: left;}
.checkout-side .total-block .checkboxai .label p{padding: 0!important; font-size: 14px;}
.checkout-side .total-block .checkboxai .label p strong{font-weight: 400; font-size: 14px;}
.checkout-side .total-block .checkboxai label {
	width: unset;
	max-width: unset;
}
#cookies {
    position:fixed;
    bottom:0;
    width: 100%;
    background: #fff;
    padding: 32px 0 25px;
    z-index: 99999;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.5);
    display: none;
}
#cookies .wrap{
    max-width: 1140px;
    padding: 0 15px;
    margin: auto;
}
#cookies .wrap > img {
    float:left;
    width:183px;
    height:auto;
    margin-top:-8px;
}
#cookies .wrap > p {
    color: #222222;
    padding-left:200px;
    margin:0;
}
#cookies .middle{
    margin: 26px 0 16px;
}
#cookies .middle .left{float:left;}
#cookies .middle .right{float:right;}
#cookies .checkboxai{margin-top:8px;}
#cookies .checkboxai label {clear: none;margin:0 42px 0 0;}
#cookies .checkboxai label:last-child{margin-right:0;}

#cookies .checkboxai [type=checkbox]:checked:disabled + span.check { filter: grayscale(1); }
#cookies .checkboxai [type=checkbox]:checked:disabled ~ span.label { color:#888888!important; }
#cookies .agree_button {
    float:left;
    min-width: 165px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    color: #7c7c7c;
    font-weight:300;
    text-transform:uppercase;
    background: #fff;
    border:1px solid #7c7c7c;
    padding: 0 23px;
    cursor:pointer;
}
#cookies .agree_button.actived, #cookies .agree_button:hover{background:#4E9499;border-color:#4E9499;color:#fff;}
#cookies .agree_button + .agree_button{margin-left:30px;}
#cookies .wrap > a{color:#4E9499;text-decoration:underline;}
@media(max-width: 1200px){
    #cookies .wrap{max-width: 960px;}
    #cookies .checkboxai label {margin: 0 30px 0 0;}
}

@media(max-width: 991px){
    #cookies .wrap{max-width: 720px;}
    #cookies .container > p {clear: both;padding: 10px 0 0;}
    #cookies .middle .left {width:100%;margin: -15px 0 25px;}
    #cookies .middle .right {width:100%;}
}

@media(max-width: 767px){
    #cookies .middle {width: 100%;float: left;}
    #info {padding-left: 0px;padding-top: 0px;}
    #cookies .wrap{max-width: 540px;}
    #cookies .wrap > p {clear: both;padding: 10px 0 0;}
    #cookies .middle .left {width:100%;margin: -15px 0 25px;}
    #cookies .middle .right {width:100%;}
    #cookies .checkboxai label {margin: 0 25px 0 0;}
    #cookies .agree_button{width: calc(50% - 15px);}
    header .row-1 .logo a img {display: block; width: 170px; }
}

@media(max-width: 576px){
    #cookies .wrap{max-width: 100%;}
    #cookies .wrap > p {clear: both;padding: 10px 0 0;}
    #cookies .middle .left {width:100%;margin: -15px 0 25px;}
    #cookies .middle .right {width:100%;}
    #cookies .checkboxai label {margin: 0 20px 0 0;}
    #cookies .agree_button{width: calc(50% - 10px);font-size: 13px;padding: 0;}
    #cookies .agree_button + .agree_button {margin-left: 20px;}
}

@media(max-width: 500px){
    #cookies .checkboxai label {width: calc(50% - 13px);margin: 0 20px 20px 0;}
    #cookies .checkboxai label:nth-child(2n){margin-right:0;}
	#cookies .checkboxai {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	#cookies .checkboxai label {
		float: unset;
		width: unset;
	}
    #cookies .middle .left {margin: -15px 0 5px;}
}

@media(max-width: 440px){
    #cookies .agree_button{width:100%;margin:0;}
    #cookies .agree_button + .agree_button {margin: 10px 0 0;}
}
