/*!
Theme Name: Xiaomoxuan
Theme URI: http://underscores.me/
Author: MX Studio
Author URI: https://www.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: xiaomoxuan
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.

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

:root {
	--container: 1140px;

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

	--green: #136736;
	--green-2: #268A48;
	--green-light: #EAF1ED;
	--black: #000000;
	--white: #FFFFFF;
	--grey: #EFEFEF;
}


*, ::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: 'Montserrat', sans-serif;
	line-height: 1.4;
	color: var(--black);
	background: var(--white);
}
a {
	text-decoration: none;
	color: var(--green);
	transition: .25s;
}
a:hover {
	color: var(--green);
	text-decoration: underline;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.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: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 0 0 30px;
	line-height: 1.4;
}
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: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;
}
.screen-reader-text {
	display: none;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px -12px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 6px;
	margin-bottom: 12px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: var(--text-size-sm);
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--white);
	border: 1px solid rgba(0,0,0,.4);
	color: var(--black);
	text-transform: uppercase;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 18.5px 19px;
	min-height: 60px;
	outline: none;
	transition: .25s;
}
textarea {
	height: 146px;
	resize: vertical;
}
select {
	cursor: pointer;
	width: auto;
	max-width: 100%;
}
button,
input[type="submit"] {
	font-family: 'Montserrat', sans-serif;
} 
.form-field-button .btn {
	width: 100%;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 2px;
	font-size: var(--text-size-sm);
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 10px 15px;
	font-size: var(--text-size-sm);
	text-align: center;
}
.form-field-policy {
	font-size: calc(var(--text-size) / 1.333);
	line-height: 1.4;
}
.form-field-policy a {
	text-decoration: underline;
}
.form-field-policy a:hover {
	text-decoration: none;
}
.wpcf7-acceptance {
	display: block;
	cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
	display: block;
}
.wpcf7-acceptance label {
	position: relative;
	display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	display: block;
	padding-left: 44px;
	cursor: pointer;
}
.wpcf7-acceptance input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	background: var(--white);
	border: 1px solid rgba(0,0,0,.4);
	width: 32px;
	height: 32px;
	outline: 0;
	padding: 0px;
	margin: 0;
	margin-right: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	transition: .25s;
}
.wpcf7-acceptance input[type="checkbox"]:checked:after {
	content: '';
    width: 8px;
    height: 16px;
    border-bottom: 1px solid var(--black);
    border-right: 1px solid var(--black);
    display: block;
    position: absolute;
    top: 4px;
    left: 11px;
    transform: rotate(45deg);
}




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



.heading {
	position: relative;
	margin-bottom: 32px;
}
.heading.center {
	text-align: center;
}
.heading h2,
.heading h3,
.heading h4 {
	font-size: var(--h2-size);
	font-weight: 700;
}
.heading.white h2,
.heading.white h3,
.heading.white h4 {
	color: var(--white);
}



.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 1.5;
	border: 1px solid transparent;
	padding: 18.5px 28px;
	text-transform: uppercase;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	outline: none;
	min-height: 60px;
	cursor: pointer;
	transition: .25s;
}
.btn:hover {
	text-decoration: none;
}
.btn-icon-left:before,
.btn-icon-right:after {
	content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    flex: 0 0 14px;
    max-width: 14px;
    width: 14px;
    height: 14px;
    transition: .25s;
}
.btn-icon-left:before {
	margin-right: 10px;
}
.btn-icon-right:after {
	margin-left: 10px;
}
.btn-primary {
	background-color: var(--green);
	border-color: var(--green);
	color: var(--white);
}
.btn-primary:before,
.btn-primary:after {
	background-color: var(--white);
}
.btn-primary:hover {
	background-color: var(--green-2);
	border-color: var(--green-2);
	color: var(--white);
}
.btn-secondary {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--green);
}
.btn-secondary:before,
.btn-secondary:after {
	background-color: var(--green);
}
.btn-secondary:hover {
	background-color: var(--green-2);
	border-color: var(--green-2);
	color: var(--white);
}
.btn-secondary:hover:before,
.btn-secondary:hover:after {
	background-color: var(--white);
}
.btn-outline-primary {
	background-color: transparent;
	border-color: var(--green);
	color: var(--green);
}
.btn-outline-primary:before,
.btn-outline-primary:after {
	background-color: var(--green);
}
.btn-outline-primary:hover {
	background-color: var(--green);
	border-color: var(--green);
	color: var(--white);
}
.btn-outline-primary:hover:before,
.btn-outline-primary:hover:after {
	background-color: var(--white);
}
.btn-link {
	border: none;
    padding: 0;
    min-height: auto;
    color: var(--green);
}
.btn-link:before,
.btn-link:after {
	background-color: var(--green);
}
.btn-link:hover {
	color: var(--green-2);
}
.btn-link:hover:before,
.btn-link:hover:after {
	background-color: var(--green-2);
}
.btn-icon-arrowRight:before,
.btn-icon-arrowRight:after {
    -webkit-mask-image: url(images/arrow-right.svg);
    mask-image: url(images/arrow-right.svg);
}
.btn-icon-arrowLeft:before,
.btn-icon-arrowLeft:after {
    -webkit-mask-image: url(images/arrow-right.svg);
    mask-image: url(images/arrow-right.svg);
    transform: scale(-1, 1);
    margin-top: -2px;
}



.owl-dots {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
	z-index: 9;
}
.owl-dots button {
	flex: 0 0 12px;
	max-width: 12px;
	width: 12px;
	height: 12px;
	margin-right: 12px;
	background: var(--green) !important;
	opacity: .3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: .25s;
}
.owl-dots button:last-child {
	margin-right: 0;
}
.owl-dots button:hover,
.owl-dots button.active {
	opacity: 1;
}


.owl-nav {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 9;
}
.owl-nav:before {
	content: '';
	width: 1px;
	height: 12px;
	background: var(--black);
	opacity: .2;
	position: absolute;
	top: calc(50% - 6px);
	left: 81px;
}
.owl-nav button {
	margin-right: 80px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-right-long.svg);
    mask-image: url(images/arrow-right-long.svg);
    background-color: var(--black) !important;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
}
.owl-nav button:last-child {
	margin-right: 0;
	transform: rotate(0deg);
}
.owl-nav button:hover {
	background-color: var(--green) !important;
}
.owl-nav button.disabled {
	opacity: .2;
	background-color: var(--black) !important;
	cursor: not-allowed !important;
}



.soc-links,
.soc-links-color {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li,
.soc-links-color li {
	margin-right: 16px;
}
li.soc-mobile {
	display: none;
}
.soc-links li:last-child,
.soc-links-color li:last-child {
	margin-right: 0;
}
.soc-links li a,
.soc-links-color li a {
	display: flex;
	align-items: center;
	justify-content: center;
	/*width: 44px;
	height: 44px;*/
	padding: 10px 14px 10px 10px;
	background: var(--white);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 20px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
}
.soc-links li a:hover {
	background: var(--green);
	color: var(--white);
	text-decoration: none;
}
.soc-links-color li a:hover {
	background: var(--grey);
	text-decoration: none;
}
.soc-links li a svg,
.soc-links-color li a svg {
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
	margin-right: 10px;
}
.soc-links li a path {
	fill: var(--green);
	transition: .25s;
}
.soc-links li a:hover path {
	fill: var(--white);
}



/*.soc-links-title {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links-title li {
	margin-right: 16px;
}
.soc-links-title li:last-child{
	margin-right: 0;
}
.soc-links-title li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px 10px 10px;
	background: var(--white);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 20px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
}
.soc-links-title li a:hover {
	background: var(--green);
	color: var(--white);
	text-decoration: none;
}
.soc-links-title li a svg {
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
	margin-right: 10px;
}
.soc-links-title li a path {
	fill: var(--green);
	transition: .25s;
}
.soc-links-title li a:hover path {
	fill: var(--white);
}*/



.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	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: 70px 20px 20px;
	transition: .25s;
	overflow: auto;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
	position: absolute;
	top: 15px;
	right: 15px;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	width: 36px;
	height: 36px;
	border: none;
	padding: 0;
	outline: none !important;
	transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--green);
}
.mobile-contacts {
	position: relative;
	margin-bottom: 30px;
}
.mobile-contacts p {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.mobile-contacts p:last-child {
	margin-bottom: 0;
}
.mobile-contacts p:before {
	content: '';
	flex: 0 0 14px;
	max-width: 14px;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--blue);
}
.mobile-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.mobile-contacts p.e-mail:before {
	-webkit-mask-image: url(images/e-mail.svg);
	mask-image: url(images/e-mail.svg);
}
.mobile-contacts p a {
	font-weight: 400;
}
.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 {
	margin-bottom: 7px;
}
.mobile-menu > li:last-child {
	margin-bottom: 0;
}
.mobile-menu li a {
	order: 1;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	font-weight: 400;
	display: block;
	padding: 4px 0;
	z-index: 1;
}
.mobile-menu li:hover > a,
.mobile-menu li.current-menu-item > a {
	color: var(--green);
}

.modal-mobile-cats {
	margin-bottom: 60px;
	width: calc(100% + 40px);
	margin-left: -20px;
	background: var(--green-light);
}
.modal-mobile-cats ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.modal-mobile-cats ul li {
	border-top: 1px solid rgba(0,0,0,.05);
}
.modal-mobile-cats ul li:first-child {
	border-top: none;
}
.modal-mobile-cats ul li a {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	color: var(--black);
	min-height: 48px;
}
.modal-mobile-cats ul li a:hover {
	color: var(--green);
	text-decoration: none;
}



.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: 0 -15px -30px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 30px;
	padding: 0 15px;
}
.gallery-item * {
	height: 100%;
}
.gallery-item > * {
	overflow: hidden;
	border-radius: 20px;
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
	height: calc((var(--container) - 1 * 24px) / 2 / 1.38 );
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	height: calc((var(--container) - 2 * 24px) / 3 / 1.38 );
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
	height: calc((var(--container) - 3 * 24px) / 4 / 1.38 );
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
	height: calc((var(--container) - 4 * 24px) / 5 / 1.38 );
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
	height: calc((var(--container) - 5 * 24px) / 6 / 1.38 );
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
	height: calc((var(--container) - 6 * 24px) / 7 / 1.38 );
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
	height: calc((var(--container) - 7 * 24px) / 8 / 1.38 );
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
	height: calc((var(--container) - 8 * 24px) / 9 / 1.38 );
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.gallery-item:hover img {
	transform: scale(1.05);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 16px;
}
.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 16px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px
}





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

.topbar {
	position: relative;
	background: var(--green);
	color: var(--white);
	z-index: 91;
}
.topbar-wrap {
	display: flex;
	min-height: 48px;
}
.topbar-switch {
	display: flex;
}
.topbar-switch-item {
	border-right: 1px solid rgba(255,255,255,.2);
}
.topbar-switch-item:first-child {
	border-left: 1px solid rgba(255,255,255,.2);
}
.lang-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
}
.lang-menu > li {
	position: relative;
	height: 100%;
}
.lang-menu > li > a {
	position: relative;
	color: var(--white);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	padding: 10px 20px;
	height: 100%;
	z-index: 1;
}
.lang-menu > li > a:hover {
	color: var(--green-light);
	text-decoration: none;
}
.lang-menu > li.menu-item-has-children > a:before {
	content: '';
	width: 1px;
	height: 8px;
	background: var(--white);
	opacity: .2;
	position: absolute;
	right: 47px;
	top: calc(50% - 4px);
	z-index: 1;
}
.lang-menu > li.menu-item-has-children > a:after{
	content: '';
	background: url(images/arrow-down.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 18px;
	max-width: 18px;
	width: 18px;
	height: 18px;
	margin-left: 20px;
	transition: .25s;
}
.lang-menu > li.active > a:after {
	transform: rotate(-180deg);
}
.lang-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	width: 100%;
	background: var(--green);
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 9;
}
.lang-menu ul li {
	position: relative;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.2);
	z-index: 1;
}
.lang-menu ul li a {
	text-transform: uppercase;
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	height: 48px;
	font-weight: 500;
}
.lang-menu ul li a:hover {
	color: var(--green-light);
	text-decoration: none;
}

.woo-multi-currency.wmc-shortcode.plain-vertical,
.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper,
.woocommerce-multi-currency.wmc-shortcode.plain-vertical,
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper {
	height: 100%;
}
.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency,
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
	height: 100%;
	background: none;
	border: none;
	color: var(--white);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	padding: 10px 20px;
	width: auto;
	cursor: pointer;
}
.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency:before,
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency:before {
	content: '';
	width: 1px;
	height: 8px;
	background: var(--white);
	opacity: .2;
	position: absolute;
	right: 47px;
	top: calc(50% - 4px);
	z-index: 1;
}
.woo-multi-currency.wmc-shortcode .wmc-currency-wrapper .wmc-current-currency-arrow,
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency:after {
	content: '';
	background: url(images/arrow-down.svg) no-repeat center;
    background-size: contain;
    flex: 0 0 18px;
    max-width: 18px;
    width: 18px;
    height: 18px;
    margin-left: 20px;
    transition: .25s;
    position: relative;
    font-size: 0;
    transform: none;
    top: 0;
    right: 0;
}
.woo-multi-currency.wmc-shortcode .wmc-currency-wrapper.active .wmc-current-currency-arrow,
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper.active span.wmc-current-currency:after {
	transform: rotate(-180deg);
}
.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency,
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
	background: var(--green);
	border: none;
	width: 100%;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
}
.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper:hover .wmc-sub-currency,
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper:hover .wmc-sub-currency {
	display: none;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
	padding: 0;
	background: none;
	border-top: 1px solid rgba(255,255,255,.2);
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a {
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	height: 48px;
	font-weight: 500;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover, .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency.wmc-active a {
	color: var(--green-light);
	text-decoration: none;
	font-weight: 500;
}
.topbar-message {
	flex: auto;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topbar-message p {
	font-size: var(--h3-size);
	font-weight: 600;
	line-height: 1.21;
	text-align: center;
}
.topbar-phone {
	border-left: 1px solid rgba(255,255,255,.2);
	border-right: 1px solid rgba(255,255,255,.2);
	display: flex;
	align-items: center;
	margin-left: auto;
	flex: 0 0 auto;
}
.topbar-phone a {
	font-weight: 700;
	line-height: 1.21;
	display: flex;
	align-items: center;
	color: var(--white);
	height: 100%;
	padding: 10px 20px;
}
.topbar-phone a:hover {
	color: var(--green-light);
	text-decoration: none;
}
.topbar-phone-icon {
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/phone.svg);
    mask-image: url(images/phone.svg);
    background-color: var(--white);
    margin-right: 20px;
}
.topbar-phone a:hover .topbar-phone-icon {
	background-color: var(--green-light);
}
.topbar-phone-value {
	position: relative;
	padding-left: 20px;
	z-index: 1;
}
.topbar-phone-value:before {
	content: '';
	width: 1px;
	height: 8px;
	background: var(--white);
	opacity: .2;
	position: absolute;
	left: 0;
	top: calc(50% - 4px);
	z-index: 1;
}




.header {
	position: relative;
	background: var(--white);
	border-bottom: 1px solid var(--grey);
	padding: 8px 0;
	z-index: 90;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 67px;
}
.header-logo img {
	max-height: 67px;
}

.header-search {
	position: relative;
	flex: auto;
	max-width: 555px;
	margin: 0 64px;
	z-index: 1;
}
.header-search-button {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .25s;
	z-index: 1;
}
.header-search-button:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/magnifying-glass-thin.svg);
    mask-image: url(images/magnifying-glass-thin.svg);
    background-color: var(--black);
    flex: 0 0 32px;
    max-width: 32px;
    height: 32px;
    transition: .25s;
}
.header-search-button:hover:before {
	background-color: var(--green);
}
.search-form {
	position: relative;
	width: 100%;
	background: var(--white);
	border: 1px solid rgba(0,0,0,.4);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
	z-index: 1;
}
.search-form input {
	position: relative;
	width: 100%;
	height: 50px;
	background: var(--white);
	border: none;
	padding: 15.5px 84px 15.5px 18px;
	font-size: var(--text-size);
	font-weight: 400;
	outline: none;
	transition: .5s;
}
.search-form:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	top: calc(50% - 6px);
	right: 66px;
	background: var(--black);
	opacity: .2;
	z-index: 1;
}
.search-form button {
	position: absolute;
	top: 9px;
	right: 18px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/magnifying-glass-thin.svg);
	mask-image: url(images/magnifying-glass-thin.svg);
	background-color: var(--black);
	width: 32px;
	height: 32px;
	cursor: pointer;
	outline: none;
	border: 0;
	padding: 0;
	transition: .25s;
}
.search-form button:hover {
	background-color: var(--green);
}
#search-results {
	position: absolute;
	width: 100%;
	top: calc(100% + 5px);
	left: 0;
	z-index: 1;
}
.ajaxSearch-wrap {
	position: relative;
	background: var(--white);
	border: 1px solid var(--grey);
	padding: 20px;
	min-width: 320px;
	max-height: 565px;
	overflow: auto;
	z-index: 1;
}
.ajaxSearch-no-result {
	font-size: var(--h6-size);
	text-align: center;
	color: var(--black);
}
.ajaxSearch-item {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.ajaxSearch-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.ajaxSearch-item__wrap {
	position: relative;
	display: flex;
	align-items: center;
}
.ajaxSearch-item__wrap:hover {
	text-decoration: none;
}
.ajaxSearch-item__image {
	border: 1px solid var(--grey);
	flex: 0 0 68px;
	max-width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
}
.ajaxSearch-item__image img {
	max-height: 68px;
}
.ajaxSearch-item__info {
	flex: auto;
	max-width: 100%;
}
.ajaxSearch-item__title {
	font-size: var(--text-size);
    font-weight: 600;
    line-height: 1.21;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: var(--black);
}
.ajaxSearch-item__title:hover {
	color: var(--green);
}
.ajaxSearch-item__price {
	position: relative;
	display: flex;
	align-items: flex-end;
}
.ajaxSearch-item__price .price {
	line-height: 1.2;
	font-weight: 600;
	color: var(--green);
}
.ajaxSearch-item__price .price del {
	font-weight: 300;
	font-size: var(--text-size);
	display: block;
	color: var(--black);
}
.ajaxSearch-item__price .price ins {
	margin-top: -2px;
	display: block;
	color: var(--green);
	text-decoration: none;
}


.header-icons {
	display: flex;
	align-items: center;
}
.header-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 28px;
	padding-left: 28px;
	z-index: 1;
}
.header-icon:first-child {
	margin-left: 0;
	padding-left: 0;
}
.header-icon:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	top: calc(50% - 6px);
	left: 0;
	background: var(--black);
	opacity: .2;
	z-index: 1;
}
.header-icon:first-child:before {
	display: none;
}
.header-icon a {
	position: relative;
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .25s;
	z-index: 1;
}
.header-icon a:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--black);
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
    transition: .25s;
}
.header-icon a:hover:before {
	background-color: var(--green);
}
.header-icon.account a:before {
	-webkit-mask-image: url(images/user-light.svg);
    mask-image: url(images/user-light.svg);
}
.header-icon.cart a:before {
	-webkit-mask-image: url(images/cart-outline.svg);
    mask-image: url(images/cart-outline.svg);
}
.header-icon.wishlist a:before {
	-webkit-mask-image: url(images/heart.svg);
    mask-image: url(images/heart.svg);
}
.header-icon.toggle a:before {
	-webkit-mask-image: url(images/menu-alt.svg);
    mask-image: url(images/menu-alt.svg);
}
.header-icon a span {
	position: absolute;
	top: 0px;
	right: -10px;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: var(--green);
	color: var(--white);
	font-size: 11px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.mainNav {
	position: relative;
	z-index: 89;
}
.mainNav-wrap {
	display: flex;
	justify-content: space-between;
	height: 60px;
}
.mainNav-catalog {
	position: relative;
	flex: 0 0 auto;
	margin-right: 85px;
	z-index: 1;
}
.mainNav-catalog-toggle {
	height: 100%;
	background: var(--green-light);
	border: none;
	padding: 10px;
	outline: none;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: var(--text-size-sm);
	line-height: 1.21;
	font-weight: 400;
	text-transform: uppercase;
	transition: .25s;
}
.mainNav-catalog-toggle span {
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/menu-alt.svg);
    mask-image: url(images/menu-alt.svg);
    background-color: var(--black);
    flex: 0 0 20px;
    max-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 16px;
    transition: .25s;
}
.mainNav-catalog-toggle:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 8px;
	top: calc(50% - 4px);
	left: 38px;
	background: var(--black);
	opacity: .2;
	z-index: 1;
}
.mainNav-catalog-toggle:after {
	content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-down.svg);
    mask-image: url(images/arrow-down.svg);
    background-color: var(--black);
	flex: 0 0 18px;
	max-width: 18px;
	width: 18px;
	height: 18px;
	margin-left: 18px;
	transition: .25s;
}
.mainNav-catalog-toggle.active:after {
	transform: rotate(-180deg);
}
.mainNav-catalog-sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: var(--green-light);
	min-width: 100%;
	max-width: 240px;
	z-index: 9;
}
.mainNav-catalog-sub ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mainNav-catalog-sub ul li {
	border-top: 1px solid rgba(0,0,0,.05);
}
.mainNav-catalog-sub ul li a {
	display: flex;
	align-items: center;
	padding: 10px;
	color: var(--black);
	min-height: 48px;
}
.mainNav-catalog-sub ul li a:hover {
	color: var(--green);
	text-decoration: none;
}
.main-menu {
	flex: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu li {
	margin-right: 20px;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu li a {
	font-size: var(--text-size-sm);
	display: block;
	line-height: 1.21;
	text-align: center;
	min-width: 160px;
	text-transform: uppercase;
	color: var(--black);
}
.main-menu li a:hover,
.main-menu li.current-menu-item a {
	color: var(--green);
	text-decoration:  none;
}


.main {
	position: relative;
}



.footer {
	position: relative;
	padding: 40px 0 60px;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
}
.footer-widget {
	position: relative;
	margin-right: 30px;
	max-width: 270px;
}
.footer-widget:last-child {
	margin-right: 0;
}
.footer-widget-title {
	font-size: var(--h3-size);
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 16px;
	line-height: 1.21;
}
.footer-logo {
	margin-bottom: 36px;
}
.footer-logo img {
	max-height: 70px;
}
.footer-payment {
	margin-top: 30px;
}
.footer-contacts-text {
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1.21;
}
.footer-contacts {
	position: relative;
}
.footer-contacts p {
	position: relative;
	display: flex;
	font-weight: 300;
	line-height: 1.21;
}
.footer-contacts p:last-child {
	margin-bottom: 0;
} 
.footer-contacts p.phone {
	font-size: var(--h3-size);
	font-weight: 600;
}
.footer-contacts-icon {
	flex: 0 0 44px;
	max-width: 44px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--white);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
	margin-right: 12px;
}
.footer-contacts-icon:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--green);
}
.footer-contacts p.phone .footer-contacts-icon:before {
    -webkit-mask-image: url(images/phone.svg);
    mask-image: url(images/phone.svg);
}
.footer-contacts p.address .footer-contacts-icon:before {
    -webkit-mask-image: url(images/location.svg);
    mask-image: url(images/location.svg);
}
.footer-contacts-value {
	flex: auto;
	min-height: 44px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footer-contacts p a {
	color: var(--black);
}
.footer-contacts p a:hover {
	color: var(--green);
	text-decoration: none;
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.21;
}
.footer-menu li {
	margin-bottom: 12px;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	font-weight: 300;
	color: var(--black);
}
.footer-menu li a:hover {
	color: var(--green);
	text-decoration: none;
}
.footer-menu ul {
	display: none;
}



.bottom {
	position: relative;
	background: var(--green-light);
	padding: 18px 0;
	line-height: 1.21;
	font-weight: 300;
	z-index: 1;
}
.bottom-wrap {
	display: flex;
	align-items: center;
}
.copyright {
	margin-right: 40px;
	margin-bottom: 0;
}
.bottom-menu {
	flex: auto;
	max-width: 100%;
	margin: 0 40px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.bottom-menu li {
	margin-right: 40px;
}
.bottom-menu li:last-child {
	margin-right: 0;
}
.bottom-menu li a {
	color: var(--black);
}
.bottom-menu li a:hover {
	color: var(--green);
	text-decoration: none;
}
.bottom-menu ul {
	display: none;
}
.developer a {
	color: var(--black);
}
.developer a:hover {
	color: var(--green);
	text-decoration: none;
}



.page-header {
	position: relative;
	background: url(images/bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	z-index: 1;
}
.page-header-wrap {
	display: flex;
}
.page-header-main {
	flex: 0 0 auto;
	max-width: 50%;
	min-height: 410px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page-title {
	font-size: var(--h1-size);
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 24px;
}
.page-title:last-child {
	margin-bottom: 0;
}
.aioseo-breadcrumbs {
	font-size: var(--text-size);
	font-weight: 300;
	color: var(--black);
}
.aioseo-breadcrumbs a {
	color: var(--black);
}
.aioseo-breadcrumbs a:hover {
	color: var(--green);
	text-decoration: none;
}
.aioseo-breadcrumbs span:nth-last-child(1),
.aioseo-breadcrumbs span:nth-last-child(2) {
	font-weight: 500;
}
.page-header-image {
	position: relative;
	flex: auto;
	z-index: 2;
}
.page-header-image span {
	left: -100px;
	width: calc((100vw - var(--container)) / 2 + 100% + 100px);
	-webkit-mask-image: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #737373 30%);
	mask-image: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #737373 30%);
	opacity: .75;
}
.page-content.section {
	padding-top: 40px;
}
.page-content span[class^="more-"],
.page-content span[id^="more-"] {
	clear: both;
	display: block;
}


.error-404-number {
	font-size: calc(var(--h1-size) * 8);
	font-weight: 700;
	text-align: center;
	line-height: 1;
	margin-bottom: 30px;
	color: var(--green-light);
}
.error-404-number span {
	display: inline-block;
	transform: rotate(20deg);
	margin-right: 30px;
}
.error-404-button {
	text-align: center;
}





.blog-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -40px;
}
.blog-items.owl-carousel {
	margin: 0;
}
.blog-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 40px;
	padding: 0 15px;
}
.owl-carousel .blog-item {
	margin: 0;
	padding: 0;
	flex: 0 0 100%;
	max-width: 100%;
}
.blog-item__wrap {
	position: relative;
	z-index: 1;
}
.blog-item__image {
	position: relative;
	height: calc((var(--container) - 30px * 2) / 3 / 1.2121);
	margin-bottom: 20px;
	z-index: 1;
}
.blog-item__image a {
	position: relative;
	display: block;
	height: 100%;
	z-index: 1;
}
.blog-item__image a:before {
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.blog-item__date {
	position: absolute;
	left: 12px;
	bottom: 12px;
	border: 1px solid var(--white);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-weight: 300;
	padding: 11px 13px;
	color: var(--white);
	z-index: 1;
}
.blog-item__date:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--white);
	opacity: .2;
	backdrop-filter: blur(6px);
	top: 0;
	left: 0;
	z-index: -1;
}
.blog-item__title {
	font-size: var(--h3-size);
	font-weight: 600;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.blog-item__title a {
	color: var(--black);
}
.blog-item__title a:hover {
	color: var(--green);
	text-decoration: none;
}
.blog-item__excerpt {
	font-weight: 300;
	line-height: 1.21;
	margin-bottom: 12px;
}
.owl-blog .owl-nav {
	position: absolute;
	top: -71px;
	right: 0;
}




.navigation.pagination,
.woocommerce-pagination {
	position: relative;
	margin-top: 40px;
	border-top: 1px solid rgba(0,0,0,.1);
	padding-top: 18px;
}
.navigation.pagination .nav-links,
.woocommerce-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.navigation.pagination .nav-links .page-numbers,
.woocommerce-pagination ul li {
	margin-right: 2px;
	flex: 0 0 60px;
	max-width: 60px;
	height: 60px;
}
.navigation.pagination .nav-links .page-numbers,
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: var(--text-size-sm);
	font-weight: 400;
	color: var(--black);
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span.current {
	width: 100%;
	height: 100%;
}
.navigation.pagination .nav-links .page-numbers:last-child,
.woocommerce-pagination ul li:last-child {
	margin-right: 0;
}
.navigation.pagination .nav-links .page-numbers:hover,
.navigation.pagination .nav-links .page-numbers.current,
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li span.current {
	color: var(--white);
	text-decoration: none;
	background: var(--green);
}
.navigation.pagination .nav-links .page-numbers.prev,
.navigation.pagination .nav-links .page-numbers.next,
.woocommerce-pagination ul li a.prev,
.woocommerce-pagination ul li a.next {
	font-size: 0;
}
.navigation.pagination .nav-links .page-numbers.prev:hover,
.navigation.pagination .nav-links .page-numbers.next:hover,
.woocommerce-pagination ul li a.prev:hover,
.woocommerce-pagination ul li a.next:hover {
	background: none;
}
.navigation.pagination .nav-links .page-numbers.prev:before,
.navigation.pagination .nav-links .page-numbers.next:before,
.woocommerce-pagination ul li a.prev:before,
.woocommerce-pagination ul li a.next:before {
	content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-right-long.svg);
    mask-image: url(images/arrow-right-long.svg);
    background-color: var(--black);
    flex: 0 0 41px;
    max-width: 41px;
    height: 41px;
    transition: .25s;
}
.navigation.pagination .nav-links .page-numbers.prev,
.woocommerce-pagination ul li a.prev {
	margin-right: 8px;
	transform: scale(-1,1);
}
.navigation.pagination .nav-links .page-numbers.next,
.woocommerce-pagination ul li a.next {
	margin-left: 8px;
}
.navigation.pagination .nav-links .page-numbers.prev:hover:before,
.navigation.pagination .nav-links .page-numbers.next:hover:before,
.woocommerce-pagination ul li a.prev:hover:before,
.woocommerce-pagination ul li a.next:hover:before {
	background-color: var(--green);
}





.heroSlider-section,
.heroSlider-item {
	height: calc(100vw / 2.03389);
	max-height: 1062px;
}
.owl-heroSlider .owl-dots {
	margin-top: 0;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}




.archiveShop-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.archiveShop-sidebar {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
}
.archiveShop-body {
	flex: 0 0 calc(75% - 15px);
	max-width: calc(75% - 15px);
}

.archiveShopDescription-section {
	background: var(--green-light);
}

.woocommerce-ordering {
	text-align: right;
	margin-bottom: 30px;
}
.woocommerce-ordering select {
	min-height: 40px;
	padding: 0;
	border: none;
	border-bottom: 1px solid;
	border-radius: 0;
	color: var(--green);
}

.widget-area {
	position: relative;
	background: #FAFAFA;
	z-index: 1;
}

.berocket_single_filter_widget,
.widget {
  position: relative;
  padding: 24px 24px 18px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  z-index: 1;
}
.berocket_single_filter_widget:last-child,
.widget:last-child {
  padding-bottom: 24px;
  border-bottom: none;
}
.bapf_sfilter {
  margin-bottom: 0;
}
.widget-title,
.bapf_sfilter .bapf_hascolarr,
.bapf_sfilter .bapf_hasdesc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: var(--h3-size);
	font-weight: 700;
	color: var(--green-2);
	text-transform: uppercase;
	margin-bottom: 0;
	padding-right: 0;
}
.widget-toggle,
.bapf_sfilter .bapf_colaps_smb,
.bapf_sfilter .bapf_desci {
	position: relative;
	flex: 0 0 22px;
	max-width: 22px;
	width: 22px;
	height: 22px;
	margin-left: 16px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-up.svg);
    mask-image: url(images/arrow-up.svg);
    background-color: var(--green-2);
    transform: rotate(180deg);
    cursor: pointer;
    transition: .25s;
}
.bapf_sfilter.bapf_ocolaps .bapf_colaps_smb,
.bapf_sfilter.bapf_ocolaps .bapf_desci {
    transform: rotate(180deg);
}
.bapf_sfilter .bapf_colaps_smb:before,
.bapf_sfilter .bapf_desci:before {
	display: none;
}
.widget.active .widget-toggle,
.bapf_sfilter .bapf_colaps_smb,
.bapf_sfilter .bapf_desci {
	transform: rotate(0deg);
}
.widget-body {
	display: none;
	margin-top: 18px;
}
.widget.active .widget-body {
	display: block;
}
.bapf_body {
	position: relative;
	padding: 18px 0 0;
	z-index: 1;
}
.bapf_sfilter ul li {
	display: flex;
	margin-bottom: 12px !important;
	line-height: 1.21;
	transition: .25s;
}
.bapf_sfilter ul li:last-child {
  	margin-bottom: 0 !important;
}
.bapf_sfilter ul li:hover {
	color: var(--green-2);
}
.bapf_ckbox_sqchck input[type=checkbox] {
	flex: 0 0 21px;
	max-width: 21px;
	width: 21px;
	height: 21px;
	margin: -1px 14px 0 0 !important;
	border: 1px solid #D2D2D2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.bapf_ckbox_sqchck input[type=checkbox]:checked {
	border-color: var(--green-2);
}
.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    background: var(--green-2);
    width: 11px;
    height: 11px;
    top: 4px;
    left: 4px;
}
.product-categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-categories li {
	display: flex;
	margin-bottom: 12px;
	line-height: 1.21;
}
.product-categories li:last-child {
	margin-bottom: 0;
}
.product-categories li a {
	position: relative;
	display: inline-flex;
	color: var(--black);
}
.product-categories li a:hover {
	color: var(--green-2);
	text-decoration: none;
}
.product-categories li a:before {
	content: '';
	flex: 0 0 21px;
	max-width: 21px;
	width: 21px;
	height: 21px;
	margin: 0 14px 0 0;
	border: 1px solid #D2D2D2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-top: -1px;
	transition: .25s;
}
.product-categories li a:after {
	content: '';
	position: absolute;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    background: var(--green-2);
    width: 11px;
    height: 11px;
    top: 4px;
    left: 5px;
    opacity: 0;
    transition: .25s;
}
.product-categories li.current-cat a:before {
	border-color: var(--green-2);
}
.product-categories li.current-cat a:after {
	opacity: 1;
}



.products-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -40px;
	padding: 0;
	list-style: none;
}
.products-items.owl-carousel {
	margin: 0;
	padding: 0;
}
.products-item {
	margin: 0 0 40px;
	padding: 0 15px;
}
.owl-carousel .products-item {
	margin: 0;
	padding: 0;
}
.products-items.columns-4 .products-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.products-items.columns-3 .products-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.products-items.columns-2 .products-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.products-items.columns-1 .products-item {
	flex: 0 0 calc(100% / 1);
	max-width: calc(100% / 1);
}
.products-items.owl-carousel .products-item {
	flex: 0 0 100%;
	max-width: 100%;
}
.products-item__wrap {
	position: relative;
	z-index: 1;
}
.woocommerce-loop-product__link:hover {
	text-decoration: none;
}
.products-item__badge-new {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	top: 10px;
	left: 0;
	background: #D94A4A;
	color: var(--white);
	font-size: 10px;
	font-weight: 600;
	min-width: 57px;
	height: 26px;
	text-transform: uppercase;
	padding: 5px 10px;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	z-index: 9;
}
.products-item__delivery-date-info {
	position: absolute;
	bottom: 10px;
	right: 0px;
	background: var(--green);
	color: var(--white);
	padding: 6px 10px;
	min-width: 93px;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.4;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	z-index: 2;
}
.products-item__delivery-date-info span {
	opacity: .5;
	display: block;
}
.products-item.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	background: var(--white);
	box-shadow: 0px 2.92222px 8.76667px rgba(0, 0, 0, 0.06);
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	top: 0;
	left: auto;
	right: 10px;
	width: 40px;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 8px;
}
.products-item .yith-wcwl-add-to-wishlist a.add_to_wishlist>img, .products-item .yith-wcwl-add-to-wishlist a.delete_item>img, .products-item .yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img {
	margin-right: 0;
	max-width: 24px;
}
.products-item__image {
	position: relative;
	height: calc((var(--container) - 3 * 30px) / 4 / .9228);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	z-index: 1;
}
.products-items.big .products-item__image {
	height: calc((var(--container) - 2 * 30px) / 3 / .9228);
}
/*.products-item__image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(239,239,240);
	background: -moz-radial-gradient(circle, rgba(239,239,240,1) 0%, rgba(209,209,209,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(239,239,240,1) 0%, rgba(209,209,209,1) 100%);
	background: radial-gradient(circle, rgba(239,239,240,1) 0%, rgba(209,209,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeff0",endColorstr="#d1d1d1",GradientType=1);
	opacity: .5;
	z-index: 1;
}*/
.products-item__image img {
	width: auto !important;
	max-height: calc((var(--container) - 3 * 30px) / 4 / .9228);
}
.products-items.big .products-item__image img {
	max-height: calc((var(--container) - 2 * 30px) / 3 / .9228);
}
.woocommerce-loop-product__title {
	font-size: var(--h3-size);
	font-weight: 400;
	color: var(--black);
	text-transform: uppercase;
	margin-bottom: 8px;
}
.woocommerce-loop-product__title:hover {
	color: var(--green);
}
.products-item__bottom {
	min-height: 32px;
	display: flex;
	align-items: center;
	padding-right: 50px;
}
.products-item__price {
	display: flex;
    flex-direction: column;
	font-size: var(--text-size);
	font-weight: 600;
	text-transform: uppercase;
	color: var(--black);
}
.products-item__price del {
	font-size: var(--text-size-sm);
	font-weight: 400;
	opacity: .5;
}
.products-item__price ins {
	text-decoration: none;
	font-weight: 600;
}
.products-item__volume {
	margin-left: 12px;
	font-weight: 300;
	color: var(--black);
}
.products-item__action {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
}
.products-item.outofstock .products-item__action {
	display: none;
}
.products-item__action a {
	position: relative;
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 1;
}
.products-item__action a:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--green);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .25s;
}
.products-item__action a:hover:before {
	background-color: var(--black);
}
.products-item__action .add_to_cart_button:before {
	-webkit-mask-image: url(images/cart-outline.svg);
	mask-image: url(images/cart-outline.svg);
}
.products-item__action .add_to_cart_button.loading {
	opacity: .3;
}
.products-item__action .add_to_cart_button.loading:before {
	-webkit-mask-image: url(images/loading.svg);
	mask-image: url(images/loading.svg);
}
.products-item__action .add_to_cart_button.added:before {
	-webkit-mask-size: 28px;
	-webkit-mask-image: url(images/check-alt.svg);
	mask-image: url(images/check-alt.svg);
}
.added_to_cart {
	display: none !important;
}

.products-heading {
	padding-right: 180px;
}
.owl-products .owl-nav {
	position: absolute;
	top: -71px;
	right: calc((100% - var(--container)) / 2);
}
.owl-products:before,
.owl-products:after {
	content: '';
	background: var(--white);
	opacity: .7;
	position: absolute;
	top: 0;
	width: calc((100% - var(--container)) / 2 - 5px);
	height: 100%;
	z-index: 2;
}
.owl-products:before {
	left: 0;
}
.owl-products:after {
	right: 0;
}
.owl-productsGrid .owl-nav {
	position: absolute;
	top: -71px;
	right: 0;
}


.about-section {
	overflow: hidden;
}
.about-section:before {
	content: '';
	position: absolute;
	background: var(--green-light);
	width: calc(100% - (((var(--container) - 30px) / 2 + (100vw - var(--container)) / 2) / 2));
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.about-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-left {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.about-button {
	margin-top: 32px;
}
.about-right {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.about-image {
	width: calc((100vw - var(--container)) / 2 + 100%);
	height: 100%;
}



.faq-items {
	position: relative;
	max-width: 944px;
	margin: 0 auto;
}
.faq-item {
	position: relative;
	z-index: 1;
}
.faq-item__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(0,0,0,.1);
	font-size: var(--h3-size);
	font-weight: 400;
	text-transform: uppercase;
	padding: 18px;
	cursor: pointer;
	transition: .25s;
}
.faq-item.active .faq-item__head {
	font-weight: 600;
}
.faq-item__head:hover {
	color: var(--green);
}
.faq-item__toggle {
	flex: 0 0 28px;
	max-width: 28px;
	width: 28px;
	height: 28px;
	margin-left: 12px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/plus.svg);
    mask-image: url(images/plus.svg);
    background-color: var(--black);
    transition: .25s;
}
.faq-item.active .faq-item__toggle {
	-webkit-mask-image: url(images/minus.svg);
    mask-image: url(images/minus.svg);
}
.faq-item__head:hover .faq-item__toggle {
	background-color: var(--green);
}
.faq-item__body {
	padding: 6px 18px 18px;
}




.feedback-section {
	background: var(--green);
	overflow: hidden;
	color: var(--white);
}
.feedback-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.feedback-left {
	flex: 0 0 calc(50% - 65px);
	max-width: calc(50% - 65px);
}
.feedback-image {
	width: calc((100vw - var(--container)) / 2 + 100%);
	height: 100%;
	margin-left: calc((100vw - var(--container)) / -2);
}
.feedback-right {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.feedback-form input[type="text"],
.feedback-form input[type="tel"],
.feedback-form textarea {
	border-color: rgba(255, 255, 255, .4);
	background: rgba(255, 255, 255, .05);
	color: var(--white);
}
.feedback-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--white);
}
.feedback-form ::-moz-placeholder { /* Firefox 19+ */
  color: var(--white);
}
.feedback-form :-ms-input-placeholder { /* IE 10+ */
  color: var(--white);
}
.feedback-form :-moz-placeholder { /* Firefox 18- */
  color: var(--white);
}
.feedback-form .form-field-policy a {
	color: var(--white);
}
.feedback-form .wpcf7-acceptance input[type="checkbox"] {
	background: rgba(255,255,255,.05);
	border-color: rgba(255,255,255,.4);
}
.feedback-form .wpcf7-acceptance input[type="checkbox"]:checked:after {
    border-bottom: 1px solid var(--white);
    border-right: 1px solid var(--white);
}








.singleProduct-header {
	position: relative;
	padding: 40px 0 32px;
	z-index: 1;
}

.singleProduct-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.singleProduct-images {
	position: relative;
	flex: 0 0 40%;
	max-width: 40%;
	z-index: 1;
}
.singleProduct-mainSlider {
	position: relative;
	height: calc(var(--container) * .4);
	overflow: hidden;
	margin-bottom: 8px;
	z-index: 1;
}
.woocommerce-product-gallery__image {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: calc(var(--container) * .4);
	background: var(--white);
	z-index: 1;
}
/*.woocommerce-product-gallery__image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(239,239,240);
	background: -moz-radial-gradient(circle, rgba(239,239,240,1) 0%, rgba(209,209,209,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(239,239,240,1) 0%, rgba(209,209,209,1) 100%);
	background: radial-gradient(circle, rgba(239,239,240,1) 0%, rgba(209,209,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeff0",endColorstr="#d1d1d1",GradientType=1);
	opacity: .5;
	z-index: -1;
}*/
.woocommerce-product-gallery__image img {
	max-height: calc(var(--container) * .4);
}
.singleProduct-mainSlider > * {
   display: none;
}
.singleProduct-mainSlider:before {
	content: '';
	background: url(images/loading.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: .5;
	z-index: 2;
}
.singleProduct-mainSlider.slick-initialized > * {
   display: block;
}
.singleProduct-mainSlider.slick-initialized:before {
   display: none;
}
.singleProduct-otherSlider {
	margin: 0 -4px;
	height: calc(((var(--container) * .4) - 3 * 8px) / 4);
	overflow: hidden;
}
.singleProduct-otherSlider .slick-slide > div {
	padding: 0 4px;
}
.woocommerce-product-gallery__thumbnail {
	position: relative;
	height: calc(((var(--container) * .4) - 3 * 8px) / 4);
	overflow: hidden;
	border: 1px solid #F5F5F5;
	background: var(--white);
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .25s;
	z-index: 1;
}
.singleProduct-otherSlider .slick-slide.slick-current .woocommerce-product-gallery__thumbnail {
  	opacity: .3;
}
.singleProduct-otherSlider .slick-slide.slick-current .woocommerce-product-gallery__thumbnail {
	border-color: var(--white);
}
.woocommerce-product-gallery__thumbnail img {
	max-height: calc(((var(--container) * .4) - 3 * 8px) / 4);
	opacity: 1;
}
.singleProduct-otherSlider > * {
   display: none;
}
.singleProduct-otherSlider.slick-initialized > * {
   display: block;
}
.woocommerce-product-gallery__image-play,
.woocommerce-product-gallery__thumbnail-play {
	position: absolute;
	background: url(images/play-circle.svg) no-repeat center;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	cursor: pointer;
	transition: .25s;
}
.woocommerce-product-gallery__image-play:hover {
	opacity: .5;
}
.woocommerce-product-gallery__image-play {
	width: 120px;
	height: 120px;
}
.woocommerce-product-gallery__thumbnail-play {
	width: 56px;
	height: 56px;
}
.singleProduct-mainSlider .slick-arrow {
	position: absolute;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-right-long.svg);
    mask-image: url(images/arrow-right-long.svg);
    background-color: var(--black);
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    transition: .25s;
    z-index: 9;
}
.singleProduct-mainSlider:hover .slick-arrow {
	opacity: 1;
}
.singleProduct-mainSlider .slick-arrow:hover {
	background-color: var(--green);
}
.singleProduct-mainSlider .slick-arrow.slick-prev {
	transform: rotate(180deg);
	left: 15px;
}
.singleProduct-mainSlider .slick-arrow.slick-next {
	right: 15px;
}


.singleProduct-summary {
	display: flex;
	flex-direction: column;
	flex: 0 0 calc(60% - 30px);
	max-width: calc(60% - 30px);
}
.singleProduct-top {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.singleProduct-title {
	flex: auto;
	font-size: var(--h1-size);
	font-weight: 700;
	margin-bottom: 0;
}


.singleProduct-data {
	display: flex;
	margin-bottom: 30px;
}
.singleProduct-data > span {
	margin-right: 30px;
}
.singleProduct-data > span:last-child {
	margin-right: 0;
}
.singleProduct-stock.outofstock {
	color: red;
}
.singleProduct__delivery-date-info {
	color: var(--green);
}
.singleProduct__delivery-date-info span {
	color: var(--green-2);
}



.singleProduct-meta {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	margin-left: 24px;
}
.singleProduct-volume {
	margin: 0 16px 0 0;
	min-height: 56px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.singleProduct-meta .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}
.singleProduct-meta .yith-wcwl-add-to-wishlist a {
	width: 56px;
	height: 56px;
	font-size: 0;
	background: var(--white);
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12) !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.singleProduct-meta .yith-wcwl-add-to-wishlist a img {
	max-width: 32px;
	width: 32px;
	margin-right: 0;
}
.singleProduct-meta .yith-wcwl-add-to-wishlist .separator,
.singleProduct-meta .yith-wcwl-add-to-wishlist .view-wishlist {
	display: none;
}
#yith-wcwl-popup-message {
	margin: 0 !important;
	transform: translate(-50%, -50%);
}

.woocommerce-product-details__short-description {
	flex: auto;
	margin-bottom: 40px;
	font-weight: 275;
}
.woocommerce-product-details__short-description > * {
	margin-bottom: 16px;
}
.woocommerce-product-details__short-description > *:last-child {
	margin-bottom: 0;
}
.woocommerce-product-details__short-description h1,
.woocommerce-product-details__short-description h2,
.woocommerce-product-details__short-description h3,
.woocommerce-product-details__short-description h4,
.woocommerce-product-details__short-description h5,
.woocommerce-product-details__short-description h6 {
	font-weight: 500;
}

.singleProduct-bottom {
	position: relative;
	background: var(--green-light);
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}
.singleProduct-price {
	flex: 0 0 auto;
	margin: 0 30px 0 0;
	font-size: var(--h2-size);
	font-weight: 700;
	color: var(--green);
	text-transform: uppercase;
}
.singleProduct-price del {
	font-size: var(--h3-size);
	display: block;
	line-height: 1;
	font-weight: 400;
	opacity: .4;
	color: var(--black);
}
.singleProduct-price ins {
	display: block;
	text-decoration: none;
	font-weight: 700;
}
.singleProduct-bottom form.cart {
	flex: auto;
	display: flex;
	justify-content: flex-end;
}
.qib-container:not(#qib_id):not(#qib_id) {
	position: relative;
	flex: 0 0 165px;
	max-width: 165px;
	width: 165px;
	height: 60px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--green) !important;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 18px;
	overflow: hidden;
	z-index: 1;
}
.qib-button:not(#qib_id):not(#qib_id) {
	font-size: 0px !important;
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px !important;
	border: none !important;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--black) !important;
	cursor: pointer;
	transition: .25s;
}
.qib-button:hover:not(#qib_id):not(#qib_id) {
	background: var(--green) !important;
}
.qib-button.minus:not(#qib_id):not(#qib_id) {
	-webkit-mask-image: url(images/minus.svg);
    mask-image: url(images/minus.svg);
}
.qib-button.plus:not(#qib_id):not(#qib_id) {
	-webkit-mask-image: url(images/plus.svg);
    mask-image: url(images/plus.svg);
}
.qib-container div.quantity:not(#qib_id):not(#qib_id) {
	position: relative;
	flex: auto;
	margin: 0 18px !important;
	z-index: 1;
}
.qib-container div.quantity:not(#qib_id):not(#qib_id):before {
	content: '';
	position: absolute;
	background: #D5D5D5;
	top: calc(50% - 5px);
	left: 0;
	width: 1px;
	height: 10px;
	z-index: 1;
}
.qib-container div.quantity:not(#qib_id):not(#qib_id):after {
	content: '';
	position: absolute;
	background: #D5D5D5;
	top: calc(50% - 5px);
	right: 0;
	width: 1px;
	height: 10px;
	z-index: 1;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	border: none !important;
	font-size: var(--text-size-sm) !important;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: var(--black);
	outline: none !important;
	box-shadow: none !important;
	width: 100% !important;
	height: 24px !important;
}
form.cart button[type='submit']:not(#qib_id):not(#qib_id), form.cart .qib-container + div:not(#qib_id):not(#qib_id) {
	display: inline-flex !important;
	box-shadow: none !important;
	outline: none !important;
}
form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_) {
	line-height: 1.5 !important;
	min-width: auto;
}
form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id), form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_) {
	margin-left: 30px !important;
}


.woocommerce-tabs {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 40px;
	z-index: 1;
}
.woocommerce-tabs ul.tabs {
	position: relative;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	display: flex;
	z-index: 1;
}
.woocommerce-tabs ul.tabs:before {
	content: '';
	width: 100%;
	height: 1px;
	background: var(--black);
	opacity: .1;
	position: absolute;
	bottom: 1px;
	left: 0;
	z-index: -1;
}
.woocommerce-tabs ul.tabs li {
	margin-right: 24px;
}
.woocommerce-tabs ul.tabs li:last-child {
	margin-right: 0;
}
.woocommerce-tabs ul.tabs li a {
	position: relative;
	display: block;
	min-width: 125px;
	text-align: center;
	text-transform: uppercase;
	font-size: var(--h3-size);
	font-weight: 300;
	color: var(--black);
	padding-bottom: 17px;
	z-index: 1;
}
.woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
}
.woocommerce-tabs ul.tabs li.active a {
	font-weight: 600;
}
.woocommerce-tabs ul.tabs li a:after {
	content: '';
	opacity: 0;
	background: var(--green);
	position: absolute;
	width: calc(100% - 34px);
	height: 3px;
	bottom: 0;
	left: 17px;
	transition: .25s;
	z-index: 2;
}
.woocommerce-tabs ul.tabs li a:hover:after,
.woocommerce-tabs ul.tabs li.active a:after {
	opacity: 1;
}

.woocommerce-product-attributes {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  position: relative;
  padding: 12px 25px;
}
.woocommerce-product-attributes th {
  text-align: left;
  width: 35%;
}
.woocommerce-product-attributes tr:nth-child(2n) th,
.woocommerce-product-attributes tr:nth-child(2n) td {
  background: var(--grey);
}



.singleProduct-instruction {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.singleProduct-instruction-left,
.singleProduct-instruction-right {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.singleProduct-instruction-heading {
	font-size: calc(var(--h1-size) / 1.125);
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.singleProduct-instruction-content {
	font-size: calc(var(--h2-size) / 1.166666);
}
.singleProduct-instruction-video video {
	width: 100%;
	height: calc((var(--container) - 30px) / 2 / 1.78);
}
.singleProduct-instruction-image {
	position: relative;
	z-index: 1;
}
.singleProduct-instruction-image a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.35);
	z-index: 1;
}
.singleProduct-instruction-image a:before {
	content: '';
	position: absolute;
	background: url(images/play-circle.svg) no-repeat center;
	background-size: contain;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	transform: translate(-50%, -50%);
	z-index: 3;
	cursor: pointer;
	transition: .25s;
}
.singleProduct-instruction-image a:hover:before {
	opacity: .5;
}





.singleProduct-reviews {
	background: var(--green-light);
}
.singleProduct-reviews #comments {
	margin-bottom: 40px;
}
.woocommerce-noreviews {
	text-align: center;
	font-size: var(--h3-size);
	font-weight: 600;
	margin-bottom: 40px;
}
.woocommerce-noreviews:last-child {
	margin-bottom: 0;
}




.comment-reply-title {
	display: block;
	font-size: var(--h3-size);
	font-weight: 600;
	margin-bottom: 20px;
}
.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: var(--green);
	margin-right: 0px;
	font-size: 0;
}
.comment-form-rating .stars a:last-child {
  	margin-right: 0;
}
.comment-form-rating .stars span:hover a {
	-webkit-mask-image: url(images/ic_baseline-star-full.svg);
	mask-image: url(images/ic_baseline-star-full.svg);
}
.comment-form-rating .stars a:hover~a {
	-webkit-mask-image: url(images/ic_baseline-star.svg);
	mask-image: url(images/ic_baseline-star.svg);
}
.comment-form-rating .stars.selected span a.active {
	-webkit-mask-image: url(images/ic_baseline-star-full.svg);
	mask-image: url(images/ic_baseline-star-full.svg);
}
.comment-form-rating .stars.selected a.active~a {
	-webkit-mask-image: url(images/ic_baseline-star.svg);
	mask-image: url(images/ic_baseline-star.svg);
}
.comment-form-rating .stars.selected a:not(.active) {
	-webkit-mask-image: url(images/ic_baseline-star-full.svg);
	mask-image: url(images/ic_baseline-star-full.svg);
}
.comment-form-rating,
.comment-form-comment {
  	margin-bottom: 20px;
}
.comment-form-rating label,
.comment-form-comment label {
	font-size: var(--text-size-sm);
	display: block;
	line-height: 1.21;
	margin-bottom: 8px;
}
.comment-form-rating,
.comment-form-comment {
  	margin-bottom: 16px;
}
.comment-form .form-submit {
  	margin-bottom: 0;
}

.reviews-items {
	margin: 0;
	padding: 0;
	list-style: none;
}
.reviews-item {
	position: relative;
	border-bottom: 1px solid #CAE6D6;
	margin-bottom: 32px;
	padding-bottom: 32px;
	z-index: 1;
}
.reviews-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.reviews-item__head {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
}
.woocommerce-review__author {
	font-size: var(--h3-size);
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 24px;
	z-index: 1;
}
.woocommerce-review__author:after {
	content: '';
	width: 1px;
	height: 12px;
	background: var(--black);
	opacity: .2;
	position: absolute;
	top: calc(50% - 6px);
	right: -11px;
	z-index: 1;
}
.woocommerce-review__published-date {
	font-weight: 300;
}
.reviews-item .star-rating {
	position: relative;
	width: 100px;
}
.reviews-item .star-rating::before {
	content: '';
	background: url(images/stars-rating-1.svg) no-repeat center;
	background-size: contain;
	width: 100px;
	height: 20px;
	display: block;
}
.reviews-item .star-rating span {
	position: absolute;
	overflow: hidden;
	font-size: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.reviews-item .star-rating span:before {
	content: '';
	background-image: url(images/stars-rating-2.svg);
	width: 100px;
	height: 20px;
	display: block;
}
.reviews-item__content {
	font-weight: 300;
}



.wc-block-components-notice-banner,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 20px 24px;
	background: var(--green-light);
	display: flex;
	align-items: center;
	margin-bottom: 24px !important;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	display: block;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
	font-weight: 700;
	color: var(--green);
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover {
	text-decoration: underline;
	color: var(--green-2);
}
ul.woocommerce-error {
	list-style: none;
}
.wc-block-components-notice-banner svg {
	flex: 0 0 36px;
	max-width: 36px;
	margin-right: 20px;
}
.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 {
	float: right;
	text-decoration: underline;
	margin-left: 30px;
	margin-bottom: 0px;
}










.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-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 24px;
	padding-bottom: 24px;
}
.productsCart-table tr.cart_item:nth-last-child(2) {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.productsCart-table td {
	display: block;
	padding: 0;
	border: none;
}
.productsCart-table td.product-thumbnail {
	flex: 0 0 165px;
	max-width: 165px;
	height: 165px;
	background: var(--white);
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
}
.productsCart-table td.product-thumbnail img {
	max-height: 100%;
	max-width: 100%;
}
.productsCart-table td.product-name {
	font-size: var(--h3-size);
	font-weight: 600;
	flex: auto;
	max-width: 100%;
	margin-right: 30px;
	text-transform: uppercase;
}
.productsCart-table td.product-name dl.variation {
	font-weight: 500;
	display: flex;
	font-size: var(--h6-size);
}
.productsCart-table td.product-name dl.variation dd {
	margin: 0 30px 0 10px;
}
.productsCart-table td.product-subtotal {
	font-size: var(--h2-size);
	font-weight: 600;
	flex: 0 0 150px;
	max-width: 150px;
	margin-right: 20px;
}
.productsCart-table td.product-quantity {
	flex: 0 0 165px;
	max-width: 165px;
	margin-right: 24px;
}
.productsCart-table td.product-remove {
	flex: 0 0 32px;
	max-width: 32px;
}
.productsCart-table td.product-remove a {
	display: block;
	width: 32px;
	height: 32px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/delete.svg);
    mask-image: url(images/delete.svg);
    background-color: #BBBBBB;
}
.productsCart-table td.product-remove a:hover {
	background-color: var(--black);
}

.productsCart-table-bottom {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 32px;
	border: none;
	margin-top: 32px;
	background: var(--green-light);
}
.productsCart-table-bottom .actions {
	flex: 0 0 56%;
	max-width: 56%;
	display: flex;
	align-items: center;
	margin-right: 32px;
}
.productsCart-table-bottom .coupon-label {
	margin: 0 32px 0 0;
	flex: 0 0 auto;
	font-size: var(--text-size);
	font-weight: 500;
	line-height: 1.21;
	text-transform: uppercase;
}
.productsCart-table-bottom .coupon {
	display: flex;
	flex: auto;
	border: 1px solid var(--green);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	height: 60px;
	overflow: hidden;
}
.productsCart-table-bottom .coupon .input-text {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
	margin-top: -1px;
}
.productsCart-table-bottom .coupon .btn {
	min-width: 164px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin-top: -1px;
}
.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.21;
}
.cart-collaterals tr:last-child {
	margin-bottom: 0;
}
.cart-collaterals th {
	font-size: var(--text-size);
	font-weight: 300;
	margin-right: 24px;
}
.cart-collaterals td {
	font-weight: 600;
	font-size: var(--h2-size);
	text-transform: uppercase;
}
.woocommerce-remove-coupon {
	font-size: var(--text-size-sm);
	font-weight: 300;
	color: var(--green-2);
	display: block;
	text-align: right;
	text-transform: none;
}
.block-freeShipping {
	display: flex;
	align-items: center;
	font-size: var(--h5-size);
	color: var(--orange);
	line-height: 1.2;
}
.block-freeShipping:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/free-shipping.svg);
    mask-image: url(images/free-shipping.svg);
    background-color: var(--orange);
    flex: 0 0 37px;
    max-width: 37px;
    width: 37px;
    height: 36px;
    margin-right: 12px;
}
.block-freeShipping .amount {
	font-weight: 700;
}


.pageCart-bottom {
	position: relative;
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pageCart-bottom .btn {
	padding-left: 38px;
	padding-right: 38px;
}
.wc-proceed-to-checkout {
	flex: auto;
	text-align: right;
}
.wc-proceed-to-checkout .btn {
	width: 100%;
	max-width: 450px;
}





.select2-container .select2-selection--single {
	height: 60px;
}
.select2-container--default .select2-selection--single {
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.4);
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 19px;
	padding-right: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 58px;
	color: var(--black);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 58px;
	width: 30px;
}



.pageCheckout-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pageCheckout-left {
	flex: 0 0 calc(100% / 3 * 2 - 15px);
	max-width: calc(100% / 3 * 2 - 15px);
}
.pageCheckout-right {
	flex: 0 0 calc(100% / 3 - 15px);
	max-width: calc(100% / 3 - 15px);
}
/*#billing_country_field {
	display: none;
}*/
.woocommerce-billing-fields > h3 {
	font-size: var(--h2-size);
	font-weight: 700;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 40px;
}
.form-rows,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -15px -30px;
}
.woocommerce-additional-fields__field-wrapper {
	margin-top: 30px;
}
.form-row {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.form-row:last-child {
	margin-bottom: 30px;
}
.form-row-first,
.form-row-last {
	flex: 0 0 50%;
	max-width: 50%;
}
.form-row.hide {
	display: none;
}
.form-row.notes {
	margin-bottom: 20px;
}
#additional_regulamin_field .woocommerce-input-wrapper {
	min-height: 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.form-row label.checkbox,
.woocommerce-form__label-for-checkbox {
	position: relative;
	padding-left: 44px;
	font-weight: 400;
	font-size: var(--text-size-sm);
	cursor: pointer;
	line-height: 1.21;
	display: inline-block;
}
.form-row label.checkbox input[type="checkbox"],
.woocommerce-form__label-for-checkbox input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	background: var(--white);
	border: 1px solid rgba(0, 0, 0, .4);
	width: 32px;
	height: 32px;
	outline: 0;
	padding: 0px;
	margin: 0;
	margin-right: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: -6px;
	cursor: pointer;
	transition: .25s;
}
.form-row label.checkbox input[type="checkbox"]:checked:after,
.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked:after {
	content: '';
    width: 8px;
    height: 16px;
    border-bottom: 1px solid var(--black);
    border-right: 1px solid var(--black);
    display: block;
    position: absolute;
    top: 4px;
    left: 11px;
    transform: rotate(45deg);
}
.form-row label.checkbox a {
	text-decoration: underline;
	color: var(--black);
}
.form-row label.checkbox a:hover {
	color: var(--green);
}
.woocommerce-account-fields {
	margin-top: 20px;
}
.woocommerce-account-fields p.form-row {
	margin-bottom: 10px;
}
.woocommerce-account-fields .create-account p.form-row > label {
	display: none;
}


.woocommerce-checkout-review-order table,
.woocommerce-checkout-review-order table thead,
.woocommerce-checkout-review-order table tbody,
.woocommerce-checkout-review-order table tfoot {
	display: block;
	width: 100%;
	padding: 0;
	border: none;
}
.woocommerce-checkout-review-order table thead tr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #CECECE;
	border-bottom: none;
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
	padding: 18px 18px 15px;
}
.woocommerce-checkout-review-order table thead th {
	font-weight: 500;
}
.woocommerce-checkout-review-order table tbody {
	border: 1px solid #CECECE;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}
.woocommerce-checkout-review-order table tbody tr {
	border-bottom: 1px solid #CECECE;
	display: flex;
}
.woocommerce-checkout-review-order table tbody tr:last-child {
	border-bottom: none;
}
.woocommerce-checkout-review-order table tbody td {
	padding: 18px;
}
.woocommerce-checkout-review-order table tbody td.product-name {
	flex: auto;
	max-width: 100%;
	border-right: 1px solid #CECECE;
	display: flex;
	align-items: center;
}
.woocommerce-checkout-review-order-table__image {
	flex: 0 0 70px;
	max-width: 70px;
	height: 70px;
	border: 1px solid #E5E5E5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-right: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce-checkout-review-order-table__image img {
	max-height: 70px;
}
.woocommerce-checkout-review-order-table__name {
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.21;
}
.woocommerce-checkout-review-order-table__name strong {
	font-weight: 600;
}
.woocommerce-checkout-review-order table tbody td.product-total {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 0 0 125px;
	max-width: 125px;
	text-align: right;
	font-weight: 600;
	text-transform: uppercase;
}
.woocommerce-checkout-review-order table tfoot {
	margin-top: 24px;
}
.woocommerce-checkout-review-order table tfoot tr.cart-discount {
	position: relative;
	background: var(--green-light);
	padding: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	z-index: 1;
}
.woocommerce-checkout-review-order table tfoot tr.cart-discount th {
	font-weight: 400;
	padding: 0;
}
.woocommerce-checkout-review-order table tfoot tr.cart-discount td {
	font-weight: 600;
	padding: 0;
	text-transform: uppercase;
}
.woocommerce-checkout-review-order table tfoot tr.shipping {
	display: block;
	width: 100%;
	margin-bottom: 24px;
	padding: 0;
}
.woocommerce-checkout-review-order table tfoot tr.shipping th {
	display: block;
	font-size: var(--h3-size);
	font-weight: 600;
	margin-bottom: 20px;
	text-align: left;
	padding: 0;
}
.woocommerce-checkout-review-order table tfoot tr.shipping td {
	display: block;
	padding: 0;
}
.woocommerce-shipping-methods,
.payment_methods {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.payment_methods {
	margin-bottom: 24px;
}
.woocommerce-shipping-methods li,
.payment_methods li {
	position: relative;
	margin-bottom: 16px;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-shipping-methods li:last-child,
.payment_methods li:last-child {
	margin-bottom: 0;
}
.woocommerce-shipping-methods li input,
.payment_methods li input {
	-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 #D2D2D2;
	flex: 0 0 21px;
	max-width: 21px;
	width: 21px;
	height: 21px;
	outline: 0;
	padding: 0px;
	margin: 0 12px 0 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	transition: .25s;
}
.woocommerce-shipping-methods li input:checked,
.payment_methods li input:checked {
	border-color: var(--green-2);
}
.woocommerce-shipping-methods li input:checked:after,
.payment_methods li input:checked:after {
	content: "";
	flex: 0 0 11px;
	max-width: 11px;
	height: 11px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--green-2);
	transition: .25s;
}
.woocommerce-shipping-methods li label,
.payment_methods li label {
	flex: auto;
	max-width: calc(100% - 33px);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 300;
}
.woocommerce-shipping-methods li label .amount {
	font-weight: 600;
}
.payment_methods li .payment_box {
	font-size: var(--text-size-sm);
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 5px;
	background: var(--grey);
	padding: 15px;
	line-height: 1.21;
}
.woocommerce-checkout-review-order table tfoot tr.order-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	padding: 18px;
	background: var(--green-light);
}
.woocommerce-checkout-review-order table tfoot tr.order-total th {
	line-height: 1.21;
	font-weight: 400;
	padding: 0;
}
.woocommerce-checkout-review-order table tfoot tr.order-total td {
	display: block;
	padding: 0;
	font-weight: 600;
	line-height: 1.21;
	text-transform: uppercase;
}
.woocommerce-checkout-review-order table tfoot tr.order-total td strong {
	font-weight: 600;
}
.woocommerce-checkout-payment-heading {
	font-size: var(--h3-size);
	font-weight: 600;
	margin-bottom: 20px;
}
.woocommerce-privacy-policy-text {
	font-size: var(--text-size-sm);
	font-weight: 300;
	line-height: 1.21;
	margin-bottom: 24px;
}
.woocommerce-privacy-policy-text a {
	color: var(--black);
	text-decoration: underline;
}
.woocommerce-privacy-policy-text a:hover {
	text-decoration: none;
}
.place-order .btn {
	width: 100%;
}
.pageThanks-order {
	position: relative;
    background: var(--white);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    width: 50%;
    max-width: 550px;
    margin-left: auto;
    margin-top: -320px;
    padding: 40px 40px 26px;
    z-index: 1;
}
.pageThanks-order:before {
	content: '';
	display: block;
	background: url(images/check-thanks.svg) no-repeat center;
	background-size: contain;
	width: 150px;
	height: 120px;
	margin: 0 auto 32px;
}
.woocommerce-thankyou-order-received {
	position: relative;
	margin-bottom: 32px;
	text-align: center;
	font-size: var(--h2-size);
	font-weight: 700;
}
.woocommerce-thankyou-order-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.woocommerce-thankyou-order-details-left {
	flex: auto;
}
.woocommerce-order-overview__total {
	flex: 0 0 auto;
	margin-left: 24px;
	font-size: var(--h2-size);
	font-weight: 600;
	text-transform: uppercase;
}
.woocommerce-order-overview__order {
	font-weight: 300;
	font-size: var(--h3-size);
	margin-bottom: 6px;
}
.woocommerce-order-overview__order strong {
	font-weight: 700;
}
.woocommerce-order-overview__date {
	font-size: var(--text-size-sm);
	font-weight: 300;
}


.woocommerce-bacs-bank-details {
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 30px;
}
.wc-bacs-bank-details-heading {
	font-size: var(--h3-size);
	margin-bottom: 12px;
}
.wc-bacs-bank-details-account-name {
	font-size: var(--h5-size);
	margin-bottom: 8px;
}
.wc-bacs-bank-details {
	padding-left: 0;
	list-style: none;
}
.wc-bacs-bank-details li {
	margin-bottom: 4px;
}
.wc-bacs-bank-details li:last-child {
	margin-bottom: 0;
}




.pageLogin-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pageLogin-left,
.pageLogin-right {
	flex: 0 0 calc(50% - 50px);
	max-width: calc(50% - 50px);
}
.woocommerce-form-login,
.woocommerce-form-register {
	position: relative;
	z-index: 1;
}
.woocommerce-form-login > h2,
.woocommerce-form-register > h2 {
	font-size: var(--h3-size);
	font-weight: 600;
	margin-bottom: 20px;
}
.woocommerce-form-register .woocommerce-privacy-policy-text {
	margin-bottom: 0px;
}


.clear {
	clear: both;
}
.woocommerce-MyAccount-navigation {
	position: relative;
	float: left;
	width: 280px;
	background: var(--green-light);
	padding: 16px;
	z-index: 1;
}
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 10px;
	line-height: 1.2;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	font-weight: 400;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 12px;
	color: var(--black);
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
	background: var(--green);
	color: var(--white);
	text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	font-weight: 600;
}
.woocommerce-MyAccount-content {
	position: relative;
	float: right;
	width: calc(100% - 280px - 30px);
	z-index: 1;
}


.woocommerce-MyAccount-orders,
.woocommerce-order-details table {
	width: 100%;
	border-collapse: collapse;
}
.woocommerce-MyAccount-orders th,
.woocommerce-MyAccount-orders td,
.woocommerce-order-details th,
.woocommerce-order-details td {
	border: 1px solid var(--grey);
	padding: 10px 15px;
}
.woocommerce-MyAccount-orders th,
.woocommerce-order-details th {
	background: var(--green-light);
	font-weight: 500;
}

.woocommerce-order-details {
	margin-bottom: 40px;
}
.woocommerce-order-details > h2,
.woocommerce-column__title {
	font-size: var(--h3-size);
	margin-bottom: 20px;
}
.woocommerce-order-details a {
	pointer-events: none;
}
.woocommerce-order-details .wc-item-meta {
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
}
.woocommerce-order-details .wc-item-meta li {
	margin-bottom: 3px;
}
.woocommerce-order-details .wc-item-meta li:last-child {
	margin-bottom: 0;
}
.woocommerce-order-details .wc-item-meta li p {
	display: inline;
}
.woocommerce-table--custom-fields {
	margin-top: 20px;
}

.woocommerce-customer-details address,
.woocommerce-Address address {
	font-style: normal;
	border: 1px solid var(--grey);
	padding: 20px;
}

.woocommerce-Address-title .edit {
	display: inline-block;
	margin-bottom: 10px;
	color: red;
}
.woocommerce-Address-title .edit:hover {
	color: var(--black);
}
#billing_nip_field > label,
#billing_comments_field > label {
	display: none;
}




.pageContacts-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.pageContacts-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 30px;
	padding: 0 15px;
}
.pageContacts-item__wrap {
	position: relative;
	display: flex;
}
.pageContacts-item__icon {
	flex: 0 0 80px;
	max-width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--white);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
	margin-right: 18px;
}
.pageContacts-item__icon:before {
	content: '';
	flex: 0 0 44px;
	max-width: 44px;
	height: 44px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--green);
}
.pageContacts-item.phone .pageContacts-item__icon:before {
    -webkit-mask-image: url(images/phone.svg);
    mask-image: url(images/phone.svg);
}
.pageContacts-item.address .pageContacts-item__icon:before {
    -webkit-mask-image: url(images/location.svg);
    mask-image: url(images/location.svg);
}
.pageContacts-item.e-mail .pageContacts-item__icon:before {
    -webkit-mask-image: url(images/email-solid.svg);
    mask-image: url(images/email-solid.svg);
}
.pageContacts-item__info {
	flex: auto;
	max-width: calc(100% - 80px - 18px);
}
.pageContacts-item__label {
	font-weight: 300;
	line-height: 1.21;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.pageContacts-item__value {
	font-size: var(--h3-size);
	font-weight: 600;
	margin-bottom: 16px;
}
.pageContacts-item__value a {
	color: var(--black);
}
.pageContacts-item__value a:hover {
	color: var(--green);
	text-decoration: none;
}
.pageContacts-item__value:last-child {
	margin-bottom: 0;
}

.pageContacts-social {
	position: relative;
	background: var(--green-light);
	margin-top: 32px;
	padding: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pageContacts-social-site,
.pageContacts-social-messengers {
	display: flex;
	align-items: center;
}
.pageContacts-social-label {
	margin: 0 24px 0 0;
	line-height: 1.21;
	text-transform: uppercase;
	max-width: 195px;
}
.pageContacts-social-phone {
	font-weight: 600;
	margin: 0 24px 0 0;
}
.pageContacts-social-phone a {
	color: var(--black);
}
.pageContacts-social-phone a:hover {
	color: var(--green);
	text-decoration: none;
}


.pageContacts-map {
	position: relative;
	margin-top: 32px;
}
.pageContacts-map iframe {
	width: 100%;
	height: 360px;
}




table.wishlist_table {
	display: block;
	width: 100%;
	border: none;
	padding: 0;
	font-size: 100%;
}
table.wishlist_table tbody td {
	padding: 0;
	display: block;
}
p.wishlist-empty, table.wishlist_table tbody td.wishlist-empty {
	font-size: var(--h3-size);
	font-weight: 600;
	text-align: center;
	margin: 0;
}

table.wishlist_table tbody {
	position: relative;
	width: 100%;
	margin: 0 -15px -30px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 1;
}
table.wishlist_table tbody tr {
	position: relative;
	margin: 0 0 30px;
	padding: 0 15px;
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
	z-index: 1;
}
.remove_from_wishlist {
	position: absolute;
	background: var(--white);
	box-shadow: 0px 2.92222px 8.76667px rgba(0, 0, 0, 0.06);
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	top: 0;
	right: 25px;
	width: 40px;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 8px;
	font-size: var(--h2-size);
	font-weight: 500;
	line-height: 1;
	color: var(--black);
	z-index: 9;
}
.remove_from_wishlist:hover {
	color: var(--green);
	text-decoration: none;
}


.pageThanks-content {
	font-size: var(--h2-size);
	text-align: center;
	color: var(--green);
	margin-bottom: 60px;
	font-weight: 600;
}





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

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 30px;
		--h2-size: 24px;
		--h3-size: 18px;
		--h4-size: 16px;
		--h5-size: 16px;
		--h6-size: 16px;
	}
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.topbar-message p {
		font-size: var(--text-size);
	}
	.footer-widget {
		max-width: 230px;
	}
	.qib-container:not(#qib_id):not(#qib_id) {
		flex: 0 0 155px;
		max-width: 155px;
		width: 155px;
	}
	.qib-container div.quantity:not(#qib_id):not(#qib_id) {
		margin: 0 12px !important;
	}
	form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id), form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_) {
    	margin-left: 20px !important;
	}
	.productsCart-table td.product-thumbnail {
		flex: 0 0 140px;
		max-width: 140px;
		height: 140px;
	}
	.productsCart-table td.product-quantity {
		flex: 0 0 155px;
		max-width: 155px;
	}
	.productsCart-table td.product-subtotal {
		flex: 0 0 140px;
		max-width: 140px;
	}
	.productsCart-table-bottom .actions {
		display: block;
	}
	.productsCart-table-bottom .coupon-label {
		margin: 0 0 10px;
	}
	.pageCheckout-left {
    	flex: 0 0 calc(60% - 15px);
    	max-width: calc(60% - 15px);
	}
	.pageCheckout-right {
    	flex: 0 0 calc(40% - 15px);
    	max-width: calc(40% - 15px);
	}
	.page-header-main {
		min-height: 320px;
	}
	.pageThanks-order {
		margin-top: -240px;
	}
	.pageThanks-order:before {
		height: 100px;
	}
}



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

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 30px;
		--h2-size: 24px;
		--h3-size: 18px;
		--h4-size: 16px;
		--h5-size: 16px;
		--h6-size: 16px;
	}
	.topbar-wrap {
		flex-wrap: wrap;
	}
	.topbar-switch {
		order: 1;
	}
	.topbar-phone {
		order: 2;
	}
	.topbar-message {
		order: 3;
		flex: 0 0 100%;
		max-width: 100%;
		border: 1px solid rgba(255,255,255,.2);
		border-bottom: none;
	}
	.header-logo {
		flex: auto;
	}
	.header-search {
		max-width: 32px;
		margin: 0 0 0 24px;
	}
	.search-form {
		display: none;
	}
	.header-search form.search-form {
		display: none;
		position: absolute;
        width: var(--container);
        right: -320px;
        top: 55px;
        z-index: 9;
	}
	#search-results {
		top: 105px;
		width: var(--container);
		min-width: auto;
		left: auto;
		right: -320px;
	}
	.header-icon,
	.header-icon:first-child {
		margin-left: 24px;
		padding-left: 24px;
	}
	.header-icon:first-child:before {
		display: block;
	}
	.header {
		position: sticky;
		top: 0;
	}
	.mainNav {
		display: none;
	}
	.archiveShop-sidebar {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.archiveShop-body {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.archiveShop-filter-btn {
		width: 100%;
	}
	.widget-area {
		display: none;
		margin-top: 10px;
	}
	.products-item__image {
		height: calc((var(--container) - 2 * 30px) / 3 / .9228);
	}
	.products-item__image img {
	    max-height: calc((var(--container) - 2 * 30px) / 3 / .9228);
	}
	.about-section:before {
		width: 100%;
	}
	.about-wrap {
		flex-direction: column-reverse;
	}
	.about-right {
		flex: auto;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.about-image {
		height: 320px;
		width: calc((100vw - var(--container)) / 2 + 100%);
	}
	.about-image span {
		position: relative;
	}
	.about-left {
		flex: auto;
		max-width: 100%;
	}
	.feedback-left {
		display: none;
	}
	.feedback-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-wrap {
		flex-direction: column;
		align-items: center;
	}
	.footer-widget {
		max-width: 100%;
		margin: 0 0 40px;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer-widget:last-child {
		margin-bottom: 0;
	}
	.footer-soc {
		justify-content: center;
	}
	.bottom-wrap {
		flex-direction: column;
		align-items: center;
	}
	.bottom-menu {
		margin: 0 0 10px;
		order: 1;
		display: block;
		text-align: center;
	}
	.bottom-menu li {
		margin: 0 0 6px;
	}
	.bottom-menu li:last-child {
		margin-bottom: 0;
	}
	.copyright {
		margin: 0 0 10px;
		order: 2;
		text-align: center;
	}
	.developer {
		order: 3;
		text-align: center;
	}
	.page-header-main {
        min-height: 200px;
    }
    .page-title {
    	margin-bottom: 12px;
    }
    .singleProduct-images {
	    flex: 0 0 100%;
	    max-width: 100%;
	    margin-bottom: 30px;
	}


	.singleProduct-mainSlider,
	.woocommerce-product-gallery__image {
		height: calc(var(--container) / 1.75);
	}
	.woocommerce-product-gallery__image img {
		max-height: calc(var(--container) / 1.75);
	}
	.singleProduct-otherSlider,
	.woocommerce-product-gallery__thumbnail {
		height: calc((var(--container) - 3 * 8px) / 4);
	}
	.woocommerce-product-gallery__thumbnail img {
		max-height: calc((var(--container) - 3 * 8px) / 4);
	}
	.singleProduct-summary {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleProduct-top,
	.woocommerce-product-details__short-description {
		margin-bottom: 30px;
	}
	.singleProduct-instruction {
		flex-direction: column-reverse;
	}
	.singleProduct-instruction-right {
		flex: auto;
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.singleProduct-instruction-left {
		flex: auto;
		max-width: 100%;
		width: 100%;
	}
	.singleProduct-instruction-content {
		font-size: var(--h3-size);
	}

	.singleProduct-instruction-video video {
		height: calc(var(--container) / 1.78);
	}
	.singleProduct-header {
		padding: 30px 0 24px;
	}

	.productsCart-table tr.cart_item {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.productsCart-table td.product-thumbnail {
		flex: 0 0 80px;
		max-width: 80px;
		height: 80px;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.productsCart-table td.product-name {
		flex: 0 0 calc(100% - 80px - 20px);
		max-width: calc(100% - 80px - 20px);
		margin-right: 0;
		margin-bottom: 10px;
	}
	.productsCart-table td.product-quantity {
		margin-right: 20px;
	}
	.productsCart-table td.product-subtotal {
		margin-right: 20px;
		max-width: calc(100% - 155px - 20px - 32px - 20px);
		text-align: center;
	}
	.productsCart-table-bottom {
		padding: 24px;
		flex-wrap: wrap;
	}
	.productsCart-table-bottom .actions {
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.productsCart-table-bottom > td {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pageCart-bottom {
		flex-direction: column-reverse;
	}
	.pageCart-bottom .btn {
		width: 100%;
		max-width: 100%;
	}
	.pageCart-back {
		width: 100%;
	}
	.wc-proceed-to-checkout {
		margin-bottom: 15px;
		width: 100%;
	}
	.pageCheckout-left {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.pageCheckout-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pageThanks-order {
        margin-top: -80px;
        width: 100%;
        max-width: 100%;
    }
    .pageLogin-left, .pageLogin-right {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .pageLogin-left {
    	margin-bottom: 30px;
    	padding-bottom: 30px;
    	border-bottom: 1px solid rgba(0,0,0,.2);
    }
    .woocommerce-MyAccount-navigation {
    	width: 100%;
    	margin-bottom: 30px;
    }
    .woocommerce-MyAccount-content {
    	width: 100%;
    }
    table.wishlist_table tbody tr {
    	flex: 0 0 calc(100% / 3);
    	max-width: calc(100% / 3);
    }
    .blog-item {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .blog-item__image {
    	height: calc((var(--container) - 30px) / 2 / 1.2121);
    }
    .alignleft,
    .alignright,
    .aligncenter {
    	float: none;
    	margin: 0 0 16px;
    	display: block;
    }
    .error-404-number {
    	font-size: calc(var(--h1-size) * 6);
    }
    .page-header-main {
    	max-width: 75%;
    }

    .pageContacts-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .pageContacts-item__icon {
	    flex: 0 0 60px;
	    max-width: 60px;
	    height: 60px;
	}
	.pageContacts-item__icon:before {
		flex: 0 0 32px;
		max-width: 32px;
		height: 32px;
	}
	.pageContacts-social {
		padding: 24px;
	}
	.pageContacts-social-site, .pageContacts-social-messengers {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pageContacts-social-site {
		margin-bottom: 24px;
	}

}





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

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 26px;
		--h2-size: 22px;
		--h3-size: 16px;
		--h4-size: 15px;
		--h5-size: 15px;
		--h6-size: 15px;
	}
	.section {
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.section-md {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.heading {
		margin-bottom: 24px;
	}
	.header-wrap {
		height: 56px;
	}
	.header-logo img {
		max-height: 56px;
	}
	.header-icon:before {
		display: none !important;
	}
	.header-icon, .header-icon:first-child {
		padding-left: 0;
		margin-left: 16px;
	}
	.header-search {
		margin-left: 16px;
	}
	.header-search form.search-form {
		right: -194px;
		top: 50px;
	}
	#search-results {
		right: -194px;
		top: 100px;
	}
	.header-icon a span {
		min-width: 16px;
		height: 16px;
		padding: 0 2px;
		right: -4px;
	}
	.owl-heroSlider .owl-dots {
		bottom: 30px;
	}
	.products-item__image,
	.products-items.big .products-item__image {
		height: calc((var(--container) - 30px) / 2 / .9228);
	}
	.products-item__image img,
	.products-items.big .products-item__image img {
    	max-height: calc((var(--container) - 30px) / 2 / .9228);
	}
	.owl-nav button {
		margin-right: 50px;
	}
	.owl-nav:before {
		left: 64px;
	}
	.owl-products .owl-nav,
	.owl-blog .owl-nav {
		top: -60px;
	}
	.products-heading,
	.relatedBlog-section .heading {
		padding-right: 140px;
	}
	.about-button {
		margin-top: 24px;
	}
	.faq-item__head {
		padding: 16px 8px;
	}
	.faq-item__body {
		padding: 0 8px 16px;
	}
	.form-field-50,
	.form-row-first, .form-row-last {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-logo {
		margin-bottom: 24px;
	}
	.page-header-main {
		max-width: 100%;
		padding-top: 40px;
		padding-bottom: 40px;
		min-height: 140px;
	}
	.page-header-image {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.page-header-image span {
		width: 100%;
		left: 0;
		-webkit-mask-image: none;
		mask-image: none;
	}
	.page-header-image:after {
		content: '';
		background: var(--white);
		opacity: .75;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 2;
	}
	.products-items.columns-3 .products-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.singleProduct-mainSlider,
	.woocommerce-product-gallery__image {
		height: var(--container);
	}
	.woocommerce-product-gallery__image img {
		max-height: var(--container);
	}
	.singleProduct-otherSlider,
	.woocommerce-product-gallery__thumbnail {
		height: calc((var(--container) - 2 * 8px) / 3);
	}
	.woocommerce-product-gallery__thumbnail img {
		max-height: calc((var(--container) - 2 * 8px) / 3);
	}
	.reviews-item__head {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.reviews-item .star-rating {
		margin-top: 5px;
	}
	.form-rows, .woocommerce-billing-fields__field-wrapper, .woocommerce-additional-fields__field-wrapper {
		margin: 0 0 -16px;
	}
	.form-row {
		padding: 0;
		margin: 0 0 16px;
	}
	.woocommerce-billing-fields > h3 {
		margin-bottom: 24px;
		padding-bottom: 12px;
	}
	.form-row.notes {
		margin-bottom: 10px;
	}
	.pageThanks-order {
		margin-top: -60px;
	}
	.pageThanks-order:before {
		height: 80px;
		margin-bottom: 24px;
	}
	table.wishlist_table tbody tr {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.woocommerce-MyAccount-orders,
    .woocommerce-MyAccount-orders tbody {
    	display: block;
    	width: 100%;
    	padding: 0;
    	border: none;
    }
    .woocommerce-MyAccount-orders thead {
    	display: none;
    }
    .woocommerce-MyAccount-orders tr {
    	display: block;
    	width: 100%;
    	padding: 0;
    	border: none;
    	margin-bottom: 20px;
    	padding-bottom: 20px;
    	border-bottom: 1px solid rgba(0,0,0,.05);
    }
    .woocommerce-MyAccount-orders tr:last-child {
    	margin-bottom: 0;
    	padding-bottom: 0;
    	border-bottom: none;
    }
    .woocommerce-MyAccount-orders td {
    	display: block;
    	width: 100%;
    	padding: 0;
    	border: none;
    	margin-bottom: 5px;
    	font-weight: 600;
    }
    .woocommerce-MyAccount-orders td:last-child {
    	margin-bottom: 0;
    }
    .woocommerce-MyAccount-orders td:before {
    	content: attr(data-title) ": ";
    	font-weight: 400;
    	color: var(--black);
    }

    .woocommerce-ordering select {
    	width: 100%;
    }
}





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

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 26px;
		--h2-size: 22px;
		--h3-size: 16px;
		--h4-size: 15px;
		--h5-size: 15px;
		--h6-size: 15px;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
		padding: 12.5px 20px;
		min-height: 48px;
	}
	.btn {
		padding: 12.5px 20px;
		min-height: 48px;
	}
	.btn-link {
		padding: 0;
		min-height: auto;
	}
	.topbar-wrap {
		justify-content: center;
	}
	.topbar-phone {
		display: none;
	}
	.topbar-message {
		border-left: none;
		border-right: none;
	}
	.topbar-switch-item:first-child {
		border-left: none;
	}
	.topbar-switch-item:last-child {
		border-right: none;
	}
	.heroSlider-section, .heroSlider-item {
		height: calc(100vw / .75789);
	}
	.products-item__bottom {
		display: block;
	}
	.products-item__volume {
		margin-left: 0;
	}
	.products-items {
		margin: 0 -6px -16px;
	}
	.products-item {
		margin: 0 0 16px;
		padding: 0 6px;
	}
	.singleProduct-meta .yith-wcwl-add-to-wishlist a {
		width: 40px;
		height: 40px;
	}
	.singleProduct-meta .yith-wcwl-add-to-wishlist a img {
		width: 24px;
		max-width: 24px;
	}
	.singleProduct-meta {
		margin-left: 16px;
	}
	.singleProduct-bottom {
		padding: 16px;
		display: block;
	}
	.singleProduct-price {
		margin: 0 0 12px;
	}
	.qib-container:not(#qib_id):not(#qib_id) {
		height: 48px;
		flex: 0 0 136px;
		max-width: 136px;
		width: 136px;
		padding: 12px;
	}
	form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id), form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_) {
		margin-left: 10px !important;
		height: 48px;
		flex: auto;
	}
	.woocommerce-tabs ul.tabs li a {
		min-width: 110px;
	}
	.singleProduct-instruction-right {
		margin-bottom: 24px;
	}
	.singleProduct-instruction-heading {
		margin-bottom: 16px;
	}
	.productsCart-table td.product-quantity {
		flex: 0 0 136px;
		max-width: 136px;
	}
	.productsCart-table td.product-subtotal {
        max-width: calc(100% - 136px - 20px - 32px - 20px);
    }
    .productsCart-table-bottom {
    	padding: 16px;
    }
    .productsCart-table-bottom .coupon {
    	height: 48px;
    }
    .productsCart-table-bottom .coupon .btn {
    	min-width: 120px;
    }
    .productsCart-table tr.cart_item {
    	margin-bottom: 16px;
    	padding-bottom: 16px;
    }
    .pageThanks-order {
    	padding: 24px 24px 16px;
    }
    .blog-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .blog-item__image {
    	height: calc(var(--container) / 1.2121);
    }
    .pageContacts-social {
        padding: 16px;
    }
    .pageContacts-social-site {
    	margin-bottom: 16px;
    }
    .error-404-number {
        font-size: calc(var(--h1-size)* 5);
    }
    .error-404-number span {
	    transform: rotate(13deg);
	    margin-right: 10px;
	}
	table.wishlist_table tbody {
		width: auto;
		min-width: 100%;
		margin: 0 -6px -16px;
	}
	table.wishlist_table tbody tr {
		margin: 0 0 16px;
		padding: 0 6px;
	}
}









/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
