/*!
Theme Name: Estilo
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: estilo
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.

Estilo 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=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


:root {
	--container: 1530px;

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

	--black: #1E1E1E;
	--grey: #7E7E7E;
	--grey-light: #F7F5F5;
	--white: #FFFFFF;
	--red: #EA0E11;
}
*, ::after, ::before {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.375;
	color: var(--black);
	background: var(--white);
}
a {
	text-decoration: none;
	color: var(--black);
	transition: .25s;
}
a:hover {
	color: var(--grey);
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0 0 15px;
	line-height: 1.375;
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote {
	margin: 0 0 15px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
.form-field > label {
	display: block;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 8px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--white);
	border: 1px solid #CBCBCB;
	color: var(--black);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 15px 20px;
	height: 55px;
	outline: none;
	transition: .25s;
}
textarea {
	height: 145px;
	resize: vertical;
}
select {
	cursor: pointer;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	border-color: var(--black);
}
.form-field-button.center {
	text-align: center;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 2px;
	font-size: var(--text-size-sm);
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 10px 15px;
	font-size: var(--text-size-sm);
	text-align: center;
}
.form-field-policy {
	font-size: var(--text-size);
	line-height: 1.15;
	margin-bottom: 30px;
}
.form-field-policy a {
	text-decoration: underline;
}
.wpcf7-acceptance {
	display: block;
	cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
	display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	display: block;
	padding-left: 29px;
	cursor: pointer;
}
.wpcf7-acceptance label {
	position: relative;
	display: inline-block;
}
.wpcf7-acceptance input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	background: var(--white);
	border: 1px solid #D2D2D2;
	width: 20px;
	height: 20px;
	outline: 0;
	padding: 0px;
	margin: 0;
	margin-right: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: -2px;
	cursor: pointer;
	transition: .25s;
}
.wpcf7-acceptance input[type="checkbox"]:checked:after {
	content: '';
    width: 6px;
    height: 11px;
    border-bottom: 1px solid var(--black);
    border-right: 1px solid var(--black);
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    transform: rotate(45deg);
}


.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 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: 1200px) {
	.hide-xl {
		display: none !important;
	}
}

.heading {
	position: relative;
	margin-bottom: 60px;
}
.heading.center {
	text-align: center;
}
.heading p:first-child {
	font-size: var(--h5-size);
	font-weight: 300;
	margin-bottom: 5px;
}
.heading h1,
.heading h2 {
	font-size: var(--h1-size);
	font-weight: 400;
}


.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1.5;
	border: 1px solid transparent;
	padding: 13px 50px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	outline: none;
	min-height: 55px;
	cursor: pointer;
	transition: .25s;
}
.btn-primary {
	background-color: var(--black);
	border-color: var(--black);
	color: var(--white);
}
.btn-primary:hover {
	background-color: var(--grey);
	border-color: var(--grey);
	color: var(--white);
}
.btn-secondary {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--black);
}
.btn-secondary:hover {
	background-color: var(--grey);
	border-color: var(--grey);
	color: var(--white);
}
.btn-thirdy {
	background-color: #ECECEC;
	border-color: var(--red);
	color: var(--black);
}
.btn-thirdy:hover {
	background-color: var(--grey);
	border-color: var(--grey);
	color: var(--white);
}
.btn-outline-primary {
	background-color: transparent;
	border-color: var(--black);
	color: var(--black);
}
.btn-outline-primary:hover {
	background-color: var(--black);
	border-color: var(--black);
	color: var(--white);
}


.owl-dots {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	z-index: 9;
}
.owl-dots button {
	flex: 0 0 10px;
	max-width: 10px;
	width: 10px;
	height: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 8px;
	background: #838181 !important;
	transition: .25s;
}
.owl-dots button:last-child {
	margin-right: 0;
}
.owl-dots button:hover,
.owl-dots button.active {
	background: var(--black) !important;
}

.owl-nav {
	position: absolute;
	width: 100%;
	top: calc(50% - 25px);
	z-index: 9;
}
.owl-nav button {
	position: absolute;
	width: 50px;
	height: 50px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--white) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
}
.owl-nav button:hover {
	background: var(--black) !important;
}
.owl-nav button.owl-prev {
	left: 0;
}
.owl-nav button.owl-next {
	right: 0;
}
.owl-nav button:before {
	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 24px;
    max-width: 24px;
    width: 24px;
    height: 24px;
    transform: rotate(-90deg);
    transition: .25s;
    z-index: 1;
}
.owl-nav button.owl-prev:before {
	transform: rotate(90deg);
}
.owl-nav button.owl-next:before {
	transform: rotate(-90deg);
}
.owl-nav button:hover:before {
	background-color: var(--white);
}


.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	margin-left: 10px;
}
.soc-links li.soc-mobile {
	display: none;
}
.soc-links li:first-child {
	margin-left: 0;
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border: 1px solid transparent;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.soc-links.white li a {
	border-color: var(--black);
}
.soc-links.white li a:hover {
	background: var(--white);
}
.soc-links.black li a {
	border-color: #CBCBCB;
}
.soc-links.black li a:hover {
	background: var(--black);
	border-color: var(--black);
}
.soc-links li a svg {
	max-height: 25px;
	max-width: 25px;
}
.soc-links li a path {
	transition: .25s;
}
.soc-links.white li a path {
	fill: var(--white);
}
.soc-links.white li a:hover path {
	fill: var(--black);
}
.soc-links.black li a path {
	fill: var(--black);
}
.soc-links.black li a:hover path {
	fill: var(--white);
}



.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
  transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
	position: relative;
	background: var(--white);
	border-radius: 0;
	height: 100%;
	width: 100%;
	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: 5px 0;
	border-bottom: 1px solid var(--grey-light);
}
.modal-mobile-header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 55px;
}
.modal-mobile-logo img {
	max-height: 55px;
}
.modal-mobile-close {
  -webkit-mask-image: url(images/close.svg);
  mask-image: url(images/close.svg);
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--black);
  flex: 0 0 25px;
  max-width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none !important;
  transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--grey);
}
.modal-mobile-body {
	flex: auto;
	padding: 30px 0;
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-menu > li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--grey-light);
}
.mobile-menu > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.mobile-menu > li > a {
	flex: 0 0 100%;
	max-width: 100%;
	order: 2;
	display: block;
	font-weight: 400;
	font-size: var(--text-size);
	text-transform: uppercase;
}
.mobile-menu > li.menu-item-has-children > a {
	flex: 0 0 calc(100% - 25px - 10px);
	max-width: calc(100% - 25px - 10px);
}
.mobile-menu-toggle {
	order: 3;
	-webkit-mask-size: 12px;
	-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 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	margin-left: 10px;
	cursor: pointer;
	transition: .25s;
}
.mobile-menu li.active > .mobile-menu-toggle {
	transform: rotate(180deg);
}
.mobile-menu ul {
	order: 4;
	display: none;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	flex: 0 0 100%;
	max-width: 100%;
}
.mobile-menu ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--grey-light);
}
.mobile-menu ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.mobile-menu ul li a {
	flex: 0 0 100%;
	max-width: 100%;
	order: 2;
	display: block;
	font-weight: 400;
	font-size: var(--text-size);
	text-transform: uppercase;
}
.mobile-menu ul li.menu-item-has-children a {
	flex: 0 0 calc(100% - 25px - 10px);
	max-width: calc(100% - 25px - 10px);
}
.mobile-menu ul ul {
	margin-top: 15px;
}

.modal-mobile-footer {
	position: relative;
	padding: 20px 0;
	background: var(--grey-light);
	text-align: center;
	z-index: 1;
}
.modal-mobile-footer-logo {
	margin-bottom: 20px;
}
.modal-mobile-footer-logo img {
	max-height: 65px;
}
.modal-mobile-footer-contacts {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.modal-mobile-footer-contacts p {
	margin: 0 0 10px;
	display: flex;
}
.modal-mobile-footer-contacts p:last-child {
	margin-bottom: 0;
}
.modal-mobile-footer-contacts p:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--black);
    flex: 0 0 25px;
    max-width: 25px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.modal-mobile-footer-contacts p.phone:before {
    -webkit-mask-image: url(images/phone-call.svg);
    mask-image: url(images/phone-call.svg);
}
.mobile-soc {
	justify-content: center;
}


.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: 500px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-xl {
	max-width: 1500px;
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: var(--white);
	background-clip: padding-box;
	outline: 0;
	padding: 50px 30px 30px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .7;
	z-index: 1049;
}
.modal-title {
	font-size: var(--h3-size);
	font-weight: 600;
	margin-bottom: 25px;
	text-align: center;
}
.modal-close {
	position: absolute;
	-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: var(--black);
	width: 32px;
	height: 32px;
	top: 15px;
	right: 15px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .25s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--grey);
}



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


.wrapper {
	position: relative;
	z-index: 1;
}
.topbar {
	position: relative;
	background: var(--black);
	color: var(--white);
	padding: 7.5px 0;
	z-index: 90;
}
.topbar-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 35px;
}
.topbar-contacts {
	display: flex;
	align-items: center;
}
.topbar-contacts p {
	margin: 0 38px 0 0;
	display: flex;
}
.topbar-contacts p:last-child {
	margin-right: 0;
}
.topbar-contacts p:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--white);
    flex: 0 0 25px;
    max-width: 25px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.topbar-contacts p.phone:before {
    -webkit-mask-image: url(images/phone-call.svg);
    mask-image: url(images/phone-call.svg);
}
.topbar-contacts p a {
	color: var(--white);
}
.topbar-contacts p a:hover {
	color: var(--grey);
}


.header {
	position: sticky;
	top: 0;
	width: 100%;
	background: var(--white);
	padding: 10px 0;
	border-bottom: 1px solid var(--grey-light);
	z-index: 90;
}
.header-wrap {
	display: flex;
	align-items: center;
	height: 95px;
}
.header-logo {
	margin-right: 50px;
}
.header-logo img {
	max-height: 95px;
}
.main-menu {
	margin: 0 50px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: auto;
	max-width: 100%;
}
.main-menu > li {
	position: relative;
	margin-right: 30px;
	z-index: 1;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
	position: relative;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	padding: 5px 0;
	color: var(--black);
	z-index: 1;
}
.main-menu > li > a:before {
	content: '';
	background: var(--black);
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .25s;
	z-index: 1;
}
.main-menu > li:hover > a:before,
.main-menu > li.current-menu-item > a:before {
	width: 100%;
}
.main-menu > li.menu-item-has-children > a:after {
	content: '';
	-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 10px;
	max-width: 10px;
	width: 10px;
	height: 10px;
	margin-left: 6px;
	transition: .25s;
}
.main-menu > li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}
.main-menu > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -30px;
	margin: 0;
	padding: 24px 0px 20px;
	width: 270px;
	list-style: none;
	z-index: 1;
}
.main-menu > li > ul:before {
	content: '';
	background: var(--white);
	box-shadow: 2px 2px 0px 3px rgba(0, 0, 0, 0.15);
	position: absolute;
	width: 100%;
	height: calc(100% - 4px);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.main-menu > li > ul li {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	z-index: 1;
}
.main-menu > li > ul li:after {
	content: '';
	border-bottom: 1px solid #D8D8D8;
	position: absolute;
	width: calc(100% - 60px);
	height: 1px;
	left: 30px;
	bottom: 0;
	z-index: 1;
}
.main-menu > li > ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.main-menu > li > ul li:last-child:after {
	display: none;
}
.main-menu > li > ul li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-menu > li > ul li:last-child > a {
	border-bottom: none;
}
.main-menu > li > ul li:hover > a {
	color: var(--grey);
}
.main-menu > li > ul 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 10px;
	max-width: 10px;
	width: 10px;
	height: 10px;
	margin-left: 6px;
	transform: rotate(-90deg);
	transition: .25s;
}
.main-menu > li > ul li.menu-item-has-children:hover > a:after {
	background-color: var(--grey);
}
.main-menu ul ul {
	display: none;
	position: absolute;
	top: -24px;
	left: 100%;
	margin: 0;
	padding: 24px 0px 20px;
	list-style: none;
	width: 270px;
	z-index: 1;
}
.main-menu ul ul:before {
	content: '';
	background: var(--white);
	box-shadow: 2px 2px 0px 3px rgba(0, 0, 0, 0.15);
	position: absolute;
	width: 100%;
	height: calc(100% - 4px);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.main-menu li:hover > ul {
	display: block;
}

.header-icons {
	display: flex;
	align-items: center;
}
.header-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
}
.header-icon:first-child {
	margin-left: 0;
}
.header-icon > a,
.header-icon > button {
	position: relative;
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	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(--grey);
}
.header-icon.search > button:before {
	-webkit-mask-image: url(images/search.svg);
    mask-image: url(images/search.svg);
}
.header-icon.account > a:before {
	-webkit-mask-image: url(images/user.svg);
    mask-image: url(images/user.svg);
}
.header-icon.cart > a:before {
	-webkit-mask-image: url(images/shopping-bag.svg);
    mask-image: url(images/shopping-bag.svg);
}
.header-icon.wishlist > a:before {
	-webkit-mask-image: url(images/heart.svg);
    mask-image: url(images/heart.svg);
}
.header-icon > a span {
	position: absolute;
	bottom: -7px;
	right: -9px;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: var(--red);
	color: var(--white);
	font-size: 12px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.header-toggle {
	display: flex;
	align-items: center;
	margin-left: 30px;
}
.header-toggle button {
	position: relative;
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	border: none;
	-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(--black);
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .25s;
	z-index: 1;
}
.header-toggle button:hover {
	background-color: var(--grey);
}

.header-search-inner {
	display: none;
	width: 420px;
	position: absolute;
	top: calc(100% + 10px);
	right: -17px;
	z-index: 9;
}
.search-form {
	position: relative;
	width: 100%;
	background: var(--white);
	border: 1px solid #CBCBCB;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
	z-index: 1;
}
.search-form input {
	position: relative;
	width: 100%;
	height: 55px;
	background: none;
	border: none;
	padding: 9px 50px 9px 16px;
	font-size: var(--text-size);
	color: var(--black);
	font-weight: 400;
	outline: none;
	transition: .5s;
}
.search-form button {
	position: absolute;
	top: 15px;
	right: 15px;
	-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: 25px;
	height: 25px;
	cursor: pointer;
	outline: none;
	border: 0;
	padding: 0;
	transition: .25s;
}
.search-form button:hover {
	background-color: var(--grey);
}
#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: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 15px;
	width: 100%;
	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 var(--grey-light);
}
.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);
}
.ajaxSearch-item__title:hover {
	color: var(--grey);
}
.ajaxSearch-item__price {
	position: relative;
	display: flex;
	align-items: flex-end;
}
.ajaxSearch-item__price .price {
	line-height: 1.2;
	font-size: var(--h6-size);
	font-weight: 600;
	color: var(--black);
}
.ajaxSearch-item__price .price del {
	font-weight: 400;
	font-size: var(--text-size-sm);
	display: block;
	color: var(--black);
}
.ajaxSearch-item__price .price ins {
	margin-top: -2px;
	display: block;
	color: var(--red);
	text-decoration: none;
}


.footer {
	position: relative;
	border-top: 1px solid #CBCBCB;
	padding: 60px 0;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.footer-widget {
	padding: 0 15px;
}
.footer-widget.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.footer-widget.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.footer-widget-title {
	font-weight: 600;
	margin-bottom: 20px;
}
.footer-logo {
	margin-bottom: 20px;
}
.footer-logo img {
	max-height: 95px;
}
.footer-company {
	margin-bottom: 40px;
	font-weight: 300;
}
.footer-menu {
	margin: 0;
	padding-left: 20px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	font-weight: 300;
}
.footer-menu li {
	margin-bottom: 12px;
}
.footer-contacts {
	margin-bottom: 40px;
}
.footer-contacts p {
	margin: 0 0 12px 0;
	display: flex;
	font-weight: 300;
}
.footer-contacts p:last-child {
	margin-bottom: 0;
}
.footer-contacts p:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--black);
    flex: 0 0 25px;
    max-width: 25px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.footer-contacts p.phone:before {
    -webkit-mask-image: url(images/phone-call.svg);
    mask-image: url(images/phone-call.svg);
}
.footer-contacts p.e-mail:before {
    -webkit-mask-image: url(images/envelope.svg);
    mask-image: url(images/envelope.svg);
}
.footer-contacts p.address:before {
    -webkit-mask-image: url(images/location.svg);
    mask-image: url(images/location.svg);
}
.footer-payments {
	display: flex;
}
.footer-payments span {
	margin-right: 10px;
}
.footer-payments span:last-child {
	margin-right: 0;
}
.footer-payments img {
	max-height: 30px;
	max-width: 50px;
}
.footer-bottom {
	position: relative;
	background: var(--grey-light);
	padding: 12px 0;
	text-align: center;
	font-weight: 300;
	z-index: 1;
}
.footer-widget-title {
	font-size: var(--h6-size);
}






.page-header {
	position: relative;
	padding: 60px 0;
	color: var(--white);
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-height: 480px;
	overflow: hidden;
	z-index: 1;
}
.page-header-sm {
	position: relative;
	padding: 30px 0 0 ;
}
.page-header-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.page-header-bg:after {
	content: '';
	background: var(--black);
	opacity: .65;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.page-title {
	font-size: var(--h1-size);
	margin-bottom: 20px;
	color: var(--white);
	font-weight: 600;
	text-align: center;
}
.page-title:last-child {
	margin-bottom: 0;
}
.aioseo-breadcrumbs {
	text-align: center;
}
.page-header-sm .aioseo-breadcrumbs {
	text-align: left;
	color: var(--grey);
}
.aioseo-breadcrumbs a {
	color: var(--white);
}
.page-header-sm .aioseo-breadcrumbs a {
	color: var(--grey);
}
.aioseo-breadcrumbs a:hover {
	color: var(--grey-light);
}
.page-header-sm .aioseo-breadcrumbs a:hover {
	color: var(--black);
}
.page-content {
	padding-top: 40px;
}


.error-404-number {
	font-size: calc(var(--h1-size) * 6);
	font-weight: 600;
	line-height: 1;
	margin-bottom: 30px;
	text-align: center;
	color: var(--red);
}
.error-404-button {
	text-align: center;
}



.heroSlider-section {
	background: var(--grey-light);
}
.heroSlider-item__wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 720px;
	padding: 0 60px;
	z-index: 1;
}
.heroSlider-item__left {
	flex: 0 0 33%;
	max-width: 33%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.heroSlider-item__before-heading {
	text-transform: uppercase;
	color: var(--grey);
	font-size: var(--h3-size);
	margin-bottom: 0;
}
.heroSlider-item__heading {
	font-size: calc(var(--h1-size) * 3.35);
	font-weight: 400;
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: 1.1;
}
.heroSlider-item__content {
	font-size: var(--h5-size);
	font-weight: 300;
	margin-bottom: 30px;
}
.heroSlider-item__right {
	flex: 0 0 calc(67% - 30px);
	max-width: calc(67% - 30px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.heroSlider-item__image {
	text-align: center;
}
.heroSlider-item__image img {
	width: auto !important;
	display: inline-block !important;
	max-height: 720px;
}
.owl-heroSlider .owl-nav {
	width: var(--container);
	left: 50%;
	transform: translateX(-50%);
}
.owl-heroSlider .owl-nav button.owl-prev {
	left: -10px;
}
.owl-heroSlider .owl-nav button.owl-next {
	right: -10px;
}


.catalog-cats {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	height: calc(var(--container) / 3);
}
.catalog-cats-item {
	position: relative;
	z-index: 1;
}
.catalog-cats-item:nth-child(1) {
	grid-area: 1 / 1 / 3 / 2;
}
.catalog-cats-item:nth-child(2) {
	grid-area: 1 / 2 / 2 / 4;
}
.catalog-cats-item:nth-child(3) {
	grid-area: 2 / 2 / 3 / 3;
}
.catalog-cats-item:nth-child(4) {
	grid-area: 2 / 3 / 3 / 4;
}
.catalog-cats-item:nth-child(5) {
	grid-area: 1 / 4 / 3 / 5;
}
.catalog-cats-item__wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	z-index: 1;
}
.catalog-cats-item__image {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.catalog-cats-item__image img {
	transition: 1s;
}
.catalog-cats-item__wrap:hover .catalog-cats-item__image img {
	transform: scale(1.05);
}
.catalog-cats-item__image:after {
	content: '';
	background: var(--black);
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: 1s;
	z-index: 1;
}
.catalog-cats-item__wrap:hover .catalog-cats-item__image:after {
	opacity: .35;
}
.catalog-cats-item__title {
	text-align: center;
	font-size: var(--h3-size);
	color: var(--white);
	font-weight: 600;
}


.catalogTab {
	position: relative;
	margin-top: 45px;
	z-index: 1;
}
.catalogTab-nav {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #CBCBCB;
	display: flex;
	justify-content: center;
}
.catalogTab-nav li {
	margin-right: 50px;
}
.catalogTab-nav li:last-child {
	margin-right: 0;
}
.catalogTab-nav li a {
	position: relative;
	color: var(--grey);
	font-weight: 600;
	font-size: var(--h5-size);
	padding: 15px 0;
	display: block;
}
.catalogTab-nav li.active a,
.catalogTab-nav li a:hover {
	color: var(--black);
}
.catalogTab-nav li a:after {
	content: '';
	background: var(--black);
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.catalogTab-nav li.active a:after {
	opacity: 1;
}
.catalogTab-block {
	display: none;
}
.catalogTab-block.active {
	display: block;
}


.countdown-section {
	color: var(--white);
}
.countdown-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.countdown-bg:after {
	content: '';
	background: var(--black);
	opacity: .45;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.countdown-section .heading h2 {
	text-transform: uppercase;
}

.countdownCounter {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.countdownCounter-item {
	flex: 0 0 60px;
	max-width: 60px;
	margin-right: 34px;
}
.countdownCounter-item:last-child {
	margin-right: 0;
}
.countdownCounter-item span:first-child {
	width: 60px;
	height: 60px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid var(--white);
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--h5-size);
	font-weight: 600;
}
.countdownCounter-item span:last-child {
	text-align: center;
	font-size: var(--h5-size);
	display: block;
}
.countdown-button {
	text-align: center;
}



.about-section {
	background: var(--grey-light);
}
.about-wrap {
	display: flex;
	justify-content: space-between;
	min-height: 600px;
}
.about-left {
	position: relative;
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 160px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px 0;
	z-index: 1;
}
.about-instagram {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.about-instagram a {
	display: flex;
	align-items: center;
	font-size: var(--h5-size);
	font-weight: 400;
	letter-spacing: .06em;
}
.about-instagram a svg {
	flex: 0 0 27px;
	max-width: 27px;
	height: 27px;
	margin-right: 15px;
}
.about-content {
	margin-bottom: 40px;
}
.about-right {
	position: relative;
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	z-index: 1;
}
.about-image-1 {
	width: calc(100% - 130px);
	height: 100%;
	margin-left: auto;
}
.about-image-2 {
	position: absolute;
	max-height: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.about-image-2 img {
	max-width: 230px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}


.blockquote-content {
	max-width: 690px;
	margin: 0 auto;
	font-size: var(--h5-size);
	font-weight: 300;
}




.archiveShop-categories {
	position: relative;
	max-width: 1050px;
	margin: 60px auto 0;
	z-index: 1;
}
.owl-categories .owl-nav button.owl-prev {
	left: -80px;
}
.owl-categories .owl-nav button.owl-next {
	right: -80px;
}

.arhiveShop-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.arhiveShop-sidebar {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
}
@media (min-width: 1200px) {
	.arhiveShop-sidebar {
		display: block !important;
	}
}
.arhiveShop-body {
	flex: 0 0 calc(75% - 15px);
	max-width: calc(75% - 15px);
}

.archiveProductsTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.woocommerce-result-count {
  flex: auto;
  max-width: 100%;
  margin-bottom: 0;
  margin-right: 30px;
}
.woocommerce-ordering {
  flex: 0 0 300px;
  max-width: 300px;
}


.products-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -40px;
}
.products-items.owl-carousel {
	margin: 0;
}
.products-item {
	margin: 0 0 40px;
	padding: 0 15px;
}
.products-items.columns-4 .products-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.products-items.columns-3 .products-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.products-items.columns-2 .products-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.products-items.columns-1 .products-item {
	flex: 0 0 calc(100% / 1);
	max-width: calc(100% / 1);
}
.products-items.owl-carousel .products-item,
.products-items.owl-carousel .category-item {
	margin: 0;
	padding: 0;
	flex: 0 0 100%;
	max-width: 100%;
}


.category-item__image {
	width: 150px;
	height: 150px;
	margin: 0 auto 16px;
	overflow: hidden;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.woocommerce-loop-category__title {
	font-size: var(--h5-size);
	font-weight: 600;
	text-align: center;
	color: var(--white);
}
.woocommerce-loop-category__title mark {
	display: none !important;
}
.category-item a:hover .woocommerce-loop-category__title {
	color: var(--grey-light);
}




.products-item__wrap {
	position: relative;
	z-index: 1;
}
.woocommerce-loop-product__link {
	display: block;
}
.products-item__image {
	position: relative;
	height: calc((var(--container) - 3 * 30px) / 4 / .7);
	overflow: hidden;
	margin-bottom: 20px;
	z-index: 1;
}
/*.badge-promotion {
	position: absolute;
	top: 14px;
	right: -26px;
	font-size: var(--text-size-sm);
	font-weight: 400;
	background: var(--red);
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 124px;
	height: 32px;
	margin-bottom: 0;
	transform: rotate(42deg);
	z-index: 2;
}
.singleProduct-images .badge-promotion {
	font-size: var(--text-size);
}*/
.badge-promotion {
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/sale-tag.svg) no-repeat center;
	background-size: contain;
	width: 70px;
	height: 70px;
	font-size: 0;
	z-index: 2;
}
.products-item__tm-ua {
	position: absolute;
	background: url(images/ua_tm.svg) no-repeat center;
	background-size: contain;
	top: 5px;
	left: 5px;
	width: 65px;
	height: 47px;
	z-index: 1;
}
.products-item__soldout {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(255, 255, 255, .9);
	color: var(--black);
	z-index: 9;
}
.woocommerce-loop-product__title {
	font-size: var(--h6-size);
	font-weight: 600;
	color: var(--black);
	text-align: center;
	margin-bottom: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: .25s;
}
.woocommerce-loop-product__title:hover {
	color: var(--grey);
}
.products-item__price {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: var(--h5-size);
	font-weight: 400;
	text-align: center;
	color: var(--black);
}
.products-item__price ins {
	text-decoration: none;
	font-weight: 400;
	color: var(--red);
	order: 1;
}
.products-item__price del {
	font-size: var(--text-size);
	font-weight: 400;
	margin-left: 10px;
	order: 2;
}
.products-item__action {
	position: absolute;
	top: calc((var(--container) - 3 * 30px) / 4 / .7 - 70px);
	height: 70px;
	overflow: hidden;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 0px;
	transform: translateX(-50%);
	z-index: 9;
}
.products-item__action > * {
	margin-right: 16px;
	transform: translateY(80px);
	transition: 1s;
}
.products-item__wrap:hover .products-item__action > * {
	transform: translateY(-30px);
}
.products-item__action > *:last-child {
	margin-right: 0;
}
.products-item__main-btn,
.products-item .yith-wcwl-add-to-wishlist a {
	position: relative;
	display: block;
	flex: 0 0 40px;
	max-width: 40px;
	width: 40px;
	height: 40px;
	background: var(--white);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	z-index: 1;
	transition: .25s;
}
.products-item__main-btn:hover,
.products-item .yith-wcwl-add-to-wishlist a:hover {
	background: var(--black);
}
.products-item__main-btn:after,
.products-item .yith-wcwl-add-to-wishlist a:after {
	content: '';
	-webkit-mask-size: 18px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .25s;
	z-index: 1;
}
.products-item__main-btn:hover:after,
.products-item .yith-wcwl-add-to-wishlist a:hover:after {
	background-color: var(--white);
}
.products-item__main-btn.add_to_cart_button:after {
	-webkit-mask-image: url(images/shopping-bag.svg);
	mask-image: url(images/shopping-bag.svg);
}
.products-item__main-btn.add_to_cart_button.loading:after {
	-webkit-mask-image: url(images/loading.svg);
	mask-image: url(images/loading.svg);
}
.products-item__main-btn.add_to_cart_button.added:after {
	-webkit-mask-size: 22px;
	-webkit-mask-image: url(images/check-alt.svg);
	mask-image: url(images/check-alt.svg);
}
.products-item .yith-wcwl-add-to-wishlist a:after {
	-webkit-mask-image: url(images/heart.svg);
	mask-image: url(images/heart.svg);
}
.products-item .yith-wcwl-add-to-wishlist a.delete_item:after {
	-webkit-mask-image: url(images/heart-full.svg);
	mask-image: url(images/heart-full.svg);
}
.added_to_cart {
	display: none !important;
}
.products-item .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}


.berocket_single_filter_widget,
.widget {
	position: relative;
	margin-bottom: 60px;
}
.berocket_single_filter_widget:last-child {
	margin-bottom: 0;
}
.bapf_sfilter {
	margin-bottom: 0;
}
.bapf_head {
	margin-bottom: 20px;
}
.bapf_head h3,
.widget-title {
	display: flex;
	align-items: center;
	font-size: var(--h5-size);
	font-weight: 400;
	letter-spacing: .06em;
	margin-bottom: 20px;
	border-left: 2px solid var(--black);
	padding: 14px 0 14px 14px;
	text-transform: uppercase;
}
.bapf_head h3 {
	margin-bottom: 0;
}
.widget-title:after,
.bapf_head h3:after {
	content: '';
	flex: auto;
	max-width: 100%;
	height: 1px;
	background: #AFAFAF;
	margin-left: 14px;
}
.bapf_body {
	position: relative;
	z-index: 1;
}
.bapf_slidr_all {
	margin: 0 .6em;
}
.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: 3px;
}
.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(--white);
	border: 5px solid var(--black);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 20px;
	top: -8px;
}
.ui-slider-horizontal .ui-slider-handle {
	margin-left: -.5em;
}
.bapf_ckbox_sqchck ul li {
  	display: flex;
  	margin-bottom: 10px !important;
}
.bapf_ckbox_sqchck ul li:last-child {
  	margin-bottom: 0 !important;
}
.bapf_ckbox_sqchck input[type=checkbox] {
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin: 0 10px 0 0 !important;
	border: 1px solid #D9D9D9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.bapf_ckbox_sqchck input[type=checkbox]:checked {
	border-color: var(--black);
	background: var(--black);
}
.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
	border-bottom-color: var(--white);
	border-right-color: var(--white);
	top: 2px;
	left: 8px;
	width: 7px;
	height: 14px;
}
.bapf_sfilter.bapf_hideckbox .bapf_body>ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px !important;
}
.bapf_hideckbox ul li {
	margin: 0 10px 10px 0 !important;
}
.bapf_hideckbox ul li:last-child {
	margin-right: 0 !important;
}
.bapf_hideckbox ul li label {
	border: 1px solid #AFAFAF;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    padding: 9px 12px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: var(--black);
    min-height: 40px;
    min-width: 40px;
    letter-spacing: .06em;
}
.bapf_hideckbox ul li label:hover {
	color: var(--grey);
}
.bapf_hideckbox ul li.checked label {
	background: var(--black);
	color: var(--white) !important;
	border-color: var(--black);
}
.bapf_sfilter.bapf_colorinline .bapf_body>ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px !important;
}
.bapf_colorinline ul li {
	margin: 0 10px 10px 0 !important;
}
.bapf_colorinline ul li:last-child {
	margin-right: 0 !important;
}
.bapf_colorinline ul li .bapf_clr_span {
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-shadow: none;
	margin: 0;
	border: 1px solid var(--grey-light);
}
.bapf_colorinline ul li.checked .bapf_clr_span {
	border-width: 3px;
	box-shadow: 0px 2px 4px rgba(0,0,0,.25);
}


.widgetCatalogMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widgetCatalogMenu ul > li {
	position: relative;
	padding: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--grey-light);
	z-index: 1;
}
.widgetCatalogMenu ul > li:last-child {
	border-bottom: none;
}
.widgetCatalogMenu ul > li > a {
	position: relative;
	flex: auto;
	max-width: 100%;
	order: 1;
	color: var(--black);
	padding-left: 12px;
}
.widgetCatalogMenu ul > li > a:before {
	content: '';
	width: 4px;
	height: 4px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--black);
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	z-index: 1;
}
.widgetCatalogMenu ul > li > a:after {
	content: '';
	opacity: 0;
	background: #F8F8F8;
	position: absolute;
	width: calc(100% + 10px + 10px);
	height: calc(100% + 10px + 10px);
	left: -10px;
	top: -10px;
	transition: .25s;
	z-index: -1;
}
.widgetCatalogMenu ul > li.parent > a {
	flex: 0 0 calc(100% - 12px - 6px);
	max-width: calc(100% - 12px - 6px);
}
.widgetCatalogMenu ul > li.parent > a:after {
	width: calc(100% + 10px + 10px + 12px + 6px);
}
.widgetCatalogMenu ul > li > a:hover:after {
	opacity: 1;
}
.widgetCatalogMenu .catalog-menu-toggle {
	content: '';
	order: 2;
	-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: 6px;
	cursor: pointer;
	transition: .25s;
}
.widgetCatalogMenu li.active > .catalog-menu-toggle {
	transform: rotate(180deg);
}
.widgetCatalogMenu ul ul {
	display: none;
	order: 3;
	margin: 10px 0 -10px;
	flex: 0 0 calc(100% + 10px);
	max-width: calc(100% + 10px);
}




.woocommerce-pagination,
.navigation.pagination {
	position: relative;
	margin-top: 48px;
	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: 6px;
}
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);
    color: var(--black);
    border: 1px solid var(--grey-light);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 5px 10px;
}
ul.page-numbers li a:hover,
ul.page-numbers li span.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	background: var(--black);
	border-color: var(--black);
	color: var(--white);
}


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



#yith-wcwl-popup-message {
	margin: 0 !important;
	transform: translate(-50%, -50%);
}


.wc-block-components-notice-banner,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 20px 25px;
	background: var(--grey-light);
	display: flex;
	align-items: center;
	margin-bottom: 20px !important;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	display: block;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
	color: var(--black);
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover {
	text-decoration: underline;
	color: var(--grey);
}
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;
	justify-content: space-between;
	flex-wrap: wrap;
}
.singleProduct-images {
	position: relative;
	overflow: hidden;
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	z-index: 1;
}
.singleProduct-mainSlider {
	position: relative;
	height: calc((var(--container) - 30px) / 2 / 1.05);
	overflow: hidden;
	border: 1px solid var(--grey-light);
	margin-bottom: 30px;
	z-index: 1;
}
.woocommerce-product-gallery__image {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: calc((var(--container) - 30px) / 2 / 1.05);
	z-index: 1;
}
.woocommerce-product-gallery__image img {
	max-height: calc((var(--container) - 30px) / 2 / 1.05);
}
.singleProduct-mainSlider > * {
   display: none;
}
.singleProduct-mainSlider:before {
	content: '';
	background: url(images/loading.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: .5;
	z-index: 2;
}
.singleProduct-mainSlider.slick-initialized > * {
   display: block;
}
.singleProduct-mainSlider.slick-initialized:before {
   display: none;
}
.singleProduct-otherSlider {
	margin: 0 -4px;
	height: calc(((var(--container) / 2 - 15px) - 3 * 16px) / 4);
	overflow: hidden;
}
.singleProduct-otherSlider .slick-slide > div {
	padding: 0 4px;
}
.woocommerce-product-gallery__thumbnail {
	position: relative;
	height: calc(((var(--container) / 2 - 15px) - 3 * 16px) / 4);
	overflow: hidden;
	border: 2px solid transparent;
	background: var(--white);
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: .65;
	transition: .25s;
	z-index: 1;
}
.singleProduct-otherSlider .slick-slide.slick-current .woocommerce-product-gallery__thumbnail {
  	border-color: var(--grey-light);
  	opacity: 1;
}
.woocommerce-product-gallery__thumbnail img {
	max-height: calc(((var(--container) / 2 - 15px) - 3 * 16px) / 4);
	opacity: 1;
}
.singleProduct-otherSlider > * {
   display: none;
}
.singleProduct-otherSlider.slick-initialized > * {
   display: block;
}
.singleProduct-mainSlider .slick-arrow {
	position: absolute;
	top: calc(50% - 25px);
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0;
	border: none;
	background: var(--white);
	outline: none;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
	z-index: 9;
}
.singleProduct-mainSlider:hover .slick-arrow {
	opacity: 1;
}
.singleProduct-mainSlider .slick-arrow:hover {
	background-color: var(--black);
}
.singleProduct-mainSlider .slick-arrow.slick-prev {
	transform: rotate(90deg);
	left: 15px;
}
.singleProduct-mainSlider .slick-arrow.slick-next {
	transform: rotate(-90deg);
	right: 15px;
}
.singleProduct-mainSlider .slick-arrow:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down.svg);
	mask-image: url(images/arrow-down.svg);
	background-color: var(--black);
	transition: .25s;
}
.singleProduct-mainSlider .slick-arrow:hover:before {
	background-color: var(--white);
}
.singleProduct-tm-ua {
	position: absolute;
	background: url(images/ua_tm.svg) no-repeat center;
	background-size: contain;
	top: 15px;
	left: 15px;
	width: 65px;
	height: 47px;
	z-index: 10;
}
.singleProduct-summary {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.singleProduct-summary-inner {
	position: sticky;
	top: 140px;
	z-index: 1;
}
.singleProduct-title {
	font-size: var(--h2-size);
	font-weight: 600;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #CBCBCB;
	line-height: 1.2;
}
.singleProduct-rating {
	position: relative;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	z-index: 1;
}
.singleProduct-rating-stars {
	position: relative;
	width: 100px;
	z-index: 1;
}
.singleProduct-rating-stars::before {
	content: '';
	background: url(images/stars-rating-1.svg) no-repeat center;
	background-size: contain;
	width: 100px;
	height: 20px;
	display: block;
}
.singleProduct-rating-stars span {
	position: absolute;
	overflow: hidden;
	font-size: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.singleProduct-rating-stars span:before {
	content: '';
	background: url(images/stars-rating-2.svg) no-repeat center;
	background-size: contain;
	width: 100px;
	height: 20px;
	display: block;
}
.singleProduct-rating-count {
	margin-left: 10px;
}
.woocommerce-product-details__short-description {
	position: relative;
	margin-bottom: 30px;
}
.singleProduct-price,
.woocommerce-variation-price .price {
	display: flex;
	align-items: baseline;
	font-size: var(--h3-size);
	font-weight: 600;
	margin-bottom: 30px;
}
.singleProduct-price ins,
.woocommerce-variation-price .price ins {
	text-decoration: none;
	font-weight: 600;
	color: var(--red);
	order: 1;
}
.singleProduct-price del,
.woocommerce-variation-price .price del {
	font-size: var(--text-size);
	font-weight: 400;
	margin-left: 10px;
	order: 2;
}

.singleProduct-tableSize {
	position: relative;
	margin-bottom: 30px;
}
.singleProduct-tableSize span {
	display: inline-flex;
	align-items: center;
	font-weight: 700;
	cursor: default;
	transition: .25s;
}
.singleProduct-tableSize span:hover {
	color: var(--grey);
}
.singleProduct-tableSize span:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/linear.svg);
	mask-image: url(images/linear.svg);
	background-color: var(--black);
	flex: 0 0 60px;
	max-width: 60px;
	width: 60px;
	height: 12px;
	margin-left: 14px;
	transition: .25s;
}
.singleProduct-tableSize span:hover:after {
	background-color: var(--grey);
}


.tippy-box[data-theme="tableSize"] {
	max-width: 680px !important;
}


.singleProduct-otherButton {
	margin-top: 30px;
}


.singleProduct-action {
	display: flex;
}
.qib-container:not(#qib_id):not(#qib_id) {
	position: relative;
	flex: 0 0 130px;
	max-width: 130px;
	width: 130px;
	height: 55px;
	display: flex !important;
	justify-content: center;
	border: 1px solid #CBCBCB;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	overflow: hidden;
	z-index: 1;
}
.qib-button:not(#qib_id):not(#qib_id) {
	font-size: 20px !important;
	font-weight: 400 !important;
	flex: 0 0 40px;
	max-width: 40px;
	height: 53px !important;
	border: none !important;
	background: none !important;
	color: var(--black) !important;
	cursor: pointer;
	transition: .25s;
}
.qib-button:hover:not(#qib_id):not(#qib_id) {
	color: var(--grey) !important;
}
.qib-container div.quantity:not(#qib_id):not(#qib_id) {
	flex: auto;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	border: none !important;
	font-size: 20px !important;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: var(--black);
	outline: none !important;
	box-shadow: none !important;
	width: 100% !important;
	height: 53px !important;
}
form.cart button[type='submit']:not(#qib_id):not(#qib_id), form.cart .qib-container + div:not(#qib_id):not(#qib_id) {
	display: inline-flex !important;
	box-shadow: none !important;
	outline: none !important;
}
form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_) {
	line-height: 1.5 !important;
	min-width: auto;
	flex: auto;
	max-width: 330px;
}
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;
}

.singleProduct-action .yith-wcwl-add-to-wishlist {
	margin-left: 30px;
	margin-top: 0;
}
.singleProduct-action .yith-wcwl-add-to-wishlist a {
	position: relative;
	display: block;
	width: 55px;
	height: 55px;
	background: var(--white);
	border: 1px solid #CBCBCB;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	z-index: 1;
	transition: .25s;
}
.singleProduct-action .yith-wcwl-add-to-wishlist a:hover {
	background: var(--black);
	border-color: var(--black);
}
.singleProduct-action .yith-wcwl-add-to-wishlist a:after {
	content: '';
	-webkit-mask-size: 24px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/heart.svg);
	mask-image: url(images/heart.svg);
	background-color: var(--black);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .25s;
	z-index: 1;
}
.singleProduct-action .yith-wcwl-add-to-wishlist a:hover:after {
	background-color: var(--white);
}
.singleProduct-action .yith-wcwl-add-to-wishlist a.delete_item:after {
	-webkit-mask-image: url(images/heart-full.svg);
	mask-image: url(images/heart-full.svg);
}
.singleProduct-action .yith-wcwl-add-to-wishlist a.view-wishlist,
.singleProduct-action .yith-wcwl-add-to-wishlist .separator {
	display: none;
}

.singleProduct-stock {
	font-size: var(--h6-size);
	font-weight: 600;
}
.singleProduct-stock.outofstock {
	color: var(--red);
}

.singleProduct-actionOther {
	position: relative;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.singleProduct-actionOther > * {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}

.singleProduct-advantages {
	position: relative;
	margin: 60px 0 0;
	z-index: 1;
}
.singleProduct-advantages-item {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.singleProduct-advantages-item:last-child {
	margin-bottom: 0;
}
.singleProduct-advantages-item span {
	flex: 0 0 25px;
	max-width: 25px;
	margin-right: 14px;
}
.singleProduct-advantages-item p {
	flex: auto;
}


.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: 30px;
}
.singleProduct-summary table.variations tr {
	margin-bottom: 30px;
}
.singleProduct-summary table.variations tr:last-child {
	margin-bottom: 0;
}
.singleProduct-summary table.variations th {
	margin-bottom: 16px;
}
.woocommerce-variation-availability,
.reset_variations {
	display: none !important;
}
.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;
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
	font-weight: 300;
}
.woo-variation-swatches .variable-items-wrapper {
	margin-bottom: -10px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	border: 1px solid #AFAFAF;
	margin: 0 16px 16px 0;
	color: var(--black);
	font-size: var(--text-size);
	padding: 0;
}
.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item:not(.radio-variable-item) {
	box-shadow: none;
	border: 1px solid var(--grey-light);
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.color-variable-item:not(.radio-variable-item),
.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: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
	color: var(--white);
	border-color: var(--black);
	background: var(--black);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock), .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) {
	box-shadow: none;
	border: 1px solid var(--black);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
	display: none;
}



.woocommerce-tabs {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 60px;
	z-index: 1;
}
.woocommerce-tabs ul.tabs {
	position: relative;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	overflow-x: auto;
	overflow-y: hidden;
	display: flex;
	z-index: 1;
}
.woocommerce-tabs ul.tabs:after {
	content: '';
	background: #CBCBCB;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: -1;
}
.woocommerce-tabs ul.tabs li {
	flex: 0 0 auto;
	margin-right: 6px;
}
.woocommerce-tabs ul.tabs li:last-child {
	margin-right: 0;
}
.woocommerce-tabs ul.tabs li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	text-align: center;
	padding: 20px 50px;
	border-bottom: 2px solid transparent;
	color: var(--grey);
	font-size: var(--h6-size);
	font-weight: 600;
	line-height: 1.2;
}
.woocommerce-tabs ul.tabs li.active a {
	border-color: var(--black);
}
.woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li.active a {
	color: var(--black);
}

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




.woocommerce-Reviews #comments {
  margin-bottom: 36px;
}
.woocommerce-noreviews {
  text-align: center;
  font-size: var(--h5-size);
  font-weight: 600;
  margin-top: 20px;
}

.woocommerce-Reviews-title {
	font-size: var(--h4-size);
	margin-bottom: 24px;
}
.comment-form-rating .stars span {
  display: inline-flex;
  align-items: center;
}
.comment-form-rating .stars {
  display: flex;
  margin-bottom: 0;
}
.comment-form-rating .stars a {
  flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/ic_baseline-star.svg);
  mask-image: url(images/ic_baseline-star.svg);
  background-color: var(--black);
  margin-right: 0px;
  font-size: 0;
}
.comment-form-rating .stars a:last-child {
  margin-right: 0;
}
.comment-form-rating .stars span:hover a {
  -webkit-mask-image: url(images/ic_baseline-star-full.svg);
  mask-image: url(images/ic_baseline-star-full.svg);
}
.comment-form-rating .stars a:hover~a {
  -webkit-mask-image: url(images/ic_baseline-star.svg);
  mask-image: url(images/ic_baseline-star.svg);
}
.comment-form-rating .stars.selected span a.active {
  -webkit-mask-image: url(images/ic_baseline-star-full.svg);
  mask-image: url(images/ic_baseline-star-full.svg);
}
.comment-form-rating .stars.selected a.active~a {
  -webkit-mask-image: url(images/ic_baseline-star.svg);
  mask-image: url(images/ic_baseline-star.svg);
}
.comment-form-rating .stars.selected a:not(.active) {
  -webkit-mask-image: url(images/ic_baseline-star-full.svg);
  mask-image: url(images/ic_baseline-star-full.svg);
}
.comment-reply-title {
  display: inline-block;
  font-size: var(--h5-size);
  font-weight: 600;
  margin-bottom: 20px;
}
.comment-form-rating,
.comment-form-comment {
  margin-bottom: 20px;
}
.comment-form-rating label,
.comment-form-comment label {
  font-size: var(--text-size);
  display: block;
  line-height: 1.25;
  margin-bottom: 8px;
}
.comment-form-rating,
.comment-form-comment {
  margin-bottom: 20px;
}
.comment-form .form-submit {
  margin-bottom: 0;
}

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.commentlist li {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--grey-light);
}
.commentlist li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.comment_container {
  position: relative;
  overflow: hidden;
}
.comment_container > img.avatar {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
.comment-text {
  padding-left: 64px;
}
.comment-text .star-rating {
  position: relative;
  order: 2;
  width: 100px;
  margin-bottom: 5px;
}
.comment-text .star-rating::before {
  content: '';
  background: url(images/stars-rating-1.svg) no-repeat center;
  background-size: contain;
  width: 100px;
  height: 20px;
  display: block;
}
.comment-text .star-rating span {
  position: absolute;
  overflow: hidden;
  font-size: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.comment-text .star-rating span:before {
  content: '';
  background-image: url(images/stars-rating-2.svg);
  width: 100px;
  height: 20px;
  display: block;
}
.comment-text .meta {
  order: 1;
  margin-bottom: 5px;
}
.comment-text .description {
  order: 3;
}
.singleProduct-recently,
.related.products,
.upsells.products {
	flex: 0 0 100%;
	max-width: 100%;
}



.pageContacts-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.pageContacts-left {
	flex: 0 0 30%;
	max-width: 30%;
}
.pageContacts-right {
	flex: 0 0 calc(70% - 30px);
	max-width: calc(70% - 30px);
}
.pageContacts-info {
	position: relative;
}
.pageContacts-info p {
	position: relative;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.pageContacts-info p:last-child {
	margin-bottom: 0;
}
.pageContacts-info p:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--black);
    flex: 0 0 25px;
    max-width: 25px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.pageContacts-info p.phone:before {
	-webkit-mask-image: url(images/phone-call.svg);
	mask-image: url(images/phone-call.svg);
}
.pageContacts-info p.email:before {
	-webkit-mask-image: url(images/envelope.svg);
	mask-image: url(images/envelope.svg);
}
.pageContacts-info p.address:before {
	-webkit-mask-image: url(images/location.svg);
    mask-image: url(images/location.svg);
}
.pageContacts-map {
	position: relative;
	height: 420px;
	z-index: 1;
}
.pageContacts-map iframe {
	width: 100%;
	height: 100%;
}
.pageContacts-bottom {
	flex: 0 0 100%;
	max-width: 100%;
}
.pageContacts-form {
	max-width: 820px;
	margin: 0 auto;
}





/*------- Cart Start ----------*/
.wc-empty-cart-message {
	margin-bottom: 36px;
	font-size: var(--h6-size);
	text-align: center;
}
.return-to-shop {
	text-align: center;
}
.pageCart-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pageCart-left {
	flex: 0 0 calc(75% - 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 {
	color: #616161;
	font-weight: 400;
}
.pageCartTableProducts td {
	border-top: 1px solid #CBCBCB;
}
.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:hover {
	color: var(--blue);
}
.pageCartTableProducts .product-quantity {
	min-width: 150px;
}
.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: var(--red);
	width: 28px;
	height: 28px;
	display: block;
}
.pageCartTableProducts tbody .product-subtotal {
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
}
.pageCartTableProducts tbody tr:last-child td {
	padding-left: 0;
	padding-right: 0;
}
.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: var(--grey-light);
	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 #CBCBCB;
	padding: 14px 20px;
}
.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: var(--grey);
	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: 600;
}
.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: 12px;
}
.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: var(--grey-light);
}
.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);
	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 {
	color: var(--grey);
	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: 10px 20px;
	text-align: left;
	border-bottom: 1px solid #CBCBCB;
}
.woocommerce-checkout-review-order-table tbody td {
	padding: 10px 20px;
	border-bottom: 1px solid #CBCBCB;
}
.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 #CBCBCB;
	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-sm);
	font-weight: 400;
	color: var(--grey);
	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: 600;
	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: #ededed;
	padding: 15px;
	font-size: var(--text-size-sm);
	margin-top: 5px;
}
.woocommerce-privacy-policy-text,
.checkout-policy {
	font-size: var(--text-size-sm);
	color: var(--grey);
	margin-bottom: 30px !important;
}
.woocommerce-privacy-policy-text a,
.checkout-policy a {
	text-decoration: underline;
}
/*-------- 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(--grey-light);
	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: 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;
	background: var(--grey-light);
	padding: 15px 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a  {
	background: var(--black);
	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 var(--grey-light);
	padding: 10px 18px;
}
.woocommerce-orders-table th,
.woocommerce-table--order-details th {
	background: var(--grey-light);
}

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%;
}



.woocommerce-thankyou-order-received {
	font-size: var(--h3-size);
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}
.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: var(--grey-light);
}
.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;
}





table.wishlist_table {
	font-size: 100%;
	width: 100%;
	border-collapse: collapse;
}
table.wishlist_table thead th,
table.wishlist_table tbody td {
	border: 1px solid var(--grey-light);
}
table.wishlist_table thead th {
	background: var(--grey-light);
}
table.wishlist_table td.product-price {
	font-size: var(--text-size-lg);
}
table.wishlist_table td.product-price ins {
	text-decoration: none;
	font-weight: 600;
	color: var(--red);
}
table.wishlist_table td.product-price del {
	font-size: .8em;
	color: var(--black);
}
.wishlist_table .product-add-to-cart a {
	margin: 0 !important;
	display: inline-flex !important;
}
.wishlist_table .product-add-to-cart {
	display: none !important;
}




.pageWholesale-header {
	position: relative;
	padding: 60px 0;
	overflow: hidden;
	z-index: 1;
}
.pageWholesale-title {
	font-size: var(--h1-size);
	margin-bottom: 20px;
	font-weight: 600;
	text-align: center;
}
.pageWholesale-content {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}



.wholesaleRegistration-section {
	background: #F7F5F5;
}
.wholesaleRegistration-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wholesaleRegistration-left {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.wholesaleRegistration-content {
	max-width: 620px;
	margin-bottom: 30px;
}
.wholesaleRegistration-image {
	max-height: 720px;
}
.wholesaleRegistration-right {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	padding-bottom: 60px;
}


.modalWelcome .modal-content {
	padding: 0;
	border-radius: 24px;
}
.modalWelcome-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.modalWelcome-left {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 50px;
}
.modalWelcome-info {
	position: relative;
	border: 1px solid var(--black);
	border-radius: 24px;
	padding: 50px;
	z-index: 1;
}
.modalWelcome-logo {
	text-align: center;
	margin-bottom: 35px;
}
.modalWelcome-logo img {
	max-height: 95px;
}
.modalWelcome-logo:after {
	content: '';
	width: 120px;
	height: 2px;
	display: block;
	margin: 30px auto 0;
	background: var(--black);
}
.modalWelcome-heading {
	font-size: calc(var(--h1-size) / 1.1176);
	text-align: center;
	margin-bottom: 35px;
	line-height: 1.2;
}
.modalWelcome-button {
	text-align: center;
	margin-bottom: 60px;
}
.modalWelcome-social {
	position: relative;
}
.modalWelcome-social p {
	text-align: center;
	margin-bottom: 35px;
	font-size: var(--h5-size);
	font-weight: 300;
}
.modalWelcome-soc {
	justify-content: center;
}
.modalWelcome-right {
	flex: 0 0 50%;
	max-width: 50%;
}
.modalWelcome-image {
	position: relative;
	height: 100%;
}






@media (max-width: 1599px) {
	:root {
		--container: 1316px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 38px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.btn {
		padding: 13px 36px;
	}
	.heroSlider-item__wrap {
		height: 640px;
	}
	.heroSlider-item__image img {
		max-height: 640px;
	}
	.heroSlider-item__heading {
	    font-size: calc(var(--h1-size)* 3);
	    margin-bottom: 20px;
	}
	.heading {
		margin-bottom: 40px;
	}
}


@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;
		padding: 13px 28px;
	}
	.header-wrap {
		height: 75px;
	}
	.header-logo {
    	margin-right: 30px;
	}
	.header-logo img {
    	max-height: 75px;
	}
	.main-menu {
		margin-right: 30px;
	}
	.main-menu > li {
		margin-right: 18px;
	}
	.main-menu > li > ul,
	.main-menu ul ul {
		width: 240px;
	}
	.main-menu > li > ul li {
		padding-left: 24px;
		padding-right: 24px;
	}
	.main-menu > li > ul li:after {
		width: calc(100% - 48px);
		left: 24px;
	}
	.heroSlider-item__wrap {
		height: 600px;
	}
	.heroSlider-item__image img {
		max-height: 600px;
	}
	.heroSlider-item__left {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.heroSlider-item__right {
		flex: 0 0 calc(60% - 30px);
		max-width: calc(60% - 30px);
	}
	.heroSlider-item__before-heading {
		font-size: var(--h4-size);
	}
	.heroSlider-item__content {
		font-size: var(--h6-size);
	}
	.catalog-cats {
		height: calc(var(--container) / 2.5);
	}
	.about-wrap {
		min-height: 480px;
	}
	.about-left {
		max-width: calc(50% - 80px);
	}
	.about-image-2 img {
		max-width: 200px;
	}
	.archiveShop-categories {
		max-width: 966px;
		margin-top: 40px;
	}
	.category-item__image {
		width: 136px;
		height: 136px;
	}
	.woocommerce-loop-category__title {
		font-size: var(--h6-size);
	}
	.singleProduct-title {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.singleProduct-rating,
	.woocommerce-product-details__short-description,
	.singleProduct-price, .woocommerce-variation-price .price,
	.singleProduct-summary table.variations,
	.singleProduct-summary table.variations tr,
	.singleProduct-tableSize {
		margin-bottom: 20px;
	}
	.singleProduct-actionOther,
	.singleProduct-otherButton {
		margin-top: 20px;
	}
	.singleProduct-advantages {
		margin-top: 40px;
	}
	form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id), form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_) {
		margin-left: 20px !important;
	}
	.singleProduct-action .yith-wcwl-add-to-wishlist {
		margin-left: 20px;
	}
	.singleProduct-actionOther > * {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
	.woocommerce-tabs ul.tabs li a {
		padding: 18px 36px;
	}
	.page-header {
		padding: 40px 0;
	}

	.modalWelcome-left,
	.modalWelcome-info {
		padding: 30px;
	}
	.modalWelcome-logo {
		margin-bottom: 25px;
	}
	.modalWelcome-logo:after {
		margin-top: 20px;
	}
	.modalWelcome-social p {
		margin-bottom: 20px;
	}
}



@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;
	}
	.heading {
		margin-bottom: 30px;
	}
	.heading p:first-child {
		margin-bottom: 2px;
	}
	.owl-nav {
		top: calc(50% - 20px);
	}
	.owl-nav button {
		width: 40px;
		height: 40px;
	}
	.owl-nav button:before {
		flex: 0 0 18px;
		max-width: 18px;
		width: 18px;
		height: 18px;
	}
	.topbar {
		display: none;
	}
	.header {
		padding: 5px 0;
	}
	.main-menu {
		display: none;
	}
	.header-wrap {
		height: 55px;
		justify-content: space-between;
	}
	.header-logo img {
		max-height: 55px;
	}
	.header-search-inner {
		width: var(--container);
		top: calc(100% + 20px);
		right: 0;
		left: calc(50% + 58px);
		transform: translateX(-50%);
	}
	.heroSlider-item__wrap {
		height: 520px;
	}
	.heroSlider-item__image img {
		max-height: 520px;
	}
	.heroSlider-item__left {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.heroSlider-item__right {
		flex: 0 0 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
	.heroSlider-item__before-heading {
        font-size: var(--h6-size);
    }
	.heroSlider-item__heading {
		font-size: calc(var(--h1-size) * 2.5);
	}
	.products-item__image {
		margin-bottom: 12px;
	}
	.woocommerce-loop-product__title {
		font-size: var(--text-size);
		margin-bottom: 8px;
	}
	.products-item__price {
		font-size: var(--h6-size);
	}
	.catalog-cats-item__title {
		font-size: var(--h5-size);
	}
	.countdownCounter-item span:last-child {
		font-size: var(--h6-size);
	}
	.about-instagram a {
		font-size: var(--h6-size);
	}
	.blockquote-content {
		font-size: var(--h6-size);
	}
	.arhiveShop-sidebar {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		flex: auto;
		max-width: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		width: 100%;
		height: 100vh;
		z-index: 9;
	}
	body.sidebar-filter-active {
		overflow: hidden;
	}
	body.sidebar-filter-active main.main {
		position: relative;
		z-index: 96;
	}
	.widget-area {
		position: relative;
		max-width: 360px;
		background: var(--white);
		padding: 50px 20px 100px;
		min-height: 100vh;
	}
	.arhiveShop-sidebar-overlay {
		position: fixed;
        width: 100%;
        height: 100vh;
        background: var(--black);
        top: 0;
        left: 0;
        opacity: .65;
        z-index: -1;
	}
	.arhiveShop-sidebar-close {
		position: absolute;
		-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: var(--black);
		width: 32px;
		height: 32px;
		top: 15px;
		right: 15px;
		border: none;
		cursor: pointer;
		padding: 0;
		transition: .25s;
		z-index: 9;
	}
	.arhiveShop-sidebar-close:hover {
		background-color: var(--grey);
	}
	.arhiveShop-body {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.woocommerce-result-count {
		display: none !important;
	}
	.arhiveShop-body .products-items.columns-3 .products-item {
		flex: 0 0 calc(100% / 4);
		max-width: calc(100% / 4);
	}
	.page-content {
		padding-top: 36px;
	}
	.archiveProductsTop {
		margin-bottom: 30px;
	}
	body.page-template-default .archiveProducts-filter-btn {
		display: none !important;
	}
	.archiveProducts-filter-btn: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 25px;
	    max-width: 25px;
	    width: 25px;
	    height: 25px;
	    margin-right: 10px;
	    transition: .25s;
	}
	.archiveProducts-filter-btn:hover:before {
		background-color: var(--white);
	}
	.owl-categories .owl-nav button.owl-prev {
		left: -50px;
	}
	.owl-categories .owl-nav button.owl-next {
		right: -50px;
	}
	.categoriesCarousel {
		max-width: calc(100% - 110px);
	}
	.category-item__image {
		--size-category-image: calc(((var(--container) - 110px) - 4 * 20px) / 5);
		width: var(--size-category-image);
		height: var(--size-category-image);
	}
	.page-header-sm {
		padding-top: 20px;
	}
	.pageCart-left {
	    flex: 0 0 100%;
	    max-width: 100%;
	    margin-bottom: 30px;
	}
	.pageCart-right {
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	.woocommerce-MyAccount-navigation {
		width: 200px;
	}
	.woocommerce-MyAccount-content {
		width: calc(100% - 200px - 30px);
	}
	.catalog-cats {
		grid-column-gap: 20px;
    	grid-row-gap: 20px;
	}

	.products-items {
		margin: 0 -10px -30px;
	}
	.products-item {
		margin: 0 0 30px;
		padding: 0 10px;
	}
	.products-item__image {
		height: calc((var(--container) - 3 * 20px) / 4 / .7);
	}
	.products-item__action {
		top: calc((var(--container) - 3 * 20px) / 4 /.7 - 70px);
	}


	.footer-logo img {
		max-height: 65px;
	}
}




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

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
		height: 44px;
		padding: 9px 16px;
	}
	textarea {
		height: 100px;
	}
	.btn {
		font-size: 15px;
		padding: 9px 30px;
		min-height: 44px;
	}
	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.heroSlider-item__wrap {
		flex-direction: column;
		height: 640px;
		flex-wrap: nowrap;
	}
	.heroSlider-item__left {
        flex: 0 0 auto;
        max-width: 100%;
        max-height: 100%;
        text-align: center;
        padding: 50px 0 30px;
    }
    .heroSlider-item__heading {
        font-size: calc(var(--h1-size)* 1.95);
        margin-bottom: 10px;
    }
    .heroSlider-item__right {
        flex: auto;
        max-width: 100%;
        max-height: 320px;
    }
    .heroSlider-item__image img {
    	max-height: 320px;
    }
    .owl-heroSlider .owl-dots {
    	position: absolute;
    	width: 100%;
    	left: 0;
    	bottom: 20px;
    	z-index: 8;
    }
    .catalog-cats {
    	display: block;
    	height: auto;
    }
    .catalog-cats-item {
    	margin-bottom: 20px;
    	height: calc(var(--container) / 1.2);
    	max-height: 400px;
    }
    .catalog-cats-item:last-child {
    	margin-bottom: 0;
    }
    .catalogTab {
    	margin-top: 30px;
    }
    .catalogTab-nav {
    	margin: 0 0 30px;
    	border: none;
    	display: block;
    }
    .catalogTab-nav li {
    	margin: 0 0 20px;
    }
    .catalogTab-nav li:last-child {
    	margin-bottom: 0;
    }
    .catalogTab-nav li a {
    	width: 100%;
    	display: block;
    	text-align: center;
    	padding: 10px 15px;
    	background: var(--grey-light);
    }
    .catalogTab-nav li a:after {
    	display: none;
    }
    .products-item__image {
        height: calc((var(--container) - 20px) / 2 / .7);
    }
	.products-item__action {
		top: calc((var(--container) - 20px) / 2 / .7 - 50px);
		height: 50px;
	}
    .countdownCounter {
    	margin-bottom: 30px;
    }
    .about-content {
    	margin-bottom: 30px;
    }
    .about-wrap {
    	flex-wrap: wrap;
    	min-height: auto;
    }
    .about-left {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
        padding: 0;
    }
    .about-instagram {
    	position: relative;
    }
    .about-right {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .about-image-1 {
    	width: 100%;
    	height: var(--container);
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
		overflow: hidden;
    }
    .about-image-2 {
    	left: 15px;
    }
    .blockquote-content {
    	font-size: var(--text-size);
    }
    .footer {
    	padding: 30px 0;
    }
    .footer-wrap {
    	margin: 0;
    	flex-direction: column;
    	align-items: center;
    }
    .footer-widget {
    	text-align: center;
    	margin: 0 0 30px;
    }
    .footer-widget:last-child {
    	margin-bottom: 0;
    }
    .footer-widget.col-3,
    .footer-widget.col-6 {
	    flex: auto;
	    max-width: 100%;
	}
	.footer-company {
		margin-bottom: 20px;
	}
	.footer-soc {
		justify-content: center;
	}
	.footer-menu {
		-moz-column-count: 1;
	    -webkit-column-count: 1;
	    column-count: 1;
	    text-align: left;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.footer-contacts {
		margin-bottom: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer-payments {
		justify-content: center;
	}


	.page-title {
		margin-bottom: 10px;
	}
	.category-item__image {
        --size-category-image: calc(((var(--container) - 110px) - 3 * 20px) / 4);
    }
    .page-content {
    	padding-top: 30px;
    }

    .products-items.columns-3 .products-item,
    .products-items.columns-4 .products-item,
    .arhiveShop-body .products-items.columns-3 .products-item {
    	flex: 0 0 calc(100% / 2);
    	max-width: calc(100% / 2);
    }
    .products-item__action > * {
    	transform: translateY(-10px) !important;
    }
    .singleProduct-images {
    	flex: 0 0 100%;
    	max-width: 100%;
    	margin-bottom: 30px;
    }
    .singleProduct-summary {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .singleProduct-mainSlider {
    	margin-bottom: 20px;
    }
    .qib-container:not(#qib_id):not(#qib_id) {
    	height: 44px;
    	flex: 0 0 120px;
    	max-width: 120px;
    	width: 120px;
    }
    .qib-button:not(#qib_id):not(#qib_id),
    .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    	height: 42px !important;
    }
    .singleProduct-action .yith-wcwl-add-to-wishlist a {
    	width: 44px;
    	height: 44px;
    }
    .singleProduct-action .yith-wcwl-add-to-wishlist a:after {
    	-webkit-mask-size: 20px;
    }
    .woocommerce-tabs {
    	margin-top: 40px;
    }
    .woocommerce-tabs ul.tabs {
    	margin-bottom: 20px;
    }
    .woocommerce-tabs ul.tabs li a {
    	padding: 15px 28px;
    }
    .singleProduct-mainSlider,
    .woocommerce-product-gallery__image {
		height: calc(var(--container) / 1.5);
	}
	.woocommerce-product-gallery__image img {
		max-height: calc(var(--container) / 1.5);
	}
    .singleProduct-otherSlider,
    .woocommerce-product-gallery__thumbnail {
		height: calc((var(--container) - 3 * 16px) / 4);
	}
	.woocommerce-product-gallery__thumbnail img {
		max-height: calc((var(--container) - 3 * 16px) / 4);
	}
	.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
		width: 40px;
		height: 40px;
	}
	.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
		min-width: 40px;
		width: auto;
	}
	.singleProduct-mainSlider .slick-arrow {
	    top: calc(50% - 22px);
	    width: 44px;
	    height: 44px;
	}
	.singleProduct-mainSlider .slick-arrow:before {
	    flex: 0 0 20px;
	    max-width: 20px;
	    height: 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;
	}
	.berocket_single_filter_widget, .widget {
		margin-bottom: 40px;
	}
	.bapf_head h3, .widget-title {
		margin-bottom: 10px;
		padding: 10px 0 10px 14px;
		font-size: var(--h6-size);
	}
	.bapf_head {
		margin-bottom: 10px;
	}
	.bapf_head h3 {
		margin-bottom: 0;
	}

	.wholesaleRegistration-left,
	.wholesaleRegistration-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.wholesaleRegistration-image {
		display: none;
	}
}



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

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.products-items {
		margin: 0 -5px -20px;
	}
	.products-item {
		margin: 0 0 20px;
		padding: 0 5px;
	}
	.products-item__image {
        height: calc((var(--container) - 10px) / 2 / .7);
    }
    .products-item__action {
    	top: calc((var(--container) - 10px) / 2 / .7 - 50px);
    }
    .category-item__image {
        --size-category-image: calc(((var(--container) - 110px) - 2* 10px) / 3);
    }
    .woocommerce-ordering {
    	flex: auto;
    	max-width: 100%;
    }
    .archiveProducts-filter-btn {
    	padding-left: 20px;
    	padding-right: 20px;
    	margin-right: 20px;
    }
    .archiveProducts-filter-btn:before {
    	flex: 0 0 20px;
    	max-width: 20px;
    	width: 20px;
    	height: 20px;
    }
    .singleProduct-title {
    	margin-bottom: 15px;
    	padding-bottom: 15px;
    }
    .singleProduct-rating, .woocommerce-product-details__short-description, .singleProduct-price, .woocommerce-variation-price .price, .singleProduct-summary table.variations, .singleProduct-summary table.variations tr {
    	margin-bottom: 15px;
    }


    .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;
	}
	.pageLogin-left, .pageLogin-right {
		padding: 20px;
	}
	.pageCartTableProducts .product-remove a {
		-webkit-mask-size: 18px;
	}


	.wishlist_table.mobile {
		padding: 0;
	}
	.wishlist_table.mobile li {
		background: var(--white);
		border: 1px solid var(--grey-light);
		margin-bottom: 10px;
		padding: 10px;
	}
	.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);
	}
	.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;
	}
	.heroSlider-item__wrap {
		padding: 0;
	}
	.owl-dots {
		margin-top: 20px;
	}


	.modalWelcome-left {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.modalWelcome-right {
		display: none;
	}

	.modal-dialog.modal-xl {
		margin-left: 15px;
		margin-right: 15px;
	}
	.modalWelcome-left, 
	.modalWelcome-info {
		padding: 20px;
  }
  .modalWelcome .modal-close {
  	top: 30px;
  	right: 30px;
  }
  .modalWelcome-heading {
  	font-size: var(--h3-size);
  	margin-bottom: 25px;
  }
  .modalWelcome-button {
  	margin-bottom: 40px;
  }
  .modalWelcome-logo img {
    max-height: 65px;
	}
}



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

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.heading p:first-child {
		font-size: var(--h6-size);
	}
	.heading h1, .heading h2 {
		font-size: var(--h2-size);
	}
	.countdownCounter-item {
		margin-right: 24px;
	}
	.about-image-2 img {
        max-width: 150px;
    }
    .category-item__image {
        --size-category-image: calc(((var(--container) - 110px) - 10px) / 2);
    }
    .singleProduct-mainSlider,
    .woocommerce-product-gallery__image {
		height: calc(var(--container) / .85);
	}
	.woocommerce-product-gallery__image img {
		max-height: calc(var(--container) / .85);
	}
	.singleProduct-actionOther > * {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.singleProduct-actionOther > *:last-child {
		margin-bottom: 0;
	}
	.singleProduct-otherButton .btn {
		width: 100%;
	}
	form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id), form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_) {
		margin-left: 10px !important;
		padding-left: 5px;
		padding-right: 5px;
	}
	.singleProduct-action .yith-wcwl-add-to-wishlist {
		margin-left: 10px;
	}
	.woocommerce-tabs ul.tabs li a {
		padding: 12px 20px;
	}
	.pageCartTableProducts .coupon button {
		padding-left: 15px;
		padding-right: 15px;
	}

	.badge-promotion{
		width: 50px;
		height: 50px;
	}
	.singleProduct-images .badge-promotion {
		width: 70px;
		height: 70px;
	}
}



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