/*!
Theme Name: Danlex
Theme URI: http://underscores.me/
Author: MX-Studio
Author URI: https://mx-studio.pl/
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: danlex
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.

Danlex 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=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--container: 1200px;
	--radius: 20px;
	--gap: 20px;

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

	--blue: #3274BB;
	--dark-blue: #183F76;
	--white: #FFFFFF;
	--gray-blue-light: #F6F8FA;
	--gray-blue-dark: #ACB8CA;
	--yellow: #FFD521;
}
*, ::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: 'Roboto', sans-serif;
	line-height: 1.3;
	color: var(--dark-blue);
	background: var(--white);
}
a {
	color: var(--dark-blue);
	transition: .5s;
}
a:hover {
	color: var(--blue);
	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-absolute {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin: 40px 0 12px;
	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 12px;
}
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%;
}
strong {
	font-weight: 700;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 calc(var(--gap) / 2);
	margin-bottom: var(--gap);
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
::-webkit-input-placeholder {
	color: var(--gray-blue-dark);
}
::-moz-placeholder {
	color: var(--gray-blue-dark);
}
:-ms-input-placeholder {
	color: var(--gray-blue-dark);
}
:-moz-placeholder {
	color: var(--gray-blue-dark);
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	width: 100%;
	background: transparent;
	border: 1px solid var(--gray-blue-dark);
	color: var(--dark-blue);
	-moz-border-radius: calc(var(--radius) / 2.5);
	-webkit-border-radius: calc(var(--radius) / 2.5);
	border-radius: calc(var(--radius) / 2.5);
	padding: 15px 20px;
	height: 55px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 100px;
	resize: vertical;
}
select {
	cursor: pointer;
	padding-right: 42px;
	background-image: url(images/expand-down.svg);
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
	background-size: 12px;
}
.form-field-button.center {
	text-align: center;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 4px;
	font-size: calc(var(--text-size) / 1.12);
}
.wpcf7 form .wpcf7-response-output {
	margin: var(--gap) 0 0;
	padding: var(--gap);
	font-size: calc(var(--text-size) / 1.12);
	text-align: center;
}
.form-field-policy {
	font-size: calc(var(--text-size) / 1.12);
	color: var(--dark-blue);
	margin-bottom: calc(var(--gap) * 1.2);
}
.wpcf7-acceptance {
	display: block;
	cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
	display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	display: block;
	padding-left: 29px;
	cursor: pointer;
}
.wpcf7-acceptance label {
	position: relative;
	display: inline-block;
}
.wpcf7-acceptance input[type="checkbox"] {
	position: absolute;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	background: none;
	border: 1px solid var(--gray-blue-dark);
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	outline: 0;
	margin: -1px 0 0 0;
	padding: 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	transition: .5s;
}
.wpcf7-acceptance input[type="checkbox"]:checked {
	border-color: var(--blue);
	background: var(--blue);
}
.wpcf7-acceptance input[type="checkbox"]:checked:after {
	content: '';
	position: absolute;
	display: block;
	border-bottom: 2px solid var(--white);
	border-right: 2px solid var(--white);
	top: 1px;
	left: 7px;
	width: 5px;
	height: 13px;
	transform: rotate(45deg);
}

.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-md {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 1;
}
.section-lg {
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
	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;
}
.w-100 {
	width: 100% !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}
.bg-light {
	background: var(--gray-blue-light);
}

.heading {
	position: relative;
	margin-bottom: calc(var(--gap) * 2);
}
.heading.center {
	text-align: center;
}
.heading.blue {
	color: var(--blue);
}
.heading h2 {
	font-size: var(--h1-size);
	font-weight: 700;
	margin-bottom: calc(var(--gap) * 1.2);
}
.heading h2:last-child {
	margin-bottom: 0;
}
.heading p {
	font-size: var(--h5-size);
	font-weight: 500;
}


.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--h6-size);
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 1.3;
	border: 1px solid transparent;
	padding: 15px 40px;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	text-decoration: none;
	outline: none;
	min-width: 220px;
	min-height: 55px;
	cursor: pointer;
	transition: .5s;
}
.btn-primary {
	background-color: var(--blue);
	border-color: var(--blue);
	color: var(--white);
}
.btn-primary:hover {
	background-color: var(--dark-blue);
	border-color: var(--dark-blue);
	color: var(--white);
}
.btn-secondary {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--blue);
}
.btn-secondary:hover {
	background-color: var(--gray-blue-dark);
	border-color: var(--gray-blue-dark);
	color: var(--white);
}
.btn.btn-link {
	min-width: auto;
    min-height: auto;
    padding: 0;
    color: var(--blue);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
	font-weight: 400;
	text-decoration: underline;
}
.btn.btn-link:hover {
	color: var(--dark-blue);
	text-decoration: none;
}


.swiper-navigation {
	position: relative;
	display: flex;
	align-items: center;
	gap: var(--gap);
	z-index: 9;
}
.swiper-navigation button {
	position: relative;
	flex: 0 0 50px;
	max-width: 50px;
	width: 50px;
	height: 50px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid var(--gray-blue-dark);
	background: rgba(255, 255, 255, .8);
	backdrop-filter: blur(2px);
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .5s;
}
.swiper-navigation button:hover {
	background: var(--blue);
	border-color: var(--blue);
}
.swiper-navigation button:disabled {
	background: rgba(255, 255, 255, .8);
	border: 1px solid var(--gray-blue-dark);
	opacity: .15;
	cursor: no-drop;
}
.swiper-navigation button:before {
	content: '';
	-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(--dark-blue);
    flex: 0 0 17px;
    max-width: 17px;
    width: 17px;
    height: 17px;
    transition: .5s;
    z-index: 1;
}
.swiper-navigation button:hover:before {
	background-color: var(--white);
}
.swiper-navigation button:disabled:before {
	background-color: var(--dark-blue);
}
.swiper-navigation button.swiper-navigation-prev:before {
	transform: rotate(90deg);
    margin-left: -3px;
}
.swiper-navigation button.swiper-navigation-next:before {
	transform: rotate(-90deg);
    margin-right: -3px;
}


.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: var(--gap);
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}
.soc-links li a svg {
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
}
.soc-links li a path {
	fill: var(--blue);
	transition: .5s;
}
.soc-links li a:hover path {
	fill: var(--dark-blue);
}



.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: 50px 20px 20px;
	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(--dark-blue);
	width: 34px;
	height: 34px;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none !important;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: var(--blue);
}
.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 a {
	order: 1;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	font-weight: 500;
	display: block;
	padding: 13px 0;
	text-decoration: none;
	z-index: 1;
}
.mobile-menu li:hover > a,
.mobile-menu li.current-menu-item > a {
	color: var(--blue);
}
.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:last-child {
	margin-bottom: 0;
}
.mobile-menu > li {
	border-bottom: 1px solid var(--gray-blue-light);
}
.mobile-menu > li:last-child {
	border-bottom: 0;
}
.mobile-menu li a {
	order: 1;
	font-size: var(--text-size-md);
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	font-weight: 500;
	display: block;
	padding: 12px 0;
	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(--green);
}
.mobile-menu-chevrone {
	order: 2;
	-webkit-mask-size: 16px;
	-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(--dark-blue);
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	transition: .25s;
}
.mobile-menu li.menu-item-has-children:hover > .mobile-menu-chevrone {
	background-color: var(--blue);
}
.mobile-menu li.menu-item-has-children.active > .mobile-menu-chevrone {
	background-color: var(--blue);
	transform: rotate(180deg);
}
.mobile-menu ul {
	flex: 0 0 100%;
	max-width: 100%;
	display: none;
	order: 3;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	z-index: 9;
}


/*
.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: 618px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-md {
	max-width: 570px;
}
.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: 40px 50px;
	-moz-border-radius: 50px 0;
	-webkit-border-radius: 50px 0;
	border-radius: 50px 0;
	overflow: hidden;
	z-index: 1;
}
.modalInfo .modal-content {
	padding-top: 64px;
	padding-bottom: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .7;
	z-index: 1049;
}
.modal-title {
	font-size: var(--h4-size);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 40px;
	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: .25s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--black);
}
.modalInfo-button {
	text-align: center;
	margin-top: 30px;
}
.modalInfo .modal-content:after {
	content: '';
	background: url(images/modalInfo-after.png) no-repeat center;
	background-size: contain;
	width: 201px;
	height: 186px;
	margin: 38px auto -1px;
	display: block;
}


.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: 26px -12px 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: -24px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.gallery-item * {
	height: 100%;
}
.gallery-item > * {
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid var(--grey-light);
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 50px;
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}*/


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

.header {
	position: sticky;
	top: 0;
	background: var(--white);
	padding: 20px 0;
	z-index: 92;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	height: 52px;
}
.header-logo {
	flex: 0 0 200px;
	max-width: 200px;
}
.header-logo img {
	max-height: 52px;
}
.main-menu {
	flex: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	gap: calc(var(--gap) * 3);
}
.main-menu li {
	position: relative;
	z-index: 1;
}
.main-menu li a {
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 0;
	text-decoration: none;
}
.main-menu li.menu-item-has-children > a:after {
	content: '';
	flex: 0 0 12px;
	max-width: 12px;
	width: 12px;
	height: 12px;
	-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(--dark-blue);
	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(--blue);
}
.main-menu ul {
	position: absolute;
	top: 100%;
	left: calc(var(--gap) * -1);
	margin: 0;
	padding: calc(var(--gap) / 2) 0;
	list-style: none;
	background: var(--white);
	border: 1px solid var(--gray-blue-dark);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	width: max-content;
	max-width: 320px;
	min-width: 200px;
	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: 8px var(--gap);
}
.main-menu ul li a {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: none;
}
.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) / 1.5);
	left: 100%;
}
.header-right {
	flex: 0 0 200px;
	max-width: 200%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: calc(var(--gap) * 2);
}
.header-shop-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.header-shop-icon a {
	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-shop-icon a:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--dark-blue);
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	height: 100%;
	transition: .5s;
}
.header-shop-icon a:hover:before {
	background-color: var(--blue);
}
.header-shop-icon.cart a:before {
	-webkit-mask-image: url(images/cart.svg);
	mask-image: url(images/cart.svg);
}
.header-shop-icon.account a:before {
	-webkit-mask-image: url(images/account.svg);
	mask-image: url(images/account.svg);
}
.header-shop-icon a span {
	position: absolute;
	top: -2px;
	left: 18px;
	min-width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: var(--yellow);
	color: var(--dark-blue);
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.lang-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-weight: 500;
}
.lang-menu > li {
	position: relative;
}
.lang-menu > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	text-decoration: none;
	width: 44px;
	height: 24px;
}
.lang-menu > li.menu-item-has-children > a:after {
	content: '';
	-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(--dark-blue);
	flex: 0 0 12px;
	max-width: 12px;
	width: 12px;
	height: 12px;
	margin-top: -2px;
	transition: .5s;
}
.lang-menu > li.active > a:after {
	transform: rotate(-180deg);
}
.lang-menu > li.menu-item-has-children > a:hover:after {
	background-color: var(--blue);
}
.lang-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	width: 100%;
	background: var(--white);
	border: 1px solid var(--gray-blue-dark);
	margin: 0;
	padding: 10px;
	list-style: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 9;
}
.lang-menu ul li a {
	text-decoration: none;
	display: block;
	text-align: center;
}

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


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


.footer {
	position: relative;
	background: var(--gray-blue-light);
	padding: 40px 0 20px;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--gap);
}
.footer-widget {
	max-width: calc((100% / 4) - (3 * var(--gap) / 4));
}
.footer-logo img {
	max-height: 52px;
}
.footer-menu {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li a {
	text-decoration: none;
}
.footer-menu ul {
	display: none;
}
.footer-bottom {
	margin-top: calc(var(--gap) * 2);
}
.footer-bottom p {
	text-align: center;
	font-size: calc(var(--text-size) / 1.12);
}



.page-header {
	position: relative;
	z-index: 1;
}
.page-breadcrumbs {
	position: relative;
	padding: var(--gap) 0;
	margin-bottom: calc(var(--gap) * 2);
	z-index: 1;
}
.aioseo-breadcrumb-separator {
	color: var(--gray-blue-dark);
}
.page-breadcrumbs a {
	color: var(--gray-blue-dark);
	text-decoration: none;
}
.page-breadcrumbs a:hover {
	color: var(--blue);
}
.page-title {
	padding: 0 0 calc(var(--gap) * 2);
	text-align: center;
	font-size: var(--h1-size);
	font-weight: 700;
	margin-top: 0;
}

.error-404-number {
	font-size: calc(var(--h1-size) * 6);
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: var(--gray-blue-dark);
}
.error-404-button {
	text-align: center;
}






.hero-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 720px;
}
.hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-heading {
	font-size: calc(var(--h1-size) * 2.1875);
	color: var(--white);
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 8px;
	margin-top: -20px !important;
}
.hero-description {
	font-size: var(--h2-size);
	color: var(--white);
	margin-bottom: calc(var(--gap) * 2);
}
.hero-buttons {
	display: flex;
	align-items: center;
	gap: var(--gap);
}
.hero-buttons .btn {
	min-width: 234px;
}



.about-wrap {
	display: flex;
	justify-content: space-between;
	gap: var(--gap);
}
.about-left {
	flex: auto;
	max-width: 488px;
}
.about-heading.heading {
	margin-bottom: calc(var(--gap) * 1.2);
}
.about-right {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
}
.about-image {
	overflow: hidden;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}


.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 {
	text-align: center;
}
.advantages-item__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	margin-bottom: calc(var(--gap) * 1.2);
}
.advantages-item__image img {
	max-height: 60px;
}
.advantages-item__title {
	font-size: var(--h5-size);
	font-weight: 500;
	margin-bottom: calc(var(--gap) / 2.5);
}

.categories-heading.heading {
	margin-bottom: calc(var(--gap) * 3);
}

.products-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 var(--gap);
}
.products-navigation {
	margin-bottom: calc(var(--gap) * 2);
}
.products-swiper {
	flex: 0 0 100%;
	max-width: 100%;
	overflow: hidden;
}


.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-5 .products-item {
	flex: 0 0 20%;
	max-width: 20%;
}
.products-items.columns-4 .products-item {
	flex: 0 0 25%;
	max-width: 25%;
}
.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 50%;
	max-width: 50%;
}
.products-items.columns-1 .products-item {
	flex: 0 0 100%;
	max-width: 100%;
}
.products-swiper .swiper-slide {
	height: auto;
}
.swiper-slide .products-item {
	margin: 0;
	padding: 1px;
	height: 100%;
}


.categories-item a {
	text-decoration: none;
}
.categories-item__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 140px;
	margin-bottom: calc(var(--gap) * 1.2);
}
.categories-item__image img {
	max-height: 140px;
}
.woocommerce-loop-category__title {
	text-align: center;
	font-size: var(--h5-size);
	line-height: 1.3;
	margin-top: 0;
}
.woocommerce-loop-category__title mark {
	display: none;
}



.woo-rating-stars {
	position: relative;
	width: 80px;
	margin: 0;
	z-index: 1;
}
.woo-rating-stars::before {
	content: '';
	background: url(images/stars-rating-1.svg) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 16px;
	display: block;
}
.woo-rating-stars span {
	position: absolute;
	overflow: hidden;
	font-size: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.woo-rating-stars span:before {
	content: '';
	background: url(images/stars-rating-2.svg) no-repeat center;
	background-size: contain;
	width: 80px;
	height: 16px;
	display: block;
}
.woo-rating-count {
	color: var(--gray-blue-dark);
}


.products-item__wrap {
	position: relative;
	background: var(--white);
	border: 1px solid var(--gray-blue-dark);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	padding: var(--gap);
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.25);
	z-index: 1;
}
.woocommerce-loop-product__link {
	flex: auto;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}
.products-item__image {
	flex: 0 0 calc((var(--container) - var(--gap) * 3) / 4 - var(--gap) * 2 - 2px);
	max-height: calc((var(--container) - var(--gap) * 3) / 4 - var(--gap) * 2 - 2px);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	margin-bottom: calc(var(--gap) * 1.2);
}
.products-item__image .onsale {
	position: absolute;
	top: calc(var(--gap) / 4);
	left: calc(var(--gap) / 4);
	background: var(--gray-blue-dark);
	color: var(--white);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
}
.woocommerce-loop-product__title {
	margin: 0 0 calc(var(--gap) / 1.6667);
	font-size: var(--text-size);
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
}
.products-item__rating {
	position: relative;
	margin-bottom: calc(var(--gap) / 1.25);
	flex: auto;
	z-index: 1;
}
.products-item__rating .woo-rating-stars {
	margin: 0 auto;
}
.products-item__price {
	color: var(--dark-blue);
	font-size: var(--h5-size);
	font-weight: 500;
	text-align: center;
}
.products-item__price ins {
	text-decoration: none;
}
.products-item__price del {
	font-size: var(--text-size);
	font-weight: 400;
	color: var(--gray-blue-dark);
	margin-right: 5px;
}
.products-item__button {
	flex: 0 0 55px;
	max-height: 55px;
	min-width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.products-item__button.loading {
	font-size: 0;
	opacity: .65;
}
.products-item__button.added {
	font-size: 0;
}
.products-item__button:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-mask-size: 32px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--white);
	display: none;
	transition: .5s;
}
.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;
	display: block;
}
.products-item__button.add_to_cart_button.added:before {
	-webkit-mask-image: url(images/done.svg);
	mask-image: url(images/done.svg);
	display: block;
}
.added_to_cart {
	display: none !important;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.reviews-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 var(--gap);
}
.reviews-navigation {
	margin-bottom: calc(var(--gap) * 2);
}
.reviews-swiper {
	flex: 0 0 100%;
	max-width: 100%;
	overflow: hidden;
}

.reviews-items {
	display: flex;
	flex-direction: column;
	gap: var(--gap);
}
.reviews-swiper .swiper-slide {
	height: auto;
}
.swiper-slide .reviews-item {
	margin: 0;
	padding: 1px;
	height: 100%;
}
.reviews-item__wrap {
	position: relative;
	height: 100%;
	border: 1px solid var(--gray-blue-dark);
	padding: calc(var(--gap) * 2);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	z-index: 1;
}
.reviews-item__info {
	margin-bottom: calc(var(--gap) / 2.5);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	color: var(--gray-blue-dark);
}
.reviews-item__info span {
	font-weight: 500;
	color: var(--dark-blue);
}
.reviews-item__rating {
	margin-bottom: calc(var(--gap) * 1.2);
}




.newProduct-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: var(--gap);
}
.newProduct-left {
	padding: calc(var(--gap) * 1.5) 0;
	flex: auto;
	max-width: 540px;
}
.newProduct-heading.heading {
	margin-bottom: calc(var(--gap) * 1.2);
}
.newProduct-title {
	margin: 0 0 calc(var(--gap) * 1.2);
	font-size: var(--h2-size);
}
.newProduct-content {
	margin-bottom: calc(var(--gap) * 2);
}
.newProduct-right {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
}
.newProduct-image {
	position: relative;
	height: calc((var(--container) - var(--gap) / 2) / 2 / 1.7878);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	z-index: 1;
}







.page-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: var(--gap);
}
.page-sidebar {
	position: sticky;
	top: 100px;
	flex: 0 0 calc(25% - var(--gap) / 2);
	max-width: calc(25% - var(--gap) / 2);
	z-index: 9;
}
.page-main {
	flex: 0 0 calc(75% - var(--gap) / 2);
	max-width: calc(75% - var(--gap) / 2);
}
.woocommerce-ordering {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: calc(var(--gap) / 1.6667);
	gap: calc(var(--gap) / 1.25);
}
.woocommerce-ordering select {
	max-width: 285px;
	height: 37px;
	padding: 7px 38px 7px 12px;
}



.woocommerce-pagination {
	position: relative;
	margin-top: calc(var(--gap) * 3);
	z-index: 2;
}
ul.page-numbers {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: calc(var(--gap) * 2);
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.page-numbers li a,
ul.page-numbers li span {
	font-size: var(--h5-size);
	font-weight: 500;
	color: var(--gray-blue-dark);
	text-decoration: none;
}
ul.page-numbers li a:hover,
ul.page-numbers li span.current {
	color: var(--dark-blue);
}
ul.page-numbers li a.prev,
ul.page-numbers li a.next {
	flex: 0 0 50px;
	max-width: 50px;
	width: 50px;
	height: 50px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid var(--gray-blue-dark);
	background: rgba(255, 255, 255, .8);
	backdrop-filter: blur(2px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}
ul.page-numbers li a.prev:hover,
ul.page-numbers li a.next:hover {
	background: var(--blue);
	border-color: var(--blue);
}
ul.page-numbers li a.prev:before,
ul.page-numbers li a.next:before {
	content: '';
	-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(--dark-blue);
    flex: 0 0 17px;
    max-width: 17px;
    width: 17px;
    height: 17px;
    transition: .5s;
    z-index: 1;
}
ul.page-numbers li a.prev:hover:before,
ul.page-numbers li a.next:hover:before {
	background-color: var(--white);
}
ul.page-numbers li a.prev:before {
	transform: rotate(90deg);
    margin-left: -3px;
}
ul.page-numbers li a.next:before {
	transform: rotate(-90deg);
    margin-right: -3px;
}




.filter-button button {
	width: 100%;
}
.filter-button button:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-right: 6px;
	-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);
}


.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;
	z-index: 1;
}


.berocket_single_filter_widget {
	position: relative;
	padding: calc(var(--gap) * 1.2) 0;
	border-bottom: 1px solid var(--gray-blue-dark);
	z-index: 1;
}
.bapf_sfilter {
	margin-bottom: 0;
}
.bapf_head {
	cursor: pointer;
}
.bapf_head h3 {
	position: relative;
	font-size: var(--h5-size);
	font-weight: 500;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.bapf_ccolaps .bapf_head h3 .bapf_colaps_smb,
.bapf_ocolaps .bapf_head h3 .bapf_colaps_smb {
	width: 12px;
	height: 12px;
	-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(--dark-blue);
	transform: rotate(180deg);
	transition: .5s;
}
.bapf_ocolaps .bapf_head h3 .bapf_colaps_smb {
	transform: rotate(0deg);
}
.bapf_body {
	position: relative;
	margin-top: var(--gap);
	z-index: 1;
}
.bapf_slidr_main.ui-widget-content, .berocket_filter_price_slider.ui-widget-content {
	background: var(--gray-blue-dark);
	height: 2px;
}
.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
	background: var(--dark-blue);
}
.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(--blue);
	outline: none !important;
	font-size: 16px;
	top: -7px;
}
.bapf_sfilter.bapf_ckbox_sqchck ul {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.25);
}
.bapf_sfilter.bapf_ckbox_sqchck ul li {
	display: flex;
	gap: calc(var(--gap) / 1.6667);
	transition: .5s;
}
.bapf_sfilter.bapf_ckbox_sqchck input[type=checkbox] {
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	border: 1px solid var(--gray-blue-dark);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: -1px 0 0 0;
}
.bapf_sfilter.bapf_ckbox_sqchck input[type=checkbox]:checked {
	border-color: var(--blue);
	background: var(--blue);
}
.bapf_sfilter.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
	border-bottom-color: var(--white);
	border-right-color: var(--white);
	top: 1px;
	left: 7px;
	width: 6px;
	height: 13px;
}
.bapf_sfilter.bapf_ckbox_sqchck ul li:hover {
	color: var(--blue);
}

.berocket_ajax_group_filter_title {
	font-size: var(--h5-size);
	font-weight: 500;
	margin: 0 0 var(--gap);
	max-width: calc(100% - 150px);
}
.berocket_single_filter_widget.bapf_rst_nofltr {
	border: none !important;
	padding: 0 !important;
	position: absolute;
	top: 0;
	right: 0;
	width: max-content;
	max-width: 100%;
	z-index: 1;
}
.bapf_rst_nofltr .bapf_body {
	margin-top: 0;
}
.bapf_reset {
	font-size: var(--text-size);
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.3;
	color: var(--blue);
	text-decoration: underline;
	background: none;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .5s;
}
.bapf_reset:hover {
	color: var(--dark-blue);
}




.singleProduct-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--gap);
}
.singleProduct-images {
	position: relative;
	flex: 0 0 calc(41.5% - var(--gap) / 2);
	max-width: calc(41.5% - var(--gap) / 2);
	z-index: 1;
}
.singleProduct-images .onsale {
	position: absolute;
	top: calc(var(--gap) / 4);
	left: calc(var(--gap) / 4);
	background: var(--gray-blue-dark);
	color: var(--white);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	z-index: 9;
}
.singleProductImagesMain-swiper {
	position: relative;
	width: 100%;
	margin-bottom: var(--gap);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	z-index: 1;
}
.singleProductImagesMain-item__image {
	background: var(--white);
	height: calc(var(--container) * .415 - var(--gap) / 2);
}
.singleProductImagesOther-swiper {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.singleProductImagesOther-swiper .swiper-slide {
	cursor: pointer;
	opacity: .65;
	transition: .5s;
}
.singleProductImagesOther-swiper .swiper-slide:hover,
.singleProductImagesOther-swiper .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.singleProductImagesOther-item__image {
	height: calc(((var(--container) * .415 - var(--gap) / 2) - var(--gap) * 4) / 5);
	-moz-border-radius: calc(var(--radius) / 2.5);
	-webkit-border-radius: calc(var(--radius) / 2.5);
	border-radius: calc(var(--radius) / 2.5);
	overflow: hidden;
}
.swiper-navigation.singleProductImagesMain-swiper-navigation {
	position: absolute;
	top: calc((var(--container) * .415 - var(--gap) / 2) / 2);
	width: 100%;
	opacity: 0;
	transition: .5s;
}
.singleProductImagesMain-swiper:hover .swiper-navigation.singleProductImagesMain-swiper-navigation {
	opacity: 1;
}
.swiper-navigation.singleProductImagesMain-swiper-navigation button {
	position: absolute;
}
.swiper-navigation.singleProductImagesMain-swiper-navigation button.swiper-navigation-prev {
	left: 10px;
}
.swiper-navigation.singleProductImagesMain-swiper-navigation button.swiper-navigation-next {
	right: 10px;
}
.singleProduct-summary {
	position: sticky;
	top: 100px;
	flex: auto;
	max-width: 590px;
	z-index: 1;
}
.singleProduct-summary .product_title {
	font-size: var(--h2-size);
	margin-bottom: calc(var(--gap) / 2.5);
}
.singleProduct-rating {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2.5);
	margin-bottom: var(--gap);
}
.woocommerce-product-details__short-description {
	font-size: var(--h5-size);
	font-weight: 500;
	margin-bottom: calc(var(--gap) * 1.2);
}
.singleProduct-summary .price {
	display: block;
	font-size: var(--h2-size);
	font-weight: 500;
	color: var(--blue);
	margin-bottom: calc(var(--gap) * 1.2);
}
.singleProduct-summary .price ins {
	text-decoration: none;
}
.singleProduct-summary .price del {
	font-size: var(--h6-size);
	font-weight: 400;
	color: var(--gray-blue-dark);
	margin-right: 5px;
}
.singleProduct-summary table.variations,
.singleProduct-summary table.variations tbody,
.singleProduct-summary table.variations tr,
.singleProduct-summary table.variations th,
.singleProduct-summary table.variations td {
	width: 100%;
	display: block;
	padding: 0;
	border: none;
}
.singleProduct-summary table.variations {
	max-width: 285px;
	margin-bottom: calc(var(--gap) * 2);
}
.singleProduct-summary table.variations tbody {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.25);
}
.singleProduct-summary table.variations th {
	text-align: left;
	margin-bottom: calc(var(--gap) / 2.5);
	font-weight: 400;
}
.singleProduct-summary table.variations td select {
	height: 37px;
	padding: 7px 38px 7px 12px;
}
.reset_variations {
	display: none !important;
}
.singleProduct-summary .out-of-stock {
	color: red;
}
.singleProduct-action {
	display: flex;
	gap: calc(var(--gap) / 2.5);
}
.singleProduct-qty {
	flex: 0 0 140px;
	max-width: 140px;
	height: 53px;
	border: 1px solid var(--gray-blue-dark);
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	display: flex;
}
.singleProduct-qty span {
	flex: 0 0 40px;
	max-width: 40px;
	font-size: var(--h5-size);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
	transition: .5s;
}
.singleProduct-qty span:hover {
	color: var(--blue);
}
.singleProduct-qty .quantity {
	flex: auto;
}
.singleProduct-qty input {
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	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(--dark-blue);
    -moz-appearance:textfield;
}
.singleProduct-qty input::-webkit-outer-spin-button,
.singleProduct-qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


.singleProduct-tabs ul.tabs {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
	border-bottom: 1px solid var(--gray-blue-dark);
	display: flex;
	gap: calc(var(--gap) * 4);
	z-index: 1;
}
.singleProduct-tabs ul.tabs li {
	flex: 0 0 auto;
}
.singleProduct-tabs ul.tabs li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid transparent;
	padding: 0 0 8px;
	text-decoration: none;
	color: var(--gray-blue-dark);
	font-size: var(--h5-size);
	font-weight: 500;
}
.singleProduct-tabs ul.tabs li.active a,
.singleProduct-tabs ul.tabs li a:hover {
	color: var(--blue);
}
.singleProduct-tabs ul.tabs li.active a {
	border-color: var(--blue);
}
.woocommerce-Tabs-panel {
	margin: calc(var(--gap) * 2) 0 0;
}
.woocommerce-product-attributes,
.woocommerce-product-attributes tbody,
.woocommerce-product-attributes tr,
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
	width: 100%;
	display: block;
	padding: 0;
	border: none;
}
.woocommerce-product-attributes tbody {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.2);
}
.woocommerce-product-attributes tr {
	display: flex;
	gap: var(--gap);
}
.woocommerce-product-attributes th {
	font-weight: 400;
	flex: 0 0 40%;
	max-width: 190px;
	text-align: left;
}
.woocommerce-product-attributes td {
	font-weight: 500;
}

.singleProduct-bottom {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.woocommerce-noreviews {
	font-size: var(--h5-size);
	text-align: center;
	font-weight: 500;
}
.singleProduct-reviewsForm:before {
	content: '';
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	left: calc((100vw - var(--container)) / -2);
	background: var(--gray-blue-light);
	z-index: -1;
}
.comment-reply-title {
	display: inline-block;
	margin-bottom: calc(var(--gap) * 1.2);
}



ol.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 790px;
}


#review_form {
	max-width: 790px;
	margin: 0 auto;
}
.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 16px;
	max-width: 16px;
	height: 16px;
	background: url(images/star-line.svg) no-repeat center;
	background-size: contain;
	font-size: 0;
}
.comment-form-rating .stars a:last-child {
	margin-right: 0;
}
.comment-form-rating .stars span:hover a {
	background-image: url(images/star-fill.svg);
}
.comment-form-rating .stars a:hover~a {
	background-image: url(images/star-line.svg);
}
.comment-form-rating .stars.selected span a.active {
	background-image: url(images/star-fill.svg);
}
.comment-form-rating .stars.selected a.active~a {
	background-image: url(images/star-line.svg);
}
.comment-form-rating .stars.selected a:not(.active) {
	background-image: url(images/star-fill.svg);
}
.comment-form-rating,
.comment-form-comment,
.comment-form-author,
.comment-form-email {
	margin-bottom: 20px;
}
.comment-form-author {
	float: left;
	width: calc(50% - var(--gap) / 2);
}
.comment-form-email {
	float: right;
	width: calc(50% - var(--gap) / 2);
}
.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-cookies-consent {
	clear: both;
}
.comment-form .form-submit {
	margin-bottom: 0;
	text-align: center;
}



.wc-block-components-notice-banner,
.woocommerce-message,
.woocommerce-NoticeGroup,
.woocommerce-info,
.woocommerce-error {
	padding: var(--gap);
	background: var(--gray-blue-light);
	-moz-border-radius: calc(var(--radius) / 2.5);
	-webkit-border-radius: calc(var(--radius) / 2.5);
	border-radius: calc(var(--radius) / 2.5);
	display: flex;
	align-items: center;
	margin-bottom: var(--gap) !important;
	outline: none !important;
	list-style: none;
}
.woocommerce-NoticeGroup .woocommerce-error {
	margin-bottom: 0 !important;
	padding: 0;
}
.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;
}





/*------- Cart Start ----------*/
.wc-empty-cart-message {
	margin-bottom: calc(var(--gap) * 1.2);
	font-size: var(--h5-size);
	text-align: center;
}
.return-to-shop {
	text-align: center;
}
.productsCart-table,
.productsCart-table tbody {
	position: relative;
	width: 100%;
	display: block;
	padding: 0;
	border: none;
	z-index: 1;
}
.productsCart-table tr {

}
.productsCart-table tr.cart_item {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	border: none;
	margin-bottom: 20px;
	border: 1px solid var(--gray-blue-dark);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: var(--gap);
}
.productsCart-table tr.cart_item:last-child {
	margin-bottom: 0;
}
.productsCart-table td {
	display: block;
	padding: 0;
	border: none;
}
.productsCart-table td.product-thumbnail {
	flex: 0 0 100px;
	max-width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.productsCart-table td.product-thumbnail img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	max-height: 100px;
}
.productsCart-table td.product-name {
	flex: auto;
	max-width: 100%;
	margin-right: 20px;
	text-align: left;
}
.productsCart-table td.product-name a {
	text-decoration: none;
}
.productsCart-table td.product-name dl {
	font-size: calc(var(--text-size) / 1.12);
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 2);
	color: var(--gray-blue-dark);
}
.productsCart-table td.product-name dt {
	flex: 0 0 160px;
	max-width: 160px;
}
.productsCart-table td.product-name dd {
	flex: 0 0 calc(100% - 160px - calc(var(--gap) / 2));
	max-width: calc(100% - 160px - calc(var(--gap) / 2));
	margin-left: 0;
}
.pageCartTableProducts-qty {
	width: 140px;
	height: 53px;
	border: 1px solid var(--gray-blue-dark);
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	display: flex;
}
.pageCartTableProducts-qty span {
	flex: 0 0 40px;
	max-width: 40px;
	font-size: var(--h5-size);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
	transition: .5s;
}
.pageCartTableProducts-qty span:hover {
	color: var(--blue);
}
.pageCartTableProducts-qty .quantity {
	flex: auto;
}
.pageCartTableProducts-qty input {
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	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(--dark-blue);
    -moz-appearance:textfield;
}
.pageCartTableProducts-qty input::-webkit-outer-spin-button,
.pageCartTableProducts-qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.productsCart-table td.product-subtotal {
	flex: 0 0 160px;
	max-width: 160px;
	margin-right: 20px;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	color: var(--blue);
	font-size: var(--h5-size);
}
.productsCart-table td.product-remove {
	flex: 0 0 40px;
	max-width: 40px;
	text-align: right;
}
.productsCart-table td.product-remove a {
	display: block;
	width: 25px;
	height: 25px;
	-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: red;
    margin-left: auto;
}
.productsCart-table td.product-remove a:hover {
	background-color: var(--dark-blue);
}

.productsCart-table-bottom {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0;
	border: none;
	margin-top: var(--gap);
}
.productsCart-table-bottom .actions {
	flex: 0 0 56%;
	max-width: 56%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 40px;
}
.productsCart-table-bottom .coupon-label {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: calc(var(--gap) / 2);
}
.productsCart-table-bottom .coupon {
	display: flex;
	flex: auto;
}
.productsCart-table-bottom .coupon .btn {
	min-width: 196px;
	margin-left: 10px;
}
.cart-collaterals .woocommerce-shipping-totals.shipping {
	display: none !important;
}
.cart-collaterals table,
.cart-collaterals tbody {
	display: block;
	width: 100%;
	border: none;
	padding: 0;
}
.cart-collaterals table {
	margin-bottom: 13px;
}
.cart-collaterals table:last-child {
	margin-bottom: 0;
}
.cart-collaterals tr {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	width: 100%;
	border: none;
	padding: 0;
	margin-bottom: 10px;
	line-height: 1.2;
}
.cart-collaterals tr:last-child {
	margin-bottom: 0;
}
.cart-collaterals th {
	font-size: var(--h4-size);
	font-weight: 500;
	margin-right: 10px;
}
.cart-collaterals td {
	font-weight: 700;
	font-size: var(--h2-size);
}
.woocommerce-remove-coupon {
	font-size: var(--text-size);
	color: red;
}


.pageCart-bottom {
	position: relative;
	margin-top: calc(var(--gap) * 2);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.woocommerce-shipping-methods,
.wc_payment_methods {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.25);
}
.woocommerce-shipping-methods li,
.wc_payment_methods li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: calc(var(--gap) / 1.6667);
}
.woocommerce-shipping-methods li input,
.payment_methods li input {
	position: relative;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	background: none;
	border: 1px solid var(--gray-blue-dark);
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	outline: 0;
	margin: -1px 0 0 0;
	padding: 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	transition: .5s;
}
.woocommerce-shipping-methods li input:checked,
.payment_methods li input:checked {
	border-color: var(--blue);
	background: var(--blue);
}
.woocommerce-shipping-methods li input:checked:after,
.payment_methods li input:checked:after {
	content: '';
	position: absolute;
	display: block;
	border-bottom: 2px solid var(--white);
	border-right: 2px solid var(--white);
	top: 1px;
	left: 7px;
	width: 5px;
	height: 13px;
	transform: rotate(45deg);
}
.woocommerce-shipping-methods li label,
.wc_payment_methods li label {
	flex: 0 0 calc(100% - 20px - calc(var(--gap) / 1.6667));
	max-width: calc(100% - 20px - calc(var(--gap) / 1.6667));
	cursor: pointer;
}
.payment_box {
	flex: 0 0 100%;
	max-width: 100%;
	background: var(--white);
	margin-top: -6px;
	padding: calc(var(--gap) / 2);
	-moz-border-radius: calc(var(--radius) / 2.5);
	-webkit-border-radius: calc(var(--radius) / 2.5);
	border-radius: calc(var(--radius) / 2.5);
	font-size: calc(var(--text-size) / 1.12);
}

/*------- 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(--gray-blue-light);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.woocommerce-billing-fields {
	margin-bottom: calc(var(--gap) * 2);
}
.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);
	margin-bottom: var(--gap);
}
.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(--gray-blue-dark);
	display: block;
	line-height: 1.3;
	width: 100%;
	margin-bottom: 6px;
}
.form-row > label span.optional {
	display: none;
}
.form-row > label abbr {
	color: red;
}
.checkout-inline-error-message {
	color: red;
	margin-top: 2px;
	font-size: calc(var(--text-size) / 1.12);
}
#billing_country_field,
#oplata_country_field {
	display: none;
}


#order_review_heading {
	padding: calc(var(--gap) * 1.5) calc(var(--gap) * 1.25) calc(var(--gap) / 2.5);
}
.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(--gray-blue-dark);
	font-size: calc(var(--text-size) / 1.12);
	font-weight: 400;
	padding: 0 calc(var(--gap) * 1.25) 10px;
	text-align: left;
	border-bottom: 1px solid var(--gray-blue-dark);
}
.woocommerce-checkout-review-order-table tbody td {
	padding: calc(var(--gap) / 1.6667) calc(var(--gap) * 1.25);
	border-bottom: 1px solid var(--gray-blue-dark);
}
.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;
	gap: calc(var(--gap) / 2);
	color: var(--gray-blue-dark);
	font-size: calc(var(--text-size) / 1.12);
}
.woocommerce-checkout-review-order-table tbody td dt {
	flex: 0 0 160px;
	max-width: 160px;
}
.woocommerce-checkout-review-order-table tbody td dd {
	flex: 0 0 calc(100% - 160px - calc(var(--gap) / 2));
	max-width: calc(100% - 160px - calc(var(--gap) / 2));
	margin-left: 0;
}
.woocommerce-checkout-review-order-table tbody td.product-total {
	color: var(--blue);
	font-weight: 500;
}
.woocommerce-checkout-review-order-table tfoot {
	display: block;
	width: 100%;
	margin-top: calc(var(--gap) / 2);
}
.woocommerce-checkout-review-order-table tfoot tr {
	display: block;
	width: 100%;
	border-bottom: 1px solid var(--line);
	padding: calc(var(--gap) / 1.6667) calc(var(--gap) * 1.25);
}
.woocommerce-checkout-review-order-table tfoot tr:last-child {
	border-bottom: none;
}
.woocommerce-checkout-review-order-table tfoot th {
	display: block;
	font-size: calc(var(--text-size) / 1.12);
	font-weight: 400;
	color: var(--gray-blue-dark);
	text-align: left;
	margin-bottom: calc(var(--gap) / 1.6667);
	padding: 0;
}
.woocommerce-checkout-review-order-table tfoot td {
	padding: 0;
	display: block;
}
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
	font-size: var(--h6-size);
	font-weight: 500;
	color: var(--blue);
}
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	font-size: var(--h5-size);
	font-weight: 500;
	color: var(--blue);
}

.woocommerce-checkout-payment {
	padding: 0 calc(var(--gap) * 1.25) calc(var(--gap) * 1.5);
}
.wc_payment_methods {
	margin-bottom: calc(var(--gap) * 2);
}
.woocommerce-privacy-policy-text,
.checkout-policy {
	color: var(--gray-blue-dark);
	margin-bottom: var(--gap) !important;
	font-size: calc(var(--text-size) / 1.12);
}
.form-row.place-order {
	margin-bottom: 0;
}
/*-------- Checkout End -----------*/





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



.woocommerce-account .page-body .container > .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;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2.5);
}
.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);
	background: var(--gray-blue-light);
	-moz-border-radius: calc(var(--radius) / 2.5);
	-webkit-border-radius: calc(var(--radius) / 2.5);
	border-radius: calc(var(--radius) / 2.5);
	text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a  {
	background: var(--blue);
	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(--gray-blue-dark);
	padding: calc(var(--gap) / 1.6667) var(--gap);
}
.woocommerce-orders-table th,
.woocommerce-table--order-details th {
	color: var(--gray-blue-dark);
	font-weight: 500;
	text-align: left;
}
.woocommerce-orders-table a,
.woocommerce-table--order-details a {
	text-decoration: none;
}
.woocommerce-table--order-details .wc-item-meta {
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
	color: var(--gray-blue-dark);
	font-size: calc(var(--text-size) / 1.12);
}
.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: var(--gray-blue-light);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: var(--gap);
}


.woocommerce-thankyou-order-received {
	font-size: var(--h5-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: var(--gray-blue-light);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.woocommerce-thankyou-order-details li {
	flex: auto;
	max-width: 100%;
	text-align: center;
}
.woocommerce-thankyou-order-details li strong {
	display: block;
	font-weight: 500;
}




.contacts-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.contacts-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.contacts-item:before {
	content: '';
	width: 60px;
	height: 60px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: calc(var(--gap) * 1.2);
}
.contacts-item.e-mail:before {
	background-image: url(images/email.svg);
}
.contacts-item.messenger:before {
	background-image: url(images/messenger.svg);
}
.contacts-item.whatsapp:before {
	background-image: url(images/whatsapp.svg);
}
.contacts-item.schedule:before {
	background-image: url(images/clock.svg);
}
.contacts-item .label {
	font-size: var(--h5-size);
	font-weight: 500;
	display: block;
	margin-bottom: calc(var(--gap) / 2.5);
}
.contacts-item .value a {
	text-decoration: none;
}


.feedback-form {
	max-width: 790px;
	margin: 0 auto;
}



.map-iframe {
	position: relative;
	max-width: 790px;
	height: 465px;
	margin: 0 auto;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
}
.map-iframe iframe {
	width: 100%;
	height: 100%;
}
.map-text-after {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: calc(var(--gap) * 1.2) 0 0;
	font-weight: 500;
	gap: calc(var(--gap) / 1.6667);
}
.map-text-after:before {
	content: '';
	background: url(images/pin.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
}



.instruction-page-title {
	font-size: calc(var(--h1-size) * 1.5625);
	font-weight: 700;
	text-align: center;
	color: var(--blue);
	text-transform: uppercase;
	margin: 0 0 80px;
}
.instruction-items {
	display: flex;
	flex-direction: column;
	gap: 100px;
}
.instruction-wrap {
	max-width: 940px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) * 2);
}
.instruction-sub-heading {
	margin: 0;
	text-align: center;
	font-size: var(--h1-size);
	color: var(--blue);
	text-transform: uppercase;
	font-weight: 700;
}
.instruction-content {
	/*font-size: var(--h5-size);*/
	/*font-weight: 500;*/
	display: flex;
	flex-direction: column;
	/*align-items: center;*/
	gap: calc(var(--gap) * 1);
}
.instruction-content > * {
	margin: 0;
}
.instruction-content blockquote {
	background: var(--gray-blue-light);
	margin-bottom: calc(var(--gap) * -1);
	padding: 12px 20px;
}
.instruction-content h3 {
	font-size: calc(var(--h1-size) / 1.06667);
}

.instruction-video {
	height: 500px;
	-moz-border-radius: calc(var(--radius) * 1.5);
	-webkit-border-radius: calc(var(--radius) * 1.5);
	border-radius: calc(var(--radius) * 1.5);
	overflow: hidden;
}

.instruction-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.instruction-buttons .btn {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.instruction-buttons .btn:before {
	content: '';
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	background: url(images/download.svg) no-repeat center;
	background-size: contain;
	margin-right: 16px;
}



.singleProduc-video {
	max-width: 940px;
	height: 500px;
	-moz-border-radius: calc(var(--radius) * 1.5);
	-webkit-border-radius: calc(var(--radius) * 1.5);
	border-radius: calc(var(--radius) * 1.5);
	overflow: hidden;
	margin-top: calc(var(--gap) * 2);
}




@media (max-width: 1279px) {
	:root {
		--container: 916px;
		--radius: 20px;
		--gap: 20px;

		--text-size: 16px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 17px;
	}
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.section-md {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.section-lg {
		padding-top: 95px;
		padding-bottom: 95px;
	}
	.main-menu {
		gap: calc(var(--gap) * 2);
	}
	.header-right {
		gap: calc(var(--gap) * 1.5);
	}
	.hero-section {
		min-height: 660px;
	}
	.hero-heading {
		font-size: calc(var(--h1-size) * 2);
	}
	.reviews-item__wrap {
		padding: calc(var(--gap) * 1.25);
	}
	.page-breadcrumbs {
		margin-bottom: calc(var(--gap) / 2);
	}
}




@media (max-width: 991px) {
	:root {
		--container: 696px;
		--radius: 20px;
		--gap: 20px;

		--text-size: 16px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 17px;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
		height: 48px;
	}
	textarea {
		height: 90px;
	}
	h1, h2, h3, h4, h5, h6 {
		margin-top: 24px;
	}
	.btn {
		font-size: var(--text-size);
		min-height: 48px;
		min-width: 160px;
		padding: 12px 28px;
		-moz-border-radius: 24px;
		-webkit-border-radius: 24px;
		border-radius: 24px;
	}
	.swiper-navigation button {
		flex: 0 0 44px;
		max-width: 44px;
		width: 44px;
		height: 44px;
	}
	.swiper-navigation button:before {
		flex: 0 0 15px;
		max-width: 15px;
		width: 15px;
		height: 15px;
	}
	.section {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.section-md {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-lg {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.heading {
		margin-bottom: calc(var(--gap) * 1.5);
	}
	.heading h2 {
		font-size: var(--h2-size);
	}
	.header {
		padding: 15px 0;
	}
	.header-wrap {
		height: 42px;
	}
	.header-logo {
		flex: auto;
		max-width: 100%;
	}
	.header-logo img {
		max-height: 42px;
	}
	.header-right {
		flex: 0 0 auto;
		max-width: 100%;
	}
	.main-menu {
		display: none;
	}
	.hero-section {
		min-height: 480px;
	}
	.hero-heading {
		font-size: calc(var(--h1-size) * 1.6);
		text-align: center;
	}
	.hero-description {
		font-size: var(--h3-size);
		margin-bottom: calc(var(--gap) * 1.5);
		text-align: center;
	}
	.hero-buttons {
		flex-direction: column;
		align-items: center;
		gap: calc(var(--gap) / 2);
	}
	.hero-buttons .btn {
		min-width: 200px;
	}
	.advantages-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.about-wrap {
		flex-direction: column-reverse;
	}
	.about-heading.heading {
		margin-bottom: var(--gap);
	}
	.about-left,
	.about-right {
		flex: auto;
		max-width: 100%;
	}
	.categories-heading.heading {
		margin-bottom: calc(var(--gap) * 2);
	}
	.home .products-items.columns-5 {
		justify-content: center;
	}
	.products-items.columns-5 .products-item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
	.categories-item__image {
		margin-bottom: calc(var(--gap) / 1.5);
	}
	.products-navigation,
	.reviews-navigation {
		margin-bottom: calc(var(--gap) * 1.5);
	}
	.products-item__image {
		flex: 0 0 calc((var(--container) - var(--gap)) / 2 - var(--gap) * 2 - 2px);
		max-height: calc((var(--container) - var(--gap)) / 2 - var(--gap) * 2 - 2px);
	}
	.products-item__button {
		flex: 0 0 48px;
		max-height: 48px;
	}
	.newProduct-wrap {
		flex-direction: column-reverse;
	}
	.newProduct-left,
	.newProduct-right {
		flex: auto;
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.newProduct-image {
		height: calc(var(--container) / 1.7878);
	}
	.newProduct-title,
	.newProduct-heading.heading {
		margin-bottom: var(--gap);
	}
	.newProduct-content {
		margin-bottom: calc(var(--gap) * 1.2);
	}
	.footer-wrap {
		flex-direction: column;
		align-items: center;
	}
	.footer-menu {
		align-items: center;
		text-align: center;
		gap: var(--gap);
	}

	.page-sidebar {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		top: 0;
	}
	.page-main {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.widget-area {
		display: none;
		margin-top: var(--gap);
	}
	.page-title {
		padding-bottom: calc(var(--gap) * 1.5);
	}
	.products-items.columns-3 .products-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.singleProduct-wrap {
		flex-direction: column;
	}
	.singleProduct-images {
		flex: auto;
		max-width: 100%;
	}
	.singleProductImagesMain-item__image {
		height: var(--container);
	}
	.singleProductImagesOther-item__image {
		height: calc((var(--container) - var(--gap) * 4) / 5);
	}
	.swiper-navigation.singleProductImagesMain-swiper-navigation {
		top: calc(var(--container) / 2);
	}
	.singleProduct-summary table.variations {
		margin-bottom: calc(var(--gap) * 1.2);
	}
	.woocommerce-Tabs-panel {
		margin-top: var(--gap);
	}
	.singleProduc-video {
		margin-top: calc(var(--gap * 1.2));
		max-width: 100%;
		height: calc(var(--container) / 1.88);
	}
	.contacts-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.contacts-item:before {
		width: 48px;
		height: 48px;
		margin-bottom: calc(var(--gap) / 2);
	}
	.map-iframe {
		max-width: 100%;
		height: calc(var(--container) / 1.69);
		min-height: 420px;
	}
	.instruction-items {
		gap: 65px;
	}
	.instruction-page-title {
		font-size: calc(var(--h1-size) * 1.25);
	}
	.instruction-content {
		/*gap: calc(var(--gap) * 1.2);
		font-size: var(--h6-size);*/
	}
	.instruction-content blockquote {
		margin-bottom: 0;
	}
	.instruction-content h3 {
		font-size: var(--h4-size);
	}
	.instruction-wrap {
		max-width: 100%;
	}
	.instruction-video {
		height: calc(var(--container) / 1.88);
	}
	.instruction-buttons .btn:before {
		flex: 0 0 26px;
		max-width: 26px;
		width: 26px;
		height: 26px;
	}

	.productsCart-table td.product-subtotal {
		flex: 0 0 120px;
		max-width: 120px;
		margin-right: 0;
	}
	.productsCart-table-bottom {
		flex-direction: column;
		align-items: normal;
	}
	.productsCart-table-bottom .actions {
		flex: auto;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: calc(var(--gap) * 2);
	}


	.pageCheckout-left {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: calc(var(--gap) * 1.5);
	}
	.pageCheckout-right {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.woocommerce-billing-fields {
		margin-bottom: calc(var(--gap) * .75);
	}
	.woocommerce-thankyou-order-details li {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.woocommerce-MyAccount-navigation {
		width: 100%;
		float: none;
		margin-bottom: calc(var(--gap) * 1.5);
	}
	.woocommerce-MyAccount-content {
		width: 100%;
		margin-left: 0;
	}
	.pageLogin-wrap {
		gap: var(--gap);
	}
	.pageLogin-left, .pageLogin-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-widget {
		max-width: 100%;
	}
}




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

		--text-size: 15px;
		--h1-size: 26px;
		--h2-size: 22px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 17px;
		--h6-size: 16px;
	}
	.hero-heading {
		font-size: calc(var(--h1-size) * 1.25);
	}
	.hero-description {
		font-size: var(--h4-size);
	}
	.categories-item__image {
		height: 100px;
	}
	.categories-item__image img {
		max-height: 100px;
	}
	.form-field-50 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.productsCart-table tr.cart_item {
    	flex-wrap: wrap;
    	gap: 12px 0;
    }
    .productsCart-table td.product-thumbnail {
    	flex: 0 0 80px;
    	max-width: 80px;
    	height: 80px;
    }
    .productsCart-table td.product-name {
    	flex: 0 0 calc(100% - 80px - 20px);
    	max-width: calc(100% - 80px - 20px);
    	margin-right: 0;
    }
    .productsCart-table td.product-quantity {
    	margin-right: 20px;
    }
    .productsCart-table td.product-subtotal {
    	flex: 0 0 calc(100% - 140px - 20px - 40px - 20px);
    	max-width: calc(100% - 140px - 20px - 40px - 20px);
    	text-align: center;
    }
    .productsCart-table-bottom {
    	flex-direction: column;
    	align-items: flex-start;
    	gap: 20px;
    }
    .productsCart-table-bottom .actions {
    	flex: 0 0 auto;
    	max-width: 100%;
    	margin-right: 0;
    }
    .productsCart-table-bottom .coupon-label {
    	margin-bottom: 10px;
    }
    .productsCart-table-bottom > td:nth-child(2) {
    	flex: 0 0 auto;
    	max-width: 100%;
    	width: 100%;
    	text-align: right;
    }
    .pageCart-bottom {
        margin-top: 30px;
    }
    .form-row-first, .form-row-last {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .woocommerce-thankyou-order-details {
    	margin-bottom: 40px;
    }
    .woocommerce-thankyou-order-details li {
    	flex: 0 0 100%;
    }


	.woocommerce-orders-table {
		display: block;
		width: 100%;
	}
	.woocommerce-orders-table thead {
		display: none;
	}
	.woocommerce-orders-table tbody {
		display: block;
		width: 100%;
	} 
	.woocommerce-orders-table tbody tr {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		background: var(--gray-blue-light);
		padding: var(--gap);
		border-radius: 5px;
		margin-bottom: var(--gap);
	}
	.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;
	}
}




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

		--text-size: 15px;
		--h1-size: 26px;
		--h2-size: 22px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 17px;
		--h6-size: 16px;
	}
	.lang-menu > li > a {
		gap: 6px;
	}
	.header-wrap {
		height: 38px;
	}
	.header-logo img {
		max-height: 38px;
	}
	.header-right {
		gap: var(--gap);
	}
	.products-items.columns-5 .products-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.products-item__image {
		flex: 0 0 calc(var(--container) - var(--gap) * 2 - 2px);
		max-height: calc(var(--container) - var(--gap) * 2 - 2px);
	}
	.singleProduct-tabs ul.tabs {
		gap: calc(var(--gap) * 2);
	}
	.productsCart-table-bottom .actions {
		margin-bottom: var(--gap);
	}
	.wc-proceed-to-checkout,
	.wc-proceed-to-checkout a {
		width: 100%;
	}
	.products-items.columns-3 .products-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.instruction-page-title {
		font-size: var(--h1-size);
	}
	.post-156 .page-body {
		padding-top: 40px !important;
	}
}