/*!
Theme Name: Bona Vita
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: bonavita
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.

Bona Vita 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=Cormorant+Infant:ital,wght@0,500;1,500&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--container: 1316px;
	--gap: 24px;
	--shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);

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

	--red: #763235;
	--yellow: #C19B5B;
	--grey: #727272;
	--white: #FFFFFF;
	--black: #222222;
	--light: #F6F5ED;
}
*, ::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: 300;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	color: var(--grey);
	background: var(--light);
}
a {
	color: var(--yellow);
	transition: .5s;
}
a:hover {
	text-decoration: none;
	color: var(--red);
}
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: 'Cormorant', serif;
	font-weight: 500;
	color: var(--black);
	margin: calc(var(--gap) * 1.5) 0 var(--gap);
	line-height: 1.2;
}
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:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
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%;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2.4) calc(var(--gap) / -1.2);
}
.form-field {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 calc(var(--gap) / 2.4);
	margin-bottom: calc(var(--gap) / 1.2);
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
::-webkit-input-placeholder {
	color: rgba(36, 36, 36, .6);
}
::-moz-placeholder {
	color: rgba(36, 36, 36, .6);
}
:-ms-input-placeholder {
	color: rgba(36, 36, 36, .6);
}
:-moz-placeholder {
	color: rgba(36, 36, 36, .6);
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--light);
	border: 1px solid var(--grey);
	color: var(--black);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 10px var(--gap);
	height: 48px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 120px;
	resize: vertical;
}
select {
	cursor: pointer;
}
.form-field-button.center {
	text-align: center;
}
.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: 20px 0 0;
	padding: 10px 16px;
}




.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
}
.section-sm {
	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;
	}
}
.bg-white {
	background: var(--white);
}


.heading {
	position: relative;
	font-family: 'Cormorant', serif;
	font-weight: 400;
	margin-bottom: calc(var(--gap) * 1.5);
}
.heading:last-child {
	margin-bottom: 0;
}
.heading.center {
	text-align: center;
}
.heading p:first-child {
	margin-bottom: calc(var(--gap) / 3);
	color: var(--black);
	text-transform: uppercase;
}
.heading h2 {
	font-size: var(--h1-size);
	margin-top: 0;
}



.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--h6-size);
	font-family: 'Cormorant', serif;
	font-weight: 500;
	line-height: 1.5;
	border: none;
	padding: 10px 24px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	outline: none;
	min-width: 160px;
	min-height: 60px;
	cursor: pointer;
	text-decoration: none;
	z-index: 1;
	transition: .5s;
}
.btn.btn-sm {
	font-size: var(--text-size);
	min-height: 48px;
}
.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-secondary {
	background-color: var(--yellow);
	border-color: var(--yellow);
	color: var(--white);
}
.btn-secondary:hover {
	background-color: var(--red);
	border-color: var(--red);
	color: var(--white);
}
.btn.btn-link {
	padding: 6px 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: var(--black);
	text-decoration: underline;
	text-decoration-style: solid;
	text-underline-offset: 8px;
	text-decoration-thickness: 2px;
	min-height: inherit;
}
.btn.btn-link:hover {
	color: var(--red);
}


.swiper-pagination {
	position: relative !important;
	bottom: auto !important;
	top: auto !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: var(--gap);
	gap: calc(var(--gap) / 3);
}
.swiper-pagination-bullet {
	flex: 0 0 18px;
	max-width: 18px;
	width: 18px !important;
	height: 18px !important;
	background: none !important;
	margin: 0 !important;
	opacity: 1 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.swiper-pagination-bullet-active {
	background: rgba(118, 50, 53, 0.5) !important;
}
.swiper-pagination.white .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 0.5) !important;
}
.swiper-pagination-bullet:before {
	content: '';
	flex: 0 0 10px;
	max-width: 10px;
	height: 10px;
	background: var(--red);
}
.swiper-pagination.white .swiper-pagination-bullet:before {
	background: var(--white);
}



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


.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 1.5);
	font-size: 0;
}
li.soc-mobile {
	display: none;
}
@media (max-width: 991px) {
	li.soc-desktop {
		display: none;
	}
	li.soc-mobile {
		display: block;
	}
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
}
.soc-links li a svg {
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
}
.soc-links li a path {
	stroke: var(--black);
	transition: .5s;
}
.soc-links li a:hover path {
	stroke: var(--red);
}

.soc-links-text {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.soc-links-text li a {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2.4);
	color: var(--white);
	text-decoration: none;
}
.soc-links-text li a:hover {
	color: var(--yellow);
}
.soc-links-text li a svg {
	flex: 0 0 28px;
	max-width: 28px;
	width: 28px;
}
.soc-links-text li a svg path {
	stroke: var(--white);
	transition: .5s;
}
.soc-links-text li a:hover svg path {
	stroke: var(--yellow);
}



.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(--black);
	height: 100%;
	width: 100%;
	max-width: 320px;
	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(--white);
	width: 34px;
	height: 34px;
	border: none;
	padding: 0;
	outline: none !important;
	cursor: pointer;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: var(--yellow);
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-menu li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.mobile-menu > li {
	border-bottom: 1px solid var(--grey);
}
.mobile-menu > li:last-child {
	border-bottom: 0;
}
.mobile-menu li a {
	order: 1;
	font-size: var(--h6-size);
	font-family: 'Cormorant', serif;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	font-weight: 600;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: var(--white);
	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(--yellow);
}
.mobile-menu-toggle {
	order: 2;
	-webkit-mask-size: 8px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/chevrone-right.svg);
	mask-image: url(images/chevrone-right.svg);
	background-color: var(--white);
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	transform: rotate(90deg);
	transition: .5s;
}
.mobile-menu li.menu-item-has-children:hover > .mobile-menu-toggle {
	background-color: var(--yellow);
}
.mobile-menu li.menu-item-has-children.active > .mobile-menu-toggle {
	background-color: var(--yellow);
	transform: rotate(-90deg);
}
.mobile-menu ul {
	flex: 0 0 100%;
	max-width: 100%;
	display: none;
	order: 3;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	list-style: none;
	text-transform: none;
	z-index: 9;
}
.mobile-menu ul li a {
	padding: 6px 0;
}



.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 460px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: var(--white);
	background-clip: padding-box;
	outline: 0;
	padding: calc(var(--gap) * 1.5) var(--gap) var(--gap);
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: var(--black);
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .7;
	z-index: 1049;
}
.modal-title {
	font-size: var(--h4-size);
	font-family: 'Cormorant', serif;
	color: var(--black);
	font-weight: 600;
	margin-bottom: var(--gap);
	text-align: center;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: var(--grey);
	width: 34px;
	height: 34px;
	top: 12px;
	right: 12px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .5s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--black);
}



.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) / -2);
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.gallery-item > * {
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid var(--line);
}
.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.05);
}
.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);
}




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



.header {
	--header-height: 100px;
	position: relative;
	z-index: 92;
}
.header-wrap {
	display: flex;
	align-items: center;
	height: var(--header-height);
	padding: calc(var(--gap) / 1.5) 0;
	border-bottom: 1px solid var(--grey);
	gap: calc(var(--gap) * 2);
}
.header-logo {
	flex: 0 0 140px;
	max-width: 140px;
	text-align: center;
}
.header-logo img {
	max-height: calc(var(--header-height) - var(--gap) / 1.5 * 2);
}
.header-left,
.header-right {
	flex: auto;
	max-width: calc((100% - 140px) / 2 - var(--gap) * 2);
	display: flex;
	align-items: center;
}
.header-left {
	gap: calc(var(--gap) * 4);
}
.header-right {
	gap: calc(var(--gap) * 2);
	justify-content: flex-end;
}
.header-search {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
}
.header-search-button {
	flex: 0 0 28px;
	max-width: 28px;
	width: 28px;
	height: 28px;
	-webkit-mask-size: contain;
	-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);
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .5s;
}
.header-search-button:hover {
	background-color: var(--red);
}

.header-search-inner {
	display: none;
	position: absolute;
	top: calc(100% + 24px);
	left: 0;
	width: 480px;
	background: var(--white);
	z-index: 1;
}
.active .header-search-inner {
	display: block;
}
.search-form {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	background: var(--white);
	border: 1px solid var(--grey);
	padding: 0 10px;
	z-index: 1;
}
.search-form input {
	position: relative;
	flex: auto;
	max-width: 100%;
	height: 48px;
	background: none;
	border: none;
	padding: 0 10px;
	font-size: var(--text-size);
	font-weight: 300;
	outline: none;
	transition: .5s;
}
.search-form button {
	-webkit-mask-size: 28px;
	-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 36px;
	max-width: 36px;
	height: 36px;
	cursor: pointer;
	outline: none;
	border: 0;
	padding: 0;
	transition: .5s;
}
.search-form button:hover {
	background-color: var(--blue);
}





.header-phone {
	display: flex;
	font-size: var(--h6-size);
	font-family: 'Cormorant Infant', serif;
	font-weight: 500;
	margin: 0;
}
.header-phone a {
	color: var(--black);
	text-decoration: none;
}
.header-phone a:hover {
	color: var(--red);
}

.header-toggle {
	display: flex;
	align-items: center;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	-webkit-mask-size: 28px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/grid.svg);
	mask-image: url(images/grid.svg);
	background-color: var(--black);
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .5s;
}
.header-toggle button:hover {
	background-color: var(--red);
}


.headerNav {
	--nav-height: 68px;
	position: sticky;
	top: 0;
	background: var(--light);
	z-index: 91;
}
.headerNav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: var(--nav-height);
}
.main-menu {
	flex: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: var(--gap);
	font-family: 'Cormorant', serif;
	font-weight: 600;
	font-size: var(--h6-size);
}
.main-menu li {
	position: relative;
	height: var(--nav-height);
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.main-menu li a {
	position: relative;
	color: var(--black);
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 4);
	padding: 6px 0;
	text-decoration: none;
	z-index: 1;
}
.main-menu li a:hover {
	color: var(--red);
}
.main-menu > li > a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background: var(--yellow);
	left: 0;
	bottom: 0;
	transition: .5s;
	z-index: -1;
}
.main-menu > li:hover > a:before,
.main-menu > li.current-menu-item > a:before {
	width: 100%;
}
.main-menu li.menu-item-has-children > a:after {
	content: '';
	flex: 0 0 8px;
	max-width: 8px;
	width: 8px;
	height: 8px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/chevrone-right.svg);
	mask-image: url(images/chevrone-right.svg);
	background-color: var(--black);
	transform: rotate(90deg);
	transition: .5s;
}
.main-menu li.menu-item-has-children:hover > a:after {
	transform: rotate(-90deg);
}
.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 ul {
	position: absolute;
	top: 100%;
	left: calc(var(--gap) * -1);
	margin: 0;
	padding: calc(var(--gap) / 2) 0;
	list-style: none;
	font-size: var(--text-size);
	background: var(--black);
	width: 280px;
	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 {
	height: auto;
	padding: calc(var(--gap) / 3) var(--gap);
}
.main-menu ul li a {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--white);
	text-transform: none;
}
.main-menu ul li a:hover {
	color: var(--yellow);
}
.main-menu ul li.menu-item-has-children > a:after {
	transform: rotate(0deg);
	background-color: var(--white);
}
.main-menu ul li.menu-item-has-children:hover > a:after {
	transform: rotate(0deg);
	background-color: var(--yellow);
}
.main-menu ul ul {
	top: calc(var(--gap) / -2);
	left: 100%;
}
.main-menu ul ul ul ul {
	display: none !important;
}

.headerNav-cart {
	display: flex;
	align-items: center;
	justify-content: center;
}
.headerNav-cart a {
	position: relative;
	flex: 0 0 28px;
	max-width: 28px;
	width: 28px;
	height: 28px;
	border: none;
	background: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	transition: .5s;
	z-index: 1;
}
.headerNav-cart a:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/cart.svg);
	mask-image: url(images/cart.svg);
	background-color: var(--black);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .5s;
}
.headerNav-cart a:hover:before {
	background-color: var(--red);
}
.headerNav-cart a span {
	position: absolute;
	bottom: -2px;
	left: 18px;
	min-width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: var(--yellow);
	color: var(--white);
	font-size: 10px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}



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


.footer {
	position: relative;
	background: var(--black);
	color: var(--white);
	padding: 0 0 calc(var(--gap) / 1.5);
	z-index: 1;
}
.footer a {
	color: var(--white);
	text-decoration: none;
}
.footer a:hover {
	color: var(--yellow);
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
	gap: var(--gap);
}
.footer-widget {
	flex: 0 0 auto;
	max-width: 360px;
}
.footer-widget-title {
	font-size: var(--h4-size);
	font-family: 'Cormorant', serif;
	font-weight: 600;
	margin-bottom: var(--gap);
}

.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.footer-contacts {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.footer-contacts p {
	margin: 0;
}
.footer-contacts iframe {
	height: 240px;
}

.footer-payment {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: calc(var(--gap) / 4);
	margin: 0 0 calc(var(--gap) / 1.5);
	padding: 0;
	list-style: none;
}
.footer-payment li img {
	max-width: 40px;
	max-height: 24px;
}
.copyright {
	text-align: center;
	font-size: var(--text-size-sm);
}


.page-header {
	position: relative;
	padding: calc(var(--gap) / 2) 0 var(--gap);
	z-index: 1;
}
.page-breadcrumbs {
	font-size: var(--text-size-sm);
	color: var(--grey);
	margin-bottom: calc(var(--gap) / 4);
}
.page-breadcrumbs:last-child {
	margin-bottom: 0;
}
.page-title {
	font-size: var(--h1-size);
	font-weight: 600;
	margin-top: 0;
}

.error-404-number {
	font-size: calc(var(--h1-size) * 5);
	font-weight: 600;
	color: var(--grey);
	opacity: .3;
	text-align: center;
	line-height: 1;
}
.error-404-button {
	text-align: center;
}



.pageContacts-wrap {
	display: flex;
	justify-content: center;
	gap: calc(var(--gap) * 2);
}
.pageContacts-left {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.pageContacts-right {
	flex: auto;
	max-width: calc(100% / 3 * 2 - var(--gap) * 2);
}
.pageContacts-info {
	position: relative;
	background: var(--white);
	padding: var(--gap);
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
	z-index: 1;
}
.pageContacts-info p {
	margin: 0;
}
.pageContacts-info p a {
	color: var(--black);
	text-decoration: none;
}
.pageContacts-info p a:hover {
	color: var(--red);
}
.pageContacts-info .map iframe {
	width: 100%;
	height: 280px;
}



.hero-swiper {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.heroSlider-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: calc(var(--container) / 2.1);
	min-height: 480px;
}
.heroSlider-item__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.heroSlider-item__bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--red);
	opacity: .4;
	z-index: 1;
}
.heroSlider-item__wrap {
	padding: 0 calc(var(--gap) * 6.875);
}
.heroSlider-item__content {
	font-family: 'Cormorant', serif;
	font-weight: 400;
	color: var(--white);
}
.heroSlider-item__content h1,
.heroSlider-item__content h2 {
	font-size: calc(var(--h1-size) * 1.125);
	margin-top: 0;
}
.heroSlider-item__content * {
	color: var(--white);
}
.hero-pagination {
	position: absolute !important;
	margin-top: 0;
	bottom: calc(var(--gap) * 1.5) !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: auto !important;
}
.hero-navigation-prev.swiper-navigation.swiper-navigation-prev {
	left: calc(var(--gap) * 2);
}
.hero-navigation-next.swiper-navigation.swiper-navigation-next {
	right: calc(var(--gap) * 2);
}



.info-heading {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.info-button {
	text-align: center;
}


.products-button {
	margin-top: calc(var(--gap) * 1.5);
	text-align: center;
}





.products-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.products-item,
.categories-item {
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.columns-4 .products-item,
.columns-4 .categories-item {
	flex: 0 0 25%;
	max-width: 25%;
}
.columns-3 .products-item,
.columns-3 .categories-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.categories-item a {
	position: relative;
	height: 100%;
	min-height: calc((var(--container) - var(--gap) * 2) / 3 / 1.55);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-decoration: none;
	padding: var(--gap);
	overflow: hidden;
	z-index: 1;
}
.categories-item__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.categories-item__image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(118, 50, 53, 0) 0%, rgba(0, 0, 0, .75) 100%);
	z-index: 1;
}
.categories-item a:hover .categories-item__image img {
	transform: scale(1.05);
}
.woocommerce-loop-category__title {
	font-size: var(--h4-size);
	color: var(--white);
}
.woocommerce-loop-category__title mark {
	display: none;
}





.products-item__wrap {
	position: relative;
	z-index: 1;
}
.woocommerce-loop-product__link {
	text-decoration: none;
	display: block;
}
.products-item__button {
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.products-item__button:before {
	content: '';
	-webkit-mask-size: 12px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/chevrone-right.svg);
	mask-image: url(images/chevrone-right.svg);
	background-color: var(--black);
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
	transition: .5s;
}
.products-item__button:hover:before {
	background-color: var(--red);
}
.products-item__button.add_to_cart_button:before {
	-webkit-mask-size: contain;
	-webkit-mask-image: url(images/cart.svg);
	mask-image: url(images/cart.svg);
}
.products-item__button.product_type_variable.add_to_cart_button:before {
	-webkit-mask-size: 12px;
	-webkit-mask-image: url(images/chevrone-right.svg);
	mask-image: url(images/chevrone-right.svg);
}
.products-item__button.add_to_cart_button.loading:before {
	-webkit-mask-size: contain;
	-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-size: contain;
	-webkit-mask-image: url(images/done.svg);
	mask-image: url(images/done.svg);
}
.products-item__image {
	position: relative;
	overflow: hidden;
	height: calc((var(--container) - var(--gap) * 3) / 4 / 1.23);
	margin-bottom: calc(var(--gap) / 2);
	z-index: 1;
}
.products-item a:hover .products-item__image img {
	transform: scale(1.05);
}
.products-item .sale-percentage {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2px 12px;
	min-width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--yellow);
	color: var(--white);
	font-family: 'Cormorant Infant', serif;
	font-weight: 500;
	z-index: 2;
}
.products-item__info {
    display: flex;
    flex-direction: column;
    gap: calc(var(--gap) / 3);
}
.woocommerce-loop-product__title {
	flex: auto;
	margin: 0;
	font-size: var(--h6-size);
	color: var(--black);
	transition: .5s;
}
.woocommerce-loop-product__title:hover {
	color: var(--red);
}
.products-item__rating {
	position: relative;
	z-index: 1;
}
.products-item__rating-stars {
	position: relative;
	width: 70px;
	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 {
	font-family: 'Cormorant Infant', serif;
	font-size: var(--h5-size);
	font-weight: 500;
	color: var(--grey);
	padding-right: 40px;
	line-height: 1.2;
}
.woocommerce-loop-product__link .price del {
	font-size: var(--text-size-sm);
	opacity: .7;
}
.woocommerce-loop-product__link .price ins {
	text-decoration: none;
}
.added_to_cart {
	display: none !important;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.reviews-swiper {
	overflow: hidden;
}
.reviews-swiper .swiper-slide {
	height: auto;
}
.reviews-item {
	height: 100%;
}
.reviews-item__wrap {
	position: relative;
	background: var(--white);
	padding: var(--gap);
	height: 100%;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.reviews-item__text {
	position: relative;
	margin-bottom: var(--gap);
	flex: auto;
	z-index: 1;
}
.reviews-item__text:before {
	content: '';
	background: url(images/quote.svg) no-repeat center;
	background-size: contain;
	display: block;
	width: 32px;
	height: 24px;
	margin-bottom: var(--gap);
}
.reviews-item__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
}
.reviews-item__name {
	font-size: var(--h6-size);
	font-weight: 600;
	font-family: 'Cormorant', serif;
	color: var(--black);
	line-height: 1.35;
	margin-bottom: 0;
}
.reviews-item__name span {
	font-family: 'Roboto', sans-serif;
	font-size: var(--text-size-sm);
	display: block;
	color: var(--grey);
	font-weight: 300;
}
.reviews-item__rating {
	display: flex;
}
.reviews-item__rating span {
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/ic_baseline-star.svg);
	mask-image: url(images/ic_baseline-star.svg);
	background-color: #D3D3D3;
}
.reviews-item__rating span.active {
	background-color: #FFC109;
}






.about-wrap {
	display: flex;
	gap: var(--gap);
}
.about-left {
	flex: 0 0 45%;
	max-width: 45%;
	padding: calc(var(--gap) * 2) 0;
}
.about-heading.heading,
.about-content {
	margin-bottom: var(--gap);
}
.about-bottom {
	display: flex;
	align-items: center;
	gap: var(--gap);
}
.about-phone a {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2);
	font-size: var(--h5-size);
	font-weight: 400;
	font-family: 'Cormorant Infant', serif;
	text-decoration: none;
	color: var(--black);
}
.about-phone a:hover {
	color: var(--red);
}
.about-phone a span {
	background: var(--light);
	flex: 0 0 60px;
	max-width: 60px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-phone a span:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/phone-outgoing.svg);
	mask-image: url(images/phone-outgoing.svg);
	background-color: var(--black);
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	transition: .5s;
	z-index: 1;
}
.about-right {
	flex: 0 0 calc(55% - var(--gap));
	max-width: calc(55% - var(--gap));
}
.about-images {
	position: relative;
	height: 100%;
	z-index: 1;
}
.about-image {
	position: absolute;
	z-index: 1;
}
.about-image-1 {
	bottom: -70px;
	left: 0;
	width: 58%;
	height: calc((var(--container) * .55 - var(--gap)) * .58);
	z-index: 2;
}
.about-image-2 {
	top: -70px;
	right: 0;
	width: 66%;
	height: calc((var(--container) * .55 - var(--gap)) * .66 / .86);
}



.advantages-section {
	position: relative;
	padding: var(--gap) 0;
	z-index: 1;
}
.advantages-items {
	display: flex;
	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);
	padding: calc(var(--gap) / 2) 0;
}
.advantages-item__image {
	flex: 0 0 56px;
	max-width: 56px;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.advantages-item__image {
	max-height: 56px;
}
.advantages-item__info span {
	display: block;
	font-family: 'Cormorant', serif;
	font-size: var(--h5-size);
	font-weight: 600;
	color: var(--black);
	margin-bottom: 4px;
}



.page-body-wrap {
	display: flex;
	gap: var(--gap);
}
.page-body-main {
	flex: 0 0 calc(75% - var(--gap) / 2);
	max-width: calc(75% - var(--gap) / 2);
}
.archiveShop-categories {
	margin-bottom: calc(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: 0;
}
.page-body-sidebar {
	flex: 0 0 calc(25% - var(--gap) / 2);
	max-width: calc(25% - var(--gap) / 2);
}



.filter-button button {
	width: 100%;
}
.filter-button button:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-right: 4px;
	-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;
	background: var(--white);
	padding: var(--gap);
	z-index: 1;
}

.widget,
.berocket_single_filter_widget {
	position: relative;
	margin-bottom: var(--gap);
	padding-bottom: var(--gap);
	border-bottom: 1px solid #7A7C7F;
	z-index: 1;
}
.widget:last-child,
.berocket_single_filter_widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.bapf_sfilter {
	margin-bottom: 0;
}
.widget-title,
.bapf_head h3 {
	position: relative;
	font-family: 'Cormorant', serif;
	font-size: var(--h5-size);
	font-weight: 600;
	margin-bottom: calc(var(--gap) / 1.25);
	color: var(--black);
	line-height: 1.2;
}
.bapf_body {
	position: relative;
	z-index: 1;
}
.product-categories {
	padding: 0;
	list-style: none;
}
.product-categories li {
	margin-bottom: calc(var(--gap) / 4);
}
.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% - 24px);
}
.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: 8px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/chevrone-right.svg);
	mask-image: url(images/chevrone-right.svg);
	background-color: var(--black);
	cursor: pointer;
	transform: rotate(90deg);
	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(-90deg);
}
.product-categories ul {
	display: none;
	flex: 0 0 100%;
	max-width: 100%;
	order: 3;
	margin: calc(var(--gap) / 4) 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: 2px;
}
.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
	background: var(--grey);
}
.bapf_slidr_jqrui .bapf_from, .bapf_slidr_jqrui .bapf_to {
	color: var(--black);
	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(--red);
	outline: none !important;
	font-size: 16px;
	top: -7px;
}
.bapf_sfilter.bapf_ckbox_sqchck ul li {
	display: flex;
	margin-bottom: calc(var(--gap) / 2) !important;
	color: var(--black);
	line-height: 1.2;
}
.bapf_sfilter.bapf_ckbox_sqchck ul li:last-child {
	margin-bottom: 0 !important;
}
.bapf_sfilter.bapf_ckbox_sqchck input[type=checkbox] {
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin: -1px 8px 0 0 !important;
	border: 1px solid var(--red);
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.bapf_sfilter.bapf_ckbox_sqchck input[type=checkbox]:checked {
	border-color: var(--red);
	background: var(--red);
}
.bapf_sfilter.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
	border-bottom-color: var(--white);
	border-right-color: var(--white);
	top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
}



.woocommerce-pagination,
.navigation.pagination {
	position: relative;
	margin-top: calc(var(--gap) * 1.5);
	z-index: 2;
}
ul.page-numbers,
.nav-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: calc(var(--gap) / 3);
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.page-numbers li a,
ul.page-numbers li span,
.nav-links .page-numbers {
	min-width: 44px;
	height: 44px;
	font-family: 'Cormorant Infant', serif;
	font-weight: 400;
	font-size: var(--h6-size);
	color: var(--black);
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	text-decoration: none;
}
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);
}





.wc-block-components-notice-banner,
.woocommerce-message,
.woocommerce-NoticeGroup,
.woocommerce-info,
.woocommerce-error {
	padding: calc(var(--gap) / 2);
	background: var(--white);
	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;
}
.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;
}




.singleProduct-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gap) * 4) var(--gap);
	justify-content: space-between;
}
.singleProduct-images {
	--wooProductImageThumbnail-height: 120px;
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	gap: calc(var(--gap) / 2);
	flex-direction: row-reverse;
	z-index: 1;
}
.singleProduct-images .sale-percentage {
	position: absolute;
	top: 0;
	rigth: 0;
	padding: 2px 12px;
	min-width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--yellow);
	color: var(--white);
	font-family: 'Cormorant Infant', serif;
	font-weight: 500;
	z-index: 2;
}
.singleProduct-summary {
	position: relative;
	flex: 0 0 calc(50% - var(--gap));
	max-width: calc(50% - var(--gap));
	z-index: 1;
}
.singleProductImagesMain-swiper {
	position: relative;
	flex: 0 0 calc(100% - var(--wooProductImageThumbnail-height) - var(--gap) / 2);
	max-width: calc(100% - var(--wooProductImageThumbnail-height) - var(--gap) / 2);
	overflow: hidden;
	z-index: 1;
}
.singleProductImagesMain-item__image {
	height: calc(var(--wooProductImageThumbnail-height) * 4 + var(--gap) / 2 * 3);
}
.singleProductImagesOther-swiper {
	flex: 0 0 var(--wooProductImageThumbnail-height);
	max-width: var(--wooProductImageThumbnail-height);
	overflow: hidden;
	position: relative;
}
.singleProductImagesOther-swiper .swiper-wrapper {
	height: calc(var(--wooProductImageThumbnail-height) * 4 + var(--gap) / 2 * 3);
}
.singleProductImagesOther-swiper .swiper-slide {
	opacity: 1;
}
.singleProductImagesOther-item__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--wooProductImageThumbnail-height);
	opacity: .65;
	transition: .5s;
}
.singleProductImagesOther-swiper .swiper-slide-thumb-active .singleProductImagesOther-item__image {
	opacity: 1;
}


.product_title {
	font-size: var(--h3-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: 90px;
	z-index: 1;
}
.singleProducts-rating-stars::before {
	content: '';
	background: url(images/stars-rating-1.svg) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 18px;
	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: 90px;
	height: 18px;
	display: block;
}
.singleProducts-rating-count {
	font-size: var(--text-size-sm);
	margin-bottom: -2px;
}
.singleProducts-price,
.woocommerce-variation-price .price {
	font-weight: 600;
	font-size: var(--h3-size);
	color: var(--yellow);
	font-family: 'Cormorant Infant', serif;
}
.singleProducts-price del,
.woocommerce-variation-price .price del {
	font-size: var(--text-size);
	color: var(--grey);
}
.singleProducts-price ins,
.woocommerce-variation-price .price ins {
	text-decoration: none;
}
.woocommerce-product-details__short-description {
	margin-bottom: var(--gap);
}

.singleProduct-summary form.variations_form {
	margin-bottom: var(--gap);
}
.singleProduct-summary table.variations,
.singleProduct-summary table.variations tbody,
.singleProduct-summary table.variations tbody tr,
.singleProduct-summary table.variations tbody th,
.singleProduct-summary table.variations tbody td {
	width: 100%;
	border: none;
	padding: 0;
	display: block;
}
.singleProduct-summary table.variations {
	margin-bottom: var(--gap);
}
.singleProduct-summary table.variations tbody tr {
	margin-bottom: calc(var(--gap) / 2);
}
.singleProduct-summary table.variations tbody tr:last-child {
	margin-bottom: 0;
}
.singleProduct-summary table.variations tbody th {
	font-weight: 600;
	font-family: 'Cormorant', serif;
	color: var(--black);
	font-size: var(--h6-size);
	text-align: left;
	margin-bottom: calc(var(--gap) / 3);
}
.reset_variations {
	display: none !important;
}
.button-variable-items-wrapper {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 2);
}
.button-variable-items-wrapper .variable-item-span {
	display: block;
	border: 1px solid var(--yellow);
	min-height: 44px;
	color: var(--black);
	padding: 8px 16px 5px;
	cursor: pointer;
	transition: .5s;
}
.button-variable-items-wrapper .variable-item-span:hover,
.button-variable-items-wrapper li.selected .variable-item-span{
	background: var(--yellow);
	color: var(--white);
}
.woocommerce-variation.single_variation {
	margin-bottom: calc(var(--gap) / 1.5);
}

.singleProducts-action {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
	margin-bottom: var(--gap);
}
.singleProducts-qty {
	flex: 0 0 90px;
	max-width: 90px;
	height: 60px;
	border: 1px solid var(--yellow);
	display: flex;
}
.singleProducts-qty span {
	flex: 0 0 30px;
	max-width: 30px;
	font-size: var(--h6-size);
	color: var(--grey);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
	transition: .5s;
}
.singleProducts-qty span:hover {
	color: var(--black);
}
.singleProducts-qty .quantity {
	flex: auto;
}
.singleProducts-qty input {
	width: 100%;
	height: 100%;
	font-size: var(--h5-size);
	line-height: 1.5;
    border: none;
    text-align: center;
    outline: none;
    padding: 10px 0;
    background: none;
    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-meta {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
	font-weight: 600;
	font-family: 'Cormorant', serif;
	color: var(--black);
	font-size: var(--h6-size);
}
.singleProducts-meta > * > * {
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: var(--grey);
	font-size: var(--text-size);
}
.singleProducts-meta a {
	color: var(--black);
}
.singleProducts-meta a:hover {
	color: var(--red);
}



.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;
	z-index: 1;
}
.singleProducts-tabs ul.tabs li {
	flex: 0 0 auto;
	min-width: 20%;
}
.singleProducts-tabs ul.tabs li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 2px solid transparent;
	background: var(--white);
	padding: calc(var(--gap) / 1.5) var(--gap);
	text-decoration: none;
	color: var(--black);
	font-weight: 600;
	font-family: 'Cormorant', serif;
	font-size: var(--h5-size);
	text-transform: uppercase;
}
.singleProducts-tabs ul.tabs li a:hover,
.singleProducts-tabs ul.tabs li.active a {
	border-top-color: var(--black);
	background: transparent;
}
.woocommerce-Tabs-panel {
	margin: var(--gap) 0 0;
}
.woocommerce-product-attributes {
	width: 100%;
	border-spacing: inherit;
}
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
	padding: calc(var(--gap) / 2) 20px;
}
.woocommerce-product-attributes tr:nth-child(2n) th,
.woocommerce-product-attributes tr:nth-child(2n) td {
	background: var(--white);
}
.woocommerce-product-attributes th {
	text-align: left;
	font-weight: 600;
	font-family: 'Cormorant', serif;
	color: var(--black);
	font-size: var(--h6-size);
	width: 35%;
}
.woocommerce-product-attributes td {
	color: var(--black);
}


.reviews-heading.heading h2 {
	font-size: var(--h3-size);
}
.commentlist {
	margin: 0 0 var(--gap) !important;
	padding: 0;
	list-style: none;
}
.commentlist li {
	margin-bottom: var(--gap);
}
.commentlist li:last-child {
	margin-bottom: 0;
}
.comment_container {
	display: flex;
	gap: var(--gap);
}
.comment-rating {
	flex: 0 0 120px;
	max-width: 120px;
}
.comment-rating .star-rating {
	position: relative;
	flex: 0 0 120px;
	max-width: 120px;
	width: 120px;
	height: 24px;
	z-index: 1;
}
.comment-rating .star-rating::before {
	content: '';
	background: url(images/stars-rating-1.svg) 0 0;
	background-size: contain;
	width: 100%;
	height: 100%;
	display: block;
}
.comment-rating .star-rating span {
	position: absolute;
	overflow: hidden;
	font-size: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.comment-rating .star-rating span:before {
	content: '';
	background: url(images/stars-rating-2.svg) 0 0;
	background-size: contain;
	width: 120px;
	height: 24px;
	display: block;
}
.comment-info {
	flex: 0 0 auto;
	max-width: calc(100% - var(--gap) - 120px);
	display: flex;
	align-items: center;
	align-content: flex-start;
	flex-wrap: wrap;
}
.comment-info .meta {
	margin: 0 0 calc(var(--gap) / 3);
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 3);
	font-size: var(--text-size-sm);
}
.woocommerce-review__author {
	font-weight: 600;
	font-family: 'Cormorant', serif;
	color: var(--black);
	font-size: var(--h6-size);
}
.comment-info .description {
	flex: 0 0 100%;
	max-width: 100%;
}


.comment-reply-title {
	font-size: var(--h3-size);
	font-family: 'Cormorant', serif;
	margin-bottom: var(--gap);
	display: block;
	color: var(--black);
	font-weight: 600;
}
.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 24px;
	max-width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/ic_baseline-star.svg);
	mask-image: url(images/ic_baseline-star.svg);
	background-color: #D3D3D3;
	font-size: 0;
}
.comment-form-rating .stars span:hover a {
	background-color: #FFC109;
}
.comment-form-rating .stars a:hover~a {
	background-color: #D3D3D3;
}
.comment-form-rating .stars.selected span a.active {
	background-color: #FFC109;
}
.comment-form-rating .stars.selected a.active~a {
	background-color: #D3D3D3;
}
.comment-form-rating .stars.selected a:not(.active) {
	background-color: #FFC109;
}
.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(--h6-size);
	font-family: 'Cormorant', serif;
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
	color: var(--black);
}
.comment-form .form-submit {
	margin-bottom: 0;
}

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


.related.products,
.up-sells.products,
.singleProduct-recently {
	flex: 0 0 100%;
	max-width: 100%;
}






/*------- 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;
	flex-wrap: wrap;
	justify-content: space-between;
}
.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 {
	padding: 0 calc(var(--gap) / 2) calc(var(--gap) / 2);
	font-weight: 400;
}
.pageCartTableProducts th.product-name {
	text-align: left;
}
.pageCartTableProducts td {
	border-top: 1px solid rgba(0,0,0,.1);
	padding: calc(var(--gap) / 1.5);
}
.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;
	overflow: hidden;
}
.pageCartTableProducts td.product-name {
	text-align: left;
	font-size: var(--h6-size);
	font-family: 'Cormorant', serif;
	font-weight: 600;
}
.pageCartTableProducts .product-name a {
	text-decoration: none;
	color: var(--black);
}
.pageCartTableProducts .product-name dl {
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.pageCartTableProducts .product-name dt {
	flex: 0 0 80px;
	max-width: 80px;
	margin-right: 10px;
}
.pageCartTableProducts .product-name dd {
	flex: 0 0 calc(100% - 80px - 10px);
	max-width: calc(100% - 80px - 10px);
	margin-left: 0;
}
.pageCartTableProducts-qty {
	flex: 0 0 90px;
	max-width: 90px;
	height: 48px;
	border: 1px solid var(--yellow);
	display: flex;
}
.pageCartTableProducts-qty span {
	flex: 0 0 30px;
	max-width: 30px;
	font-size: var(--h6-size);
	color: var(--grey);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
	transition: .5s;
}
.pageCartTableProducts-qty span:hover {
	color: var(--black);
}
.pageCartTableProducts-qty .quantity {
	flex: auto;
}
.pageCartTableProducts-qty input {
	width: 100%;
	height: 100%;
	font-size: var(--h5-size);
	line-height: 1.5;
	border: none;
	text-align: center;
	outline: none;
	padding: 10px 0;
	background: none;
	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);
	font-size: var(--h6-size);
}
.pageCartTableProducts .product-remove a {
	-webkit-mask-size: 20px;
	-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 {
	background: var(--white);
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.pageCartTotals > h2 {
	font-size: var(--h5-size);
	font-weight: 600;
	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;
	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);
	font-size: var(--text-size);
}

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



/*---------- Checkout Start ------------*/
.pageCheckout-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.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);
	background: var(--white);
}
.woocommerce-billing-fields {
	margin-bottom: calc(var(--gap) * 1.5);
}
.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(--h4-size);
	font-weight: 600;
}
.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(--black);
	font-size: var(--h6-size);
	font-family: 'Cormorant', serif;
	font-weight: 600;
	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;
	margin-bottom: calc(var(--gap) / 2);
}
.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(--grey);
	font-weight: 400;
	padding: 0 var(--gap) calc(var(--gap) / 4);
	text-align: left;
	border-bottom: 1px solid var(--light);
}
.woocommerce-checkout-review-order-table tbody td {
	padding: calc(var(--gap) / 2.4) 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.product-name {
	font-size: var(--h6-size);
	font-weight: 600;
	font-family: 'Cormorant', serif;
}
.woocommerce-checkout-review-order-table tbody td dl {
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
	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) / 2.4) 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;
	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 -----------*/



.woocommerce-thankyou-order-received {
	font-size: var(--h4-size);
	font-family: 'Cormorant', serif;
	font-weight: 600;
	text-align: center;
	color: var(--black);
}
.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: var(--white);
}
.woocommerce-thankyou-order-details li {
	flex: auto;
	max-width: 100%;
	text-align: center;
}
.woocommerce-thankyou-order-details li strong {
	display: block;
	color: var(--black);
}



.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 rgba(0,0,0,.1);
	padding: calc(var(--gap) / 2.4) var(--gap);
}
.woocommerce-orders-table th,
.woocommerce-table--order-details th {
	font-weight: 400;
	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;
	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;
}


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

.woocommerce-address-fields__field-wrapper,
.woocommerce-EditAccountForm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.woocommerce-customer-details {
	background: var(--white);
	padding: var(--gap);
}





@media (max-width: 1399px) {
	:root {
		--container: 1116px;
		--gap: 24px;
		--shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 42px;
		--h2-size: 36px;
		--h3-size: 30px;
		--h4-size: 24px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
}





@media (max-width: 1199px) {
	:root {
		--container: 916px;
		--gap: 24px;
		--shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);

		--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;
	}
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.section-sm {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.header-wrap {
		gap: calc(var(--gap) * 1.5);
	}
	.header-left, .header-right {
		max-width: calc((100% - 140px) / 2 - var(--gap) * 1.5);
	}
	.header-left {
		gap: calc(var(--gap) * 3);
	}
	.header-right {
		gap: calc(var(--gap) * 1.5);
	}
	.main-menu ul {
		width: 240px;
	}
	.woocommerce-loop-category__title {
		font-size: var(--h5-size);
	}
	.footer-widget {
		max-width: 320px;
	}
	.advantages-item__info span {
		font-size: var(--h6-size);
	}
	.advantages-item__image {
		flex: 0 0 40px;
		max-width: 40px;
		width: 40px;
		height: 40px;
	}
	.advantages-item__image img {
		max-height: 40px;
	}
	.pageCart-left,
	.pageCart-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
}





@media (max-width: 991px) {
	:root {
		--container: 696px;
		--gap: 20px;
		--shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);

		--text-size: 14px;
		--text-size-sm: 13px;
		--h1-size: 30px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
		height: 42px;
		padding: 8px var(--gap);
	}
	textarea {
		height: 90px;
	}
	.btn {
		padding: 6px 20px;
		min-width: 140px;
		min-height: 50px;
	}
	.btn.btn-sm {
		min-height: 42px;
	}
	.section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section-sm {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.header {
		--header-height: 80px;
		position: sticky;
		top: 0;
		background: var(--light);
	}
	.header-wrap {
		gap: calc(var(--gap) / 6);
		padding: calc(var(--gap) / 2);
		border-bottom: none;
	}
	.headerNav,
	.header-button,
	.header-soc {
		display: none;
	}
	.header-logo {
		order: 1;
		flex: auto;
		max-width: 100%;
		text-align: left;
	}
	.header-logo img {
		max-height: calc(var(--header-height) - var(--gap) / 2 * 2);
	}
	.header-left {
		order: 2;
		flex: 0 0 auto;
		max-width: 100%;
		gap: calc(var(--gap) / 6);
	}
	.header-search-button {
		flex: 0 0 36px;
		max-width: 36px;
		width: 36px;
		height: 36px;
		-webkit-mask-size: 28px;
	}
	.header-search-inner {
		top: calc(100% + 22px);
		width: var(--container);
		left: auto;
    	right: -128px;
	}
	.header-right {
		order: 3;
		flex: 0 0 auto;
		max-width: 100%;
		gap: calc(var(--gap) / 6);
	}
	.header-phone {
		font-size: 0;
	}
	.header-phone a {
		flex: 0 0 36px;
		max-width: 36px;
		width: 36px;
		height: 36px;
		-webkit-mask-size: 26px;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: center;
		-webkit-mask-image: url(images/phone-outgoing.svg);
		mask-image: url(images/phone-outgoing.svg);
		background-color: var(--black);
		border: none;
		outline: none;
		padding: 0;
		cursor: pointer;
		transition: .5s;
	}
	.header-phone a:hover {
		background-color: var(--red);
	}
	.header-cart {
		order: 4;
	}
	.header-toggle {
		order: 5;
	}
	.header-cart {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header-cart a {
		position: relative;
		flex: 0 0 36px;
		max-width: 36px;
		width: 36px;
		height: 36px;
		border: none;
		background: none;
		padding: 0;
		outline: none;
		cursor: pointer;
		text-decoration: none;
		transition: .5s;
		z-index: 1;
	}
	.header-cart a:before {
		content: '';
		-webkit-mask-size: 26px;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: center;
		-webkit-mask-image: url(images/cart.svg);
		mask-image: url(images/cart.svg);
		background-color: var(--black);
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		transition: .5s;
	}
	.header-cart a:hover:before {
		background-color: var(--red);
	}
	.header-cart a span {
		position: absolute;
		bottom: -2px;
		left: 18px;
		min-width: 16px;
		height: 16px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background: var(--yellow);
		color: var(--white);
		font-size: 10px;
		font-weight: 400;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 1;
	}

	.heroSlider-item {
		min-height: 420px;
	}
	.heroSlider-item__wrap {
		padding: 0 calc(var(--gap) * 4);
	}
	.hero-navigation-prev.swiper-navigation.swiper-navigation-prev {
		left: var(--gap);
	}
	.hero-navigation-next.swiper-navigation.swiper-navigation-next {
		right: var(--gap);
	}
	.columns-3 .products-item, .columns-3 .categories-item,
	.columns-4 .products-item, .columns-4 .categories-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.categories-item a {
		min-height: calc((var(--container) - var(--gap)) / 2 / 1.55);
	}

	.heading {
		margin-bottom: var(--gap);
	}
	.heading p:first-child {
		margin-bottom: calc(var(--gap) / 5);
	}

	.products-item__image {
		height: calc((var(--container) - var(--gap)) / 2 / 1.23);
	}

	.about-wrap {
		flex-direction: column;
		gap: calc(var(--gap) * 1.5);
	}
	.about-left,
	.about-right {
		flex: auto;
		max-width: 100%;
		padding: 0;
	}
	.about-images {
		display: flex;
		flex-wrap: wrap;
	}
	.about-image-1,
	.about-image-2 {
		position: relative;
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%;
		height: calc(var(--container) / 2 / 1.35);
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}
	.advantages-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.advantages-item__wrap {
		padding: 0;
	}
	.footer-wrap {
		flex-direction: column;
		gap: calc(var(--gap) * 1.25);
		align-items: center;
		text-align: center;
	}
	.footer-widget {
		flex: 0 0 auto;
		max-width: 100%;
	}
	.footer-widget-title {
		margin-bottom: calc(var(--gap) / 2);
	}
	.footer-menu,
	.footer-contacts,
	.soc-links-text {
		gap: calc(var(--gap) / 3);
	}
	.soc-links-text {
		align-items: center;
	}

	.page-body-wrap {
		flex-direction: column-reverse;
		gap: calc(var(--gap) * 2);
	}
	.page-body-main,
	.page-body-sidebar {
		flex: auto;
		max-width: 100%;
	}
	.widget-area {
		display: none;
	}
	.archiveShop-top {
		flex-direction: column;
		gap: calc(var(--gap) / 2);
		align-items: normal;
	}
	.singleProduct-wrap {
		gap: var(--gap);
	}
	.singleProduct-images {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleProductImagesOther-swiper .swiper-wrapper,
	.singleProductImagesMain-item__image {
		height: calc(var(--wooProductImageThumbnail-height) * 3 + var(--gap) / 2 * 2);
	}
	.singleProduct-summary {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: calc(var(--gap));
	}
	.singleProduct-summary .product_title {
		display: none;
	}
	.singleProducts-rating {
		margin-bottom: calc(var(--gap) / 2);
	}
	.singleProducts-qty {
		height: 50px;
	}
	.woocommerce-Tabs-panel {
		margin-top: calc(var(--gap) / 4);
	}
	.related.products, .up-sells.products, .singleProduct-recently {
		margin-top: var(--gap);
	}
	.pageCheckout-wrap {
		gap: calc(var(--gap) * 1.5);
	}
	.pageCheckout-left,
	.pageCheckout-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pageContacts-wrap {
		gap: calc(var(--gap) * 1.5);
		flex-direction: column;
	}
	.pageContacts-left,
	.pageContacts-right {
		flex: auto;
		max-width: 100%;
	}
	.singleProducts-tabs ul.tabs li a {
		padding: calc(var(--gap) / 1.2) var(--gap);
		font-size: var(--h6-size);
	}
	.comment_container {
		flex-direction: column;
		gap: calc(var(--gap) / 2);
	}
	.comment-rating {
		flex: auto;
		max-width: 100px;
	}
	.comment-rating .star-rating {
		flex: 0 0 100px;
		max-width: 100px;
		width: 100px;
		height: 20px;
	}
	.comment-rating .star-rating span:before {
		width: 100px;
		height: 20px;
	}
	.comment-info {
		max-width: 100%;
	}
	.button-variable-items-wrapper .variable-item-span {
		padding: 8px 12px 6px;
		min-height: 40px;
	}
	.wc-block-components-notice-banner__content .button, .woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button {
		display: block;
		width: auto;
		margin: 6px 0 0;
		float: none;
	}
	.about-phone a span {
		flex: 0 0 50px;
		max-width: 50px;
		width: 50px;
		height: 50px;
	}
}





@media (max-width: 767px) {
	:root {
		--container: 516px;
		--gap: 20px;
		--shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);

		--text-size: 14px;
		--text-size-sm: 13px;
		--h1-size: 30px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.heroSlider-item__content h1, .heroSlider-item__content h2 {
		font-size: var(--h1-size);
	}
	.info-heading.heading h2 {
		font-size: var(--h2-size);
	}

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

	.form-row-first, .form-row-last {
		flex: 0 0 100%;
		max-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 rgba(0,0,0,.15);
		padding: var(--gap);
		margin-bottom: var(--gap);
	}
	.pageCartTableProducts tbody tr:last-child {
		padding: 0;
		border: none;
	}
	.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;
	}
	.pageCartTableProducts .qib-container:not(#qib_id):not(#qib_id) {
		margin: 0;
	}
	.pageCartTableProducts tbody td.product-quantity {
		flex: 0 0 90px;
		max-width: 90;
	}
	.pageCartTableProducts tbody td.product-subtotal {
		flex: 0 0 calc(100% - 90px - 50px);
		max-width: calc(100% - 90px - 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%;
	}
	.pageCartTableProducts .coupon ~ button {
		float: none;
		width: 100%;
	}
	.woocommerce-thankyou-order-details {
		flex-direction: column;
	}
}





@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 30px);
		--gap: 16px;
		--shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);

		--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;
	}
	h1, h2, h3, h4, h5, h6 {
		margin: var(--gap) 0 calc(var(--gap) / 1.5);
	}
	p, ul, ol, blockquote {
		margin-bottom: calc(var(--gap) / 1.5);
	}
	.header {
		--header-height: 68px;
	}
	.hero-swiper {
		width: 100vw;
		margin-left: calc((100vw - var(--container)) / -2);
	}
	.heroSlider-item__content {
		margin-top: -20px;
	}
	.hero-navigation-prev.swiper-navigation.swiper-navigation-prev {
		left: calc(var(--gap) / 4);
	}
	.hero-navigation-next.swiper-navigation.swiper-navigation-next {
		right: calc(var(--gap) / 4);
	}
	.heroSlider-item__wrap {
		padding: 0 calc(var(--gap) * 2);
	}
	.hero-pagination {
		bottom: calc(var(--gap)) !important;
	}
	.woocommerce-loop-category__title {
		font-size: var(--h6-size);
	}
	.products-item .price {
		padding-right: 30px;
		font-size: var(--h6-size);
	}
	.products-item .price > .amount:nth-child(3) {
		display: block;
	}
	.about-bottom {
		flex-direction: column;
		align-items: normal;
	}
	.advantages-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleProduct-images {
		--wooProductImageThumbnail-height: 80px;
	}
	.woocommerce-product-attributes th, .woocommerce-product-attributes td {
		padding: calc(var(--gap) / 2) var(--gap);
	}
}