body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}

.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}

/* Reset */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, 
.col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, 
.col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, 
.col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, 
.col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {padding: 0;}
.container {max-width: 1270px; width: 1270px;}
.row {margin: 0;}
body, h1, h2, h3, h4, h5, h6 {color: #000;}

/* Header */
header {height: 110px;}
header .row {display: flex; align-items: center; height: 110px;}
body #top {display: none;}
body .swiper-viewport {padding: 0; box-shadow: none; border: 0;}
header .row>div {width: 33.33%;}
.header-logo-block {text-align: center;}
.header-logo-block #logo {margin: 0;}
#logo img {margin: 0 auto; max-width: 168px;}
header .flex-icons {
	    display: flex;
    align-items: center;
    justify-content: end;
    gap: 25px;
}
header .flex-icons .user, header .flex-icons .user a, header .flex-icons .calendar, 
header .flex-icons .question, header .flex-icons .question a, header .flex-icons .lang,header .flex-icons .lang form{
    height: 20px;
    display: flex;
}
/* Menu */
.menu-button {
	color: #000;
	align-items: center;
    padding: 0 31px;
    font-size: 14px;
    font-weight: 500;
	    height: 41px;
    display: inline-flex;
	    border: 1px solid #000;
    border-radius: 84px;
	cursor: pointer;
	transition: all .3s ease;
}
.menu-button:hover {
	background-color: #000;
	color: #fff; 
}
.menu-button:hover img {
	filter: brightness(0) invert(1);
}
.slide-menu {
	position: fixed;
	left: -25%;
	top: 0;
	height: 100%;
	width: 600px;
	visibility: hidden;
	opacity: 0;
	background-color: #FFF3E8;
	z-index: 10;
	padding: 60px 100px 60px 100px;
}
.close-slide-menu {cursor: pointer;}
.slide-menu li {padding-bottom: 20px;}
.slide-menu ul {padding: 0; margin: 0; list-style: none; padding-top: 85px;}
.slide-menu a {color: #000; font-size: 18px; font-weight: 600;}
.slide-menu.show {left: 0;}
.back-popup, .slide-menu {transition: all .3s linear;}
.back-popup {
	background-color: rgba(0,0,0,0.2);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
}
.show {
	visibility: visible;
	opacity: 1;
}

/* Slideshow home */
.slideshow img {width: 100%;min-width: 100%; height: 100%;position: absolute;object-fit: cover;object-position: center; left: 0;}
.slideshow .banner-text-block {position: relative; z-index: 9; display: flex; flex-direction: column; align-items: center;}
#slideshow0 {height: 635px;}
#slideshow0 .banner-text-block {
	width: 440px;
	background-color: #fff;
	padding: 20px;
}
:lang(es) #slideshow0 .banner-text-block {
	width: 520px;
}
#slideshow0 .title {
	font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 39px;
text-align: center;
letter-spacing: 0.07em;
color: #000;
}
#slideshow0 .description {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.07em;
	color: #000000;
	padding-top: 20px;
		padding-bottom: 20px;
}
body .swiper-viewport {border: 0; margin: 0;}
#slideshow1 {height: 650px;}
#slideshow1 .title {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 39px;
	text-align: center;
	letter-spacing: 0.07em;
	color: #000;
	padding: 30px 0 15px;
}
#slideshow1 .banner-text-block {width: 780px;}
#slideshow1 .description {
	background-color: #fff; 
    padding: 10px; 	
    font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.07em;
	color: #000000;
	margin-bottom: 35px;
}

/* section_html_0 */
#section_html_0 h2 {
	display: none;
}
#section_html_0 {padding-bottom: 37px;}
#section_html_0 p {font-size: 16px; color: #000; margin-bottom: 20px;}
#section_html_0 ul {
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    color: #000;
    justify-content: space-between;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
	padding: 40px 0 20px 0;
}

/* section_html_1 */
#section_html_1 {
	background-color: #FFF3E8;
	padding-bottom: 30px;
}
#section_html_1 td {padding: 0; display: block; min-width: 28%; max-width: 28%;}
#section_html_1 tr {
	    display: flex;
    justify-content: space-between;
	gap: 40px;
}
#section_html_1 img {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 200px;
	height: auto;
	display: block;
}
#section_html_1 br {display: none;}
#section_html_1 b {
	font-size: 20px;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #000;
	padding-bottom: 5px;
	position: relative;
}
#section_html_1 td p {
	padding-top: 10px;
}
#section_html_1 td b:after {position: absolute; right: 0; top: 0;}
#section_html_1 td:first-child b:after {
	content: '01';
}
#section_html_1 td:first-child + td b:after {
	content: '02';
}
#section_html_1 td:first-child + td + td b:after {
	content: '03';
}
#section_html_1 table td,
#section_html_1 table {border: 0;}
#section_html_1 h2 {
	font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 29px;
letter-spacing: 0.07em;
text-align: center;
    padding: 15px 0 30px;
}
#section_html_1 p {
	font-size: 18px;
line-height: 22px;
}
#common-home #section_html_1 .quiz-btn-desc, #common-home #section_html_1 .quiz-btn-mob{
    text-align: center;
}
#common-home #section_html_1 .quiz-btn-mob{
    display: none;
}

#slideshow2 {height: 430px;}
#slideshow2 .banner-text-block {
    width: 400px; 
}
#slideshow2 .banner-text-block .description {background: #FFFFFF; text-align: center; 
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 121%; padding: 20px;     margin-top: 40px;
text-align: center; margin-bottom: 50px;
letter-spacing: 0.07em;}
#slideshow0 .anchor {
	position: absolute;
	left: 0;
	bottom: 15px;
	text-align: center;
	width: 100%;
        display: flex;
        justify-content: center;
}
#slideshow0 .anchor a {
    display: flex;
    vertical-align: top;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    border-color: #000;
    color: #000;
    border: 1px solid #000000;
    background-color: #fff;
}
#slideshow0 .anchor a:hover {
    opacity: 20%;
}
#account-detail .payment a.f-white{
    color: #fff;;
}
#account-detail .payment a.f-white:hover{
    color: #000;
}
/* Button black */
.button {
	background: #000000;
	height: 45.98px;
    border-radius: 84px;
	color: #fff;
	display: inline-flex;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.07em;
	align-items: center;
	color: #fff;
	transition: all .2s ease;
	padding: 0 31px;
	border: 0;
	border: 1px solid rgba(0, 0, 0, 1);
        cursor: pointer;
}
.button:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.button:disabled {
    cursor: not-allowed;
}
/* Home products */
.section-featured h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.07em;
	margin-top: 0;
	margin-bottom: 30px;
}
.section-featured .container {
	max-width: 1300px;
	width: 1300px;
}
.section-featured {
	padding: 30px 0;
}
.section-featured .row-life-search{
    padding: 0;
}
.row-grid-h {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 50px;
}

/* Product thumb */
.product-thumb .caption p, 
.product-thumb .button-group,
.product-thumb .caption .price {display: none;}
.product-thumb .caption {min-height: inherit;}
.product-thumb .image img {    margin-top: 20px;
    margin-bottom: 10px;}

.product-thumb .caption a {
    display: block;
    font-style: normal;
    color: #000000;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.07em;
    padding-top: 10px;
    margin-bottom: 3px;
    text-align: left;
}
.product-thumb h4  {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.07em;
    color: #000000;
    margin: 0;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    text-align: left;
}
.your-subscription .product-thumb {
    padding-bottom: 0;
    padding-top: 20px;
    border: 0;
}
.product-thumb {
		border: 1px solid rgba(0, 0, 0, 0.05);
		padding-bottom: 23px;
		    position: relative;
	}	
.product-thumb .serie { font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 12px; color: #000000;
letter-spacing: 0.07em;}	
.add-to-order {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
	z-index: 10;
}

/* Information pages */
#information-information #content h1 {
	text-align: center;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
}
#information-information #content h2,
#information-information #content h3 {
	margin-bottom: 35px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.07em;
}
#information-information #content p,
#information-information #content ul {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.07em;
	color: #000;
	margin-bottom: 25px;
}

/* Collection */
#product-category #section_html_0 h2 {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.07em;
	color: #000000;
	    padding: 15px 0;
}
#product-category #section_html_0 h2 + p {
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.07em;
	max-width: 500px;
    margin: 0 auto;
}
#product-category .content_top {
	background-color: #FFF3E8;
	padding-bottom: 15px;
}
.subcategories {
	display: flex;
	justify-content: center;
	gap: 37px;
}
.subcategories img {
	border-radius: 20px;
        cursor: pointer;
}
.subcategories a.name {
	display: block;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	text-align: center;
	padding: 20px 0;
	    max-width: 200px;
}
#product-category .row-grid-h {
	padding-top: 36px;
}

/* Product page */
.product-top-page .thumbnail {
	border: 0;
}
.product-top-page {
	display: flex;
}
.product-top-page .right-block {
	background-color: #FFF3E8;
	padding: 40px 40px 40px 40px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.product-top-page-wrapper {
	background-color: #FFF3E8;
	position: relative;
}
.product-top-page-wrapper:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%; 
	background-color: #fff;
}
.product-top-page .left-block {
	background-color: #fff;
}
.product-top-page .right-block h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	letter-spacing: 0.07em;
	color: #000000;
	margin: 0;
	max-width: 440px; 
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 18px;
}
.price-block-pr, 
.product-buy-row input,
.product-buy-row label {
	display: none;
}
.product-top-page .product-buy-row,
.module-row  {
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	max-width: 440px;
}
.product-top-page .right-block .list-unstyled {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.07em;
	color: #000000;
	padding-top: 20px;
}
.product-top-page .right-block .p-title {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.07em;
	color: #000000;
	padding-bottom: 18px;
	padding-top: 20px;
}
.module-row-descr {
	padding: 20px 0;
}
.module-row-descr p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.07em;
	color: #000000;
	margin-bottom: 18px;
}
.table.specification {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.07em;
	color: rgba(0, 0, 0, 0.6);
	border: 0;
}
.table.specification td {
	border: 0; 
	width: 50%; 
	border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.table.specification tr td:first-child {
	color: #000000;
	font-weight: 500;
}
.related-bottom {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 10px;
}
.related-bottom h3 {
	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.07em;
	color: #000000;
	    padding: 15px 0 30px;
}
.related-bottom .container {
    max-width: 1440px;
    width: 1440px;
	padding: 0 56px 25px 56px;
}	
.related-bottom  .swiper-pagination {
	display: none;
}
.related-bottom .swiper-viewport .swiper-button-next {
    opacity: 1;
    right: -56px !important;
}
.related-bottom .swiper-viewport .swiper-button-prev {
    opacity: 1;
    left: -56px !important;	
}
.related-bottom .product-thumb {
	width: 220px;
	margin: 0 auto;
}
.related-bottom .swiper-button-prev:before,
.related-bottom .swiper-button-next:before {
	color: rgba(0,0,0,0.3);
    font-size: 30px;
}
.bottom-product {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #FFF3E8;
}
.bottom-product #section_html_0 h2 {
	display: block;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.07em;
	color: #000000;
	text-align: center;
    padding: 15px 0 30px;
}
.bottom-product .table td,
.bottom-product .table {
	border: 0;
	padding: 0;
}
.bottom-product .table td {
	position: relative;
}
.bottom-product .table td p {
	margin: 0 !important;
}
.bottom-product .table td b {
	position: absolute;
	left: 50%;
	top: 268px;
	color: #fff;
	background-color: #000;
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.07em;
	padding: 5px 15px;
    min-width: 115px;
    text-align: center;
	margin-left: -62px;
}
.bottom-product .table td p:last-child {
	max-width: 260px;
	margin: 0 auto !important;
	font-weight: 400;
	font-size: 18px !important;
	line-height: 22px;
	letter-spacing: 0.07em;
	color: #000000;
}
.bottom-product .table img {
	display: block;
	margin: 0 auto;
}
.bottom-product .container {
	max-width: 1050px;
}

/* Account login */
#account-login,
#account-register,
#account-forgotten {
	background-color: #FFF3E8;
	    padding: 100px 0;
		    text-align: center;
}
#account-login .container>.row,
#account-register .container>.row,
#account-forgotten .container>.row,
#account-calendar .container>.row {
	max-width: 560px;
	background-color: #fff;
	margin: 0 auto;
}
#account-login h2,
#account-register h2,
#account-forgotten h2 {
	text-align: center;
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: 0.07em;
	color: #000000;
	    margin: 35px 0 35px;
}
#account-login #content>.row,
#account-register #content>.row,
#account-forgotten #content>.row,
#account-calendar #content>.row  {
	padding: 0 40px 40px;
}
#account-login .wb,
#account-register .wb,
#account-forgotten .wb {
	background-color: #FFF3E8;
	padding: 40px;
}
#account-login #content,
#account-register #content,
#account-forgotten #content {
	min-height: inherit;
}
#account-login .button,
#account-register .button,
#account-forgotten .button {
	width: 100%;
	text-align: center;
	justify-content: center;
}
#account-login h3,
#account-register h3 {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.07em;
	margin: 40px 0 18px;
}
#account-register .newsletter-row,
#account-register .agree-row {
	padding: 0 0 0 0px;
	font-size: 10px;
	text-align: left;
        position: relative;
}
#account-register .newsletter-row label,
#account-register .agree-row label {
	font-size: 11px;
	line-height: 15px;
        margin-left: 30px;
}
#account-register .newsletter-row label a,
#account-register .agree-row label a,
.terms-text a {
	text-decoration: underline;
}
#account-register .newsletter-row label a,
#account-register .agree-row label a,
#account-register .agree-row label b,
.terms-text a {
	color: #000;
	font-weight: normal;
}
#account-register .newsletter-row input,#account-register .agree-row input {
    position: absolute;
    left: 0;
    top: 0;
}
#account-register .form-horizontal .form-group,
#account-forgotten .form-horizontal .form-group,
#account-login .form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}
.terms-text {
	padding: 15px 0 20px 20px;
    line-height: 15px;
    font-size: 11px;
    text-align: left;
}

a.button-link {
	color: #000;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.07em;
	transition: all .3s ease;
	text-decoration: underline;
}
a.button-link:hover {
	
}
.form-delimiter {
	padding: 20px 0 35px;
	border-bottom: 1px solid #000;
}

/* Form inputs */
form input.form-control,
form select.form-control {
	background: #FFFFFF;
    border-radius: 20px;
	height: 50px;
	font-weight: 500;
	font-size: 20px !important;
	letter-spacing: 0.07em;
	padding: 0 25px;
	border: 0;
}
@media screen and (max-width: 767px) {
    form input.form-control,
    form select.form-control {
            font-size: 15px !important;
    }
}

.lang button.dropdown-toggle {
	padding: 0;
}
.lang button.dropdown-toggle img,
.lang button.dropdown-toggle span.hidden-xs {
	display: none;
}
.lang .dropdown-menu img {
	display: none;
}
.lang .dropdown-menu {
	padding: 0;
	    margin: 0;
	min-width: auto;
    left: auto;
    right: 0;	
}
.lang .dropdown-menu li button {
	font-size: 15px;
    font-weight: 600;
    color: #000;
	padding: 5px 15px;
}
.faq-page #content h1 {
	display: none;
}
.faq-page .top-block-wide-faq {
	background-color: #FFF3E8;
	padding-bottom: 15px;
}
.faq-page .top-block-wide-faq #section_html_0 {
	padding-bottom: 0;
}
.faq-page .top-block-wide-faq h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	letter-spacing: 0.07em;
	color: #000000;
	    padding: 15px 0;
}
.faq-page .top-block-wide-faq p {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.07em;
	color: #000000;
	max-width: 500px;
    margin: 0 auto;
}
.faq-page .description {
	padding: 35px 0;
}
.faq-page .description h3 {
	font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
letter-spacing: 0.07em;
text-align: left !important;
color: #000000;
}
.faq-page .description h4 {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	padding: 5px 0;
}
.top-anchors #section_html_1 {
	padding: 0;
}
.top-anchors #section_html_1 ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
}
.top-anchors #section_html_1 h2 {
	display: none;
}
.top-anchors {
	background-color: #FFF3E8;
	padding: 50px 0;
}
.top-anchors li {
	text-align: center;
}
.top-anchors a {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.07em;
	color: #000000;
	display: block;
	background: #FFFFFF;
    border-radius: 20px;
	display: inline-flex;
	height: 58px;
	align-items: center;
	max-width: 230px;
    min-width: 230px; 	
	justify-content: center;
}
.top-anchors .container {
	max-width: 900px;
}
.bottom-faq-anchors {
	padding-bottom: 70px;
	padding-top: 20px;
}
.bottom-faq-anchors h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.07em;
	color: #000000;
}
.bottom-faq-anchors .panel-heading {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	letter-spacing: 0.07em;
	color: #000000;
	padding-left: 0;
	margin-top: 15px;
}
.bottom-faq-anchors .panel-heading + div {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.07em;
	color: #000000;
}
.bottom-faq-anchors .faq-accordion {
	    padding-bottom: 25px;
}
.carousel.swiper-viewport .container {
	position: relative;
}
.carousel.swiper-viewport .swiper-slide {
	font-weight: 600;
    padding: 35px 0;
	font-size: 16px;
}
.carousel.swiper-viewport .swiper-pagination {
	display: none;
}
#form-language {
	background-image: url('globus.svg');
	background-repeat: no-repeat;	
	position: relative;
        height: 20px;
}
#form-language .btn-group{
    display: flex;
}
#form-language button.dropdown-toggle {
	text-indent: -9999px;
        width: 20px;
}

/* Sidebar regular filter */
.side-bar-filter {
	position: fixed;
    right: -50%;
    top: 0;
    background-color: #fff;
	z-index: 9999;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-top: 0;
	border-bottom: 0;	
	    padding: 0 60px;
	visibility: hidden;
    opacity: 0;	
	transition: all .3s ease;
}
.sidebar-filter-cat {
	position: fixed;
    right: -50%;
    top: 0;
    background-color: #fff;
	z-index: 9999;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-top: 0;
	border-bottom: 0;	
	    padding: 0 40px 30px 40px;
	visibility: hidden;
    opacity: 0;	
	transition: all .3s ease;	
}
.side-bar-filter.show,
.sidebar-filter-cat.show {
	visibility: visible;
	opacity: 1;
	right: 0;
}
.sidebar-filter-cat .sidebar-title {
	font-size: 20px;
	border: 0;
}
.sidebar-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.07em;
}
.sidebar-filter-cat #column-left {
	float: none;
	width: 100%;
}
.sidebar-filter-cat ul {
	padding: 0;
	margin: 0;
        list-style-type: none;
}
.sidebar-filter-cat ul.sub-category-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 25px;
    column-gap: 15px;
}
.sidebar-filter-cat ul.sub-category-tabs li {
    padding: 0;
    margin: 0;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.07em;
    text-align: center;
    cursor: pointer;
}
.sidebar-filter-cat ul.sub-category-tabs li img{
    max-height: 120px;
    max-width: 120px;
    border-radius: 26px;
}
.sidebar-filter-cat ul.sub-category-tabs li.checked img{
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.sidebar-filter-cat ul#category-tabs li {
	padding: 0;
	border: 0;
}
.sidebar-filter-cat .parent-cat {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.07em;
	color: #000000;
	padding: 30px 0;
}
.sidebar-filter-cat .card>#category-tabs:first-child,
.sidebar-filter-cat .card>#category-tabs:first-child + #category-tabs {
	display: none;
}
.sidebar-filter-cat input[type="checkbox"] + label {
	padding-left: 0;
}
.sidebar-filter-cat img {
	margin-bottom: 5px;
}
.sidebar-filter-cat input[type="checkbox"]:checked + label {
	color: #666;
}
.sidebar-filter-cat input[type="checkbox"]:checked + label img {
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
	    border-radius: 26px;
}
.sidebar-filter-cat label {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.07em;
	color: #000000;
}
.show-reg-search {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.07em;
    color: #000000;
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 84px;
    height: 34px;
    cursor: pointer;
    gap: 20px;
    padding: 0 15px;
}
.life-search input{
	border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 84px;
	height: 34px;
	padding: 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.07em;
	width: 122px;
    padding: 0 15px 0 15px;
	background-image: url('mini-search.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-position: 95px center;
	opacity: .7;
}
.close-sidebar {
	cursor: pointer;
}
.sidebar-filter-cat {
	overflow: auto;
	max-width: 480px;
}
.side-bar-filter #column-right {
width: 100%;
    float: none;
    height: calc(100% - 100px);
    overflow: auto;
}
.side-bar-filter .accordion {
	margin-top: 0;
	width: 480px;
	border: 0;
}
.main-category-wrapper #content h2,
.main-category-wrapper #content h3 {
	display: none;
}
.sidebar-title {
	display: flex;
    justify-content: space-between;
    height: 95px;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.07em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.side-bar-filter .card-head {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.07em;
	color: #000000;
	background-color: transparent;
	border: 0;
	height: auto;
}
.side-bar-filter .accordion .card h2 {
	display: flex;
    height: 75px;
    align-items: center;
    padding: 0;
    margin: 0;
	font-size: 20px;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.side-bar-filter .list-group {
	margin-bottom: 0;
}
.side-bar-filter input[type="checkbox"] + label {
	font-size: 14px;
	color: #000;
}
.side-bar-filter input[type="checkbox"] + label:before {
	border: 1px solid #333;
}
.sort-row {
	display: none;
}
.row-life-search {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}
.product-grid-category {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 50px;
	padding-bottom: 50px;
}
.product-grid-category .product-thumb {
	width: 100%;
	margin: 0;
}
.product-grid-category .product-layout {
	float: none;
	width: 100%;
	margin: 0;	
	padding: 0;
}
.row.pagination {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}
.sidebar-filter-cat input[type="checkbox"] + label:before {
	visibility: hidden;
	opacity: 0;
}
.no-products-found-section {
    display: flex;
    flex-direction: column;
    padding: 70px 0;
    text-align: center;
}
.no-products-found-section .text_empty{
    font-size: 24px;
    font-weight: 700;
}
.no-products-found-section .cat-reset-filter{
    margin-top: 40px;
}


/* Quiz */
.quiz-wrapper {
	background-color: #FFF3E8;
}
.q-step {
    display: none;
	text-align: center;
}
.q-step.show {
	display: block;
}
.q-step .q-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.07em;
	color: #000000;
	padding: 40px 0;
}
.q-step .q-question {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.07em;
	color: #000000;
	padding: 60px 0 40px 0;
}
.q-step .container {
	position: relative;
}
.q-step .button {
	min-width: 180px;
	text-align: center;
	justify-content: center;
	cursor: pointer;
}
.prev-step.button {
    background: none !important;
    border: 0 !important;
    position: absolute;
    left: 0;
    top: 55px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.07em;
	text-decoration-line: underline;
	color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}
.buttons-fl-block {
	max-width: 480px;
    margin: 0 auto;
	max-width: 480px;
    margin: 0 auto;
    display: flex;
    min-height: 180px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.q-step .flex-row {
	display: flex;
	justify-content: center;
	gap: 85px;
	align-items: center;
}
.step-counter {
	padding: 80px 0 80px 0;
}
.step-counter>div {
    background: #FFFFFF;
    border-radius: 84px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.07em;
    color: #000000;
    height: 42px;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    padding: 0 35px;
}
.q-text {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.07em;
    color: #000000;
    width: 250px;
    right: 20px;
    bottom: -35px;
    padding: 15px 20px;
    text-align: left;
}
.buttons-fl-block .button {
	position: relative;
}
.quiz-button-wrapper {
    position: relative;
}
.q_info {
    position: absolute;
    right: 0px;
    top: -20px;
}
.q_info:hover .q-text, .q_info:active .q-text{
	visibility: visible;
	opacity: 1;	
}
#q_step_2 .flex-row {
	padding-bottom: 30px;
}
.q_profile .image {
	max-width: 180px;
    margin: 0 auto;
    position: relative;
}
.q_profile .image img {
	border-radius: 20px;
	display: block;
}
.q_profile .image .name {
	    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}
.q_profile p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.07em;
	color: #000000;
	margin: 0 auto;
    max-width: 670px;
    padding: 30px 0;
}
.q-end-vars {
	padding-bottom: 40px;
}
.q_profile {
	display: none;
}
.filter-quiz {
	position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
	/*visibility: hidden;
    opacity: 0;*/
}
.filter-quiz  div.list-group-item{
    display: none;
}
.filter-quiz .panel input[type="checkbox"] {
	display: inherit;
}
.q-text-title {
	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.07em;
	color: #000000;
	    padding: 35px 0 15px 0;
}
#content-quiz-text p {
	text-align: center;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.07em;
	color: #000000;
	    padding-bottom: 45px;
}
#content.container.quiz-cat {
	min-height: inherit;
}
.quiz-prod-wrapper {
	display: none;
}
.quiz-prod-wrapper.show {
	display: block;
}
.prev-step.button.retake svg {
	width: 15px;
	    margin-right: 5px;
	height: 15px;
}
.prev-step.button.retake {
	top: 95px;
}


/* Footer */
footer {
	background-color: #fff; margin-top: 0; padding-top: 0;
}
.f-row.topf .container {width: 1440px; max-width: 1440px; padding: 38px 0;}
.f-row.botf .container {padding: 38px 0;}
.f-row.topf .container ul a,
.f-row.botf .container ul a {color: #000; font-size: 18px; text-decoration: none;}
.f-row.topf .container ul,
.f-row.botf .container ul {list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: space-between;}
.f-row.midlef, .f-row.botf {border-top: 1px solid #ddd;}
.f-row.midlef {padding: 20px 0;}
.f-row.midlef .container {display: flex; align-items: center; justify-content: space-between;}
.f-row.midlef .container>div {min-width: 33.33%; max-width: 33%.33;}
footer .logo img {margin: 0 auto; position: relative; left: 24px;max-width: 168px;}
footer .socials ul {list-style: none; padding: 0; display: flex; align-items: center; gap: 20px; margin: 0; justify-content: center;}
.f-row.botf .container {max-width: 800px;}
.pay-card img {position: relative; left: 0; height: 25px;}

.mobile-view-faq {
    display: none;	
}

/* Fixes */
#form-language li:first-child {
	position: relative;
}
#form-language li:first-child:after {
	content: ''; 
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 80%;
	background-color: #0000001A;
	left: 10%;
}
.s-more {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
}
.s-more a,
#custom-pagination-button {
    display: inline-flex;
    height: 34px;
    align-items: center;
    font-size: 18px;
    color: #00000040;
    border: 1px solid #00000040;
    font-weight: 700;
    border-radius: 84px;
    padding: 0 35px;
}
.section-featured .product-thumb {
	margin-bottom: 0;
}
footer .logo svg {
	margin-left: 100px;
}
.carousel .swiper-horizontal {
	overflow: hidden;
}
.carousel .swiper-scrollbar {
	visibility: hidden;
	opacity: 0;
}
.carousel .swiper-button-next:after, 
.carousel .swiper-rtl .swiper-button-prev:after,
.carousel .swiper-button-prev:after, 
.carousel .swiper-rtl .swiper-button-next:after {
	font-size: 15px;
	color: #000;
}
.pay-card {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 15px;
}
body .swiper-viewport {
	overflow: hidden;
}

.product-grid-category .product-layout {
	transition: all .2s linear;
	background-color: #fff;
}
.product-grid-category.work .product-layout {
	background-color: #f6f5f1;
}
.product-grid-category.work .product-thumb {
	visibility: hidden;
	opacity: 0;
} 
.no-results-search {
	text-align: center;
	text-transform: uppercase;
    font-size: 18px; 	
}
.slide-menu {
	z-index: 100;
}
.show-collection-filter {
	display: block;
	cursor: pointer;
}
.add-to-order {
	cursor: pointer;
}
#load-format-pagination .pagination {
	display: none;
}
.top-anchors a {
	text-decoration: none;
}
.bottom-product .table td p:last-child {
	font-size: 16px !important;
	text-align: center;
}
body .related-bottom .swiper-viewport {
	overflow: inherit;
}
body .related-bottom .product-thumb .serie {
	text-align: left;
}
.related-bottom h3 {
	padding-bottom: 0;
}
.related-bottom .swiper-viewport .swiper-button-next {
	right: -30px !important;
}
.related-bottom .swiper-viewport .swiper-button-prev {
	left: -30px !important;
}
.related-bottom .container {
	width: 100%;
}

/* Calendar */
.calendar-sidebar {
	position: fixed;
    right: 0;
    top: 0;
    width: 80%;
    height: 100%;
    z-index: 999;
    background-color: #fff;
	transition: all .3s linear;
	right: -80%;
	visibility: hidden;
	opacity: 0;
}
.calendar-sidebar.show {
	right: 0px;
	visibility: visible;
	opacity: 1;	
}
.calendar-sidebar .cart-row {
	display: flex;
	height: 100%;
}
.calendar-sidebar .cart-row .left-coll {
    min-width: 300px;
    max-width: 300px;
    width: 300px;
    position: relative;
    z-index: 10;
    height: 100%;
    overflow: auto;
	padding: 20px 40px 0 40px;
}
.calendar-block {
	display: table-cell;
	background-color: #FFF3E8;
	width: 100%;
	height: 100%;
}
.calendar-block .top-header {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.7px;
	padding: 0 40px;
}
.products-in-calendar {
	height: 100%;
	overflow: auto;
	padding: 0 100px 30px 100px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
	height: calc(100% - 100px);
	justify-items: center;
}
.products-in-calendar.height-250 {
	height: calc(100% - 250px) !important;
}
.calendar-cell {
	height: 315px;
        width: 100%;
	background-color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
.calendar-cell .date {
	position: absolute;
	top: 10px;
	font-size: 10px;
	line-height: 13px;
	color: #000;
	left: 0;
	width: 100%;
	text-align: center;
}
.calendar {
	cursor: pointer;
}
.footer-calendar {
	position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding-left: 300px;
	height: 150px;
}
.footer-calendar {
	    font-size: 16px;
    text-align: center;
}
.footer-calendar .text {
	    padding: 25px 0;
}
.footer-calendar .flex-buttons span {
	font-weight: 600;
}
.footer-calendar .flex-buttons {
    justify-content: center;
    gap: 35px;
    display: flex;
    align-items: center;
}
.close-calendar {
	cursor: pointer;
}
.calendar-cell .product-thumb {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
	    overflow: inherit;
}
.product-thumb .image {
	padding-top: 20px;
}
/*:lang(es) .product-thumb .image {
	padding-top: 120px;
}*/
.product-thumb .image img {
	margin-top: 20px;
    margin-bottom: 10px;
    max-width: 170px;
    height: auto;
}
.product-thumb .del-from-cal {
	position: absolute;
    right: 15px;
    top: 15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #FFF3E8;
	cursor: pointer;
	    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 99;
}

.calendar-cell.emty-slot .product-emty-slot{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.calendar-cell.emty-slot .emty-calendar-pause{
    padding: 2px 18px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 10px;
    color: #ccc;
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.07em;
    cursor: pointer;
}
.calendar-cell.emty-slot .product-emty-slot button {
    border: 0;
    background: transparent;
}
.calendar-cell.emty-slot .product-thumb, .calendar-cell.product-pause .product-thumb{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.calendar-cell.emty-slot .product-pause-wrapper {
    display: none;
}
.calendar-cell.product-pause .product-emty-slot{
    display: none;
}
.calendar-cell.product-pause {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.calendar-cell.product-pause .product-pause-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.calendar-cell.product-pause .product-pause-wrapper .product-pause-img{
    cursor: pointer;
}
.calendar-cell.product-pause .product-pause-wrapper .product-pause-text{
    margin-top: 65px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.07em;
    color: #000;
}
.calendar-cell.product-pause .product-thumb .image + div {
    display: none;
}

/* Fixes */
#column-left .card {
	padding-bottom: 20px;
}
.side-bar-filter {
	width: 600px;
}
.side-bar-filter .panel {
	border: 0;
	box-shadow: none;
}
.side-bar-filter .panel-heading {
	display: none;
}
.side-bar-filter .list-group a {
    padding: 25px 0;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: space-between;
    color: #000;
    letter-spacing: 0.7px;
    font-weight: 500;
    background-color: transparent !important;
	cursor: pointer;
	border-left: 0 !important;
	border-right: 0 !important;
}
.side-bar-filter .list-group a img {
		transition: all .3s ease;
}
.side-bar-filter .list-group a.active img {
	transform: rotate(180deg);
}
.side-bar-filter .list-group-item {
	padding: 10px 0px;
}
.side-bar-filter .checkbox label, 
.side-bar-filter .radio label {
	    color: #000;
    font-size: 14px;
}
.side-bar-filter input[type="checkbox"] {
	display: block;
}
.side-bar-filter .list-group-item {
	display: none;
}
.side-bar-filter .panel-footer {
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 25px;
}
#button-filter {
	cursor: pointer;
}
#button-filter span {
	padding: 0 5px;
}
form.s-more a, 
form.s-more #custom-pagination-button {
	display: block;
}
.reset-footer {
	text-align: center;
}
.reset-footer a,  .reset-footer .reset_filter{
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-decoration: underline;
	letter-spacing: 0.7px;
	padding-top: 10px;
	cursor: pointer;
        border:none;
        background: transparent;
        margin: 0 auto;
}
.side-bar-filter {
	padding-right: 0;
}
.sidebar-title {
	padding-right: 55px;
	border-bottom: 0;
}
.side-bar-filter #column-right {
	padding-right: 60px;
}
.side-bar-filter .list-group {
	border-top: 1px solid #ddd;
}
body form.s-more #custom-pagination-button {
	display: flex;
	align-items: center;
	justify-content: center;
}
body .load-pagination {
	float: none;
}



/* Responsive */
@media screen and (max-width: 1580px) {
	body .pay-card img {
            left: 0;
	}
	body footer .logo img {
		left: 0;
	}
}
@media screen and (max-width: 1550px) {
	.calendar-sidebar {
		width: 90%;
	}
}
@media screen and (max-width: 1470px) {
	.f-row.topf .container {
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media screen and (max-width: 1400px) {
	.calendar-sidebar {
		width: 95%;
	}	
	.products-in-calendar {
		padding: 0 50px 30px 50px;
	}
	.calendar-sidebar .cart-row .left-coll {
		min-width: 250px;
		max-width: 250px;
		width: 250px;
		padding: 20px 20px 0 20px;
	}
}
@media screen and (max-width: 1338px) {
	.row-grid-h {
		gap: 20px;
	}
	body .pay-card img {
		left: 0;
	}
	.section-featured .container {
		width: 100%;
	}
	.row-grid-h {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.section-featured {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media screen and (max-width: 1282px) {
	body .swiper-viewport .swiper-button-next {
		right: 0;
	}
	body .swiper-viewport .swiper-button-prev {
		left: 0;
	}
}
@media screen and (max-width: 1260px) {
	.container {
		width: 100%;
	}
	header .container {
		padding-left: 25px;
		padding-right: 25px;
	}
	#section_html_1 {
		padding-left: 25px;
		padding-right: 25px;
	}
	footer .socials ul {
		justify-content: center;
	}
	#slideshow0 .description {
		font-size: 15px;
	}
	#slideshow0 .title {
		font-size: 25px;
        line-height: 30px;
	}
	.button {
		font-size: 16px;
	}
	.top-block-wide-faq .container,
    .top-block-wide-faq + .container,
    .bottom-faq-anchors	{
		padding-left: 20px;
		padding-right: 20px;
	}
	#information-information .container,
    .main-category-wrapper	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-grid-category {
		gap: 20px;
	}
	.subcategories a.name {
		font-size: 16px;
	}
	.pay-card {
		padding-right: 20px;
	}
}
@media screen and (max-width: 1242px) {
	body .swiper-viewport .swiper-button-next {
		right: 5px;
	}
	.products-in-calendar {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (max-width: 1200px) {
	.product-grid-category .product-thumb {
		padding-bottom: 0;
	}
	body .product-grid .product-thumb .caption {
		min-height: 120px;
	}
	.sidebar-title {
		font-size: 19px;
	}
	.side-bar-filter .accordion .card h2 {
		height: 65px;
		    font-size: 16px;
	}
	body .product-grid .product-thumb .caption {
		min-height: inherit;
	}
	.calendar-sidebar {
		width: 100%;
	}
}
@media screen and (max-width: 1120px) {
	.calendar-sidebar .cart-row .left-coll {
		display: none; 
	}
	.footer-calendar {
		padding-left: 0;
	}
}
@media screen and (max-width: 1100px) {
	.bottom-product .table img {
	    max-width: 195px;
	}
	.bottom-product .table td b {
		top: 163px;
			font-size: 14px;
		margin-left: -58px;	
	}
	.bottom-product .table td p:last-child {
		font-size: 14px !important;
		text-align: center;
		line-height: 18px;
	}
	.module-row-descr p {
		font-size: 14px;
		line-height: 19px;
	}
	.table.specification {
		font-size: 14px;
		line-height: 19px;
	}
	.product-top-page .right-block h1 {
		font-size: 26px;
		line-height: 33px;
	}
	.product-top-page .right-block .list-unstyled {
		font-size: 15px;
		line-height: 21px;
	}
	.product-top-page .right-block .p-title {
		padding-bottom: 10px;
		font-size: 15px;
		line-height: 18px;		
	}
}
@media screen and (max-width: 1023px) {
	.slideshow .container {
		width: auto;
	}
	#slideshow0 .title,
    #section_html_1 h2,
    #slideshow1 .title,
    .section-featured h3	{
		font-size: 20px;
		line-height: 26px;
	}
	.carousel.swiper-viewport .swiper-slide,
    #section_html_0 p,
    #section_html_1 b,
    #section_html_1 p,
    #slideshow1 .description,
    #slideshow2 .banner-text-block .description,
    .f-row.topf .container ul a, 
	.f-row.botf .container ul a	{
		font-size: 15px;
	}
	.row-grid-h {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.product-thumb {
		margin-bottom: 0;
	}
	.product-grid-category {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.sidebar-text {
		font-size: 14px;
	}
	.sidebar-filter-cat .parent-cat {
		font-size: 17px;
        line-height: 20px;
	}
	.sidebar-filter-cat label {
		font-size: 13px;
	}
	.product-thumb h4 {
		font-size: 13px;
        line-height: 16px;
	}
}
@media screen and (max-width: 992px) {
        header .flex-icons .user, header .flex-icons .user a, header .flex-icons .calendar, 
        header .flex-icons .question, header .flex-icons .question a, header .flex-icons .lang,header .flex-icons .lang form{
            height: 15px;
        }
        header .flex-icons {
            height: 15px;
        }
        #form-language button.dropdown-toggle {
            height: 15px;
        }
	#form-language {
            background-size: 15px;
            background-position: center;
            height: 15px;
	}
        #form-language button.dropdown-toggle {
            width: 15px;
        }
        .slideshow img {
            min-width: unset;
            position: relative;
            left: unset;
        }
        #slideshow0,#slideshow1 {
            height: auto;
        }
        #slideshow0 .container,#slideshow2 .container{
            padding: 0;
        }
	#slideshow0 .anchor {
		bottom: 10px; 
	}
	#slideshow0 .banner-text-block {
		width: 100%;
		background-color: #fff;
		padding: 20px;
		position: static;
		padding-top: 0;
	}
        :lang(es) #slideshow0 .banner-text-block {
            width: 100%;
        }
	#slideshow0 .banner-text-block .title {
		position: absolute;
		top: 20px;
		left: 20px;
		background-color: #fff;
		width: 200px;
		font-size: 15px;
		line-height: 20px;
		padding: 10px;
	}
        #slideshow0 img {
            min-height: 220px;
        }
	#slideshow1 .banner-text-block {
		width: 100%;
		margin-left: 0;
		position: static;
	}
	#section_html_1 + .slideshow img {
		max-width: 80%;
                min-width: 215px;
		border-radius: 20px;
                width: 215px;
                height: 215px;
                margin: 20px auto 5px auto;
                object-position: 85% 15%;
	}
	#slideshow1 .banner-text-block {
		padding-bottom: 30px;
	}
	#slideshow1 .description {
		padding-left: 30px;
		padding-right: 30px;
	}
        .section-featured .row-life-search {
            flex-direction: column;
        }
	.section-featured h3 {
		text-align: center;
                margin-bottom: 20px;
	}
        .section-featured .row-life-search .life-search{
            text-align: right;
            margin-bottom: 30px;
        }
	.section-featured {
		border-top: 1px solid #ddd;
	}
        .section-featured .row-life-search {
            
        }
        .product-grid-category .product-thumb {
            height: 255px;
            overflow: hidden;
        }
	#slideshow2 .banner-text-block .button {
		display: none;
	}
	#slideshow2 .banner-text-block {
		position: absolute;
		left: 10%;
		top: auto;
		bottom: 0;
		width: 80%;
	}
	#slideshow2 .banner-text-block .description {
		margin: 0;
        width: 100%;
	}
	.f-row.botf {
		padding-left: 30px;
		padding-right: 30px;
	}
	body .product-grid .product-thumb .caption {
		padding-bottom: 15px;
	}
	.subcategories img {
		    max-width: 150px;
	}
	.sidebar-filter-cat img {
		max-width: 100px;
	}
	#product-category #section_html_0 h2 {
		font-size: 20px;
	}
	footer .logo svg {
		margin-left: 60px;
	}
	.products-in-calendar {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 860px) {
    .products-in-calendar {
		padding: 0 20px 20px 20px;
	}
}	
@media screen and (max-width: 800px) {
	footer .logo svg {
		margin-left: 30px;
	}
}
@media screen and (max-width: 767px) {
	#slideshow0 .anchor {
		display: none;
	}
	.slide-menu {
		z-index: 100;
	}
	body .swiper-button-prev:before,
    body .swiper-button-next:before	{
		font-size: 20px;
	}
	body .swiper-viewport .swiper-button-prev {
        left: 15px;
    }
	header .question {
		display: none;
	}
	header,
    header .row	{
        height: 45px;
    }
	header .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.menu-button span {
		display: none;
	}
	.menu-button {
		border: 0;
		    padding: 0;
			font-weight: 700;
		font-size: 20px;	
	}
	#logo img {
		max-width: 140px;
	}
	.flex-icons .calendar {
		position: relative;
	}
	.flex-icons .user {
		position: relative;
	}
	#section_html_1 tr {
		display: block;
	}
	#section_html_1 td {
		padding: 0;
		max-width: 100%;
		display: block;
	}
        #common-home #section_html_1 .quiz-btn-desc{
            display: none;
        }
        #common-home #section_html_1 .quiz-btn-mob {
            display: block;
        }
	.row-grid-h {
		grid-template-columns: 1fr 1fr;
	}
	.f-row.topf .container ul, 
	.f-row.botf .container ul {
		display: block;
	}
	.f-row.topf .container ul li a,
    .f-row.botf	.container ul li a {
		display: block; 
		font-size: 13px;
		font-weight: 500;
		padding: 5px 0;
	}
	.f-row.topf .container ul li,
    .f-row.botf	.container ul li	{
		display: block;
		text-align: center;
	}
	.f-row.topf .container,
    .f-row.botf .container	{
		padding-top: 15px;
        padding-bottom: 15px;
	}
	.f-row.midlef .container {
        display: block;
	}
	.f-row.midlef .socials {
		padding-bottom: 20px
	}
	.f-row.midlef .socials img {
		max-width: 20px;
	}
	body footer .logo img {
		max-width: 110px;
	}
	body footer .pay-card {
		text-align: center;
	}
	body .pay-card img {
		left: 0;
		position: relative;
		margin: 0 auto;
		max-width: 220px;
	}
	body .slide-menu {
		padding: 60px;
	}
	body .slide-menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
		padding-top: 35px;
	}
	body .slide-menu a {
		color: #000;
		font-size: 16px;
		font-weight: 600;
	}
	#slideshow0 .title, 
	#section_html_1 h2, 
	#slideshow1 .title, 
	.section-featured h3 {
		font-size: 17px;
		line-height: 26px;
	}
        #common-home #slideshow1 .title {
            padding-bottom: 0;
        }
	body .slide-menu {
		width: 100%;
	}
	#slideshow0 .description {
		font-size: 12px;
		line-height: 18px;
	}
	.top-anchors {
		padding: 50px 20px;
	}
	.top-anchors #section_html_1 ul {
		grid-template-columns: 1fr 1fr;
	}
	.top-anchors a {
		height: 47px;
		max-width: 150px;
        min-width: 150px;
		font-size: 14px;
	}
	.desktop-view-faq {
		display: none;
	}
	.mobile-view-faq {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
	}
	.top-anchors {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 20px 20px;
	}
	.faq-page .top-block-wide-faq h1 {
		font-size: 18px;
	}
	#information-information #content p, 
	#information-information #content ul {
		font-size: 14px;
                text-align: center;
	}
	.faq-page .description {
        padding: 15px 0;
		text-align: center;
    }
	#information-information #content h2, 
	#information-information #content h3 {
		font-size: 19px;
		text-align: center !important;
	}
	.bottom-faq-anchors {
		text-align: center;
	}
	.bottom-faq-anchors h3 {
		font-size: 17px;
	}
	.bottom-faq-anchors .panel-heading {
		font-size: 16px;
		text-align: center;
	}
	.bottom-faq-anchors .panel-heading + div {
		font-size: 14px;
	}
	#information-information #content h1 {
		font-size: 18px;
	}
	#information-information #content h3 {
		font-size: 16px;
	}
	#product-category #section_html_0 h2 {
		font-size: 17px;
	}
	#product-category #section_html_0 h2 + p {
		font-size: 13px;
	}
	.subcategories {
		column-gap: 34px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		max-width: 234px;
		margin: 0 auto;
		row-gap: 20px;
	}
	.subcategories > div,
    .subcategories img	{
		max-width: 100px;
	}
	.subcategories a.name {
		font-size: 12px;
		line-height: 14px;
		padding: 10px 0 0 0;
	}
	#product-category .content_top {
		    border-bottom: 1px solid #ccc;
	}
	.product-grid-category {
		grid-template-columns: 1fr 1fr;
	}
        .sidebar-title {
            padding-right: 0;
        }
	.sidebar-filter-cat #column-left,
    .side-bar-filter #column-right	{
		    display: block !important;
                    padding-right: 0;
	}
	.sidebar-filter-cat .sidebar-title {
		font-size: 16px;
                justify-content: center;
                position: relative;
                height: auto;
                margin: 30px 0 15px 0;
	}
        .sidebar-filter-cat .sidebar-title .close-sidebar {
            position: absolute;
            right: 0;
            top:0;
        }
        .sidebar-filter-cat .sidebar-title .close-sidebar img{
            width: 15px;
            height: 15px;
        }
	.sidebar-text {
		font-size: 12px;
		text-align: center;
	}
	.sidebar-filter-cat .parent-cat {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
	}
	.sidebar-filter-cat ul.sub-category-tabs {
		grid-template-columns: 1fr 1fr;
	}
	.sidebar-filter-cat img {
		display: block;
		margin: 0 auto;
		    margin-bottom: 5px;
	}
	.sidebar-filter-cat input[type="checkbox"] + label {
		padding-left: 0;
		font-size: 12px;
		font-weight: 600;
	}
	.side-bar-filter .accordion .card h2 {
		height: 55px;
		font-size: 15px;
	}
	.side-bar-filter {
		padding: 0 20px;
	}
	.product-thumb h4 {
		font-size: 12px;
	}
	.side-bar-filter {
		width: 100%;
	}
	.side-bar-filter .accordion {
		width: auto;
	}
	header #logo svg {
		max-width: 128px;
		height: 36px;
		margin-top: 6px;
	}
	header .flex-icons svg {
		width: 15px;
		height: 15px;
	}
	header .flex-icons {
		gap: 15px;
	}
	header .lang {
		position: relative;		
	}
	#slideshow0 .description,
    #slideshow0 .banner-text-block .title	{
		font-size: 14px;
	}
	.button {
		font-size: 15px;
		height: 38px;
	}
	.menu-button {
		background-color: transparent !important;
	}
	.carousel.swiper-viewport .swiper-slide {
		font-size: 16px;
	}
	.carousel.swiper-viewport .swiper-pagination {
		display: block;
	}
	.carousel .swiper-pager {
		display: none;
	}
	.carousel .swiper-pagination {
		bottom: -10px;
	}
	.carousel.swiper-viewport {
		padding-bottom: 30px;
	}
/*	.carousel .swiper-scrollbar {
		visibility: visible;
		opacity: 1;
	}*/
	footer .logo svg {
		margin-left: 0;
		    max-width: 127px;
	}
	footer .logo {
		text-align: center;
	}
	.pay-card {
		padding-right: 0;
		justify-content: center;
	}
	.socials svg {
		width: 15px;
		height: 15px;
	}
	body footer .pay-card {
		padding-top: 15px;
		gap: 5px;
	}
	body footer .pay-card svg {
		height: 15px;
	}
	.faq-page .top-block-wide-faq p {
		max-width: 100%;
	}
	.faq-page .top-block-wide-faq h1 {
		font-size: 16px;
		margin-top: 0;
		padding-bottom: 0;
	}
	.faq-page #section_html_0 p {
		margin-bottom: 0;
	}
	#information-information.faq-page .top-anchors .container,
    #information-information.faq-page .top-block-wide-faq .container	{
		padding-left: 0px;
        padding-right: 0px;
	}
        #product-product .container{
            padding: 0;
        }
	.product-top-page {
		display: block;
	}
	.product-top-page img {
		max-height: 400px;
	}
	.product-top-page .right-block {
		    border-top: 1px solid rgba(0, 0, 0, 0.2);
		    border-left: 0;	
	}
	.product-top-page .right-block {
		padding: 0 30px 30px;
	}
	.product-top-page .right-block h1 {
		line-height: 33px;
		max-width: 100%;
		text-align: center;
		font-size: 16px;
		padding-top: 10px;
		border: 0;
		padding-bottom: 0;
	}
	.product-top-page .right-block .list-unstyled {
		font-size: 12px;
		line-height: 18px;
		padding-top: 10px;
		text-align: center;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		padding-bottom: 13px;
	}
	.product-top-page .right-block .p-title {
		font-size: 14px;
		padding-top: 0;
		text-align: center;
	}
	.product-top-page .product-buy-row, .module-row {
		max-width: 100%;
		text-align: center;
	}
	.product-top-page .product-buy-row {
		border-bottom: 0;
	}
	.module-row-descr p {
		font-size: 14px;
		line-height: 17px;
		text-align: center;
	}
	.related-bottom h3,
    .bottom-product #section_html_0 h2	{
		font-size: 16px;
        line-height: 19px;
	}
	.bottom-product .table td {
		display: block;
		padding-bottom: 25px;
	}
	.bottom-product #section_html_0 h2 {
		padding-bottom: 10px;
    padding-top: 0;
	}
	#section_html_0 p {
		max-width: 100%;
		padding: 0 30px 0 30px;
	}
	.bottom-product .table {
		margin-bottom: 0;
	}
	.bottom-product #section_html_0 {
		padding-bottom: 0;
	}
	.related-bottom h3 {
		padding-top: 0;
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	.related-bottom .container {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0;
	}
	.related-bottom .carousel.swiper-viewport .swiper-pagination {
		display: block;
		bottom: 7px;
	}
	.related-bottom .product-thumb {
		width: 140px;
		padding-bottom: 15px;
                height: 255px;
                overflow: hidden;
	}
	.related-bottom .carousel.swiper-viewport .swiper-slide {
		padding: 0;
	}
	.related-bottom .product-thumb .caption {
		padding: 0 15px;
	}
	.related-bottom .product-thumb .caption a {
		font-size: 13px;
		padding-top: 10px;
		line-height: 16px;
	}
	.q-step .q-title {
		padding: 15px 0;
		font-size: 16px;
        line-height: 19px;
	}
	.q-step .q-question {
		font-size: 14px;
        line-height: 19px;
		padding: 20px 20px 15px 20px;
	}
	.q-step .flex-row,
    .buttons-fl-block,
    .buttons-fl-block .button {
        display: block;
	}
	.buttons-fl-block .button,#q_step_2 .buttons-fl-block .quiz-button-wrapper{
		max-width: 175px;
		display: flex;
		margin: 0 auto;
		margin-bottom: 22px;
		line-height: 15px;
	}
        #q_step_2 .buttons-fl-block .quiz-button-wrapper .button {
            margin: 0;
        }
	.step-counter {
		padding: 10px 0 20px 0;
	}
	.step-counter>div {
		background: #FFFFFF;
		border-radius: 84px;
		font-style: normal;
		font-weight: 600;
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 0.07em;
		color: #000000;
		height: 38px;
		display: inline-flex;
		vertical-align: top;
		align-items: center;
		padding: 0 35px;
		min-width: 175px;
		justify-content: center;
	}
	.prev-step.button {
		font-size: 12px;
		top: auto;
		bottom: -23px;
	}
	#q_step_2 .flex-row {
		padding-bottom: 0px;
	}
	.buttons-fl-block {
		min-height: 100%;
	}
	#q_step_2,
    #q_step_3,
    #q_step_4,
    #q_step_5,
    #q_step_6 {
		padding-bottom: 35px;
	}
	#q_step_6 .buttons-fl-block .button {
		max-width: 255px;
	}
	#q_step_7 .q_profile p {
		font-size: 14px;
        line-height: 17px;
		padding: 15px 20px;
		max-width: 100%;
	}
	#q_step_7 .prev-step.button {
		display: none;
	}
	.prev-step.button.retake {
		top: auto;
		bottom: -5px;
		display: block !important;
		padding-left: 0;
	}
	#content-quiz-text .q-text-title {
		padding: 15px 0 15px 0;
		font-size: 16px;
    line-height: 19px;
	}
        .quiz-button-wrapper:first-of-type .q-text{
            bottom: -65px;
        }
	#content-quiz-text p {
		font-size: 14px;
        line-height: 17px;
		padding-bottom: 15px;
	}
	.quiz-prod-wrapper {
		padding: 0 20px;
	}
	body .quiz-prod-wrapper .product-grid .product-thumb .caption {
		    min-height: inherit;
	}
	.calendar-block .top-header {
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 19px;
		font-weight: 700;
		letter-spacing: 1.7px;
		padding: 0 40px;
	}
	.footer-calendar .flex-buttons {
		display: block;
	}
	.footer-calendar .flex-buttons a,
	.footer-calendar .flex-buttons span {
		display: flex;
		max-width: 290px;
		margin: 0 auto;
		align-items: center;
		justify-content: center;
	}
        .footer-calendar .flex-buttons span {
            margin: 10px auto;
        }
        .footer-calendar .flex-buttons a:first-of-type {
            height: auto;
            padding: 10px 0;
        }
	.footer-calendar .text {
		padding: 20px 20px;
		font-size: 14px;
	}
	.footer-calendar {
            height: 210px;
            border-top: 1px solid #ddd;
	}
        .calendar-cell {
/*            width: 175px;*/
            height: 285px;
        }
        .product-thumb {
            padding-bottom: 0;
        }
        .product-thumb .image img {
            max-width: 110px;
	}
#account-login #content>.row,
#account-register #content>.row,
#account-forgotten #content>.row,
#account-calendar #content>.row  {
	padding: 0 15px 15px;
}
#account-login .button:last-child, #account-register .button:last-child, #account-forgotten .button:last-child {
    height: auto; padding: 10px 0;
}
}
@media screen and (max-width: 560px) {
	#section_html_0 p, #section_html_1 b, 
	#section_html_1 p, #slideshow1 .description, 
	#slideshow2 .banner-text-block .description, 
	.f-row.topf .container ul a, 
	.f-row.botf .container ul a {
		font-size: 14px;
	}
	#section_html_0 {
		padding-bottom: 37px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#slideshow2 {
		overflow: hidden;
                height: 350px;
            background: url(/image/slideshow2-mob.jpg);
            background-size: cover;
            background-repeat: no-repeat; 
        }
	#slideshow2 img {
		min-height: 328px;
		max-width: fit-content;
		max-height: 328px;
                display: none;
	}
}
@media screen and (max-width: 430px) {
    #logo img {
		max-width: 90px;
	}
	header .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.calendar-block .top-header {
		padding: 0 20px;
	}
	.product-thumb .del-from-cal {
		right: 5px;
        top: 5px;
	}
	.calendar-block .product-thumb .caption a {
		font-size: 11px;
	}
	.products-in-calendar {
		padding: 0 10px 20px 10px;
	}
	.calendar-cell .date {
		text-align: left;
        padding-left: 15px;
	}
	.footer-calendar {
		z-index: 999;
	}
	#slideshow0 .banner-text-block {
		padding-bottom: 0;
	}
	.carousel.swiper-viewport .swiper-slide {
		padding: 30px 0;
	}
	#section_html_0 {
		padding-bottom: 18px;
	} 
	#common-home #section_html_0 {
		border-bottom: 1px solid #ccc;
                display: none;
	}
	#common-home #section_html_1 h2 {
		padding: 0px 0 0px;
	}
	#common-home #section_html_1 img {
		margin-top: 0px;
        margin-bottom: 20px;
	}
	#common-home #section_html_1 b {
		font-size: 15px;
		font-weight: 600;
	}
	.section-featured .row-grid-h {
		gap: 15px;
	}
}
@media screen and (max-width: 380px) {
	#slideshow2 img {
		min-height: 328px;
		max-width: fit-content;
		max-height: 328px;
	}	
	.top-anchors #section_html_1 ul {
		gap: 20px;
	}
}
.no-scroll {
    overflow: hidden !important;
    height: 100% !important;
}
footer .logo {
  text-align: center;  
}
footer .socials {
  text-align: center;  
}
.socials img {
    width: 30px;
    height: 30px;
}
#preloader {
    width: 48px;
    height: 48px;
    border: 5px solid #000;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#preloader.show {
    display: block;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
/*Blog*/
.content_top_blog {
    background: #FFF3E8;
    padding: 40px 0;
}
.content_top_blog .blog-title-wrapper {
    margin: 0 auto;
    max-width: 738px;
}
#blog-blog .content_top_blog .blog-title-wrapper h1{
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.07em;
    text-align: center;
    margin: 0 0 40px 0;
}
#blog-blog .content_top_blog .blog-title-wrapper p{
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.07em;
    text-align: center;
    margin: 0;
}
#blog-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 80px;
    row-gap: 40px;
    padding: 40px 0;
}
#blog-list .blog-item{
    width: 250px;
    margin: 0 auto;
}
#blog-list figure {
    border: 0;
}
#blog-list figure img{
    object-fit: cover;
    object-position: center;
}
#blog-list figure a {
    display: flex;
    height: 250px;
}
#blog-list .blog-item article {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#blog-list .blog-item article a.article-title {
    display: flex;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.07em;
    text-align: center;
    color: #000;
    margin-top: 5px;
}
.blog-pagination {
    padding: 30px 0;
    display: none;
}

#blog-single {
    overflow: hidden;
}
.bscontent-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bscontent-wrapper .bscontent-left{
    max-width: 520px;
    display: flex;
    padding-right: 100px;
}
.bscontent-wrapper .bscontent-left figure,.bscontent-wrapper .bscontent-left figure img{
    max-width: 100%;
}
.bscontent-wrapper .bscontent-right{
    background: #FFF3E8;
    width: 720px;
    max-width: 100%;
    padding: 100px 0 50px 50px;
    min-height: 880px;
    position: relative;
}
#blog-single #content .bscontent-right:after {
    content: "";
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #FFF3E8;
    top:0;
}
.bscontent-wrapper .bscontent-right h1{
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 500;
    line-height: 122%;
    letter-spacing: 0.07em;
    text-align: center;
    margin: 0 0 50px 0;
}
.bscontent-wrapper .bscontent-right p,
.bscontent-wrapper .bscontent-right ul,
.bscontent-wrapper .bscontent-right ol{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.07em;
    text-align: center;
}

@media screen and (max-width: 1290px) {
    #blog-list {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 40px;
        row-gap: 20px;
    } 
    .bscontent-wrapper .bscontent-left{
        max-width: 50%;
        padding-right: 20px;
    }
    .bscontent-wrapper .bscontent-right{
        max-width: 50%;
        min-height: unset;
    }
}
@media screen and (max-width: 900px) {
    #blog-list {
        grid-template-columns: 1fr 1fr;
    } 
}
@media screen and (max-width: 767px) {
    #blog-single #content {
        min-height: unset;
    }
    .content_top_blog {
        padding: 15px 0;
    }
    #blog-blog .content_top_blog .blog-title-wrapper h1{
        font-size: 16px;
        margin: 0 0 15px 0;
    }
    #blog-blog .content_top_blog .blog-title-wrapper p{
        font-size: 12px;
    }
    #blog-list {
        column-gap: 35px;
        row-gap: 15px;
        padding: 15px 0;
    } 
    #blog-list .blog-item{
        width: 100px;
    }
    #blog-list .blog-item:nth-child(odd){
        margin: 0 0 0 auto;
    }
    #blog-list .blog-item:nth-child(even){
        margin: 0 auto 0 0;
    }
    #blog-list figure a {
        height: 100px;
    }
    .bscontent-wrapper {
        flex-direction: column;
    }   
    .bscontent-wrapper .bscontent-left{
        max-width: 100%;
        padding-right: 0;
        margin: 30px 0 20px 0;
    }
    .bscontent-wrapper .bscontent-left figure,.bscontent-wrapper .bscontent-left figure img{
        max-width: 180px;
    } 
    .bscontent-wrapper .bscontent-right{
        max-width: 100%;
        padding: 25px 0 25px 0;
    }
    #blog-single #content .bscontent-right:before{
        content: "";
        position: absolute;
        right: 100%;
        width: 100%;
        height: 100%;
        background-color: #FFF3E8;
        top:0;
    }
    .bscontent-wrapper .bscontent-right h1{
        font-size: 16px;
        margin: 0 0 20px 0;
    }
    .bscontent-wrapper .bscontent-right p,
    .bscontent-wrapper .bscontent-right ul,
    .bscontent-wrapper .bscontent-right ol{
        font-size: 14px;
    }
}

