@font-face {
	font-family: 'Santral Book';
	font-display: swap;
	src: url('../fonts/Santral-Book.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Santral Medium';
	font-display: swap;
	src: url('../fonts/Santral-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Santral Regular';
	font-display: swap;
	src: url('../fonts/Santral-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Santral SemiBold';
	font-display: swap;
	src: url('../fonts/Santral-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

/*? Debug */
/*! Debug - Start */
#debug-icon a {
	display: block;
}
@media (max-width: 1199.98px) {
	#debug-bar .ci-label a {
		padding: 0px 6px;
	}
}
@media (max-width: 1024.98px) {
	#debug-bar .ci-label a {
		padding: 0px 10px;
	}
}
@media (max-width: 575.98px) {
	#debug-bar .ci-label a {
		padding: 0px 6px;
	}
}
@media (max-width: 420.98px) {
	#debug-bar .ci-label a {
		padding: 0px 4px;
	}
	#debug-bar #toolbar-position,
	#debug-bar #toolbar-theme {
		padding: 0 2px;
	}
}
@media (max-width: 374.98px) {
	#debug-bar .ci-label a {
		padding: 0px 2px;
	}
}
/*! Debug - End */

/*? Pagination  */
/*! Pagination - Start */
.pagination-page {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 30px;
}
.pagination-page,
.pagination-page__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pagination-page__btn svg {
	fill: #000;
}
.pagination-page__btn.disable svg {
	fill: #000;
	fill-opacity: 0.3;
}
.pagination-page__list {
	margin: 0 15px;
}
.pagination-page__item.dots {
	width: 12px;
}
.pagination-page__item.dots .pagination-page__link {
	width: 100%;
}
.pagination-page__item:not(:last-child) {
	margin: 0 25px 0 0;
}
.pagination-page__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 43px;
	height: 43px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	-webkit-font-feature-settings:
		'pnum' on,
		'lnum' on;
	font-feature-settings:
		'pnum' on,
		'lnum' on;
	color: #000;
}
.pagination-page__link.active {
	border: 1px solid #262626;
	border-radius: 6px;
}
.pagination-page__btn--right {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*! Pagination - End */

/*? Validation */
/*! Validation - Start */
.iti {
	width: 100%;
}
.iti .iti__selected-flag {
	padding: 0 12px;
}
.error {
	color: #dc0814;
}
.error-message {
	font-size: 12px;
	font-weight: 500;
	margin-top: 4px;
	padding: 4px 8px;
	border-radius: 4px;
}
.error-message::before {
	content: '⚠';
	margin-right: 4px;
	font-size: 10px;
}
._btn._sending {
	opacity: 0.5;
	cursor: not-allowed;
}
/*! Validation - End */

/*? Warehouse Availability */
/*! Warehouse Availability - Start */
.card__warehouses {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 10px;
}

.card__warehouse-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.card__warehouse-name {
	font-size: 14px;
	font-weight: 500;
	color: #13110c;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.card__warehouse-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10px;
	flex: 0 0 10px;
	display: inline-block;
}

.card__warehouse-dot--green {
	background-color: #28a745;
}

.card__warehouse-dot--red {
	background-color: #dc0814;
}
/*! Warehouse Availability - End */

/*? New Fonts */
/*! New Fonts - Start */
.product__name,
.product__price,
.product__unavailable {
	font-family: 'Santral Book', 'Santral Book Fallback', Verdana, Sans-Serif;
}
.product__name {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}
.product__price {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
}
.product__body {
	row-gap: 16px;
}
/*! New Fonts - End */

/*? NoUiSlider */
/*! NoUiSlider - Start */
/* Functional styling */
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
}
.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
/* Wrapper for all connect elements */
.noUi-connects {
	overflow: hidden;
	z-index: 0;
}
.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	-webkit-transform-style: flat;
	transform-style: flat;
}
.noUi-connect {
	height: 100%;
	width: 100%;
}
.noUi-origin {
	height: 100%;
	width: 100%;
}
/* Offset direction */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the connect elements */
.noUi-vertical .noUi-origin {
	width: 0;
}
.noUi-horizontal .noUi-origin {
	height: 0;
}
.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}
.noUi-touch-area {
	height: 100%;
	width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition:
		transform 0.3s,
		-webkit-transform 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}
/* Slider size and handle placement */
.noUi-horizontal {
	height: 18px;
}
.noUi-horizontal .noUi-handle {
	width: 24px;
	height: 24px;
	right: -11.5px;
	top: -11px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	right: -6px;
	top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto;
}
/* Styling */
.noUi-target {
	height: 3px;
	background-color: #dbdbdb;
	margin: 10px 15px 10px;
	position: relative;
}
.noUi-target::before,
.noUi-target::after {
	content: '';
	background-color: #dbdbdb;
	width: 11px;
	height: 4px;
	position: absolute;
	top: 0;
}
.noUi-target::before {
	left: -10px;
}
.noUi-target::after {
	right: -10px;
}
.noUi-connect {
	background-color: #000000;
}
/* Handles and cursors */
.noUi-draggable {
	cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}
.noUi-handle {
	border: 5px solid #000000;
	background-color: #000000;
	border-radius: 50%;
	cursor: default;
	/* -webkit-box-shadow: 0px 4px 4px 0px #000000; */
	/* box-shadow: 0px 4px 4px 0px #000000; */
}
/* Disabled state */
[disabled] .noUi-connect {
	background: #b8b8b8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed;
}
/* Base */
.noUi-pips,
.noUi-pips * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-pips {
	position: absolute;
	color: #999;
}
/* Values */
.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}
.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}
/* Markings */
.noUi-marker {
	position: absolute;
	background: #ccc;
}
.noUi-marker-sub {
	background: #aaa;
}
.noUi-marker-large {
	background: #aaa;
}
/* Horizontal layout */
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}
.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}
/* Vertical layout */
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}
.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}
.noUi-tooltip {
	color: #999999;
	font-size: 12px;
	position: absolute;
}
.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: -22px;
}
.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	left: auto;
	bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
	-webkit-transform: translate(0, -18px);
	-ms-transform: translate(0, -18px);
	transform: translate(0, -18px);
	top: auto;
	right: 28px;
}
/*! NoUiSlider - End */

/*? Filters */
/*! Filters - Start */
.filters,
.filters__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.filters {
	padding: 10px 0;
	background-color: #f5f5f5;
}
.filters__inner {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.filters__select {
	min-width: 174px;
	height: 44px;
	padding: 14px 15px 14px 20px;
	background: #fff;
	border-bottom: none;
	border-radius: 6px;
}
.filters__select,
.filters__select .select__header {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.filters__select .select__current,
.filters__select .select__item {
	font-family: 'Raleway', sans-serif;
	text-transform: none;
	font-weight: 500;
	line-height: 16px;
	color: inherit;
	-webkit-font-feature-settings:
		'pnum' on,
		'lnum' on;
	font-feature-settings:
		'pnum' on,
		'lnum' on;
}
.filters__select .select__current {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 14px;
}
.filters__select .select__item {
	font-size: 12px;
	padding: 8px 10px 8px 20px;
}
.cart-customer-contacts__input.select .select__item:hover,
.filters__select .select__item:hover {
	background-color: #f5f5f5;
}
.filters__select .select__body {
	margin-top: 6px;
	-webkit-box-shadow:
		0 6px 12px -6px rgba(24, 39, 75, 0.12),
		0 8px 24px -4px rgba(24, 39, 75, 0.08);
	box-shadow:
		0 6px 12px -6px rgba(24, 39, 75, 0.12),
		0 8px 24px -4px rgba(24, 39, 75, 0.08);
}
.filters__select .select__wrapp {
	background-color: #fff;
	padding: 10px 0;
	border: 0;
	border-radius: 6px;
}
.filters__select:hover {
	-webkit-box-shadow: 0 0 0 1px #c5c5c5;
	box-shadow: 0 0 0 1px #c5c5c5;
}
.filters__select:active {
	-webkit-box-shadow: 0 0 0 1px #262626;
	box-shadow: 0 0 0 1px #262626;
}
.filters__select .select__icon {
	margin: 0 0 0 10px;
}
.filters__find-product,
.filters__list,
.filters__select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.filters__find-product {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 34px 0 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	-webkit-font-feature-settings:
		'pnum' on,
		'lnum' on;
	font-feature-settings:
		'pnum' on,
		'lnum' on;
}
.filters__find-product span {
	margin: 0 5px 0 0;
	font-weight: 700;
}
.filters__list {
	overflow-x: clip;
	padding-left: 1px;
}
.filters__list .slick-list {
	overflow: visible;
}
.filters__item:not(:last-child) {
	margin: 0 15px 0 0;
}
.filters__btn {
	padding: 14px 20px;
	background-color: #fff;
	border-radius: 6px;
}
.filters__btn:hover {
	-webkit-box-shadow: 0 0 0 1px #c5c5c5;
	box-shadow: 0 0 0 1px #c5c5c5;
}
.filters__btn:active {
	-webkit-box-shadow: 0 0 0 1px #262626;
	box-shadow: 0 0 0 1px #262626;
}
.filters__all-btn,
.filters__all-btn span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.filters__all-btn span {
	margin: 0 0 0 10px;
}
.filters__slider {
	position: relative;
}
.filters__all-btn span,
.filters__slider-btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.filters__slider-btn {
	display: none;
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 30px;
	height: 30px;
	background: #fff;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	cursor: pointer;
}
.filters__slider-btn[aria-disabled='false'] {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.checkbox-switch input,
.filters__slider-btn.slick-disabled {
	display: none !important;
}
.filters__slider-btn--prev {
	left: 200px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.filters__slider-btn--next {
	right: 34px;
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translateY(-50%);
	transform: matrix(-1, 0, 0, 1, 0, 0) translateY(-50%);
}
.all-filters,
.all-filters .accordion--active svg {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.all-filters {
	overflow: auto;
	position: fixed;
	background: #fff;
	-webkit-box-shadow: -12px 4px 32px 0px rgba(0, 0, 0, 0.06);
	box-shadow: -12px 4px 32px 0px rgba(0, 0, 0, 0.06);
	right: -1000%;
	top: 0;
	z-index: 11;
	width: 421px;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}
.all-filters .accordion--active svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.all-filters.active {
	right: 0;
}
.all-filters__list {
	margin: 0 0 130px;
}
.all-filters__item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #eef2f6;
}
.all-filters__logo {
	height: 80px;
}
.all-filters__lang {
	display: none;
}
.all-filters__btn {
	padding: 30px 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	width: 190px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.all-filters__btn:hover {
	color: #353132;
}
.all-filters__btn,
.all-filters__btns,
.all-filters__clear-btn,
.all-filters__title,
.all-filters__view-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.all-filters__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	overflow-y: auto;
	padding: 30px;
}
.all-filters__title {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.219;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.all-filters__title span {
	margin: 0;
	cursor: pointer;
}
.all-filters__btns,
.all-filters__clear-btn,
.all-filters__view-btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.all-filters__btns {
	border-top: 1px solid #d9d9d9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 30px 0;
}
.all-filters__clear-btn,
.all-filters__view-btn {
	height: auto;
	border-radius: 4px;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.445;
	text-transform: uppercase;
	padding: 17px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.all-filters__clear-btn {
	border: none;
	background: transparent;
	color: #9a9a9a;
	margin: 0;
}
.all-filters__clear-btn:hover {
	color: #000;
}
.all-filters__view-btn {
	border: none;
	background: #000;
	color: #fff;
}
.all-filters__view-btn:hover {
	background: #353132;
}
.all-filters__view-counter {
	font-weight: 700;
	margin: 0 0 0 5px;
}
.all-filters__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.all-filters__item:not(:last-child) {
	margin: 0 0 30px;
}
.all-filters__choice-list {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.all-filters__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	cursor: pointer;
}
.all-filters__name {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4375;
}
.all-filters__name.disabled {
	opacity: 0.5;
}
.all-filters__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: transform 0.3s ease;
}
.all-filters__icon svg {
	width: 24px;
	height: 24px;
	transition: transform 0.3s ease;
}
.all-filters__head.accordion--active .all-filters__icon svg {
	transform: rotate(180deg);
}
.all-filters__close-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}
.all-filters__clear-btn svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.all-filters__choice-item {
	margin: 0;
}
.choice-item {
	gap: 12px;
}
.all-filters__current-choice {
	font-weight: 500;
	line-height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 3px 0;
}
.all-filters__current-choice li:not(:last-child) {
	margin: 0 5px 0 0;
}
.choice-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
.choice-item.disable {
	color: #d4d4d4;
}
.choice-item__name {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2189999686347113;
	flex: 1;
}
.choice-item__name.disabled {
	opacity: 0.5;
	pointer-events: none;
	cursor: not-allowed;
}
.choice-item__checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	flex-shrink: 0;
	gap: 12px;
	width: 100%;
	justify-content: space-between;
}
.choice-item__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
.choice-item__value {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	-webkit-font-feature-settings:
		'pnum' on,
		'lnum' on;
	font-feature-settings:
		'pnum' on,
		'lnum' on;
	margin: 0;
}
.all-filters__price-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.218999981880188em;
	color: #8c8c8c;
	margin: 10px 0 0;
}
.filter-catalog__price {
	margin: 0;
}
.price-filter-catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
.price-filter-catalog__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	padding-bottom: 10px;
}
.price-filter-catalog__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}
.price-filter-catalog__column span {
	font-size: 14px;
	color: #666;
}
.price-filter-catalog__input {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	font-size: 16px;
}
.price-filter-catalog__slider {
	margin: 10px;
	height: 4px;
}
.custom-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #d1d1d6;
	border-radius: 2px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all 0.2s ease;
}
.custom-checkbox.disabled {
	border: 1px solid #d4d4d4;
	opacity: 0.5;
}
.checkbox:checked + .custom-checkbox {
	background-color: #000;
	border-color: #000;
}
.checkbox:checked + .custom-checkbox::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 2px;
	left: 6px;
}
.choice-item__checkbox .checkbox {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}
.custom-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid #d1d1d6;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all 0.2s ease;
	flex-shrink: 0;
}
.custom-radio.disabled {
	border-color: #d4d4d4;
}
.radio:checked + .custom-radio {
	background-color: #000;
	border-color: #000;
}
.radio {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}
.choice-item__radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	flex-shrink: 0;
}
.pagination-page,
.pagination-page__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pagination-page__btn svg {
	fill: #000;
}
.pagination-page__btn.disable svg {
	fill: #000;
	fill-opacity: 0.3;
}
.pagination-page__list {
	margin: 0 15px;
}
.pagination-page__item.dots {
	width: 12px;
}
.pagination-page__item.dots .pagination-page__link {
	width: 100%;
}
.pagination-page__item:not(:last-child) {
	margin: 0 25px 0 0;
}
.pagination-page__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 43px;
	height: 43px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	-webkit-font-feature-settings:
		'pnum' on,
		'lnum' on;
	font-feature-settings:
		'pnum' on,
		'lnum' on;
	color: #000;
}
.pagination-page__link.active {
	border: 1px solid #262626;
	border-radius: 6px;
}
.pagination-page__btn--right {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sub-catalog__category .category__list {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.sub-catalog__category .category__item {
	margin-bottom: 0;
}
@media (max-width: 1290px) {
	.filters__slider-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (min-width: 1024px) and (max-width: 1440px) {
	.category__item {
		width: 180px;
	}
	.category__item:not(:last-child) {
		margin: 0 18px 0 0;
	}
}
@media (max-width: 1201px) {
	.category__item:nth-child(6n) {
		padding: 30px 0 0;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.category__item {
		width: 167px;
		margin-bottom: 30px;
	}
	.category__item:not(:last-child) {
		margin: 0 17px 0 0;
	}
	.category__list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
@media (min-width: 767px) and (max-width: 920px) {
	.catalog__list {
		grid-template-columns: repeat(3, 1fr);
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}
@media (min-width: 577px) and (max-width: 767px) {
	.filters {
		padding: 23px 0;
	}
	.filters__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.filters__find-product {
		margin: 0 0 15px;
	}
	.category__item:nth-child(6n) {
		padding: 0;
	}
	.filters__slider-btn {
		top: 70%;
	}
	.filters__slider-btn--prev {
		left: 34px;
	}
	.catalog__list {
		grid-template-columns: repeat(3, 1fr);
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}
@media (min-width: 320px) and (max-width: 670px) {
	.catalog__list {
		grid-template-columns: repeat(2, 1fr);
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
	}
}
@media (min-width: 320px) and (max-width: 576px) {
	.filters {
		padding: 23px 0;
	}
	.filters__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.filters__find-product {
		margin: 0 0 15px;
	}
	.category__item:nth-child(6n) {
		padding: 0;
	}
	.filters__slider-btn {
		top: 70%;
	}
	.filters__slider-btn--prev {
		left: 34px;
	}
	.pagination-page__list {
		margin: 0 12px;
	}
	.pagination-page__item:not(:last-child) {
		margin: 0;
	}
	.pagination-page__item:nth-child(4) {
		display: none;
	}
}
/*! Filters - End */

/*? Custom CSS */
/*! Custom CSS - Start */
.lazy-waiting,
.lazy-loading {
	display: block;
	visibility: hidden;
}

.swiper-pagination-lock {
	display: none;
}

.benefits__icon {
	width: max-content;
	height: max-content;
}

.about__title {
	line-height: normal;
}

@media (max-width: 421.98px) {
	.category__content {
		grid-template-columns: repeat(1, 1fr);
	}
}

.card__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	color: #211e22;
	font-size: 32px;
	font-weight: 500;
}

.card__price span._old {
	/* color: #595959; */
	font-size: 16px;
	font-weight: 400;
	text-decoration: line-through;
	font-family: OpenSans;
}

.product-buy-click__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	color: #211e22;
	font-size: 18px;
	font-weight: 500;
}

.product-buy-click__price span._old {
	/* color: #595959; */
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
	font-family: OpenSans;
}

.ql-editor {
	overflow-y: visible !important;
	padding: 0 !important;
	white-space: normal !important;
}
.ql-editor ul {
	margin-left: 1.5em;
}
.ql-editor ul li {
	list-style-type: disc !important;
}
.ql-editor ol li {
	list-style-type: decimal !important;
}
.ql-editor li {
	padding-left: 0 !important;
}

.action-header__status._deactivated {
	background: #dc0814;
}

.head-catalog__select.filters__all-btn {
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	width: 100px;
}
.head-catalog__select.catalog__sort {
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	width: 200px;
}
.head-catalog__sort span {
	white-space: nowrap;
}
.head-catalog__column {
	flex-wrap: wrap;
	row-gap: 15px;
}
@media (max-width: 566.98px) {
	.head-catalog__column:last-child {
		justify-content: normal;
	}
}
.filters__all-btn .select__options {
	display: none !important;
}
.filters__all-btn .select__value:before {
	transform: rotate(0) !important;
}
body._lock .filters__all-btn .select._active {
	z-index: 1;
}

.card__buy._disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.bottom-footer__copy {
	text-align: center;
}

.list-menu__item {
	white-space: nowrap;
}

.card__price._discount {
	flex-direction: column;
}
.card__price._discount span._discount,
.product-buy-click__price._discount span._discount {
	color: #dc0814;
	font-size: 16px;
	font-weight: 400;
}
.card .card__price._discount,
.product-buy-click__price._discount {
	flex-direction: column;
	align-items: flex-start;
}

.product__unavailable {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	color: #dc0814;
	text-align: center;
}
.product__head .product__unavailable {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
}

.product__image--unavailable img,
.main-gallery-card__item--unavailable img,
.thumbs-gallery-card__item--unavailable img {
	filter: grayscale(80%);
	opacity: 0.8;
}

.mini-details-card__item span:nth-child(2) {
	white-space: normal;
	text-align: end;
}

.card__details {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.mini-details-card._gemstones-list {
	gap: 20px;
}

.head-catalog__count,
.head-catalog__sort,
.head-catalog__select .select__value {
	font-size: 16px;
}
