/*!
Theme Name: Ok Zamok
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
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: ok-zamok
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.

Ok Zamok 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/
*/


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--container: 1280px;
	--gap: 20px;

	--text-size: 16px;
	--text-size-sm: 14px;
	--h1-size: 36px;
	--h2-size: 32px;
	--h3-size: 28px;
	--h4-size: 24px;
	--h5-size: 20px;
	--h6-size: 18px;

	--black: #181818;
	--light: #D9D9D9;
	--red: #EB3B5A;
	--green: #08611E;
	--white: #FFFFFF;
}
*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.375;
	color: var(--black);
	background: var(--white);
}
a {
	color: var(--red);
	transition: .5s;
}
a:hover {
	text-decoration: none;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: .5s;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover-span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 200;
	margin: 0 0 var(--gap);
	line-height: 1.1;
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote {
	margin: 0 0 var(--gap);
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
.wpcf7-form {
	position: relative;
	z-index: 1;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / 1.25 / -2) calc(var(--gap) / -1.25);
}
.form-field {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 calc(var(--gap) / 1.25 / 2);
	margin-bottom: calc(var(--gap) / 1.25);
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
::-webkit-input-placeholder {
	color: var(--light);
}
::-moz-placeholder {
	color: var(--light);
}
:-ms-input-placeholder {
	color: var(--light);
}
:-moz-placeholder {
	color: var(--light);
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--white);
	border: 1px solid var(--light);
	color: var(--black);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: calc(var(--gap) / 2) var(--gap);
	height: 48px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 120px;
	resize: vertical;
}
select {
	cursor: pointer;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 4px;
	font-size: var(--text-size-sm);
}
.wpcf7 form .wpcf7-response-output {
	margin: var(--gap) 0 0;
	padding: calc(var(--gap) / 2) calc(var(--gap) / 1.25);
}




.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}



.heading {
	position: relative;
	margin-bottom: calc(var(--gap) * 1.5);
}
.heading:last-child {
	margin-bottom: 0;
}
.heading.center {
	text-align: center;
}
.heading h2 {
	font-size: var(--h1-size);
}



.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: calc(var(--gap) / 2.5);
	text-align: center;
	font-size: var(--text-size);
	font-family: 'Noto Sans', sans-serif;
	font-weight: 600;
	line-height: 1.375;
	border: none;
	padding: calc(var(--gap) / 2) calc(var(--gap) * 1.5);
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	outline: none;
	min-height: 48px;
	cursor: pointer;
	text-decoration: none;
	z-index: 1;
	transition: .5s;
}
.btn-icon-left:before,
.btn-icon-right:after {
	content: '';
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	margin-bottom: -2px;
	transition: .5s;
}
.btn-primary {
	background-color: var(--red);
	border-color: var(--red);
	color: var(--white);
}
.btn-primary:hover {
	background-color: var(--black);
	border-color: var(--black);
	color: var(--white);
}
.btn-primary:before,
.btn-primary:after {
	background-color: var(--white);
}
.btn-secondary {
	background-color: var(--light);
	border-color: var(--light);
	color: var(--white);
}
.btn-secondary:hover {
	background-color: var(--black);
	border-color: var(--black);
	color: var(--white);
}
.btn-secondary:before,
.btn-secondary:after {
	background-color: var(--white);
}
.btn-icon-arrowRight:before,
.btn-icon-arrowRight:after {
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-right.svg);
	mask-image: url(images/arrow-right.svg);
}
.btn.btn-link {
	padding: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: var(--red);
	text-decoration: underline;
	text-decoration-style: dashed;
	text-underline-offset: 4px;
	min-height: inherit;
}
.btn.btn-link:hover {
	color: var(--red);
	text-decoration: none;
}
.btn.btn-link:before,
.btn.btn-link:after {
	background-color: var(--red);
}


.swiper-pagination {
	position: relative !important;
	bottom: auto !important;
	top: auto !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin-top: var(--gap);
	gap: 4px;
}
.swiper-pagination-bullet {
	flex: 0 0 12px;
	max-width: 12px;
	width: 12px !important;
	height: 12px !important;
	background: transparent !important;
	border: 1px solid var(--light) !important;
	margin: 0 !important;
	opacity: 1 !important;
	outline: none !important;
	transition: .5s;
}
.swiper-pagination.white .swiper-pagination-bullet {
	border-color: var(--white) !important;
	opacity: .4 !important;
}
.swiper-pagination-bullet-active {
	border-color: var(--red) !important;
	background: var(--red) !important;
}
.swiper-pagination.white .swiper-pagination-bullet-active {
	border-color: var(--white) !important;
	background: var(--white) !important;
	opacity: 1 !important;
}



button.swiper-navigation {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: none;
	background: var(--white);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .5s;
	transform: translateY(-50%);
	z-index: 9;
}
button.swiper-navigation.prev {
	left: -20px;
}
button.swiper-navigation.next {
	right: -20px;
}
button.swiper-navigation:hover {
	background: var(--red);
}
button.swiper-navigation:disabled {
	background: var(--white);
	opacity: .15;
	cursor: no-drop;
}
button.swiper-navigation.swiper-button-lock {
	display: none;
}
button.swiper-navigation:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-right.svg);
    mask-image: url(images/arrow-right.svg);
    background-color: var(--black);
    flex: 0 0 16px;
    max-width: 16px;
    width: 16px;
    height: 16px;
    transition: .5s;
    z-index: 1;
}
button.swiper-navigation:hover:before {
	background-color: var(--white);
}
button.swiper-navigation:disabled:before {
	background-color: var(--black);
}
button.swiper-navigation.prev:before {
	transform: rotate(180deg);
}


.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2.5);
}
.soc-links li.soc-mobile {
	display: none;
}
@media (max-width: 991px) {
	.soc-links li.soc-mobile {
		display: block;
	}
	.soc-links li.soc-desktop {
		display: none;
	}
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .22);
}
.soc-links.black li a {
	background: var(--black);
	border-color: var(--black);
}
.soc-links li a:hover,
.soc-links.black li a:hover {
	background: var(--red);
	border-color: var(--red);
}
.soc-links li a svg {
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
}



.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .5s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .5s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
	position: relative;
	background: var(--white);
	height: 100%;
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	transform: translateX(100%);
	padding: 60px var(--gap) var(--gap);
	transition: .5s;
	overflow: auto;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
	position: absolute;
	top: 15px;
	right: 15px;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	width: 28px;
	height: 28px;
	border: none;
	padding: 0;
	outline: none !important;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: var(--red);
}
.mobile-menu {
	margin: 0 0 calc(var(--gap) * .8);
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}
.mobile-menu li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.mobile-menu > li {
	border-bottom: 1px solid var(--light);
}
.mobile-menu > li:last-child {
	border-bottom: 0;
}
.mobile-menu li a {
	order: 1;
	font-size: var(--text-size);
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	font-weight: 500;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: var(--black);
	z-index: 1;
}
.mobile-menu li.menu-item-has-children > a {
	flex: 0 0 calc(100% - 32px);
	max-width: calc(100% - 32px);
}
.mobile-menu li:hover > a,
.mobile-menu li.current-menu-item > a {
	color: var(--red);
}
.mobile-menu-toggle {
	order: 2;
	-webkit-mask-size: 12px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand-down.svg);
	mask-image: url(images/expand-down.svg);
	background-color: var(--black);
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	transition: .5s;
}
.mobile-menu li.menu-item-has-children:hover > .mobile-menu-toggle {
	background-color: var(--red);
}
.mobile-menu li.menu-item-has-children.active > .mobile-menu-toggle {
	background-color: var(--red);
	transform: rotate(180deg);
}
.mobile-menu ul {
	flex: 0 0 100%;
	max-width: 100%;
	display: none;
	order: 3;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	list-style: none;
	text-transform: none;
	z-index: 9;
}
.modal-mobile .header-icons {
	margin-bottom: calc(var(--gap));
}
.modal-mobile .header-icon a {
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	border: 1px solid var(--light);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.modal-mobile .header-icon > a:before {
	-webkit-mask-size: 24px;
}
.modal-mobile-search {
	margin-bottom: var(--gap);
	background: #f9f9f9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid var(--light);
}
.modal-mobile-phone a {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2.5);
	color: var(--black);
	text-decoration: none;
}
.modal-mobile-phone a:hover {
	color: var(--red);
}
.modal-mobile-phone a:before {
	content: '';
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
	background-color: var(--black);
	transition: .5s;
}
.modal-mobile-phone a:hover:before {
	background-color: var(--red);
}







.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: calc(var(--gap) + 2px) calc(var(--gap) / -2) 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: calc(var(--gap) * -1);
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 var(--gap);
	padding: 0 var(--gap);
}
.gallery-item > * {
	overflow: hidden;
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-2 .gallery-item > * {
	height: calc((var(--container) - var(--gap)) / 2 / 1.4);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-3 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 2) / 3 / 1.4);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-4 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 3) / 4 / 1.4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-5 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 4) / 5 / 1.4);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-6 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 5) / 6 / 1.4);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 6) / 7 / 1.4);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-8 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 7) / 8 / 1.4);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-columns-9 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 8) / 9 / 1.4);
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .5s;
}
.gallery-item a:hover img {
	transform: scale(1.08);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: var(--gap);
	margin-bottom: var(--gap);
}
.alignright {
	float: right;
	margin-left: var(--gap);
	margin-bottom: var(--gap);
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--gap);
}
img.alignleft,
img.alignright,
img.aligncenter {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}




.wrapper {
	position: relative;
	z-index: 1;
}

.header {
	position: sticky;
	top: 0;
	padding: calc(var(--gap) * 1.5) 0;
	background: var(--white);
	transition: .5s;
	z-index: 92;
}
.header.fixed {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 30px;
	gap: calc(var(--gap) * 2);
}
.header-logo img {
	max-height: 30px;
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) * 2);
}
.main-menu li {
	position: relative;
	z-index: 1;
}
.main-menu li a {
	color: var(--black);
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 3);
	padding: calc(var(--gap) / 1.333) 0;
	text-decoration: none;
}
.main-menu li.menu-item-has-children > a:after {
	content: '';
	flex: 0 0 10px;
	max-width: 10px;
	width: 10px;
	height: 10px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand-down.svg);
	mask-image: url(images/expand-down.svg);
	background-color: var(--black);
	margin-bottom: -3px;
	transition: .5s;
}
.main-menu li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}
.main-menu li.menu-item-has-children > a:hover:after,
.main-menu li.current-menu-item.menu-item-has-children > a:after {
	background-color: var(--red);
}
.main-menu li a:hover,
.main-menu li.current-menu-item > a {
	color: var(--red);
}
.main-menu ul {
	position: absolute;
	top: 100%;
	left: calc(var(--gap) / -1.5);
	margin: 0;
	padding: calc(var(--gap) / 3) 0;
	list-style: none;
	background: var(--white);
	border: 1px solid rgba(217, 217, 217, 0.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: var(--black);
	width: 240px;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	z-index: -99;
}
.main-menu li:hover > ul {
	transform: translateY(0);
	opacity: 1;
	visibility: inherit;
	z-index: 1;
}
.main-menu > li:last-child > ul {
	left: auto;
	right: 0;
}
.main-menu ul li {
	padding: calc(var(--gap) / 4) calc(var(--gap) / 1.5);
}
.main-menu ul li a {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--black);
	text-transform: none;
}
.main-menu ul li a:hover {
	color: var(--red);
}
.main-menu ul li.menu-item-has-children > a:after,
.main-menu ul li.menu-item-has-children:hover > a:after {
	transform: rotate(-90deg);
}
.main-menu ul ul {
	top: calc(var(--gap) / -2.5);
	left: 100%;
}
.header-phone {
	margin: 0;
	display: flex;
}
.header-phone a {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2.5);
	color: var(--black);
	text-decoration: none;
}
.header-phone a:hover {
	color: var(--red);
}
.header-phone a:before {
	content: '';
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
	background-color: var(--black);
	transition: .5s;
}
.header-phone a:hover:before {
	background-color: var(--red);
}
.header-icons {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 1.667);
	flex: 0 0 auto;
}
.header-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.header-icon > a,
.header-icon > button {
	position: relative;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	transition: .5s;
	z-index: 1;
}
.header-icon > a:before,
.header-icon > button:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	height: 100%;
	transition: .5s;
}
.header-icon > a:hover:before,
.header-icon > button:hover:before {
	background-color: var(--red);
}
.header-icon.cart > a:before {
	-webkit-mask-image: url(images/shopping-bag.svg);
	mask-image: url(images/shopping-bag.svg);
}
.header-icon.account > a:before {
	-webkit-mask-image: url(images/user.svg);
	mask-image: url(images/user.svg);
}
.header-icon.wishlist > a:before {
	-webkit-mask-image: url(images/heart.svg);
	mask-image: url(images/heart.svg);
}
.header-icon.search > button:before {
	-webkit-mask-image: url(images/search.svg);
	mask-image: url(images/search.svg);
}
.header-icon.menu-toggle > button:before {
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
}
.header-icon.search.active > button:before {
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
}
.header-icon > a > span {
	position: absolute;
	top: -7px;
	right: -7px;
	min-width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: var(--red);
	color: var(--white);
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.header-icon.menu-toggle {
	display: none;
}
.header-search-inner {
	display: none;
	position: absolute;
	top: calc(100% + var(--gap) / 2);
	right: calc(var(--gap) / -2);
	width: 360px;
	background: var(--white);
	border: 1px solid var(--light);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
}
.search-form {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	z-index: 1;
}
.search-form input {
	position: relative;
	flex: auto;
	max-width: 100%;
	height: 40px;
	background: none;
	border: none;
	padding: calc(var(--gap) / 2) calc(var(--gap) / 2) calc(var(--gap) / 2) var(--gap);
	font-size: var(--text-size);
	font-weight: 400;
	outline: none;
	transition: .5s;
}
.search-form button {
	-webkit-mask-size: 24px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/search.svg);
	mask-image: url(images/search.svg);
	background-color: var(--black);
	flex: 0 0 40px;
	max-width: 40px;
	height: 40px;
	cursor: pointer;
	outline: none;
	border: 0;
	padding: 0;
	transition: .5s;
}
.search-form button:hover {
	background-color: var(--red);
}



.main {
	position: relative;
	z-index: 1;
}



.footer {
	position: relative;
	background: var(--black);
	color: var(--white);
	z-index: 1;
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
	gap: calc(var(--gap) * 2);
	padding: calc(var(--gap) * 3) 0 var(--gap);
}
.footer-widget {
	flex: 0 0 auto;
	max-width: 25%;
}
.footer-widget:first-child {
	flex: 0 0 300px;
}
.footer-widget:last-child {
	flex: 0 0 360px;
}
.footer-widget-title {
	color: var(--light);
	font-size: var(--h6-size);
	font-weight: 500;
	margin-bottom: calc(var(--gap) / 1.667);
}
.footer-logo {
	margin-bottom: var(--gap);
}
.footer-logo img {
	max-height: 30px;
}
.footer-company {
	text-align: justify;
	font-size: var(--text-size-sm);
}
.footer-menu,
.footer-contacts {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2.5);
}
.footer-contacts p {
	margin: 0;
}
.footer-menu a,
.footer-contacts a {
	color: var(--white);
	text-decoration: none;
}
.footer-menu a:hover,
.footer-contacts a:hover {
	color: var(--red);
}
.footer-menu ul {
	display: none;
}
.footer-contacts iframe {
	width: 100%;
	height: 200px;
}
.footer-bottom {
	border-top: 1px solid var(--light);
	padding: calc(var(--gap) / 1.333) 0;
}
.footer-bottom p {
	text-align: center;
	font-size: 12px;
	font-weight: 300;
}
.footer-bottom p a {
	color: var(--white);
	text-decoration: none;
}
.footer-bottom p a:hover {
	color: var(--red);
}


.heroSlider {
	position: relative;
	margin-bottom: var(--gap);
	z-index: 1;
}
.heroSlider:last-child {
	margin-bottom: 0;
}
.heroSlider-swiper {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.heroSlider-item__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.heroSlider-item__bg:after {
	content: '';
	background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 68.63%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.heroSlider-item__wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: calc(var(--gap) * 2);
	padding-left: calc(var(--gap) * 4);
	padding-right: calc(var(--gap) * 4);
	height: 660px;
}
.heroSlider-item__content {
	font-size: var(--h6-size);
	max-width: 440px;
	text-align: justify;
}
.heroSlider-item__content h1,
.heroSlider-item__content h2 {
	font-size: calc(var(--h1-size) * 1.667);
}
.heroSlider-item__content h3 {
	font-size: var(--h1-size);	
}
.heroSlider-item__content h4 {
	font-size: var(--h2-size);	
}
.heroSlider-item__content h5 {
	font-size: var(--h3-size);	
}
.heroSlider-item__content h6 {
	font-size: var(--h4-size);	
}
.heroSlider-pagination.swiper-pagination {
	position: absolute !important;
	margin: 0 !important;
	bottom: 20px !important;
	width: auto !important;
	left: 50% !important;
	transform: translateX(-50%);
}

.heroBanners-items {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
}
.heroBanners-item {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
}
.heroBanners-item__wrap {
	position: relative;
	overflow: hidden;
	height: 100%;
	min-height: 300px;
	padding: calc(var(--gap) * 1.5) calc(var(--gap) * 1.5) calc(var(--gap) * 4);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	z-index: 1;
}
.heroBanners-item__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.heroBanners-item__bg:after {
	content: '';
	background: linear-gradient(270deg, rgba(236, 236, 236, 0) 0%, #ECECEC 69.29%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.heroBanners-item__content {
	max-width: 300px;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.heroBanners-item__content > * {
	margin-bottom: 0;
}
.heroBanners-item__content h2 {
	font-size: var(--h1-size);
}
.heroBanners-item__content h3 {
	font-size: var(--h2-size);
}
.heroBanners-item__content h4 {
	font-size: var(--h3-size);
}
.heroBanners-item__content h5 {
	font-size: var(--h4-size);
}
.heroBanners-item__content h6 {
	font-size: var(--h5-size);
}
.heroBanners-item__button {
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--white);
	padding: calc(var(--gap) / 2) calc(var(--gap) / 2) 0 0;
	border-radius: 0 30px 0 0;
	z-index: 2;
}
.heroBanners-item__button:before {
	content: '';
	background: url(images/banner-button-el.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 0;
	left: 100%;
	z-index: -1;
}
.heroBanners-item__button:after {
	content: '';
	background: url(images/banner-button-el.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 100%;
	left: 0;
	z-index: -1;
}



.products-button,
.reviews-button {
	margin-top: calc(var(--gap) * 1.5);
	text-align: center;
}
.reviews-pagination {
	display: none !important;
}

.advantages-section {
	box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.2), 0px 4px 4px 0px rgba(217, 217, 217, 0.2) inset;
	padding: var(--gap) 0;
}
.advantages-items {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.advantages-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.advantages-item__wrap {
	display: flex;
	gap: calc(var(--gap) / 2.5);
}
.advantages-item__icon {
	flex: 0 0 48px;
	max-width: 48px;
	width: 48px;
	height: 48px;
	border: 1px solid var(--light);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.advantages-item__icon img {
	max-width: 24px;
	max-height: 24px;
}
.advantages-item__info {
	flex: auto;
}
.advantages-item__title {
	text-transform: uppercase;
	margin-bottom: calc(var(--gap) / 5);
}
.advantages-item__text {
	color: var(--light);
	font-size: var(--text-size-sm);
}



.page-header {
	position: relative;
	padding: var(--gap) 0;
	z-index: 1;
}
.page-breadcrumbs {
	font-size: var(--text-size-sm);
	margin-bottom: calc(var(--gap) / 2.5);
	color: var(--light);
}
.page-breadcrumbs a {
	color: var(--light);
	text-decoration: none;
}
.page-breadcrumbs a:hover {
	color: var(--red);
}
.page-content {
	text-align: justify;
}

.error-404-number {
	text-align: center;
	font-size: calc(var(--h1-size) * 8);
	font-weight: 200;
	color: var(--light);
	line-height: 1;
}
.error-404-button {
	text-align: center;
}


.pageContacts-wrap {
	display: flex;
	gap: calc(var(--gap) * 1.5);
}
.pageContacts-left {
	flex: 4;
	display: flex;
	flex-direction: column;
	gap: var(--gap);
}
.pageContacts-center {
	flex: 5;
}
.pageContacts-right {
	flex: 6;
}
.pageContacts-info {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2.5);
}
.pageContacts-info p {
	margin: 0;
}
.pageContacts-info a {
	color: var(--black);
	text-decoration: none;
}
.pageContacts-info a:hover {
	color: var(--red);
}
.pageContacts-map iframe {
	width: 100%;
	height: 360px;
}



.page-body-wrap {
	display: flex;
	gap: var(--gap);
}
.page-body-sidebar {
	flex: 0 0 calc(25% - var(--gap) / 2);
	max-width: calc(25% - var(--gap) / 2);
}
.page-body-main {
	flex: 0 0 calc(75% - var(--gap) / 2);
	max-width: calc(75% - var(--gap) / 2);
}



.archiveShop-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	margin-bottom: var(--gap);
}
.archiveShop-top p {
	margin-bottom: 0;
	color: var(--light);
	font-size: var(--text-size-sm);
}
.woocommerce-ordering select {
	background: none;
	border: none;
	padding: calc(var(--gap) / 2.5);
	text-align: right;
	font-size: var(--text-size-sm);
	height: auto;
}




.woocommerce-pagination,
.navigation.pagination {
	position: relative;
	margin-top: var(--gap);
	z-index: 2;
}
ul.page-numbers,
.nav-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: calc(var(--gap) / 2.5);
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.page-numbers li a,
ul.page-numbers li span,
.nav-links .page-numbers {
	min-width: 36px;
	height: 36px;
	color: var(--black);
	border: 1px solid var(--light);
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
ul.page-numbers li a:hover,
ul.page-numbers li span.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	background: var(--red);
	border-color: var(--red);
	color: var(--white);
}








.filter-button button {
	width: 100%;
}
.filter-button button:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/filter_alt.svg);
	mask-image: url(images/filter_alt.svg);
	background-color: var(--white);
	transition: .5s;
}
.filter-button button.active:before {
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
}

.widget-area {
	position: relative;
	border: 1px solid var(--light);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: var(--gap);
	margin-right: var(--gap);
	z-index: 1;
}

.widget,
.berocket_single_filter_widget {
	position: relative;
	margin-bottom: calc(var(--gap) * 1.5);
	z-index: 1;
}
.widget:last-child,
.berocket_single_filter_widget:last-child {
	margin-bottom: 0;
}
.bapf_sfilter {
	margin-bottom: 0;
}
.widget-title,
.bapf_head h3 {
	position: relative;
	font-size: var(--h6-size);
	font-weight: 500;
	margin-bottom: calc(var(--gap) / 1.25);
}
.bapf_body {
	position: relative;
	padding: 0;
	z-index: 1;
}
.product-categories {
	padding: 0;
	list-style: none;
	line-height: 1.2;
}
.product-categories li {
	margin-bottom: calc(var(--gap) / 2.5);
}
.product-categories li:last-child {
	margin-bottom: 0;
}
.product-categories li.cat-parent {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.product-categories li a {
	position: relative;
	padding: 2px 0;
	display: block;
	text-decoration: none;
	color: var(--black);
}
.product-categories li.cat-parent > a {
	order: 1;
	flex: auto;
	max-width: calc(100% - 28px);
}
.product-categories li a:hover,
.product-categories li.current-cat > a {
	color: var(--red);
}
.product-categories-toggle {
	order: 2;
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	-webkit-mask-size: 14px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand-down.svg);
	mask-image: url(images/expand-down.svg);
	background-color: var(--black);
	cursor: pointer;
	transition: .5s;
}
.product-categories-toggle:hover,
.product-categories li.current-cat > .product-categories-toggle {
	background-color: var(--red);
}
.product-categories li.active > .product-categories-toggle {
	transform: rotate(180deg);
}
.product-categories ul {
	display: none;
	flex: 0 0 100%;
	max-width: 100%;
	order: 3;
	margin: 10px 0 0;
	padding: 0 0 0 calc(var(--gap) / 1.5);
	list-style: none;
}
.product-categories li.active > ul {
	display: block;
}

.bapf_slidr_main.ui-widget-content, .berocket_filter_price_slider.ui-widget-content {
	background: var(--light);
	height: 1px;
}
.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
	background: var(--black);
}
.bapf_slidr_jqrui .bapf_from, .bapf_slidr_jqrui .bapf_to {
	color: var(--light);
	font-size: var(--text-size-sm);
}
.bapf_slidr_main.ui-widget-content .ui-slider-handle, 
.berocket_filter_price_slider.ui-widget-content .ui-slider-handle, 
.slide.default .bapf_slidr_main .ui-state-default, 
.slide.default .bapf_slidr_main .ui-widget-header .ui-state-default, 
.slide.default .bapf_slidr_main.ui-widget-content .ui-state-default, 
.slide.default .berocket_filter_price_slider .ui-state-default, 
.slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default, 
.slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
	background: var(--white);
	border: 3px solid var(--red);
	outline: none !important;
	font-size: 14px;
	top: -6px;
}








.wc-block-components-notice-banner,
.woocommerce-message,
.woocommerce-NoticeGroup,
.woocommerce-info,
.woocommerce-error {
	padding: var(--gap);
	background: #f6f6f6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	margin-bottom: var(--gap) !important;
	outline: none !important;
	list-style: none;
	overflow: hidden;
}
.woocommerce-message,
.woocommerce-NoticeGroup,
.woocommerce-info,
.woocommerce-error {
	display: block;
}
.woocommerce-NoticeGroup .woocommerce-error {
	padding: 0;
	margin-bottom: 0 !important;
}
.wc-block-components-notice-banner svg {
	flex: 0 0 36px;
	max-width: 36px;
	margin-right: var(--gap);
}
.wc-block-components-notice-banner__content {
	position: relative;
	overflow: hidden;
	flex: auto;
	max-width: 100%;
}
.wc-block-components-notice-banner__content .button,
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
	float: right;
	margin-left: var(--gap);
	margin-bottom: 0px;
}



.products-carousel {
	position: relative;
	z-index: 1;
}


.products-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.products-item {
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.products-items.columns-4 .products-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.products-items.columns-3 .products-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.products-items.columns-2 .products-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.products-items.columns-1 .products-item {
	flex: 0 0 calc(100% / 1);
	max-width: calc(100% / 1);
}
.products-item__wrap {
	position: relative;
	z-index: 1;
}
.woocommerce-loop-product__link {
	text-decoration: none;
}
.products-item__image {
	height: calc((var(--container) - var(--gap) * 3) / 4);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: calc(var(--gap) / 2);
}
.products-item__image img {
	max-height: calc((var(--container) - var(--gap) * 3) / 4);
}
.products-item__badge {
	position: absolute;
	top: calc(var(--gap) / 5);
	left: calc(var(--gap) / 5);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: calc(var(--gap) / 5);
	z-index: 2;
}
.products-item__badge span {
	background: var(--green);
	color: var(--white);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-size: var(--text-size-sm);
	padding: calc(var(--gap) / 5) calc(var(--gap) / 1.667);
}
.woocommerce-loop-product__title {
	font-size: var(--text-size);
	font-weight: 400;
	line-height: 1.375;
	margin-bottom: calc(var(--gap) / 2);
	color: var(--black);
	transition: .5s;
}
.woocommerce-loop-product__title:hover {
	color: var(--red);
}
.products-item__rating {
	position: relative;
	margin-bottom: calc(var(--gap) / 2);
	z-index: 1;
}
.products-item__rating-stars {
	position: relative;
	width: 70px;
	margin: 0;
	z-index: 1;
}
.products-item__rating-stars::before {
	content: '';
	background: url(images/stars-rating-1.svg) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 14px;
	display: block;
}
.products-item__rating-stars span {
	position: absolute;
	overflow: hidden;
	font-size: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.products-item__rating-stars span:before {
	content: '';
	background: url(images/stars-rating-2.svg) no-repeat center;
	background-size: contain;
	width: 70px;
	height: 14px;
	display: block;
}
.products-item .price {
	color: var(--black);
	padding-right: 80px;
}
.products-item .price del {
	color: var(--light);
	font-size: var(--text-size-sm);
	margin-right: calc(var(--gap) / 5);
	display: inline-block;
}
.products-item .price ins {
	text-decoration: none;
}
.products-item__actions {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	gap: calc(var(--gap) / 2.5);
	z-index: 2;
}
.products-item__button {
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	border: 1px solid var(--light);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.products-item__button:hover {
	border-color: var(--red);
}
.products-item__button:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand_right.svg);
	mask-image: url(images/expand_right.svg);
	background-color: var(--black);
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
	transition: .5s;
}
.products-item__button.add_to_cart_button:before {
	-webkit-mask-image: url(images/shopping-bag.svg);
	mask-image: url(images/shopping-bag.svg);
}
.products-item__button.add_to_cart_button.loading:before {
	-webkit-mask-image: url(images/progress.svg);
	mask-image: url(images/progress.svg);
	animation: rotate 2s linear infinite;
	opacity: .3;
}
.products-item__button.add_to_cart_button.added:before {
	-webkit-mask-image: url(images/done.svg);
	mask-image: url(images/done.svg);
}
.products-item__wrap .yith-add-to-wishlist-button-block {
	margin: 0;
	font-size: 0;
	transition: .5s;
	z-index: 2;
}
.products-item__wrap .yith-wcwl-add-to-wishlist-button {
	width: 32px;
	height: 32px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid var(--light);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}
.products-item__wrap .yith-wcwl-add-to-wishlist-button:hover,
.products-item__wrap .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added {
	border-color: var(--red);
}
.products-item__wrap .yith-wcwl-add-to-wishlist-button span {
	display: none;
}
.products-item__wrap .yith-wcwl-add-to-wishlist-button img.yith-wcwl-custom-icon {
	width: 24px;
	height: 24px;
	max-width: 24px;
}
.added_to_cart {
	display: none !important;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.categories-carousel {
	position: relative;
	padding: 0 calc(var(--gap) * 1.5);
	z-index: 1;
}

.categories-item__wrap a {
	text-decoration: none;
}
.categories-item__image {
	height: calc((var(--container) - var(--gap) * 1.5 * 2 - var(--gap) * 6) / 7);
	overflow: hidden;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.2);
	margin-bottom: calc(var(--gap) / 1.667);
}
.categories-item__title {
	font-size: var(--text-size-sm);
	font-weight: 400;
	line-height: 1.375;
	text-align: center;
	color: var(--black);
	transition: .5s;
}
.categories-item__title:hover {
	color: var(--red);
}




.reviews-carousel {
	position: relative;
	z-index: 1;
}
.reviews-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.reviews-item {
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.reviews-item__wrap {
	position: relative;
	background: var(--white);
	box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.2), 0px 4px 4px 0px rgba(217, 217, 217, 0.2) inset;
	padding: var(--gap);
	margin-bottom: 8px;
	z-index: 1;
}
.reviews-item__text {
	margin-bottom: var(--gap);
	text-align: justify;
}
.reviews-item__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
}
.reviews-item__date {
	margin-bottom: 0;
	font-size: var(--text-size-sm);
	color: var(--light);
}
.reviews-item__rating {
	display: flex;
}
.reviews-item__rating span {
	flex: 0 0 14px;
	max-width: 14px;
	width: 14px;
	height: 14px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/star.svg);
	mask-image: url(images/star.svg);
	background-color: var(--light);
}
.reviews-item__rating span.active {
	background-color: var(--red);
}



.reviews-item__stars {
	position: relative;
	z-index: 1;
}
.reviews-item__stars .star-rating {
	position: relative;
	width: 70px;
	margin: 0;
	z-index: 1;
}
.reviews-item__stars .star-rating::before {
	content: '';
	background: url(images/stars-rating-1.svg) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 14px;
	display: block;
}
.reviews-item__stars .star-rating span {
	position: absolute;
	overflow: hidden;
	font-size: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.reviews-item__stars .star-rating span:before {
	content: '';
	background: url(images/stars-rating-2.svg) no-repeat center;
	background-size: contain;
	width: 70px;
	height: 14px;
	display: block;
}



.singleProduct-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0 calc(var(--gap) * 2);
}
.singleProduct-images {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	overflow: hidden;
	z-index: 1;
}
.singleProduct-badge {
	position: absolute;
	top: calc(var(--gap) / 2.5);
	left: calc(var(--gap) / 2.5);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: calc(var(--gap) / 4);
	z-index: 2;
}
.singleProduct-badge span {
	background: var(--green);
	color: var(--white);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-size: var(--text-size-sm);
	padding: calc(var(--gap) / 5) calc(var(--gap) / 1.667);
}
.singleProductImagesMain-swiper {
	position: relative;
	width: 100%;
	margin-bottom: var(--gap);
	overflow: hidden;
	z-index: 1;
}
.singleProductImagesMain-item__image {
	height: calc(var(--container) / 2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.singleProductImagesMain-item__image img {
	max-height: calc(var(--container) / 2);
}
.singleProductImagesOther-swiper {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.singleProductImagesOther-swiper .swiper-slide {
	opacity: 1;
}
.singleProductImagesOther-item__image {
	height: calc(((var(--container) / 2) - 10px * 3) / 4);
	border: 1px solid transparent;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	cursor: pointer;
	transition: .5s;
}
.singleProductImagesOther-item__image img {
	max-height: calc(((var(--container) / 2) - 10px * 3) / 4 - 2px);
}
.singleProductImagesOther-swiper .swiper-slide-thumb-active .singleProductImagesOther-item__image {
	border-color: var(--red);
}
.swiper-navigation.singleProductImagesMain-swiper-navigation {
	top: calc((var(--container) / 2) / 2 - 20px);
}
button.singleProductImagesMain-swiper-navigation.prev {
	left: 10px;
}
button.singleProductImagesMain-swiper-navigation.next {
	right: 10px;
}
.singleProduct-summary {
	position: relative;
	flex: 0 0 calc(50% - var(--gap) * 2);
	max-width: calc(50% - var(--gap) * 2);
	z-index: 1;
}
.singleProduct-summary-sticky {
	position: sticky;
	top: calc(80px + var(--gap));
	z-index: 1;
}
.singleProduct-summary .product_title {
	font-size: var(--h2-size);
}
.singleProducts-rating {
	position: relative;
	margin-bottom: var(--gap);
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2);
	z-index: 1;
}
.singleProducts-rating-stars {
	position: relative;
	width: 70px;
	z-index: 1;
}
.singleProducts-rating-stars::before {
	content: '';
	background: url(images/stars-rating-1.svg) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 14px;
	display: block;
}
.singleProducts-rating-stars span {
	position: absolute;
	overflow: hidden;
	font-size: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.singleProducts-rating-stars span:before {
	content: '';
	background: url(images/stars-rating-2.svg) no-repeat center;
	background-size: contain;
	width: 70px;
	height: 14px;
	display: block;
}
.singleProducts-rating-count {
	color: var(--light);
	font-size: var(--text-size-sm);
	margin-bottom: -2px;
}
.singleProduct-summary .price {
	font-size: var(--h3-size);
}
.singleProduct-summary .price del {
	color: var(--light);
	font-size: var(--text-size);
	margin-right: calc(var(--gap) / 3);
}
.singleProduct-summary .price ins {
	text-decoration: none;
}
.woocommerce-product-details__short-description {
	margin-bottom: var(--gap);
}
.singleProduct-summary .product_meta {
	margin-bottom: var(--gap);
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2.5);
}
.singleProduct-summary .product_meta .label {
	color: var(--light);
}
.singleProduct-summary .product_meta a {
	color: var(--black);
	text-decoration: none;
}
.singleProduct-summary .product_meta a:hover {
	color: var(--red);
}
.singleProducts-action {
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 2.5) var(--gap);
}
.singleProducts-qty {
	flex: 0 0 118px;
	max-width: 118px;
	height: 48px;
	border: 1px solid var(--light);
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	display: flex;
}
.singleProducts-qty span {
	flex: 0 0 36px;
	max-width: 36px;
	font-size: var(--h5-size);
	color: var(--black);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
	transition: .5s;
}
.singleProducts-qty span path {
	transition: .5s;
}
.singleProducts-qty span:hover path {
	fill: var(--red);
}
.singleProducts-qty .quantity {
	flex: auto;
}
.singleProducts-qty input {
	width: 100%;
	height: 100%;
	background: var(--white);
	font-size: var(--h5-size);
	line-height: 1.5;
    border: none;
    text-align: center;
    outline: none;
    padding: 10px 0;
    color: var(--black);
    -moz-appearance:textfield;
}
.singleProducts-qty input::-webkit-outer-spin-button,
.singleProducts-qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.singleProducts-action .yith-add-to-wishlist-button-block {
	margin: 0;
}
.singleProducts-action .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
	width: 48px;
	height: 48px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	border: 1px solid var(--light);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}
.singleProducts-action .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor:hover,
.singleProducts-action .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor.yith-wcwl-add-to-wishlist-button--added {
	border-color: var(--red);
}
.singleProducts-action .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor span {
	display: none;
}
.singleProducts-action .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor img.yith-wcwl-custom-icon {
	width: 28px;
	height: 28px;
	max-width: 28px;
}


.singleProducts-tabs {
	flex: 0 0 100%;
	max-width: 100%;
}
.singleProducts-tabs ul.tabs {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
	display: flex;
	justify-content: center;
	gap: calc(var(--gap) * 2);
	z-index: 1;
}
.singleProducts-tabs ul.tabs li {
	flex: 0 0 auto;
	min-width: 150px;
}
.singleProducts-tabs ul.tabs li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid var(--light);
	padding: 0 calc(var(--gap) / 2) 10px;
	text-decoration: none;
	color: var(--black);
	font-size: var(--h6-size);
}
.singleProducts-tabs ul.tabs li.active a {
	border-color: var(--red);
}
.woocommerce-Tabs-panel {
	margin: calc(var(--gap) * 1.5) 0 0;
}


.singleProduct-related,
.singleProduct-upsell {
	flex: 0 0 100%;
	max-width: 100%;
}




.woocommerce-Reviews #comments {
	margin-bottom: calc(var(--gap) * 2);
}
.woocommerce-Reviews #comments:last-child {
	margin-bottom: 0;
}


.comment-reply-title {
	font-size: var(--h5-size);
	font-weight: 400;
	margin-bottom: 20px;
	display: block;
}
.comment-form-rating .stars span {
	display: inline-flex;
	align-items: center;
}
.comment-form-rating .stars {
	display: flex;
	margin-bottom: 0;
}
.comment-form-rating .stars a {
	flex: 0 0 18px;
	max-width: 18px;
	height: 18px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/star.svg);
	mask-image: url(images/star.svg);
	background-color: var(--light);
	font-size: 0;
}
.comment-form-rating .stars a:last-child {
	margin-right: 0;
}
.comment-form-rating .stars span:hover a {
	background-color: var(--red);
}
.comment-form-rating .stars a:hover~a {
	background-color: var(--light);
}
.comment-form-rating .stars.selected span a.active {
	background-color: var(--red);
}
.comment-form-rating .stars.selected a.active~a {
	background-color: var(--light);
}
.comment-form-rating .stars.selected a:not(.active) {
	background-color: var(--red);
}
.comment-form-rating,
.comment-form-comment,
.comment-form-author,
.comment-form-email {
	margin-bottom: var(--gap);
}
.comment-form-rating label,
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label {
	font-size: var(--text-size);
	display: block;
	margin-bottom: 4px;
	color: var(--black);
}
.comment-form .form-submit {
	margin-bottom: 0;
}

.woocommerce-noreviews {
	margin-bottom: var(--gap) !important;
}







/*------- Cart Start ----------*/
.wc-empty-cart-message {
	margin-bottom:var(--gap);
	font-size: var(--h6-size);
	text-align: center;
}
.return-to-shop {
	text-align: center;
}
.pageCart-wrap {
	position: relative;
	display: flex;
	gap: var(--gap);
	text-align: left;
}
.pageCart-left {
	flex: 0 0 calc(75% - var(--gap) / 2);
	max-width: calc(75% - var(--gap) / 2);
}
.pageCart-right {
	flex: 0 0 calc(25% - var(--gap) / 2);
	max-width: calc(25% - var(--gap) / 2);
}
.pageCartTableProducts {
	width: 100%;
	border-collapse: collapse;
}
.pageCartTableProducts th {
	color: var(--light);
	font-weight: 400;
	padding: 0 calc(var(--gap) / 2) 10px;
}
.pageCartTableProducts td {
	border-top: 1px solid var(--light);
	padding: calc(var(--gap) / 2);
}
.pageCartTableProducts th:first-child,
.pageCartTableProducts td:first-child {
	padding-left: 0;
}
.pageCartTableProducts th:last-child,
.pageCartTableProducts td:last-child {
	padding-right: 0;
}
.pageCartTableProducts-image {
	width: 80px;
	height: 80px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.pageCartTableProducts .product-name {
	text-align: left;
}
.pageCartTableProducts .product-name a {
	text-decoration: none;
	font-weight: 200;
	color: var(--black);
}
.pageCartTableProducts-qty {
	flex: 0 0 100px;
	max-width: 100px;
	height: 42px;
	border: 1px solid var(--light);
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	display: flex;
}
.pageCartTableProducts-qty span {
	flex: 0 0 36px;
	max-width: 36px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .5s;
}
.singleProducts-qty span path {
	transition: .5s;
}
.singleProducts-qty span:hover path {
	fill: var(--red);
}
.pageCartTableProducts-qty .quantity {
	flex: auto;
}
.pageCartTableProducts-qty input {
	width: 100%;
	height: 100%;
	background: var(--white);
	font-size: var(--h6-size);
	line-height: 1.5;
	border: none;
	text-align: center;
	outline: none;
	padding: 10px 0;
	color: var(--black);
	-moz-appearance:textfield;
}
.pageCartTableProducts-qty input::-webkit-outer-spin-button,
.pageCartTableProducts-qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.pageCartTableProducts tbody .product-subtotal {
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	color: var(--black);
}
.pageCartTableProducts .product-remove a {
	-webkit-mask-size: 24px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: red;
	width: 28px;
	height: 28px;
	display: block;
}
.pageCartTableProducts .product-remove a:hover {
	background-color: var(--black);
}
.pageCartTableProducts .coupon {
	display: flex;
	max-width: 480px;
	float: left;
}
.pageCartTableProducts .coupon button {
	flex: 0 0 auto;
	margin-left: 10px;
}
.pageCartTableProducts .coupon ~ button {
	float: right;
}



.cart-collaterals {
	position: sticky;
	top: calc(80px + var(--gap));
	z-index: 9;
}
.pageCartTotals {
	border: 1px solid var(--light);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.pageCartTotals > h2 {
	font-size: var(--h5-size);
	padding: var(--gap) var(--gap) 0;
	margin-bottom: 10px;
}
.cart_totals table {
	width: 100%;
	border-collapse: collapse;
}
.cart_totals table tr {
	display: block;
	width: 100%;
	border-bottom: 1px solid var(--light);
	padding: calc(var(--gap) / 2) var(--gap);
}
.cart_totals table tr:last-child {
	border-bottom: none;
}
.cart_totals table th {
	display: block;
	font-size: var(--text-size-sm);
	font-weight: 400;
	color: var(--black);
	text-align: left;
	margin-bottom: 6px;
	padding: 0;
}
.cart_totals table td {
	padding: 0;
	display: block;
	color: var(--black);
}
.cart_totals table tr.cart-subtotal td {
	font-size: var(--h6-size);
	font-weight: 500;
}
.cart_totals table tr.order-total td {
	font-size: var(--h5-size);
	font-weight: 500;
}
.checkout-button {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.woocommerce-shipping-destination {
	display: none !important;
}
.woocommerce-shipping-methods,
.wc_payment_methods {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-shipping-methods li,
.wc_payment_methods li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.woocommerce-shipping-methods li:last-child,
.wc_payment_methods li:last-child {
	margin-bottom: 0;
}
.woocommerce-shipping-methods li input,
.wc_payment_methods li input {
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.woocommerce-shipping-methods li label,
.wc_payment_methods li label {
	flex: 0 0 calc(100% - 16px - 10px);
	max-width: calc(100% - 16px - 10px);
	font-weight: 500;
	cursor: pointer;
	color: var(--black);
}
.payment_box {
	flex: 0 0 100%;
	max-width: 100%;
	background: #f9f9f9;
	margin-top: 4px;
	padding: calc(var(--gap) / 2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: var(--text-size-sm);
}

/*------- Cart End ----------*/


/*---------- Checkout Start ------------*/
.pageCheckout-wrap {
	position: relative;
	display: flex;
	gap: var(--gap);
	align-items: flex-start;
	justify-content: space-between;
	text-align: left;
}
.pageCheckout-left {
	flex: 0 0 calc(60% - var(--gap) / 2);
	max-width: calc(60% - var(--gap) / 2);
}
.pageCheckout-right {
	flex: 0 0 calc(40% - var(--gap) / 2);
	max-width: calc(40% - var(--gap) / 2);
	border: 1px solid var(--light);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.woocommerce-billing-fields {
	margin-bottom: var(--gap);
}
.woocommerce-billing-fields > h3,
.wcus-checkout-fields > h3,
.woocommerce-additional-fields > h3,
#order_review_heading,
.woocommerce-checkout-payment > h3,
.pageLogin-left > h2,
.pageLogin-right > h2,
.woocommerce-Address-title > h3,
.woocommerce-MyAccount-content form > h3,
.woocommerce-order-details__title,
.woocommerce-column__title,
.woocommerce-Address-title h2 {
	font-size: var(--h5-size);
}
.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 10px;
}
.woocommerce-billing-fields__field-wrapper:last-child {
	margin-bottom: 0;
}
#ukrposhta_shippping_fields > h3 {
	display: none;
}
.form-row {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
.form-row-first,
.form-row-last {
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}
.form-row > label {
	color: var(--light);
	display: block;
	line-height: 1.25;
	width: 100%;
	margin-bottom: 5px;
}
.form-row > label span.optional {
	display: none;
}
.form-row > label abbr {
	color: red;
}
.checkout-inline-error-message {
	color: red;
	margin-top: 2px;
	font-size: var(--text-size-sm);
}
#billing_country_field,
#oplata_country_field {
	display: none;
}
.wcus-checkout-fields {
	margin-top: 10px;
}

#order_review_heading {
	padding: var(--gap) var(--gap) 0;
}
.woocommerce-checkout-review-order-table {
	width: 100%;
	border-collapse: collapse;
	display: block;
	margin-bottom: var(--gap);
}
.woocommerce-checkout-review-order-table thead th {
	color: var(--light);
	font-weight: 400;
	padding: 0 var(--gap) 10px;
	text-align: left;
	border-bottom: 1px solid var(--light);
}
.woocommerce-checkout-review-order-table tbody td {
	padding: calc(var(--gap) / 1.5) var(--gap);
	border-bottom: 1px solid var(--light);
	color: var(--black);
}
.woocommerce-checkout-review-order-table tbody td:first-child {
	width: 65%;
}
.woocommerce-checkout-review-order-table tbody td:last-child {
	font-weight: 500;
}
.woocommerce-checkout-review-order-table tbody td dl {
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
	color: var(--light);
	font-size: var(--text-size-sm);
}
.woocommerce-checkout-review-order-table tbody td dt {
	flex: 0 0 80px;
	max-width: 80px;
	margin-right: 10px;
}
.woocommerce-checkout-review-order-table tbody td dd {
	flex: 0 0 calc(100% - 80px - 10px);
	max-width: calc(100% - 80px - 10px);
	margin-left: 0;
}
.woocommerce-checkout-review-order-table tfoot {
	display: block;
	width: 100%;
}
.woocommerce-checkout-review-order-table tfoot tr {
	display: block;
	width: 100%;
	border-bottom: 1px solid var(--light);
	padding: calc(var(--gap) / 1.5) var(--gap);
}
.woocommerce-checkout-review-order-table tfoot tr:last-child {
	border-bottom: none;
}
.woocommerce-checkout-review-order-table tfoot th {
	display: block;
	font-size: var(--text-size-sm);
	font-weight: 400;
	color: var(--light);
	text-align: left;
	margin-bottom: 6px;
	padding: 0;
}
.woocommerce-checkout-review-order-table tfoot td {
	padding: 0;
	display: block;
	color: var(--black);
}
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
	font-size: var(--h6-size);
	font-weight: 500;
}
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	font-size: var(--h5-size);
	font-weight: 500;
}

.woocommerce-checkout-payment {
	padding: 0 var(--gap) var(--gap);
}
.wc_payment_methods {
	margin-bottom: var(--gap);
}
.woocommerce-privacy-policy-text,
.checkout-policy {
	color: #999;
	margin-bottom: var(--gap) !important;
	font-size: var(--text-size-sm);
}
.form-row.place-order {
	margin-bottom: 0;
}
/*-------- Checkout End -----------*/





.pageLogin-wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--gap);
	flex-wrap: wrap;
}
.pageLogin-left,
.pageLogin-right {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: var(--gap);
	border: 1px solid var(--light);
}
.show-password-input {
	display: none;
}



.woocommerce-account .container > .page-content > .woocommerce:after {
	content: '';
	clear: both;
	display: block;
}
.woocommerce-MyAccount-navigation {
	width: 280px;
	float: left;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
	position: relative;
	margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	padding: calc(var(--gap) / 2) var(--gap);
	border: 1px solid var(--light);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: var(--black);
	text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a  {
	background: var(--red);
	color: var(--white);
}
.woocommerce-MyAccount-content {
	float: right;
	width: calc(100% - 280px - var(--gap));
	margin-left: var(--gap);
}



.woocommerce-orders-table,
.woocommerce-table--order-details {
	width: 100%;
	border-collapse: collapse;
}
.woocommerce-orders-table th,
.woocommerce-orders-table td,
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
	border: 1px solid var(--light);
	padding: calc(var(--gap) / 2.4) var(--gap);
}
.woocommerce-orders-table th,
.woocommerce-table--order-details th {
	color: var(--light);
	font-weight: 500;
	text-align: left;
}
.woocommerce-orders-table td,
.woocommerce-table--order-details td {
	color: var(--black);
}
.woocommerce-table--order-details .wc-item-meta {
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
	color: var(--light);
	font-size: var(--text-size-sm);
}
.woocommerce-table--order-details .wc-item-meta li {
	display: flex;
	margin-bottom: 4px;
}
.woocommerce-table--order-details .wc-item-meta li:last-child {
	margin-bottom: 0;
}
.woocommerce-table--order-details .wc-item-meta strong {
	font-weight: 500;
	margin-right: 5px;
}

a.edit {
	color: red;
	display: inline-block;
	margin-bottom: 10px;
}

.woocommerce-order-details {
	margin-bottom: var(--gap);
}

.woocommerce-address-fields__field-wrapper,
.woocommerce-EditAccountForm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce-EditAccountForm fieldset {
	flex: 0 0 100%;
	max-width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
.woocommerce-EditAccountForm fieldset legend {
	font-size: var(--h5-size);
	font-weight: 500;
	margin-bottom: 10px;
	padding: 0;
	display: block;
}

.woocommerce-customer-details {
	background: #f9f9f9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: var(--gap);
}


.wishlist-title-container,
.yith_wcwl_wishlist_footer {
	display: none;
}
table.wishlist_table {
	font-size: 100%;
	width: 100%;
	border-collapse: collapse;
}
table.wishlist_table tbody td {
	padding: 12px;
}
table.wishlist_table thead th,
table.wishlist_table tbody td {
	border: 1px solid var(--light);
}
.wishlist_table thead tr th, .wishlist_table tfoot td td, .widget_yith-wcwl-lists ul.dropdown li.current a, .widget_yith-wcwl-lists ul.dropdown li a:hover, .selectBox-dropdown-menu.selectBox-options li.selectBox-selected a, .selectBox-dropdown-menu.selectBox-options li.selectBox-hover a {
	background: var(--white);
	color: var(--light);
	font-weight: 400;
	font-size: var(--text-size-sm);
	padding: 8px 12px;
}
table.wishlist_table .product-name a {
	font-weight: 200;
	text-decoration: none;
	color: var(--black);
}
table.wishlist_table .product-name a:hover {
	color: var(--red);
}
table.wishlist_table tbody .product-price {
	color: var(--black);
}
.woocommerce table.shop_table.wishlist_table tr td {
	border-color: var(--light);
	color: var(--black);
}
table.wishlist_table .product-price ins {
	text-decoration: none;
	color: var(--black);
}
table.wishlist_table .product-price del {
	font-size: var(--text-size-sm);
	color: var(--light);
}
table.wishlist_table .product-remove {
	width: 50px !important;
	text-align: center;
}
table.wishlist_table .product-remove a {
	text-decoration: none;
	color: red;
	font-weight: 400;
	font-size: var(--h5-size);
}
.woocommerce table.shop_table.wishlist_table tr td .yith-add-to-wishlist-button-block {
	display: none !important;
}
table.wishlist_table .product-add-to-cart {
	width: 64px;
}
.wishlist_table .product-add-to-cart a {
	position: relative;
	bottom: auto;
	right: auto;
	display: flex !important;
}




.woocommerce-thankyou-order-received {
	font-size: var(--h4-size);
	font-weight: 500;
	text-align: center;
}
.woocommerce-thankyou-order-details {
	margin: 0 0 var(--gap);
	padding: var(--gap);
	gap: var(--gap);
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #f9f9f9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.woocommerce-thankyou-order-details li {
	flex: auto;
	max-width: 100%;
	text-align: center;
}
.woocommerce-thankyou-order-details li strong {
	display: block;
}



@media (max-width: 1399px) {
	:root {
		--container: 1110px;
		--gap: 20px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 36px;
		--h2-size: 32px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.header-wrap {
		gap: calc(var(--gap) * 1.5);
	}
	.main-menu {
		gap: var(--gap);
	}
	.heroSlider-item__content h1, .heroSlider-item__content h2 {
		font-size: calc(var(--h1-size) * 1.5);
	}
}



@media (max-width: 1199px) {
	:root {
		--container: 910px;
		--gap: 20px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 36px;
		--h2-size: 32px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.header-phone a {
		gap: 0;
		font-size: 0;
	}
	.heroSlider-item__wrap {
		height: 580px;
		padding-left: calc(var(--gap) * 3);
		padding-right: calc(var(--gap) * 3);
	}
	.categories-item__image {
		height: calc((var(--container) - var(--gap) * 1.5 * 2 - var(--gap) * 5) / 6);
	}
	.footer-wrap {
		gap: var(--gap);
	}
	.footer-widget:first-child,
	.footer-widget:last-child {
		flex: 0 0 auto;
	}
	.widget-area {
		margin-right: 0;
	}
	.error-404-number {
		font-size: calc(var(--h1-size) * 6);
	}
}



@media (max-width: 991px) {
	:root {
		--container: 690px;
		--gap: 16px;

		--text-size: 14px;
		--text-size-sm: 13px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.btn {
		min-height: 40px;
	}
	.show-lg {
		display: none !important;
	}
	.header {
		padding: var(--gap) 0;
	}
	.main-menu,
	.header-phone,
	.header .header-icon.search,
	.header .header-icon.account,
	.header .header-icon.wishlist {
		display: none;
	}
	.header-icons {
		gap: var(--gap);
	}
	.header-icon.menu-toggle {
		display: flex;
	}
	.heroBanners-items {
		display: none;
	}
	.heroSlider {
		margin-bottom: 0;
	}
	.heroSlider-item__wrap {
        height: 320px;
        padding-left: calc(var(--gap) * 2);
        padding-right: calc(var(--gap) * 2);
        gap: calc(var(--gap) / 1.6);
    }
    .heroSlider-item__content {
    	max-width: 360px;
    	font-size: var(--text-size);
    }
    .heroSlider-item__content h1, .heroSlider-item__content h2 {
    	font-size: var(--h1-size);
    }
    .heroSlider-item__content h1, .heroSlider-item__content h2, .heroSlider-item__content h3, .heroSlider-item__content h4, .heroSlider-item__content h5, .heroSlider-item__content h6 {
    	margin-bottom: calc(var(--gap) / 2);
    }
    .heroSlider-item__content p {
    	margin-bottom: calc(var(--gap) / 4);
    }

    .products-carousel .swiper-wrapper {
    	display: flex;
    	flex-wrap: wrap;
    	gap: calc(var(--gap) * 1.25) var(--gap);
    }
    .products-carousel .swiper-wrapper .swiper-slide {
    	flex: 0 0 calc(50% - var(--gap) / 2);
    	max-width: calc(50% - var(--gap) / 2);
    }
    .products-carousel .products-item {
    	margin: 0;
    	padding: 0;
    }
    .products-item__image {
		height: calc((var(--container) - var(--gap)) / 2);
	}
	.products-item__image img {
		max-height: calc((var(--container) - var(--gap)) / 2);
	}
	.products-carousel .swiper-navigation {
		display: none;
	}

	.categories-carousel {
		padding: 0;
	}
	.categories-carousel .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: calc(var(--gap) * 1.25) var(--gap);
	}
    .categories-carousel .swiper-wrapper .swiper-slide {
    	flex: 0 0 calc((100% - var(--gap) * 3) / 4);
    	max-width: calc((100% - var(--gap) * 3) / 4);
    }
    .categories-item__image {
        height: calc((var(--container) - var(--gap) * 3) / 4);
    }
    .categories-carousel .swiper-navigation {
		display: none;
	}
	.products-items.columns-4 .products-item,
	.products-items.columns-3 .products-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.advantages-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.reviews-pagination {
		display: flex !important;
	}
	.reviews-navigation {
		display: none !important;
	}
	.heading {
		margin-bottom: calc(var(--gap) * 1.25);
	}
	.footer-wrap {
		flex-direction: column;
		align-items: center;
		gap: calc(var(--gap) * 2);
	}
	.footer-widget {
		flex: auto;
		max-width: 100%;
		text-align: center;
	}
	.footer-soc {
		justify-content: center;
	}
	.footer-menu {
		align-items: center;
	}
	.footer-contacts {
		align-items: center;
	}
	.footer-contacts iframe {
		width: var(--container);
	}
	.swiper-navigation {
		display: none !important;
	}
	.page-body-wrap {
		flex-direction: column;
	}
	.page-body-sidebar,
	.page-body-main {
		flex: auto;
		max-width: 100%;
	}
	.widget-area {
		display: none;
		margin-top: calc(var(--gap));
	}
	.singleProduct-images,
	.singleProduct-summary {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleProduct-images {
		margin-bottom: calc(var(--gap) * 2);
	}
	.singleProductImagesMain-item__image {
		height: var(--container);	
	}
	.singleProductImagesMain-item__image img {
	    max-height: var(--container);
	}
	.singleProductImagesOther-item__image {
		height: calc((var(--container) - 10px * 3) / 4);
	}
	.singleProductImagesOther-item__image img {
		height: calc((var(--container) - 10px * 3) / 4 - 2px);
	}
	.singleProducts-qty {
		flex: 0 0 100px;
		max-width: 100px;
		height: 40px;
	}
	.singleProducts-action .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
		width: 40px;
		height: 40px;
	}
	.singleProducts-action .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor img.yith-wcwl-custom-icon {
		width: 24px;
		height: 24px;
		max-width: 24px;
	}
	.pageCart-wrap {
		flex-direction: column;
	}
	.pageCart-left,
	.pageCart-right {
		flex: auto;
		max-width: 100%;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
		height: 40px;
	}
	textarea {
		height: 90px;
	}
	.pageCartTableProducts-qty {
		height: 40px;
	}
	.pageCheckout-wrap {
		flex-direction: column;
	}
	.pageCheckout-left,
	.pageCheckout-right {
		flex: auto;
		max-width: 100%;
	}
	.woocommerce-thankyou-order-details {
		flex-direction: column;
		align-items: center;
	}
	.pageContacts-wrap {
		flex-direction: column;
	}
	.pageContacts-left,
	.pageContacts-center,
	.pageContacts-right {
		flex: auto;
		max-width: 100%;
	}
	.woocommerce-MyAccount-navigation {
		float: none;
		width: 100%;
		margin-bottom: calc(var(--gap) * 1.5);
	}
	.woocommerce-MyAccount-navigation ul {
		display: flex;
		gap: calc(var(--gap) / 3);
		overflow: auto;
	}
	.woocommerce-MyAccount-navigation ul li {
		flex: 0 0 auto;
		margin: 0;
	}
	.woocommerce-MyAccount-content {
		width: 100%;
		float: none;
		margin: 0;
	}
}



@media (max-width: 767px) {
	:root {
		--container: 510px;
		--gap: 16px;

		--text-size: 14px;
		--text-size-sm: 13px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	} 
	.heroSlider-item__bg:after {
		background: rgba(217, 217, 217, .82);
	}
	.archiveShop-top {
    	flex-direction: column;
    	align-items: normal;
    	gap: 4px;
    }
    .woocommerce-ordering select {
    	text-align: left;
    	padding-left: 0;
    }


    .form-field-50 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.form-row-first, .form-row-last {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pageCartTableProducts .coupon ~ button {
		width: 100%;
	}

	.pageCartTableProducts,
	.woocommerce-orders-table {
		display: block;
		width: 100%;
	}
	.pageCartTableProducts thead,
	.woocommerce-orders-table thead {
		display: none;
	}
	.pageCartTableProducts tbody,
	.woocommerce-orders-table tbody {
		display: block;
		width: 100%;
	} 
	.pageCartTableProducts tbody tr,
	.woocommerce-orders-table tbody tr {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		border: 1px solid var(--light);
		padding: var(--gap);
		border-radius: 10px;
		margin-bottom: var(--gap);
	}
	.pageCartTableProducts tbody td,
	.woocommerce-orders-table tbody td {
		flex: 0 0 100%;
		max-width: 100%;
		display: block;
		padding: 0;
		border: none;
		background: none;
	}
	.woocommerce-orders-table tbody td {
		margin-bottom: 5px;
	}
	.woocommerce-orders-table tbody td:last-child {
		margin-bottom: 0;
	}
	.woocommerce-orders-table tbody td:before {
		content: attr(data-title) ":";
		font-weight: 600;
	}
	.woocommerce-orders-table__cell-order-actions:before {
		display: none;
	}
	.pageCartTableProducts tbody td.product-thumbnail {
		flex: 0 0 54px;
		max-width: 54px;
		width: 54px;
		margin-bottom: 10px;
	}
	.pageCartTableProducts-image {
		width: 54px;
		height: 54px;
	}
	.pageCartTableProducts-image {
		margin: auto;
	}
	.pageCartTableProducts tbody td.product-name {
		flex: 0 0 calc(100% - 54px);
		max-width: calc(100% - 54px);
		padding-left: 20px;
		margin-bottom: 10px;
		font-size: var(--text-size);
	}
	.pageCartTableProducts .qib-container:not(#qib_id):not(#qib_id) {
		margin: 0;
	}
	.pageCartTableProducts tbody td.product-quantity {
		flex: 0 0 110px;
		max-width: 110px;
	}
	.pageCartTableProducts tbody td.product-subtotal {
		flex: 0 0 calc(100% - 110px - 50px);
		max-width: calc(100% - 110px - 50px);
		padding: 0 var(--gap);
	}
	.pageCartTableProducts tbody td.product-remove {
		flex: 0 0 50px;
		max-width: 50px;
	}
	.pageCartTableProducts .product-remove a {
		margin-left: auto;
	}
	.form-row {
		margin-bottom: var(--gap);
	}
	.woocommerce-order .address {
		margin: var(--gap) calc(var(--gap) / 2) calc(var(--gap) * -1);
	}
	.pageCartTableProducts .coupon {
		float: none;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.form-row.place-order .btn {
		width: 100%;
	}


	.wishlist_table.mobile {
		padding: 0;
	}
	.wishlist_table.mobile li {
		background: var(--white);
		border: 1px solid var(--light);
		border-radius: 3px;
		margin-bottom: var(--gap);
		padding: var(--gap);
	}
	.wishlist_table.mobile li:last-child {
		margin-bottom: 0;
	}
	.wishlist_table.mobile li .item-wrapper {
		display: flex;
		width: 100%;
		margin-bottom: 10px;
	}
	.wishlist_table.mobile li .item-wrapper .product-thumbnail {
		flex: 0 0 60px;
		max-width: 60px;
		margin-right: var(--gap);
	}
	.wishlist_table.mobile li .item-wrapper .item-details {
		flex: 0 0 calc(100% - 60px - var(--gap));
		max-width: calc(100% - 60px - var(--gap));
	}
	.wishlist_table.mobile li .item-wrapper .product-name {
		margin-bottom: 10px;
	}
	.wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3, .wishlist_table.modern_grid li .item-details h3 {
		margin-bottom: 0;
		font-size: var(--text-size);
	}
	.wishlist_table.images_grid li .item-details table.item-details-table, .wishlist_table.mobile li .item-details table.item-details-table, .wishlist_table.mobile li table.additional-info, .wishlist_table.modern_grid li .item-details table.item-details-table {
		width: 100%;
		margin-bottom: 0;
	}
	.wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td, .wishlist_table.modern_grid li .item-details table.item-details-table td {
		font-size: var(--text-size);
	}
	.wishlist_table.modern_grid li .item-details table.item-details-table td, .wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td {
		padding: 0;
		color: #999;
	}
	.item-details-table ins {
		text-decoration: none;
		font-weight: 400;
		font-size: var(--text-size);
	}
	.wishlist_table.mobile li .additional-info-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist, .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
		margin-bottom: 0;
	}
	.wishlist_table.mobile li .item-details h3 a {
		text-decoration: none;
		color: var(--black);
	}
	.wishlist-in-stock {
		color: green;
	}
	.wishlist_table.mobile li .additional-info-wrapper .product-remove a {
		-webkit-mask-size: 16px;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: center;
		-webkit-mask-image: url(images/close.svg);
		mask-image: url(images/close.svg);
		background-color: red;
		width: 28px;
		height: 28px;
		display: block;
	}
}



@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 30px);
		--gap: 16px;

		--text-size: 14px;
		--text-size-sm: 13px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.categories-carousel .swiper-wrapper .swiper-slide {
        flex: 0 0 calc((100% - var(--gap) * 2) / 3);
        max-width: calc((100% - var(--gap) * 2) / 3);
    }
    .categories-item__image {
        height: calc((var(--container) - var(--gap) * 2) / 3);
    }
    .singleProducts-qty + .btn-primary {
    	flex: 0 0 calc(100% - 100px - var(--gap));
    	max-width: calc(100% - 100px - var(--gap));
    }
}