/*!
Theme Name: Seller Services
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sellerservices
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.

Seller Services 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=Inter:wght@100..900&display=swap');


:root {
	--container: 1296px;

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

	--grey: #8D92A9;
	--black: #404040;
	--yellow: #FFDD15;
	--orange: #FF8A00;
	--white: #FFFFFF;
}

*, ::after, ::before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	color: var(--grey);
	background: #F6F6F6;
	line-height: 1.21;
}
body.home {
	background: var(--white);
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
img[data-lazyloaded]{
   opacity: 0;
}
img.litespeed-loaded{
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}
.bg-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
a {
	color: var(--grey);
	text-decoration: none;
	transition: .25s;
}
a:hover {
	color: var(--orange);
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	line-height: 1.21;
	color: var(--black);
}
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, .wp-caption, gallery {
	margin: 0 0 20px;
}
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, .wp-caption:last-child, gallery:last-child {
	margin-bottom: 0;
}
button, input {
	font-family: 'Inter', sans-serif;
}

.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px -15px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 0 15px;
	padding: 0 7px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
select {
	width: 100%;
	background: transparent;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 11.5px 20px;
	color: var(--black);
	outline: none;
	border: 1px solid var(--grey);
	min-height: 46px;
	transition: .25s;
}
.footer input[type="text"],
.footer input[type="tel"],
.footer input[type="email"],
.footer input[type="password"],
.footer textarea,
.footer select {
	border-color: var(--white);
	color: var(--white);
}
.footer ::-webkit-input-placeholder {
  color: var(--white);
}
.footer ::-moz-placeholder {
  color: var(--white);
}
.footer :-ms-input-placeholder {
  color: var(--white);
}
.footer :-moz-placeholder {
  color: var(--white);
}
textarea {
	height: 124px;
}
select {
	cursor: pointer;
}
.wpcf7-spinner {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.wpcf7-not-valid-tip {
	font-size: var(--text-size-sm);
	margin-top: 3px;
	font-weight: 500;
	letter-spacing: 0;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 10px 15px;
	font-size: var(--text-size);
	text-align: center;
	letter-spacing: 0;
}
.form-field-button {
	text-align: center;
}



.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}


.section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 1;
}
.section-md {
	position: relative;
	padding-top: 56px;
	padding-bottom: 56px;
	z-index: 1;
}
.screen-reader-text {
	display: none;
}
.bg-light {
	background: #F8F8F8;
}
.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: 768px) {
	.hide-md {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}



.heading {
	position: relative;
	margin-bottom: 36px;
	z-index: 2;
}
.heading.center {
	text-align: center;
}
.heading h2 {
	font-size: var(--h1-size);
}




.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	line-height: 1.5;
	padding: 8.5px 16px;
	background: none;
	border: 1px solid transparent;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	min-height: 40px;
	outline: none;
	cursor: pointer;
	transition: .25s;
}
.btn.min-w {
	min-width: 190px;
}
.btn-lg {
	font-size: 16px;
	min-height: 56px;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
}
.btn-primary {
	background-color: var(--yellow);
	border-color: var(--yellow);
	color: var(--black);
}
.btn-primary:hover {
	background-color: var(--orange);
	border-color: var(--orange);
	color: var(--white);
}
.btn-outline-primary {
	background-color: transparent;
	border-color: var(--grey);
	color: var(--black);
}
.btn-outline-primary:hover {
	background-color: var(--grey);
	border-color: var(--grey);
	color: var(--white);
}
.btn-link {
	min-height: auto;
	padding: 0;
	font-weight: 700;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: var(--orange);
	transition: .5s;
}
.btn-link:hover {
	color: var(--black);
}
.btn-link-icon {
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow_forward.svg);
	mask-image: url(images/arrow_forward.svg);
	background-color: var(--orange);
	margin-bottom: -2px;
	transition: .5s;
}
.btn-link:hover .btn-link-icon {
	background-color: var(--black);
	transform: translateX(5px);
}



.owl-nav {
	position: absolute;
	width: 100%;
	top: calc(50% - 20px);
	left: 0;
	transition: .25s;
	z-index: 9;
}
.owl-carousel:hover .owl-nav {
	opacity: 1;
}
.owl-nav button {
	position: absolute;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0;
	outline: none;
	cursor: pointer;
	background: var(--yellow) !important;
	transition: .25s;
}
.owl-nav button.owl-prev {
	left: -20px;
	transform: rotate(180deg);
}
.owl-nav button.owl-next {
	right: -20px;
}
.owl-nav button:hover {
	background: var(--black) !important;
}
.owl-nav button:before {
	content: '';
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow_forward.svg);
	mask-image: url(images/arrow_forward.svg);
	background-color: var(--black) !important;
	transition: .25s;
}
.owl-nav button:hover:before {
	background-color: var(--white) !important;
}

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


.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	position: relative;
	margin-right: 20px;
}
.soc-links.sm li {
	margin-right: 15px;
}
.soc-links li.soc-mobile {
	display: none;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	z-index: 1;
}
.soc-links.sm li a {
	width: 20px;
	height: 20px;
}
.soc-links li a svg {
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
}
.soc-links li a svg path {
	stroke: var(--yellow);
	transition: .25s;
}
.soc-links.orange li a svg path {
	stroke: var(--orange);
}
.soc-links li a:hover svg path {
	stroke: var(--orange);
}
.soc-links.orange li a:hover svg path {
	stroke: var(--yellow);
}


/*
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 535px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: var(--white);
	background-clip: padding-box;
	outline: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: var(--blue-dark);
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .8;
	z-index: 1049;
}
.modal-header {
	position: relative;
	padding: 30px 50px 20px;
	background: var(--blue);
	color: var(--white);
	z-index: 1;
}
.modal-title {
	font-size: var(--h4-size);
	font-weight: 400;
	font-family: 'DaysOne';
	line-height: 1.458;
	letter-spacing: 0;
	margin-bottom: 0;
}
.modal-description {
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 0;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: 12px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: var(--blue-light);
	width: 28px;
	height: 28px;
	top: 7px;
	right: 7px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .25s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--yellow);
}
.modal-body {
	position: relative;
	padding: 20px 50px 55px;
}
*/




.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);
  border-radius: 0;
  height: 100%;
  width: 100%;
  margin-left: auto;
  transform: translateY(-100%);
  transition: .25s;
  overflow: auto;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateY(0);
}
.modal-mobile-header {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #DCDDE3;
}
.modal-mobile-header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 46px;
}
.modal-mobile-logo img {
	max-height: 46px;
}
.modal-mobile-close {
  -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);
  flex: 0 0 32px;
  max-width: 32px;
  height: 32px;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none !important;
  transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--orange);
}
.modal-mobile-body {
	flex: auto;
	padding: 30px 0;
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-menu li {
	margin-bottom: 15px;
}
.mobile-menu li:last-child {
	margin-bottom: 0;
}
.mobile-menu li a {
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: var(--text-size-lg);
	color: var(--black);
}
.mobile-menu li a:hover {
	color: var(--orange);
}
.modal-mobile-footer {
	position: relative;
	padding: 30px 0;
	background: var(--black);
	z-index: 1;
}
.modal-mobile-footer:before {
  content: '';
  background: url(images/footer-bg.png) no-repeat center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .1;
  z-index: -1;
}
.mobile-contacts {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.mobile-contacts:last-child {
	margin-bottom: 0;
}
.mobile-contacts p {
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	font-weight: 500;
	color: var(--white);
	font-size: var(--text-size-lg);
	z-index: 1;
}
.mobile-contacts p:last-child {
	margin-bottom: 0;
}
.mobile-contacts p:before {
	content: '';
	flex: 0 0 22px;
	max-width: 22px;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--yellow);
}
.mobile-contacts p:last-child {
	margin-bottom: 0;
}
.mobile-contacts p.phone:before {
	-webkit-mask-image: url(images/call.svg);
    mask-image: url(images/call.svg);
}
.mobile-contacts p.e-mail:before {
	-webkit-mask-image: url(images/mail.svg);
    mask-image: url(images/mail.svg);
}
.mobile-contacts p.address:before {
	-webkit-mask-image: url(images/location.svg);
    mask-image: url(images/location.svg);
}
.mobile-contacts p.schedule:before {
	-webkit-mask-image: url(images/avg_pace.svg);
    mask-image: url(images/avg_pace.svg);
}
.mobile-contacts p a {
	color: var(--white);
}
.mobile-contacts p a:hover {
	color: var(--yellow);
}
.mobile-soc {
	margin-top: 20px;
	justify-content: center;
}



.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: grid;
	grid-gap: 30px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}


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

.topbar {
	position: relative;
	background: var(--black);
	color: var(--white);
	padding: 10px 0;
	z-index: 1;
}
.topbar-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 20px;
}
.topbar-contacts {
	display: flex;
	align-items: center;
}
.topbar-contacts p {
	position: relative;
	margin: 0 50px 0 0;
	display: flex;
	align-items: center;
	z-index: 1;
}
.topbar-contacts p:last-child {
	margin-right: 0;
}
.topbar-contacts p:before {
	content: '';
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--yellow);
	margin-right: 10px;
}
.topbar-contacts p.address:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.topbar-contacts p.phone:before {
	-webkit-mask-image: url(images/call.svg);
	mask-image: url(images/call.svg);
}
.topbar-contacts p.e-mail:before {
	-webkit-mask-image: url(images/mail.svg);
	mask-image: url(images/mail.svg);
}
.topbar-contacts p.schedule:before {
	-webkit-mask-image: url(images/avg_pace.svg);
	mask-image: url(images/avg_pace.svg);
}
.topbar-contacts p a {
	color: var(--white);
}
.topbar-contacts p a:hover {
	color: var(--yellow);
}


.header {
	position: relative;
	padding: 15px 0;
	background: var(--white);
	z-index: 98;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 75px;
}
.header-logo {
	flex: auto;
	max-width: 200px;
	margin-right: 30px;
}
.header-logo img {
	max-height: 75px;
}
.header-catalog {
	position: relative;
	flex: auto;
	max-width: 300px;
	margin-right: 30px;
	z-index: 1;
}
.header-catalog-toggle {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #F1F2F8;
	height: 46px;
	padding: 5px 25px;
	font-size: var(--text-size-lg);
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	color: var(--black);
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .25s;
}
.header-catalog-toggle:hover {
	color: var(--orange);
}
.header-catalog-toggle:after {
	content: '';
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	background-color: var(--orange);
	margin-left: 10px;
	transition: .25s;
}
.active > .header-catalog-toggle:after {
	transform: rotate(90deg);
}
.header-catalog-sub {
	display: none;
	position: absolute;
	min-width: 280px;
	width: 100%;
	top: calc(100% + 10px);
	left: 0;
	z-index: 2;
}
.catalog-menu ul {
	position: relative;
	margin: 0;
	padding: 13px 0;
	list-style: none;
	background: var(--white);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	z-index: 1;
}
.catalog-menu ul li {
	position: relative;
	padding: 0 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index: 1;
}
.catalog-menu ul li:before {
	content: '';
	background: #F1F2F8;
	position: absolute;
	width: calc(100% - 26px);
	height: 100%;
	top: 0;
	left: 13px;
	opacity: 0;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	transition: .25s;
	z-index: -1;
}
.catalog-menu ul li:hover:before {
	opacity: 1;
}
.catalog-menu ul li a {
	flex: 0 0 100%;
	max-width: 100%;
	display: block;
	font-size: var(--text-size-lg);
	font-weight: 500;
	padding: 10px 12px;
	color: var(--black);
}
.catalog-menu ul li.parent > a {
	flex: 0 0 calc(100% - 12px - 10px - 13px);
	max-width: calc(100% - 12px - 10px - 13px);
}
.catalog-menu ul li:hover > a {
	color: var(--orange);
}
.catalog-menu-toggle {
	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 12px;
	max-width: 12px;
	height: 12px;
	margin: 0 13px 0 10px;
	transform: rotate(-90deg);
	transition: .25s;
}
.catalog-menu ul li:hover .catalog-menu-toggle {
	background-color: var(--orange);
}
.catalog-menu ul ul {
	display: none;
	position: absolute;
	top: -13px;
	left: 100%;
	width: calc(100% + 26px);
}
.catalog-menu ul li:hover > ul {
	display: block;
}
.header-search {
	flex: auto;
	max-width: 520px;
	margin-right: 30px;
}
.header-search-inner {
	position: relative;
	z-index: 1;
}
.header-search-button {
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: 32px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/search.svg);
	mask-image: url(images/search.svg);
	background-color: var(--black);
	display: block;
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .25s;
	z-index: 1;
}
.header-search-button:hover {
	background: var(--orange);
}
.search-form {
	position: relative;
	width: 100%;
	border: 1px solid #DCDDE3;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	overflow: hidden;
	z-index: 1;
}
.search-form input {
	position: relative;
	width: 100%;
	height: 46px;
	background: none;
	border: none;
	padding: 9px 60px 9px 24px;
	font-size: var(--text-size);
	color: var(--black);
	font-weight: 400;
	outline: none;
	transition: .5s;
}
.search-form button {
	position: absolute;
	top: 11px;
	right: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/search.svg);
	mask-image: url(images/search.svg);
	background-color: var(--black);
	width: 24px;
	height: 24px;
	cursor: pointer;
	outline: none;
	border: 0;
	padding: 0;
	transition: .25s;
}
.search-form button:hover {
	background-color: var(--orange);
}
#search-results {
	position: absolute;
	width: 100%;
	top: calc(100% + 5px);
	left: 0;
	z-index: 1;
}
.ajaxSearch-wrap {
	position: relative;
	background: var(--white);
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	padding: 20px;
	min-width: 320px;
	overflow: auto;
	z-index: 1;
}
.ajaxSearch-no-result {
	font-size: var(--text-size);
	text-align: center;
}
.ajaxSearch-item {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}
.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__image {
	flex: 0 0 68px;
	max-width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.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.2;
  margin-bottom: 12px;
  color: var(--black);
  transition: .25s;
}
.ajaxSearch-item__title:hover {
	color: var(--orange);
}
.ajaxSearch-item__price {
	position: relative;
	display: flex;
	align-items: flex-end;
}
.ajaxSearch-item__price .price {
	line-height: 1.2;
	font-size: var(--text-size-lg);
	font-weight: 600;
	color: var(--orange);
}
.ajaxSearch-item__price .price del {
	font-weight: 400;
	font-size: var(--text-size-sm);
	display: block;
	color: var(--grey);
}
.ajaxSearch-item__price .price ins {
	margin-top: -2px;
	display: block;
	text-decoration: none;
}

.header-icons {
	display: flex;
	align-items: center;
}
.header-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
}
.header-icon a,
.header-icon button {
	position: relative;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .25s;
	z-index: 1;
}
.header-icon a:before,
.header-icon button:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--black);
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
    transition: .25s;
}
.header-icon a:hover:before,
.header-icon button:hover:before {
	background-color: var(--orange);
}
.header-icon.account a:before {
	-webkit-mask-image: url(images/person.svg);
    mask-image: url(images/person.svg);
}
.header-icon.cart a:before {
	-webkit-mask-image: url(images/shopping_cart.svg);
    mask-image: url(images/shopping_cart.svg);
}
.header-icon.wishlist a:before {
	-webkit-mask-image: url(images/favorite.svg);
    mask-image: url(images/favorite.svg);
}
.header-icon.toggle button:before {
	-webkit-mask-size: 32px;
	-webkit-mask-image: url(images/menu.svg);
    mask-image: url(images/menu.svg);
}
.header-icon a span {
	position: absolute;
	top: -7px;
	right: -7px;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #F40009;
	color: var(--white);
	font-size: 10px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.main-navigation {
	position: relative;
	background: var(--white);
	z-index: 97;
}
.main-navigation-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	border-top: 1px solid #DCDDE3;
}
.main-menu {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu > li {
	position: relative;
	margin-right: 35px;
	z-index: 1;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
	display: flex;
	align-items: center;
	font-size: var(--text-size-lg);
	font-weight: 600;
	padding: 10px 0;
	color: var(--black);
}
.main-menu > li:hover > a {
	color: var(--orange);
}
.main-menu > li.menu-item-has-children > a:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow_down.svg);
	mask-image: url(images/arrow_down.svg);
	background-color: var(--black);
	flex: 0 0 12px;
	max-width: 12px;
	width: 12px;
	height: 12px;
	margin-left: 7px;
	transition: .25s;
}
.main-menu > li:hover > a:after {
	background-color: var(--orange);
	transform: rotate(180deg);
}
.main-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -15px;
	width: 240px;
	margin: 0;
	padding: 15px;
	list-style: none;
	background: var(--white);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	z-index: 2;
}
.main-menu li:hover > ul {
	display: block;
}
.main-menu ul li {
	margin-bottom: 8px;
}
.main-menu ul li:last-child {
	margin-bottom: 0;
}
.main-menu ul li a {
	display: block;
	font-size: var(--text-size-lg);
	color: var(--black);
	padding: 2px 0;
}
.main-menu ul li a:hover {
	color: var(--orange);
}

.header-phone {
	flex: 0 0 auto;
	margin-left: 30px;
	position: relative;
	display: flex;
	align-items: center;
}
.header-phone:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/call.svg);
	mask-image: url(images/call.svg);
	background-color: var(--orange);
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	transition: .25s;
}
.header-phone a {
	color: var(--orange);
	font-weight: 700;
	margin-left: 5px;
}
.header-phone a:hover {
	color: var(--black);
}



.hero-wrap {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.hero-banner-1 { grid-area: 1 / 1 / 3 / 5; }
.hero-banner-2 { grid-area: 1 / 5 / 2 / 9; }
.hero-banner-3 { grid-area: 2 / 5 / 3 / 7; }
.hero-banner-4 { grid-area: 2 / 7 / 3 / 9; }
.hero-banner-image {
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


.categories-button {
	position: relative;
	text-align: center;
	margin-top: 36px;
	z-index: 2;
}


.products-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.products-heading {
	flex: auto;
	max-width: calc(100% - 220px);
}
.products-button {
	flex: 0 0 auto;
	margin-bottom: 36px;
}
.products-block {
	flex: 0 0 100%;
	max-width: 100%;
}


.products-items {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.products-items > div.product {
	margin: 0 0 -1px;
	padding: 0;
}
.products-items.columns-6 > div.product {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.products-items.columns-5 > div.product {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.products-items.columns-4 > div.product {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.products-items.columns-3 > div.product {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 6);
}
.products-items.columns-2 > div.product {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.products-items.columns-1 > div.product {
	flex: 0 0 calc(100% / 1);
	max-width: calc(100% / 1);
}
.products-item {
	transition: .25s;
}
.products-item__wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	border: 1px solid #D9D9D9;
	color: var(--black);
	height: 100%;
	margin-right: -1px;
	padding: 10px;
	z-index: 1;
}
.products-item:hover {
	z-index: 2;
}
.products-item:hover .products-item__wrap {
	border-color: var(--grey);
}
.products-item__wrap .woocommerce-loop-product__link {
	flex: auto;
	display: flex;
	flex-direction: column;
}
.products-item__image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 calc(var(--container) / 5 - 20px);
	max-height: calc(var(--container) / 5 - 20px);
	margin-bottom: 10px;
	z-index: 1;
}
.products-item__image img {
	max-height: calc(var(--container) / 5 - 20px);
}
.products-item__tags {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	top: 0;
	left: 0;
	z-index: 2;
}
.products-item__tags span {
	margin-bottom: 5px;
    display: inline-block;
    min-width: 60px;
    text-align: center;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 3px 7px;
    font-size: var(--text-size-sm);
    font-weight: 600;
    line-height: 1.5;
}
.products-item__tags span:last-child {
	margin-bottom: 0;
}
.products-item__tags span.top {
	background: #FF8A00;
	color: #FFFFFF;
}
.products-item__tags span.new {
	background: #00A62F;
	color: #FFFFFF;
}
.products-item__tags span.promotion {
	background: #F40009;
	color: #FFFFFF;
}
.products-item__stock {
	font-size: var(--text-size-sm);
	font-weight: 500;
	margin-bottom: 5px;
}
.products-item__stock.instock {
	color: #00A62F;
}
.products-item__stock.outofstock {
	color: #F40009;
}
.products-item__stock.onbackorder {
	color: #8D92A9;
}
.products-item__wrap .woocommerce-loop-product__title {
	flex: auto;
	font-size: var(--text-size);
	font-weight: 500;
	color: var(--black);
	margin-bottom: 10px;
}
.products-item__wrap .woocommerce-loop-product__title:hover {
	color: var(--orange);
}
.products-item__price {
	font-size: var(--text-size-lg);
	font-weight: 700;
	color: var(--black);
}
.products-item.sale .products-item__price {
	display: flex;
	align-items: baseline;
}
.products-item__price ins {
	order: 1;
	color: #F40009;
	text-decoration: none;
}
.products-item__price del {
	margin-left: 5px;
	order: 2;
	font-size: var(--text-size-sm);
	color: var(--grey);
	font-weight: 400;
}
.products-item__action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.products-item__action .btn {
	position: relative;
	flex: auto;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 1;
}

.products-item.product-type-simple .products-item__action .add_to_cart_button:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/add_shopping_cart.svg);
	mask-image: url(images/add_shopping_cart.svg);
	background-color: var(--black);
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	transition: .25s;
}
.products-item.product-type-simple .products-item__action .add_to_cart_button.loading {
	font-size: 0 !important;
	opacity: .3;
}
.products-item.product-type-simple .products-item__action .add_to_cart_button.loading {
	color: transparent;
}
.products-item.product-type-simple .products-item__action .add_to_cart_button.loading:before {
	-webkit-mask-size: 26px;
	-webkit-mask-image: url(images/loading.svg);
	mask-image: url(images/loading.svg);
	position: absolute;
	width: 100%;
	height: 100%;
	margin-right: 0;
	top: 0;
}
.products-item.product-type-simple .products-item__action .add_to_cart_button.added {
	font-size: 0 !important;
	background: #FFAF15;
	border-color: #FFAF15;
	color: var(--white);
}
.products-item.product-type-simple .products-item__action .add_to_cart_button.added:before {
	-webkit-mask-image: url(images/shopping_cart_checkout.svg);
	mask-image: url(images/shopping_cart_checkout.svg);
	background-color: var(--white);
}
.products-item.product-type-simple .products-item__action .add_to_cart_button.added:after {
	content: 'В кошику';
	font-size: 14px;
}
.products-item.product-type-simple .products-item__action .add_to_cart_button:hover:before {
	background-color: var(--white);
}
.added_to_cart {
	display: none !important;
}

#yith-wcwl-popup-message {
	margin: 0 !important;
	transform: translate(-50%, -50%);
}
.yith-wcwl-add-to-wishlist {
	margin-top: 0;
	margin-left: 10px;
}
.yith-wcwl-add-button > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid var(--grey);
	background: none;
}
.yith-wcwl-add-button > a.delete_item {
	border-color: #F40009;
	background: #F40009;
}
.yith-wcwl-add-to-wishlist a.add_to_wishlist>img, .yith-wcwl-add-to-wishlist a.delete_item>img, .yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img {
	max-width: 20px;
	max-height: 20px;
	margin-right: 0;
}



.owl-item .categories-item {
	height: 100%;
}
.owl-item:hover {
	z-index: 2;
}
.categories-item a {
	position: relative;
	display: block;
	border: 1px solid #D9D9D9;
	color: var(--black);
	height: 100%;
	margin-right: -1px;
	margin-bottom: -1px;
	padding: 10px 10px 20px;
	z-index: 1;
}
.categories-item a:hover {
	border-color: var(--grey);
	z-index: 2;
}
.categories-item__image {
	position: relative;
	height: calc((var(--container) / 6 - 20px) / 1.5);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	z-index: 1;
}
.categories-item__image img {
	width: auto !important;
	max-height: calc((var(--container) / 6 - 20px) / 1.5);
}
.categories-item__image span {
	position: absolute;
	max-width: 100%;
	width: calc((var(--container) / 6 - 20px) / 1.5 + 16px);
	height: calc((var(--container) / 6 - 20px) / 1.5 + 16px);
	background-color: var(--yellow);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: -1;
}
.woocommerce-loop-category__title {
	font-size: var(--text-size-lg);
	font-weight: 600;
	text-align: center;
	padding: 0 10px;
	transition: .25s;
}
.categories-item a:hover .woocommerce-loop-category__title {
	color: var(--orange);
}
.woocommerce-loop-category__title mark {
	display: none !important;
}



.banner-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	overflow: hidden;
}
.banner-left {
	flex: 0 0 50%;
	max-width: 50%;
}
.banner-image {
	position: relative;
	height: 100%;
}
.banner-image span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.banner-right {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 30px;
	background: var(--black);
	z-index: 1;
}
.banner-content {
	color: var(--white);
}
.banner-content > * {
	color: var(--white);
}
.banner-button {
	margin-top: 36px;
}



.productsCategory-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.productsCategory-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	padding: 0 15px;
	margin-bottom: 30px;
}
.productsCategory-item__wrap {
	position: relative;
	z-index: 1;
}
.productsCategory-item__head {
	position: relative;
	padding: 10px 20px 10px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 120px;
	-moz-border-radius: 23px 23px 0 0;
	-webkit-border-radius: 23px 23px 0 0;
	border-radius: 23px 23px 0 0;
}
.productsCategory-item__head-info {
	flex: auto;
}
.productsCategory-item__head-title {
	font-size: var(--h5-size);
	color: var(--black);
	font-weight: 600;
	margin-bottom: 10px;
}
.productsCategory-item__head-image {
	text-align: right;
	flex: 0 0 calc(50% - 20px);
	max-width: calc(50% - 20px);
}
.productsCategory-item__head-image img {
	max-height: 104px;
}
.productsCategory-item__body {
	position: relative;
	-moz-border-radius: 0 0 23px 23px;
	-webkit-border-radius: 0 0 23px 23px;
	border-radius: 0 0 23px 23px;
	background: var(--white);
	border: 1px solid #D9D9D9;
	border-top: none;
	z-index: 1;
}

.productsList-items {
	position: relative;
	z-index: 1;
}
.productsList-item {
	position: relative;
	z-index: 1;
}
.productsList-item__wrap {
	position: relative;
	padding: 10px 15px;
	border-bottom: 1px solid #D9D9D9;
	display: flex;
	align-items: center;
}
.productsList-item:last-child .productsList-item__wrap {
	border-bottom: none;
}
.productsList-item__wrap .woocommerce-loop-product__link {
	flex: auto;
	display: flex;
	align-items: center;
}
.productsList-item__image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 calc(32% - 20px);
	max-width: calc(32% - 20px);
	margin-right: 20px;
	z-index: 1;
}
.productsList-item__image img {
	max-height: 95px;
}
.productsList-item__info {
	flex: auto;
}
.productsList-item__wrap .woocommerce-loop-product__title {
	font-size: var(--text-size);
	font-weight: 500;
	color: var(--black);
	margin-bottom: 10px;
	transition: .25s;
}
.productsList-item__wrap .woocommerce-loop-product__title:hover {
	color: var(--orange);
}
.productsList-item__price {
	font-size: var(--text-size-lg);
	font-weight: 700;
	color: var(--black);
}
.products-item.sale .productsList-item__price {
	display: flex;
	align-items: baseline;
}
.productsList-item__price ins {
	order: 1;
	color: #F40009;
	text-decoration: none;
}
.productsList-item__price del {
	margin-left: 5px;
	order: 2;
	font-size: var(--text-size-sm);
	color: var(--grey);
	font-weight: 400;
}
.productsList-item__action {
	flex: 0 0 auto;
	margin-left: 20px;
}
.productsList-item__action a {
	position: relative;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid var(--grey);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.productsList-item__action a:hover {
	background-color: var(--grey);
}
.productsList-item__action a:before {
	content: '';
	-webkit-mask-size: 16px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow_forward.svg);
	mask-image: url(images/arrow_forward.svg);
	background-color: var(--black);
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	transition: .25s;
}
.productsList-item__action a:hover:before {
	background-color: var(--white);
}
.productsList-item.product-type-simple .productsList-item__action .add_to_cart_button:before {
	-webkit-mask-size: contain;
	-webkit-mask-image: url(images/add_shopping_cart.svg);
	mask-image: url(images/add_shopping_cart.svg);
}
.productsList-item.product-type-simple .productsList-item__action .add_to_cart_button.loading {
	opacity: .3;
}
.productsList-item.product-type-simple .productsList-item__action .add_to_cart_button.loading:before {
	-webkit-mask-size: 26px;
	-webkit-mask-image: url(images/loading.svg);
	mask-image: url(images/loading.svg);
	position: absolute;
	width: 100%;
	height: 100%;
	margin-right: 0;
	top: 0;
}
.productsList-item.product-type-simple .productsList-item__action .add_to_cart_button.added {
	background: #FFAF15;
	border-color: #FFAF15;
}
.productsList-item.product-type-simple .productsList-item__action .add_to_cart_button.added:before {
	-webkit-mask-image: url(images/shopping_cart_checkout.svg);
	mask-image: url(images/shopping_cart_checkout.svg);
	background-color: var(--white);
}




.about-wrap {
	position: relative;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	overflow: hidden;
	min-height: 580px;
	padding-left: 75px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.about-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.about-info {
	flex: 0 0 50%;
	max-width: 50%;
}
.about-subheading {
	font-size: var(--text-size-lg);
	font-weight: 600;
	margin-bottom: 10px;
	color: var(--orange);
}
.about-heading {
	font-size: calc(var(--h1-size) * 1.333);
	margin-bottom: 20px;
	color: var(--black);
}
.about-content {
	font-size: var(--text-size-lg);
	color: var(--black);
}
.about-button {
	margin-top: 36px;
}



.blog-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog-left {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
}
.blog-heading {
	margin-bottom: 20px;
}
.blog-description {
	font-size: var(--text-size-lg);
	color: var(--black);
}
.blog-button {
	margin-top: 36px;
}
.blog-right {
	flex: 0 0 calc(75% - 15px);
	max-width: calc(75% - 15px);
}

.blog-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.blog-item {
	padding: 0 15px;
	margin-bottom: 30px;
}
.blog-items.columns-4 .blog-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.blog-items.columns-3 .blog-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.blog-items.columns-2 .blog-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.blog-items.columns-1 .blog-item {
	flex: 0 0 calc(100% / 1);
	max-width: calc(100% / 1);
}
.blog-item__wrap {
	position: relative;
	background: var(--white);
	border: 1px solid #D9D9D9;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px;
	z-index: 1;
}
.blog-item__image {
	flex: 0 0 calc((var(--container) - 3 * 30px) / 4 / 1.5 - 20px);
	max-height: calc((var(--container) - 3 * 30px) / 4 / 1.5 - 20px);
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
}
.blog-item__info {
	flex: auto;
	max-height: 100%;
	padding: 10px;
}
.blog-item__date {
	margin-bottom: 5px;
}
.blog-item__title {
	font-size: var(--text-size-lg);
	font-weight: 600;
	margin-bottom: 10px;
}
.blog-item__title a {
	color: var(--black);
}
.blog-item__title a:hover {
	color: var(--orange);
}




.reviews-button {
	position: relative;
	margin-top: 36px;
	text-align: center;
	z-index: 3;
}
.reviews-items {
	display: flex;
	flex-wrap: wrap;
}
.reviews-item {
	flex: 0 0 20%;
	max-width: 20%;
	margin-bottom: -1px;
}
.reviews-item__wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	border: 1px solid #D9D9D9;
	color: var(--black);
	height: 100%;
	margin-left: -1px;
	padding: 15px;
	z-index: 1;
}
.reviews-item__head {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.reviews-item__image {
	flex: 0 0 50px;
	max-width: 50px;
	height: 50px;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.reviews-item__info {
	flex: auto;
}
.reviews-item__name {
	font-size: var(--text-size-lg);
	font-weight: 600;
	margin-bottom: 5px;
	color: var(--black);
}



.advantages-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -15px -30px;
}
.advantages-items.columns-4 .advantages-item {
	flex: 0 0 calc(100% / 4);
}
.advantages-items.columns-3 .advantages-item {
	flex: 0 0 calc(100% / 3);
}
.advantages-items.columns-2 .advantages-item {
	flex: 0 0 calc(100% / 2);
}
.advantages-items.columns-1 .advantages-item {
	flex: 0 0 calc(100% / 1);
}
.advantages-item {
	max-width: 300px;
	padding: 0 15px;
	margin-bottom: 30px;
}
.advantages-item__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.advantages-item__image {
	flex: 0 0 50px;
	max-width: 50px;
	margin-right: 20px;
}
.advantages-item__info {
	flex: auto;
}
.advantages-item__title {
	font-size: var(--text-size-lg);
	font-weight: 700;
	color: var(--black);
	margin-bottom: 5px;
}



.footer {
	background: var(--black);
}
.footer:before {
	content: '';
	background: url(images/footer-bg.png) no-repeat center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .1;
	z-index: -1;
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 -15px -30px;
}
.footer-widget {
	padding: 0 15px;
	margin-bottom: 30px;
}
.footer-widget-title {
	font-size: var(--h5-size);
	color: var(--white);
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}
.footer-menu {
	-webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu li {
	page-break-inside: avoid;
  break-inside: avoid;
	margin-bottom: 10px;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	font-size: var(--text-size-lg);
	color: var(--white);
}
.footer-menu li a:hover {
	color: var(--yellow);
}
.footer-menu ul {
	display: none;
}

.footer-contacts {
	position: relative;
}
.footer-contacts p {
	position: relative;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	font-size: var(--text-size-lg);
	color: var(--white);
	z-index: 1;
}
.footer-contacts p:last-child {
	margin-bottom: 0;
}
.footer-contacts p:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--yellow);
	margin-right: 10px;
}
.footer-contacts p.address:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.footer-contacts p.phone:before {
	-webkit-mask-image: url(images/call.svg);
	mask-image: url(images/call.svg);
}
.footer-contacts p.e-mail:before {
	-webkit-mask-image: url(images/mail.svg);
	mask-image: url(images/mail.svg);
}
.footer-contacts p.schedule:before {
	-webkit-mask-image: url(images/avg_pace.svg);
	mask-image: url(images/avg_pace.svg);
}
.footer-contacts p a {
	color: var(--white);
}
.footer-contacts p a:hover {
	color: var(--yellow);
}
.footer-soc {
	margin-top: 15px;
}
.footer-feedback {
	max-width: 320px;
	color: var(--white);
}


.footer-bottom {
	position: relative;
	background: #1E1E1E;
	padding: 5px 0;
	z-index: 1;
}
.footer-bottom-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.copyright {
	margin-bottom: 0;
	color: var(--white);
}
.copyright a {
	color: var(--white);
}
.copyright a:hover {
	color: var(--yellow);
}
.footer-payments {
	display: flex;
	align-items: center;
}
.footer-payments span {
	margin-right: 24px;
}
.footer-payments span:last-child {
	margin-right: 0;
}
.footer-payments span img {
	max-height: 29px;
}


.page-header {
	position: relative;
	padding: 36px 0;
	z-index: 1;
}
.page-title {
	font-size: var(--h1-size);
	font-weight: 700;
	margin-bottom: 5px;
	color: var(--black);
}
.page-title:last-child {
	margin-bottom: 0;
}
.error-404-number {
	font-size: calc(var(--h1-size) * 7);
	color: var(--orange);
	line-height: 1;
	margin-bottom: 30px;
	font-weight: 700;
	text-align: center;
}
.error-404-button {
	text-align: center;
}


.singleBlog-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.singleBlog-image {
	float: left;
	margin: 0 40px 30px 0;
}
.singleBlog-image img {
	max-width: 480px;
	max-height: 480px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
}



.pageContacts-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pageContacts-left {
	flex: 0 0 35%;
	max-width: 35%;
}
.pageContacts-right {
	flex: 0 0 calc(65% - 30px);
	max-width: calc(65% - 30px);
}
.contacts-data {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.contacts-data:last-child {
	margin-bottom: 0;
}
.contacts-data p {
	position: relative;
	display: flex;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: var(--text-size-lg);
	color: var(--black);
	z-index: 1;
	line-height: 1.5;
}
.contacts-data p:last-child {
	margin-bottom: 0;
}
.contacts-data p:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--orange);
}
.contacts-data p:last-child {
	margin-bottom: 0;
}
.contacts-data p.phone:before {
	-webkit-mask-image: url(images/call.svg);
    mask-image: url(images/call.svg);
}
.contacts-data p.e-mail:before {
	-webkit-mask-image: url(images/mail.svg);
    mask-image: url(images/mail.svg);
}
.contacts-data p.address:before {
	-webkit-mask-image: url(images/location.svg);
    mask-image: url(images/location.svg);
}
.contacts-data p.schedule:before {
	-webkit-mask-image: url(images/avg_pace.svg);
    mask-image: url(images/avg_pace.svg);
}
.contacts-data p a {
	color: var(--black);
}
.contacts-data p a:hover {
	color: var(--orange);
}
.iframe-map {
	position: relative;
}
.iframe-map iframe {
	width: 100%;
	height: calc(var(--container) / 3);
	max-height: 720px;
	min-height: 360px;
}




.archiveShop-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.archiveShop-categories {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 36px;
}
.archiveShop-categories .owl-stage-outer {
	padding-right: 1px;
	margin-bottom: 0;
	margin-right: -1px;
	border-right: 1px solid #D9D9D9;
}
.archiveShop-sidebar {
	flex: 0 0 calc(20% - 30px);
	max-width: calc(20% - 30px);
}
.filter-btn {
	position: relative;
}
.filter-btn .btn {
	width: 100%;
}
.filter-btn button:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/filter.svg);
	mask-image: url(images/filter.svg);
	background-color: var(--black);
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	transition: .25s;
}
.filter-btn button:hover:before {
	background-color: var(--white);
}
.archiveShop-body {
	flex: 0 0 80%;
	max-width: 80%;
}
.archiveShop-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.woocommerce-result-count {
	margin-bottom: 0;
	margin-right: 24px;
	font-weight: 700;
	color: var(--black);
}
.woocommerce-ordering select {
	width: auto;
	max-width: 100%;
	min-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}


.berocket_single_filter_widget {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D9D9D9;
}
.berocket_single_filter_widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.bapf_sfilter {
	margin-bottom: 0;
}
.bapf_head {
	margin-bottom: 15px;
}
.bapf_head h3 {
	position: relative;
	font-size: var(--h6-size);
	font-weight: 600;
	color: var(--black);
	margin-bottom: 0;
	z-index: 1;
}
.bapf_body {
  position: relative;
  padding: 0;
  z-index: 1;
}
.bapf_slidr_jqrui .bapf_from, .bapf_slidr_jqrui .bapf_to {
  font-size: var(--text-size);
}
.bapf_slidr_main.ui-widget-content, .berocket_filter_price_slider.ui-widget-content {
  height: 2px;
}
.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
  background: var(--black);
}
.bapf_slidr_main.ui-widget-content .ui-slider-handle, .berocket_filter_price_slider.ui-widget-content .ui-slider-handle, .slide.default .bapf_slidr_main .ui-state-default, .slide.default .bapf_slidr_main .ui-widget-header .ui-state-default, .slide.default .bapf_slidr_main.ui-widget-content .ui-state-default, .slide.default .berocket_filter_price_slider .ui-state-default, .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default, .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
  background: var(--yellow);
  outline: none;
  box-shadow: none;
}
.bapf_sfilter.bapf_ckbox_sqchck ul li {
  display: flex;
  margin-bottom: 5px !important;
}
.bapf_sfilter.bapf_ckbox_sqchck ul li:last-child {
  margin-bottom: 0 !important;
}
.bapf_ckbox_sqchck input[type=checkbox] {
  flex: 0 0 16px;
  max-width: 16px;
  width: 16px;
  height: 16px;
  margin: -1px 10px 0 0 !important;
  border: 1px solid var(--grey);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.bapf_ckbox_sqchck input[type=checkbox]:checked {
  border-color: var(--orange);
}
.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
	border-bottom-color: var(--orange);
	border-right-color: var(--orange);
	top: 1px;
	left: 5px;
	width: 5px;
	height: 10px;
}
.bapf_sfilter label {
	color: var(--black);
}
.bapf_sfilter.bapf_hideckbox .bapf_body>ul {
	display: flex;
	flex-wrap: wrap;
}
.bapf_hideckbox ul li,
.bapf_colorinline .bapf_body li {
	margin: 0 5px 5px 0 !important;
}
.bapf_sfilter.bapf_hideckbox ul li:last-child,
.bapf_colorinline .bapf_body li:label {
	margin-right: 0 !important;
}
.bapf_hideckbox ul li label {
	border: 1px solid var(--grey);
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: var(--grey);
  padding: 5px 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	min-width: 36px;
	transition: .25s;
}
.bapf_hideckbox ul li label:hover {
	color: var(--orange);
	border-color: var(--orange);
}
.bapf_hideckbox ul li.checked label {
	background: var(--orange);
	color: var(--white) !important;
	border-color: var(--orange);
}
.bapf_sfilter .bapf_clr_span, .bapf_sfilter .bapf_img_span {
	margin: 0;
	border-width: 1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.bapf_sfilter .bapf_clr_span.w2em, .bapf_sfilter .bapf_img_span.w2em {
	min-width: 36px;
}
.bapf_sfilter .bapf_clr_span.h2em, .bapf_sfilter .bapf_img_span.h2em {
	height: 33px;
}

.term-description {
	position: relative;
	margin-top: 80px;
	z-index: 1;
}


.woocommerce-pagination,
.navigation.pagination {
	position: relative;
	margin-top: 36px;
	z-index: 2;
}
ul.page-numbers,
.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.page-numbers li,
.nav-links .page-numbers {
	margin-right: 15px;
}
ul.page-numbers li:last-child,
.nav-links .page-numbers:last-child {
	margin-right: 0;
}
ul.page-numbers li a,
ul.page-numbers li span,
.nav-links .page-numbers {
	font-size: var(--text-size-lg);
	font-weight: 600;
	color: var(--black);
}
ul.page-numbers li a:hover,
ul.page-numbers li span.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	color: var(--orange);
}



.wc-block-components-notice-banner,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 20px 24px;
	background: #e9e9e9;
	display: flex;
	align-items: center;
	margin-bottom: 20px !important;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	display: block;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
	font-weight: 700;
	color: var(--orange);
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover {
	text-decoration: underline;
	color: var(--black);
}
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;
}



.singleProduct-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.singleProduct-images {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.wpgis-slider-for {
	position: relative;
	overflow: hidden;
	background: var(--white);
	margin-bottom: 10px;
	height: calc((var(--container) - 30px) / 2);
	background: var(--white);
	border: 1px solid #D9D9D9;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	z-index: 1;
}
.wpgis-slider-for .slick-slide > div > div {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: calc((var(--container) - 30px) / 2 - 2px);
}
.wpgis-slider-for .slick-slide img {
	max-height: calc((var(--container) - 30px) / 2 - 2px);
}
.wpgis-slider-for > * {
   display: none;
}
.wpgis-slider-for: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;
}
.wpgis-slider-for.slick-initialized > * {
   display: block;
}
.wpgis-slider-for.slick-initialized:before {
   display: none;
}
.wpgis-slider-nav {
	margin: 0 -5px;
	height: calc((((var(--container) - 30px) / 2) - 10px * 6) / 7);
}
.wpgis-slider-nav .slick-slide {
   border: none;
}
.wpgis-slider-nav .slick-slide > div {
	padding: 0px 5px;
}
.wpgis-slider-nav .slick-slide > div li {
	position: relative;
	height: calc((((var(--container) - 30px) / 2) - 10px * 6) / 7);
	overflow: hidden;
	border: 1px solid #D9D9D9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: var(--white);
	display: flex !important;
	align-items: center;
	justify-content: center;
	transition: .25s;
	z-index: 1;
}
.wpgis-slider-nav .slick-slide > div li:hover,
.wpgis-slider-nav .slick-slide.slick-current > div li {
	border-color: var(--grey);
}
.wpgis-slider-nav .slick-slide img {
	max-height: calc((((var(--container) - 30px) / 2) - 10px * 6) / 7 - 2px);
}
.wpgis-slider-nav > * {
  display: none;
}
.wpgis-slider-nav.slick-initialized > * {
  display: block;
}
a.wpgis-popup {
	display: none;
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  font-size: 0;
}
.slick-slide.slick-current a.wpgis-popup {
	display: block;
}

.singleProduct-summary {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.singleProduct-tags {
	display: flex;
	flex-wrap: wrap;
	z-index: 2;
}
.singleProduct-tags span {
	margin: 0 10px 10px 0;
	display: inline-block;
	min-width: 60px;
	text-align: center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 3px 8px;
	font-size: var(--text-size-sm);
	font-weight: 600;
	line-height: 1.5;
}
.singleProduct-tags span:last-child {
	margin-right: 0;
}
.singleProduct-tags span.top {
	background: #FF8A00;
	color: #FFFFFF;
}
.singleProduct-tags span.new {
	background: #00A62F;
	color: #FFFFFF;
}
.singleProduct-tags span.promotion {
	background: #F40009;
	color: #FFFFFF;
}
.singleProduct-title {
	font-size: var(--h1-size);
	color: var(--black);
	font-weight: 700;
	margin-bottom: 10px;
}
.singleProduct-meta {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #D9D9D9;
}
.singleProduct-meta > * {
	position: relative;
	margin: 0 24px 10px 0;
}
.singleProduct-meta > *:last-child {
	margin-right: 0;
}
.singleProduct-mainAttr strong,
.singleProduct-sku .sku {
	font-weight: 600;
	color: var(--black);
}
.singleProducts-stock {
	font-weight: 600;
}
.singleProducts-stock.instock {
	color: #00A62F;
}
.singleProducts-stock.onbackorder {
	color: #8D92A9;
}
.singleProducts-stock.outofstock {
	color: #F40009;
}
.singleProduct-review-count {
	color: var(--orange);
}
.singleProduct-review-count strong {
	font-weight: 600;
}
.woocommerce-product-details__short-description {
	position: relative;
	margin-bottom: 30px;
}
.woocommerce-product-details__short-description > * {
	margin-bottom: 10px;
}
.woocommerce-product-details__short-description > *:last-child {
	margin-bottom: 0;
}
.singleProduct-price {
	font-size: var(--h4-size);
	font-weight: 700;
	color: var(--black);
	margin-bottom: 20px;
}
.singleProduct-price:last-child {
	margin-bottom: 0;
}
.product.sale .singleProduct-price {
	display: flex;
	align-items: baseline;
}
.singleProduct-price del {
	font-size: var(--text-size-lg);
	color: var(--grey);
	font-weight: 500;
	line-height: 1.2;
	order: 2;
	margin-left: 10px;
}
.singleProduct-price ins {
	text-decoration: none;
	font-weight: 700;
	line-height: 1.2;
	color: #F40009;
	order: 1;
}
.singleProduct-action {
	display: flex;
	align-items: center;
}
.qib-container:not(#qib_id):not(#qib_id) {
	flex: 0 0 124px;
	max-width: 124px;
	display: flex !important;
}
.qib-button:not(#qib_id):not(#qib_id) {
	flex: 0 0 40px;
  max-width: 40px !important;
  width: 40px !important;
  height: 40px !important;
  background: none !important;
  border: 1px solid #d9d9d9;
  font-size: var(--text-size-lg) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
  transition: .25s !important;
}
.qib-button:hover:not(#qib_id):not(#qib_id) {
	border-color: var(--yellow) !important;
	color: var(--black) !important;
	background: var(--yellow) !important;
}
.qib-container div.quantity:not(#qib_id):not(#qib_id) {
	flex: auto;
	max-width: calc(100% - 40px - 40px) !important;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	border: none !important;
	font-size: var(--h6-size) !important;
	color: var(--black);
	width: auto !important;
	height: 40px !important;
	max-width: 100% !important;
	outline: none;
}
form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
  flex: auto;
  display: inline-flex;
  margin-left: 20px !important;
  outline: none !important;
  box-shadow: none !important;
  height: 56px !important;
}
form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_):before {
  content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/add_shopping_cart.svg);
	mask-image: url(images/add_shopping_cart.svg);
	background-color: var(--black);
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	transition: .25s;
}
form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_):hover:before {
	background-color: var(--white);
}
.singleProduct-action .yith-wcwl-add-to-wishlist {
	margin-left: 20px;
}

.singleProduct-summary table.variations,
.singleProduct-summary table.variations tbody,
.singleProduct-summary table.variations tr,
.singleProduct-summary table.variations th,
.singleProduct-summary table.variations td {
	display: block;
	width: 100%;
	border: none;
	padding: 0;
	text-align: left;
}
.singleProduct-summary table.variations {
	margin-bottom: 24px;
}
.singleProduct-summary table.variations tr {
	margin-bottom: 15px;
}
.singleProduct-summary table.variations tr:last-child {
	margin-bottom: 0;
}
.singleProduct-summary table.variations th {
	margin-bottom: 5px;
}
.singleProduct-summary table.variations th label {
	font-size: var(--text-size-lg);
	font-weight: 500;
	color: var(--black);
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations td label, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations th label {
	margin: 0;
}
.woocommerce-variation-availability,
.reset_variations {
	display: none !important;
}
.woo-variation-swatches .variable-items-wrapper {
	margin-bottom: -15px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	padding: 2px;
	margin: 0 15px 15px 0;
	border: 1px solid var(--grey);
	min-width: 40px;
	height: 40px;
	box-shadow: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
	color: var(--black);
	background: var(--yellow);
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item .variable-item-span-color {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
}


.singleProduct-advantages {
	margin-top: 50px;
}

.singleProduct-payments {
	position: relative;
	margin-top: 30px;
	border: 1px solid #D9D9D9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	z-index: 1;
}
.singleProduct-payments-heading {
	text-align: center;
	margin-top: -30px;
	margin-bottom: 10px;
	font-size: var(--text-size-lg);
	font-weight: 700;
	color: var(--black);
}
.singleProduct-payments-heading span {
	background: #f6f6f6;
	padding: 0 10px;
	display: inline-block;
}
.singleProduct-payments-images {
	display: flex;
	justify-content: center;
	align-items: center;
}
.singleProduct-payments-images span {
	margin-right: 24px;
}
.singleProduct-payments-images span:last-child {
	margin-right: 0;
}
.singleProduct-payments-images span img {
	max-height: 29px;
}

.singleProduct-tabs {
	flex: 0 0 100%;
	max-width: 100%;
}
.woocommerce-tabs {
	border: 1px solid #D9D9D9;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	padding: 20px 30px 30px;
}
.woocommerce-tabs ul.tabs {
	position: relative;
	display: flex;
	margin: 0 0 24px;
	padding: 0 0 3px;
	list-style: none;
	overflow-x: auto;
	overflow-y: hidden;
	z-index: 1;
}
.woocommerce-tabs ul.tabs:after {
	content: '';
	background: #d9d9d9;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 3px;
	z-index: -1;
}
.woocommerce-tabs ul.tabs li {
	position: relative;
	margin-right: 10px;
	flex: 0 0 auto;
	z-index: 1;
}
.woocommerce-tabs ul.tabs li:last-child {
	margin-right: 0;
}
.woocommerce-tabs ul.tabs li a {
  font-size: var(--h5-size);
  text-align: center;
  padding: 12px 22px;
  line-height: 1;
  font-weight: 600;
  color: var(--grey);
  display: block;
}
.woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li.active a {
	color: var(--black);
}
.woocommerce-tabs ul.tabs li a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 6px;
	background: var(--yellow);
	bottom: -3px;
	left: 0;
	opacity: 0;
	transition: .25s;
	z-index: 1;
}
.woocommerce-tabs ul.tabs li.active a:after {
	opacity: 1;
}
.woocommerce-Tabs-panel {
  position: relative;
  z-index: 1;
}
.woocommerce-Tabs-panel--additional_information {
  padding: 0;
}
.woocommerce-product-attributes {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  position: relative;
  padding: 12px 25px;
  border-bottom: 1px solid #d9d9d9;
}
.woocommerce-product-attributes tr:last-child th,
.woocommerce-product-attributes tr:last-child td {
	border-bottom: none;
}
.woocommerce-product-attributes th:first-child,
.woocommerce-product-attributes td:first-child {
	padding-left: 0;
}
.woocommerce-product-attributes th:last-child,
.woocommerce-product-attributes td:last-child {
	padding-right: 0;
}
.woocommerce-product-attributes th {
  text-align: left;
  width: 35%;
  font-weight: 400;
}
.woocommerce-product-attributes td {
	font-weight: 600;
	color: var(--black);
}
.woocommerce-product-attributes td a {
	color: var(--black);
}
.woocommerce-product-attributes td a:hover {
	color: var(--orange);
}


.woocommerce-Reviews #comments {
  margin-bottom: 36px;
}
.woocommerce-noreviews {
  text-align: center;
  font-size: var(--h6-size);
  font-weight: 700;
  margin-top: 20px;
  color: var(--black);
}
.comment-reply-title {
	display: block;
	margin-bottom: 20px;
	color: var(--black);
	font-weight: 700;
	font-size: var(--text-size-lg);
}
.comment-form-rating,
.comment-form-comment {
  margin-bottom: 20px;
}
.comment-form-rating label,
.comment-form-comment label {
  font-size: var(--text-size);
  display: block;
  margin-bottom: 5px;
}
.comment-form-rating,
.comment-form-comment {
  margin-bottom: 16px;
}
.comment-form .form-submit {
  margin-bottom: 0;
}

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.commentlist li {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}
.commentlist li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.commentlist li .reviews-item__wrap {
	border: none;
	padding: 0;
}
.singleProduct-recently,
.related.products,
.upsells.products {
	flex: 0 0 100%;
	max-width: 100%;
}





/*------- Cart Start ----------*/
.wc-empty-cart-message {
	margin-bottom: 30px;
	font-size: var(--text-size-lg);
	color: var(--black);
	text-align: center;
}
.return-to-shop {
	text-align: center;
}
.pageCart-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pageCart-left {
	flex: 0 0 calc(75% - 15px);
	max-width: calc(75% - 15px);
}
.pageCart-right {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
}
.pageCartTableProducts {
	width: 100%;
	border-collapse: collapse;
}
.pageCartTableProducts th,
.pageCartTableProducts td {
	padding: 10px 20px;
}
.pageCartTableProducts th:first-child,
.pageCartTableProducts td:first-child {
	padding-left: 0;
}
.pageCartTableProducts th:last-child,
.pageCartTableProducts td:last-child {
	padding-right: 0;
}
.pageCartTableProducts th {
	font-weight: 400;
}
.pageCartTableProducts td {
	border-top: 1px solid #d9d9d9;
}
.pageCartTableProducts-image {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageCartTableProducts-image img {
	max-height: 80px;
}
.pageCartTableProducts .product-name {
	text-align: left;
}
.pageCartTableProducts td.product-name {
	font-weight: 600;
	color: var(--black);
	font-size: var(--text-size-lg);
}
.pageCartTableProducts .product-name a {
	color: var(--black);
}
.pageCartTableProducts .product-name a:hover {
	color: var(--orange);
}
.pageCartTableProducts .product-quantity {
	min-width: 124px;
}
.pageCartTableProducts .product-remove a {
	-webkit-mask-size: 20px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: red;
	width: 28px;
	height: 28px;
	display: block;
}
.pageCartTableProducts .product-remove a:hover {
	background-color: var(--orange);
}
.pageCartTableProducts tbody .product-subtotal {
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	font-size: var(--text-size-lg);
	color: var(--black);
}
.pageCartTableProducts tbody tr:last-child td {
	padding-left: 0;
	padding-right: 0;
}
.pageCartTableProducts .coupon {
	display: flex;
	max-width: 480px;
}
.pageCartTableProducts .coupon input {
	min-height: auto;
	height: 40px;
}
.pageCartTableProducts .coupon button {
	flex: 0 0 auto;
	margin-left: 10px;
}


.cart-collaterals {
	position: sticky;
	background: var(--white);
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	top: 0;
	z-index: 9;
}
.pageCartTotals {
	padding-bottom: 10px;
}
.pageCartTotals > h2 {
	font-size: var(--h6-size);
	padding: 20px 20px 0;
	margin-bottom: 10px;
}
.cart_totals table {
	width: 100%;
	border-collapse: collapse;
}
.cart_totals table tr {
	display: block;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	padding: 12px 20px;
}
.cart_totals table tr:last-child {
	border-bottom: none;
}
.cart_totals table th {
	display: block;
	font-size: var(--text-size);
	font-weight: 400;
	text-align: left;
	margin-bottom: 8px;
	padding: 0;
}
.cart_totals table td {
	padding: 0;
	display: block;
}
.cart_totals table tr.cart-subtotal td {
	font-size: var(--h6-size);
	color: var(--black);
	font-weight: 600;
}
.cart_totals table tr.order-total td {
	font-size: var(--h5-size);
	color: var(--black);
	font-weight: 700;
}
.woocommerce-shipping-destination {
	display: none !important;
}
.woocommerce-shipping-methods,
.wc_payment_methods {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-shipping-methods li,
.wc_payment_methods li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 8px;
}
.woocommerce-shipping-methods li:last-child,
.wc_payment_methods li:last-child {
	margin-bottom: 0;
}
.woocommerce-shipping-methods li input,
.wc_payment_methods li input {
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.woocommerce-shipping-methods li label,
.wc_payment_methods li label {
	flex: 0 0 calc(100% - 16px - 10px);
	max-width: calc(100% - 16px - 10px);
	font-weight: 600;
	cursor: pointer;
	color: var(--black);
}
.wc-proceed-to-checkout {
	padding: 0 20px 20px;
}
/*------- Cart End ----------*/




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

#order_review_heading {
	padding: 20px 20px 0;
	margin-bottom: 10px;
}
.woocommerce-checkout-review-order-table {
	width: 100%;
	border-collapse: collapse;
	display: block;
	margin-bottom: 30px;
}
.woocommerce-checkout-review-order-table thead th {
	font-weight: 400;
	padding: 10px 20px;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
}
.woocommerce-checkout-review-order-table tbody td {
	padding: 10px 20px;
	border-bottom: 1px solid #d9d9d9;
	color: var(--black);
	font-weight: 600;
}
.woocommerce-checkout-review-order-table tbody td:first-child {
	width: 65%;
}
.woocommerce-checkout-review-order-table tfoot {
	display: block;
	width: 100%;
}
.woocommerce-checkout-review-order-table tfoot tr {
	display: block;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 20px;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child {
	border-bottom: none;
}
.woocommerce-checkout-review-order-table tfoot th {
	display: block;
	font-size: var(--text-size);
	font-weight: 400;
	text-align: left;
	margin-bottom: 8px;
	padding: 0;
}
.woocommerce-checkout-review-order-table tfoot td {
	padding: 0;
	display: block;
	color: var(--black);
}
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
	font-size: var(--h6-size);
	font-weight: 600;
}
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	font-size: var(--h5-size);
	font-weight: 700;
	color: var(--black);
}

.woocommerce-checkout-payment {
	padding: 0 20px 14px;
}
.wc_payment_methods {
	margin-bottom: 30px;
}
.payment_box {
	flex: 0 0 100%;
	max-width: 100%;
	background: #f6f6f6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	font-size: var(--text-size-sm);
	margin-top: 3px;
}
.woocommerce-privacy-policy-text,
.checkout-policy {
	font-size: var(--text-size-sm);
	margin-bottom: 20px !important;
}
.woocommerce-privacy-policy-text a,
.checkout-policy a {
	text-decoration: underline;
}
.woocommerce-privacy-policy-text a:hover,
.checkout-policy a:hover {
	color: var(--orange);
}
/*-------- Checkout End -----------*/


.pageLogin-wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pageLogin-left,
.pageLogin-right {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	background: var(--white);
	padding: 30px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
}


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

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 10px;
	list-style: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: var(--white);
}
.woocommerce-MyAccount-navigation ul li {
	position: relative;
	margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	padding: 15px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: var(--black);
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a  {
	background: var(--yellow);
	color: var(--black);
}
.woocommerce-MyAccount-content {
	float: right;
	width: calc(100% - 280px - 30px);
	margin-left: 30px;
}



.woocommerce-orders-table,
.woocommerce-table--order-details {
	width: 100%;
	border-collapse: collapse;
}
.woocommerce-orders-table th,
.woocommerce-orders-table td,
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
	border: 1px solid #d9d9d9;
	padding: 10px 18px;
	background: var(--white);
	color: var(--black);
}
.woocommerce-orders-table th,
.woocommerce-table--order-details th {
	color: var(--grey);
}

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

.woocommerce-order-details {
	margin-bottom: 30px;
}

.woocommerce-address-fields__field-wrapper,
.woocommerce-EditAccountForm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce-EditAccountForm fieldset {
	flex: 0 0 100%;
	max-width: 100%;
} 


table.wishlist_table {
	font-size: 100%;
	width: 100%;
	border-collapse: collapse;
	background: var(--white);
}
table.wishlist_table thead th,
table.wishlist_table tbody td {
	border: 1px solid #d9d9d9;
}
.wishlist_table tr td.product-thumbnail {
	text-align: center;
}
.wishlist_table tr td.product-thumbnail a img {
	max-height: 80px;
	width: auto;
}
.wishlist_table tr td.product-name {
	font-weight: 600;
	font-size: var(--text-size-lg);
	color: var(--black);
}
.wishlist_table tr td.product-name a {
	color: var(--black);
} 
.wishlist_table tr td.product-name a:hover {
	color: var(--orange);
}
table.wishlist_table td.product-price {
	font-size: var(--text-size-lg);
	font-weight: 600;
	color: var(--black);
}
table.wishlist_table td.product-price ins {
	text-decoration: none;
	font-weight: 600;
}
table.wishlist_table td.product-price del {
	font-size: .8em;
	color: #d9d9d9;
}
table.wishlist_table td.product-stock-status {
	font-size: var(--text-size-lg);
}
.wishlist_table .product-add-to-cart a {
	margin: 0 !important;
	display: inline-flex !important;
}




.woocommerce-thankyou-order-received {
	font-size: var(--h5-size);
	font-weight: 700;
	text-align: center;
	color: var(--orange);
}
.woocommerce-thankyou-order-details {
	margin: 0 0 30px;
	padding: 30px 30px 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
}
.woocommerce-thankyou-order-details li {
	flex: auto;
	max-width: 100%;
	margin-right: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.woocommerce-thankyou-order-details li:last-child {
	margin-right: 0;
}
.woocommerce-thankyou-order-details li strong {
	display: block;
	color: var(--black);
}




@media (max-width: 1399px) {
	:root {
		--container: 1116px;

		--text-size: 14px;
		--text-size-sm: 12px;
		--text-size-lg: 16px;
		--h1-size: 36px;
		--h2-size: 32px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.about-heading {
    font-size: calc(var(--h1-size) * 1.1);
  }
}



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

		--text-size: 14px;
		--text-size-sm: 12px;
		--text-size-lg: 16px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.header-catalog {
		margin-right: 24px;
	}
	.header-search {
		margin-right: 24px;
	}
	.header-icon {
		margin-left: 24px;
	}
	.header-icon:first-child {
		margin-left: 0;
	}
	.products-items.columns-5 > div.products-item {
		flex: 0 0 calc(100% / 4);
		max-width: calc(100% / 4);
	}
	.singleProduct-recently .products-items.columns-5 > div.products-item:nth-child(5),
	.related .products-items.columns-5 > div.products-item:nth-child(5),
	.products-block .products-items.columns-5 > div.products-item:nth-child(5) {
		display: none;
	}
	.products-item__image {
		flex: 0 0 calc(var(--container) / 4 - 20px);
    max-height: calc(var(--container) / 4 - 20px);
	}
	.products-item__image img {
		max-height: calc(var(--container) / 4 - 20px);
	}
	.productsCategory-item__head-title {
		font-size: var(--h6-size);
	}
	.productsList-item__action {
		margin-left: 10px;
	}
	.about-wrap {
		min-height: 360px;
		padding-left: 50px;
	}
	.reviews-item {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.home .reviews-item:nth-child(5) {
		display: none;
	}
	.archiveShop-sidebar {
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
	}
	.archiveShop-body {
    flex: 0 0 75%;
    max-width: 75%;
	}
	.archiveShop-body .products-items.columns-4 > div.products-item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
}



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

		--text-size: 14px;
		--text-size-sm: 12px;
		--text-size-lg: 16px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 17px;
	}
	.heading {
		margin-bottom: 30px;
	}
	.topbar {
		display: none;
	}
	.header {
		position: sticky;
		top: 0;
		padding: 10px 0;
		border-bottom: 1px solid #DCDDE3;
	}
	.main-navigation {
		display: none;
	}
	.header-wrap {
		height: 46px;
	}
	.header-logo {
		max-width: 100%;
	}
	.header-logo img {
		max-height: 46px;
	}
	.header-catalog {
		display: none;
	}
	.header-search {
		flex: 0 0 auto;
	}
	.header-search .search-form {
		display: none;
		position: absolute;
		width: var(--container);
		top: calc(100% + 20px);
		right: -192px;
		background: var(--white);
	}
	#search-results {
    top: calc(100% + 68px);
    left: auto;
		right: -192px;
		width: var(--container);
  }
  .home .main {
  	padding-top: 24px;
  }
  .hero-wrap {
  	grid-column-gap: 24px;
  	grid-row-gap: 24px;
  }
  .categories-button,
  .blog-button,
  .reviews-button {
  	margin-top: 30px;
  }
  .products-items.columns-6 > div.categories-item,
  .products-items.columns-5 > div.categories-item,
  .products-items.columns-4 > div.categories-item {
  	flex: 0 0 calc(100% / 3);
  	max-width: calc(100% / 3);
  }
  .products-items.columns-6 > div.products-item,
  .products-items.columns-5 > div.products-item,
  .products-items.columns-4 > div.products-item,
  .products-items.columns-3 > div.products-item,
  .archiveShop-body .products-items.columns-4 > div.products-item {
  	flex: 0 0 calc(100% / 2);
  	max-width: calc(100% / 2);
  }
	.products-item__image {
		flex: 0 0 calc(var(--container) / 2 - 20px);
    max-height: calc(var(--container) / 2 - 20px);
	}
	.products-item__image img {
		max-height: calc(var(--container) / 2 - 20px);
	}

	.products-button {
		margin-bottom: 30px;
	}
	.products-heading {
		max-width: calc(100% - 180px);
	}

	.banner-left {
    flex: 0 0 100%;
    max-width: 100%;
	}
	.banner-image {
		height: 240px;
	}
	.banner-right {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.productsCategory-items {
		margin: 0 -12px -24px;
	}
	.productsCategory-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 12px;
    margin-bottom: 24px;
	}

	.about-info {
    flex: 0 0 75%;
    max-width: 75%;
	}
	.about-image:after {
		content: '';
		position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--white);
    opacity: .45;
    z-index: 1;
	}
	.blog-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
	}
	.blog-heading {
		margin-bottom: 20px;
	}
	.blog-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blog-items {
		margin: 0 -12px -24px;
	}
	.blog-item {
		padding: 0 12px;
		margin: 0 0 24px;
	}
	.blog-items.columns-4 .blog-item {
		flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
	}
	.blog-item__image {
    flex: 0 0 calc((var(--container) - 2 * 24px) / 3 / 1.5 - 20px);
    max-height: calc((var(--container) - 2 * 24px) / 3 / 1.5 - 20px);
  }
  .reviews-item {
    flex: 0 0 50%;
    max-width: 50%;
	}

	.advantages-items {
		margin: 0 -12px -24px;
	}
	.advantages-item {
		padding: 0 12px;
		margin-bottom: 24px;
	}
	.advantages-items.columns-4 .advantages-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer-widget-nav {
		display: none;
	}
	.footer-wrap {
		flex-direction: column;
		align-items: center;
	}
	.footer-widget-title {
		text-align: center;
	}
	.footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
	}
	.footer-soc {
		justify-content: center;
	}
	.footer-feedback .btn {
		width: 100%;
	}
	.footer-bottom-wrap {
		flex-direction: column-reverse;
	}
	.footer-payments {
		margin-bottom: 5px;
	}

	.catalog-menu {
		margin-bottom: 30px;
	}
	.catalog-menu ul li {
		justify-content: center;
	}
	.catalog-menu ul li > a,
	.catalog-menu ul li.parent > a {
		flex: 0 0 auto;
		max-width: calc(100% - 10px - 36px);
		text-align: center;
	}
	.catalog-menu-toggle {
		flex: 0 0 36px;
		max-width: 36px;
		height: 36px;
		margin: 0 10px 0 0;
		-webkit-mask-size: 14px;
		transform: rotate(0deg);
		cursor: pointer;
		transition: .25s;
	}
	.catalog-menu ul li.active > .catalog-menu-toggle {
		transform: rotate(180deg);
	}
	.catalog-menu ul ul {
		position: relative;
		top: 0;
		left: 0;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.catalog-menu ul li:hover > ul {
		display: none;
	}
	.catalog-menu ul li.active:before {
    content: '';
    background: #F1F2F8;
    position: absolute;
    width: calc(100% - 26px);
    height: 100%;
    top: 0;
    left: 13px;
    opacity: 1;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    transition: .25s;
    z-index: -1;
	}

	.archiveShop-sidebar {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.archiveShop-body {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.widget-area {
		display: none;
		margin-top: 20px;
	}

	.singleProduct-images {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.singleProduct-summary {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.wpgis-slider-nav,
	.wpgis-slider-nav .slick-slide > div li {
		height: calc((var(--container) - 10px * 4) / 5);
	}
	.wpgis-slider-nav .slick-slide img {
		max-height: calc((var(--container) - 10px * 4) / 5);
	}


	.singleBlog-image {
		float: none;
		margin: 0 0 30px;
	}
	.singleBlog-image img {
		max-width: 100%;
	}
	.pageContacts-left {
	  flex: 0 0 100%;
	  max-width: 100%;
	  margin-bottom: 30px;
	}
	.pageContacts-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.contacts-data {
		margin-bottom: 20px;
	}

	.pageCart-left,
	.pageLogin-left,
	.pageContacts-left,
	.pageCheckout-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
	}
	.pageCart-right,
	.pageLogin-right,
	.pageContacts-right,
	.pageCheckout-right {
    flex: 0 0 100%;
    max-width: 100%;
	}

	.woocommerce-MyAccount-navigation {
		width: 100%;
		margin-bottom: 30px;
	}
	.woocommerce-MyAccount-content {
		width: 100%;
	}
	.woocommerce-MyAccount-navigation ul li a {
		padding: 10px 20px;
	}

	.woocommerce-thankyou-order-details li {
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}


	.categories-item__image {
		height: calc((var(--container) / 3 - 20px) / 1.5);
	}
	.categories-item__image img {
    max-height: calc((var(--container) / 3 - 20px) / 1.5);
	}
	.categories-item__image span {
    width: calc((var(--container) / 3 - 20px) / 1.5 + 16px);
    height: calc((var(--container) / 3 - 20px) / 1.5 + 16px);
  }

}

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

		--text-size: 14px;
		--text-size-sm: 12px;
		--text-size-lg: 16px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 17px;
	}
	.hero-wrap {
		grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
	}
	.hero-banner-1 { grid-area: 1 / 1 / 2 / 3; }
	.hero-banner-2 { grid-area: 2 / 1 / 3 / 3; }
	.hero-banner-3 { grid-area: 3 / 1 / 4 / 2; }
	.hero-banner-4 { grid-area: 3 / 2 / 4 / 3; }

	.products-items.columns-6 > div.categories-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.blog-items.columns-3 .blog-item,
	.blog-items.columns-4 .blog-item {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
	}
	.blog-item__image {
	  flex: 0 0 calc((var(--container) - 24px) / 2 / 1.5 - 20px);
	  max-height: calc((var(--container) - 24px) / 2 / 1.5 - 20px);
	}
	.advantages-items.columns-2 .advantages-item,
	.advantages-items.columns-3 .advantages-item,
	.advantages-items.columns-4 .advantages-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.archiveShop-top {
		flex-wrap: wrap;
	}
	.woocommerce-result-count {
		margin-right: 0;
		margin-bottom: 15px;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.woocommerce-ordering {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.categories-item__image {
		height: calc((var(--container) / 2 - 20px) / 1.5);
	}
	.categories-item__image img {
    max-height: calc((var(--container) / 2 - 20px) / 1.5);
	}
	.categories-item__image span {
    width: calc((var(--container) / 2 - 20px) / 1.5 + 16px);
    height: calc((var(--container) / 2 - 20px) / 1.5 + 16px);
  }

  .wpgis-slider-for {
		height: var(--container);
	}
	.wpgis-slider-for .slick-slide > div > div {
		height: calc(var(--container) - 2px);
	}
	.wpgis-slider-for .slick-slide img {
		max-height: calc(var(--container) - 2px);
	}

	.form-field-50,
	.form-row-first, .form-row-last {
		flex: 0 0 100%;
		max-width: 100%;
	}


	.pageCartTableProducts,
	.woocommerce-orders-table {
		display: block;
		width: 100%;
	}
	.pageCartTableProducts thead,
	.woocommerce-orders-table thead {
		display: none;
	}
	.pageCartTableProducts tbody,
	.woocommerce-orders-table tbody {
		display: block;
		width: 100%;
	} 
	.pageCartTableProducts tbody tr,
	.woocommerce-orders-table tbody tr {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		border-bottom: 1px solid #d9d9d9;
		padding: 15px 0;
	}
	.pageCartTableProducts tbody td,
	.woocommerce-orders-table tbody td {
		flex: 0 0 100%;
		max-width: 100%;
		display: block;
		padding: 0;
		border: none;
	}
	.woocommerce-orders-table tbody td {
		margin-bottom: 5px;
	}
	.woocommerce-orders-table tbody td:last-child {
		margin-bottom: 0;
	}
	.woocommerce-orders-table tbody td:before {
		content: attr(data-title) ":";
		font-weight: 600;
	}
	.woocommerce-orders-table__cell-order-actions:before {
		display: none;
	}
	.pageCartTableProducts tbody td.product-thumbnail {
		flex: 0 0 110px;
		max-width: 110px;
		margin-bottom: 10px;
	}
	.pageCartTableProducts-image {
		margin: auto;
	}
	.pageCartTableProducts tbody td.product-name {
		flex: 0 0 calc(100% - 110px);
		max-width: calc(100% - 110px);
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.pageCartTableProducts tbody td.product-quantity {
		flex: 0 0 150px;
		max-width: 150px;
		min-width: 150px;
	}
	.pageCartTableProducts tbody td.product-subtotal {
		flex: 0 0 calc(100% - 150px - 50px);
		max-width: calc(100% - 150px - 50px);
		padding: 0 15px;
	}
	.pageCartTableProducts tbody td.product-remove {
		flex: 0 0 50px;
		max-width: 50px;
	}
	.pageCartTableProducts .product-remove a {
		margin-left: auto;
	}


	.wishlist_table.mobile {
		padding: 0;
	}
	.wishlist_table.mobile li {
		background: var(--white);
		border: 1px solid #d9d9d9;
		border-radius: 10px;
		margin-bottom: 20px;
		padding: 15px;
	}
	.wishlist_table.mobile li:last-child {
		margin-bottom: 0;
	}
	.wishlist_table.mobile li .item-wrapper {
		display: flex;
		width: 100%;
		margin-bottom: 10px;
	}
	.wishlist_table.mobile li .item-wrapper .product-thumbnail {
		flex: 0 0 80px;
		max-width: 80px;
		margin-right: 20px;
	}
	.wishlist_table.mobile li .item-wrapper .item-details {
		flex: 0 0 calc(100% - 80px - 20px);
		max-width: calc(100% - 80px - 20px);
	}
	.wishlist_table.mobile li .item-wrapper .product-name {
		margin-bottom: 10px;
	}
	.wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3, .wishlist_table.modern_grid li .item-details h3 {
		margin-bottom: 0;
		font-size: var(--text-size-lg);
		color: var(--black);
	}
	.wishlist_table.mobile li .item-details h3 a {
		color: var(--black);
	}
	.wishlist_table.mobile li .item-details h3 a:hover {
		color: var(--orange);
	}
	.wishlist_table.mobile li .item-details table.item-details-table td.value {
		color: var(--black);
	}
	.wishlist_table.images_grid li .item-details table.item-details-table, .wishlist_table.mobile li .item-details table.item-details-table, .wishlist_table.mobile li table.additional-info, .wishlist_table.modern_grid li .item-details table.item-details-table {
		width: 100%;
		margin-bottom: 0;
	}
	.wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td, .wishlist_table.modern_grid li .item-details table.item-details-table td {
		font-size: var(--text-size);
	}
	.item-details-table ins {
		text-decoration: none;
		font-weight: 600;
		font-size: var(--h6-size);
	}
	.wishlist_table.mobile li .additional-info-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist, .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
		margin-bottom: 0;
	}
	.woocommerce-orders-table td {
		background: no-repeat;
	}
}





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

		--text-size: 14px;
		--text-size-sm: 12px;
		--text-size-lg: 16px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 17px;
	}
	.btn-lg {
		font-size: 14px;
		min-height: 46px;
	}
	.header-search {
	  margin-right: 20px;
	}
	.header-icon {
    margin-left: 20px;
	}
	.header-search .search-form,
	#search-results {
		right: -176px;
	}
	.products-item.sale .products-item__price {
		flex-direction: column-reverse;
	}
	.products-item__price del {
		margin-left: 0;
	}
	.yith-wcwl-add-to-wishlist {
		margin-left: 2px;
	}
	.products-item.product-type-simple .products-item__action .add_to_cart_button:before {
		flex: 0 0 16px;
		max-width: 16px;
		width: 16px;
		height: 16px;
		margin-right: 6px;
	}
	.products-item__tags span {
		font-size: 10px;
	}
	.banner-right {
		padding: 20px;
	}
	.banner-button {
		margin-top: 24px;
	}
	.about-info {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.about-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.about-heading {
		font-size: var(--h2-size);
	}
	.blog-items.columns-3 .blog-item, .blog-items.columns-4 .blog-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blog-item__image {
	  flex: 0 0 calc(var(--container) / 1.5 - 20px);
	  max-height: calc(var(--container) / 1.5 - 20px);
	}
	.reviews-item {
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
		margin-left: 10px !important;
    height: 46px !important;
	}
	.singleProduct-action .yith-wcwl-add-to-wishlist {
    margin-left: 10px;
	}
	form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_):before {
    flex: 0 0 20px;
    max-width: 20px;
    width: 20px;
    height: 20px;
	}
	.advantages-item__title {
		font-size: var(--text-size);
	}
	.woocommerce-tabs {
		padding: 15px 20px 20px;
	}
	.woocommerce-tabs ul.tabs li {
		margin-right: 6px;
	}
	.woocommerce-tabs ul.tabs li a {
		padding: 10px 16px;
		font-size: var(--text-size-lg);
	}
	.error-404-number {
    font-size: calc(var(--h1-size) * 5);
  }
}






/**
 * 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%}