/*!
Theme Name: Evren
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: evren
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.

Evren is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

:root {
	--container: 1316px;

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

	--black: #1A1A1A;
	--white: #FFFFFF;
	--red: #C32328;
	--red-2: #800f13;
}

*, ::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: 'Montserrat';
	color: var(--black);
	line-height: 1.25;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
   opacity: 0;
}
/* PART 2 - Upon Lazy Load */
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, a:hover {
	color: var(--black);
	text-decoration: none;
	transition: .25s;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	font-weight: 600;
	line-height: 1.25;
}
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;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 0 30px;
	padding: 0 15px;
}
.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: var(--white);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat';
	line-height: 1.5;
	letter-spacing: 0;
	padding: 12px 29px;
	color: var(--black);
	outline: none;
	border: 1px solid #979798;
	transition: .25s;
}
textarea {
	height: 100px;
}
select {
	cursor: pointer;
}
.wpcf7-spinner {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	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-sm);
	text-align: center;
	font-weight: 500;
	letter-spacing: 0;
}
.screen-reader-text {
	display: none;
}
.form-field-button {
	text-align: right;
}



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


.section {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 768px) {
	.hide-md {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}



.heading {
	position: relative;
	margin-bottom: 60px;
}
.heading.center {
	text-align: center;
}
.heading.white {
	color: var(--white);
}
.heading h2 {
	display: flex;
	align-items: center;
	font-size: var(--h2-size);
	text-transform: uppercase;
	margin-bottom: 15px;
}
.heading.center h2 {
	justify-content: center;
}
.heading h2:last-child {
	margin-bottom: 0;
}
.heading p {
	color: var(--red);
}
.heading.white p {
	color: var(--white);
}



.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	font-family: 'Montserrat';
	font-weight: 500;
	line-height: 1.5;
	padding: 10.5px 45px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid transparent;
	outline: none;
	cursor: pointer;
	transition: .25s;
}
.btn-sm {
	padding: 8px 35px;
}
.btn-primary {
	border-color: var(--red);
	background: var(--red);
	color: var(--white);
}
.btn-primary:hover {
	border-color: var(--red-2);
	background: var(--red-2);
	color: var(--white);
}




.owl-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.owl-nav button {
	flex: 0 0 33px;
	max-width: 33px;
	width: 33px;
	height: 33px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 0;
	padding: 0;
	outline: none;
	cursor: pointer;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-right.svg);
	mask-image: url(images/arrow-right.svg);
	background-color: var(--white) !important;
	transition: .25s;
}
.owl-nav button.owl-prev {
	transform: rotate(-180deg);
}
.owl-nav button.owl-next {
	margin-right: 0;
}
.owl-nav button:hover {
	background: var(--red) !important;
}


.owl-dots {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.owl-dots button {
	flex: 0 0 13px;
	max-width: 13px;
	width: 13px;
	height: 13px;
	background: #B2B2B2 !important;
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	transition: .25s;
}
.owl-dots button:last-child {
	margin-right: 0;
}
.owl-dots button:hover,
.owl-dots button.active {
	background: var(--red) !important;
}



.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	position: relative;
	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;
	background-color: var(--red);
	width: 30px;
	height: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 1;
}
.soc-links li a:hover {
	background-color: var(--red-2);
}
.soc-links li a svg {
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
}




.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	/*transition: opacity .15s linear;*/
}
body.modal-open {
	/*overflow: hidden;*/
	/**padding-right: 17px;*/
}
.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);
	/*transition: transform .3s ease-out;*/
}
.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 #d9d9d9;
}
.modal-mobile-header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.modal-mobile-logo img {
	max-height: 35px;
}
.modal-mobile-close {
  -webkit-mask-image: url(images/cancel.svg);
  mask-image: url(images/cancel.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--black);
  flex: 0 0 20px;
  max-width: 20px;
  height: 20px;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--red);
}
.modal-mobile-body {
	flex: auto;
	padding: 30px 0;
}
.modal-mobile-footer {
	position: relative;
	background: #2F2E2E;
	color: var(--white);
	padding: 20px 0;
	z-index: 1;
}
.modal-mobile-search {
	margin-bottom: 30px;
}
.modal-mobile-phone {
	position: relative;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.modal-mobile-phone p {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: var(--h6-size);
	color: var(--white);
	font-weight: 600;
}
.modal-mobile-phone p:last-child {
	margin-bottom: 0;
}
.modal-mobile-phone 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;
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
	background-color: var(--red);
	margin-right: 5px;
}
.modal-mobile-phone p a {
	color: var(--white);
}
.modal-mobile-phone p a:hover {
	color: var(--red);
}
.modal-mobile-soc {
	justify-content: center;
}
.modal-mobile-catalog {
	margin-bottom: 40px;
}





.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: v;
}
.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;
}


.header {
	position: relative;
	background: #2F2E2E;
	color: var(--white);
	padding: 14px 0;
	z-index: 99;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 55px;
}
.header-logo img {
	max-height: 55px;
}
.main-menu {
	position: relative;
	margin: 0 30px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.main-menu li {
	margin-right: 30px;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu li a {
	font-size: var(--h6-size);
	font-weight: 500;
	color: var(--white);
}
.main-menu li a:hover {
	color: var(--red);
}


.header-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-toggle button {
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 30px;
	-webkit-mask-image: url(images/menu.svg);
  mask-image: url(images/menu.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--white);
  border-radius: 0;
  border: none;
  padding: 0;
  outline: none !important;
  cursor: pointer;
  transition: .25s;
}
.header-toggle button:hover {
	background-color: var(--red);
}


.main-navigation {
	position: relative;
	padding: 20px 0;
	background: var(--white);
	z-index: 90;
}
.main-navigation-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
}
.header-catalog {
	position: relative;
	flex: auto;
	max-width: 605px;
	display: flex;
	height: 50px;
	z-index: 1;
}
.header-catalog-btn {
	flex: 0 0 220px;
	max-width: 220px;
}
.header-catalog-toggle {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--red);
	color: var(--white);
	font-size: var(--h6-size);
	font-weight: 500;
	-moz-border-radius: 30px 0 0 30px;
	-webkit-border-radius: 30px 0 0 30px;
	border-radius: 30px 0 0 30px;
	border: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	transition: .25s;
}
.header-catalog-toggle:hover {
	background: var(--red-2);
}
.header-catalog-toggle:before {
	content: '';
	-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(--white);
	flex: 0 0 17px;
	max-width: 17px;
	height: 12px;
	margin-right: 15px;
	transition: .25s;
}
.header-catalog-sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 380px;
	background: var(--white);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #979798;
	padding: 10px;
	z-index: 1;
}
.active > .header-catalog-sub {
	display: block;
}
.header-search {
	flex: auto;
	border: 1px solid #979798;
	border-left: 0;
	-moz-border-radius: 0 30px 30px 0;
	-webkit-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
	overflow: hidden;
}
.header-search .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border: none;
	height: 48px;
	font-size: 16px;
}
.dgwt-wcas-suggestions-wrapp {
	-moz-border-radius: 0 30px 30px 30px;
	-webkit-border-radius: 0 30px 30px 30px;
	border-radius: 0 30px 30px 30px;
}
.header-phone {
	flex: 0 0 auto;
	margin: 0 30px;
	display: flex;
	align-items: center;
}
.header-phone p {
	display: flex;
	align-items: center;
	margin-right: 30px;
	margin-bottom: 0;
	font-size: var(--h6-size);
	font-weight: 600;
}
.header-phone p:last-child {
	margin-right: 0;
}
.header-phone p:before {
	content: '';
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 30px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
	background-color: var(--red);
	margin-right: 5px;
}
.header-phone p a:hover {
	color: var(--red);
}
.header-icons {
	display: flex;
	align-items: center;
}
.header-icons-item {
	position: relative;
	margin-right: 20px;
	z-index: 1;
}
.header-icons-item:last-child {
	margin-right: 0;
}
.header-icons-item a {
	position: relative;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.header-icons-item a:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
	z-index: -1;
	transition: .25s;
}
.header-icons-item a:hover:before {
	background-color: var(--red);
}
.header-icons-item.wishlist a:before {
	-webkit-mask-image: url(images/heart.svg);
	mask-image: url(images/heart.svg);
}
.header-icons-item.cart a:before {
	-webkit-mask-image: url(images/shopping-cart.svg);
	mask-image: url(images/shopping-cart.svg);
}
.header-icons-item.account a:before {
	-webkit-mask-image: url(images/user.svg);
	mask-image: url(images/user.svg);
}
.header-icons-item a span {
	position: absolute;
	top: -5px;
	right: -3px;
	background: var(--red);
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px !important;
	color: var(--white) !important;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: 2;
}


/*----- Catalog Start -----*/
.catalog-menu {
	position: relative;
	z-index: 1;
}
.catalog-menu > ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.catalog-menu > ul > li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding: 10px 15px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	transition: .25s;
}
.catalog-menu > ul > li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -2px;
	background: #979798;
	opacity: .2;
	transition: .25s;
	z-index: 1;
}
.catalog-menu > ul > li:last-child {
	margin-bottom: 0;
}
.catalog-menu > ul > li:hover,
.catalog-menu > ul > li.active {
	background: #F7F6F6;
}
.catalog-menu > ul > li:last-child:after {
	display: none;
}
.catalog-menu > ul > li > a {
	flex: 0 0 100%;
	max-width: 100%;
	font-size: var(--h6-size);
	font-weight: 500;
	display: flex;
	align-items: center;
}
.catalog-menu > ul > li:hover > a,
.catalog-menu > ul > li.active > a {
	color: var(--red);
}
.catalog-menu > ul > li.parent > a {
	flex: 0 0 calc(100% - 24px);
	max-width: calc(100% - 24px);
}
.catalog-menu ul > li > a span {
	flex: 0 0 40px;
	max-width: 40px;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 20px;
	transition: .25s;
}
.catalog-menu-toggle {
	-webkit-mask-size: 16px;
	-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 24px;
	max-width: 24px;
	width: 24px;
	cursor: pointer;
	transition: .25s;
}
.active > .catalog-menu-toggle {
	transform: rotate(180deg);
}
/*----- Second Level -----*/
.catalog-menu > ul > li > ul {
	display: none;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 20px 0 0;
	padding: 0 0 0 35px;
	list-style: disc;
	z-index: 1;
}
.catalog-menu > ul > li.parent.active > ul {
	display: block;
}
.catalog-menu > ul > li > ul > li {
	padding-bottom: 15px;
}
.catalog-menu > ul > li > ul > li:last-child {
	margin-bottom: 0;
}
.catalog-menu > ul > li > ul > li > a {
	position: relative;
	font-size: var(--h6-size);
	font-weight: 500;
	display: inline-flex;
	align-items: center;
}
.catalog-menu > ul > li > ul > li > a:hover {
	color: var(--red);
}
/*----- Catalog End -----*/




.footer {
	position: relative;
	background: #2F2E2E;
	color: var(--white);
	padding: 60px 0;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
}
.footer-widget {
	max-width: 365px;
}
.footer-widget-title {
	font-size: var(--h4-size);
	font-weight: 600;
	margin-bottom: 24px;
}
.footer-logo {
	margin-bottom: 30px;
}
.footer-logo img {
	width: 100%;
	max-width: 300px;
}
.footer-company {
	margin-bottom: 30px;
	font-size: var(--h6-size);
}
.footer-menu {
	margin: 0;
	padding: 0 0 0 30px;
}
.footer-menu li {
	margin-bottom: 15px;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	color: var(--white);
	font-size: var(--h6-size);
	font-weight: 500;
}
.footer-menu li a:hover {
	color: var(--red);
}
.footer-contacts {
	position: relative;
}
.footer-contacts p {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: var(--h6-size);
	font-weight: 500;
}
.footer-contacts p:last-child {
	margin-bottom: 0;
}
.footer-contacts p:before {
	content: '';
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--red);
	margin-right: 10px;
}
.footer-contacts p.address:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.footer-contacts p.e-mail:before {
	-webkit-mask-image: url(images/email.svg);
	mask-image: url(images/email.svg);
}
.footer-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.footer-contacts p.schedule:before {
	-webkit-mask-image: url(images/clock.svg);
	mask-image: url(images/clock.svg);
}
.footer-contacts p a {
	color: var(--white);
}
.footer-contacts p a:hover {
	color: var(--red);
}
.footer-bottom {
	position: relative;
	background: #040404;
	color: var(--white);
	padding: 10px;
	font-size: var(--text-size-sm);
	text-align: center;
	z-index: 1;
}
.footer-bottom a {
	color: var(--white);
}
.footer-bottom a:hover {
	color: var(--red);
}




.page-header {
	position: relative;
	background: #979798;
	padding: 40px 0;
	z-index: 1;
}
.page-header-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.page-header-wrap {
	display: flex;
	justify-content: center;
}
.page-header-block {
	position: relative;
	min-width: 768px;
	background: rgba(47, 46, 46, 0.7);
	border: 3px solid var(--white);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	padding: 35px;
	z-index: 1;
}
.page-title {
	color: var(--white);
	text-align: center;
	font-size: var(--h2-size);
	text-transform: uppercase;
}
.aioseo-breadcrumbs {
	color: var(--white);
	text-align: center;
	font-weight: 500;
}
.aioseo-breadcrumbs a {
	color: var(--white);
}
.aioseo-breadcrumbs a:hover {
	color: var(--red);
}

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



main.main {
	overflow: hidden;
}



.hero-section {
	min-height: 740px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hero-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.owl-heroSlider,
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage-outer * {
	height: 100%;
}
.hero-content {
	position: relative;
	background: rgba(47, 46, 46, 0.7);
	border: 3px solid var(--white);
	color: var(--white);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	padding: 40px 90px 60px;
	margin: 0 auto;
	max-width: 860px;
	z-index: 1;
}
.hero-content h1 {
	font-size: var(--h2-size);
	text-transform: uppercase;
}
.hero-content .aligncenter {
	margin-bottom: 40px;
}
.owl-heroSlider .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	z-index: 99;
}




.categories-section {
	background: #F9F9F9;
}
.categories-wrap {
	position: relative;
	z-index: 1;
}
.categories-wrap:before {
	content: '';
	position: absolute;
	width: 200px;
	height: 200px;
	background: url(images/icon-1.svg) no-repeat center;
	background-size: contain;
	top: -106px;
	left: -104px;
	z-index: -1;
}
.categories-wrap:after {
	content: '';
	position: absolute;
	width: 200px;
	height: 180px;
	background: url(images/icon-2.svg) no-repeat center;
	background-size: contain;
	bottom: -140px;
	right: -120px;
	z-index: -1;
}
.categories-button {
	position: relative;
	margin-top: 50px;
	text-align: center;
	z-index: 2;
}





ul.products {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
	padding: 0;
	list-style: none;
	z-index: 1;
}
ul.products li {
	position: relative;
	margin: 0 0 30px;
	padding: 0 15px;
	z-index: 1;
}
ul.products.columns-4 li {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
ul.products.columns-3 li {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
ul.products.columns-2 li {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
ul.products.columns-1 li {
	flex: 0 0 calc(100% / 1);
	max-width: calc(100% / 1);
}
ul.products li.product-category a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: calc((var(--container) - 3 * 30px) / 4 / 1.33);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	z-index: 1;
}
ul.products li.product-category img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 1s;
}
ul.products li.product-category a:hover img {
	transform: scale(1.05);
}
.woocommerce-loop-category__title {
	background: rgba(62, 61, 61, 0.8);
	color: var(--white);
	font-size: var(--h4-size);
	font-weight: 600;
	padding: 20px;
	text-align: center;
}
ul.products li.product-category a:hover .woocommerce-loop-category__title {
	color: var(--red);
}
.woocommerce-loop-category__title mark {
	display: none;
}


.product-wrap {
	position: relative;
	z-index: 1;
}
.woocommerce-loop-product__link {
	position: relative;
	display: flex;
	flex-direction: column;
}
.product-image {
	position: relative;
	-moz-border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
	border-radius: 30px 30px 0 0;
	overflow: hidden;
	flex: 0 0 calc((var(--container) - 3 * 30px) / 4 / 1.1);
	max-height: calc((var(--container) - 3 * 30px) / 4 / 1.1);
	z-index: 1;
}
/*ul.products.columns-4 li .product-image {
	flex: 0 0 calc((var(--container) - 3 * 30px) / 4 / 1.1);
	max-height: calc((var(--container) - 3 * 30px) / 4 / 1.1);
}
ul.products.columns-3 li .product-image {
	flex: 0 0 calc((var(--container) - 2 * 30px) / 3 / 1.1);
	max-height: calc((var(--container) - 2 * 30px) / 3 / 1.1);
}
ul.products.columns-2 li .product-image {
	flex: 0 0 calc((var(--container) - 1 * 30px) / 2 / 1.1);
	max-height: calc((var(--container) - 1 * 30px) / 2 / 1.1);
}
ul.products.columns-1 li .product-image {
	flex: 0 0 var(--container);
	max-height: var(--container);
}*/
.product-soldout {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.7);
	font-weight: 500;
	font-size: var(--h6-size);
	color: #484747;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 1;
}
ul.products li .onsale {
	position: absolute;
	top: 0;
	left: 0;
	font-size: var(--text-size-sm);
	font-weight: 600;
	color: var(--white);
	text-align: center;
	background: var(--red);
	-moz-border-radius: 0 0 30px 0px;
	-webkit-border-radius: 0 0 30px 0px;
	border-radius: 0 0 30px 0px;
	padding: 8.5px 34px;
	z-index: 2;
}
.product-info {
	position: relative;
	flex: auto;
	max-height: 100%;
	-moz-border-radius: 0 0 30px 30px;
	-webkit-border-radius: 0 0 30px 30px;
	border-radius: 0 0 30px 30px;
	border: 1px solid #979798;
	border-top: none;
	padding: 25px 15px 30px;
	z-index: 1;
}
.woocommerce-loop-product__title {
	font-size: var(--text-size);
	font-weight: 500;
	text-align: center;
	margin-bottom: 25px;
}
ul.products li .price {
	display: block;
	font-size: var(--h6-size);
	text-align: center;
	font-weight: 600;
	margin-bottom: 25px;
}
ul.products li .price ins {
	text-decoration: none;
	color: var(--red);
	font-weight: 600;
}
ul.products li .price del {
	font-size: var(--text-size-sm);
	font-weight: 400;
	color: #949494;
	margin-right: 10px;
}
.product-btn {
	text-align: center;
}
#yith-wcwl-popup-message {
	margin: 0 !important;
	transform: translate(-50%, -50%);
}
ul.products li.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	top: calc((var(--container) - 30px * 3) / 4 / 1.1 - 35px - 5px);
	left: auto;
	right: 5px;
}
ul.products li .yith-wcwl-add-button a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background: rgba(255, 255, 255, 0.81) !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
}
ul.products li .yith-wcwl-add-button img {
	margin-right: 0;
	max-width: 25px;
	max-height: 25px;
}



.about-section {
	background: #2B2A2A;
	color: var(--white);
}
.about-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-image {
	position: relative;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	width: calc(100% + 200px);
	margin-left: -200px;
	height: 100%;
	border: 3px solid var(--white);
	z-index: 1;
}
.about-image span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.about-left {
	position: relative;
	flex: 0 0 calc(56% - 15px);
	max-width: calc(56% - 15px);
	z-index: 1;
}
.about-right {
	flex: 0 0 calc(44% - 15px);
	max-width: calc(44% - 15px);
	padding: 40px 0;
}
.about-button {
	margin-top: 40px;
	text-align: right;
}




.advantages-items {
	margin: 0 -15px -30px;
	display: flex;
	flex-wrap: wrap;
}
.advantages-item {
	margin: 0 0 30px;
	padding: 0 15px;
	flex: 0 0 25%;
	max-width: 25%;
}
.advantages-item__wrap {
	position: relative;
	height: 100%;
	border: 1px solid #979798;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding: 30px;
	z-index: 1;
}
.advantages-item__image {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.advantages-item__image img {
	max-height: 80px;
}
.advantages-item__title {
	text-align: center;
	margin-bottom: 15px;
	font-size: var(--h6-size);
	font-weight: 600;
}
.advantages-item__text {
	text-align: center;
}






.reviews-section {
	color: var(--white);
	background: #2F2E2E;
}
.reviews-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px -30px;
}
.owl-reviews .owl-stage {
	display: flex;
}
.reviews-item {
	position: relative;
	height: 100%;
	margin-bottom: 30px;
	padding: 0 4px;
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	z-index: 1;
}
.owl-carousel .reviews-item {
	margin: 0;
	padding: 20px 1px 1px 20px;
	flex: 0 0 100%;
	max-width: 100%;
}
.reviews-item:before {
	content: '';
	width: 93px;
	height: 93px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: var(--red);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	z-index: -1;
}
.reviews-item__wrap {
	position: relative;
	background: #484747;
	color: var(--white);
	border: 2px solid var(--white);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding: 30px 20px;
	margin: 20px 0 0 20px;
	height: 100%;
	z-index: 1;
}
.owl-carousel .reviews-item__wrap {
	margin: 0;
}
.reviews-item__image {
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	border: 1px solid var(--white);
}
.reviews-item__name {
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}
.reviews-item__content {
	text-align: center;
}





.news-section {
	background: #F9F9F9;
}
.news-wrap {
	position: relative;
	z-index: 1;
}
.news-wrap:before {
	content: '';
	position: absolute;
	width: 150px;
	height: 150px;
	background: url(images/icon-1.svg) no-repeat center;
	background-size: contain;
	top: -134px;
	left: -76px;
	z-index: -1;
}
.news-wrap:after {
	content: '';
	position: absolute;
	width: 150px;
	height: 150px;
	background: url(images/icon-4.svg) no-repeat center;
	background-size: contain;
	bottom: -40px;
	right: -100px;
	z-index: -1;
}
.news-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.news-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 30px;
	padding: 0 15px;
}
.news-item__wrap {
	position: relative;
	height: calc((var(--container) - 3 * 30px) / 4);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 1;
}
.news-item__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.news-item__image img {
	transition: 1s;
}
.news-item__wrap:hover .news-item__image img {
	transform: scale(1.05);
}
.news-item__title {
	background: #2F2E2E;
	color: var(--white);
	font-size: var(--h6-size);
	font-weight: 500;
	padding: 20px;
	text-align: center;
}
.news-item__wrap:hover .news-item__title {
	color: var(--red);
}
.news-button {
	position: relative;
	margin-top: 50px;
	text-align: center;
	z-index: 2;
}




.feedback-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.feedback-left {
	flex: 0 0 calc(34% - 15px);
	max-width: calc(34% - 15px);
}
.feedback-right {
	flex: 0 0 calc(66% - 15px);
	max-width: calc(66% - 15px);
}



.archiveShop-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.archiveShop-sidebar {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
}
.archiveShop-body {
	flex: 0 0 calc(75% - 15px);
	max-width: calc(75% - 15px);
}
.archiveShop-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.woocommerce-result-count {
	margin-bottom: 0;
}
.woocommerce-ordering select {
	width: auto;
	max-width: 280px;
}



.widget,
.berocket_single_filter_widget {
	position: relative;
	margin-bottom: 40px;
}
.width:last-child,
.berocket_single_filter_widget:last-child {
	margin-bottom: 0;
}
.bapf_sfilter {
	margin-bottom: 0;
}
.widget-title,
.bapf_head h3 {
	position: relative;
	background: #2F2E2E;
	color: var(--white);
	font-size: var(--h6-size);
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	padding: 11.5px 20px;
	-moz-border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
	border-radius: 30px 30px 0 0;
	margin-bottom: 20px;
	z-index: 1;
}
.widget-catalog .widget-title,
.bapf_head h3 {
	margin-bottom: 0px;
}
.bapf_body {
	padding: 20px 10px 0;
}
.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
	background: #979798;
}
.bapf_slidr_main.ui-widget-content .ui-slider-handle, .berocket_filter_price_slider.ui-widget-content .ui-slider-handle, .slide.default .bapf_slidr_main .ui-state-default, .slide.default .bapf_slidr_main .ui-widget-header .ui-state-default, .slide.default .bapf_slidr_main.ui-widget-content .ui-state-default, .slide.default .berocket_filter_price_slider .ui-state-default, .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default, .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
	background: var(--red);
}
.bapf_sfilter ul li {
  display: flex;
  margin-bottom: 10px !important;
}
.bapf_sfilter ul li:last-child {
  margin-bottom: 0 !important;
}
.bapf_ckbox_sqchck input[type=checkbox] {
  flex: 0 0 20px;
  max-width: 20px;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0 !important;
  border: 1px solid #979798;
  border-radius: 2px;
}
.bapf_ckbox_sqchck input[type=checkbox]:checked {
  border-color: var(--red);
  background: var(--red);
}
.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
  border-bottom-color: var(--white);
  border-right-color: var(--white);
  top: 1px;
  left: 5px;
  width: 7px;
}


.woocommerce-pagination,
.navigation.pagination {
	position: relative;
	margin-top: 50px;
	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(--h6-size);
	font-weight: 500;
	color: #949494;
}
ul.page-numbers li a:hover,
ul.page-numbers li span.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	color: var(--red);
}


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


.singleNews-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.singleNews-image {
	float: right;
	margin: 0 0 30px 30px;
}
.singleNews-image img {
	max-width: 460px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}



.contacts-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.contacts-left {
	flex: 0 0 40%;
	max-width: 40%;
}
.contacts-info {
	position: relative;
}
.contacts-info p {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: var(--h6-size);
	font-weight: 500;
}
.contacts-info p:last-child {
	margin-bottom: 0;
}
.contacts-info p:before {
	content: '';
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--red);
	margin-right: 10px;
}
.contacts-info p.address:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.contacts-info p.e-mail:before {
	-webkit-mask-image: url(images/email.svg);
	mask-image: url(images/email.svg);
}
.contacts-info p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.contacts-info p.schedule:before {
	-webkit-mask-image: url(images/clock.svg);
	mask-image: url(images/clock.svg);
}
.contacts-info p a:hover {
	color: var(--red);
}
.contacts-right {
	flex: 0 0 calc(60% - 30px);
	max-width: calc(60% - 30px);
}
.contacts-map iframe {
	width: 100%;
	height: 360px;
}




.singleProduct-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.singleProduct-images {
	position: relative;
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	margin-bottom: 80px;
	z-index: 1;
}
.singleProduct-images .onsale {
	position: absolute;
	top: 0;
	left: 0;
	font-size: var(--text-size);
	font-weight: 600;
	color: var(--white);
	text-align: center;
	background: var(--red);
	-moz-border-radius: 30px 0 30px 0px;
	-webkit-border-radius: 30px 0 30px 0px;
	border-radius: 30px 0 30px 0px;
	padding: 8.5px 34px;
	z-index: 2;
}
.wpgis-slider-for {
	margin-bottom: 20px;
	overflow: hidden;
	height: calc((var(--container) * .5 - 15px) / 1.18);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.wpgis-slider-for .slick-slide > div > div {
	height: calc((var(--container) * .5 - 15px) / 1.18);
}
.wpgis-slider-for .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.wpgis-slider-nav {
	width: calc(100% + 20px);
	margin-left: -10px;
	height: calc(((var(--container) * .5 - 15px) - 2 * 20px) / 3 / 1.18);
	overflow: hidden;
}
.wpgis-slider-nav .slick-slide {
	padding: 0 10px;
	border: none;
	opacity: .5;
	transition: .25s;
}
.wpgis-slider-nav .slick-slide.slick-current,
.wpgis-slider-nav .slick-slide:hover {
	opacity: 1;
}
.wpgis-slider-nav .slick-slide li {
	height: calc(((var(--container) * .5 - 15px) - 2 * 20px) / 3 / 1.18);
	overflow: hidden;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.wpgis-slider-nav .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.singleProduct-summary {
	position: relative;
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	margin-bottom: 80px;
	z-index: 1;
}
.product_title {
	font-size: var(--h2-size);
	margin-bottom: 10px;
}
.product_meta {
	position: relative;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 25px;
	padding: 18px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}
.sku_wrapper span {
	font-weight: 600;
}
.product_stock {
	font-weight: 600;
}
.product_stock.instock {
	color: green;
}
.product_stock.outofstock {
	color: red;
}
.singleProduct-summary .price {
	font-size: var(--h2-size);
	font-weight: 600;
	margin-bottom: 25px;
}
.singleProduct-wrap.sale .price {
	display: flex;
	align-items: baseline;
}
.singleProduct-summary .price del {
	font-size: var(--h4-size);
	font-weight: 400;
	margin-left: 20px;
	order: 2;
}
.singleProduct-summary .price ins {
	color: var(--red);
	order: 1;
	text-decoration: none;
}
.woocommerce-product-details__short-description {
	margin-bottom: 25px;
	line-height: 1.5;
}
.woocommerce-product-details__short-description strong {
	font-weight: 600;
}
.singleProduct-summary .variations {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	padding: 0;
}
.singleProduct-summary .variations tbody,
.singleProduct-summary .variations tr,
.singleProduct-summary .variations th,
.singleProduct-summary .variations td {
	display: block;
	width: 100%;
	padding: 0;
	text-align: left;
}
.singleProduct-summary .variations th {
	margin-bottom: 10px;
	font-weight: 600;
}
.button-variable-items-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.button-variable-items-wrapper li {
	margin: 0 12px 12px 0;
	background: #2F2E2E;
	color: var(--white);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 7px 11px;
	text-align: center;
	min-width: 68px;
	cursor: pointer;
	transition: .25s;
}
.button-variable-items-wrapper li:last-child {
	margin-right: 0;
}
.button-variable-items-wrapper li:hover,
.button-variable-items-wrapper li.selected {
	background: var(--red);
}
.singleProduct-summary .reset_variations {
	display: none !important;
}
.woocommerce-variation.single_variation {
	margin-bottom: 30px;
}
.woocommerce-variation-description {
	line-height: 1.5;
	order: 2;
}
.woocommerce-variation-description strong {
	font-weight: 600;
}
.woocommerce-variation-description > *:last-child {
	margin-bottom: 20px !important;
}
.woocommerce-variation-availability p {
	margin-top: 10px;
	font-weight: 600;
}
.woocommerce-variation-availability p.in-stock {
	color: green;
}
.woocommerce-variation-availability p.out-of-stock {
	color: red;
}


.qib-container:not(#qib_id):not(#qib_id) {
	height: 50px;
  max-width: 120px;
  display: inline-flex !important;
  align-items: center;
  overflow: hidden;
}
.qib-button:not(#qib_id):not(#qib_id) {
  flex: 0 0 35px;
  width: 35px !important;
  max-width: 35px !important;
  height: 35px !important;
  background: none !important;
  border: 1px solid #979798 !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
  color: var(--black) !important;
  font-size: 20px !important;
  outline: none !important;
  box-shadow: none;
  cursor: pointer;
  transition: .25s !important;;
}
.qib-button:hover:not(#qib_id):not(#qib_id) {
  background: #979798 !important;
  color: var(--white) !important;
}
.qib-container div.quantity:not(#qib_id):not(#qib_id) {
  flex: auto;
  max-width: 100% !important;
  border-left: 1px solid var(--blue) !important;
  border-right: 1px solid var(--blue) !important;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  width: 100% !important;
  height: 100% !important;
  font-size: 24px !important;
  font-weight: 400;
  border: none !important;
}
form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id), form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_) {
  margin-left: 30px !important;
  outline: none !important;
  box-shadow: none !important;
  min-width: auto;
}
.yith-wcwl-add-to-wishlist {
	margin-top: 20px;
}
.yith-wcwl-add-to-wishlist a {
	color: var(--red);
}
.yith-wcwl-add-to-wishlist a:hover {
	color: var(--red-2);
}



.wc-block-components-notice-banner,
.woocommerce-message,
.woocommerce-NoticeGroup {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.woocommerce-message,
.woocommerce-NoticeGroup {
  display: block;
}
.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;
}



.woocommerce-tabs {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  overflow: hidden;
  z-index: 1;
}
.woocommerce-tabs ul.tabs {
  position: relative;
  margin: 0 0 -1px;
  padding: 0;
  list-style: none;
  display: flex;
}
.woocommerce-tabs ul.tabs li {
  margin-right: 30px;
}
.woocommerce-tabs ul.tabs li:last-child {
  margin-right: 0;
}
.woocommerce-tabs ul.tabs li a {
  display: block;
  min-width: 300px;
  background: #979798;
  color: var(--white);
  text-align: center;
  font-size: var(--h5-size);
  font-weight: 500;
  padding: 12.5px 20px;
	-moz-border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
	border-radius: 30px 30px 0 0;
}
.woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li.active a {
  background: var(--red);
  color: var(--white);
}


.woocommerce-Tabs-panel {
  position: relative;
  padding: 30px;
	-moz-border-radius: 0 0 30px 30px;
	-webkit-border-radius: 0 0 30px 30px;
	border-radius: 0 0 30px 30px;
	border: 1px solid #979798;
	overflow: hidden;
}
.woocommerce-Tabs-panel--additional_information {
	padding: 0 !important;
}
.woocommerce-product-attributes {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  position: relative;
  padding: 15px 30px;
}
.woocommerce-product-attributes th {
  text-align: left;
  width: 35%;
}
.woocommerce-product-attributes tr:nth-child(2n) th,
.woocommerce-product-attributes tr:nth-child(2n) td {
  background: #f5f5f5;
}


.related.products,
.upsells.products {
	flex: 0 0 100%;
	max-width: 100%;
}






/*------- Cart Start ----------*/
.wc-empty-cart-message {
	margin-bottom: 36px;
	font-size: var(--h5-size);
	text-align: center;
}
.return-to-shop {
	text-align: center;
}
.pageCart-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pageCart-left {
	flex: 0 0 calc(75% - 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: 14px 20px;
}
.pageCartTableProducts th {
	color: #616161;
	font-weight: 400;
}
.pageCartTableProducts td {
	border-top: 1px solid #979798;
}
.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 .product-name a {
	font-weight: 500;
	text-transform: uppercase;
}
.pageCartTableProducts .product-name a:hover {
	color: var(--red);
}
.pageCartTableProducts .product-quantity {
	min-width: 150px;
}
.pageCartTableProducts .product-remove a {
	-webkit-mask-size: 12px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/cancel.svg);
	mask-image: url(images/cancel.svg);
	background-color: var(--red);
	width: 28px;
	height: 28px;
	display: block;
}
.pageCartTableProducts .product-remove a:hover {
	background-color: var(--red-2);
}
.pageCartTableProducts tbody .product-subtotal {
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}
.pageCartTableProducts tbody tr:last-child {
	display: none;
}
.pageCartTableProducts .coupon {
	display: flex;
	max-width: 480px;
}
.pageCartTableProducts .coupon button {
	flex: 0 0 auto;
	margin-left: 10px;
}



.cart-collaterals {
	position: sticky;
	top: 0;
	z-index: 9;
}
.pageCartTotals {
	background: #f5f5f5;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.pageCartTotals > h2 {
	font-size: var(--h5-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 #979798;
	padding: 14px 20px;
}
body.styleDark .cart_totals table tr {
	border-bottom-color: var(--white);
}
.cart_totals table tr:last-child {
	border-bottom: none;
}
.cart_totals table th {
	display: block;
	font-size: var(--text-size-sm);
	font-weight: 400;
	color: #999;
	text-align: left;
	margin-bottom: 6px;
	padding: 0;
}
.cart_totals table td {
	padding: 0;
	display: block;
}
.cart_totals table tr.cart-subtotal td {
	font-size: var(--h6-size);
	font-weight: 600;
}
.cart_totals table tr.order-total td {
	font-size: var(--h5-size);
	font-weight: 700;
}
.checkout-button {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.woocommerce-shipping-destination {
	display: none !important;
}
.woocommerce-shipping-methods,
.wc_payment_methods {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-shipping-methods li,
.wc_payment_methods li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 5px;
}
.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;
}
/*------- 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: #f5f5f5;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.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(--h5-size);
}
.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.form-row {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
.form-row-first,
.form-row-last {
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}
.form-row > label {
	color: #999999;
	display: block;
	line-height: 1.25;
	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 {
	color: #999;
	font-weight: 400;
	padding: 14px 20px;
	text-align: left;
	border-bottom: 1px solid #979798;
}
.woocommerce-checkout-review-order-table tbody td {
	padding: 14px 20px;
	border-bottom: 1px solid #979798;
}
.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 #979798;
	padding: 14px 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-sm);
	font-weight: 400;
	color: #999;
	text-align: left;
	margin-bottom: 6px;
	padding: 0;
}
.woocommerce-checkout-review-order-table tfoot td {
	padding: 0;
	display: block;
}
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
	font-size: var(--h6-size);
	font-weight: 600;
}
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	font-size: var(--h5-size);
	font-weight: 700;
}

.woocommerce-checkout-payment {
	padding: 0 20px 14px;
}
.wc_payment_methods {
	margin-bottom: 30px;
}
.woocommerce-privacy-policy-text,
.checkout-policy {
	font-size: var(--text-size-sm);
	color: #999;
	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(--red);
}
/*-------- 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: #f5f5f5;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding: 30px;
}


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

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
	position: relative;
	margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	background: #979798;
	color: var(--white);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding: 15px 20px;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a  {
	background: var(--red);
	color: var(--white);
}
.woocommerce-MyAccount-content {
	float: right;
	width: calc(100% - 280px - 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 #979798;
	padding: 14px 20px;
}
.woocommerce-orders-table th,
.woocommerce-table--order-details th {
	background: #f5f5f5;
}

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;
}
table.wishlist_table thead th,
table.wishlist_table tbody td {
	border: 1px solid #979798;
}
table.wishlist_table .product-price ins {
	text-decoration: none;
	color: var(--red);
	font-weight: 600;
}
table.wishlist_table .product-price del {
	font-size: .8em;
}
.wishlist_table .product-add-to-cart a {
	margin: 0 !important;
	display: inline-flex !important;
}
.wishlist_table .product-add-to-cart a.button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	font-family: 'Montserrat';
	font-weight: 500;
	line-height: 1.5;
	padding: 8px 35px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid var(--red);
	background: var(--red);
	color: var(--white);
	outline: none;
	cursor: pointer;
	transition: .25s;
}
.wishlist_table .product-add-to-cart a.button:hover {
	border-color: var(--red-2);
	background: var(--red-2);
	color: var(--white);
}




.woocommerce-thankyou-order-received {
	font-size: var(--h4-size);
	font-weight: 700;
	text-align: center;
	color: var(--red);
}
.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;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.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;
}


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

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.btn {
		font-size: 16px;
	}
	.heading {
		margin-bottom: 40px;
	}
	.header-wrap {
		height: 50px;
	}
	.header-logo img {
    max-height: 50px;
	}
	.main-menu li a {
		font-size: var(--text-size);
	}
	.main-navigation {
		padding: 14px 0;
	}
	.header-phone p {
		font-size: var(--text-size);
	}
	.header-phone p:before {
		flex: 0 0 24px;
		max-width: 24px;
		width: 24px;
		height: 24px;
	}
	.header-catalog-btn {
    flex: 0 0 180px;
    max-width: 180px;
	}
	.catalog-menu > ul > li > a,
	.catalog-menu > ul > li > ul > li > a {
		font-size: var(--text-size);
	}
	.catalog-menu ul > li > a span {
    flex: 0 0 32px;
    max-width: 32px;
    width: 32px;
    height: 32px;
  }
  .catalog-menu > ul > li > ul {
  	margin-top: 15px;
  }
  .catalog-menu > ul > li > ul > li {
  	padding-bottom: 12px;
  }
  .catalog-menu-toggle {
  	-webkit-mask-size: 12px;
  }
  .hero-section {
  	min-height: 620px;
  }
  .hero-content {
  	max-width: 760px;
  	padding: 30px 70px 50px;
  }
  .hero-content .aligncenter {
  	margin-bottom: 30px;
  	max-height: 80px;
  }
  .woocommerce-loop-category__title {
  	font-size: var(--h5-size);
  }
  .product-info {
  	padding: 18px 12px 22px;
  }
  ul.products li .price del {
  	margin-right: 6px;
  }
  .woocommerce-loop-product__title,
  ul.products li .price {
  	margin-bottom: 16px;
  }
  .product-soldout {
  	font-size: var(--text-size);
  }
  .advantages-item__wrap {
  	padding: 20px;
  }
  .advantages-item__image {
  	height: 64px;
  	margin-bottom: 24px;
  }
  .advantages-item__image img {
    max-height: 64px;
	}
	.footer-widget {
		max-width: 320px;
	}
	.footer-logo img {
		max-width: 240px;
	}
	.footer-company {
		font-size: var(--text-size);
	}
	.footer-widget-title {
		font-size: var(--h5-size);
	}
	.footer-menu li a,
	.footer-contacts p,
	.contacts-info p,
	.widget-title, .bapf_head h3 {
		font-size: var(--text-size);
	}
	.footer-menu li,
	.footer-contacts p,
	.contacts-info p {
    margin-bottom: 10px;
	}
	.page-header {
		padding: 30px 0;
	}
	.page-header-block {
		min-width: 720px;
		padding: 30px;
	}
	.page-title {
		margin-bottom: 12px;
	}
	.page-title:last-child {
		margin-bottom: 0;
	}
	.error-404-number {
    font-size: calc(var(--h1-size) * 7);
  }
  .woocommerce-variation.single_variation {
    margin-bottom: 20px;
	}
	.woocommerce-tabs ul.tabs li a {
		font-size: var(--h6-size);
		padding: 15px 20px;
		min-width: 250px;
	}
	.aioseo-breadcrumbs {
		font-size: var(--text-size-sm);
	}
}



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

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.header-wrap {
		height: 42px;
	}
	.header-logo img {
		max-height: 42px;
	}
	.main-menu li {
    margin-right: 20px;
	}
	.main-menu li a {
    font-size: var(--text-size-sm);
  }
  .soc-links li {
  	margin-right: 10px;
  }
  .header-phone p {
  	margin-right: 20px;
  }
  .header-icons-item {
  	margin-right: 15px;
  }
  .header-catalog-btn {
  	flex: 0 0 150px;
  	max-width: 150px;
  }
  .header-catalog-toggle {
  	font-size: var(--text-size);
  }
  .hero-section {
  	min-height: 580px;
  }
  .woocommerce-loop-category__title {
    font-size: var(--h6-size);
    padding: 15px;
	}
	.categories-wrap:before {
		width: 150px;
		height: 150px;
		top: -80px;
		left: -80px;
	}
	.categories-wrap:after {
		width: 150px;
		height: 138px;
		bottom: -90px;
		right: -80px;
	}
	.categories-button {
		margin-top: 30px;
	}
	.about-image {
    width: calc(100% + 150px);
    margin-left: -150px;
  }
  .advantages-item__image {
  	margin-bottom: 12px;
  }
  .advantages-item__title {
  	font-size: var(--text-size);
  	margin-bottom: 10px;
  }
  .news-item__title {
  	font-size: var(--text-size);
  	padding: 15px;
  }
  .news-wrap:before {
  	width: 120px;
  	height: 120px;
  	top: -80px;
  	left: -60px;
  }
  .news-wrap:after {
  	width: 120px;
  	height: 120px;
  	bottom: -20px;
  	right: -70px;
  }
  .form-fields {
  	margin: 0 -10px -20px;
  }
  .form-field {
  	margin: 0 0 20px;
  	padding: 0 10px;
  }
  .footer-widget {
  	max-width: 260px;
  }
  .footer-company {
  	font-size: var(--text-size-sm);
  }
  .reviews-item {
  	flex: 0 0 50%;
  	max-width: 50%;
  }
  .singleProduct-summary .price del {
  	font-size: var(--h5-size);
  }
  .about-button {
  	margin-top: 30px;
  }
}




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

		--text-size: 14px;
		--text-size-sm: 13px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea, select {
		padding: 10.5px 28px;
	}
	.btn-sm {
		font-size: 14px;
	}
	.header {
		padding: 10px 0;
	}
	.header-wrap {
		height: 35px;
	}
	.header-logo img {
		max-height: 35px;
	}
	.header-soc,
	.header .main-menu,
	.header-catalog {
		display: none;
	}
	.header-phone {
		margin-left: 0;
	}
	.main-navigation {
		padding: 10px 0;
	}
	.main-navigation-wrap {
		height: 40px;
	}
	.header-icons-item a {
		width: 25px;
		height: 25px;
	}
	.hero-content {
		border-width: 2px;
		padding: 40px;
	}
	.hero-content .aligncenter {
		max-height: 50px;
	}
	.hero-content h1 {
		font-size: var(--h4-size);
	}
	.hero-section {
		min-height: 400px;
	}
	ul.products.columns-4 li,
	ul.products.columns-3 li {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
	}
	ul.products li.product-category a {
		height: calc((var(--container) - 1 * 30px) / 2 / 1.33);
	}
	ul.products li.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
		top: calc((var(--container) - 30px * 1) / 2 / 1.1 - 35px - 5px);
	}
	.product-image {
		flex: 0 0 calc((var(--container) - 30px) / 2 / 1.1);
    max-height: calc((var(--container) - 30px) / 2 / 1.1);
	}
	.about-image {
		border-width: 2px;
	}
	.about-right {
		padding: 20px 0;
	}
	.about-content img {
		max-height: 50px;
	}
	.advantages-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.news-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.news-item__wrap {
		height: calc((var(--container) - 1 * 30px) / 2);
	}
	.news-item__title {
		font-size: var(--h6-size);
	}
	.feedback-left {
    flex: 0 0 100%;
    max-width: 100%;
	}
	.feedback-left .heading {
		text-align: center;
	}
	.feedback-left .heading h2 {
		justify-content: center;
	}
	.feedback-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer {
		padding: 40px 0;
	}
	.footer-wrap {
		flex-direction: column;
		align-items: center;
	}
	.footer-widget {
		max-width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.footer-widget:last-child {
		margin-bottom: 0;
	}
	.footer-soc {
		justify-content: center;
	}
	.footer-logo,
	.footer-company {
		margin-bottom: 16px;
	}
	.footer-logo img {
		max-height: 48px;
	}
	.footer-widget-title {
		margin-bottom: 20px;
	}
	.footer-menu {
		padding: 0 25px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer-contacts {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.page-header-block {
		min-width: 100%;
	}
	.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;
	}
	.active > .widget-area {
		display: block;
	}
	.archiveProducts-filter-btn {
		width: 100%;
	}

	.singleProduct-images {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.wpgis-slider-for,
	.wpgis-slider-for .slick-slide > div > div {
		height: calc(var(--container) / 1.18);
	}
	.wpgis-slider-nav,
	.wpgis-slider-nav .slick-slide li {
		height: calc((var(--container) - 2 * 20px) / 3 / 1.18);
	}
	.singleProduct-summary {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}
	.product_title {
		font-size: var(--h1-size);
		margin-bottom: 16px;
	}
	.woocommerce-tabs ul.tabs li {
		margin-right: 15px;
	}
	.woocommerce-tabs ul.tabs li a {
		min-width: auto;
		padding: 12.5px 30px;
	}
	.woocommerce-Tabs-panel {
		padding: 20px;
	}

	.contacts-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
	}
	.contacts-right {
    flex: 0 0 100%;
    max-width: 100%;
	}
	.singleNews-image {
    float: none;
    margin: 0 0 20px;
    text-align: center;
	}
	.singleNews-image img {
		max-height: 280px;
		max-width: 100%;
	}

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

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

	.pageLogin-left, .pageLogin-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pageLogin-left {
		margin-bottom: 30px;
	}
	.woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
    margin-bottom: 30px;
	}
	.woocommerce-MyAccount-navigation ul li a {
		justify-content: center;
	}
	.woocommerce-MyAccount-content {
		float: none;
		margin: 0;
		width: 100%;
	}
	.widget-catalog .widget-title, .bapf_head h3 {
		font-size: var(--h6-size);
	}

	.catalog-menu > ul > li {
		margin-bottom: 0;
	}
	.catalog-menu > ul > li > a, .catalog-menu > ul > li > ul > li > a {
		font-size: var(--h6-size);
	}


	.main-menu {
		margin: 0;
		display: block;
	}
	.main-menu li {
		margin-right: 0;
	}
	.main-menu li a {
		display: block;
		padding: 10px 15px;
		color: var(--black);
		font-size: var(--h6-size);
	}
	.main-menu li a:hover {
		background: #f5f5f5;
	}

	.about-left {
		flex: 0 0 100%;
		max-width: 100%;
		height: calc(var(--container) / 2);
		margin-bottom: 30px;
	}
	.about-right {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
	.news-button {
		margin-top: 30px;
	}
}



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

		--text-size: 14px;
		--text-size-sm: 13px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.reviews-item {
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.reviews-item__image {
		width: 60px;
		height: 60px;
	}
	.contacts-map iframe {
		height: 280px;
	}


	.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 #979798;
		padding: 15px;
	}
	.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;
	}
	.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 110px;
		max-width: 110px;
		min-width: 110px;
	}
	.pageCartTableProducts tbody td.product-subtotal {
		flex: 0 0 calc(100% - 110px - 50px);
		max-width: calc(100% - 110px - 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-radius: 5px;
		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);
	}
	.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-sm);
	}
	.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;
	}

}



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

		--text-size: 14px;
		--text-size-sm: 13px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.heading {
		margin-bottom: 30px;
	}
	.header {
		position: sticky;
		z-index: 99;
		top: 0;
	}
	.header-phone {
		display: block;
	}
	.header-phone p {
		margin-right: 0;
		margin-bottom: -2px;
	}
	.header-phone p:last-child {
		margin-bottom: 0;
	}
	.header-phone p:before {
		flex: 0 0 20px;
		max-width: 20px;
		width: 20px;
		height: 20px;
	}
	.hero-content {
		padding: 30px;
	}
	.hero-content h1 {
		font-size: var(--h5-size);
	}
	ul.products {
		margin: 0 -10px -20px;
	}
	ul.products li {
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.product-btn .btn {
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
	}
	ul.products li .price {
		font-size: var(--text-size);
	}
	.product-info {
		padding: 15px 10px;
	}

	.form-field-50 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.news-item__title {
		font-size: var(--text-size);
		padding: 10px;
	}

	.archiveShop-top {
		flex-wrap: wrap;
	}
	.woocommerce-result-count {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.woocommerce-ordering {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.woocommerce-ordering select {
		max-width: 100%;
		width: 100%;
	}

	.qib-button:not(#qib_id):not(#qib_id) {
		flex: 0 0 30px;
		max-width: 30px !important;
		width: 30px !important;
		height: 30px !important;
		font-size: 18px !important;
	}
	.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
		font-size: 20px !important;
	}

	.form-row-first, .form-row-last {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.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%}
