body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #272B36;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	letter-spacing: -0.64px;
}

font {
	font-family: 'Montserrat', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #272B36;
}

/* 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;
}
a:focus{
	outline: 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;
}

::selection {
	color: #FCFCF9;
	background: #0E0A0A;
}

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: #0E0A0A;
	border-bottom: 1px solid #e2e2e2;
	padding: 5px 0px 5px 0;
	margin: 0 0;
	min-height: auto;
	color: #FCFCF9;
}


#top .marq {
	display: flex;
	font-size: 14px;
}

#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: #272B36;
}

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;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
}

.alert .close,
.alert button[data-dismiss="alert"] {
	display: none !important;
}

/* 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: none;
	margin-bottom: 20px;
	border-radius: 12px;
	background: #fff;
	box-shadow: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
}

.product-thumb:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.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;
	list-style: none;
}

.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: 1440px;
	width: 100%;
}

.row {
	margin: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #272B36;
}

/* Header */
header {
	height: 82px;
	border-bottom: 1px solid #272B3633;
	background-color: #FCFCF9;
}

header .row {
	display: flex;
	align-items: center;
	height: 82px;
}

body #top .container {
	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: 151.5px;
}

header .flex-icons {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 24px;
}

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: 32px;
	width: 32px;
	display: flex;
}

/* Menu */
.menu-button {
	color: #000;
	align-items: center;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	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: #FCFCF9;
	z-index: 10;
	padding: 32px;
}

.close-slide-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.close-slide-menu img {
	cursor: pointer;
}

.slide-menu li {
	padding-bottom: 24px;
}

.slide-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 36px;
}

.slide-menu a {
	color: #272B36;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}

.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: 50%;
	min-width: auto;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.slideshow .banner-text-block {
	position: relative;
	z-index: 9;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#slideshow0 {
	height: 890px;
	max-height: 890px;
}

#slideshow0 .banner-text-block {
	width: 50%;
	background-color: #fff;
	padding: 20px;
	height: 100%;
	background-color: #A08A8133;
	display: flex;
	align-items: center;
	justify-content: center;
}

.homeBanner+.carousel.swiper-viewport {
	display: none;
}

.homeBanner .container-fluid {
	height: 100%;
}

.homeBanner .cont-box {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
}

.right-floats-box {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 12;
	transform: none;
	transition: all 0.3s ease;
}

.right-floats-box .whatsapp {
	transition: all 0.3s ease;
	transform: scale(1);
}

.right-floats-box .whatsapp:hover {
	transform: scale(1.1);
}

.floatBox {
	position: fixed;
	bottom: 54px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 12;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	padding: 0 24px;
}


.floatBox.visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.floatBox .button {
	height: 70px;
	max-width: 450px;
	width: 100%;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -0.8px;
}

.homeBanner .banner-text-block {
	width: 50%;
}

/* :lang(es) #slideshow0 .banner-text-block {
	width: 520px;
} */
#slideshow0 .title {
	font-style: normal;
	font-weight: 600;
	font-size: 34px;
	line-height: 1.23;
	text-align: center;
	letter-spacing: -2%;
	color: #272B36;
}

#slideshow0 .description {
	font-style: normal;
	font-weight: 500;
	font-size: 23px;
	line-height: 1.23;
	text-align: center;
	letter-spacing: -0.72px;
	color: #272B36;
	padding-top: 28px;
	padding-bottom: 64px;
	max-width: 90%;
}

.homeBanner .button {
	height: 70px;
	width: 450px;
	text-align: center;
	letter-spacing: -0.8px;
	font-size: 20px;
	font-weight: 700;
}

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>.container {
	padding: 0;
}

#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 .option img {
	margin: 0 0 3px;
}

#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: 50%;
}

#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 {
	text-decoration: none;
	text-align: center;
	background: #0E0A0A;
	height: 56px;
	border-radius: 84px;
	color: #FCFCF9;
	display: inline-flex;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -4%;
	align-items: center;
	justify-content: 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: #0E0A0A;
	background-color: #FCFCF9;
	border: 1px solid rgba(0, 0, 0, 0.1);
	transform: scale(1.05);
}

.quiz-wrapper .button:hover {
	background-color: #0E0A0A;
	color: #FCFCF9;
}

.button:disabled {
	cursor: not-allowed;
}

.button.button-light {
	background-color: transparent;
	color: #595D66;
	font-weight: 500;
	border: none;
}

/* Home products */
.section-featured .s-more {
	display: block;
	padding-bottom: 56px;
}

.section-featured h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	letter-spacing: -0.64px;
	margin-top: 0;
	margin-bottom: 18px;
	text-transform: capitalize;
	color: #595D66;
}

.section-featured .container {
	max-width: 1440px;
	width: 100%;
}

.section-featured {
	padding: 30px 0 0;
	margin-top: 0px;
}
.section-featured.after-banner-featured-products{
	margin-top: 20px;
}

.section-featured .row-life-search {
	padding: 0 0 45px;
	justify-content: center;
}
.section-featured .row-life-search h3{
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: -4%;
	text-align: center;
	color: #272B36;
}

.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 {
	display: none;
}

.product-thumb .caption {
	min-height: inherit;
	padding-bottom: 0px;
}

.product-thumb .caption h4 {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	color: #272B36;
	letter-spacing: -4%;
	line-height: 1.3;
}

.product-thumb .caption .brand {
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #595D66;
	margin-bottom: 26px;
}

.product-thumb .caption .price {
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #272B36;
	margin-bottom: 0;
}

.after-banner-featured-products .product-thumb .caption .price {
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: -4%;
	padding-top: 18px;
}

.add-to-cart-featured {
	position: static;
	cursor: pointer;
	z-index: 10;
	background: transparent;
	border-radius: 0;
	padding: 5px 0;
	box-shadow: none;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.add-to-cart-featured img {
	width: 32px;
	height: auto;
}

.product-thumb .caption a {
	display: block;
	font-style: normal;
	color: #595D66;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: -2%;
	text-align: left;
	text-decoration: none;
}

.product-thumb h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -2%;
	color: #272B36;
	margin: 0;
	padding-top: 0;
	/* 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 #595D6633;
	padding: 24px;
	position: relative;
	border-radius: 8px;
}

.product-thumb .serie {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 12px;
	color: #595D66;
	letter-spacing: -2%;
	padding-top: 0px;
}

.add-to-order,
.related-bottom .add-to-order {
	position: absolute;
	right: 24px;
	top: 24px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

/* Information pages */
#information-information,
#information-information * {
	font-family: 'Montserrat', sans-serif !important;
}

#information-information #content {
	max-width: 550px;
	margin: 0 auto;
	color: #272B36;
}

#information-information #content h1 {
	text-align: center;
	font-weight: 600;
	font-size: 36px;
	line-height: 39px;
	margin-top: 56px;
	margin-bottom: 82px;
	color: #272B36;
	letter-spacing: -1.4px;
}

#information-information #content h2,
#information-information #content h3 {
	color: #272B36 !important;
	margin-bottom: 10px !important;
	font-weight: 500 !important;
	font-size: 24px !important;
	line-height: 24px !important;
	letter-spacing: -0.96px !important;
	text-align: left !important;
}

#information-information a,
#information-information #content p,
#information-information #content ul {
	font-weight: 400;
	font-size: 16px !important;
	line-height: 24px;
	color: #272B36 !important;
	letter-spacing: -0.16px !important;
	margin-bottom: 25px;
	max-width: 544px;
	text-align: left !important;
	font-family: 'Montserrat', sans-serif !important;
}

#information-information a {
	font-weight: 600;
}

/* Collection */
#product-category #section_html_0 h2 {
	display: block;
	text-align: left;
	font-weight: 600;
	font-size: 36px;
	line-height: 1;
	letter-spacing: -4%;
	color: #272B36;
	padding: 0;
	margin-bottom: 16px;
}

#product-category #section_html_0 h2+p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	text-align: left !important;
	letter-spacing: -1%;
	margin: 0;
	color: #595D66;
}

#product-category #section_html_0 .discover-para span {
	display: block;
	max-width: 464px;
}

#product-category .content_top {
	padding-bottom: 15px;
}

.subcategories {
	display: flex;
	justify-content: center;
	gap: 16px;
}

.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 {
	padding: 40px 40px 40px 40px;
}

.product-top-page-wrapper {
	position: relative;
}



.product-top-page .left-block {
	background-color: #fff;
}

.product-top-page .right-block h1 {
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: -2%;
	color: #272B36;
}

.product-top-page .right-block h1 .manfac {
	color: #595D66;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -4%;
	margin-top: 16px;
	display: block;
}

.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 {
	padding-bottom: 56px;
	padding-top: 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -2%;
	color: #595D66;
}

.module-row-descr {
	padding: 56px 0;
}

.module-row-descr p,
.module-row-descr p span {
	color: #272B36 !important;
	font-weight: 400;
	font-size: 16px !important;
	line-height: 160%;
	letter-spacing: 0%;
	margin-bottom: 18px;
	font-family: 'Montserrat', sans-serif !important;
}

.module-row-descr .prod-descr-title {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1.5px solid #595D6633;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #272B36;
}

.table.specification {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.07em;
	color: #272B36;
	border: 0;
}

.table.specification td {
	border: 0;
	width: 50%;
	border-bottom: 1.5px solid #595D6633;
	padding: 16px 0;
	font-size: 18px;
    line-height: 100%;
    letter-spacing: -4%;
}

.table.specification tr {
	border: none !important;
}

.table.specification tr:last-child td {
	border-bottom: none;
}

.table.specification tr td:first-child {
	color: #272B36;
	font-weight: 600;
}

.table.specification .left-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #272B36;
}

.table.specification .fg-list {
	font-weight: 500;
	font-style: Italic;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -4%;
	color: #595D66;
	text-align: right;
}

.related-bottom {
	padding-bottom: 50px;
	padding-top: 60px;
}

.related-bottom h3 {
	text-align: left;
	color: #272B36;
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: -4%;
	padding: 15px 0 30px;
}

.related-bottom .container {
	max-width: 1440px;
	width: 1440px;
	padding: 0 24px 25px 24px;
}

.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: 0;
	/* text-align: center; */
}

#account-login .container,
#account-register .container,
#account-forgotten .container {
	padding: 0;
}

#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,
#account-login-email h2 #account-changepassword h2 {
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: -4%;
	color: #272B36;
	margin: 35px 0 35px;
}

#account-forgotten h2,
#account-login-email h2,
#account-changepassword h2 {
	margin: 45px 0 45px;
}

#account-register h2 {
	margin-bottom: 16px;
}

#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 label,
#account-register .agree-row label {
	font-size: 13px;
	line-height: 1.5;
	margin-left: 15px;
	padding-top: 3px;
	letter-spacing: -2%;
	font-weight: 500;
}

#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: 14px !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: #272B36;
	padding: 24px;
}

.faq-page .top-block-wide-faq .top-block-wide-faq-list {
	text-align: center;
	max-width: 380px;
	margin: 36px auto 0;
	padding: 0;
}

.faq-page .top-block-wide-faq .top-block-wide-faq-list li {
	margin-bottom: 16px;
	list-style: none;
	background: transparent;
	width: 100%;
}

#information-information.faq-page .top-block-wide-faq .top-block-wide-faq-list li a {
	background: #FDFDFD;
	border-radius: 45px;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -4%;
	text-align: center;
	padding: 18px;
	color: #272B36;
	text-align: center !important;
	text-decoration: none;
	display: block;
	width: 100%;
	transition: .2s;
}

.faq-page .top-block-wide-faq .top-block-wide-faq-list li a:hover {
	transform: scale(1.05);
}

.faq-page .top-block-wide-faq #section_html_0 {
	padding-bottom: 0;
}

.faq-page .top-block-wide-faq h1 {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: -4%;
	text-align: center;
	color: #FCFCF9;
	padding: 24px 0 0;
	margin-bottom: 36px;
}

.faq-page .top-block-wide-faq p {
	font-weight: 500;
	font-style: Medium;
	font-size: 16px !important;
	line-height: 150%;
	letter-spacing: -1%;
	text-align: center !important;
	color: #FCFCF999 !important;
	max-width: 100%;
	margin: 0 auto !important;
	padding: 0 12px;
}

#information-information.faq-page #content h3 {
	color: #272B36 !important;
	font-weight: 600 !important;
	font-size: 36px !important;
	line-height: 100% !important;
	letter-spacing: -4% !important;
	margin: 56px 0 !important;
}

.faq-page .description {
	padding: 35px 0 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-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -4%;
	Color: #272B36;
	margin-bottom: 16px;
}

.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: transparent;
	padding: 50px 0;
	display: none;
}

.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: 0px;
}

.bottom-faq-anchors h3,
#information-information .bottom-faq-anchors #content h3 {
	font-weight: 600 !important;
	font-size: 36px !important;
	line-height: 100% !important;
	letter-spacing: -4% !important;
	color: #272B36 !important;
}

.bottom-faq-anchors .panel-heading {
	font-weight: 500;
	font-style: Medium;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #272B36;
	padding-left: 0;
	margin-top: 56px;
	margin-bottom: 24px;
	max-width: 510px;
}

.bottom-faq-anchors .panel-heading+div {
	font-weight: 400;
	font-size: 16px !important;
	line-height: 24px;
	color: #272B36 !important;
	letter-spacing: -0.16px !important;
	margin-bottom: 25px;
	max-width: 510px;
	text-align: left !important;
	font-family: 'Montserrat', sans-serif !important;
}

.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 32px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	width: 90%;
	max-width: 830px;
}

.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 24px 24px;
	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-family: Montserrat;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: -2%;
	border: 0;
	color: #272B36;
}

.sidebar-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -2%;
	color: #272B36;
	max-width: 430px;
	margin-bottom: 16px;
}

.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: flex;
	gap: 16px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}

.sidebar-filter-cat ul.sub-category-tabs li {
	padding: 0;
	margin: 0;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -2%;
	text-align: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	color: #272B36;
	position: relative;
	width: 100%;
	max-width: 85px;
}

.sidebar-filter-cat .card {
	border: none;
	outline: none;
	box-shadow: none;
}

.sidebar-filter-cat ul.sub-category-tabs li img {
	height: 85px;
	width: 85px;
	border-radius: 4px;
	margin: 0;
}

.sidebar-filter-cat ul.sub-category-tabs li.checked {
	font-weight: 700;
}

.sidebar-filter-cat ul.sub-category-tabs li.checked::before {
	content: '✔';
	position: absolute;
	top: 4px;
	right: 5px;
	color: #FCFCF9;
	font-size: 14px;
	font-weight: 600;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #272B36;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidebar-filter-cat ul#category-tabs li {
	padding: 0;
	border: 0;
}

.sidebar-filter-cat .parent-cat {
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -2%;
	color: #272B36;
	padding: 24px 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: none;
	border-radius: 84px;
	padding: 0;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -4%;
	padding: 0 15px 0 15px;
	background-image: url('/image/search-i.svg');
	background-repeat: no-repeat;
	/* background-position: right center;
	background-position: 95px center; */
	opacity: .7;
	width: 50px;
	background-position: 14px center;
	transition: .2s;

	height: 50px;
	border-radius: 36px;
	color: #A08A81;
	border: none;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 18px;
}

.life-search input::placeholder {
	opacity: 0;
	transition: .2s;
}

.life-search input:focus::placeholder {
	opacity: 1;
}

.life-search input:focus,
.life-search:focus-within input {
	width: 300px;
	background-color: #A08A811A;
	padding-left: 52px;
	background-position: 20px;
}

.close-sidebar {
	cursor: pointer;
}

.sidebar-filter-cat {
	overflow: auto;
	max-width: 705px;
}

.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: 85px;
	align-items: center;
	font-weight: 700;
	font-size: 32px;
	letter-spacing: -4%;
	line-height: 1;
}

.side-bar-filter .sidebar-title {
	border-bottom: #595D6633 solid 1.5px;
}

.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: flex;
	gap: 16px !important;
	padding-bottom: 50px;
	flex-wrap: wrap;
}

.product-grid-category .product-thumb {
	width: 100%;
	margin: 0;
}

.product-grid-category .product-layout {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	width: calc(25% - 12px);
}

.product-grid-category .product-thumb h4 {
	border: none;
}

.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: #FCFCF9;
}

.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;
	display: none !important;
}

.q-step .setp-7-top-title .q-title {
	color: #595D66 !important;
	line-height: 1;
	padding: 0 0 56px !important;
	margin: 0;
}

.q-step .q-question {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -0.1px;
	color: #272B36;
	padding: 95px 0 56px 0;
}

.q-step .container {
	position: relative;
}

.q-step .button {
	width: 250px;
	max-width: 250px;
	height: 64px;
	text-align: center;
	justify-content: center;
	cursor: pointer;
	background-color: #FCFCF9;
	border: 1px solid #272B36;
	color: #272B36;
	font-size: 16px;
	border-radius: 84px;
	letter-spacing: -2%;
	line-height: 1;
}

.q-end-vars .button {
	width: auto;
	max-width: fit-content;
}

.q-end-vars .pick-plan-btn {
	color: #FCFCF9;
	background-color: #0E0A0A;
	border-radius: 84px;
	padding: 0 22px;
	height: 56px;
	width: 100%;
	max-width: 458px;
	margin: 0 auto;
}

.pickPlanBox {
	padding: 0 24px;
}

.q-end-vars {
	padding-top: 47px;
	padding-bottom: 100px;
}

.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;
	display: none;
}

.q-step#q_step_7 .q-step-7-inner {
	background-image: url(./image/fresh-and.jpg);
	background-size: cover;
	background-position: center;
	height: 622px;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
}

.q-step#q_step_7 .q-step-7-inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #00000069;
}

.q-step#q_step_7 .q-title {
	color: #FCFCF9;
	padding: 0 0 16px;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -1px;
	display: block !important;
}

.q-step#q_step_7 .q-question.personal-profile-text {
	color: #FCFCF9;
	padding: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: -0.2px;
	text-align: center;
	max-width: 680px;
	margin: 0 auto 16px;
}


.buttons-fl-block {
	max-width: 680px;
	margin: 0 auto;
	margin: 0 auto;
	display: flex;
	min-height: 180px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.buttons-fl-block .flex-row {
	width: 100%;

}

.q-step .flex-row {
	display: flex;
	justify-content: center;
	gap: 16px;
	align-items: center;
	flex-direction: column !important;
}

.step-counter {
	padding: 160px 0 80px 0;
}

.step-counter>div {
	background: transparent;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	letter-spacing: -0.96px;
	color: #595D66 !important;
	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;
	width: 100%;
	max-width: 100%;
}

.quiz-button-wrapper {
	position: relative;
	width: 100%;
}

.q_info {
	position: absolute;
	right: 0px;
	top: -20px;
	display: none;
	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;
	background-color: #fff;
}

.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: 36px;
	line-height: 1;
	letter-spacing: -1.44px;
	color: #595D66;
	padding: 35px 0 16px 0;
}

#content-quiz-text p {
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -0.64px;
	color: #595D66;
	padding-bottom: 40px;
	margin: 0;
}

#content.container.quiz-cat {
	min-height: inherit;
	padding-bottom: 70px;
}

.quiz-prod-wrapper {
	display: none;
	margin-top: 70px;
}

.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: #A08A8166;
	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.midlef .container a {
	color: #272B36;
	font-size: 16px;
	text-decoration: none;
	display: block;
	margin-bottom: 16px;
}

.f-row.midlef .container .icon-with-link {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
	text-align: center;
}

.f-row.midlef .container .icon-with-link img {
	width: 26px;
}

.f-row.midlef ul .subT {
	color: #272B36;
	font-size: 16px;
	margin-bottom: 4px;
}

.f-row.midlef .container::before,
.f-row.midlef .container::after {
	display: none !important;
}

.f-row.topf .container ul,
.f-row.botf .container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* .f-row.midlef, .f-row.botf {border-top: 1px solid #ddd;} */
.f-row.midlef {
	padding: 24px 24px 150px;
}

.f-row.midlef .container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 8px;
	text-align: center;
}

/* .f-row.midlef .container>div {min-width: 33.33%; max-width: 33%.33;} */
footer .logo img {
	margin: 0 auto;
	position: relative;
	max-width: 404px;
}

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 .svg {
	position: relative;
	left: 0;
	width: auto;
	height: auto;
	object-fit: contain;
	opacity: 0.6;
}

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

.langswitch {
	position: relative;
	cursor: pointer;
	background: #A08A8166;
	padding: 3px 6px;
	border-radius: 24px;
}

.langswitch .lang-btn {
	padding-right: 25px;
	position: relative;
}

header .langswitch .lang-btn {
	margin-bottom: 0;
}

header .langswitch .lang-dropdown-menu {
	left: auto;
	right: 0;
}

.langswitch .lang-btn::before {
	content: "";
	position: absolute;
	right: 8px;
	top: 4px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #272B36;
	border-bottom: 2px solid #272B36;
	transform: rotate(45deg);
	pointer-events: none;
}

.dropdown-menu {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	min-width: 120px;
	z-index: 99;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-item {
	padding: 6px 12px;
}

.dropdown-item:hover {
	background: #f5f5f5;
}

/* 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;
	border-radius: 84px;
	padding: 0 35px;
	border: none;
	color: #A08A81;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -4%;
}

.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: 32px;
	padding: 8px;
	flex-wrap: wrap;
}

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;
	max-width: 830px;
}

.calendar-sidebar.show {
	right: 0px;
	visibility: visible;
	opacity: 1;
}

/* Shop Cart Sidebar */
.shop-cart-sidebar {
	position: fixed;
	top: 0;
	right: -420px;
	width: 100%;
	max-width: 800px;
	height: 100%;
	z-index: 1000;
	background-color: #fff;
	transition: right .3s ease;
	visibility: hidden;
	opacity: 0;
	box-shadow: -4px 0 24px rgba(0, 0, 0, 0.10);
	font-family: inherit;
}

.shop-cart-sidebar.show {
	right: 0;
	visibility: visible;
	opacity: 1;
}

.shop-cart-sidebar .cart-sidebar-wrapper {
	display: flex;
	flex-direction: column;
	height: 100vh;
	max-height: 100%;
	overflow: hidden;
}

.shop-cart-sidebar .cart-body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	padding: 20px 24px 24px;
	-webkit-overflow-scrolling: touch;
}
.shop-cart-sidebar .item-info .product-cart-name{
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #272B36;
	margin-bottom: 2px;
	margin-top: 0;
}
.shop-cart-sidebar .product-quantity-price{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:16px;
}
.shop-cart-sidebar .item-info .product-cart-detail{
	color: #595D66;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -4%;
}

.shop-cart-sidebar .cart-footer {
	flex: 0 0 auto;
	padding: 24px 24px 48px;
	border-top: 1.5px solid #595D6633;
	background: #fff;
	position: sticky;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 10;
}
.shop-cart-sidebar .cart-footer .discount-code-box{
	display:flex;
	border:none;
	border-radius:8px;
	overflow:hidden;
	margin-bottom:36px;
	background:transparent;
	flex-direction: column;
}
.shop-cart-sidebar .cart-footer .discount-code-box input{
	flex:1;
	border:none;
	padding: 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -4%;
	background:transparent;
	outline:none; 
	height: 52px;
	border: 1.5px #595D6633 solid;
	border-radius: 8px;
}
.shop-cart-sidebar .cart-footer .discount-code-box input::placeholder{
	color: #595D6680;
}
.shop-cart-sidebar .confirm-buy{
	width: 100%;
	max-width: 458px;
	display: flex;
	margin: 0 auto;
}
.shop-cart-sidebar .image-left{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:16px;
}

/* Prevent body scroll when sidebar is open */
body.cart-open {
	overflow: hidden;
}
.shop-cart-sidebar .cart-product-edit{
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -4%;
	text-align: center;
	text-decoration: underline;
	color: #595D66;
	display: inline-block;
}
.shop-cart-sidebar .cart-item {
	display: flex;
	gap: 36px;
	margin-bottom: 24px;
	align-items: flex-start;
}

.shop-cart-sidebar .item-img {
	width: 83px;
	min-width: 83px;
	height: 118px;
	background: #A08A8133;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.shop-cart-sidebar .product-name-title{
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #595D66;
	margin-bottom: 24px;
}

.shop-cart-sidebar .item-img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.shop-cart-sidebar .item-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 110px;
}
.shop-cart-sidebar .close-cart-btn{
	background:transparent;
	border:none;
	cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:0;
}
.shop-cart-sidebar .cart-top-maintitle{
	margin:0;
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #272B36;
}

.shop-cart-sidebar .qty-selector {
	display: flex;
	align-items: center;
	border: 1.5px solid #595D6633;
	border-radius: 20px;
	overflow: hidden;
	background: transparent;
	height: 32px;
}
.shop-cart-sidebar .product-price{
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #272B36;
}

.shop-cart-sidebar .qty-selector span {
	cursor: pointer;
	padding: 0 9px;
	font-size: 18px;
	color: #555;
	line-height: 32px;
	user-select: none;
}

.shop-cart-sidebar .qty-selector input {
	width: 28px;
	height: 100%;
	border: none;
	border-left: 1.5px solid #595D6633;
	border-right: 1.5px solid #595D6633;
	text-align: center;
	background: transparent;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #595D66;
}

.shop-cart-sidebar .cart-top-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px;
}
.shop-cart-sidebar .bottom-subtotal{
	font-size:13px;
	color:#666;
	display:flex;
	flex-direction:column;
	gap:9px;
	margin-bottom:16px;
}
.shop-cart-sidebar .bottom-subtotal .subtotal-row{
	display:flex;
	justify-content:space-between;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #272B36;
	margin-bottom: 16px;
}
.shop-cart-sidebar .bottom-total{
	display:flex;
	justify-content:space-between;
	margin-bottom:35px;
	padding-top:0;
	border: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #272B36;
}

@media (max-width: 480px) {
	.shop-cart-sidebar {
		max-width: 100%;
		right: -100%;
	}
}

.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;
	display: none;
}

.calendar-block {
	display: table-cell;
	width: 100%;
	height: 100%;
}

.calendar-block .top-header {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.72px;
	line-height: 1.5;
	padding: 0 64px;
	color: #272B36BF;
}

.calendar-block .top-header p {
	font-size: 16px;
	font-weight: 400;
	color: #272B3680;
	margin: 0;
}

.products-in-calendar {
	/* height: 100%; */
	overflow: auto;
	padding: 0 64px 30px 64px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 16px;
	height: calc(100% - 100px);
	justify-items: center;
}

.products-in-calendar.height-250 {
	height: calc(100% - 350px) !important;
}

.calendar-cell {
	height: 420px;
	width: 100%;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: #595D6633 solid 1px;
	border-radius: 8px;
}

.calendar-sidebar .calendar-cell {
	height: 200px;
}

.calendar-cell .date {
	position: absolute;
	bottom: 16px;
	font-size: 16px;
	font-weight: 500;
	line-height: 13px;
	color: #A08A81;
	left: 0;
	width: 100%;
	text-align: center;
	letter-spacing: -0.64px;
}

.calendar {
	cursor: pointer;
}

.footer-calendar {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	padding: 0 64px;
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-top: 1px solid rgba(160, 138, 129, 0.6);
}

.footer-calendar {
	font-size: 16px;
	text-align: center;
}

.footer-calendar .text {
	padding: 22px 0;
}

.footer-calendar .text p {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	line-height: 1.5;
	letter-spacing: -0.72px;
}

.footer-calendar .flex-buttons span {
	font-weight: 600;
}

.footer-calendar .flex-buttons {
	justify-content: center;
	gap: 35px;
	display: flex;
	align-items: center;
	width: 100%;
}

.footer-calendar .flex-buttons .button {
	width: 100%;
	height: 56px;
	max-width: 450px;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.64px;
}

.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: 0px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 200px;
	height: auto;
}

.product-thumb .del-from-cal {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: transparent;
	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;
	gap: 24px;
}

.calendar-cell.emty-slot .emty-calendar-pause {
	padding: 2px 18px;
	border: none;
	border-radius: 0px;
	margin-top: 10px;
	color: #595D66;
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.64px;
	cursor: pointer;
	opacity: 20%;
}

.calendar-cell.emty-slot .emty-calendar-pause:hover {
	opacity: 80%;
}

.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;
	gap: 24px;
}

.calendar-cell.product-pause .product-pause-wrapper .product-pause-img {
	cursor: pointer;
}

.calendar-cell.product-pause .product-thumb .image {
	padding-top: 0;
}

.calendar-cell.product-pause .product-pause-wrapper .product-pause-text {
	margin-top: 0;
	letter-spacing: -0.64px;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.64px;
	color: #272B36;
}

.calendar-cell.product-pause .product-thumb .image+div {
	display: none;
}

/* Fixes */
#column-left .card {
	padding-bottom: 20px;
}


.side-bar-filter .panel {
	border: 0;
	box-shadow: none;
}

.side-bar-filter .panel-heading {
	display: none;
}

.side-bar-filter .list-group a {
	padding: 18px 0;
	display: flex;
	font-size: 20px;
	line-height: 1;
	align-items: center;
	justify-content: space-between;
	color: #272B36;
	letter-spacing: -2%;
	font-weight: 500;
	background-color: transparent !important;
	cursor: pointer;
	border: none !important;
}

.side-bar-filter .list-group a img {
	transition: all .3s ease;
}

.side-bar-filter .list-group a.active {
	font-weight: 600;
}

.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;
	border: none !important;
}

.side-bar-filter .list-group-item .checkbox label {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	width: 100%;
	margin-bottom: 16px;
	color: #272B36;
	font-size: 14px;
	line-height: 1;
	letter-spacing: -4%;
	font-weight: 500;
}

.side-bar-filter .list-group-item .checkbox label input {
	height: 16px;
	width: 16px;
}

.side-bar-filter .panel-footer {
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
}

#button-filter {
	cursor: pointer;
	width: 100%;
	max-width: 458px;
}

#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: #0E0A0A;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: -4%;
	padding-top: 24px;
	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;
} */



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 .svg {
		left: 0;
	}

	/* body footer .logo img {

	body footer .logo img {
		left: 0;
	} */
}

@media screen and (max-width: 1550px) {
	.calendar-sidebar {
		width: 90%;
		max-width: 830px;
	}
}

@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 .svg {
		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: 32px;
		line-height: 32px;
	}

	.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;
	}
}

@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;
	}

	#section_html_1 h2,
	#slideshow1 .title {
		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: 25px;
	}

	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 {
		padding: 20px;
		position: static;
		padding-top: 0;
	}

	.homeBanner .button,
	.floatBox .button {
		height: 56px;
		width: 100%;
		max-width: 380px;
		font-size: 16px;
		font-weight: 700;
	}

	/* :lang(es) #slideshow0 .banner-text-block {
            width: 100%;
        } */
	/* #slideshow0 .banner-text-block .title {
		position: absolute;
		top: 20px;
		left: 20px;
		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;
		text-align: center;
	}

	.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;
	}

	.products-in-calendar .calendar-cell {
		height: 222px;
	}

	#slideshow0 {
		height: 650px;
	}

	#slideshow0 .description {
		padding-bottom: 24px;
	}
}

@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) {
	.life-search input {
		background-size: 15px;
	}

	.life-search input:focus,
	.life-search:focus-within input {
		opacity: 1;
		background-color: #fff;
		width: 100%;
		max-width: 100%;
	}

	.section-featured .product-grid-category {
		padding-bottom: 0;
	}

	.section-featured .row-life-search {
		position: relative;
		justify-content: center;
	}

	.section-featured .row-life-search .life-search {
		position: absolute;
		right: 0;
		top: -14px;
		z-index: 2;
	}

	#slideshow0 {
		height: 552px;
	}

	#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: 65px;
	}

	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,
	.f-row.midlef .container a,
	.f-row.midlef ul .subT {
		display: block;
		font-size: 14px;
	}

	.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: 202px;
	}

	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: 24px;
	}

	body .slide-menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
		padding-top: 35px;
	}

	body .slide-menu a {
		font-size: 16px;
		font-weight: 500;
	}

	/* #slideshow0 .title,  */
	#section_html_1 h2,
	#slideshow1 .title,
	.section-featured h3 {
		font-size: 20px;
		line-height: 1;
		margin-bottom: 24px;
	}

	#common-home #slideshow1 .title {
		padding-bottom: 0;
	}

	body .slide-menu {
		width: 100%;
		height: calc(100% - 31px);
		bottom: 0;
		top: auto;
	}

	#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 !important;
		text-align: center;
	}

	.faq-page .description {
		padding: 15px 0;
		text-align: left;
	}

	#information-information #content h2,
	#information-information #content h3 {
		font-size: 19px !important;
		/* text-align: center !important; */
	}

	.bottom-faq-anchors {
		text-align: center;
	}

	.bottom-faq-anchors h3 {
		font-size: 17px;
	}

	.bottom-faq-anchors .panel-heading {
		font-size: 18px;
		text-align: left;
		margin-bottom: 10px;
	}

	.bottom-faq-anchors .panel-heading+div {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}

	#information-information #content h1 {
		font-size: 24px;
		margin: 48px 0;
	}

	#information-information #content h3 {
		font-size: 16px;
	}

	#product-category #section_html_0 h2 {
		font-size: 32px;
		margin-bottom: 24px;
		text-align: center;
	}

	#product-category #section_html_0 h2+p {
		text-align: center !important;
		font-size: 14px;
		padding: 0;
	}

	/* .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: 24px;
		justify-content: flex-start;
		position: relative;
		height: auto;
		margin: 24px 0 16px 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: 14px;
		text-align: left;
	}

	.sidebar-filter-cat .parent-cat {
		font-size: 16px;
		text-align: left;
	}

	.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: 14px;
		font-weight: 600;
	}

	.side-bar-filter {
		width: 100%;
		height: calc(100% - 31px);
		bottom: 0;
		top: auto;
	}

	.reset-footer .reset_filter {
		padding: 24px 8px;
		margin: 0 auto 20px;
	}

	.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 {
		font-size: 14px;
	}

	.button {
		font-size: 16px;
		/* height: 38px; */
	}

	.menu-button {
		background-color: transparent !important;
	}

	.menu-button img {
		height: 24px;
		width: 24px;
	}

	.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;
	}

	*/
	.f-row.midlef {
		padding: 24px;
		padding-bottom: 120px;
	}

	.faq-page .top-block-wide-faq p {
		max-width: 100%;
	}

	.faq-page .top-block-wide-faq h1 {
		font-size: 24px;
		margin-bottom: 16px;
		padding-top: 0;
	}

	.faq-page #section_html_0 p {
		margin-bottom: 0;
	}

	.faq-page .top-block-wide-faq p {
		font-size: 14px !important;
		padding: 0 !important;
	}

	#information-information.faq-page #content h3 {
		font-size: 24px !important;
		margin-bottom: 48px !important;
		margin-top: 85px !important;
	}

	.faq-page .description h4 {
		text-align: left;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.bottom-faq-anchors h3,
	#information-information .bottom-faq-anchors #content h3 {
		margin-top: 0 !important;
	}

	#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-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: 1;
	}

	.q-step .q-question {
		font-size: 14px;
		line-height: 19px;
		padding: 77px 20px 24px 20px;
		font-weight: 600;
	}

	.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: 100%;
		display: flex;
		margin: 0 auto;
		margin-bottom: 22px;
		line-height: 15px;
	}

	.buttons-fl-block .button {
		max-width: 100%;
	}

	#q_step_2 .buttons-fl-block .quiz-button-wrapper .button {
		margin: 0;
	}


	.step-counter>div {
		border-radius: 84px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: -0.64px;
		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: none !important;
		padding-left: 0;
		opacity: 0;
		visibility: hidden;
	}

	#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: 80px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 16px;
		font-weight: 600;
		padding: 0 40px;
		color: #272B36;
	}

	.calendar-block .top-header p {
		color: #272B36;
		font-size: 12px;
	}

	.footer-calendar .flex-buttons {
		display: block;
		width: 100%;
	}

	.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: 56px;
		padding: 10px 0;
	}

	.footer-calendar .text {
		padding: 20px 0;
	}

	.footer-calendar .text p {
		font-size: 14px;
	}

	.footer-calendar {
		height: 190px;
		border-top: 1px solid #ddd;
		padding: 0 24px;
	}

	.footer-calendar .text p {
		font-size: 14px;
		font-weight: 500;
	}

	.calendar-cell {
		/*width: 175px;*/
		height: 285px;
	}

	.products-in-calendar.height-250 {
		height: calc(100% - 270px) !important;
	}

	/* .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;
	}

	.calendar-cell .date {
		font-size: 14px;
	}
}

@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;
	}

	.sidebar-filter-cat ul.sub-category-tabs li img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 480px) {
	.sidebar-filter-cat ul.sub-category-tabs li {
		max-width: calc(25% - 12px);
	}
}

@media screen and (max-width: 430px) {
	#logo img {
		max-width: 128px;
	}

	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;
	}

	.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;
	}

	.explore-content-card .card-box .option img {
		margin: 0 0 2px !important;
	}

	#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-image: url("/image/woody.jpg");
	padding: 40px 0;
	position: relative;
	z-index: 1;
	height: 540px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;
}

.content_top_blog::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #00000069;
}

.content_top_blog .blog-title-wrapper {
	color: #FCFCF9;
	padding: 0 0 16px;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -1px;
	display: block !important;
}

#blog-blog .content_top_blog .blog-title-wrapper h1 {
	color: #FCFCF9;
	padding: 0 0 16px;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -1px;
	display: block !important;
	text-align: center;
	margin: 0 auto 16px;
}

#blog-blog .content_top_blog .blog-title-wrapper p {
	color: #FCFCF9;
	padding: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: -0.2px;
	text-align: center;
	max-width: 680px;
	margin: 0 auto 16px;
}

#blog-list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 64px 12px;
}

#blog-list .blog-item {
	width: calc(25% - 12px);
	height: 420px;
	margin: 0;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

#blog-list .blog-item .blog-item-inn {
	width: 100%;
	height: 100%;
	display: block;
}

#blog-list .blog-item .blog-item-inn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 420px;
	filter: brightness(0.7);
}

#blog-list .blog-item .blog-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FCFCF9;
	width: 100%;
	z-index: 1;
	max-width: 100%;
	padding: 0 12px;
	pointer-events: none;
	text-align: center;
}

#blog-list .blog-item .blog-text a {
	color: #FCFCF9;
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -2%;
	text-decoration: none;
}

#blog-list figure {
	border: 0;
}

#blog-list figure img {
	object-fit: cover;
	object-position: center;
	max-width: 100%;
}

#blog-list figure a {
	display: flex;
	height: 200px;

}

#blog-list .blog-item article {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#blog-list .blog-item article a.article-title {
	display: flex;
	text-decoration: none;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: -0.2px;
	text-align: center;
	margin-top: 5px;
	color: #272B36;
}

.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: transparent;
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	padding: 100px 24px 50px !important;
	min-height: 880px;
	position: relative;
}



.bscontent-wrapper .bscontent-right h1 {
	color: #272B36 !important;
	font-weight: 600 !important;
	font-size: 36px !important;
	line-height: 140% !important;
	letter-spacing: -4% !important;
	margin-bottom: 30px;
}

.bscontent-wrapper .bscontent-right p,
.bscontent-wrapper .bscontent-right span,
.bscontent-wrapper .bscontent-right ul,
.bscontent-wrapper .bscontent-right ol {
	font-weight: 400;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #272B36 !important;
	letter-spacing: -0.16px !important;
	max-width: 100%;
	text-align: left !important;
	font-family: 'Montserrat', sans-serif !important;
}

.bscontent-wrapper .bscontent-right b {
	font-weight: 500;
	font-size: 24px !important;
	line-height: 100%;
	letter-spacing: -4%;
	Color: #272B36;
	margin-bottom: 16px;
}

@media screen and (max-width: 1290px) {

	.bscontent-wrapper .bscontent-left {
		max-width: 50%;
		padding-right: 20px;
	}

	.bscontent-wrapper .bscontent-right {
		max-width: 50%;
		min-height: unset;
	}

	#blog-list .blog-item {
		height: 360px;
	}
}

@media(max-width: 1024px) {
	#blog-list .blog-item {
		width: calc(33.33% - 12px);
	}

	#blog-list .blog-item .blog-text a {
		font-size: 20px;
	}

	.product-thumb .serie,
	.product-thumb .caption a {
		font-size: 14px;
	}

	.product-thumb .serie {
		font-weight: 500;
		padding-top: 3px;
	}

	.product-thumb h4,
	.product-thumb .serie a {
		display: box;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.product-grid-category .product-layout {
		width: calc(33.33% - 12px);
	}
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 767px) {
	.section-featured {
		padding: 0 14px;
	}

	.add-to-order {
		top: 16px;
		right: 16px;
		width: 18px;
		height: 18px;
	}

	.product-thumb {
		padding: 16px;
	}

	.product-thumb .image img {
		margin-bottom: 25px;
	}

	.product-grid-category .product-layout {
		width: calc(50% - 8px);
	}

	#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 {
		padding: 45px 12px;
	}

	#blog-list .blog-item {
		width: calc(50% - 10px);
		height: 240px;
	}

	#blog-list .blog-item:nth-child(odd) {
		margin: 0;
	}

	#blog-list .blog-item .blog-text a {
		font-size: 16px;
	}

	#blog-list .blog-item:nth-child(even) {
		margin: 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: 60px 12px 30px !important;
	}


	.bscontent-wrapper .bscontent-right h1 {
		font-size: 24px !important;
		margin: 0 0 20px 0;
	}

	.bscontent-wrapper .bscontent-right p,
	.bscontent-wrapper .bscontent-right span,
	.bscontent-wrapper .bscontent-right ul,
	.bscontent-wrapper .bscontent-right ol {
		font-size: 14px !important;
		line-height: 1.3 !important;
	}

	.bscontent-wrapper .bscontent-right b {
		font-size: 18px !important;
	}
}

@media(max-width: 576px) {
	#slideshow0 .banner-text-block {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		justify-content: flex-start;
		padding: 36px 24px;
	}

	#slideshow0 img {
		width: 100%;
	}

	#slideshow0 .title,
	#slideshow0 .description {
		color: #FCFCF9;
	}

	.homeBanner .banner-text-block .button {
		margin-top: auto;
	}
}

@media(max-width: 360px) {
	#blog-list .blog-item {
		width: 100%;
		height: 240px;
	}
}



/* Chat Bot */
/* Chat Bot */

.chat-widget {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 330px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
	overflow: hidden;
	z-index: 9999;
	display: none;
}

.chat-header {
	background: #b29b90;
	color: #fff;
	padding: 12px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
}

.chat-body {
	padding: 15px;
}

.bot-message,
.user-message {
	background: #5b5f68;
	color: #fff;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: .9rem;
	margin-bottom: 12px;
	width: 100%;
	max-width: 90%;
}

.user-message {
	background-color: #A08A8166;
	color: #272B36;
	margin-left: auto;
	max-width: 70%;
}

.quick-btn {
	border: 1px solid #b29b90;
	color: #8b6f64;
	background: transparent;
	border-radius: 20px;
	padding: 6px 12px;
	font-size: .85rem;
	margin: 5px 0;
	width: 100%;
	text-align: center;
}

.quick-btn:hover {
	background: #f3eee9;
}

.chat-footer {
	font-size: .75rem;
	padding: 10px 12px;
	border-top: 1px solid #eee;
	color: #555;
}

.chat-footer a {
	color: #8b6f64;
	text-decoration: underline;
}

.chat-toggle {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #1c1c1c;
	color: #fff;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}

/* Chat Bot */
/* Chat Bot */


/* AUTH Modules code */
/* AUTH Modules code */
.auth-parent-wrapper {
	position: relative;
}

.auth-parent-wrapper .container,
.auth-parent-wrapper .container-fluid {
	padding: 0 !important;
	width: 100%;
	max-width: 100% !important;
}

.auth-parent-wrapper .login-section {
	min-height: auto;
}

.auth-parent-wrapper .login-left {
	padding: 155px 155px;
	background-color: #FDFDFD;
}

.login-left .login-left-inner {
	max-width: 460px;
	margin: auto;
	position: relative;
}

.auth-parent-wrapper .brand {
	font-size: 1.2rem;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 40px;
}

.auth-parent-wrapper .brand small {
	display: block;
	font-size: .65rem;
	letter-spacing: 2px;
	color: #777;
}

.auth-parent-wrapper .login-title {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

.auth-parent-wrapper .login-sub {
	font-size: 16px;
	color: #595D66;
	text-align: center;
	margin-top: 10px;
	letter-spacing: -2%;
	line-height: 150%;
	margin-bottom: 35px;
	font-weight: 500;
}

.auth-parent-wrapper .login-btn {
	width: 100%;
	border-radius: 30px;
	padding: 12px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: .9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 12px;
	margin-bottom: 12px;
	text-decoration: none;
	font-weight: 500;
	color: #272B36;
	height: 55px;
}

.auth-parent-wrapper .login-btn.sign-up-btn {
	background-color: #FDFDFD !important;
	background: #FDFDFD !important;
	color: #272B36 !important;
}

.dark-btn {
	background-color: #0E0A0A !important;
	color: #FCFCF9 !important;
}

.auth-parent-wrapper .login-btn:hover {
	background: #f5f5f5;
}

.auth-parent-wrapper .login-footer {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
	color: #272B36;
}

.auth-parent-wrapper .login-footer a {
	color: #A08A81;
	text-decoration: underline;
}

.auth-parent-wrapper .login-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ===== Register / Form Inputs Styling ===== */

.login-left input.form-control,
.login-left select {
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 14px !important;
	border: 1px solid #ddd;
	background-color: #fff;
	transition: all 0.2s ease;
	margin-bottom: 8px;
}

.login-left input.form-control:focus {
	border-color: #000;
	box-shadow: none;
}

.login-left input.form-control::placeholder {
	color: #aaa;
	font-weight: 400;
}

.login-left .form-check-label {
	font-size: 0.8rem;
	color: #444;
	line-height: 1.4;
}

.login-left .form-check-input {
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 1px solid #999;
}

.login-left .form-check-input:checked {
	background-color: #000;
	border-color: #000;
}

#account-register .login-section .form-check {
	display: flex;
	justify-content: flex-start;
}

#account-register .login-section .form-check input[type="checkbox"] {
	position: static;
}

.login-left .policy-label {
	display: flex;
	width: 100%;
	align-items: center;
}

.policy-label label,
.policy-label label a {
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #272B36 !important;
	text-decoration: none !important;
}

.policy-label label a b {
	font-weight: 600;
}

.policy-label.before-policy-label label,
.policy-label.before-policy-label label a {
	font-weight: 500 !important;
}

.auth-parent-wrapper .backBtnBox {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: fit-content;
	left: 0;
	bottom: calc(100% + 70px);
}

.auth-parent-wrapper .backBtnBox .button {
	width: fit-content !important;
	padding: 15px !important;
	height: 38px !important;
}

.auth-parent-wrapper .backBtnBox .button img {
	width: 8px;
}

@media(min-width: 1680px) {}


@media(max-width: 1280px) {
	.auth-parent-wrapper .login-left {
		padding: 150px 85px;
	}

	.auth-parent-wrapper .backBtnBox {
		left: 0px;
	}
}

@media(max-width: 1024px) {
	.auth-parent-wrapper .login-left {
		padding: 150px 55px;
	}
}

@media(max-width: 991px) {
	.auth-parent-wrapper .login-left {
		padding: 80px 40px;
	}

	.auth-parent-wrapper .login-img {
		display: none;
	}

	.auth-parent-wrapper .backBtnBox {
		left: 0px;
		bottom: calc(100% + 20px);
	}

	.auth-parent-wrapper .backBtnBox .button {
		padding: 0 !important;
	}
}

@media(max-width: 767px) {
	.auth-parent-wrapper .login-left {
		padding: 50px 30px;
	}
}

@media(max-width: 576px) {
	.auth-parent-wrapper .login-left {
		padding: 30px 24px;
	}
}

@media(max-width: 395px) {
	.auth-parent-wrapper .login-left {
		padding: 30px 15px;
	}
}

/* AUTH Modules code */
/* AUTH Modules code */



/* EXPLORE FRAGRANCE SECTION */
.explore-section {
	padding: 90px 0 60px;
}

.explore-title {
	font-size: 32px;
	font-weight: 700;
	color: #595D66;
	margin-bottom: 56px;
}

/* Swiper always visible */
.explore-swiper {
	width: 100%;
	padding-bottom: 40px !important;
	/* space for pagination dots */
}

.explore-swiper .swiper-slide {
	height: auto;
}

.fragrance-card {
	position: relative;
	display: block;
	height: 420px;
	width: 100%;
	border-radius: 14px;
	overflow: hidden;
	text-decoration: none;
}

.fragrance-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.fragrance-card:hover img {
	transform: scale(1.06);
}

.card-label {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	background: rgba(0, 0, 0, 0.15);
	text-shadow: 1px 1px 10px rgb(0 0 0 / 40%);
}

.explore-swiper .swiper-pagination-bullet {
	background: #272B36;
	opacity: 0.3;
}

.explore-swiper .swiper-pagination-bullet-active {
	opacity: 1;
	background: #272B36;
}

@media (max-width: 1023px) {
	.fragrance-card {
		height: 340px;
	}

	.card-label {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.explore-section {
		padding: 60px 0 40px 0;
	}

	.explore-section .container {
		padding-right: 0;
		padding-left: 0;
	}

	.explore-title {
		font-size: 20px;
		margin-bottom: 30px;
		text-align: center;
		color: #272B36;
	}

	.explore-swiper {
		padding-left: 20px !important;
	}

	.fragrance-card {
		height: 245px;
		border-radius: 14px;
	}

	.card-label {
		font-size: 18px;
	}
}


/* EXPLORE FRAGRANCE SECTION */
.insta-section {
	padding: 90px 0px 170px;
	margin-top: 70px;
}

.insta-text:last-child {
	margin-top: 10px;
}

.insta-title {
	font-size: 26px;
	font-weight: 700;
	color: #5f6368;
	margin-bottom: 40px;
	letter-spacing: 0.5px;
}

.insta-grid {
	display: flex;
	gap: 16px;
	overflow: auto;
	padding-bottom: 15px;
}

.insta-card {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	height: 420px;
	width: 25%;
	min-width: 183px;
}

.insta-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.insta-text {
	text-align: center;
	margin-top: 40px;
	font-size: 24px;
	font-weight: 500;
	color: #595D66;
}

/* Swiper hidden on desktop */
.insta-swiper {
	display: none !important;
}

@media (max-width: 992px) {
	.insta-card {
		height: 300px;
	}
}

/* ===== MOBILE: — swiper only, no scroller ===== */
@media (max-width: 767px) {
	.insta-section {
		padding: 40px 0px 40px 0;
		margin: 0;
	}

	.insta-section .container {
		padding-right: 0;
		padding-left: 0;
	}

	.insta-text:last-child {
		margin-top: 4px;
	}

	.insta-title {
		color: #272B36;
		font-size: 20px;
		margin-bottom: 24px;
		text-align: center;
		/* padding-left: 20px; */
	}

	.insta-text {
		color: #272B36;
		font-size: 14px;
		font-weight: 700;
		margin-top: 35px;
	}

	/* Hide desktop grid */
	.insta-grid {
		display: none !important;
	}

	/* Show swiper */
	.insta-swiper {
		display: block;
		width: 100%;
		padding: 0 20px 35px !important;
		overflow: hidden;
	}

	.insta-swiper .swiper-slide {
		border-radius: 14px;
		overflow: hidden;
		height: 345px;
	}

	.insta-swiper .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.insta-swiper .swiper-pagination-bullet {
		background: #272B36;
		opacity: 0.3;
	}

	.insta-swiper .swiper-pagination-bullet-active {
		opacity: 1;
		background: #272B36;
	}

	.insta-swiper {
		display: block !important;
	}

	.insta-grid {
		display: none !important;
	}

	.q-end-vars {
		padding-top: 24px;
		padding-bottom: 10px;
	}
}

@media(max-width: 576px) {
	.insta-swiper .swiper-slide {
		height: 245px;
	}
}

/* @ MONSSCENT SECTION */



/* HOME ABOUT SECTION */
.home-about-section {
	margin-top: 140px;
}

.about-box {
	display: flex;
	border-radius: 16px;
	overflow: hidden;
	background: #A08A81;
}

.about-text {
	padding: 124px 114px 124px 36px;
	background: #A08A81;
	color: #fff;
}

.home-about-inner {
	width: 50%;
}

.about-text h2 {
	font-size: 32px;
	margin-bottom: 24px;
	font-weight: 600;
	color: #FCFCF9;
}

.about-text p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px;
	color: #FCFCF9;
}

.about-text em {
	display: block;
	margin-top: 20px;
	font-style: italic;
	font-weight: 500;
	color: #ffffff;
}

.about-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 992px) {

	.about-text {
		padding: 40px 30px;
	}
}

@media(max-width: 767px) {
	.home-about-section .container {
		padding: 0;
	}

	.home-about-inner {
		width: 100%;
	}

	.about-box {
		flex-direction: column;
		border-radius: 0;
		text-align: center;
	}

	.home-about-inner.about-image {
		order: 1;
	}

	.home-about-inner.about-text {
		order: 2;
	}
}

/* HOME ABOUT SECTION */


/* quiz-discover-section */

.quiz-discover-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	min-height: 620px;
}

.quiz-discover-section .discover-left {
	background: #f3f3f3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 60px;
	text-align: center;
}

.quiz-discover-section .discover-left h2 {
	font-size: 34px;
	font-weight: 700;
	color: #2f343b;
	margin-bottom: 18px;
	line-height: 1.3;
}

.quiz-discover-section .discover-left p {
	font-size: 15px;
	color: #6b6f75;
	margin-bottom: 28px;
}

.quiz-discover-section .discover-btn {
	background: #0E0A0A;
	color: #FCFCF9;
	padding: 12px 36px;
	border-radius: 30px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	transition: 0.3s ease;
	line-height: 1;
	letter-spacing: -0.72px;
}

.quiz-discover-section .discover-btn:hover {
	color: #0E0A0A;
	background-color: #FCFCF9;
	border: 1px solid rgba(0, 0, 0, 0.1);
	transform: scale(1.05);
}

.quiz-discover-section .skip-quiz-link {
	color: #A08A81;
	font-weight: 500;
	font-size: 16px;
	line-height: 35px;
	letter-spacing: -4%;
	text-decoration: none;
	display: block;
	width: 100%;
	max-width: 150px;
	margin: auto;
	height: 35px;
	padding: 0 35px;
	border-radius: 40px;
}

.quiz-discover-section .skip-quiz-link:hover {
	color: #0E0A0A;
	background-color: #A08A8166;
}

.quiz-discover-section .discover-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	max-height: 940px;
}

@media (max-width: 991px) {
	.quiz-discover-section .discover-left {
		padding: 40px;
	}
}

@media (max-width: 767px) {
	.quiz-discover-section .skip-quiz-link {
		max-width: fit-content;
		margin: auto;
		background-color: #A08A8166;
		color: #0E0A0A;
	}

	.quiz-discover-section {
		grid-template-columns: 1fr;
	}

	.quiz-discover-section {
		position: relative;
		max-width: 100%;
		margin: 0 auto;
	}

	.quiz-discover-section .discover-right {
		border-radius: 8px;
		overflow: hidden;
		position: relative;
	}

	.quiz-discover-section .discover-right::before {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #0000003d;
		content: '';
	}

	.quiz-discover-section .discover-left {
		padding: 30px;
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		transform: translateY(-50%);
		background-color: transparent;
		gap: 64px;
		z-index: 2;
	}

	.quiz-discover-section .discover-left h2,
	.quiz-discover-section .discover-left p {
		color: #FCFCF9;
		margin: 0;
	}
}

@media(max-width: 576px) {
	.quiz-discover-section {
		position: relative;
		max-width: 80%;
		margin: 0 auto;
	}

	.quiz-discover-section {
		max-width: 100%;
		padding: 48px 24px;
	}

	.quiz-discover-section .discover-left {
		padding: 40px;
	}
}

/* quiz-discover-section */

/* MARQUEE CAROUSEL */
.marquee-carousel {
	padding-top: 10px;
	overflow: hidden;
}

.marquee-carousel .scroll-wrapper {
	overflow: hidden;
	white-space: nowrap;
}

.marquee-carousel .scroll-content {
	display: inline-block;
	/* animation: scroll 15s linear infinite; */
}

.marquee-carousel .scroll-content img {
	width: 200px;
	margin-right: 20px;
}

/* @keyframes scroll {
		from {
			transform: translateX(0);
		}
		to {
			transform: translateX(-50%);
		}
	} */

.marquee-carousel .marqBox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 40px;
}

.marquee-carousel .marqBox img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.text-after-brand-carousel {
	font-weight: 400;
	font-size: 24px !important;
	line-height: 100%;
	letter-spacing: -0.06px;
	text-align: center !important;
	margin-top: 60px;
}

.marquee-carousel {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}

.marquee-carousel .marq-inner {
	width: 100%;
	overflow: hidden;
}

.marquee-carousel .scroll-track {
	display: flex;
	align-items: center;
	gap: 40px;
	width: max-content;
	animation: scroll 25s linear infinite;
}

.marquee-carousel .marqBox {
	display: flex;
	align-items: center;
}

.marquee-carousel .image-box {
	flex: 0 0 auto;
	padding: 0 30px;
}


@keyframes scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

/* MARQUEE CAROUSEL */


.lang-btn {
	color: #0E0A0A;
	cursor: pointer;
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 600;
}

.lang-btn img {
	margin-bottom: 2px;
}

.backBtnBox {
	display: flex;
}

.backBtnBox .button {
	background: transparent;
	color: #272B36;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	font-size: 16px;
	letter-spacing: 0.01px;
	font-weight: 500;
	border: none;
	margin: 12px 0;
}

.backBtnBox .button:hover {
	background-color: transparent !important;
	color: #272B36 !important;
	transform: none !important;
}

.backBtnBox .button img {
	width: 8px;
}

#quiz-repeat-btn {
	gap: 10px;
}

.backBtnBox .button#quiz-repeat-btn img {
	width: 20px;
}

#top .moving-banner-content marquee {
	font-size: 14px;
}

.cta-title {
	letter-spacing: -0.96px;
}

/* EXPLOER HOMEPAGE SECTION */
/* EXPLOER HOMEPAGE SECTION */
.card-box {
	background: #fff;
	border-radius: 16px;
	padding: 40px 36px;
	max-width: 100%;
	text-align: center;
}

.step-title {
	font-weight: 600;
	font-size: 32px;
	color: #272B36;
	line-height: 1;
	letter-spacing: -1px;
}

.step-sub {
	color: #272B36;
	font-size: 15px;
}

.divider {
	border-top: 1px solid #595D66;
	margin: 24px 0;
}

.option {
	font-weight: 700;
	color: #272B36;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 8px;
}

.price {
	font-size: 18px;
	color: #272B36;
	font-weight: 700;
	margin-bottom: 8px;
}

.or-text {
	color: #9ca3af;
	font-size: 14px;
	margin: 12px 0;
}

.img-wrap img {
	width: 100%;
	border-radius: 12px;
}

.explore-container {
	background-image: url(/image/exp-img.png);
	padding: 24px 24px 72px !important;
	border-radius: 8px 8px 0 0;
	margin-top: 57px;
	background-size: cover;
}

.cta-section {
	min-height: 680px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #A08A8133;
	border-radius: 0 0 8px 8px;
}

.cta-section .cta-title {
	font-size: 32px;
	font-weight: 700;
	color: #595D66;
	margin-bottom: 36px;
	line-height: 1;
}

.cta-section .cta-btn {
	background: #000;
	color: #fff;
	padding: 0 52px;
	border-radius: 999px;
	font-size: 24px;
	font-weight: 700;
	line-height: 90px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.2s ease;
	height: 90px;
	letter-spacing: -0.96px;
}

.explore-content-card {
	width: 100%;
	max-width: 617px;
}

@media(max-width: 767px) {
	.explore-container {
		padding: 48px 22px !important;
	}

	.cta-section .cta-btn {
		height: 76px;
		line-height: 75px;
		padding: 0 32px;
	}

	.cta-title {
		font-size: 24px;
		font-weight: 600;
		color: #272B36;
	}

	.cta-section>div {
		width: 100%;
		max-width: 382px;
		padding: 0;
		margin: 0 auto;
	}

	.cta-section {
		padding: 0 24px;
		min-height: 550px;
		border-radius: 0;
	}
}

@media(max-width: 576px) {
	.cta-section {
		min-height: 385px;
	}

	.cta-section .cta-title {
		font-size: 24px;
		color: #272B36;
		font-weight: 600;
	}
}

/* EXPLOER HOMEPAGE SECTION */
/* EXPLOER HOMEPAGE SECTION */

.swiper-pagination {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}

.product-thumb .serie+.serie {
	display: none;
}

.calendar-block .product-thumb .image img {
	margin-top: 0;
	margin-bottom: 0;
}


.calendar-cell.slot-have-product .product-thumb .image {
	padding-top: 14px;
	padding-bottom: 10px;
}

.calendar-cell.slot-have-product .product-thumb .image img {
	max-width: 80px;
}

.calendar-cell.slot-have-product .product-thumb .del-from-cal {
	right: 8px;
	top: 8px;
}

.calendar-cell.slot-have-product .product-thumb {
	padding: 16px;
}

.calendar-cell.slot-have-product .product-thumb .caption,
.calendar-cell.slot-have-product .product-thumb h4,
.calendar-cell.slot-have-product .product-thumb .serie,
.calendar-cell.slot-have-product .product-thumb .caption a {
	text-align: center;
	font-size: 14px;
}

.calendar-cell.slot-have-product .product-thumb .caption a {
	font-size: 12px;
}

.calendar-cell.slot-have-product .product-thumb .serie {
	padding-top: 5px;
}

/* My info page */
/* My info page */
.my-info-top-wrapper {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	padding: 60px 0px;
	color: #272B36;
}

.my-info-top-wrapper .page-title {
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: -4%;
	margin-bottom: 36px;
}

.my-info-top-wrapper .sub-title {
	font-size: 24px;
	margin-bottom: 16px;
	letter-spacing: -4%;
	font-weight: 600;
}

.my-info-top-wrapper .plan-card {
	border-radius: 12px;
	padding: 32px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 16px;
	border: 1px solid #595D6633;
	background: #FCFCF9;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
}

.my-info-top-wrapper .plan-card.active {
	background: #272B36;
	color: #FCFCF9;
}

.my-info-top-wrapper .plan-left {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.my-info-top-wrapper .plan-icon {
	width: 34px;
	height: 34px;
}

.my-info-top-wrapper .plan-title {
	font-weight: 600;
	font-size: 24px;
	margin: 24px 0;
	line-height: 1.2;
}

.my-info-top-wrapper .plan-desc {
	font-size: 16px;
	color: #272B36BF;
	line-height: 1.5;
}

.my-info-top-wrapper .plan-card.dark .plan-desc {
	color: #FCFCF9BF;
}

.my-info-top-wrapper .buttons {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 64px;
	align-items: center;
}

.my-info-top-wrapper .buttons .button {
	width: 100%;
	max-width: 458px;
	margin: 0 auto;
}

.my-info-top-wrapper .plan-price {
	font-weight: 600;
	font-size: 24px;
	white-space: nowrap;
	width: fit-content;
	line-height: 1.2;
	margin-left: auto;
	order: 2;
}

.myInfoForm {
	padding: 48px 0;
	max-width: 680px;
	margin: 0 auto;
}

.myInfoForm label {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 8px;
	display: block;
}

.my-info-top-wrapper .plan-card.active {
	background: #272B36;
	color: #FCFCF9;
}

.my-info-top-wrapper .plan-card.active .plan-icon img {
	filter: invert(1);
}

/* My info page */
/* My info page */


/* Catalog page */
/* Catalog page */
.catalog-banner-wrapper {
	display: flex;
	width: 100%;
	min-height: 460px;
	max-height: 640px;
	margin-bottom: 120px;
}

.catalog-banner-wrapper .discover-left {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #A08A8133;
	height: stretch;
	min-height: stretch;
	flex-direction: column;
	padding: 44px;
	width: 50%;
}

.catalog-banner-wrapper .discover-left h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 120%;
	letter-spacing: -4%;
	text-align: center;
	color: #272B36;
	margin-bottom: 56px;
}

.catalog-banner-wrapper .discover-left .button {
	width: 100%;
	max-width: fit-content;
}

.catalog-banner-wrapper .discover-right {
	width: 50%;
}

.catalog-banner-wrapper .discover-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

#discoverOurCatalogArea {
	padding: 0 12px 15px;
}

#discoverOurCatalogArea #section_html_0 {
	padding-bottom: 64px;
}

.subcategories .subcategory {
	width: 25%;
	height: 420px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

/* .subcategories .subcategory::before{
	content: '';
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-color: #0000004D;
} */
.subcategories .subcategory img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	filter: brightness(0.7);
}

.subcategories .subcategory a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -2%;
	color: #FCFCF9;
	width: 100%;
	z-index: 1;
	max-width: 100%;
	padding: 0 12px;
	pointer-events: none;
}

.row-life-search.catalog-searchBox .heading {
	display: block;
	text-align: left;
	font-weight: 600;
	font-size: 36px;
	line-height: 1;
	letter-spacing: -4%;
	color: #272B36;
	padding: 0;
}

.row-life-search.catalog-searchBox {
	display: flex;
	gap: 15px;
}

.row-life-search.catalog-searchBox .life-search {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	flex: 1;
	justify-content: flex-end;
}

.row-life-search.catalog-searchBox .life-search input {
	width: 100%;
	max-width: 560px;
	height: 50px;
	border-radius: 36px;
	background-color: #A08A811A;
	color: #A08A81;
	border: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -4%;
	background-image: url(/image/catalog-search.svg);
	padding: 0 20px;
	padding-left: 52px;
	background-position: 20px;
	opacity: 1;
	visibility: visible;
}

.row-life-search.catalog-searchBox .life-search input::placeholder {
	color: #A08A81;
	opacity: 1;
	visibility: visible;
}

.row-life-search.catalog-searchBox .show-reg-search {
	height: 50px;
	border: none;
	padding: 0;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-life-search.catalog-searchBox .show-reg-search:hover {
	background-color: #A08A811A;
}

#product-category .main-category-wrapper {
	padding: 0 12px 76px;
}

#custom-pagination-button {
	border: none;
	color: #A08A81;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -4%;
	gap: 12px;
}

#custom-pagination-button .title-button {
	margin: 0;
	float: none;
}

#custom-pagination-button:hover {
	background-color: #A08A8166;
	color: #272B36;
}

#custom-pagination-button .ring-pagination {
	border-color: #A08A81;
}

/* Hide mobile swiper on desktop */
.swiper.subcategories-swiper {
	display: none;
}

.side-bar-filter .list-group-item .checkbox label .custom-checkbox input {
	appearance: none;
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.side-bar-filter .list-group-item .checkbox label .custom-checkbox {
	position: relative;
	width: 16px;
	height: 16px;
}

.side-bar-filter .list-group-item .checkbox label .custom-checkbox::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid #595D6633;
	border-radius: 4px;
	background: transparent;
	transition: 0.2s;
}

.side-bar-filter .list-group-item .checkbox label .custom-checkbox::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 3px;
	width: 4px;
	height: 8px;
	border: solid #FCFCF9;
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(45deg);
	opacity: 0;
}

.side-bar-filter .list-group-item .checkbox label .custom-checkbox:has(input:checked)::before {
	background: #595D66;
	border-color: #595D66;
}

.side-bar-filter .list-group-item .checkbox label .custom-checkbox:has(input:checked)::after {
	opacity: 1;
}

@media(max-width: 1200px) {
	.catalog-banner-wrapper .discover-left h2 {
		font-size: 28px;
	}

	.catalog-banner-wrapper .discover-left {
		padding: 32px;
	}

	.subcategories .subcategory {
		height: 320px;
	}

	.subcategories .subcategory a {
		font-size: 18px;
	}

	.row-life-search.catalog-searchBox .life-search input {
		max-width: 440px;
	}
}

@media(max-width: 991px) {
	.catalog-banner-wrapper .discover-left {
		padding: 22px;
	}
}

@media(max-width: 767px) {

	#product-category .main-category-wrapper {
		padding: 0 12px 47px;
	}

	#custom-pagination-button {
		margin: 0;
	}

	.row-life-search.catalog-searchBox {
		gap: 36px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.row-life-search.catalog-searchBox .life-search {
		width: 100%;
		justify-content: flex-start;
		padding-bottom: 10px;
		align-items: center;
		gap: 16px;
	}

	.row-life-search.catalog-searchBox .life-search input {
		max-width: 100%;
		margin-bottom: 0;
	}

	.row-life-search.catalog-searchBox .show-reg-search {
		height: 32px;
		width: 32px;
		min-width: 32px;
	}

	.row-life-search.catalog-searchBox .show-reg-search img {
		max-width: 100%;
		width: 27px;
	}

	.row-life-search.catalog-searchBox .heading {
		font-size: 32px;
		font-weight: 700;
	}

	.catalog-banner-wrapper {
		position: relative;
		margin-bottom: 64px;
	}

	.catalog-banner-wrapper .discover-left {
		padding: 32px 24px;
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 100%;
		transform: translateY(-50%);
		background-color: transparent;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.23) 18.84%, rgba(0, 0, 0, 0) 108.82%);
		gap: 64px;
		z-index: 2;
		justify-content: space-between;
	}

	.catalog-banner-wrapper .discover-right {
		width: 100%;
	}

	.catalog-banner-wrapper .discover-left h2 {
		color: #FCFCF9;
		font-size: 32px;
		max-width: 660px;
		margin: 0 auto 54px;
		padding: 0 8px;
	}

	.catalog-banner-wrapper .discover-left .button {
		width: 100%;
		max-width: fit-content;
	}

	#discoverOurCatalogArea #section_html_0 {
		padding-bottom: 24px;
	}

	.subcategories .subcategory {
		height: 202px;
		width: 183px;
	}

	.subcategories .subcategory a {
		font-size: 16px;
		font-weight: 600;
	}

	.subcategories {
		overflow: auto;
		width: 100%;
		justify-content: flex-start;
	}

	/* Hide desktop grid */
	.subcategories {
		display: none !important;
	}

	/* Show swiper */
	.subcategories-swiper {
		display: block !important;
		width: 100%;
		overflow: hidden;
	}

	.subcategories-swiper .swiper-slide {
		width: auto;
		height: auto;
	}

	.subcategories-swiper .subcategory {
		width: 100%;
		height: 240px;
		position: relative;
		border-radius: 8px;
		overflow: hidden;
	}

	.subcategories-swiper .subcategory::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #0000004D;
	}

	.subcategories-swiper .subcategory img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 8px;
	}
}

@media(max-width: 576px) {
	.subcategories .subcategory a {
		font-size: 14px;
		font-weight: 600;
	}

	.subcategories-swiper .subcategory {
		width: 100%;
		height: 202px;
		position: relative;
		border-radius: 8px;
		overflow: hidden;
	}

	.catalog-banner-wrapper .discover-right {
		max-height: 468px;
		height: 468px;
	}
}

@media(max-width: 560px) {
	#discoverOurCatalogArea #section_html_0 {
		padding-left: 0;
		padding-right: 0;
	}
}



/* Catalog page */
/* Catalog page */


/* Calander page */
/* Calander page */
.calendar-sidebar .product-thumb {
	border: none;
}

aside#column-left {
	display: none !important;
}

.account-section #content {
	flex: 1;
}

.account-section .product-thumb .image img {
	margin: 0 !important;
}

.account-section .calendar-cell {
	flex-direction: column;
}

.account-section .calendar-cell.emty-slot .date,
.account-section .calendar-cell.product-pause .date {
	position: static;
	margin-bottom: 16px;
}

.account-section .products-in-calendar .calendar-cell .product-thumb {
	height: auto;
}

.account-section .products-in-calendar .calendar-cell .product-thumb .image {
	padding-top: 0;
}

.account-section .calendar-cell.emty-slot .product-emty-slot {
	gap: 56px;
}

.account-section .products-in-calendar .calendar-cell .product-thumb .serie {
	padding-top: 0;
}

.account-section .calendar-cell.emty-slot .emty-calendar-pause {
	margin-top: 0;
}

.account-section .calendar-cell.emty-slot,
.account-section .calendar-cell.product-pause {
	gap: 56px;
}

.account-section .calendar-cell.slot-have-product .product-thumb .image img {
	width: 100%;
	max-width: 200px;
}

.account-section .products-in-calendar .calendar-cell.slot-have-product .product-thumb .image {
	padding-bottom: 20px;
}

#account-calendar .products-in-calendar .product-thumb {
	position: static;
}

.account-section .calendar-cell.emty-slot .emty-calendar-pause {
	opacity: 1;
}

.recommend-div {
	padding: 0 20px 96px;
}

.recommend-div h2 {
	text-align: center;
	margin-bottom: 56px;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: -4%;
}

.recommend-div .reco-bottom {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.recommend-div .reco-bottom .exlore-btn {
	width: 100%;
	max-width: 458px;
	margin-bottom: 48px;
}

.recommend-div .reco-bottom a,
.recommend-div .reco-bottom p {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -4%;
	text-align: center;
	color: #595D66;
	max-width: 382px;
	margin: 0 auto;
}

.recommend-div .reco-bottom .exlore-btn {
	color: #FCFCF9;
}

.recommend-div .reco-bottom .exlore-btn:hover {
	color: #0E0A0A;
}

.recommend-div .add-to-order {
	width: 27px;
	height: 27px;
}

/* Calander page */
/* Calander page */




/* Cart sidebar UI */
/* Cart sidebar UI */
/* wrapper */
.cart-sidebar {
	max-width: 830px;
	display: none;
}

/* heading */
.cart-sidebar .cart-heading {
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #272B36;
}

/* product sub heading */
.cart-sidebar .product-name {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #272B36;
	margin-bottom: 8px;
}

.cart-sidebar .product-name-small {
	color: #595D66;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -4%;
	margin-bottom: 16px;
}

/* edit link */
.cart-sidebar .edit-link {
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #595D66;
	text-decoration: underline;
}

/* quantity box */
.cart-sidebar .qty-box {
	border: 1px solid #E5E5E5;
	border-radius: 50px;
	width: 95px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	font-size: 14px;
}

.cart-sidebar .qty-box .btn-group {
	height: 100%;
	width: 100%;
}

.cart-sidebar .qty-box .btn {
	padding: 0;
	color: #595D66;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -4%;
	width: 28px;
	text-align: center;
	border: none;
	outline: none;
	box-shadow: none;
}

.cart-sidebar .qty-box .count-box {
	border: none;
	outline: none;
	box-shadow: none;
	width: 28px;
	text-align: center;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #595D66;

}

/* divider */
.cart-sidebar .cart-divider {
	border-bottom: 1px solid #595D6633;
	margin: 100px 0 24px;
}

/* purchase button */
.cart-sidebar .purchase-btn {
	width: 100%;
}

.cart-sidebar .imgBox {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	justify-content: center;
}

.cart-sidebar .imgBox img {
	border-radius: 8px;
	width: 82px;
	height: 118px;
	object-fit: cover;
}

.cart-sidebar .cart-product {
	margin-bottom: 24px;
	align-items: center;
}

.cart-sidebar .prod-left {
	align-items: center;
	gap: 36px;
}

.cart-sidebar .discount-input {
	width: 100%;
	height: 52px;
	margin-bottom: 36px;
	font-weight: 500;
	font-size: 16px !important;
	line-height: 100%;
	letter-spacing: -4%;
	color: #272B36;
	border: #595D6633 solid 1px;
	border-radius: 8px;
}

.cart-sidebar .discount-input::placeholder {
	color: #595D6680;
}

.cart-sidebar .prod-right .price-grp {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}

.cart-sidebar .prod-right .price-grp span {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #272B36;
}

.cart-sidebar .prod-right .price-grp img {
	cursor: pointer;
}

/* Cart sidebar UI */
/* Cart sidebar UI */





@media(max-width: 992px) {
	.account-section .products-in-calendar .calendar-cell {
		height: 320px;
	}

	.account-section .calendar-cell.slot-have-product .product-thumb .image img {
		max-width: 120px;
	}

	.account-section .calendar-cell.emty-slot,
	.account-section .calendar-cell.product-pause {
		gap: 26px;
	}

	.account-section .calendar-cell.emty-slot .product-emty-slot {
		gap: 26px;
	}
}

@media(max-width: 767px) {
	.account-section .emty-slot .product-thumb .image img {
		width: 20px;
		height: 20px;
	}

	.recommend-div .add-to-order {
		width: 20px;
		height: 20px;
	}

	.my-info-top-wrapper .buttons .button.cancel-btn {
		font-size: 14px;
	}

	.myInfoForm label {
		font-size: 14px;
	}

	.my-info-top-wrapper .page-title {
		font-size: 32px;
		margin-bottom: 8px;
	}

	.my-info-top-wrapper .sub-title {
		font-size: 16px;
	}

	.my-info-top-wrapper .plan-card {
		padding: 28px 24px;
		flex-direction: row;
		gap: 8px;
	}

	.my-info-top-wrapper .plan-title {
		font-size: 16px;
		margin: 0 0 8px;
	}

	.my-info-top-wrapper .plan-desc {
		font-size: 14px;
	}

	.my-info-top-wrapper .plan-icon {
		width: 18px;
		height: 18px;
	}

	.my-info-top-wrapper .plan-icon img {
		width: 16px !important;
	}

	.my-info-top-wrapper .plan-price {
		font-size: 16px;
	}

	.my-info-top-wrapper .buttons {
		margin-top: 36px;
		gap: 5px;
	}

	.my-info-top-wrapper {
		padding: 28px 0 30px;
	}

	.myInfoForm {
		padding: 40px 0;
	}

	.calendar-cell.product-pause .product-pause-wrapper .product-pause-text {
		font-size: 14px;
	}

	.section-featured {
		margin-top: 0;
	}

	#section_html_1 {
		padding: 0;
	}

	#section_html_1 .container {
		padding: 0;
		width: 100%;
	}

	.explore-content-card .step-title {
		font-size: 20px;
	}

	.explore-content-card .card-box {
		padding: 24px;
	}

	.explore-content-card .card-box .option,
	.explore-content-card .card-box .price {
		font-size: 14px;
	}

	.home-about-section {
		margin-top: 64px;
	}

	.floatBox .button {
		font-size: 16px;
		height: 56px;
	}

	.text-after-brand-carousel {
		color: #272B36;
		font-size: 14px !important;
		font-weight: 700;
		margin: 0;
	}

	.marquee-carousel {
		padding: 10px 0;
	}

	#slideshow0 .description {
		padding: 16px 0;
	}

	.auth-parent-wrapper .login-footer {
		font-size: 14px;
	}

	.about-text h2 {
		font-size: 24px;
		margin-bottom: 18px;
	}

	.about-text p {
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 16px;
	}

	.about-text {
		padding: 24px;
	}

	#account-login h2,
	#account-register h2,
	#account-forgotten h2,
	#account-login-email h2,
	#account-changepassword h2 {
		font-size: 32px;
	}

	.q-step .setp-7-top-title .q-title {
		font-size: 20px !important;
		padding-bottom: 24px !important;
	}

	.q-step#q_step_7 .q-step-7-inner {
		margin: 0 24px;
		height: 450px;
		border-radius: 16px;
		overflow: hidden;
	}

	.q-step#q_step_7 .q-question.personal-profile-text {
		font-size: 16px;
	}

	.marquee-carousel .scroll-track {
		gap: 0;
	}

	.marquee-carousel .marqBox {
		gap: 0;
	}

	.langswitch {
		width: fit-content;
		margin: 0;
	}
}

@media(max-width: 576px) {
	.q-step#q_step_7 .q-question.personal-profile-text {
		font-size: 14px;
	}

	.q-step#q_step_7 .q-step-7-inner {
		height: 424px;
	}

	header .flex-icons {
		gap: 10px;
	}

	.insta-text {
		margin-top: 5px;
	}

	.marquee-carousel .image-box {
		padding: 0 22px;
	}

	.marquee-carousel .marqBox img {
		/* width: 100px; */
	}
}

@media(max-width: 395px) {
	/* .product-grid-category .product-layout{
		width: 100%;
	} */

	#logo img {
		max-width: 100px;
	}

	#slideshow0 .title {
		font-size: 22px;
	}

	.explore-container {
		margin-top: 0;
		padding: 28px 18px !important;
	}

	.cta-section .cta-btn {
		font-size: 16px;
		font-weight: 600;
		height: 56px;
		line-height: 56px;
	}
}

@media(max-width: 360px) {
	.sidebar-filter-cat ul.sub-category-tabs li {
		font-size: 13px;
		/* min-width: 64px; */
	}
}

/*  */
.cookies-end-row {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	margin-bottom: 25px !important;
}

.cookies-end-row div {
	font-weight: 400 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
	color: #272B36 !important;
	letter-spacing: -4%;
	line-height: 1.5 !important;
}

.cookies-end-row div:last-child {
	display: none !important;
}

#account-register-third .r3-pay-icons {
	max-width: 332px;
	margin: 0 0;
	padding-top: 12px;
	justify-content: center;
}

#top.subscribed {
	background-color: #A08A81;
}


/*  */
/*  */
.product-top-page .select-subscription-box {
	border: 1px solid #595D6633;
	border-radius: 16px;
	overflow: hidden;
	max-width: 517px;
}

/* sections */

.product-top-page .subscription-top,
.product-top-page .subscription-bottom {
	padding: 24px;
}

/* divider */

.product-top-page .subscription-divider {
	border-top: 1px solid #595D6633;
}

/* bold text */

.product-top-page .bold-text {
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: -2%;
	color: #272B36;
}

/* normal text */

.product-top-page .normal-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -4%;
	color: #595D66;
	margin: 0;
}

.product-top-page .normal-bold {
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -4%;
	color: #595D66;
}

/* button */

.product-top-page .calendar-btn {
	width: 100%;
	margin-top: 24px;
}


.subcategory.highlight-anchor img {
	filter: brightness(1.2) !important;
	transition: filter 0.3s ease-in-out;
}

.subcategory.highlight-anchor {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	transition: box-shadow 0.3s ease-in-out;
}

/* product page code */
.product-top-page .sub-img {
	width: 100px;
}

#product-product .product-top-page .left-block .thumbnails img {
	max-width: 100%;
}

@media(max-width: 991px) {
	.product-top-page .left-block {
		max-width: 320px;
	}

	.product-top-page .right-block {
		padding: 20px;
		width: calc(100% - 320px);

	}

	.product-top-page .sub-img {
		width: 84px;
	}
}

@media(max-width: 767px) {
	.my-info-top-wrapper .plan-card {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.my-info-top-wrapper .plan-left {
		flex: 0 0 auto;
	}

	.my-info-top-wrapper .plan-desc {
		flex: 0 0 auto;
		width: 100%;
	}

	.my-info-top-wrapper .plan-price {
		order: unset;
	}

	.product-top-page .left-block {
		max-width: 100%;
		width: 100%;
	}

	.product-top-page .right-block {
		width: 100%;

	}

	#product-product .product-top-page .left-block .thumbnails img {
		margin: 0 auto;
	}

	#product-product .product-top-page .left-block .thumbnails,
	#product-product .product-top-page .left-block .thumbnails li {
		max-width: 100%;
		margin-left: 0;
		padding-left: 0;
		text-align: center;
	}

	.product-top-page .select-subscription-box {
		max-width: 100%;
	}

	.product-top-page .right-block h1 {
		font-size: 24px;
	}

	.product-top-page .right-block h1 .manfac {
		margin-top: 8px;
		font-size: 20px;
	}

	.product-top-page .right-block .p-title {
		font-size: 16px;
		padding-top: 8px;
	}

	.module-row-descr p {
		font-size: 14px;
		line-height: 1.6;
	}

	.module-row-descr .prod-descr-title {
		font-size: 20px;
		font-weight: 600;
	}

	.module-row-descr {
		padding: 100px 0 50px;
	}

	.table.specification .fg-list {
		text-align: left;
		font-size: 14px;
	}

	.table.specification tr td:first-child {
		font-size: 16px;
	}

	.related-bottom {
		padding-top: 30px;
	}

	.related-bottom h3 {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.product-top-page .bold-text {
		font-size: 16px;
	}

}


/* Global All Popups Designs */
.monss-subs-popup {
	max-width: 680px;
	margin: auto;
	background: #FCFCF9;
	border-radius: 12px;
	padding: 24px;
	border: 1.5px solid #595D6633;
	min-height: 370px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

/* heading */

.monss-subs-popup .heading {
	color: #272B36;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -4%;
	text-align: center;
	max-width: 448px;
	margin: 0 auto 12px;
}

/* sub text */

.monss-subs-popup .sub-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -2%;
	text-align: center;
	color: #595D66;
	margin-bottom: 24px;
}

/* textarea */
.monss-subs-popup .cancel-tick-img {
	text-align: center;
	margin-bottom: 12px;
}

.monss-subs-popup textarea {
	width: 100%;
	border: 1.5px solid #595D6633;
	height: 180px;
	max-height: 180px;
	padding: 24px;
	color: #595D66;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	border-radius: 8px;
	resize: none;
	outline: none;
	margin-bottom: 24px;
	background-color: #FCFCF9;
}

.monss-subs-popup textarea::placeholder {
	color: #595D6680;
}

/* button wrapper (optional spacing only) */

.monss-subs-popup .btn-wrap {
	text-align: center;
}

.monss-subs-popup .close-popup {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 20px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
}

.monss-subs-popup.password-change-success {
	max-width: 450px;
	min-height: 330px;
}

.monss-subs-popup.password-change-success .btn-wrap {
	margin: 56px auto 0;
	width: 233px;
}

.fourthstep-content .fourthstep-dinfo-wrapper .fourthstep-product-bonus-wrapper .fourthstep-bonus-wrapper img {
	border-radius: 0px;
}

.basket {
	position: relative;
}

.basket .cart_count {
	position: absolute;
	top: -6px;
	right: -8px;
	display: flex;
	background: #0E0A0A;
	color: #fff;
	width: 16px;
	height: 16px;
	text-align: center;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 10px;
}

.access-banner {
	position: relative;
}

.access-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0000004D;
	z-index: 1;
}

.access-banner .mainTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.access-banner .mainTitle h2 {
	font-weight: 600;
	font-size: 64px;
	line-height: 120%;
	letter-spacing: -4%;
	text-align: center;
	color: #FCFCF9;
	margin: 0;
}


.product-top-page .right-block .custom-areas{
	max-width: 516px;
}
.product-top-page .right-block .custom-areas .price {
	font-weight: 600;
	margin-bottom: 36px;
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #272B36;
}

.product-top-page .right-block .custom-areas .label {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #595D66;
	margin: 0 0 8px;
	display: block;
    text-align: left;
}

.product-top-page .right-block .custom-areas .options {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 36px;
}

.product-top-page .right-block .custom-areas .option {
	padding: 9px 26px;
	border-radius: 24px;
	border: 1.5px solid #0E0A0A;
	color: #0E0A0A;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0;
}

.product-top-page .right-block .custom-areas .option.active {
	background: #0E0A0A;
	color: #FCFCF9;
}

.product-top-page .right-block .custom-areas .amount-cart {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 0;
}

.product-top-page .right-block .custom-areas .quantity {
	display: flex;
	align-items: stretch;
	border: 1.5px solid #595D6633;
	border-radius: 24px;
	overflow: hidden;
	height: 56px;
}

.product-top-page .right-block .custom-areas .quantity button {
	width: 56px;
	height: 100%;
	border: none;
	background: transparent;
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #595D66;
}

.product-top-page .right-block .custom-areas .quantity span {
	width: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1.5px solid #595D6633;
	border-right: 1.5px solid #595D6633;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -4%;
	color: #595D66;
}
.product-top-page .right-block .custom-areas .amount-cart #button-cart{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 6px;
}

.product-top-page .right-block .custom-areas .cart-btn {
	flex: 1;
	background: #0E0A0A;
	color: #FCFCF9;
	border: 1.5px solid #0E0A0A;
	padding: 10px;
	border-radius: 25px;
	text-align: center;
	cursor: pointer;
}



@media(max-width: 767px) {
	.faq-page .mobile-view-faq .description {
		padding: 0 20px;
	}

	#product-category #section_html_0 .discover-para span {
		display: inline;
		max-width: unset;
	}

	.side-bar-filter .list-group a {
		font-weight: 600;
	}

	.monss-subs-popup {
		max-width: 88%;
		min-height: auto;
		border-radius: 16px;
	}

	.monss-subs-popup.password-change-success .heading {
		font-size: 16px;
	}

	.monss-subs-popup.password-change-success .btn-wrap {
		margin-top: 24px;
	}

	.monss-subs-popup.password-change-success {
		min-height: fit-content;
		padding: 36px 24px;
	}

	.calendar-sidebar {
		height: calc(100% - 31px);
		bottom: 0;
		top: auto;
	}

	.side-bar-filter .sidebar-title {
		border-bottom: #595D6633 solid 1.5px;
		height: 80px;
		margin-bottom: 28px;
	}

	.bottom-faq-anchors {
		padding-top: 20px;
	}

	#information-information #content {
		max-width: 100%;
	}

	body {
		font-size: 14px;
	}

	#information-information a {
		font-size: 14px !important;
	}

	#information-information.terms-page p span,
	#information-information.terms-page .description>span,
	#information-information.terms-page .description>span>span {
		font-size: 14px !important;
	}
}

/* Global All Popups Designs */




@media(max-width: 576px) {

	.faq-page .mobile-view-faq .description,
	.faq-page .bottom-faq-anchors {
		padding: 0 5px;
	}

	.product-top-page .subscription-top,
	.product-top-page .subscription-bottom {
		gap: 10px !important;
	}

	.product-top-page .calendar-btn {
		padding: 0 10px;
	}

	header {
		position: relative;
	}

	header .langswitch {
		position: absolute;
		top: 100%;
		z-index: 9;
		background: #FCFCF9;
		right: 0;
		padding: 4px 6px;
		border-radius: 0 0 0 12px;
	}

	header .langswitch .lang-btn {
		font-size: 14px;
	}

	header .langswitch .lang-btn::before {
		width: 6px;
		height: 6px;
		top: 6px;
	}

}