body {
	font-family: var(--main-ff);
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 100%;
	width: 100%;
}
img {
	max-width: 100%;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 0;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
/* 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;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.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 {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}


/* GTS AGENCY */
:root {
  --main-ff: "Roboto", serif;
  --currency-ff: "Roboto Flex", sans-serif;
  --color-fff: #FFF;
  --color-fff-6: rgba(255, 255, 255, .6);
  --color-000: #000;
  --color-88A188: #88A188;
  --color-231F20: #231F20;
  --color-DEA166: #DEA166;
  --color-231F20-2: rgba(35, 31, 32, .2);
  --color-231F20-5: rgba(35, 31, 32, .5);
  --color-231F20-6: rgba(35, 31, 32, .6);
  --color-B66565: #B66565;
  --color-918F90: #918F90;
  --color-D3D3D3: #D3D3D3;
  --color-EBEBEB: #EBEBEB;
  --color-C11C1D: #C11C1D;
  --color-B3B3B3: #B3B3B3;
}
.font-s-12 {
	font-size: 12px;
}
.font-s-14 {
	font-size: 14px;
}
.font-s-15 {
	font-size: 15px;
}
.font-s-16 {
	font-size: 16px;
}
.font-s-18 {
	font-size: 18px;
}
.font-s-20 {
	font-size: 20px;
}
.font-s-24 {
	font-size: 24px;
}
.font-s-26 {
	font-size: 26px;
}
.font-s-40 {
	font-size: 40px;
}
.font-s-48 {
	font-size: 48px;
}
.font-s-64 {
	font-size: 64px;
}
.font-s-90 {
	font-size: 90px;
}
.btn-center-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.container-default {
	padding: 0 80px;
}
.container-default-xs {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.abs-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.container-fluid {
	padding: 0;
}
a, input, button {
	outline: none!important;
	text-decoration: none!important;
	transition: .3s;
}
a:hover {
	color: var(--color-DEA166);
}
/*a:visited,*/
a:focus {
	color: var(--color-231F20);
}
#main-header {
	position: relative;
	z-index: 9;
	background: var(--color-fff);
	box-shadow: 0px 2px 5.5px rgba(0, 0, 0, .2);
}
.top-header-wrapper {
	display: grid;
	grid-template-columns: 1fr 453px 1fr;
	grid-gap: 20px;
	align-items: center;
	padding: 35px 0 19px;
}
.logo-header-part {
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-logo {
	width: 453px;
	max-width: 100%;
}
.header-logo > img {
	width: 100%;
	height: auto;
}
.left-header-part {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 32px;
	align-self: flex-start;
	padding-top: 3px;
}
.left-header-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 28px;
}
.left-header-menu > li > a {
	position: relative;
	padding: 4px 0;
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: .3s;
	white-space: nowrap;
}
.from-bottom-top:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: currentColor;
	top: 100%;
	left: 0;
	pointer-events: none;
	content: '';
	transition: opacity 0.3s;
}
.from-bottom-top:hover:after {
	opacity: 0;
}
.from-bottom-top:before {
	position: absolute;
	content: '';
	width: 100%;
	background: currentColor;
	left: 0;
	pointer-events: none;
	height: 100%;
	top: 0;
	opacity: 0;
}
.from-bottom-top:hover:before {
	opacity: 1;
	animation: coverUp 0.3s ease forwards;
}
.from-bottom-top {
	position: relative;
	padding: 4px 0;
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: .3s;
	white-space: nowrap;
}
.from-bottom-top:hover {
	color: var(--color-88A188);
}
@keyframes coverUp {
	0% {
		transform-origin: 50% 100%;
		transform: scale3d(1, 0.045, 1);
	}
	50% {
		transform-origin: 50% 100%;
		transform: scale3d(1, 1, 1);
	}
	51% {
		transform-origin: 50% 0%;
		transform: scale3d(1, 1, 1);
	}
	100% {
		transform-origin: 50% 0%;
		transform: scale3d(1, 0.045, 1);
	}
}
.contact-data-item > svg,
.sell-profitables-item-icon > img,
.about-us-benefits-item-icon > img {
	animation: scale-from-to 3s ease infinite;
}
@keyframes scale-from-to {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
.left-header-menu > li > a:hover {
	color: var(--color-DEA166);
}
.left-header-menu > li > a:hover:before {
	background: var(--color-DEA166);
}
.right-header-part {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.right-header-content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 15px;
}
.right-header-address {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.btn-default-icon {
	position: relative;
}
.btn-default-icon > span.total-text {
	opacity: 0;
	visibility: hidden;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	position: absolute;
	right: -10px;
	top: -6px;
	background: var(--color-88A188);
	color: var(--color-fff);
	text-align: center;
	font-family: var(--main-ff);
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition: .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-default-icon > span.total-text.show-qnt {
	opacity: 1;
	visibility: visible;
}
.btn-default-icon+.btn-default-icon {
	margin-left: 25px;
}
.nav-header-wrapper {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
}
.nav-header-wrapper > li > a {
	padding: 12px 10px 16px;
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.45px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: .3s;
}
.nav-header-wrapper > li > a > svg path {
	transition: .3s;
}
.nav-header-wrapper > li > a:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: calc(100% - 20px);
	height: 2px;
	background: var(--color-fff);
	transition: .3s;
}
.nav-header-wrapper > li > a.active,
.nav-header-wrapper > li > a:hover {
	color: var(--color-DEA166);
}
.nav-header-wrapper > li > a.active:before,
.nav-header-wrapper > li > a:hover:before {
	background: var(--color-DEA166);
}
.nav-header-wrapper > li > a:hover > svg path {
	fill: var(--color-DEA166);
}
.right-header-part > form {
	margin-right: 21px;
}
.right-header-part > form .dropdown-menu {
	padding-left: 30px;
	background-color: transparent;
	list-style: disc;
	border: none;
	box-shadow: unset;
}
.right-header-part > form .dropdown-menu button {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
	background: transparent;
	border: none;
	transition: .3s;
}
.right-header-part > form .dropdown-menu button:hover {
	color: var(--color-DEA166);
}
.right-header-part > form#form-currency {
	margin-right: 31px;
}
.right-header-part > form button.dropdown-toggle {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
	background: transparent;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.right-header-part > form button.dropdown-toggle > svg {
	transition: .3s;
}
.right-header-part > form .open button.dropdown-toggle {
	box-shadow: unset;
}
.right-header-part > form .open button.dropdown-toggle > svg {
	transform: rotate(180deg);
}
#search {
	position: relative;
}
#search > button {
	position: absolute;
	background: transparent;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
}
#search > input[type="text"] {
	padding: 13px 0 14px 36px;
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	background: transparent;
	border: none;
	min-width: 230px;
}
#search > input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
#search > input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
#search > input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
#search > input[type="text"]:-moz-placeholder { /* Firefox 18- */
  	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
footer {
	border-top: 1px solid var(--color-231F20-2);
}
.prefooter-wrapper {
	padding: 118px 0 49px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid var(--color-231F20-2);
}
.prefooter-left,
.prefooter-right {
	padding-top: 38px;
}
.prefooter-left-title {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
	margin: 0 0 43px;
}
.prefooter-left-text {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 30px;
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.prefooter-left-text > span {
	max-width: 323px;
}
.prefooter-left-text > svg {
	flex-shrink: 0;
	padding-top: 4px;
}
.prefooter-middle {
	max-width: 450px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.prefooter-logo {
	width: 100%;
	max-height: 86px;
	margin: 0 0 55px;
}
.prefooter-logo > img {
	max-width: 100%;
	height: auto;
}
.prefooter-middle-text {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	text-align: center;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
	max-width: 408px;
}
.prefooter-right {
	max-width: 438px;
	width: 100%;
}
.prefooter-right-title {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
	max-width: 376px;
	margin: 0 0 41px;
}
.prefooter-subscribe-field {
	position: relative;
}
.prefooter-subscribe-field > svg {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.prefooter-subscribe-field > button {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	background: transparent;
}
.prefooter-subscribe-field > button > svg {
	position: relative;
	z-index: 2;
}
.form-submit-bg-square {
	animation: spinScroll 5s ease-in-out infinite;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: var(--color-88A188);
}
@keyframes spinScroll {
	0% {
		transform: rotate(0deg);
    	border-radius: 0%;
	}
	20% {
		transform: rotate(0deg);
    	border-radius: 0%;
	}
	45% {
		transform: rotate(180deg);
    	border-radius: 50%;
	}
	55% {
		transform: rotate(180deg);
    	border-radius: 50%;
	}
	80% {
		transform: rotate(360deg);
    	border-radius: 0%;
	}
	100% {
		transform: rotate(360deg);
    	border-radius: 0%;
	}
}
.overflow-hidden {
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.overflow-hidden.mod-submit {
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s;
}
.overflow-anim {
	position: relative;
    top: 0;
    right: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.prefooter-subscribe-field > button:hover .overflow-anim {
	right: -28px;
}
.overflow-anim-arrow {
	display: block;
    width: 14px;
}
.overflow-anim-arrow.mod--submit {
	display: block;
	width: 9px;
}
.overflow-anim-arrow.mod-2 {
    position: absolute;
    left: -28px;
    top: 0;
}
.prefooter-subscribe-field > input {
	padding: 19px 49px;
	border: none;
	border-bottom: 1px solid var(--color-231F20);
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
	width: 100%;
}
.prefooter-subscribe-field > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
}
.prefooter-subscribe-field > input::-moz-placeholder { /* Firefox 19+ */
  	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
}
.prefooter-subscribe-field > input:-ms-input-placeholder { /* IE 10+ */
  	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
}
.prefooter-subscribe-field > input:-moz-placeholder { /* Firefox 18- */
  	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
}
.main-footer-wrapper {
	padding: 40px 0;
	border-bottom: 1px solid var(--color-231F20-2);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.main-footer-item-title {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
	margin: 0 0 16px;
}
.main-footer-item-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 12px;
}
.main-footer-item-menu > li > a {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: .3s;
}
.main-footer-item-menu > li > a:hover {
	color: var(--color-DEA166);
}
.main-footer-item-phones {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 0 19px;
}
.main-footer-item-phones > a {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 28px */
	transition: .3s;
}
.main-footer-item-phones > a:hover {
	color: var(--color-DEA166);
}
.main-footer-item-address {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.main-footer-item-address > span:first-child {
	width: 90px;
	display: inline-block;
}
.main-footer-item-address+.main-footer-item-address {
	margin: 4px 0 31px;
}
.main-footer-item-instagram {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: .3s;
}
.main-footer-item-instagram:hover {
	color: var(--color-DEA166);
}
.main-footer-item-instagram > .icon-wrapper {
	position: relative;
	height: 30px;
	width: 30px;
}
.main-footer-item-instagram > .icon-wrapper > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	transition: .3s;
}
.main-footer-item-instagram > .icon-wrapper > img.hover-icon {
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}
.main-footer-item-instagram:hover > .icon-wrapper > img.hover-icon {
	opacity: 1;
	visibility: visible;
}
.main-footer-item-instagram:hover > .icon-wrapper > img.static-icon {
	opacity: 0;
}
.main-footer-bottom {
	padding: 14px 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-footer-bottom > div {
	width: 30%;
}
.main-footer-copyright {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
}
.main-footer-bottom-links {
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-footer-bottom-links > * {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
	transition: .3s;
}
.main-footer-bottom-links > a:hover {
	color: var(--color-DEA166);
}
.main-footer-bottom-developed > a {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	transition: .3s;
}
.main-footer-bottom-developed > a:hover {
	color: var(--color-DEA166);
}
.btn-default-white {
	padding: 15px 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: var(--color-fff);
}
.btn-default-white:hover {
	color: var(--color-231F20);
}
.btn-icon-wrapper {
  width: 14px;
  height: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.btn-icon-wrapper > svg:first-child {
  transition: transform 0.3s ease 0.2s,opacity 0.3s ease 0.2s;
  opacity: 1;
  transform: translate(0, 0);
}
.btn-icon-wrapper > svg:last-child {
  opacity: 0;
  transform: translate(-100%, 0);
}
.btn-icon-wrapper > svg {
  width: 14px;
  height: 14px;
  user-select: none;
  display: inline-block;
  flex-shrink: 0;
}
.btn-default-white:focus .btn-icon-wrapper > svg:first-child,
.btn-default-white:hover .btn-icon-wrapper > svg:first-child {
  opacity: 0;
  transform: translate(100%, -100%);
  transition: transform 0.3s, opacity 0.3s;
}
.btn-default-white:focus .btn-icon-wrapper > svg:last-child,
.btn-default-white:hover .btn-icon-wrapper > svg:last-child {
  opacity: 1;
  transform: translate(0, -100%);
  transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
}
.product-card {
	position: relative;
}
.product-card.out-stock {
	filter: grayscale(100%);
}
.product-card-image {
	position: relative;
	height: 0;
	padding-bottom: 136.986%;
	overflow: hidden;
	width: 100%;
}
.product-card-image > img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
	object-fit: contain;
}
.product-card-image > img.hover-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	object-fit: contain;
}
.product-card:hover .product-card-image > img.static-image {
	opacity: 0;
	visibility: hidden;
}
.product-card:hover .product-card-image > img.hover-image {
	opacity: 1;
	visibility: visible;
}
.product-card-sticker-wrapper {
	position: absolute;
	left: 20px;
	top: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 4;
}
.product-card-sticker-item {
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.product-card-caption {
	padding: 0 20px 17px 20px;
}
.product-card-manufacturer-name {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 2px;
}
.product-card-name {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 21px */
}
.product-card-sizes {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 21px */
	margin-top: -3px;
}
.product-card-price-cart-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-card-price-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.product-card-special {
	color: var(--color-B66565);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.product-card-old-price {
	color: var(--color-918F90);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: line-through;
}
.product-card-price {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.product-card-wishlist {
	position: absolute;
	right: 22px;
	top: 20px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
}
.product-card-wishlist > svg > path {
	transition: .3s;
}
.product-card-wishlist.active {
	opacity: 1;
	visibility: visible;
}
.product-card-wishlist.active > svg > path {
	fill: var(--color-DEA166);
	stroke: var(--color-DEA166);
}
.product-card:hover .product-card-wishlist {
	opacity: 1;
	visibility: visible;
}
.product-card-wishlist > svg > path,
.product-card-to-cart > svg > path {
	transition: .3s;
}
.product-card-wishlist:hover > svg > path,
.product-card-to-cart:hover > svg > path {
	stroke: var(--color-DEA166);
}
.page-breadcrumb-title-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
	max-width: 1126px;
	margin: 0 auto 51px;
}
.page-breadcrumb-wrapper {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.page-breadcrumb-wrapper > li:not(:last-child) {
	position: relative;
	padding-right: 19px;
}
.page-breadcrumb-wrapper > li:not(:last-child):before {
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 2L7.53553 5.53553L4 9.07107" stroke="black" stroke-width="1.5" stroke-linecap="round"/></svg>');
	width: 11px;
	height: 11px;
}
.page-breadcrumb-wrapper > li > a {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 21px */
}
.page-breadcrumb-wrapper > li > span {
	color: var(--color-918F90);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 21px */
}
.page-breadcrumb-title-wrapper > h1 {
	color: var(--color-231F20);
	text-align: center;
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 105%; /* 50.4px */
	letter-spacing: 0.48px;
	text-transform: uppercase;
	margin: 0;
}
.page-pagination {
	margin: 60px auto 0;
}
.custom-pagination {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
}
.custom-pagination > li > span,
.custom-pagination > li > a {
	transition: .3s;
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: relative;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-pagination > li > a:hover {
	color: var(--color-DEA166);
}
.custom-pagination > li > span:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	width: 40px;
	height: 2px;
	transform: translateX(-50%);
	background: var(--color-88A188);
}
.custom-pagination > li.next-page > a,
.custom-pagination > li.prev-page > a {
	border-radius: 50%;
	border: 1px solid rgba(35, 31, 32, .2);
}
.justify-arrows {
	position: relative;
}
.justify-arrows > a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid rgba(35, 31, 32, 0.20);
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-fff);
}
.justify-arrows > a.prev-slide {
	left: 0;
}
.justify-arrows > a.next-slide {
	right: 0;
}
.page-banner {
	position: relative;
	height: 0;
	padding-bottom: 31.25%;
	overflow: hidden;
}
.small-page-banner {
	position: relative;
	height: 0;
	padding-bottom: 15.625%;
	overflow: hidden;
}
.small-page-banner > img,
.page-banner > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.small-page-banner > svg,
.page-banner > svg {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}
.small-page-banner:before,
.page-banner:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: linear-gradient(180deg, rgba(35, 31, 32, 0.00) 0%, rgba(35, 31, 32, 0.50) 100%);
}
.page-banner-title-wrapper {
	position: absolute;
	z-index: 4;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
}
.page-banner-wrapper {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.page-banner-wrapper > li:not(:last-child) {
	position: relative;
	padding-right: 19px;
}
.page-banner-wrapper > li:not(:last-child):before {
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 2L7.53553 5.53553L4 9.07107" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>');
	width: 11px;
	height: 11px;
}
.page-banner-wrapper > li > a {
	color: var(--color-fff);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 21px */
}
.page-banner-wrapper > li > span {
	color: var(--color-fff-6);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 21px */
}
.page-banner-title-wrapper > h1 {
	color: var(--color-fff);
	text-align: center;
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 105%; /* 50.4px */
	letter-spacing: 0.48px;
	text-transform: uppercase;
	margin: 0;
}
.form-field {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 5.5px;
	position: relative;
}
.form-field > label {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin: 0;
	position: relative;
}
.form-field.required > label:after {
	content: '*';
	margin-left: 4px;
}
.form-field input[type="text"],
.form-field > textarea {
	width: 100%;
	padding: 13px 20px;
	background: var(--color-fff);
	border: 1px solid var(--color-D3D3D3);
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 22.5px */
	transition: .3s;
}
.form-field.error-field .nice-select,
.form-field.error-field input[type="text"],
.form-field.error-field > textarea {
	border: 1px solid var(--color-C11C1D)!important;
}
.form-field > textarea {
	height: 92px;
	resize: none;
	outline: none;
}
.form-field+.form-field {
	margin: 20.5px 0 0;
}
.form-field-checkbox {
	margin: 25px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 18px;
	color: var(--color-231F20-5);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.form-field-checkbox a {
	color: var(--color-231F20-5);
	text-decoration: underline!important;
}
.form-field-checkbox > input {
	display: none;
}
.custom-checkbox {
	width: 25px;
	height: 25px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-D3D3D3);
	transition: .3s;
	background: var(--color-fff);
}
.custom-checkbox > svg {
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.form-field-checkbox:hover .custom-checkbox {
	border: 1px solid var(--color-231F20);
}
.form-field-checkbox.error-field .custom-checkbox {
	border: 1px solid var(--color-C11C1D);
}
.form-field-checkbox > input:checked+.custom-checkbox > svg {
	opacity: 1;
	visibility: visible;
}
.form-field-checkbox > input:checked+.custom-checkbox {
	border: 1px solid var(--color-88A188);
	box-shadow: 0px 0px 3px 1px rgba(136, 161, 136, 1);
}
.form-field-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.form-field-row > label {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
	margin: 0 15px 0 0;
}
.form-field .nice-select {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 47px;
	height: 49px;
	width: 100%;
	border: 1px solid var(--color-D3D3D3)!important;
	padding: 0 31px 0 20px;
	border-radius: 0;
}
.form-field-row .nice-select {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	height: 21px;
	border: none!important;
	padding: 0 19px 0 0;
}
.form-field .nice-select:after{
	background: url('data:image/svg+xml,<svg width="11" height="12" viewBox="0 0 11 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 4.5L5.46447 8.03553L1.92893 4.5" stroke="black" stroke-width="1.5" stroke-linecap="round"/></svg>');
	width: 11px;
	height: 11px;
	right: 20px;
	margin: 0;
	transform: translateY(-50%);
	border: none!important;
	transform-origin: unset;
}
.form-field-row .nice-select {
	width: 100%;
	display: flex;
	justify-content: center;
}
.form-field-row .nice-select > span {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}
.form-field-row .nice-select > span:after {
	position: absolute;
	content: '';
	background: url('data:image/svg+xml,<svg width="11" height="12" viewBox="0 0 11 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 4.5L5.46447 8.03553L1.92893 4.5" stroke="black" stroke-width="1.5" stroke-linecap="round"/></svg>');
	width: 11px;
	height: 11px;
	right: -20px;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	border: none!important;
	transform-origin: unset;
}
.form-field-row .nice-select:after {
	display: none;
}
.form-field .nice-select.open:after,
.form-field-row .nice-select.open > span:after {
	transform: translateY(-50%) rotate(180deg);
}
.form-field .nice-select .option {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-size: 15px;
	font-style: normal;
	font-weight: 300!important;
	line-height: 47px;
	min-height: 49px;
	padding: 0 20px;
}
.form-field-row .nice-select .option {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-size: 15px;
	font-style: normal;
	font-weight: 300!important;
	line-height: 30px;
	min-height: 30px;
	padding: 0 20px;
}
.form-field .nice-select .list {
	box-shadow: 0px 2px 5.5px 0px rgba(0, 0, 0, .2);
	border-radius: 0;
	margin-top: 1px;
	margin-bottom: 0;
	width: 100%;
	max-height: calc(49px * 8);
	overflow-y: auto;
}
.form-field-row .nice-select .list {
	box-shadow: 0px 2px 5.5px 0px rgba(0, 0, 0, .2);
	border-radius: 0;
	margin-top: 6px;
	margin-bottom: 0;
	left: unset;
	right: 0;
}
.form-field .nice-select .option:hover,
.form-field .nice-select .option.focus,
.form-field .nice-select .option.selected.focus,
.form-field-row .nice-select .option:hover,
.form-field-row .nice-select .option.focus,
.form-field-row .nice-select .option.selected.focus {
	background-color: var(--color-EBEBEB);
}
.btn-start-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.btn-full-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.btn-full-wrapper > a {
	width: 100%;
}
body .ocf-theme-light .ocf-search-btn-popover {
	height: 50px;
	padding: 0 35px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-fff);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: var(--color-88A188);
	border-radius: 0;
}
body .ocf-theme-light .ocf-search-btn-popover:hover {
	background: var(--color-88A188);
}
body .ocf-theme-light .ocf-search-btn-popover > b {
	margin: 0 4px;
}
.btn-default-green {
	padding: 15px 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: var(--color-fff);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: var(--color-88A188);
}
.btn-default-green:focus,
.btn-default-green:hover {
	color: var(--color-fff);
}
.btn-default-green:focus .btn-icon-wrapper > svg:first-child,
.btn-default-green:hover .btn-icon-wrapper > svg:first-child {
  opacity: 0;
  transform: translate(100%, -100%);
  transition: transform 0.3s, opacity 0.3s;
}
.btn-default-green:focus .btn-icon-wrapper > svg:last-child,
.btn-default-green:hover .btn-icon-wrapper > svg:last-child {
  opacity: 1;
  transform: translate(0, -100%);
  transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
}
.bottom-fixed-part {
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	z-index: 9;
}
.open-popup-contact {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--color-88A188);
	filter: drop-shadow(0px 4px 17.8px rgba(0, 0, 0, 0.15));
}
.scroll-to-top {
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--color-fff);
	filter: drop-shadow(0px 4px 17.8px rgba(0, 0, 0, 0.15));
}
.scroll-to-top.active {
	opacity: 1;
	visibility: visible;
}
.fixed-form-contact {
	position: fixed;
	right: 15px;
	bottom: 80px;
	z-index: 99;
	width: 500px;
	max-width: 100%;
	box-shadow: 0px 2px 5.5px 0px rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	transform: translate(100%, 100%) scale(0);
	transition: .8s;
}
.fixed-form-contact.active {
	transform: translate(0, 0) scale(1);
	opacity: 1;
	visibility: visible;
}
.contact-form-fixed-inner {
	padding: 40px 50px;
	background: var(--color-fff);
	position: relative;
}
.close-fixed-form {
	position: absolute;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 20px;
	top: 20px;
}
.contact-form-fixed-title {
	color: var(--color-231F20);
	text-align: center;
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24px;
	text-transform: uppercase;
	margin: 0 auto 30.5px;
	max-width: 286px;
}
.fixed-form-contact .btn-default-green {
	width: 100%;
}
.contact-form-fixed-call-us {
	margin: 25px 0 0;
	padding-top: 25px;
	width: 100%;
	border-top: 1px solid var(--color-231F20-2);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
.call-fixed-us-text {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
}
.call-fixed-us-phones {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.call-fixed-us-phones > a {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
}
.call-fixed-us-phones > a:hover {
	color: var(--color-DEA166);
}
.fixed-form-contact .form-field-checkbox {
	padding-right: 57px;
}
.double-column-field {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20.5px 20px;
}
.double-column-field > .form-field {
	margin: 0!important;
}
.double-column-fill {
	grid-column: span 2;
}
.drag-drop-file {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 20px 0 30px;
}
.drag-drop-file > label {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin: 0 0 6px;
}
.drag-drop-zone {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 22.5px */
	width: 100%;
	height: 92px;
	border: 1px dashed var(--color-D3D3D3);
	margin: 0 0 15px;
	cursor: pointer;
	transition: .3s;
}
.drag-drop-zone.error {
	border: 1px solid red;
}
.drag-drop-zone.active {
	border: 1px dashed var(--color-DEA166);
}
.drag-drop-file-help {
	color: var(--color-231F20-5);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.drag-drop-file input[type="file"] {
	display: none;
}
.preview-container {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 2px;
	flex-wrap: wrap;
	width: 100%;
}
.preview-container.w-m {
	margin-top: 15px;
}
.preview-container > .thumbnail {
	position: relative;
	padding: 5px;
	width: 150px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.preview-container > .thumbnail > a {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 18px;
	height: 18px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.white-popup {
	position: relative;
	background: var(--color-fff);
	padding: 40px 50px;
	max-width: 500px;
	margin: 0 auto;
}
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
} 
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
} 
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
} 
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
} 
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
} 
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-close {
	display: none!important;
}
.custom-mfp-close {
	position: absolute;
	right: 15px;
	top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}
.white-popup-title {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	text-align: center;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24px;
	text-transform: uppercase;
	margin: 0 0 30.5px;
}
.white-popup-content .btn-default-green {
	width: 100%;
}
.white-popup-content {
	position: relative;
}
.white-popup-600 {
	position: relative;
	background: var(--color-EBEBEB);
	padding: 0 88px;
	max-width: 600px;
	margin: 0 auto;
	height: 480px;
}
.white-popup-xl {
	position: relative;
	background: var(--color-EBEBEB);
	padding: 30px 20px 50px 60px;
	max-width: 1000px;
	margin: 0 auto;
	height: calc(100vh - 70px);
	overflow: hidden;
}
.white-popup-600 .white-popup-content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}
.white-popup-600 .white-popup-content > svg {
	margin: 0 0 20px;
}
.white-popup-xl .white-popup-content {
	height: 100%;
}
.white-popup-xl .white-popup-content > form {
	height: calc(100% - 194px);
	padding-right: 40px;
	overflow-x: hidden;
	overflow-y: auto;
}
.white-popup-content > form::-webkit-scrollbar {
    width: 3px; /* ширина для вертикального скролла */
    height: 3px; /* высота для горизонтального скролла */
    border-radius: 5px;
    background-color: var(--color-D3D3D3);
}
.white-popup-content > form::-webkit-scrollbar-thumb {
    background-color: var(--color-88A188);
    box-shadow: inset none;
    border-radius: 5px;
}
.white-popup-600 > svg,
.white-popup-xl > svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.white-popup-xl .white-popup-content {
	position: relative;
	z-index: 3;
}
.white-popup-xl .form-field-checkbox {
	margin: 0;
}
.white-popup-xl .drag-drop-zone {
	background: var(--color-fff);
	margin: 0;
}
.white-popup-xl .drag-drop-file {
	margin-bottom: 20.5px;
}
.white-popup-xl .white-popup-content > img {
	margin: 0 auto 30px;
	display: block;
	text-align: center;
}
.white-popup-xl .white-popup-title {
	margin-bottom: 20px;
}
.white-popup-text {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	text-align: center;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
	margin-bottom: 40px;
}
.white-popup-600 .white-popup-text {
	margin: 0;
}
.form-fields-title {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 30.5px;
}
.form-field-delimeter {
	width: 100%;
	height: 1px;
	background: var(--color-231F20-2);
	margin: 40px 0;
}
.agree-wish-btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 40px 0 0;
}
.agree-wish-btn-wrapper > label > span {
	max-width: 300px;
}
.form-field-icon {
	position: relative;
	width: 100%;
}
.form-field-icon > svg {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.form-field .form-field-icon > input[type="text"] {
	padding-left: 54px;
	width: 100%;
}
.cart-xs-wrapper {
	position: fixed;
	top: 0;
	right: -600px;
	width: 580px;
	max-width: 100%;
	height: 100dvh;
	background: var(--color-fff);
	z-index: 99;
	transition: .3s;
}
html.overflow-search,
html.overflow-cart {
	overflow: hidden;
}
html body:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(35, 31, 32, .3);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 98;
}
html.overflow-cart body:after {
	opacity: 1;
	visibility: visible;
}
.cart-xs-wrapper.open {
	right: 0;
}
.cart-empty-wrapper {
	padding: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
}
.cart-empty-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.cart-empty-title {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin: 20px 0;
}
.cart-empty-text {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	text-align: center;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
	max-width: 356px;
	margin: 0 auto;
}
.cart-title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.26px;
	text-transform: uppercase;
}
.close-cart-popup {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}
.btn-default-black {
	padding: 15px 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: var(--color-fff);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: var(--color-231F20);
}
.btn-default-black:hover {
	color: var(--color-fff);
}
.btn-default-green-border {
	padding: 15px 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: transparent;
	border: 1px solid var(--color-88A188);
}
.btn-default-green-border:hover {
	color: var(--color-231F20);
}
.cart-xs-wrapper-outer {
	width: 100%;
	height: 100%;
}
.cart-wrapper {
	padding: 30px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.cart-wrapper > div {
	width: 100%;
}
.cart-top-wrapper .cart-title {
	margin: 0 0 30px;
}
.cart-products {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
	width: 100%;
	overflow-y: auto;
}
.cart-product-item {
	display: grid;
	grid-template-columns: 130px 1fr;
	grid-gap: 20px;
	align-items: flex-start;
	padding-bottom: 21px;
	position: relative;
}
.cart-product-item:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--color-231F20-2);
}
.cart-product-item-caption {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.cart-product-item-manufacturer {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 2px;
}
.cart-product-item-name {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 21px */
	margin: 0 0 6px;
}
.cart-product-item-option-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 6px;
}
.cart-product-item-option-item {
	display: grid;
	grid-template-columns: 65px 1fr;
	grid-gap: 5px;
}
.cart-product-item-option-name,
.cart-product-item-option-value {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 21px */
}
.cart-product-item-price {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cart-product-item-price-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.cart-product-item-special {
	color: var(--color-B66565);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cart-product-item-old-price {
	color: var(--color-918F90);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: line-through;
}
.cart-product-item-actions {
	margin: 5px 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 25px;
	width: 100%;
}
.cart-product-item-actions > a {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-bottom-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}
.cart-total-price-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cart-total-price-title,
.cart-total-price-value {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#search-result {
	z-index: 96;
	position: absolute;
	top: calc(100% + 1px);
	left: 0;
	width: 100%;
	display: none;
	box-shadow: 0px 2px 5.5px rgba(0, 0, 0, .2);
}
#search-result > a {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-result-wrapper {
	width: 100%;
	height: 100%;
	background: var(--color-fff);
	padding: 50px 80px;
	display: grid;
	grid-template-columns: 250px 1fr;
	grid-gap: 104px;
}
.search-result-left {
	padding-top: 94px;
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.search-result-item {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.search-result-subtitle {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.search-result-manufacturers,
.search-result-categories {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1px;
}
.search-result-manufacturers > a,
.search-result-categories > a {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 22.5px */
}
.search-result-manufacturers > a:hover,
.search-result-categories > a:hover {
	color: var(--color-231F20-6);
}
.search-result-products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 2px;
	margin: 0 0 20px;
}
/* Categories */
#categories-list {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 400px;
	background: var(--color-fff);
	display: none;
}
.popup-category-data {
	height: 100%;
	display: none;
}
.popup-category-data-wrapper {
	height: 100%;
	width: 100%;
	display: grid;
	grid-template-columns: 225px 1fr 585px;
}
.popup-category-data-left {
	background: var(--color-EBEBEB);
	padding: 80px 0 80px 83px;
}
.popup-category-data-left > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.popup-category-data-left > ul > li+li {
	margin-top: 15px;
}
.popup-category-data-left > ul > li > a {
	position: relative;
	color: var(--color-918F90);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	width: 100%;
	display: inline-block;
}
.popup-category-data-left > ul > li > a:hover {
	color: var(--color-DEA166);
}
.popup-category-data-left > ul > li > a:after {
	position: absolute;
	content: '';
	right: -6px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 18px;
	height: 18px;
	background: var(--color-EBEBEB);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.popup-category-data-left > ul > li > a.active {
	color: var(--color-231F20);
}
.popup-category-data-left > ul > li > a.active:after {
	opacity: 1;
	visibility: visible;
}
.popup-category-data-middle {
	padding: 80px 40px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 100%;
	background: var(--color-fff);
}
.popup-category-data-middle-title {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 14px;
}
.popup-subcategories-list {
	display: none;
}
.popup-subcategories-list > ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1px;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
	max-height: 207px;
}
.popup-subcategories-list > ul > li > a {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 22.5px */
}
.popup-subcategories-list > ul > li > a:hover {
	color: var(--color-DEA166);
}
.popup-manufacturers-list > ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1px;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
	max-height: 207px;
}
.popup-manufacturers-list > ul > li > a {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 22.5px */
}
.popup-manufacturers-list > ul > li > a:hover {
	color: var(--color-DEA166);
}
.popup-category-data-right {
	height: 100%;
}
.popup-category-image {
	display: none;
}
.popup-category-image {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 400px;
	overflow: hidden;
}
.popup-category-image > img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}
.popup-category-image:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--color-231F20-2);
	z-index: 3;
}
.popup-category-image-caption {
	position: absolute;
	z-index: 4;
	left: 20px;
	bottom: 20px;
	width: calc(100% - 82px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.popup-category-image-title {
	color: var(--color-fff);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 11px;
}
.popup-category-image-subtitle {
	color: var(--color-fff);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	margin: 0 0 18px;
}
.custom-radio {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.custom-radio > label > input {
	display: none;
}
.custom-radio > label {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
}
.custom-radio > label > span {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.custom-radio > label > img {
	flex-shrink: 0;
	margin: 0 20px 0 30px;
}
.custom-radio-circle {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid var(--color-D3D3D3);
	position: relative;
	transition: .3s;
}
.custom-radio-circle:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	width: 13px;
	height: 13px;
	transform: translate(-50%, -50%);
	background: var(--color-88A188);
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.custom-radio > label > input:checked+.custom-radio-circle {
	border: 1px solid var(--color-88A188);
}
.custom-radio > label > input:checked+.custom-radio-circle:before {
	opacity: 1;
	visibility: visible;
}
.notification-content-wrapper {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 6;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 15px;
}
.notification-content-item-inner {
	position: relative;
	padding: 28px 25px;
	width: 443px;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 18.5px;
	background: var(--color-EBEBEB);
}
.notification-content-text > a,
.notification-content-text {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
}
.notification-content-icon {
	width: 36px;
	height: 32px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.notification-content-item {
	display: none;
	position: relative;
}
.notification-content-item > a {
	position: absolute;
	z-index: 3;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 10px;
	top: 10px;
}
.btn-wrapper {
	display: flex;
}
.mobile-show {
	display: none;
}
.mobile-fixed-menu {
	display: none;
}
.mobile-burger {
	display: none;
}
.open-burger {
	display: none;
}
.product-card-to-cart {
	display: flex;
}
.white-popup-410 {
	position: relative;
	background: var(--color-fff);
	padding: 40px 53px;
	max-width: 410px;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0px 4px 17.8px 0px rgba(0, 0, 0, 0.15);
}
.white-popup-410 .white-popup-content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 35px;
	position: relative;
	z-index: 3;
}
.white-popup-410 .white-popup-content > svg {
	flex-shrink: 0;
}
.white-popup-410 .white-popup-text {
	color: var(--color-231F20);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
	margin: 0;
}
.white-popup-410 .white-popup-text > span {
	font-weight: 500;
}
#ocf-filter-16-4-1 {
	display: none!important;
}
@media(min-width: 1100px) {
	.font-s-12 {
		font-size: 0.625vw;
	}
	.font-s-14 {
		font-size: 0.729vw;
	}
	.font-s-15 {
		font-size: 0.781vw;
	}
	body .ocf-theme-light .ocf-search-btn-popover,
	.font-s-16 {
		font-size: 0.833vw;
	}
	.font-s-18 {
		font-size: 0.938vw;
	}
	.font-s-20 {
		font-size: 1.042vw;
	}
	.font-s-24 {
		font-size: 1.25vw;
	}
	.font-s-26 {
		font-size: 1.354vw;
	}
	.font-s-40 {
		font-size: 2.083vw;
	}
	.font-s-48 {
		font-size: 2.5vw;
	}
	.font-s-64 {
		font-size: 3.333vw;
	}
	.font-s-90 {
		font-size: 4.688vw;
	}
	.container-default {
		padding: 0 4.167vw;
	}
	.container-default-xs {
		width: 100%;
		max-width: 60.938vw;
	}
	.top-header-wrapper {
		grid-template-columns: 1fr 23.594vw 1fr;
		grid-gap: 1.042vw;
		padding: 1.823vw 0 0.99vw;
	}
	.header-logo {
		width: 23.594vw;
	}
	.left-header-part {
		gap: 1.667vw;
	}
	.left-header-menu {
		gap: 1.458vw;
	}
	.btn-default-icon > span.total-text {
		width: 0.99vw;
		height: 0.99vw;
		font-size: 0.677vw;
	}
	.btn-default-icon+.btn-default-icon {
		margin-left: 1.302vw;
	}
	.nav-header-wrapper {
		gap: 3.125vw;
	}
	.nav-header-wrapper > li > a {
		padding: 0.625vw 10px 0.833vw;
	}
	.nav-header-wrapper > li > a:before {
		width: calc(100% - 1.042vw);
	}
	.right-header-part > form {
		margin-right: 1.094vw;
	}
	.right-header-part > form .dropdown-menu {
		padding-left: 1.563vw;
	}
	.right-header-part > form#form-currency {
		margin-right: 1.615vw;
	}
	#search > button {
		width: 1.25vw;
		height: 1.25vw;
	}
	#search > input[type="text"] {
		padding: 0.677vw 0 0.729vw 1.875vw;
		min-width: 11.979vw;
	}
	.prefooter-wrapper {
		padding: 6.146vw 0 2.552vw;
	}
	.prefooter-left-title {
		margin: 0 0 2.24vw;
	}
	.prefooter-left-text {
		gap: 1.563vw;
	}
	.prefooter-left-text > span {
		max-width: 16.823vw;
	}
	.prefooter-middle {
		max-width: 23.438vw;
	}
	.prefooter-logo {
		margin: 0 0 2.865vw;
	}
	.prefooter-middle-text {
		max-width: 21.25vw;
	}
	.prefooter-right {
		max-width: 22.813vw;
	}
	.prefooter-right-title {
		max-width: 19vw;
		margin: 0 0 2.135vw;
	}
	.prefooter-subscribe-field > button {
		width: 1.979vw;
		height: 1.979vw;
	}
	.prefooter-subscribe-field > input {
		padding: 0.99vw 2.552vw;
	}
	.main-footer-wrapper {
		padding: 2.083vw 0;
	}
	.main-footer-item-title {
		margin: 0 0 0.833vw;
	}
	.main-footer-item-menu {
		gap: 0.625vw;
	}
	.main-footer-item-phones {
		margin: 0 0 0.99vw;
	}
	.main-footer-item-address > span:first-child {
		width: 4.688vw;
	}
	.main-footer-item-address+.main-footer-item-address {
		margin: 4px 0 1.615vw;
	}
	.main-footer-item-instagram {
		gap: 0.781vw;
	}
	.main-footer-bottom {
		padding: 0.729vw 0;
	}
	.btn-default-white {
		padding: 0.781vw 1.823vw;
	}
	/*.product-card-image {
		padding: 1.406vw 1.927vw;
	}*/
	/*.product-card-image > img.hover-image {
		width: calc(100% - 2.813vw);
		height: calc(100% - 3.854vw);
	}*/
	.product-card-sticker-wrapper {
		left: 1.042vw;
		top: 1.302vw;
	}
	.product-card-caption {
		padding: 0 1.042vw 0.885vw 1.042vw;
	}
	.product-card-wishlist {
		right: 1.146vw;
		top: 1.042vw;
	}
	.page-breadcrumb-title-wrapper {
		max-width: 1126px;
		margin: 0 auto 2.656vw;
	}
	.page-breadcrumb-wrapper > li:not(:last-child) {
		padding-right: 0.99vw;
	}
	.page-pagination {
		margin: 3.125vw auto 0;
	}
	.custom-pagination > li > span,
	.custom-pagination > li > a {
		font-size: 0.833vw;
		width: 2.604vw;
		height: 2.604vw;
	}
	.custom-pagination > li > span:before {
		width: 2.083vw;
	}
	.justify-arrows > a {
		width: 2.604vw;
		height: 2.604vw;
	}
	.page-banner-title-wrapper {
		bottom: 2.083vw;
	}
	.page-banner-wrapper > li:not(:last-child) {
		padding-right: 0.99vw;
	}
	.form-field input[type="text"],
	.form-field > textarea {
		padding: 0.677vw 1.042vw;
	}
	.form-field > textarea {
		height: 4.792vw;
	}
	.form-field+.form-field {
		margin: 1.068vw 0 0;
	}
	.form-field-checkbox {
		margin: 1.302vw 0;
		gap: 0.938vw;
	}
	.form-field-row > label {
		margin: 0 0.781vw 0 0;
	}
	.form-field .nice-select {
		font-size: 0.833vw;
		line-height: 2.448vw;
		height: 2.552vw;
		padding: 0 1.615vw 0 1.042vw;
	}
	.form-field-row .nice-select {
		font-size: 0.833vw;
		line-height: 0.99vw;
		height: 1.094vw;
		padding: 0 0.99vw 0 0;
	}
	.form-field .nice-select:after{
		right: 1.042vw;
	}
	.form-field .nice-select .option {
		font-size: 0.781vw;
		line-height: 2.448vw;
		min-height: 2.552vw;
		padding: 0 1.042vw;
	}
	.form-field-row .nice-select .option {
		font-size: 0.781vw;
		line-height: 1.563vw;
		min-height: 1.563vw;
		padding: 0 1.042vw;
	}
	.btn-default-green {
		padding: 0.781vw 1.823vw;
	}
	.bottom-fixed-part {
		right: 0.781vw;
		bottom: 0.781vw;
	}
	.open-popup-contact {
		width: 2.604vw;
		height: 2.604vw;
	}
	.scroll-to-top {
		width: 1.563vw;
		height: 1.563vw;
	}
	.fixed-form-contact {
		right: 0.781vw;
		bottom: 4.167vw;
		width: 26.042vw;
	}
	.contact-form-fixed-inner {
		padding: 2.083vw 2.604vw;
	}
	.contact-form-fixed-title {
		margin: 0 auto 1.589vw;
		max-width: 14.896vw;
	}
	.contact-form-fixed-call-us {
		margin: 1.302vw 0 0;
		padding-top: 1.302vw;
		gap: 0.833vw;
	}
	.fixed-form-contact .form-field-checkbox {
		padding-right: 2.969vw;
	}
	.double-column-field {
		grid-gap: 1.068vw 1.042vw;
	}
	.drag-drop-file {
		margin: 1.042vw 0 1.563vw;
	}
	.drag-drop-zone {
		height: 4.792vw;
		margin: 0 0 0.781vw;
	}
	.preview-container.w-m {
		margin-top: 0.781vw;
	}
	.preview-container > .thumbnail {
		width: 7.813vw;
	}
	.white-popup {
		padding: 2.083vw 2.604vw;
		max-width: 500px;
	}
	.white-popup-title {
		margin: 0 0 1.589vw;
	}
	.white-popup-600 {
		padding: 0 4.583vw;
		max-width: 31.25vw;
		height: 25vw;
	}
	.white-popup-xl {
		padding: 1.563vw 1.042vw 2.604vw 3.125vw;
		max-width: 52.083vw;
		height: calc(100vh - 3.646vw);
	}
	.white-popup-600 .white-popup-content > svg {
		margin: 0 0 1.042vw;
	}
	.white-popup-xl .white-popup-content > form {
		height: calc(100% - 10.104vw);
		padding-right: 2.083vw;
	}
	.white-popup-xl .drag-drop-file {
		margin-bottom: 1.068vw;
	}
	.white-popup-xl .white-popup-content > img {
		margin: 0 auto 1.563vw;
	}
	.white-popup-xl .white-popup-title {
		margin-bottom: 1.042vw;
	}
	.white-popup-text {
		margin-bottom: 2.083vw;
	}
	.form-fields-title {
		margin: 0 0 1.589vw;
	}
	.form-field-delimeter {
		margin: 2.083vw 0;
	}
	.agree-wish-btn-wrapper {
		margin: 2.083vw 0 0;
	}
	.agree-wish-btn-wrapper > label > span {
		max-width: 15.625vw;
	}
	.form-field-icon > svg {
		left: 1.042vw;
	}
	.form-field .form-field-icon > input[type="text"] {
		padding-left: 2.813vw;
	}
	.cart-xs-wrapper {
		right: -31.25vw;
		width: 30.208vw;
	}
	.cart-empty-wrapper {
		padding: 1.563vw;
	}
	.cart-empty-title {
		margin: 1.042vw 0;
	}
	.cart-empty-text {
		max-width: 30.208vw;
	}
	.btn-default-black {
		padding: 0.781vw 1.823vw;
	}
	.btn-default-green-border {
		padding: 0.781vw 1.823vw;
	}
	.cart-wrapper {
		padding: 1.563vw;
	}
	.cart-top-wrapper .cart-title {
		margin: 0 0 1.563vw;
	}
	.cart-products {
		grid-gap: 1.042vw;
	}
	.cart-product-item {
		grid-template-columns: 6.771vw 1fr;
		grid-gap: 1.042vw;
		padding-bottom: 1.094vw;
	}
	.cart-product-item-option-item {
		grid-template-columns: 3.385vw 1fr;
	}
	.cart-product-item-actions {
		gap: 1.302vw;
	}
	.cart-bottom-wrapper {
		grid-gap: 1.563vw;
	}
	.search-result-wrapper {
		padding: 2.604vw 4.167vw;
		grid-template-columns: 13.021vw 1fr;
		grid-gap: 5.417vw;
	}
	.search-result-left {
		padding-top: 4.896vw;
		gap: 3.125vw;
	}
	.search-result-item {
		gap: 1.302vw;
	}
	.search-result-products {
		margin: 0 0 1.042vw;
	}
	/* Categories */
	#categories-list {
		height: 20.833vw;
	}
	.popup-category-data-wrapper {
		grid-template-columns: 11.719vw 1fr 30.469vw;
	}
	.popup-category-data-left {
		padding: 4.167vw 0 4.167vw 4.323vw;
	}
	.popup-category-data-left > ul > li+li {
		margin-top: 0.781vw;
	}
	.popup-category-data-left > ul > li > a:after {
		right: -0.313vw;
		width: 0.938vw;
		height: 0.938vw;
	}
	.popup-category-data-middle {
		padding: 4.167vw 2.083vw;
	}
	.popup-category-data-middle-title {
		margin: 0 0 0.729vw;
	}
	.popup-subcategories-list > ul {
		max-height: 10.781vw;
	}
	.popup-manufacturers-list > ul {
		max-height: 10.781vw;
	}
	.popup-category-image-caption {
		left: 1.042vw;
		bottom: 1.042vw;
		width: calc(100% - 4.271vw);
	}
	.popup-category-image {
		max-height: 20.83vw;
	}
	.popup-category-image-title {
		margin: 0 0 0.573vw;
	}
	.popup-category-image-subtitle {
		margin: 0 0 0.938vw;
	}
	.instagram-account-link > .icon-wrapper {
		width: 1.563vw;
		height: 1.563vw;
	}
	.right-header-part .btn-default-icon > svg > path {
		stroke-width: 0.078vw;
	}
}
@media(max-width: 1199px) {
	.container-default-xs {
		padding: 0 20px;
	}
}
@media(max-width: 1099px) {
	.font-s-15 {
		font-size: 14px;
	}
	body .ocf-theme-light .ocf-search-btn-popover,
	.font-s-16 {
		font-size: 15px;
	}
	.font-s-20 {
		font-size: 18px;
	}
	.font-s-24 {
		font-size: 20px;
	}
	.font-s-26 {
		font-size: 22px;
	}
	.font-s-40 {
		font-size: 27px;
	}
	.font-s-48 {
		font-size: 32px;
	}
	.font-s-64 {
		font-size: 43px;
	}
	.font-s-90 {
		font-size: 60px;
	}
	.form-field input[type="text"], .form-field > textarea {
		padding: 10px 15px;
	}
	.container-default {
		padding: 0 20px;
	}
	.top-header-wrapper {
		grid-template-columns: repeat(3, 1fr);
		padding: 25px 0 15px;
		grid-gap: 10px;
	}
	.header-logo {
		width: 100%;
	}
	.nav-header-wrapper {
		gap: 20px;
	}
	.nav-header-wrapper > li > a {
		padding: 10px 5px;
	}
	.left-header-part {
		gap: 15px;
	}
	.left-header-menu {
		gap: 10px;
	}
	#search > button {
		width: 18px;
		height: 18px;
	}
	#search > input[type="text"] {
		padding: 10px 0 10px 20px;
	}
	.btn-default-black {
		padding: 10px 25px;
	}
	.btn-default-green,
	.btn-default-green-border,
	.btn-default-white {
		padding: 12px 25px;
	}
	.prefooter-wrapper {
		padding: 60px 0 30px;
	}
	.prefooter-wrapper > div {
		width: 30%;
	}
	.prefooter-left-text {
		gap: 10px;
	}
	.prefooter-left-title {
		margin-bottom: 20px;
	}
	.prefooter-logo {
		margin-bottom: 30px;
	}
	.prefooter-right-title {
		margin-bottom: 20px;
	}
	.prefooter-subscribe-field > input {
		padding: 14px 49px 14px 25px;
	}
	.main-footer-item-address {
		align-items: baseline;
	}
	.main-footer-item-address > span:first-child {
		flex-shrink: 0;
	}
	.main-footer-wrapper {
		grid-gap: 10px;
	}
	.main-footer-bottom {
		padding-right: 60px;
	}
	#common-home > section {
		padding: 0;
	}
	#common-home > section+section {
		margin-top: 60px;
	}
	#common-home > section:last-child {
		margin-bottom: 60px;
	}
	.bottom-fixed-part {
		right: 5px;
		bottom: 5px;
	}
	.page-breadcrumb-title-wrapper {
		margin: 0 auto 30px;
		padding: 0 20px;
	}
	.small-page-banner {
		padding-bottom: 20%;
	}
	/*.product-card-image > img {
		width: calc(100% - 40px);
		height: calc(100% - 30px);
	}*/
	.product-card-caption {
		padding: 0 10px 10px;
	}
	.contact-form-fixed-inner {
		padding: 30px;
	}
	.contact-form-fixed-title {
		margin: 0 auto 15px;
	}
	.form-field+.form-field {
		margin: 12px 0 0;
		gap: 4px;
	}
	.contact-form-fixed-call-us {
		margin: 15px 0 0;
		padding-top: 15px;
	}
	.fixed-form-contact .form-field-checkbox {
		padding-right: 20px;
		margin: 15px 0;
	}
	.search-result-wrapper {
		padding: 40px 20px;
		grid-gap: 50px;
	}
	.search-result-products {
		grid-template-columns: repeat(3, 1fr);
	}
	.search-result-products > div:nth-child(n+4) {
		display: none;
	}
	.search-result-left {
		padding-top: 30px;
		gap: 40px;
	}
	.search-result-item {
		gap: 15px;
	}
	.main-footer-bottom > div {
		width: 100%;
		text-align: center;
	}
}
@media(max-width: 990px) {
	.small-page-banner {
		padding-bottom: 25%;
	}
	.page-banner-title-wrapper {
		width: calc(100% - 40px);
	}
	.nav-header {
		display: none;
	}
	.left-header-menu {
		display: none;
	}
	.left-header-part > #search {
		display: none;
	}
	.product-card-name {
		height: calc(1.4 * 14px * 2);
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.prefooter-left {
		display: none;
	}
	.prefooter-wrapper > div {
		width: 45%;
	}
	.main-footer-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 24px 45px;
	}
	.main-footer-shop {
		order: 10;
	}
	.main-footer-service {
		order: 20;
	}
	.main-footer-catalog {
		order: 30;
	}
	.main-footer-contact {
		order: 40;
	}
	.main-footer-bottom {
		flex-direction: column;
		justify-content: center;
		gap: 4px;
		padding-right: 0;
	}
}
@media(max-width: 767px) {
	.mobile-header-address {
		color: var(--color-231F20);
	    font-family: var(--main-ff);
	    font-style: normal;
	    font-weight: 400;
	    line-height: 140%;
	    padding: 7px 0;
	    text-align: center;
	    width: 100%;
	    font-size: 16px;
	}
	.mobile-show {
		display: block;
	}
	.mobile-show.btn-default-icon {
		display: flex;
	}
	.btn-default-icon+.btn-default-icon {
		margin-left: 10px;
	}
	.left-header-part {
		align-self: unset;
		padding: 0;
	}
	.double-column-field {
		grid-template-columns: 1fr;
	}
	.double-column-fill {
		grid-column: unset;
	}
	.small-page-banner {
        padding-bottom: 40%;
    }
	.container-default-xs {
		padding: 0 7px;
	}
	.mobile-hide {
		display: none!important;
	}
	.font-s-12 {
		font-size: 10px;
	}
	.font-s-14 {
		font-size: 10px;
	}
	.font-s-15 {
		font-size: 10px;
	}
	body .ocf-theme-light .ocf-search-btn-popover,
	.font-s-16 {
		font-size: 10px;
	}
	.font-s-18 {
		font-size: 13px;
	}
	.font-s-20 {
		font-size: 13px;
	}
	.font-s-24 {
		font-size: 12px;
	}
	.font-s-26 {
		font-size: 16px;
	}
	.font-s-40 {
		font-size: 18px;
	}
	.font-s-48 {
		font-size: 20px;
	}
	.font-s-64 {
		font-size: 24px;
	}
	.font-s-90 {
		font-size: 36px;
	}
	.form-field input[type="text"], .form-field > textarea {
		font-size: 10px;
		padding: 8px 12px;
	}
	.drag-drop-file {
		margin: 15px 0;
	}
	.form-field .nice-select .option {
		font-size: 10px;
		line-height: 31px;
		min-height: 33px;
		padding: 0 15px 0 10px;
	}
	.form-field .nice-select .list {
		height: calc(33px * 8);
	}
	.double-column-field {
		grid-gap: 12px;
	}
	.form-field-row .nice-select {
		font-size: 10px;
		line-height: 33px;
		height: 35px;
		font-weight: 300;
	}
	.form-field-row .nice-select:after {
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="10" viewBox="0 0 11 10" fill="none"><path d="M9 3.66113L5.46447 7.19667L1.92893 3.66113" stroke="black" stroke-linecap="round"/></svg>');
		width: 11px;
		height: 10px;
	}
	.form-field .nice-select:after {
		right: 10px;
	}
	.form-field .nice-select {
		font-size: 10px;
		line-height: 31px;
		height: 33px;
		padding: 0 15px 0 10px;
	}
	.justify-arrows > a {
		top: 40%;
		width: 32px;
		height: 32px;
	}
	.justify-arrows > a > svg {
		width: 13px;
		height: auto;
	}
	.justify-arrows > a.next-slide {
		right: 5px;
	}
	.justify-arrows > a.prev-slide {
		left: 5px;
	}
	.page-banner {
		padding-bottom: 40%;
	}
	.page-banner-title-wrapper {
		bottom: 20px;
		gap: 7px;
		width: calc(100% - 30px);
	}
	.page-breadcrumb-title-wrapper {
		padding: 0;
		margin-bottom: 20px;
	}
	.page-banner-wrapper > li:not(:last-child):before {
		width: 10px;
		height: 9px;
	}
	.btn-icon-wrapper {
		width: 12px;
		height: 12px;
	}
	.btn-icon-wrapper > svg {
		width: 12px;
		height: 12px;
	}
	.btn-default-white {
		padding: 9px 15px;
	}
	.right-header-part > form,
	.right-header-part .wl-icon {
		display: none;
	}
	.top-header-wrapper {
		padding: 6px 0;
		height: 50px;
		grid-template-columns: 40px 1fr 40px;
	}
	.header-logo {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header-logo > img {
		height: 37px;
		width: auto;
	}
	.open-burger {
		display: flex;
	}
	#cart-open-btn {
		display: flex;
	}
	.swiper-paginate {
		margin: 15px 0 0!important;
		display: flex!important;
		justify-content: center!important;
		align-items: center!important;
		top: unset!important;
		left: unset!important;
		bottom: unset!important;
		gap: 10px!important;
	}
	.swiper-paginate .swiper-pagination-bullet {
		width: 5px;
		height: 3px;
		border-radius: 3px;
		background: var(--color-D3D3D3);
		transition: .3s;
		opacity: 1;
		margin: 0!important;
	}
	.swiper-paginate .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 15px;
		background: var(--color-88A188);
	}
	.container-default {
		padding: 0 7px;
	}
	.main-footer-item-menu {
		gap: 8px;
	}
	.main-footer-item-menu > li {
		line-height: 100%;
	}
	.main-footer-item-title {
		margin: 0 0 10px;
	}
	.prefooter-wrapper {
		padding: 23px 8px 0;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border: none;
	}
	.prefooter-wrapper > div {
		width: 100%;
	}
	.prefooter-logo {
		margin: 0 0 14px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.prefooter-logo > img {
		width: 240px;
		max-width: 100%;
	}
	.prefooter-middle-text {
		max-width: 254px;
		text-align: center;
		margin: 0 auto 24px;
	}
	.prefooter-right-title {
		max-width: 254px;
		margin: 0 auto 6px;
	}
	.prefooter-subscribe-field > button {
		width: 30px;
		height: 30px;
	}
	.main-footer-item-phones > a {
		font-size: 11px;
	}
	.main-footer-item-address {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.main-footer-item-address+.main-footer-item-address {
		margin: 13px 0 14px;
	}
	.main-footer-bottom-developed {
		line-height: 100%;
	}
	body {
		padding: 50px 0;
		/*overflow-x: hidden;*/
	}
	html {
		overflow-x: hidden;
	}
	.bottom-fixed-part {
		display: none;
	}
	.mobile-fixed-menu {
		width: 100%;
		padding: 0 26px;
		height: 50px;
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		background: var(--color-fff);
		box-shadow: 0px 4px 17.8px 0px rgba(0, 0, 0, 0.15);
		z-index: 9;
	}
	.mobile-fixed-menu > ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0;
		margin: 0;
		list-style: none;
		height: 100%;
		width: 100%;
	}
	.mobile-fixed-menu > ul > li > a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 5px;
		color: var(--color-231F20);
		font-family: var(--main-ff);
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.mobile-fixed-menu > ul > li > a > svg {
		height: 15px;
		width: auto;
	}
	#main-header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}
	#common-home > section+section {
		margin-top: 40px;
	}
	#common-home > section:last-child {
		margin-bottom: 40px;
	}
	#main-header .container-default {
		padding: 0 25px 0 15px;
	}
	html.overflow-burger {
		overflow: hidden;
	}
	.mobile-burger {
		display: block;
		position: fixed;
		top: 0;
		left: -101vw;
		width: 100%;
		max-width: 100vw;
		height: 100dvh;
		background: var(--color-fff);
		z-index: 99;
		transition: .3s;
		overflow-y: auto;
	}
	.mobile-burger.active {
		left: 0;
	}
	.mobile-burger-inner {
		display: flex;
		flex-direction: column;
		padding: 0 10px;
	}
	.mobile-burger-top {
		width: 100%;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid var(--color-D3D3D3);
	}
	.close-burger {
		display: flex;
	}
	.nav-header-mobile-wrapper {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.nav-header-mobile-wrapper > li > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 18px 11px 18px 0;
		border-bottom: 1px solid var(--color-D3D3D3);
		color: var(--color-231F20);
		font-family: var(--main-ff);
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		text-transform: uppercase;
	}
	.left-part-link {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 5px;
	}
	.mobile-burger-bottom {
		margin: 26px 0 0;
	}
	.mobile-burger-links {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 10px;
		margin: 0 0 26px;
	}
	.mobile-burger-contact {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 10px;
		margin: 0 0 15px;
	}
	.mobile-burger-phones {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 5px;
	}
	.mobile-burger-address {
		color: var(--color-231F20);
		font-family: var(--main-ff);
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.mobile-burger-phones > a {
		color: var(--color-231F20);
		font-family: var(--main-ff);
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;	
	}
	body .ocf-theme-light .ocf-search-btn-popover {
		height: 30px;
	}
	.btn-default-grey {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		color: var(--color-fff);
		font-family: var(--main-ff);
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		background: var(--color-88A188);
		height: 30px;
	}
	.btn-default-grey .btn-icon-wrapper > svg,
	.btn-default-grey .btn-icon-wrapper {
		width: 13px;
		height: 12px;
	}
	.btn-default-grey:focus .btn-icon-wrapper > svg:first-child,
	.btn-default-grey:hover .btn-icon-wrapper > svg:first-child {
	  opacity: 0;
	  transform: translate(100%, -100%);
	  transition: transform 0.3s, opacity 0.3s;
	}
	.btn-default-grey:focus .btn-icon-wrapper > svg:last-child,
	.btn-default-grey:hover .btn-icon-wrapper > svg:last-child {
	  opacity: 1;
	  transform: translate(0, -100%);
	  transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
	}
	.mobile-burger-top > form {
		margin-right: 0;
	}
	.mobile-wishlist-search-wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.mobile-wishlist-btn {
		height: 48px;
		border: 1px solid var(--color-231F20-2);
		border-left: none;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		color: var(--color-231F20);
		font-family: var(--main-ff);
		font-size: 14px;
		font-style: normal;
		font-weight: 300;
		line-height: 140%; /* 14px */
	}
	.mobile-search {
		border: 1px solid var(--color-231F20-2);
		border-left: none;
		border-right: none;
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mobile-search-inner {
		width: 90%;
		position: relative;
	}
	.mobile-search-inner > input {
		padding: 5px 10px 5px 28px;
		color: var(--color-231F20);
		font-family: var(--main-ff);
		font-size: 14px;
		font-style: normal;
		font-weight: 300;
		line-height: 140%; /* 14px */
		border: none;
	}
	.mobile-search-btn {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mobile-instagram > a {
		padding: 15px 0;
		color: var(--color-231F20);
		font-family: var(--main-ff);
		font-size: 14px;
		font-style: normal;
		font-weight: 300;
		line-height: 140%; /* 14px */
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		position: relative;
	}
	.mobile-instagram .instagram-account-link > .icon-wrapper {
		width: 16px;
		height: 16px;
		position: relative;
	}
	.mobile-instagram .instagram-account-link > .icon-wrapper > img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: auto;
		transition: .3s;
	}
	.mobile-instagram .instagram-account-link > .icon-wrapper > img.hover-icon {
		z-index: 2;
		opacity: 0;
		visibility: hidden;
	}
	.mobile-instagram .instagram-account-link:hover > .icon-wrapper > img.hover-icon {
		opacity: 1;
		visibility: visible;
	}
	.mobile-instagram .instagram-account-link:hover > .icon-wrapper > img.static-icon {
		opacity: 0;
	}
	.white-popup-xl {
		padding: 25px 15px;
	}
	.white-popup-xl .white-popup-content > img {
		margin-bottom: 10px;
	}
	.white-popup-xl .white-popup-title {
		margin-bottom: 15px;
	}
	.white-popup-text {
		margin-bottom: 10px;
	}
	.white-popup-xl .white-popup-content > form {
		padding-right: 21px;
		height: calc(100% - 120px);
	}
	.form-fields-title {
		margin-bottom: 20px;
	}
	.form-field-delimeter {
		margin: 20px 0;
	}
	.agree-wish-btn-wrapper {
		margin: 20px 0 0;
		gap: 10px;
		flex-direction: column;
	}
	.mobile-burger-content.categories-info {
		position: absolute;
		left: -100vw;
		top: 50px;
		width: 100%;
		transition: .3s;
		z-index: 9;
		height: calc(100% - 50px);
		background: var(--color-fff);
	}
	.mobile-burger-content.categories-info.active {
		left: 0;
	}
	.back-menu-btn {
		height: 49px;
		padding: 0 10px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
		color: var(--color-231F20);
		font-family: var(--main-ff);
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 140%; /* 15.4px */
	}
	.burger-category-gender {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-top: 1px solid var(--color-D3D3D3);
		border-bottom: 1px solid var(--color-D3D3D3);
	}
	.burger-category-gender > a {
		padding: 0 37px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--color-918F90);
		text-align: center;
		font-family: var(--main-ff);
		font-size: 11px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		text-transform: uppercase;
		transition: .3s;
	}
	.burger-category-gender > a.active {
		color: var(--color-231F20);
		background: var(--color-EBEBEB);
	}
	.burger-subcategories {
		max-height: calc(100% - 101px);
		padding-bottom: 10px;
		overflow-y: auto;
	}
	.burger-subcategories-list {
		display: none;
		padding: 0 10px;
		height: 100%;
	}
	.burger-subcategories-list > ul {
		padding: 0;
		margin: 0;
		list-style: none;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.burger-subcategories-list > ul > li {
		width: 100%;
	}
	.burger-subcategories-list > ul > li > a {
		height: 50px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		color: var(--color-231F20);
		font-family: var(--main-ff);
		font-size: 15px;
		font-style: normal;
		font-weight: 300;
		line-height: 140%; /* 15.4px */
		border-bottom: 1px solid var(--color-D3D3D3);
	}
	.mobile-burger-top .right-header-part {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 15px;
	}
	.mobile-burger-top .right-header-part > form {
		display: block;
		margin: 0!important;
	}
	.mobile-burger-top .right-header-part > form .dropdown-menu {
		position: fixed;
		width: 100vw;
		top: 49px;
		background: var(--color-fff);
		border-radius: 0;
		box-shadow: 0px 3px 5.5px rgba(0, 0, 0, 0.20);
		padding: 13px 10.5px;
		margin: 0;
		list-style: none;
	}
	.mobile-burger-top .right-header-part > form .dropdown-menu:before {
		position: absolute;
		content: '';
		left: 10px;
		top: 0;
		width: calc(100% - 20px);
		height: 1px;
		background: var(--color-D3D3D3);
	}
	.mobile-burger-top .right-header-part > form .dropdown-menu > li button {
		color: var(--color-231F20);
		font-family: var(--main-ff);
		font-size: 12px;
		font-style: normal;
		font-weight: 300;
		line-height: 140%; /* 14px */
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.mobile-burger-top .right-header-part > form .dropdown-menu > li+li {
		margin-top: 14px;
	}
	.mobile-burger-top .right-header-part > form button {
		font-size: 12px;
	}
	.product-card-manufacturer-name {
		font-size: 15px;
	}
	.product-card-price {
		font-size: 15px;
	}
	.product-card-sizes {
		font-size: 15px;
		margin-top: 2px;
	}
	.product-card-name {
		font-size: 15px;
		height: calc(1.4 * 15px * 3);
		-webkit-line-clamp: 3;
	}
	.custom-pagination > li > span, .custom-pagination > li > a {
		font-size: 14px;
		width: 30px;
		height: 30px;
	}
	.custom-pagination > li > span:before {
		width: 20px;
	}
	.custom-pagination > li.next-page > a svg,
	.custom-pagination > li.prev-page > a svg {
		width: 15px;
		height: auto;
	}
	.page-pagination {
		margin-top: 30px;
	}
}
/* END GTS AGENCY */