/*!
Theme Name: pumpy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pumpy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pumpy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
	--content-width: 1820px;
	--content-fluid-width: 1700px;
	--container-offset: 15px;
	--container-width: calc(var(--content-width) + (var(--container-offset) * 2));
	--container-fluid-width: calc(var(--content-fluid-width) + (var(--container-offset) * 2));
	--font-family: "Inter", sans-serif;
	--outline: #e3ebf2;
	--main-color: #474548;
	--black: #333;
	--background: #f3f7fd;
	--success: #27c340;
	--error: #e02828;
	--yellow: #ffc529;
	--disabled: #c5cfdc;
	--tetriary: #abc4e4;
	--primary: #2f80ed;
	--gray: #9F9F9F;
	--secondary: #010101;
	--secondary-color-black: #2b3e73;
	--secondary-text-color-black: #a9aaad;
}

/* stylelint-disable */

/* stylelint-disable */

/* stylelint-disable */

.custom-checkbox__field:checked+.custom-checkbox__content::after {
	opacity: 1;
}

.custom-checkbox__field:focus+.custom-checkbox__content::before {
	outline: 2px solid #f00;
	outline-offset: 2px;
}

.custom-checkbox__field:disabled+.custom-checkbox__content {
	opacity: 0.4;
	pointer-events: none;
}

/* stylelint-disable */

@font-face {
	font-family: DrukCyr;
	font-display: swap;
	src: url("assets/fonts/DrukCyr-Medium.woff2") format("woff2"), url("assets/fonts/DrukCyr-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ins {
	text-decoration: none;
}

*,
*::after,
*::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
	padding: 0;
}

input[type=range] {
	-webkit-appearance: none;
	/* Скрывает слайдер, чтобы можно было создать свой */
	width: 100%;
	/* Указание параметра ширины требуется для Firefox. */
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
}

input[type=range]:focus {
	outline: none;
	/* Убирает голубую границу у элемента. Хотя, возможно, и стоит создавать некоторое оформления для состояния фокуса в целях обеспечения доступности. */
}

input[type=range]::-ms-track {
	width: 100%;
	cursor: pointer;
	background: transparent;
	/* Скрывает слайдер, чтобы можно было добавить собственные стили. */
	border-color: transparent;
	color: transparent;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
}

button,
input,
select,
textarea {
	font: inherit;
	outline: 0;
	border: none;
	background-color: transparent;
	padding: 0;
	color: inherit;
}

ul[class] {
	list-style: none;
}

ul,
ol {
	list-style: none;
}

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

a {
	list-style: none;
	text-decoration: none;
	color: inherit;
	-webkit-transition: opacity 0.2s linear, color 0.2s linear;
	-o-transition: opacity 0.2s linear, color 0.2s linear;
	transition: opacity 0.2s linear, color 0.2s linear;
}

a svg {
	-webkit-transition: fill 0.2s linear, stroke 0.2s linear;
	-o-transition: fill 0.2s linear, stroke 0.2s linear;
	transition: fill 0.2s linear, stroke 0.2s linear;
}

a:hover {
	opacity: 1;
	text-decoration: none;
}

button {
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	cursor: pointer;
}

button:disabled {
	pointer-events: none;
}

button svg {
	-webkit-transition: fill 0.2s linear, stroke 0.2s linear;
	-o-transition: fill 0.2s linear, stroke 0.2s linear;
	transition: fill 0.2s linear, stroke 0.2s linear;
}

button:hover {
	opacity: 1;
}

input,
button,
textarea,
select {
	font: inherit;
	outline: none;
	border: none;
	background-color: transparent;
}

.btn-check:focus+.btn,
.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

a {
	text-decoration: none;
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal-footer button:active:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-close:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	color: var(--main-color);
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: normal;
}

html {
	scroll-behavior: smooth;
}

body.hidden {
	overflow: hidden;
}

body.modal-open {
	overflow: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.content-box>*:not(:last-child) {
	margin-bottom: 16px;
}

.content-box ul,
.content-box li {
	list-style: disc;
}

.content-box li {
	margin-left: 25px;
	line-height: 1.4;
}

.content-box li:not(:last-child) {
	margin-bottom: 3px;
}

.content-box img {
	width: auto;
	object-fit: contain;
}

.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
	font-weight: 600;
	line-height: 1.2;
}

.content-box h2:not(:first-child),
.content-box h3:not(:first-child),
.content-box h4:not(:first-child),
.content-box h5:not(:first-child),
.content-box h6:not(:first-child) {
	padding-top: 10px;
}

.content-box h2 {
	font-size: 32px;
}

.content-box h3 {
	font-size: 24px;
}

.content-box h4 {
	font-size: 20px;
}

.content-box h5 {
	font-size: 16px;
}

.content-box h6 {
	font-size: 14px;
}

.content-box .wp-block-heading {
	margin-bottom: 1em;
}

@media (max-width: 575px) {
	.content-box h2 {
		font-size: 26px;
	}

	.content-box h3 {
		font-size: 20px;
	}

	.content-box h4 {
		font-size: 18px;
	}
}

.content-box .alignright {
	float: right;
	margin-bottom: 16px;
}

.content-box .alignleft {
	float: left;
	margin-bottom: 16px;
}

@media (min-width: 481px) {
	.content-box .alignright {
		padding-left: 16px;
	}

	.content-box .alignleft {
		padding-right: 16px;
	}
}

.content-box ol li {
	list-style: decimal;
}

.content-box a {
	text-decoration: underline;
	transition: all 0.2s ease;
}

.content-box a:hover {
	color: #f97ebf;
}

.content-box table {
	width: fit-content;
	border-top: 1px solid #000 3f;
	border-left: 1px solid #000 3f;
}

.content-box table td {
	padding: 3px;
	border-right: 1px solid #000 3f;
	border-bottom: 1px solid #000 3f;
}

table {
	border-spacing: 0;
	width: 100%;
}

section {
	padding-top: 90px;
	padding-bottom: 90px;
}

.sect.pb-0 {
	padding-bottom: 0;
}

.sect.pt-0 {
	padding-top: 0;
}

.sect.pt-40 {
	padding-top: 40px;
}

.py-45 {
	padding-top: 45px;
	padding-bottom: 45px;
}

.pb-35 {
	padding-bottom: 35px;
}

.border-t-gray {
	border-top: 1px solid rgba(159, 159, 159, 0.2);
}

.border-b-gray {
	border-bottom: 1px solid rgba(159, 159, 159, 0.2);
}

.overflow-hidden {
	overflow: hidden;
}

.formInput,
.form-row .input-text {
	height: 55px;
	border-radius: 10px;
	border: 1px solid #9F9F9F;
	width: 100%;
	padding-left: 35px;
	font-size: 18px;
	color: var(--main-color);
}

.formInput::-webkit-input-placeholder,
.form-row .input-text::-webkit-input-placeholder {
	color: #9F9F9F;
	font-size: 18px;
}

.formInput::-moz-placeholder,
.form-row .input-text::-moz-placeholder {
	color: #9F9F9F;
	font-size: 18px;
}

.formInput:-ms-input-placeholder,
.form-row .input-text:-ms-input-placeholder {
	color: #9F9F9F;
	font-size: 18px;
}

.formInput::-ms-input-placeholder {
	color: #9F9F9F;
	font-size: 18px;
}

.formInput::placeholder,
.form-row .input-text::placeholder {
	color: #9F9F9F;
	font-size: 18px;
}

.formSelect,
.form-row select {
	background: url("assets/img/icons/arrow-down.svg") no-repeat right 24px center/36px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #9F9F9F;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 35px;
	height: 55px;
	font-size: 18px;
	cursor: pointer;
}

.fw-medium {
	font-weight: 500;
}

.fw-semibold {
	font-weight: 600 !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.sectHead {
	margin-bottom: 30px;
}

.sectHead.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	position: relative;
	background-color: #FEF5F2;
}

.main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.container {
	padding: 0 var(--container-offset);
}

.container {
	padding: 0 15px;
}

.container-fluid {
	max-width: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: var(--font-family);
	color: #474548;
	font-weight: 500;
}

.position-relative {
	position: relative;
}

h1,
.h1 {
	font-size: 36px;
	line-height: normal;
}

h2,
.h2 {
	font-size: 32px;
}

h3,
.h3 {
	font-size: 24px;
}

.underline {
	text-decoration: underline;
}

@-webkit-keyframes shows {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes shows {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes showsOverlay {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes showsOverlay {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.text--gray {
	color: var(--gray);
}

.text--16 {
	font-size: 16px;
}

.text--20 {
	font-size: 20px;
}

@media(max-width: 991px) {
	.text--20 {
		font-size: 16px;
	}
}

.content>p {
	margin-bottom: 15px;
}

.content>p a {
	display: inline;
	border-bottom: 1px solid #000;
}

.content>ul {
	margin-top: 15px;
	margin-bottom: 15px;
	list-style-type: disc;
	padding-left: 20px;
}

.content>a {
	display: inline;
	border-bottom: 1px solid #000;
}

.content h2 {
	margin-bottom: 20px;
	margin-top: 25px;
}

.navArrow {
	width: 40px;
	height: 40px;
	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-color: #474548;
	border-radius: 50%;
	background-size: 28px;
	background-position: center;
	background-repeat: no-repeat;
}

.navArrow.swiper-button-disabled {
	pointer-events: none;
	opacity: 0.5;
}

.navArrowPrev {
	background-image: url("assets/img/icons/arrow-prev.svg");
}

.navArrowPrev svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.navArrowNext {
	background-image: url("assets/img/icons/arrow-next.svg");
}

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

.wrap-530 {
	max-width: 530px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.wrap-1000 {
	max-width: 1100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.wrap-1060 {
	max-width: 1060px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.codeWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
}

.inputCodeWrap input {
	border-radius: 15px;
	border: 1px solid #9F9F9F;
	background: #FEF5F2;
	width: 68px;
	height: 75px;
	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;
	font-size: 24px;
	text-align: center;
}

.mb-1 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-18 {
	margin-bottom: 18px;
}

.mb-3 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-4 {
	margin-bottom: 40px;
}

.mb-5 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-6 {
	margin-bottom: 60px;
}

.mt-16 {
	margin-top: 16px;
}

.mt-4 {
	margin-top: 40px;
}

.mt-6 {
	margin-top: 60px;
}

.mt-18 {
	margin-top: 18px;
}

.mb-24 {
	margin-bottom: 24px;
}

.mb-10 {
	margin-bottom: 100px;
}

.gap-3 {
	gap: 30px;
}

.gap-1 {
	gap: 10px;
}

.d-block {
	display: block;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.d-none {
	display: none;
}

.d-lg-block {
	display: none;
}

.fz-24 {
	font-size: 24px;
}

@media(max-width: 991px) {
	.fz-24 {
		font-size: 18px;
	}
}

.justify-content-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justify-content-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inputW.label-abs-wrap label {
	position: absolute;
	top: -10px;
	left: 33px;
	background-color: #FEF5F2;
	padding-left: 4px;
	padding-right: 4px;
	color: #9F9F9F;
	font-size: 16px;
	line-height: normal;
}

.show-pass {
	width: 31px;
	height: 31px;
	background: url("assets/img/icons/eye.svg") no-repeat center center/31px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 25px;
}

.show-pass.active {
	background: url("assets/img/icons/eye-cross.svg") no-repeat center center/31px;
}

.quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 63px;
	border-radius: 37px;
	border: 1px solid #9F9F9F;
	background: #FEF5F2;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-left: 17px;
	padding-right: 17px;
}

.quantity input {
	width: 30px;
	text-align: center;
}

.quantity-plus {
	position: relative;
	bottom: 4px;
}

.quantity-icon {
	width: 25px;
	height: 25px;
	font-size: 48px;
	line-height: normal;
	font-weight: 200;
	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;
}

.quantity-icon img {
	width: 24px;
}

.button {
	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;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	-o-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	height: 51px;
	padding-left: 18px;
	padding-right: 18px;
	border-radius: 50px;
	cursor: pointer;
	font-weight: 600;
	font-size: 18px;
}

.button--xl {
	height: 55px;
}

.button--normal {
	height: 60px;
}

.button--lg {
	height: 65px;
}

.button.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.button.min-w-530 {
	min-width: 530px;
}

.button--white {
	background-color: #fff;
}

.button--black {
	background-color: #474548;
	color: #fff;
	border: 1px solid transparent;
}

.button--black:not(:disabled):hover {
	background-color: transparent;
	color: #474548;
	border-color: #474548;
}

.button--gray {
	background-color: rgba(71, 69, 72, 0.4);
	color: #fff;
}

.button--transparent {
	border-radius: 40px;
	border: 1px solid #9F9F9F;
}

.button--transparent:hover {
	background-color: #474548;
	color: #fff;
}

.button--transparent:hover svg {
	stroke: #fff;
	fill: #fff;
}

.button svg {
	width: 16px;
	height: 16px;
	stroke: #000;
}

.button.w-100 {
	width: 100%;
}

.saveBtn {
	width: 510px;
	margin-left: auto;
	margin-right: auto;
}

.orderItemBtn {
	padding-left: 30px;
	padding-right: 30px;
	height: 78px;
}

.wishlistItemBtn {
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #9F9F9F;
	font-size: 20px;
	height: 63px;
}

.wishlistItemBtn:hover {
	background-color: #474548;
	color: #fff;
}

.wishlistItemAddToWishlist {
	width: 63px;
	height: 63px;
	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-color: #F97EBF;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.wishlistItemAddToWishlist:hover {
	opacity: 0.85;
}

.wishlistItemAddToWishlist svg {
	width: 39px;
	height: 39px;
	fill: #fff;
	stroke: #fff;
}

.cartItemAddToWishlist {
	width: 63px;
	height: 63px;
	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;
	border: 1px solid rgb(159, 159, 159);
	border-radius: 50%;
}

.cartItemAddToWishlist svg {
	width: 38px;
	height: 38px;
}

.catalogFilterBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
}

.catalogFilterBtn svg {
	width: 21px;
	height: 15px;
}

.filterButtonW {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.filterButtonW button {
	font-size: 16px;
	height: 36px;
	width: 130px;
	padding-left: 10px;
	padding-right: 10px;
}

.catalogFilterBtn {
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.catalogFilterBtn svg {
	-webkit-transition: fill 0.2s linear, stroke 0.2s linear;
	-o-transition: fill 0.2s linear, stroke 0.2s linear;
	transition: fill 0.2s linear, stroke 0.2s linear;
	fill: #474548;
	stroke: #474548;
}

.catalogFilterBtn:hover {
	color: #F97EBF;
}

.catalogFilterBtn:hover svg {
	stroke: #F97EBF;
	fill: #F97EBF;
}

.catalogFilterBtn .catalogFilterBtnText--show {
	display: block;
}

.catalogFilterBtn .catalogFilterBtnText--hide {
	display: none;
}

.catalogFilterBtn.active .catalogFilterBtnText--show {
	display: none;
}

.catalogFilterBtn.active .catalogFilterBtnText--hide {
	display: block;
}

.productSizeTableBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 7px;
	-moz-column-gap: 7px;
	column-gap: 7px;
	font-weight: 500;
	font-size: 16px;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	flex-wrap: wrap;
}

.productSizeTableBtn:hover {
	color: #F97EBF;
}

.productSizeHead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 10px;
}

.productSizeW {
	margin-bottom: 60px;
}

.productBtnWishlist {
	position: relative;
	margin-bottom: 45px;
}

.productBtnWishlist svg {
	width: 25px;
	height: 25px;
}

.catalogFilterBtnMobile {
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	padding-left: 12px;
	padding-right: 12px;
}

.catalogFilterBtnMobile:hover svg {
	fill: #fff;
	stroke: #fff;
}

.catalogFilterBtnMobile svg {
	fill: #474548;
	stroke: #474548;
	position: relative;
	top: 2px;
}

.catalogFilterClose {
	width: 40px;
	height: 40px;
	background-color: rgba(71, 69, 72, 0.1);
	border-radius: 50%;
	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;
}

.catalogFilterClose img {
	width: 25px;
}

/* Hamburger Menu */

.hamburger {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-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;
	height: 27px;
	min-width: 27px;
	margin-right: 0;
	cursor: pointer;
	position: relative;
	display: none;
	padding-top: 5px;
	padding-bottom: 4px;
}

.hamburger div {
	-ms-flex-item-align: start;
	align-self: flex-start;
	height: 2px;
	width: 100%;
	background: #222;
	border-radius: 10px;
}

.hamburger .meat {
	width: 100%;
}

.top-bun.active,
.meat.active,
.bottom-bun.active {
	opacity: 0;
}

.modal {
	display: none;
	width: 550px;
}

.modal-header {
	padding: 45px;
	padding-bottom: 25px;
	border-bottom: none;
}

.modal-body {
	padding: 45px;
	padding-top: 0;
}

.modal-title {
	font-size: 23px;
}

.modal .btn-close {
	background: none;
	opacity: 1;
}

#modalAdded {
	width: 550px;
	border-radius: 35px 35px 35px 35px;
	background: #FEF5F2;
	padding: 26px;
	right: 0;
}

.fancybox__backdrop {
	background: rgba(71, 69, 72, 0.2);
}

.tabs__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	padding: 4px;
	background-color: var(--background);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 15px;
}

.tabs__nav-btn {
	height: 40px;
	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;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	border-radius: 14px;
	padding-left: 16px;
	padding-right: 16px;
}

.tabs__nav-btn--active {
	background-color: var(--primary);
	color: #fff;
}

.tabs__panel {
	display: none;
}

.tabs__panel--active {
	display: block;
}

.header {
	padding-top: 17px;
	padding-bottom: 17px;
	background-color: #FEF5F2;
}

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

.headerLogo img.logo-sm {
	display: none;
}

.headerLogo:hover {
	opacity: 0.85;
}

.headerAction {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}

.headerActionItem svg {
	width: 20px;
	height: 20px;
}

.headerNav.active {
	display: block;
	-webkit-animation: shows 0.5s;
	animation: shows 0.5s;
}

.headerNav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
}

.headerNav ul li a {
	color: #474548;
	font-size: 18px;
	font-weight: 600;
}

.headerNav ul li a:hover {
	color: #F97EBF;
}

.header .searchW input {
	width: 180px;
	border-radius: 50px;
	background: rgba(159, 159, 159, 0.2) url("assets/img/icons/search.svg") no-repeat left 12px center/24px;
	height: 44px;
	padding-left: 35px;
	padding-right: 20px;
	font-size: 16px;
}

.headerMobileLeft {
	display: none;
}

.headerMobileSearchBtn {
	display: none;
}

.headerNavCloseBtn {
	display: none;
}

.mob-menu-overlay {
	display: none;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(71, 69, 72, 0.2);
}

.mob-menu-overlay.active {
	display: block;
	-webkit-animation: showsOverlay 0.5s;
	animation: showsOverlay 0.5s;
}

.headerNavRegister {
	margin-top: 100px;
	display: none;
}

.headerNavRegisterDescr {
	font-size: 20px;
	margin-bottom: 25px;
}

@media(max-width: 767px) {
	.headerNavRegisterDescr {
		font-size: 15px;
	}
}

.headerNavRegisterDescr strong {
	color: #474548;
	display: block;
}

.headerNavRegisterBtns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.introSlide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.introSlide::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(119.56%, #000));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 119.56%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 119.56%);
}

.introSlide .container {
	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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 135px;
	height: 100%;
	min-height: 820px;
	position: relative;
	z-index: 1;
}

.introSlide .h1 {
	color: #FFF;
	font-family: "DrukCyr";
	font-size: 112px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2.24px;
}

.introSlideDescr {
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 30px;
}

.introSlider .swiper-pagination {
	bottom: 35px;
}

.introSlider .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.introSlider .swiper-pagination-bullet-active {
	background-color: #fff;
}

.introSlider .navArrowW {
	position: absolute;
	bottom: 30px;
	z-index: 22;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
	right: calc((100vw - 1780px) / 2);
}

.collection {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.collection::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(119.56%, #000));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 119.56%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 119.56%);
	top: 0;
	left: 0;
}

.collection .container {
	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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 820px;
	padding-bottom: 135px;
	position: relative;
	z-index: 1;
}

.collection .h2 {
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 24px;
}

.collectionName {
	color: #FFF;
	font-size: 36px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 40px;
}

.cats {
	overflow: hidden;
}

.cats .navArrowW {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 19px;
	-moz-column-gap: 19px;
	column-gap: 19px;
}

.cats .navArrow {
	background-color: rgba(71, 69, 72, 0.2);
	width: 65px;
	height: 65px;
}

.cats .navArrow svg {
	width: 42px;
	height: 42px;
	fill: #474548;
	stroke: #474548;
}

.cats .navArrowPrev {
	background-image: none;
}

.cats .navArrowNext {
	background-image: none;
}

.catsSlide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 760px;
	padding: 55px 60px;
	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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: relative;
}

.catsSlide::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(1deg, rgba(0, 0, 0, 0.76) 1%, rgba(0, 0, 0, 0) 58%);

}

.catsSlide:hover {
	opacity: 0.8;
}

.catsSlide .button {
	position: relative;
	z-index: 1;
}

.catsSlideTitle {
	color: #FFF;
	font-size: 32px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}

.catsSlideSubtitle {
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
}

.account-logout {
	color: #474548;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
}

.accountHead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.accountHead .h1 {
	margin-left: 800px;
}

.accountNav {
	border-bottom: 1px solid rgba(159, 159, 159, 0.2);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.accountNav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 55px;
	-moz-column-gap: 55px;
	column-gap: 55px;
}

.accountNav ul li.active a,
.woocommerce-MyAccount-navigation-link.is-active a {
	color: #474548;
	font-weight: 600;
	border-color: #474548;
}

.accountNav ul li a,
.woocommerce-MyAccount-navigation-link a {
	color: #9F9F9F;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	padding-left: 33px;
	padding-right: 33px;
	padding-bottom: 22px;
	border-bottom: 2px solid transparent;
	-webkit-transition: color 0.2s linear, border-color 0.2s linear;
	-o-transition: color 0.2s linear, border-color 0.2s linear;
	transition: color 0.2s linear, border-color 0.2s linear;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.accountNav ul li a:hover {
	border-color: #474548;
	color: #474548;
}

.accountOrderTitle {
	margin-bottom: 16px;
}

.orderProduct {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 55px;
}

.orderProduct:not(:first-child) {
	padding-top: 55px;
	border-top: 1px solid rgba(159, 159, 159, 0.2);
}

.orderProductLeft {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
}

.orderProductList {
	margin-top: 30px;
}

.orderProductContent {
	max-width: 500px;
}

.orderProductTitle {
	line-height: normal;
}

.orderProductTitle:hover {
	color: #f97ebf;
}

.orderProductImg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.orderProductImg:hover {
	opacity: 0.85;
}

.orderProductImg img {
	width: 230px;
	height: 305px;
	-o-object-fit: cover;
	object-fit: cover;
}

.orderProductPrice {
	white-space: nowrap;
}

.orderTotal {
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(159, 159, 159, 0.2);
	margin-bottom: 45px;
}

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

.orderInfo .row:not(:last-child) {
	margin-bottom: 30px;
}

.orderInfo .row .col:nth-child(2) {
	text-align: end;
}

.orderItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.orderItem:not(:first-child) {
	padding-top: 60px;
	border-top: 1px solid rgba(159, 159, 159, 0.2);
	margin-top: 60px;
}

.orderItemProducts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.orderItemProduct:hover {
	opacity: 0.85;
}

.orderItemProduct img {
	width: 230px;
	height: 305px;
	-o-object-fit: cover;
	object-fit: cover;
}

.wishlistList {
	display: -ms-grid;
	display: grid;
	-webkit-column-gap: 45px;
	-moz-column-gap: 45px;
	column-gap: 45px;
	row-gap: 60px;
	-ms-grid-columns: (1fr)[12];
	grid-template-columns: repeat(12, 1fr);
}

.wishlistItem {
	-ms-grid-column-span: 4;
	grid-column: 4 span;
	height: 100%;
}

.wishlistItemPrice {
	display: block;
	font-weight: 500;
}

.wishlistItemTitle {
	margin-bottom: 16px;
	display: block;
	font-size: 22px;
}

.wishlistItemTitle:hover {
	color: #f97ebf;
}

.wishlistItemContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.wishlistItemContentRight {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.wishlistItemContentLeft {
	max-width: 300px;
}

.wishlistItemImg {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	width: 100%;
	margin-bottom: 35px;
}

.wishlistItemImg:hover {
	opacity: 0.85;
}

.wishlistItemImg img {
	width: 100%;
	height: 745px;
	-o-object-fit: cover;
	object-fit: cover;
}

.checkoutWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	width: 100%;
	margin-bottom: 20px;
}

.checkoutContent {
	width: 100%;
}

.checkoutOrder {
	width: 480px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.couponWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.checkoutRow {
	margin-bottom: 28px;
}

.radioW {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[12];
	grid-template-columns: repeat(12, 1fr);
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	row-gap: 20px;
}

.radioW .radioItem {
	-ms-grid-column-span: 6;
	grid-column: 6 span;
}

.radioW .radioItem input {
	display: none;
}

.radioW .radioItem input:checked+label {
	border-color: #474548;
}

.radioW .radioItem label {
	border-radius: 15px;
	border: 1px solid #9f9f9f65;
	width: 100%;
	min-height: 56px;
	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;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	cursor: pointer;
	-webkit-transition: border-color 0.2s linear;
	-o-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	padding-left: 13px;
	padding-right: 13px;
	height: auto;
}

.radioW .radioItem label:hover {
	border-color: #474548;
}

.radioW .radioItem label img {
	width: 43px;
}

.checkoutBlock:not(:last-child) {
	margin-bottom: 60px;
}

.checkoutInCart {
	display: none;
}

.cartItem {
	padding-bottom: 55px;
	margin-bottom: 55px;
	border-bottom: 1px solid rgba(159, 159, 159, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	position: relative;
}

.cartItemContent {
	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;
	row-gap: 20px;
}

.cartItemContentBottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 14px;
	-moz-column-gap: 14px;
	column-gap: 14px;
}

.cartItemContentTop {
	line-height: normal;
}

.cartItemTitle {
	max-width: 300px;
	font-size: 24px;
}

@media(max-width: 991px) {
	.cartItemTitle {
		font-size: 18px;
	}
}

.cartItemTitle:hover {
	color: #F97EBF;
}

.cartItemImg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.cartItemImg:hover {
	opacity: 0.85;
}

.cartItemImg img {
	width: 230px;
	height: 305px;
	-o-object-fit: cover;
	object-fit: cover;
}

.freeDeliveryWrap {
	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: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	margin-bottom: 25px;
}

.freeDeliveryWrap .line {
	width: 100%;
	height: 9px;
	border-radius: 10px;
	background: #D9D9D9;
	position: relative;
}

.freeDeliveryWrap .line .count {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #007F41;
	border-radius: 10px;
}

.freeDeliveryPrice {
	white-space: nowrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: 500;
}

.couponHasQuest {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}

.couponHasQuest.active img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.cartMobileHead {
	display: none;
	margin-top: 7px;
}

.productCardSliderW .navArrowW {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 19px;
	-moz-column-gap: 19px;
	column-gap: 19px;
}

.productCardSliderW .navArrow {
	background-color: rgba(71, 69, 72, 0.2);
	width: 65px;
	height: 65px;
}

.productCardSliderW .navArrow svg {
	width: 42px;
	height: 42px;
	fill: #474548;
	stroke: #474548;
}

.productCardSliderW .navArrowPrev {
	background-image: none;
}

.productCardSliderW .navArrowNext {
	background-image: none;
}

.productParams {
	margin-bottom: 25px;
}

.productParams ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	row-gap: 15px;
	justify-content: flex-end;
	flex-wrap: wrap;
}

@media(max-width: 991px) {
	.productParams ul {
		-webkit-column-gap: 8px;
		-moz-column-gap: 8px;
		column-gap: 8px;
		row-gap: 8px;
	}
}

.productParams ul li a {
	color: #9F9F9F;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.productParams ul li a:hover {
	color: rgb(249, 126, 191);
}

.productCardContent {
	padding-top: 25px;
}

.productCardImg {
	display: block;
}

.productCardImg:hover {
	opacity: 0.85;
}

.productCardImg img {
	width: 100%;
	height: 590px;
	-o-object-fit: cover;
	object-fit: cover;
}

.productCardTitle {
	margin-bottom: 8px;
	display: block;
	font-weight: 500;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 24px;
}

@media(max-width: 991px) {
	.productCardTitle {
		font-size: 18px;
	}
}

.productCardTitle:hover {
	color: rgb(249, 126, 191);
}

.productMain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-page-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 690px;
}

.product-page-slider .swiper-pagination {
	display: none;
}

.product-page-slider .swiper-pagination-bullet {
	background: rgba(71, 69, 72, 0.5);
	opacity: 1;
}

.product-page-slider .swiper-pagination-bullet-active {
	background: #474548;
}

.product-page-slider .navArrowW {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	-webkit-column-gap: 19px;
	-moz-column-gap: 19px;
	column-gap: 19px;
}

.product-page-slider .navArrow {
	background-color: rgba(71, 69, 72, 0.2);
	width: 65px;
	height: 65px;
	background-image: none;
}

.product-page-slider .navArrow.swiper-button-disabled {
	pointer-events: none;
	opacity: 0.4;
}

.product-page-slider .navArrow svg {
	width: 45px;
}

.product-thumb-slider {
	height: 636px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.product-thumb-slide {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.product-thumb-slide img {
	border: 2px solid transparent;
}

.product-thumb-slide.swiper-slide-thumb-active img {
	border-color: rgb(249, 126, 191);
}

.product-thumb-slide__img img {
	width: 82px;
	height: 113px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

.productSliderW {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	height: 100%;
}

.product-slide__img {
	display: block;
}

.product-slide__img img {
	border-radius: 20px;
	height: 820px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.productContent {
	width: 100%;
	padding-left: 45px;
	max-width: 700px;
}

.productTitle {
	margin-bottom: 18px;
	font-size: 26px;
}

.productSizeInputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	row-gap: 15px;
	margin-top: 9px;
}

.productSizeInput input {
	display: none;
}

.productSizeInput input:checked+label {
	border-color: #474548;
	background-color: #474548;
	color: #fff;
}

.productSizeInput input+label {
	border-radius: 5px;
	border: 1px solid #9F9F9F;
	width: 120px;
	height: 60px;
	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;
	cursor: pointer;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.productSizeInput input+label:hover {
	background-color: #474548;
	color: #fff;
}

.productAddedTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	font-weight: 700;
}

.productAddedTitle img {
	width: 26px;
}

.productAddedHead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 29px;
}

.productAddedClose {
	background-color: rgba(71, 69, 72, 0.1);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	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;
}

.productAddedClose img {
	width: 27px;
}

.productAddedItem {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}

.productAddedItemImg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.productAddedItemImg img {
	width: 125px;
	height: 165px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

.productAddedItemContent>span {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	line-height: normal;
}

.productMainBlock--sm {
	display: none;
}

.catalogWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.catalogFilter {
	width: 295px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 70px;
}

.catalogList {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[12];
	grid-template-columns: repeat(12, 1fr);
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	row-gap: 100px;
}

.catalogList .productCard {
	-ms-grid-column-span: 4;
	grid-column: 4 span;
}

.catalogContent {
	width: 100%;
}

.catalogFilter h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 17px;
}

.catNav {
	position: relative;
	padding-bottom: 17px;
	margin-bottom: 13px;
	display: none;
}

.catNav::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	bottom: 0;
	background-color: rgba(159, 159, 159, 0.2);
}

.catNav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 10px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.catNav ul li a {
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	white-space: nowrap;
}

.catalogMobileAction {
	display: none;
}

.catalogFilterMobileHead {
	display: none;
}

.catalogFilter {
	display: none;
}

.catalogFilter.active {
	display: block;
}

.catalogFilterBlock {
	padding-bottom: 32px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(159, 159, 159, 0.2);
}

.catalogFilterBlock ul.filter-sizes,
.catalogFilterBlock .berocket_single_filter_widget_162 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
}

.catalogFilterBlock ul.filter-sizes li:not(:last-child),
.catalogFilterBlock .berocket_single_filter_widget_162 ul li:not(:last-child) {
	margin-bottom: 8px;
}

.catalogFilterBlock ul.filter-sizes input[type=checkbox]:checked+label,
.catalogFilterBlock .berocket_single_filter_widget_162 ul input[type=checkbox]:checked+label {
	background-color: #474548;
	color: #fff;
	border-color: #474548;
}

.catalogFilterBlock ul.filter-sizes input[type=checkbox]+label,
.catalogFilterBlock .berocket_single_filter_widget_162 ul input[type=checkbox]+label {
	width: 66px;
	height: 44px;
	border: 1px solid #9F9F9F;
	border-radius: 5px;
	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;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.catalogFilterBlock ul.filter-sizes input[type=checkbox]+label:hover,
.catalogFilterBlock .berocket_single_filter_widget_162 ul input[type=checkbox]+label:hover {
	color: #474548;
	background-color: #474548;
	color: #fff;
}

.catalogFilterBlock ul.filter-sizes input[type=checkbox]+label::before,
.catalogFilterBlock .berocket_single_filter_widget_162 ul input[type=checkbox]+label::before {
	display: none;
}

.catalogFilterBlock ul.filter-sizes input[type=checkbox]+label::after,
.catalogFilterBlock .berocket_single_filter_widget_162 ul input[type=checkbox]+label::after {
	display: none;
}

.catalogFilterBlock ul.filter-colors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
	row-gap: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.catalogFilterBlock ul li:not(:last-child) {
	margin-bottom: 14px !important;
}

.catalogFilterBlock input[type=radio] {
	display: none;
}

.catalogFilterBlock input[type=radio]:checked+label::after {
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #474548;
	position: absolute;
	left: 4px;
	top: 13px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.catalogFilterBlock input[type=radio]+label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 22px;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	position: relative;
}

.catalogFilterBlock input[type=radio]+label::before {
	content: "";
	border: 1px solid rgb(71, 69, 72);
	width: 19px;
	height: 19px;
	border-radius: 50%;
}

.catalogFilterBlock input[type=radio]+label:hover {
	color: #F97EBF;
}

.catalogFilterBlock input[type=checkbox] {
	display: none !important;
}

.catalogFilterBlock input[type=checkbox]:checked+label::after {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background-color: #474548;
	background-image: url("assets/img/icons/checked-white.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
	position: absolute;
	left: 0;
	top: 4px;
}

.catalogFilterBlock input[type=checkbox]+label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 22px;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	position: relative;
}

.catalogFilterBlock input[type=checkbox]+label::before {
	content: "";
	border: 1px solid rgb(71, 69, 72);
	width: 20px;
	height: 20px;
	border-radius: 4px;
}

.catalogFilterBlock input[type=checkbox]+label:hover {
	color: #F97EBF;
}

.footer {
	padding-bottom: 40px;
	padding-top: 40px;
}

.footerLogo:hover {
	opacity: 0.85;
}

.footerLogo img {
	width: 86px;
}

.footerW {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 380px;
	-moz-column-gap: 380px;
	column-gap: 380px;
}

.footerNav {
	margin-bottom: 60px;
}

.footerNavW {
	padding-top: 30px;
}

.footerNav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 75px;
	-moz-column-gap: 75px;
	column-gap: 75px;
}

.footerNav ul li a {
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
}

.footerNav ul li a:hover {
	color: #F97EBF;
}

.footerInfo>* {
	margin-bottom: 16px;
	display: block;
	font-weight: 300;
	line-height: normal;
	font-size: 16px;
}

.footerInfo>*:last-child {
	margin-top: 24px;
}

.footerInfo a {
	display: block;
	-webkit-text-decoration-style: solid;
	text-decoration-style: solid;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.footerInfo a:hover {
	color: #F97EBF;
}

@media (min-width: 575.98px) {
	.container {
		max-width: 540px;
		margin: auto;
		padding: 0;
	}
}

@media (min-width: 767.98px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 991.98px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1199.98px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1370px;
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1570px;
	}
}

@media (min-width: 1820px) {
	.container {
		max-width: 1780px;
	}
}

@media (max-width: 1839px) {
	.accountHead .h1 {
		margin-left: 725px;
	}

	.wishlistItemContent {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		row-gap: 20px;
	}

	.wishlistItemImg {
		margin-bottom: 20px;
	}
}

@media (max-width: 1599px) {
	.introSlide .container {
		min-height: 700px;
		padding-bottom: 80px;
	}

	.introSlide .h1 {
		font-size: 60px;
	}

	.collection .container {
		min-height: 700px;
		padding-bottom: 80px;
	}

	.catsSlide {
		min-height: 600px;
		padding: 30px 40px;
	}

	.accountHead .h1 {
		margin-left: 650px;
	}

	.wishlistList {
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px;
		row-gap: 40px;
	}

	.wishlistItemImg img {
		height: 600px;
	}
}

@media (max-width: 1400px) {

	html,
	body {
		font-size: 16px;
	}

	.headerLogo img {
		width: 250px;
	}

	.headerNav ul {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}

	.headerNav ul li a {
		font-size: 20px;
	}

	.accountHead .h1 {
		margin-left: 530px;
	}

	.wishlistItemImg img {
		height: 500px;
	}

	.productCardImg img {
		height: 400px;
	}

	.product-page-slider {
		width: 500px;
	}

	.product-thumb-slider {
		height: 520px;
	}

	.product-thumb-slide__img img {
		height: 90px;
	}

	.product-slide__img img {
		height: 600px;
	}

	.catalogList {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 50px;
	}

	.footerW {
		-webkit-column-gap: 100px;
		-moz-column-gap: 100px;
		column-gap: 100px;
	}

	.footerNav ul {
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
	}

	.footerNav ul li a {
		font-size: 20px;
	}
}

@media (max-width: 1199px) {

	.formInput,
	.form-row .input-text {
		padding-left: 20px;
	}

	.headerLogo img {
		width: 225px;
	}

	.headerAction {
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}

	.headerNav ul {
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}

	.accountHead .h1 {
		margin-left: 0;
	}

	.accountNav ul {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}

	.wishlistItemImg img {
		height: 400px;
	}

	.checkoutWrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.checkoutOrder {
		width: 100%;
	}

	.checkoutOrder .checkoutAccordion {
		display: none;
	}

	.checkoutInCart {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
		padding-bottom: 15px;
		padding-top: 15px;
		border-bottom: 1px solid rgba(159, 159, 159, 0.2);
		border-top: 1px solid rgba(159, 159, 159, 0.2);
		margin-bottom: 20px;
		font-size: 20px;
		font-weight: 600;
		line-height: normal;
		position: relative;
	}

	.checkoutInCart::after {
		content: "";
		width: 25px;
		height: 25px;
		background: url("assets/img/icons/arrow-down.svg") no-repeat center center/contain;
	}

	.cartWrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 30px;
	}

	.product-page-slider {
		margin-left: unset;
	}

	.product-thumb-slider {
		height: unset;
		width: 470px;
		margin-top: 10px;
	}

	.product-thumb-slide {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

	.productSliderW {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.productContent {
		padding-left: 30px;
	}

	.productSizeInputs {
		-webkit-column-gap: 8px;
		-moz-column-gap: 8px;
		column-gap: 8px;
		margin-top: 10px;
	}

	.productSizeInput input+label {
		width: 72px;
		height: 48px;
	}

	.catalogFilter {
		margin-right: 30px;
		width: 270px;
	}

	.footerNav {
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {

	html,
	body {
		font-size: 16px;
		line-height: 24px;
	}

	section {
		padding-bottom: 35px;
		padding-top: 35px;
	}

	.py-45.pb-lg-0 {
		padding-bottom: 0;
	}

	.py-45.py-lg-22 {
		padding-top: 22px;
		padding-bottom: 22px;
	}

	.formInput,
	.form-row .input-text {
		height: 40px;
		font-size: 16px;
		border-radius: 5px;
		padding-left: 14px;
	}

	.formInput::-webkit-input-placeholder,
	.form-row .input-text::-webkit-input-placeholder {
		font-size: 16px;
	}

	.formInput::-moz-placeholder,
	.form-row .input-text::-moz-placeholder {
		font-size: 16px;
	}

	.formInput:-ms-input-placeholder {
		font-size: 16px;
	}

	.formInput::-ms-input-placeholder {
		font-size: 16px;
	}

	.formInput::placeholder,
	.form-row .input-text::placeholder {
		font-size: 16px;
	}

	.formSelect,
	.form-row select {
		height: 50px;
		border-radius: 5px;
		font-size: 16px;
		padding-left: 20px;
		background: url("assets/img/icons/arrow-down.svg") no-repeat right 10px center/18px;
		padding-left: 14px;
	}

	.sectHead {
		margin-bottom: 35px;
	}

	.sectHead.flex.d-lg-none {
		display: none;
	}

	.sectHead.mb-lg-20 {
		margin-bottom: 20px;
	}

	h1,
	.h1 {
		font-size: 24px;
	}

	h2,
	.h2 {
		font-size: 20px;
	}

	h3,
	.h3 {
		font-size: 16px;
	}

	.text--20.text--sm-14 {
		font-size: 14px;
	}

	.text-lg-14 {
		font-size: 14px;
	}

	.text-lg-center {
		text-align: center;
	}

	.inputCodeWrap input {
		width: 38px;
		height: 47px;
		border-radius: 5px;
	}

	.mb-lg-8 {
		margin-bottom: 8px;
	}

	.mb-lg-18 {
		margin-bottom: 18px;
	}

	.mb-lg-1 {
		margin-bottom: 10px;
	}

	.mb-lg-2 {
		margin-bottom: 20px;
	}

	.mb-lg-3 {
		margin-bottom: 30px;
	}

	.mt-lg-3 {
		margin-top: 30px;
	}

	.d-lg-none {
		display: none;
	}

	.d-lg-block {
		display: block;
	}

	.inputW.label-abs-wrap label {
		left: 13px;
		font-size: 12px;
		top: -8px;
		padding-left: 2px;
		padding-right: 2px;
	}

	.show-pass {
		width: 20px;
		height: 20px;
		background: url("assets/img/icons/eye.svg") no-repeat center center/20px;
	}

	.show-pass.active {
		background: url("assets/img/icons/eye-cross.svg") no-repeat center center/20px;
	}

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

	.button--xl {
		height: 40px;
	}

	.button--normal {
		height: 50px;
	}

	.button--lg {
		height: 50px;
	}

	.orderItemBtn {
		min-width: 300px;
		height: 60px;
	}

	.wishlistItemBtn {
		font-size: 14px;
		height: 40px;
	}

	.wishlistItemAddToWishlist {
		height: 40px;
		width: 40px;
	}

	.wishlistItemAddToWishlist svg {
		width: 27px;
		height: 27px;
	}

	.catalogFilterBtn {
		display: none;
	}

	.productSizeTableBtn {
		font-size: 14px;
	}

	.productSizeW {
		margin-bottom: 50px;
	}

	.productBtnWishlist {
		margin-bottom: 40px;
	}

	.hamburger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#modalAdded {
		padding: 20px;
		border-radius: 30px 30px 30px 30px;
	}

	.headerW {
		position: relative;
	}

	.headerLogo img {
		width: 174px;
	}

	.headerLogo img.logo-sm {
		display: block;
	}

	.headerLogo img.logo-lg {
		display: none;
	}

	.headerNav {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		overflow-y: scroll;
		padding: 22px 15px 60px;
		z-index: 1;
		background-color: #FEF5F2;
		max-width: 320px;
		width: 100%;
		z-index: 2;
	}

	.headerNav ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.headerNav ul li {
		margin-bottom: 16px;
	}

	.headerNav ul li a {
		font-size: 24px;
		width: 100%;
		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: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		position: relative;
	}

	.headerNav ul li a::after {
		content: "";
		width: 28px;
		height: 28px;
		background: url("assets/img/icons/arrow-right.svg") no-repeat center center/contain;
	}

	.header .searchW {
		display: none;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		z-index: 1;
		background-color: #FEF5F2;
	}

	.header .searchW.active {
		display: block;
	}

	.header .searchW input {
		width: 100%;
	}

	.headerMobileLeft {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-column-gap: 18px;
		-moz-column-gap: 18px;
		column-gap: 18px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.headerMobileSearchBtn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.headerNavCloseBtn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 50px;
	}

	.headerNavRegister {
		display: block;
	}

	.introSlide .container {
		min-height: 600px;
		padding-bottom: 110px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.introSlide .h1 {
		font-size: 40px;
		margin-bottom: 8px;
		letter-spacing: 0.8px;
	}

	.introSlideDescr {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.collection .container {
		min-height: 600px;
		padding-bottom: 25px;
	}

	.collection .h2 {
		font-size: 16px;
		margin-bottom: 14px;
	}

	.collectionName {
		font-size: 24px;
		margin-bottom: 25px;
	}

	.catsSlideTitle {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.catsSlideSubtitle {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.account-logout {
		font-size: 16px;
	}

	.accountNav {
		margin-left: unset;
		width: 100%;
		margin-bottom: 30px;
	}

	.accountNav ul {
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.accountNav ul li a,
	.woocommerce-MyAccount-navigation-link a {
		font-size: 16px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 4px;
		white-space: nowrap;
	}

	.accountOrderTitle {
		margin-bottom: 8px;
	}

	.orderProduct {
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
		padding-bottom: 20px;
	}

	.orderProduct:not(:first-child) {
		padding-top: 0;
		border-top: 0;
	}

	.orderProductLeft {
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}

	.orderProductImg img {
		width: 70px;
		height: 94px;
	}

	.orderInfo .row {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.orderInfo .row:not(:last-child) {
		margin-bottom: 10px;
	}

	.orderItem {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 24px;
	}

	.orderItem:not(:first-child) {
		padding-top: 0;
		border-top: 0;
		margin-top: 45px;
	}

	.orderItemProducts {
		-webkit-column-gap: 18px;
		-moz-column-gap: 18px;
		column-gap: 18px;
		row-gap: 18px;
	}

	.orderItemProduct img {
		width: 70px;
		height: 95px;
	}

	.wishlistItem {
		-ms-grid-column-span: 6;
		grid-column: 6 span;
	}

	.wishlistItemTitle {
		font-size: 16px;
		line-height: normal;
		margin-bottom: 8px;
	}

	.wishlistItemImg {
		margin-bottom: 10px;
	}

	.radioW {
		-webkit-column-gap: 18px;
		-moz-column-gap: 18px;
		column-gap: 18px;
	}

	.radioW .radioItem label {
		min-height: 48px;
		border-radius: 5px;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		row-gap: 10px;
	}

	.radioW .radioItem label img {
		width: 22px;
	}

	.cartItem {
		padding-bottom: 35px;
		margin-bottom: 35px;
		-webkit-column-gap: 18px;
		-moz-column-gap: 18px;
		column-gap: 18px;
	}

	.couponHasQuest img {
		width: 24px;
	}

	.cartMobileHead {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 5px;
	}

	.productCardSliderW .navArrowW {
		display: none;
	}

	.productCardImg img {
		height: 300px;
	}

	.productMain {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 50px;
		margin-bottom: 20px;
	}

	.product-page-slider .swiper-pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.product-page-slider .navArrowW {
		display: none;
	}

	.product-thumb-slider {
		margin-left: unset;
	}

	.product-thumb-slide__img img {
		width: 65px;
	}

	.productContent {
		padding-left: 0;
	}

	.productTitle {
		margin-bottom: 4px;
	}

	.productMainBlock--lg {
		display: none;
	}

	.productMainBlock--sm {
		display: block;
	}

	.catalogFilter {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		background-color: #FEF5F2;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 30px;
		padding-bottom: 70px;
	}

	.catalogFilter h3 {
		font-size: 16px;
	}

	.catNav {
		display: block;
	}

	.catalogMobileAction {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
		margin-bottom: 13px;
	}

	.catalogFilterMobileHead {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 30px;
	}

	.catalogFilterBlock {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.catalogFilterBlock input[type=radio]+label {
		font-size: 16px;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	.catalogFilterBlock input[type=checkbox]:checked+label::after {
		top: 1px;
	}

	.catalogFilterBlock input[type=checkbox]+label {
		font-size: 16px;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	.footerLogo img {
		margin-left: auto;
		margin-right: auto;
	}

	.footerW {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footerNav ul {
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		row-gap: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footerNav ul li a {
		font-size: 16px;
	}

	.footerInfo>* {
		font-size: 14px;
	}
}

@media (max-width: 991px) and (max-width: 991px) {
	.orderTotal {
		padding-bottom: 22px;
		margin-bottom: 22px;
	}
}

@media (max-width: 767px) {
	.codeWrap {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.cats {
		padding-bottom: 10px;
	}

	.cats .navArrowW {
		display: none;
	}

	.cats .sectHead {
		display: none;
	}

	.catsSlide {
		min-height: 400px;
		padding: 25px;
	}

	.catsSlide .button {
		display: none;
	}

	.wishlistItemImg img {
		height: 350px;
	}

	.cartItemImg img {
		width: 135px;
		height: 180px;
	}

	.productParams {
		margin-bottom: 15px;
	}

	.productCardContent {
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 10px;
	}

	.productAddedHead {
		margin-bottom: 24px;
	}

	.productAddedItem {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		margin-bottom: 30px;
	}

	.catalogList .productCard {
		-ms-grid-column-span: 6;
		grid-column: 6 span;
	}
}

@media (max-width: 575px) {
	.pb-sm-5 {
		padding-bottom: 5px;
	}

	.productCardContent {
		padding-left: 10px;
	}

	.mb-sm-5 {
		margin-bottom: 5px;
	}

	.border-sm-b-none {
		border-bottom: none;
	}

	.sectHead.flex.d-sm-none {
		display: none;
	}

	.container {
		padding: 0 12px;
	}

	h1,
	.h1 {
		font-size: 20px;
	}

	h1--sm-16,
	.h1--sm-16 {
		font-size: 16px;
	}

	.text-sm-14 {
		font-size: 14px;
	}

	.text-sm-start {
		text-align: start;
	}

	.mb-sm-1 {
		margin-bottom: 10px;
	}

	.mb-sm-2 {
		margin-bottom: 20px;
	}

	.mb-sm-10 {
		margin-bottom: 100px;
	}

	.d-sm-none {
		display: none;
	}

	.quantity {
		height: 36px;
		-webkit-column-gap: 4px;
		-moz-column-gap: 4px;
		column-gap: 4px;
		padding-left: 14px;
		padding-right: 14px;
	}

	.quantity-icon {
		width: 15px;
		height: 15px;
		font-size: 29px;
	}

	.quantity-icon img {
		width: 15px;
		height: 15px;
	}

	.button.min-w-530 {
		min-width: 100%;
	}

	.saveBtn {
		width: 100%;
	}

	.orderItemBtn {
		width: 100%;
	}

	.cartItemAddToWishlist {
		height: 36px;
		width: 36px;
	}

	.cartItemAddToWishlist svg {
		width: 22px;
	}

	.introSlide .h1 {
		margin-bottom: 20px;
		line-height: 37px;
	}

	.introSlide .container {
		min-height: 90vw;
		padding-top: 50px;
		padding-bottom: 70px;
	}

	.collection .container {
		min-height: 90vw;
		padding-top: 50px;
	}

	.catsSlider {
		padding-right: 80px;
		overflow: visible;
	}

	.catsSlide {
		min-height: 100vw;
	}

	.accountNav {
		overflow-x: scroll;
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
	}

	.accountNav ul li:last-child {
		padding-right: 15px;
	}

	.wishlistList {
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		row-gap: 0;
	}

	.wishlistItem {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-column-gap: 13px;
		-moz-column-gap: 13px;
		column-gap: 13px;
		-ms-grid-column-span: 12;
		grid-column: 12 span;
		padding-bottom: 35px;
		margin-bottom: 35px;
		border-bottom: 1px solid rgba(159, 159, 159, 0.2);
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}

	.wishlistItemContent {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		min-height: 180px;
	}

	.wishlistItemContentRight {
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 5px;
	}

	.wishlistItemImg {
		width: unset;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.wishlistItemImg img {
		width: 135px;
		height: 180px;
	}

	.cartItemContentBottom {
		-webkit-column-gap: 6px;
		-moz-column-gap: 6px;
		column-gap: 6px;
	}

	.productCardImg img {
		height: 75vw;
	}

	.product-page-slider {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
	}

	.product-thumb-slider {
		width: 100%;
		overflow: visible;
	}

	.product-slide__img img {
		border-radius: 0;
		height: 130vw;
	}

	.productAddedItemImg img {
		width: 72px;
		height: 95px;
	}

	.catalogList {
		margin-left: -15px;
		margin-right: -15px;
		-webkit-column-gap: 13px;
		-moz-column-gap: 13px;
		column-gap: 13px;
		row-gap: 30px;
	}

	.catNav {
		overflow-x: scroll;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
	}

	.catNav::before {
		right: -40px;
		width: calc(100% + 40px);
	}

	.catNav ul {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.catNav ul li:last-child {
		padding-right: 20px;
	}

	.footerLogo img {
		width: 64px;
	}

	.footerNav ul {
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
	}
}

@media (hover: hover) {
	.f-button:hover:not([disabled]) {
		color: var(--f-button-hover-color);
		background-color: var(--f-button-hover-bg);
	}
}

.page-numbers {
	display: flex;
	justify-content: center;
	column-gap: 9px;
	margin-top: 30px;
}

.page-numbers a:hover {
	color: #F97EBF;
}

.bapf_sfilter {
	margin-bottom: 0;
}

.bapf_sfilter .bapf_button {
	font-size: 16px;
	line-height: normal;
	font-weight: 600;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	transition: background-color .2s linear, color .2s linear;
}

.berocket_single_filter_widget_163 .bapf_sfilter .bapf_button {
	border: 1px solid #9F9F9F;
}

.berocket_single_filter_widget_163 .bapf_sfilter .bapf_button:hover {
	background-color: #474548;
	color: #fff;
}

.berocket_single_filter_widget_165 .bapf_sfilter .bapf_button {
	background-color: #474548;
	color: #fff;
	border: 1px solid transparent;
}

.berocket_single_filter_widget_165 .bapf_sfilter .bapf_button:hover {
	background-color: transparent;
	color: #474548;
	border-color: #474548;
}

.single_variation_wrap .quantity {
	display: none !important;
}

.reset_variations {
	display: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	background-color: transparent;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
	background-color: #474548;
	color: #fff;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
	box-shadow: none;
	background-color: #474548;
	color: #fff;
}

@media(max-width: 1199px) {
	.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
		min-width: 72px;
		width: 72px;
		height: 48px;
		font-size: 16px;
	}
}

.button.wc-forward {
	border: 1px solid #474548;
	margin-bottom: 10px;
	margin-top: 10px;
}

.button.wc-forward:hover {
	background-color: #474548;
	color: #fff;
}

.added_to_cart.wc-forward {
	display: none;
}

.productAddedItemContent .modalAddToCartPriceWrap {
	display: flex !important;
	gap: 10px;
}

.productAddedItemContent .modalAddToCartSizeWrap {
	display: flex;
	gap: 10px;
}

.modalAddToCartSize {
	text-transform: uppercase;
}

.productBtnWishlist.add-favorite .need-add-to-wishlist-text {
	display: block;
}

.productBtnWishlist.add-favorite .need-remove-to-wishlist-text {
	display: none;
}

.productBtnWishlist.delete-favorite .need-add-to-wishlist-text {
	display: none;
}

.productBtnWishlist.delete-favorite .need-remove-to-wishlist-text {
	display: block;
}

.productBtnWishlist.delete-favorite {
	background-color: #474548;
	color: #fff;
}

.productBtnWishlist.delete-favorite svg {
	stroke: #fff;
	fill: #fff;
}

.order-total strong {
	font-weight: 600;
}


.cartItem .product-remove a {
	position: absolute;
	right: 0;
	top: -12px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size: 37px;
	line-height: normal;

}

.qib-button-wrapper {}

body .qib-button-wrapper .minus.qib-button,
body .qib-button-wrapper .plus.qib-button {
	background: transparent !important;
	border: none !important;
}

body .qib-button-wrapper {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0 !important;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
}

.qib-button-wrapper button.qib-button {
	padding: 0 !important;
	font-size: 40px !important;
	line-height: 40px !important;
	font-weight: 200 !important;
}

.qib-button-wrapper button.qib-button.plus {
	position: relative;
	bottom: 3px;
}

.cartItemAddToWishlist {
	transition: background-color .2s linear;
}

.cartItemAddToWishlist:hover {
	background-color: #474548;
	color: #fff;
}

.cartItemAddToWishlist:hover svg {
	fill: #fff;
	stroke: #fff;
}

.cartItemAddToWishlist.active svg {
	stroke: #fff;
	fill: #fff;
}

.cartItemAddToWishlist.active {
	background-color: #474548;
	color: #fff;
	border-color: #474548;
}

.single_variation_wrap .qib-button-wrapper {
	display: none;
}

.couponBtn {
	flex-shrink: 0;
}

@media(max-width: 575px) {
	.cartItemTitle {
		max-width: calc(100% - 44px);
	}
}

.variation-item {
	margin-bottom: 30px;
}

.woocommerce-variation-price {
	margin-bottom: 15px;
}

.woocommerce-form-coupon-toggle {
	display: flex;
	column-gap: 30px;
}

.woocommerce-privacy-policy-text {
	display: none;
}

#ship-to-different-address {
	display: none;
}

.form-row {
	margin-bottom: 25px;
}

@media(max-width: 991px) {
	.form-row {
		margin-bottom: 18px;
	}
}

@media(max-width: 575px) {
	.wc_payment_methods {
		row-gap: 10px;
	}

	.wc_payment_methods .radioItem {
		grid-column: 12 span;
	}
}

@media(max-width: 991px) {
	.woocommerce-form-coupon-toggle {
		justify-content: space-between;
	}

	.woocommerce-form-coupon-toggle img {
		width: 25px;
	}
}

.productContent .qib-button-wrapper {
	display: none;
}

.checkout-inline-error-message {
	font-size: 18px;
	line-height: normal;
	margin-top: 4px;
}

@media(max-width: 991px) {
	.checkout-inline-error-message {
		font-size: 15px;
	}
}

.woocommerce-form-row>label {
	display: block;
	margin-bottom: 10px;
}

.woocommerce-form-login,
.woocommerce-form-register {
	margin-top: 40px;

}

.woocommerce-ResetPassword {
	max-width: 1000px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-LostPassword {
	text-align: center;
}

.woocommerce-form-row--first {
	margin-top: 30px;
}

.authorizeW {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	column-gap: 40px;
}

@media(max-width: 575px) {
	.authorizeW {
		column-gap: 0;
	}
}

.authorizeW .col-1,
.authorizeW .col-2 {
	grid-column: 6 span;
}

@media(max-width: 1199px) {

	.authorizeW .col-1,
	.authorizeW .col-2 {
		grid-column: 12 span;
	}

	.authorizeW .col-2 {
		margin-top: 50px;
	}
}

.woocommerce-MyAccount-navigation-link--customer-logout,
.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

.page-id-179 .woocommerce-MyAccount-navigation-link--wishlist_nav a {
	color: #474548;
	font-weight: 600;
	border-color: #474548;
}

.page-id-179 .woocommerce-MyAccount-navigation-link--dashboard a {
	color: #9F9F9F;
	font-weight: 400;
	border-color: transparent;
}

.product_posts_empty {
	grid-column: 12 span;
	text-align: center;
}

.account-main-head {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.account-main-head p {
	text-align: center;
	margin-bottom: 20px;
}

.wishlistItem+.product_posts_empty {
	display: none;
}

.woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	column-gap: 40px;
	margin-top: 30px;
}

.woocommerce-Addresses .col-1,
.woocommerce-Addresses .col-2 {
	grid-column: 6 span;
}

.woocommerce-Addresses .col-2 {
	display: none;
}

.search-no-results .catalogFilterBtn {
	display: none;
}

#modalTable,
#modalTable_2 {
	width: 800px;
}

@media(max-width: 767px) {
	#modalTable {
		padding: 25px 12px;
	}
}

.modalTableHead {
	display: grid;
	grid-template-columns: repeat(15, 1fr);
	column-gap: 10px;
	margin-bottom: 15px;
}

.modalTableHead .col {
	grid-column: 3 span;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	font-weight: 600;
}

@media(max-width: 991px) {
	.modalTableHead .col {
		line-height: normal;
	}
}

@media(max-width: 660px) {
	.modalTableHead .col {
		font-size: 8px;
	}
}

.modalTableBody ul li {
	display: grid;
	grid-template-columns: repeat(15, 1fr);
	column-gap: 10px;
	margin-bottom: 13px;
}

.modalTableBody ul li .col {
	grid-column: 3 span;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
}

@media(max-width: 660px) {
	.modalTableBody ul li .col {
		font-size: 12px;
	}
}

.errorTitle {
	text-align: center;
	margin-bottom: 20px;
}

.errorDescr {
	text-align: center;
}

.error404-btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.introVideo {
	/* min-height: 820px; */
	width: 100%;
	object-fit: cover;
}

.introSliderW {
	position: relative;
}

.introVideo {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* @media (max-width: 1599px) {
  .introVideo {
    min-height: 700px;
  }
}

@media(max-width: 991px) {
  .introVideo {
    min-height: 600px;
  }
} */
.radioItem .woocommerce-Price-amount.amount {
	white-space: nowrap;
}

.woocommerce-shipping-totals .radioItem label {
	justify-content: space-between;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media(max-width: 575px) {
	.radioW .radioItem {
		grid-column: 12 span;
	}

	.radioW {
		row-gap: 10px;
	}
}

.payment_box.payment_method_wc_cloudpayments_gateway {
	display: none !important;
}

.payment_method_wc_cloudpayments_gateway img {
	display: none;
}

.checkout-items {
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-size: 18px;
}

.checkout-items .cart_item {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

@media (max-width: 991px) {
	.checkout-items {
		font-size: 16px;
	}
}

.woocommerce-shipping-methods {
	font-size: 22px;
}

.tax-product_cat .productAddedItem {
	display: none;
}

.archive .productAddedItem {
	display: none;
}

.tax-product_cat.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item,
.archive.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item,
.productCardSlider .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	min-width: 46px !important;
	/* width: 54px!important; */
	height: 40px !important;
	margin: 0;
}

@media(max-width: 991px) {

	.tax-product_cat.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item,
	.archive.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item,
	.productCardSlider .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
		width: 50px;
		height: 31px !important;
	}
}

.tax-product_cat.woo-variation-swatches .variable-items-wrapper,
.archive.woo-variation-swatches .variable-items-wrapper,
.productCardSlider .variable-items-wrapper {
	justify-content: flex-end;
}

@media(max-width: 991px) {

	.tax-product_cat.woo-variation-swatches .productSizeTableBtn svg,
	.archive.woo-variation-swatches .productSizeTableBtn svg,
	.productCardSlider .productSizeTableBtn svg {
		display: none;
	}

	.tax-product_cat.woo-variation-swatches .productSizeTableBtn,
	.archive.woo-variation-swatches .productSizeTableBtn,
	.productCardSlider .productSizeTableBtn {
		border-bottom: 1px solid #000;
	}

	.tax-product_cat.woo-variation-swatches .productSizeHead .label,
	.archive.woo-variation-swatches .productSizeHead .label,
	.productCardSlider .productSizeHead .label {
		display: none;
	}

	.tax-product_cat.woo-variation-swatches .single_add_to_cart_button,
	.archive.woo-variation-swatches .single_add_to_cart_button,
	.productCardSlider .single_add_to_cart_button {
		padding-left: 7px;
		padding-right: 7px;
		font-size: 13px;
	}

	.tax-product_cat.woo-variation-swatches .productSizeW,
	.archive.woo-variation-swatches .productSizeW,
	.productCardSlider .productSizeW {
		margin-bottom: 15px;
	}

	.tax-product_cat.woo-variation-swatches .variation-item,
	.archive.woo-variation-swatches .variation-item,
	.productCardSlider .variation-item {
		margin-bottom: 15px;
	}
}

.delivery-wrapper {
	display: none;
}

.single_add_to_cart_button.disabled {
	opacity: .4;
	pointer-events: none;
}

.checkoutOrder .agreement .rect {
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	flex-shrink: 0;
}

.checkoutOrder .agreement label {
	display: flex;
	column-gap: 10px;
	cursor: pointer;
}

.checkoutOrder .agreement input:checked+label .rect {
	background: url('assets/img/icons/checked-black.svg') no-repeat center center / 12px;
}

.orderTotalBtn {
	/* opacity: .4;
	pointer-events: none; */
}

.orderTotalBtn.active {
	opacity: 1;
	pointer-events: all;
}

.productContent .button {
	max-width: 305px;
}

@media(max-width: 575px) {
	.productContent .button {
		max-width: 100%;
	}
}

.woocommerce-billing-fields .form-row {
	position: relative;
}

.checkout-dropdown {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin: 6px 0 0 0;
	padding: 4px 0;
	list-style: none;
	background: #fff;
	border: 1px solid #d0d0d0;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	max-height: 240px;
	overflow-y: auto;
	z-index: 9999;
	border-radius: 4px;
	box-sizing: border-box;
}

.checkout-dropdown li {
	padding: 8px 12px;
	cursor: pointer;
	font-size: 14px;
	color: #111;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.checkout-dropdown li:hover,
.checkout-dropdown li[aria-selected="true"] {
	background: #f2f6fb;
}

.checkout-dropdown .empty {
	color: #777;
	cursor: default;
}

.checkout-dropdown[hidden] {
	display: none;
}

.headerCart {
	position: relative;
}

.headerCart::before {
	content: attr(data-count);
	position: absolute;
	right: -13px;
	top: -9px;
	font-size: 10px;
	font-weight: 600;
	background-color: #F97EBF;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media(max-width: 575px) {
	.headerCart::before {
		right: -9px;
	}
}

.productCardImg {
	position: relative;
}

.productCardInfo {
	position: absolute;
	background-color: #fff;
	padding: 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 4px;
	font-size: 20px;
	font-weight: 600;
}

@media(max-width: 575px) {
	.productCardInfo {
		font-size: 12px;
		line-height: normal;
		padding: 4px;
	}
}

.stock.in-stock {
	display: none;
}

.mb-20 {
	margin-bottom: 20px;
}

.checkoutOrder .agreementText a:hover {
	color: #F97EBF;
}

.checkoutOrder:has(.agreement input:not(:checked)) .orderTotalBtn {
	opacity: .4;
	pointer-events: none;
}
.checkoutOrder:has(.agreement input:not(:checked)) .login__submit-btn {
	opacity: .4;
	pointer-events: none;
}
.checkoutOrder .agreementText {
	font-size: 15px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}

.wpcf7 .form-row span:has([type=file]) {
	display: none;
}
.form-actions .wpcf7-list-item {
	margin: 0;
}
.form-actions input[type=checkbox] {
	display: none;
}
.form-actions input[type=checkbox] + span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	margin-right: 10px;
	vertical-align: bottom;
}
.form-actions input[type=checkbox]:checked + span::before {
	background: url(assets/img/icons/checked-black.svg) no-repeat center center / 12px;
}
.form-actions .wpcf7-acceptance a {
	text-decoration: underline;
	transition: color 0.2s ease;
}
.form-actions .wpcf7-acceptance a:hover {
	color: #f97ebf;
}
.form-actions {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.return-form {
	max-width: 1000px;
	margin: 0 auto;
}
