/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	display: block;
	magrin: 0;
	padding: 0;
}

p {
	margin-bottom: 12px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 12px;
}

address {
	margin: 0 0 12px;
}

pre {
	background: #eee;
	line-height: 1.6;
	margin-bottom: 12px;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ol,
ul {
	padding: 0;
	margin: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	display: block;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000000;
	text-decoration: unset;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: transparent;
	outline: unset;
	cursor: pointer;
	padding: 0;
	border: unset;
	display: block;
	outline: unset;
}

input[type="text"]:placeholder,
input[type="email"]:placeholder,
input[type="url"]:placeholder,
input[type="password"]:placeholder,
input[type="search"]:placeholder,
input[type="number"]:placeholder,
input[type="tel"]:placeholder {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: inherit;
	color: #ACACAC;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #2D2D2D;
	display: block;
	outline: unset;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #2D2D2D;
}


textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
	font-family: 'Graphik Compact';
	src: url('assets/fonts/GraphikCompactLight.eot');
	src: local('Graphik Compact Light'), local('Graphik Compact'),
		url('assets/fonts/GraphikCompactLight.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/GraphikCompactLight.woff') format('woff'),
		url('assets/fonts/GraphikCompactLight.ttf') format('truetype');
	font-weight: 300; /* Легкий шрифт */
	font-style: normal;
}

@font-face {
	font-family: 'Graphik Compact';
	src: url('assets/fonts/GraphikCompactRegular.eot');
	src: local('Graphik Compact Regular'), local('Graphik Compact'),
		url('assets/fonts/GraphikCompactRegular.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/GraphikCompactRegular.woff') format('woff'),
		url('assets/fonts/GraphikCompactRegular.ttf') format('truetype');
	font-weight: 400; /* Нормальний шрифт */
	font-style: normal;
}

@font-face {
	font-family: 'Graphik Compact';
	src: url('assets/fonts/GraphikCompactMedium.eot');
	src: local('Graphik Compact Medium'), local('Graphik Compact'),
		url('assets/fonts/GraphikCompactMedium.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/GraphikCompactMedium.woff') format('woff'),
		url('assets/fonts/GraphikCompactMedium.ttf') format('truetype');
	font-weight: 500; /* Середній шрифт */
	font-style: normal;
}

@font-face {
	font-family: 'Graphik Compact';
	src: url('assets/fonts/GraphikCompactBold.eot');
	src: local('Graphik Compact Bold'), local('Graphik Compact'),
		url('assets/fonts/GraphikCompactBold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/GraphikCompactBold.woff') format('woff'),
		url('assets/fonts/GraphikCompactBold.ttf') format('truetype');
	font-weight: 700; /* Жирний шрифт */
	font-style: normal;
}

@font-face {
	font-family: 'Graphik Compact';
	src: url('assets/fonts/GraphikCompactSemiBold.eot');
	src: local('Graphik Compact SemiBold'), local('Graphik Compact'),
		url('assets/fonts/GraphikCompactSemiBold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/GraphikCompactSemiBold.woff') format('woff'),
		url('assets/fonts/GraphikCompactSemiBold.ttf') format('truetype');
	font-weight: 600; /* Напівжирний шрифт */
	font-style: normal;
}


/*--------------------------------------------------------------
# Compnents
--------------------------------------------------------------*/

button {
	outline: unset;
	border: unset;
	display: block;
}


html {scroll-behavior: smooth;}

.container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 70px;
	box-sizing: border-box;
}

body, * {
	font-family: 'Graphik Compact';
	font-weight: 400;
	color: #2C2C2C;
	font-size: 18px;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	display: block;
	font-family: 'Graphik Compact';
	font-weight: 600;
}

section,
header,
footer {
	display: block;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
	display: none!important;
}

.wpcf7-not-valid-tip {
	font-size: 16px;
}

.section-title {
	font-size: 34px;
	margin-bottom: 40px;
}

.page-title {
	font-style: normal;
	font-weight: 600;
	font-size: 34px;
	color: #1C1C1C;
	line-height: 1.2;
	margin-bottom: 24px;
}

section {
	margin-top: 110px;
}

header,
section {
	display: block;
}

/* Стиль для всієї смуги прокрутки */
::-webkit-scrollbar {
    width: 3px;
    height: 3px; 
}

::-webkit-scrollbar-thumb {
    background-color: #131313;
}


/* Стиль для смуги прокрутки */
::-webkit-scrollbar-track {
    background-color: #828282; 
    width: 3px;
    height: 3px;
}

@media (max-width: 1200.99px) {
	.container {
		padding: 0 24px;
	}
}

@media (max-width: 768.99px) {
	body, * {
		font-size: 16px;
	}

	section {
		margin-top: 80px;
	}

	.page-title {
		font-size: 30px;
	}
}

@media (max-width: 520.99px) {
	section {
		margin-top: 60px;
	}

	.section-title {
		font-size: 28px;
	}

	body, * {
		font-size: 14px;
	}

	.container {
		padding: 0 16px;
	}

	.section-title {
		margin-bottom: 24px;
	}

	.page-title {
		font-size: 28px;
	}

}

@media (max-width: 420.99px) {
	section {
		margin-top: 45px;
	}
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 0;
}

.breadcrumbs__list li {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	color: #6F6F6F;
	display: block;
}

.breadcrumbs__list li * {
	display: block;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.breadcrumbs__list li span {
	text-decoration: underline;
}

.breadcrumbs__list li:not(:last-child) {
	display: flex;
}

.breadcrumbs__list li:not(:last-child):after {
	content: '>';
	text-align: center;
	width: 16px;
	height: 16px;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

 
/*--------------------------------------------------------------
# Count block
--------------------------------------------------------------*/
.pr-count-block {
	width: fit-content;
	padding: 0 12px;
	box-sizing: border-box;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 7px;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
}

.pr-count-input {
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	width: 10px;
	text-transform: uppercase;
	color: #343232;
	outline: unset;
	border: unset;
}

.pr-count-minus,
.pr-count-pluse {
	width: 10px;
	height: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.pr-count-pluse:before,
.pr-count-minus:after,
.pr-count-pluse:after {
	content: '';
	background: #343232;
	opacity: .3;
	position: absolute;
}

.pr-count-minus:after,
.pr-count-pluse:after {
	left: 0;
	width: 100%;
	height: 1px;
}

.pr-count-pluse:before {
	height: 100%;
	width: 1px;
	top: 0;
}

/*--------------------------------------------------------------
# Mini-cart
--------------------------------------------------------------*/
.close-wishlist-wrapper,
.close-mini-cart-wrapper {
	cursor: pointer;
	position: fixed;
	z-index: 1111;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(61, 61, 61, 0.4);
}

.wishlist-wrapper,
.mini-cart-wrapper {
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 0;
	max-width: 500px;
	opacity: 0;
	overflow: hidden;
	z-index: -11111;
	transform: translateX(100%);
	transition: opacity .7s, transform 1.2s;
}

.wishlist-wrapper.open,
.mini-cart-wrapper.open {
	height: 100vh;
	opacity: 1;
	z-index: 11111;
	transform: translateX(0);
	overflow-y: auto;
	padding: 16px;
	box-sizing: border-box;
}

.wishlist-wrapper__top-block,
.mini-cart-wrapper__top-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.wishlist-wrapper__title,
.mini-cart-wrapper__title {
	display: block;
	line-height: 1.3;
	font-weight: 400;
	font-size: 30px;
	color: #343232;
}

.wishlist-wrapper__close-wishlist-btn,
.mini-cart-wrapper__close-mini-cart-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	position: relative;
	cursor: pointer;
}

.wishlist-wrapper__close-wishlist-btn:before,
.wishlist-wrapper__close-wishlist-btn:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #343232;
}

.mini-cart-wrapper__close-mini-cart-btn:before,
.mini-cart-wrapper__close-mini-cart-btn:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #343232;
}
.wishlist-wrapper__close-wishlist-btn:before,
.mini-cart-wrapper__close-mini-cart-btn:before {
	transform: rotate(-45deg);
}

.wishlist-wrapper__close-wishlist-btn:after,
.mini-cart-wrapper__close-mini-cart-btn:after  {
	transform: rotate(45deg);
}

.wishlist-wrapper__products-list,
.mini-cart-wrapper__products-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.wishlist-wrapper__product-item,
.mini-cart-wrapper__product-item {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-gap: 0 10px;
	padding: 18px 0;
	box-sizing: border-box;
	border-top: 1px solid rgba(52, 50, 50, 0.1);
	border-bottom: 1px solid rgba(52, 50, 50, 0.1);
}


.wishlist-wrapper__item-thumb,
.mini-cart-wrapper__item-thumb {
	display: block;
}

.wishlist-wrapper__item-img,
.mini-cart-wrapper__item-img {
	display: block;
	object-fit: contain;
	object-position: center;
}

.wishlist-wrapper__item-main-info,
.mini-cart-wrapper__item-main-info {
	display: flex;
	flex-direction: column;
}

.wishlist-wrapper__item-price-block,
.mini-cart-wrapper__item-price-block {
	display: flex;
	align-items: center;
	gap: 0 5px;
	justify-content: flex-end;
}

.wishlist-wrapper__item-info-bottom,
.mini-cart-wrapper__item-info-bottom {
	margin-top: 8px;
}

.wishlist-wrapper__item-info-bottom,
.wishlist-wrapper__item-info-top {
	display: flex;
	justify-content: space-between;
}

.wishlist-wrapper__item-add-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	width: 130px;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	color: #343232;
}

.wishlist-wrapper__item-add-btn:not(.in-cart):hover,
.wishlist-wrapper__item-add-btn.in-cart {
	background: #343232;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.mini-cart-wrapper__item-info-bottom,
.mini-cart-wrapper__item-info-top {
	display: flex;
	justify-content: space-between;
}

.wishlist-wrapper__item-old-price,
.wishlist-wrapper__item-new-price,
.wishlist-wrapper__item-price {
	font-size: 14px;
	line-height: 1.2;
	text-align: right;
	text-transform: uppercase;
	display: block;
}


.mini-cart-wrapper__item-old-price,
.mini-cart-wrapper__item-new-price,
.mini-cart-wrapper__item-price {
	font-size: 14px;
	line-height: 1.2;
	text-align: right;
	text-transform: uppercase;
	display: block;
}

.mini-cart-wrapper__item-new-price,
.mini-cart-wrapper__item-price {
	font-weight: 500;
	color: #343232;
}

.wishlist-wrapper__item-new-price,
.wishlist-wrapper__item-price {
	font-weight: 500;
	color: #343232;
}

.wishlist-wrapper__item-old-price,
.mini-cart-wrapper__item-old-price {
	text-decoration: line-through;
	color: #ACACAC;
}

.wishlist-wrapper__item-currency,
.mini-cart-wrapper__item-currency {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}


.wishlist-wrapper__item-name,
.mini-cart-wrapper__item-name {
    max-width: 180px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #343232;
    overflow: hidden; /* Сховати текст, що виходить за межі */
    display: -webkit-box; /* Для браузерів WebKit */
    -webkit-box-orient: vertical; /* Вертикальна орієнтація */
    -webkit-line-clamp: 4; /* Кількість рядків */
}

.wishlist-wrapper__options-list, 
.mini-cart-wrapper__options-list {
	display: flex;
	gap: 0 5px;
	margin-top: 4px;
}

.wishlist-wrapper__option-item,
.mini-cart-wrapper__option-item {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	color: #ACACAC;
}

.wishlist-wrapper__bottom-block,
.mini-cart-wrapper__bottom-block {
	display: flex;
	flex-direction: column;
	margin-top: 8px;
	margin-top: 65px;
}


.mini-cart-wrapper__total-list {
	display: flex;
	flex-direction: column;
	gap: 5px 0;
}

.mini-cart-wrapper__total-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mini-cart-wrapper__total-item-name,
.mini-cart-wrapper__total-item-value {
	font-weight: 600;
	font-size: 17px;
	line-height: 1.2;
	color: #343232;
}

.mini-cart-wrapper__total-item-value strong {
	font-size: inherit;
	font-weight: 500;
	line-height: inherit;
	color: inherit;
}

.wishlist-wrapper__checkout-btn,
.mini-cart-wrapper__checkout-btn {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	height: 40px;
	background: #131313;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #FFFFFF;
}

.wishlist-wrapper__shop-btn,
.mini-cart-wrapper__shop-btn {
	display: block;
	width: fit-content;
	margin-top: 12px;
	font-size: 14px;
	line-height: 12
	text-align: center;
	text-decoration: underline;
	color: #ACACAC;
}

.wishlist-wrapper__similiar-slider-block
.mini-cart-wrapper__similiar-slider-block {
	margin-top: 18px;
}

.wishlist-wrapper__similiar-item,
.mini-cart-wrapper__similiar-item {
	display: block;
}

.wishlist-wrapper__similiar-block,
.mini-cart-wrapper__similiar-block {
	margin-top: 32px;
	padding: 8px 0;
	box-sizing: border-box;
	border-top: 1px solid rgba(52, 50, 50, 0.2);
	border-bottom: 1px solid rgba(52, 50, 50, 0.2);
}

.wishlist-wrapper__similiar-title,
.mini-cart-wrapper__similiar-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #343232;
}

.wishlist-wrapper__similiar-thumb,
.mini-cart-wrapper__similiar-thumb {
	display: block;
}


.wishlist-wrapper__similiar-img,
.mini-cart-wrapper__similiar-img {
	display: block;
	width: 90px;
	height: 90px;
	object-fit: contain;
	object-position: center;
}

.wishlist-wrapper__similiar-name,
.mini-cart-wrapper__similiar-name  {
	margin-top: 20px;
	display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #343232;
    max-height: calc(14px * 1.2 * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wishlist-wrapper__similiar-price-block,
.mini-cart-wrapper__similiar-price-block {
	display: flex;
	align-items:flex-end;
	gap: 0 5px;
}

.wishlist-wrapper__similiar-price-block,
.wishlist-wrapper__similiar-price {
	margin-top: 5px;
}

.mini-cart-wrapper__similiar-price-block,
.mini-cart-wrapper__similiar-price {
	margin-top: 5px;
}

.wishlist-wrapper__similiar-old-price,
.mini-cart-wrapper__similiar-old-price {
	font-size: 12px;
	font-weight: 400;
	color: #343232;
	line-height: 1.2;
	opacity: .7;
	text-decoration: line-through;
}

.wishlist-wrapper__similiar-price,
.wishlist-wrapper__similiar-new-price {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	display: block;
	color: #343232;
}

.mini-cart-wrapper__similiar-price,
.mini-cart-wrapper__similiar-new-price {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	display: block;
	color: #343232;
}

.wishlist-wrapper__similiar-currency,
.mini-cart-wrapper__similiar-currency {
	font-size: 12px;
	font-weight: 400;
	color: inherit;
	line-height: inherit;
}
.mini-cart-wrapper__remove-pr-btn,
.wishlist-wrapper__remove-pr-btn {
	display: block;
}

.wishlist-wrapper__remove-pr-btn svg,
.mini-cart-wrapper__remove-pr-btn svg {
	width: 15px;
	height: 15px;
	display: block;
}


@media (max-width: 520.99px) {
	.wishlist-wrapper__title,
	.mini-cart-wrapper__title {
		font-size: 24px;
	}

	.wishlist-wrapper__top-block,
	.mini-cart-wrapper__top-block {
		margin-bottom: 35px;
	}

	.wishlist-wrapper__product-item,
	.mini-cart-wrapper__product-item {
		padding: 16px 0;
	}
}

@media (max-width: 420.99px) {
	.wishlist-wrapper__title,
	.mini-cart-wrapper__title {
		font-size: 22px;
	}
}


/*--------------------------------------------------------------
# Cart item
--------------------------------------------------------------*/
.cart-list:not(.owl-carousel) {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
}

.cart-item {
	display: flex;
	flex-direction: column;
	padding: 16px;
	box-sizing: border-box;
	border: 1px solid #F8F8F8;
	background: #F8F8F8;
	height: 100%;
}

.cart-item__img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: contain;
	object-position: center;
	mix-blend-mode: darken;
}

.cart-item__thumb {
	display: block;
	position: relative;
}

.cart-item__thumb-btns {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
}

.cart-item__thumb-left-btns-group {
	display: flex;
	align-items: center;
	gap: 0 10px;
}

.cart-item__new-title,
.cart-item__hit-title,
.cart-item__present {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	text-align: center;
	padding: 0 8px;
	box-sizing: border-box;
	height: 32px;
	background: #494949;
}


.cart-item__new-title,
.cart-item__hit-title {
	line-height: 1.2;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}

.cart-item__present svg {
	display: block;
	width: 20px;
	height: 20px;
}

.cart-item__wishlist-btn {
	display: block;
}

.cart-item__wishlist-btn.in-wishlist path {
	fill: #EB3028;
}

.cart-item__title-block {
	margin-top: 24px;
}

.cart-item__rating-block {
	margin-top: 5px;
	display: flex;
	gap: 0 4px;
	align-items: center;
	justify-content: center;
}

.cart-item__rating-count {
	display: block;
	font-weight: 500;
	line-height: 1.15;
	font-size: 12px;
	color: #696969;
}

.cart-item__rating-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 3px;
}

.cart-item__rating-item {
	display: block;
}

.cart-item__rating-item svg {
	display: block;

}

.cart-item__rating-item:not(.active) path {
	fill: #DDDDDD;
}

.cart-item__rating-item.active path {
	fill: #F6E200;
}

.cart-item__price-block {
	display: flex;
	align-items: center;
	gap: 0 5px;
}

.cart-item__price-block,
.cart-item__price {
	margin-top: 16px;
}

.cart-item__new-price {
	color: #EB3028;
}

.cart-item__price {
	color: #303030;
	text-align: center;
}

.cart-item__price,
.cart-item__old-price,
.cart-item__new-price {
	display: block;
} 

.cart-item__old-price {
	font-weight: 600;
	font-size: 12px;
	line-height: 1.15;
	text-decoration: line-through;
	color: #696969;
}

.cart-item__price,
.cart-item__new-price {
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.1;
}

.cart-item__currency {
	font-size: 20px;
	line-height: inherit;
	color: inherit;
	font-weight: 500;
}

.cart-item__price-block {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.cart-item__name {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #323232;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(15px * 3);
    line-height: 1.5;
}


.cart-item__title-block {
	display: flex;
	flex-direction: column;
}

.cart-item__rating-block {
	margin-top: 4px;
}

.cart-item__options-block {
	margin-top: 15px;
}

.cart-item__option-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.cart-item__option-item {
	flex: 1 1 calc(33% - 6px);
	width: 100%;
	display: block;
}

.cart-item__option-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.15;
	color: #D8D8D8;
	width: 100%;
	box-sizing: border-box;
	height: 28px;
	border: 1px solid #D8D8D8;
	text-align: center;
}
.cart-item__option-item:hover .option-btn,
.cart-item__option-item.active .option-btn {
	color: #373737;
	border-color: #373737;
}

.cart-item__to-cart-btn {
	margin-top: 16px;
	padding: 8px;
	box-sizing: border-box;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.2;
	color: #FFFFFF;
	background: #131313;
	box-shadow: 0px 2px 5px rgba(134, 134, 134, 0.25);
}

.cart-item__to-cart-btn.disabled {
	background: #999999;
	opacity: .5;
	box-shadow: 0px 2px 5px rgba(134, 134, 134, 0.25);
	cursor: not-allowed;
}

@media (max-width: 520.99px) {
	.cart-item__img {
		height: 200px;
	}
}

@media (max-width: 420px) {
	.cart-item__price, 
	.cart-item__new-price {
		font-size: 20px;
	}

	.cart-item__currency {
		font-size: 17px;
	}

	.cart-item__to-cart-btn {
		font-size: 15px;
	}
}

/*--------------------------------------------------------------
# Pages pagination
--------------------------------------------------------------*/
.pagination {
	margin-top: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 7px;
}

.pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid transparent;
}


.pagination .page-numbers:not(.prev):not(.next) {
	border-radius: 50%;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #3C3C3C;
}

.pagination .page-numbers:not(.prev):not(.next):not(.current):hover,
.pagination .page-numbers.current {
	border-color: #373737;
	background: #373737;
	color: #FFFFFF!important;
	font-weight: 600!important;
}


/*--------------------------------------------------------------
# Product slider pagination
--------------------------------------------------------------*/
.slider-pagination {
	display: flex;
	justify-content: flex-end;
	margin-top: 25px;
	align-items: center;
	gap: 0 16px;
}
.slider-pagination__prev-btn,
.slider-pagination__next-btn {
	display: block;
	cursor: pointer;
}

.slider-pagination__prev-btn svg,
.slider-pagination__next-btn svg {
	width: 24px;
	height: 24px;
	display: block;
}

.slider-pagination__nums-block {
	display: flex;
	align-items: center;
	gap: 0;
}


[class*=slider-block] {
	position: relative;
}

[class*=slider-block] .next-btn,
[class*=slider-block] .prev-btn  {
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 111;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #7D7D7D;
	position: absolute;
	opacity: 0;
	transition: all .7s;
}

[class*=slider-block]:hover .next-btn,
[class*=slider-block]:hover .prev-btn {
	opacity: 1;
}

[class*=slider-block] .next-btn {right: 0;}

[class*=slider-block] .prev-btn {left: 0;}

[class*=slider-block] .next-btn svg,
[class*=slider-block] .prev-btn svg {
	width: 7px;
	height: auto;
	display: block;
}

[class*=slider-block] .next-btn svg {
	transform: scale(-1,1);
}

/*--------------------------------------------------------------
# Top nav
--------------------------------------------------------------*/
.top-nav {
	background: #000000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.top-nav.fixed {
	position: fixed;
	z-index: 1111;
	width: 100%;
	left: 0;
	top: 0;
}

.top-nav__soc-list {
	padding: 0;
	display: flex;
	gap: 0 10px;
}

.top-nav__soc-item {
	display: block;
}

.top-nav__soc-item-link {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #FFFFFF;
}

.top-nav__soc-item-icon {
	display: block;
	width: auto;
	height: 16px;
}

.top-nav__main-block {
	height: 60px;
	display: grid;
	grid-template-columns: max-content 1fr max-content;
	align-content: center;
	grid-gap: 0 20px;
}

.top-nav__center {
	display: flex;
	justify-content: center;
	width: 100%;
}

.top-nav__special-line {
	display: flex;
	align-items: center;
	text-align: center;
	font-family: 'Graphik Compact';
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	color: #FFFFFF;
}

.top-nav__lang-block {
	position: relative;
	height: fit-content;
}

.top-nav__lang-img {
	width: 20px;
	height: 20px;
	display: block;
}

.top-nav__current-lang {
	display: grid;
	grid-template-columns: repeat(3, max-content);
	align-items: center;
	grid-gap: 0 4px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
}

.top-nav__current-lang svg {
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
}

.top-nav__lang-list {
	display: none;
}

@media (max-width: 1200.99px) {
	.top-nav__main-block {
		height: 50px;
	}
}

@media (max-width: 960.99px) {
	.top-nav__special-line {
		font-size: 16px;
	}

	.top-nav__main-block {
		height: 40px;
	}

	.top-nav__soc-item-link {
		width: 28px;
		height: 28px;
	}

	.top-nav__soc-item-icon {
		height: 13px;
	}
}

@media (max-width: 640.99px) {
	.top-nav__soc-list {
		display: none;
	}

	.top-nav__main-block {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.top-nav__center {
		justify-content: flex-start;
	}
}

@media (max-width: 520.99px) {
	.top-nav__center {
		justify-content: center;
	}
}

/*--------------------------------------------------------------
# Menu nav
--------------------------------------------------------------*/
.menu-nav {
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.05);
}
.menu-nav.fixed {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 1111;
	background: #FFFFFF;
}

.menu-nav.fixed + main {
	margin-top: 160px;
}

.menu-nav__logo {
	display: block;
}

.menu-nav__logo-img {
	display: block;
	height: 40px;
	width: auto;
}

.menu-nav .container {
	position: relative;
}

.menu-nav__main-block {
	display: grid;
	grid-template-columns: max-content 1fr max-content;
	grid-gap: 0 20px;
	align-items: center;
	height: 100px;
}

.menu-nav__menu {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 16px;
}

.menu-nav__menu.disabled {
	display: none;
}

.menu-nav__menu > .menu-item {
	box-sizing: border-box;
	height: 100%;
	display: flex;
	align-items: center;
}

.menu-nav__menu > .menu-item > a {
	padding: 6px 8px;
	font-size: 17px;
	color: #5A5A5A;
	display: block;
	box-sizing: border-box;
}


.menu-nav__menu .menu-item-has-children > a {
	display: flex;
	align-items: center;
	gap: 0 5px;
}

.menu-nav__menu .menu-item-has-children > a:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: 12px;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.34313 6.13437C2.29542 6.09145 2.2393 6.05789 2.17797 6.03562C2.11665 6.01335 2.05131 6.00279 1.9857 6.00456C1.92008 6.00633 1.85548 6.02038 1.79557 6.04592C1.73566 6.07146 1.68163 6.10798 1.63654 6.1534C1.59146 6.19882 1.55622 6.25225 1.53282 6.31063C1.50943 6.36902 1.49834 6.43123 1.5002 6.49369C1.50206 6.55616 1.51682 6.61767 1.54364 6.6747C1.57046 6.73174 1.60882 6.78318 1.65653 6.8261L6.15389 10.87C6.24667 10.9535 6.36951 11 6.49719 11C6.62487 11 6.74771 10.9535 6.84049 10.87L11.3384 6.8261C11.3871 6.78347 11.4265 6.73203 11.4542 6.67479C11.4819 6.61754 11.4973 6.55563 11.4997 6.49264C11.502 6.42965 11.4912 6.36685 11.4679 6.30788C11.4445 6.24891 11.4091 6.19494 11.3636 6.14912C11.3182 6.10329 11.2636 6.06652 11.2031 6.04094C11.1426 6.01536 11.0774 6.00149 11.0112 6.00011C10.945 5.99874 10.8792 6.0099 10.8176 6.03295C10.7559 6.056 10.6998 6.09047 10.6523 6.13437L6.49719 9.86994L2.34313 6.13437Z' fill='%233A3A37'/%3E%3C/svg%3E%0A");
}

.menu-nav__menu .menu-item-has-children:hover > a:after {
	transform: scale(1,-1);
	background-position: 0 -3px;
}

.menu-nav__icons-block {
	display: flex;
	align-items: center;
	gap: 0 8px;
}

.menu-nav__burger-btn {
	display: none;
}

.menu-nav__icon-btn {
	font-size: 0;
}

.menu-nav__icon-btn svg {
	width: 24px;
	height: 24px;
	display: block;
}

@media (max-width: 1200.99px) {
	.menu-nav__logo-img {
		height: 30px;
	}

	.menu-nav__menu > .menu-item > a {
		padding: 0;
		font-size: 16px;
	}

	.menu-nav.fixed + main {
		margin-top: 130px;
	}

	.menu-nav.fixed {
		top: 50px;
	}

	.menu-nav__main-block {
		height: 80px;
	}
}


@media (max-width: 960.99px) {
	.menu-nav__logo-img {
		height: 24px;
	}

	.menu-nav__icon-btn svg {
		width: 20px;
		height: 20px;
	}

	.menu-nav__menu {
		gap: 0 10px;
	}

	.menu-nav__menu > .menu-item > a {
		font-size: 14px;
	}
	.menu-nav.fixed {
		top: 40px;
	}
	.menu-nav__main-block {
		height: 60px;
	}

	.menu-nav.fixed + main {
		margin-top: 100px;
	}
}

@media (max-width: 860.99px) {

	.menu-nav__burger-btn {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 28px;
		gap: 5px 0;
		height: 20px;
	}

	.menu-nav__burger-btn.active {
		gap: 0;
		width: 20px;
		position: relative;
	}

	.menu-nav__burger-btn:before,
	.menu-nav__burger-btn:after,
	.menu-nav__burger-btn span {
		display: block;
		width: 100%;
		height: 1.4px;
		background: #303030;
	}

	.menu-nav__burger-btn.active span {
		display: none;
	}

	.menu-nav__burger-btn:before,
	.menu-nav__burger-btn:after {
		content: '';
	}

	.menu-nav__burger-btn.active:before,
	.menu-nav__burger-btn.active:after {
		position: absolute;
	}

	.menu-nav__burger-btn.active:before {
		transform: rotate(45deg);
	}
	.menu-nav__burger-btn.active:after {
		transform: rotate(-45deg);
	}

	.menu-nav__main-block {
		grid-gap: 0;
	}

	.menu-nav__menu {
		display: none;
	}

	.menu-nav__menu .menu-item-has-children.catalog-menu-item {
		display: none;
	}

	.menu-nav__icons-block {
		justify-content: flex-end;
	}

	.menu-nav__logo-img,
	.menu-nav__logo {
		margin: 0 auto;
	}

	.menu-nav__main-block {
		grid-template-columns: max-content 1fr max-content;
		grid-gap: 0;
	}
}

/*--------------------------------------------------------------
# Catalog Sub Menu
--------------------------------------------------------------*/
.close-menu-wrapper {
	position: fixed;
	z-index: 111;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .8);
	cursor: pointer;
}
.menu-nav__menu .catalog-sub-menu-wrapper {
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
	max-height: 60vh;
	max-width: 80%;
	z-index: -1111;
	top: calc(100% - 6px);
	left: 0;

}

.menu-nav__menu .menu-item-has-children:hover .catalog-sub-menu-wrapper {
	opacity: 1;
	width: 100%;
	height: auto;
	z-index: 111;
	background-color: #FFFFFF;
	border: 0.5px solid #D8D8D8;
	transition: opacity .7s;
	padding: 35px;
	box-sizing: border-box;
}

.catalog-sub-menu-wrapper {
	display: flex;
	flex-basis: 1;
	gap: 0 44px;
}

.catalog-sub-menu-wrapper__title {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	color: #1C1C1C;
}

.catalog-sub-menu-wrapper__menu {
	margin-top: 24px;
}

.catalog-sub-menu-wrapper__menu-item {
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #686868;
	line-height: 1.3;
}

.catalog-sub-menu-wrapper__menu-item:hover,
.catalog-sub-menu-wrapper__menu-item.current {
	color: #BDBDBD;
}

.catalog-sub-menu-wrapper__menu-item * {
	display: block;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
	cursor: pointer;
}

.catalog-sub-menu-wrapper__menu-item + .menu-item {
	margin-top: 10px;
}

.catalog-sub-menu-wrapper__main-menu-btn,
.catalog-sub-menu-wrapper__mobile-nav {
	display: none;
}

@media (max-width: 1200.99px) {

	.catalog-sub-menu-wrapper__menu {
		margin-top: 16px;
	}

	.menu-nav__menu .menu-item-has-children:hover .catalog-sub-menu-wrapper {
		padding: 24px;
		max-width: 100%;
		max-height: 100vh;
	}

	.catalog-sub-menu-wrapper__menu-item {
		font-size: 14px;
	}

	.catalog-sub-menu-wrapper__menu-item + .menu-item {
		margin-top: 5px;
	}
}

@media (max-width: 860.99px) {
	.catalog-sub-menu-wrapper {
		position: fixed;
		top: 100px;
		max-height: calc(100vh - 100px);
		left: 0;
		width: 0;
		height: 0;
		opacity: 0;
		z-index: -11111;
		display: block;

	}

	.catalog-sub-menu-wrapper.active {
		padding: 24px;
		box-sizing: border-box;
		background: #FFFFFF;
		opacity: 1;
		z-index: 1111;
		width: 100%;
		height: auto;
		border: 0.5px solid #D8D8D8;
		overflow-y: auto;
		transition: opacity .7s ease;
	}

	.catalog-sub-menu-wrapper__main-menu {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 6px 12px;
	}

	.catalog-sub-menu-wrapper__main-menu .menu-item {
		display: block;
	}

	.catalog-sub-menu-wrapper__main-menu .menu-item a {
		display: block;
		font-weight: 400;
	    font-size: 18px;
	    color: #686868;
	}

	.catalog-sub-menu-wrapper__menu-wrapper {
		margin-top: 30px;
		display: flex;
		grid-gap: 0;
		gap: 30px 20px;
		flex-wrap: wrap;
	}

	.catalog-sub-menu-wrapper__title {
		font-size: 16px;
	}

	.catalog-sub-menu-wrapper__wrapp-item {
		flex: 1 1 calc(50% - 20px);
	}

	.catalog-sub-menu-wrapper__soc-list {
		margin-top: 24px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 0 12px;
	}

	.catalog-sub-menu-wrapper__soc-item {
		display: block;
	}

	.catalog-sub-menu-wrapper__soc-item-link {
		width: 28px;
		height: 28px;
		border-radius: 50%;
		border: 1px solid #303030;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.catalog-sub-menu-wrapper__soc-item-icon {
		filter: invert(.6) brightness(.4);
		width: 20px;
		display: block;
		height: auto;
	}

}

@media (max-width: 520.99px) {

	.catalog-sub-menu-wrapper.active {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	.catalog-sub-menu-wrapper__soc-list {
		justify-content: center;
	}
	.catalog-sub-menu-wrapper__mobile-nav {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 32px;
	}

	.catalog-sub-menu-wrapper__main-menu-btn {
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;
		color: #303030;
		display: flex;
		align-items: center;
		gap: 0 5px;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.catalog-sub-menu-wrapper__main-menu-btn:before {
		content: '';
		width: 5px;
		height: 10px;
		background-image: url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.86563 0.843131C4.90855 0.795423 4.94211 0.739303 4.96438 0.677975C4.98665 0.616646 4.99721 0.551311 4.99544 0.485698C4.99367 0.420086 4.97962 0.355481 4.95408 0.295573C4.92854 0.235666 4.89202 0.181628 4.8466 0.136545C4.80118 0.0914626 4.74775 0.0562182 4.68937 0.0328242C4.63098 0.00943012 4.56877 -0.0016554 4.50631 0.000200672C4.44384 0.00205674 4.38233 0.016818 4.3253 0.0436416C4.26826 0.0704652 4.21682 0.108826 4.1739 0.156533L0.130041 4.65389C0.0465303 4.74667 -8.51412e-07 4.86951 -8.73737e-07 4.99719C-8.96061e-07 5.12487 0.0465302 5.24771 0.130041 5.34049L4.17389 9.83835C4.21653 9.8871 4.26797 9.92647 4.32521 9.95417C4.38246 9.98186 4.44437 9.99734 4.50736 9.99969C4.57034 10.002 4.63315 9.99122 4.69212 9.96786C4.75109 9.9445 4.80506 9.90907 4.85088 9.86362C4.89671 9.81816 4.93348 9.7636 4.95905 9.7031C4.98463 9.6426 4.99851 9.57736 4.99988 9.51118C5.00126 9.44499 4.9901 9.37918 4.96705 9.31756C4.944 9.25595 4.90953 9.19976 4.86563 9.15225L1.13006 4.99719L4.86563 0.843131Z' fill='%233A3A37'/%3E%3C/svg%3E%0A");
		background-size: 5px 10px;
		background-repeat: no-repeat;
		background-position: center;
	}

	.catalog-sub-menu-wrapper__close-menu-btn {
		width: 20px;
		height: 20px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}


	.catalog-sub-menu-wrapper__close-menu-btn:before,
	.catalog-sub-menu-wrapper__close-menu-btn:after {
		content: '';
		width: 12px;
		height: 1px;
		background: #3C3C3C;
		position: absolute;
	}

	.catalog-sub-menu-wrapper__close-menu-btn:before {
		transform: rotate(-45deg);
	}

	.catalog-sub-menu-wrapper__close-menu-btn:after {
		transform: rotate(45deg);
	}

	.catalog-sub-menu-wrapper__wishlist-btn {
		display: flex;
		padding: 16px 0;
		gap: 0 8px;
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: ;
		order: 1;
	}

	.catalog-sub-menu-wrapper__menu-wrapper {
		flex-direction: column;
		gap: 0;
		margin-top: 0;
		width: 100%;
		padding: 0 20px;
	}

	.catalog-sub-menu-wrapper__wrapp-item {
		flex: auto;
	}

	.catalog-sub-menu-wrapper__sub-menus-mob-wrapp {
		display: flex;
		flex-direction: column;
		gap: 24px 0;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}

	.catalog-sub-menu-wrapper__main-menu {
		flex-direction: column;
		gap: 0;
		max-width: fit-content;
		margin: 0 auto;
	}

	.catalog-sub-menu-wrapper__menu {
		display: none;
		padding-left: 8px;
	}

	.catalog-sub-menu-wrapper__wrapp-item.show .menu {
		display: flex;
		gap: 12px 0;
		flex-direction: column;
	}

	.catalog-sub-menu-wrapper__title {
		padding: 4px 8px;
		display: flex;
		gap: 0 6px;
		align-items: center;
		width: fit-content;
		font-weight: 400;
		font-size: 18px;
		color: #303030;
		cursor: pointer;
	}

	.catalog-sub-menu-wrapper__title:after {
		content: '';
		width: 12px;
		height: 12px;
		background-position: center;
		background-size: 12px;
		background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.63437 10.1569C6.59145 10.2046 6.55789 10.2607 6.53562 10.322C6.51335 10.3834 6.50279 10.4487 6.50456 10.5143C6.50633 10.5799 6.52038 10.6445 6.54592 10.7044C6.57146 10.7643 6.60798 10.8184 6.6534 10.8635C6.69882 10.9085 6.75225 10.9438 6.81063 10.9672C6.86902 10.9906 6.93123 11.0017 6.99369 10.9998C7.05616 10.9979 7.11767 10.9832 7.1747 10.9564C7.23174 10.9295 7.28318 10.8912 7.3261 10.8435L11.37 6.34611C11.4535 6.25333 11.5 6.13049 11.5 6.00281C11.5 5.87513 11.4535 5.75229 11.37 5.65951L7.3261 1.16165C7.28347 1.1129 7.23203 1.07353 7.17478 1.04583C7.11754 1.01814 7.05563 1.00267 6.99264 1.00032C6.92965 0.997964 6.86685 1.00878 6.80788 1.03214C6.74891 1.0555 6.69494 1.09094 6.64912 1.13639C6.60329 1.18184 6.56652 1.2364 6.54094 1.2969C6.51536 1.3574 6.50148 1.42264 6.50011 1.48883C6.49874 1.55501 6.5099 1.62082 6.53295 1.68244C6.556 1.74405 6.59047 1.80024 6.63437 1.84775L10.3699 6.00281L6.63437 10.1569Z' fill='%233A3A37'/%3E%3C/svg%3E%0A");
	}

	.catalog-sub-menu-wrapper__wrapp-item.show .title:after {
		content: '';
		transform: rotate(90deg);
	}


	.catalog-sub-menu-wrapper__menu {
		margin-top: 12px;
	}

	.catalog-sub-menu-wrapper__main-menu .menu-item {
		display: block;
	}

	.catalog-sub-menu-wrapper__main-menu .menu-item > a {
		padding: 4px 8px;
		font-weight: 400;
		line-height: 1.2;
		font-size: 18px;
		color: #303030;
		width: fit-content;
	}

	.catalog-sub-menu-wrapper__main-menu .menu-item-has-children > a {
		display: flex;
		align-items: center;
		gap: 0 4px;
	}

	.catalog-sub-menu-wrapper__main-menu .menu-item-has-children > a:after {
		content: '';
		width: 12px;
		height: 12px;
		background-position: center;
		background-size: 12px;
		background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.63437 10.1569C6.59145 10.2046 6.55789 10.2607 6.53562 10.322C6.51335 10.3834 6.50279 10.4487 6.50456 10.5143C6.50633 10.5799 6.52038 10.6445 6.54592 10.7044C6.57146 10.7643 6.60798 10.8184 6.6534 10.8635C6.69882 10.9085 6.75225 10.9438 6.81063 10.9672C6.86902 10.9906 6.93123 11.0017 6.99369 10.9998C7.05616 10.9979 7.11767 10.9832 7.1747 10.9564C7.23174 10.9295 7.28318 10.8912 7.3261 10.8435L11.37 6.34611C11.4535 6.25333 11.5 6.13049 11.5 6.00281C11.5 5.87513 11.4535 5.75229 11.37 5.65951L7.3261 1.16165C7.28347 1.1129 7.23203 1.07353 7.17478 1.04583C7.11754 1.01814 7.05563 1.00267 6.99264 1.00032C6.92965 0.997964 6.86685 1.00878 6.80788 1.03214C6.74891 1.0555 6.69494 1.09094 6.64912 1.13639C6.60329 1.18184 6.56652 1.2364 6.54094 1.2969C6.51536 1.3574 6.50148 1.42264 6.50011 1.48883C6.49874 1.55501 6.5099 1.62082 6.53295 1.68244C6.556 1.74405 6.59047 1.80024 6.63437 1.84775L10.3699 6.00281L6.63437 10.1569Z' fill='%233A3A37'/%3E%3C/svg%3E%0A");
	}

	.catalog-sub-menu-wrapper__bottom-block {
		display: flex;
		flex-direction: column;
		background: #F6F6F6;
		margin-top: 24px;
	}

	.catalog-sub-menu-wrapper__bottom-block:after {
		content: '';
		width: 100%;
		order: 2;
		height: 1px;
		background: #EBEBEB;
	}

	.catalog-sub-menu-wrapper__lang-block {
		order: 3;
		display: flex;
		align-items: center;
		gap: 0 12px;
		width: fit-content;
		padding: 16px 0;
		margin-left: auto;
		margin-right: auto;
	}

	.catalog-sub-menu-wrapper__lang-img {
		display: none;
	}

	.catalog-sub-menu-wrapper__lang-list {
		display: flex;
		align-items: center;
		gap: 0 12px;
	}

	.catalog-sub-menu-wrapper__lang-item {
		display: block;
		opacity: .6;
	}

	.catalog-sub-menu-wrapper__lang-item:hover {
		opacity: 1;
	}
	.catalog-sub-menu-wrapper__current-lang * {
		display: none;
	}

	.catalog-sub-menu-wrapper__current-lang,
	.catalog-sub-menu-wrapper__lang-item a {
		display: block;
		font-weight: 400;
		font-size: 19px;
		line-height: 1.3;
		color: #303030;
	}
}




/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.menu-nav__search-form {
	display: block;
	width: 100%;
}

.menu-nav__search-form-wrapper {
	position: relative;
}

.menu-nav__search-input {
	display: flex;
	align-items: center;
	padding: 0 8px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid rgba(221, 221, 221, 0.9);
	border-radius: 2px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	color: #303030;
	width: 100%;
	height: 40px;
}


.close-search-form-wrapper {
	position: fixed;
	z-index: 111;
	width: 100%;
	height: 100%;
	cursor: pointer;
	left: 0;
	top: 0;
	background: rgba(61, 61, 61, 0.4);
}

.menu-nav__search-list-wrapper {
	position: absolute;
	width: 100%;
	top: calc(100% + 20px);
	padding: 35px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 0.5px solid #D8D8D8;
	border-radius: 2px;
}

.search-list-wrapper__list {
	overflow-y: auto;
	display: flex;
	flex-direction: column;
}

.search-list-wrapper__item {
	display: block;
	background: #FFFFFF;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	
}

.search-list-wrapper__item:hover {
	background: #F8F8F8;
}

.search-list-wrapper__item-link {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-gap: 0 10px;
	align-items: center;
	padding: 8px;
	box-sizing: border-box;
}

.search-list-wrapper__item-img {
	display: block;
	width: 50px;
	height: 70px;
	object-fit: contain;
	mix-blend-mode: darken;
}

.search-list-wrapper__item-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: fit-content;
}

.search-list-wrapper__item-name {
	font-weight: 400;
	font-size: 17px;
	line-height: 1.3;
	color: #303030;
}
.search-list-wrapper__item-price-block,
.search-list-wrapper__item-price {
	margin-top: 5px;
}

.search-list-wrapper__item-price {
	color: #303030;
}

.search-list-wrapper__item-price-block {
	display: flex;
	align-items: center;
	gap: 0 4px;
}

.search-list-wrapper__item-old-price {
	font-size: 12px;
	line-height: 14px;
	text-decoration: line-through;
	color: #696969;
	display: block;
}

.search-list-wrapper__item-price,
.search-list-wrapper__item-new-price {
	display: block;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
	
}

.search-list-wrapper__item-new-price {
	color: #EB3028;
}

.search-list-wrapper__item-currency {
	font-size: 16px;
	font-weight: 400;
	color: inherit;
	line-height: inherit;
}

@media (max-width: 1200.99px) {
	.menu-nav__search-list-wrapper {
		padding: 24px;
		left: 0;
		top: 80px;
	}

	.menu-nav__search-form-wrapper {
		position: unset;
	}
}

@media (max-width: 960.99px) {
	.menu-nav__search-list-wrapper {
		top: 60px;
	}
}

@media (max-width: 860.99px) {
	.menu-nav__search-form-wrapper {
		padding: 0 20px;
		box-sizing: border-box;
	}
}

/*--------------------------------------------------------------
# Subscribe
--------------------------------------------------------------*/
.subscribe {
	background: #F8F8F8;
}

.subscribe__section-title {
	text-align: center;
}

.subscribe__form {
	display: block;
	position: relative;
	width: 100%;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}

.subscribe__subscribe-input {
	height: 40px;
	border: unset;
	border-bottom: 0.5px solid #515151;
	width: 100%;
	display: block;
	background: transparent;

}

.subscribe__subscribe-btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	color: #2D2D2D;
}

.subscribe__main-block {
	padding: 100px 0;
}

@media (max-width: 520.99px) {
	.subscribe__main-block {
		padding: 50px 0;
	}

	.subscribe__section-title {
		line-height: 1.3;
	}

	.subscribe__subscribe-btn {
		font-size: 16px;
	}
}

@media (max-width: 430.99px) {
	.subscribe__subscribe-btn {
		font-size: 14px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	background: #000000;
}

.footer__main-block {
	padding-top: 40px;
	padding-bottom: 60px;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 0 7vw;
}

.footer__left-column {
	display: flex;
	flex-direction: column;
}

.footer__logo {
	display: block;
}

.footer__logo-img {
	display: block;
	width: 26vw;
	height: auto;
}

.footer * {
	color: #FFFFFF;
}

.footer__soc-list {
	margin-top: 40px;
	padding: 0;
	display: flex;
	gap: 0 10px;
}

.footer__soc-item {
	display: block;
}

.footer__soc-link {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #FFFFFF;
}

.footer__soc-icon {
	display: block;
	width: auto;
	height: 16px;
}

.footer__right-column {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0 7vw;
}

.footer__contacts-list,
.footer__menu-list {
	margin-top: 8px!important;
	display: flex;
	flex-direction: column;
}

.footer__menu-list li {
	display: block;
}

.footer__menu-list a {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #FFFFFF;
	display: block;
	padding: 9px;
	box-sizing: border-box;
}


.footer__menu-name {
	padding: 9px;
	box-sizing: border-box;
	font-weight: 500;
	line-height: 1.2;
	font-size: 14px;
	text-transform: uppercase;
	color: #BEBEBE;
}

.footer__contact-item {
	display: grid;
	grid-template-columns: max-content auto;
	align-items: center;
	grid-gap: 0 14px;
}

.footer__contact-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
}

.footer__contact-icon svg {
	width: 36px;
	height: 36px;
	display: block;
}

.footer__contacts-list {
	gap: 20px 0;
}

.footer__contacts-wrapper {
	display: flex;
	flex-direction: column;
}

.footer__contacts-wrapper .menu-name {
	padding: 9px 0;
	margin-bottom: 9px;
}

.footer__contact-link,
.footer__contact-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	display: block;

}

.footer__contact-link {
	
	color: #FFFFFF;
}

.footer__contact-text {
	color: #D0D0D0;
	margin-top: 4px;
}

.footer__sub-footer {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 12px;
	padding-top: 24px;
	padding-bottom: 35px;
	box-sizing: border-box;
	border-top: 1px solid #FFFFFF1A;
}

.footer__sub-footer-link {
	display: block;
}

.footer__sub-footer-logo-img {
	display: block;
	width: 100px;
	height: auto;
}


.footer__sub-footer-text  {
	display: block;
	width: fit-content;
	line-height: 1.2;
	font-size: 14px;
	color: #BEBEBE;
}

@media (max-width: 768.99px) {
	.footer__main-block {
		grid-gap: 0 30px;
	}

	.footer__menu-wrapper {
		width: fit-content;
		margin-left: auto;
	}

	.footer__soc-list {
		margin-bottom: 24px;
	}

	.footer__right-column {
		grid-gap: 0 3vw;
		grid-template-columns: repeat(2, 1fr);
	}

	.footer__soc-list {
		margin-top: 15px;
	}

	.footer__contacts-list {
		margin-top: 0!important;
	}
}

@media (max-width: 520.99px) {
	.footer__main-block {
		display: flex;
		grid-gap: 0;
		flex-direction: column;
		gap: 30px 0;
		padding-bottom: 30px;
	}

	.footer__right-column {
		display: flex;
		flex-direction: column;
		grid-gap: 0;
		gap: 20px 0;
	}

	.footer__menu-wrapper {
		margin: 0;
		width: auto;
	}

	.footer__logo-img {
		width: 100%;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}

	.footer__left-column {
		order: 2;
	}

	.footer__right-column {
		order: 1;
	}

	.footer__soc-list {
		order: 2;
		margin-bottom: 0;
		margin-top: 30px;
		justify-content: center;
		gap: 0 12px;
	}


	.footer__contacts-wrapper {
		order: 1;
	}
}