/*!
Theme Name: Elena Art Decor
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: elenaartdecor
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.

Elena Art Decor 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');

@font-face {
	font-family: 'FuturaNowScriptExtraBold';
	src: url(fonts/FuturaNowScriptExtraBold.ttf);
}


:root {
	--container: 1316px;

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

	--white: #FFFFFF;
	--black: #000000;
	--grey: #777777;
	--red: #AE0402;
	--light: #F7F8FC;
}

*, ::after, ::before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Open Sans', serif;
	color: var(--grey);
	background: var(--white);
	line-height: 1.35;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
img[data-lazyloaded]{
   opacity: 0;
}
img.litespeed-loaded{
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}
.bg-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
a {
	color: var(--black);
	text-decoration: none;
	transition: .25s;
}
a:hover {
	color: var(--red);
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	font-family: 'Open Sans', serif;
	font-weight: 600;
	line-height: 1.35;
	color: var(--black);
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote, .wp-caption, gallery {
	margin: 0 0 20px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child, .wp-caption:last-child, gallery:last-child {
	margin-bottom: 0;
}
/*.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 0 20px;
	padding: 0 10px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
select {
	width: 100%;
	background: var(--white);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', serif;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 11.5px 20px;
	color: var(--black);
	height: 50px;
	outline: none;
	border: 1px solid #D8D8D8;
	transition: .25s;
}
textarea {
	height: 124px;
}
select {
	cursor: pointer;
}
/*.wpcf7-spinner {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	margin-top: 3px;
	font-weight: 400;
	letter-spacing: 0;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 10px 15px;
	font-size: var(--text-size-sm);
	text-align: center;
	letter-spacing: 0;
}
.form-field-button {
	text-align: center;
}
*/


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


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



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



.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	line-height: 1.5;
	padding: 14px 50px;
	background: none;
	border: 1px solid transparent;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	outline: none;
	cursor: pointer;
	min-height: 54px;
	transition: .25s;
}
.btn-100 {
	width: 100%;
}
.btn-primary {
	color: var(--white);
	background-color: var(--red);
	border-color: var(--red);
}
.btn-primary:hover {
	color: var(--white);
	background-color: var(--black);
	border-color: var(--black);
}
.btn-secondary {
	color: var(--white);
	background-color: var(--black);
	border-color: var(--black);
}
.btn-secondary:hover {
	color: var(--white);
	background-color: var(--grey);
	border-color: var(--grey);
}
.btn-link {
	padding: 0;
	border-bottom: 1px dashed;
	color: var(--red);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	min-height: auto;
}
.btn-link:hover {
	color: var(--black);
}




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

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


.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	position: relative;
	margin-left: 20px;
}
.soc-links li.soc-mobile {
	display: none;
}
.soc-links li:first-child {
	margin-left: 0;
}
.soc-links li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	z-index: 1;
}
.soc-links li a svg {
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
}
.soc-links li a svg path {
	transition: .25s;
}
.soc-links.white li a svg * {
	fill: var(--white);
}
.soc-links.white li a:hover svg * {
	opacity: .8;
}

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




.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
  transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
  position: relative;
  background: var(--white);
  border-radius: 0;
  height: 100%;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  transform: translateX(100%);
  transition: .25s;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: 60px 15px 15px;
  z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
	position: absolute;
	top: 15px;
	right: 15px;
  -webkit-mask-image: url(images/close_square.svg);
  mask-image: url(images/close_square.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--black);
  width: 32px;
  height: 32px;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none !important;
  transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--red);
}
.mobile-menu {
	margin: 0;
	padding: 0 15px;
	list-style: none;
}
.mobile-menu > li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 5px;
}
.mobile-menu > li:last-child {
	margin-bottom: 0;
}
.mobile-menu > li > a {
	flex: 0 0 100%;
	max-width: 100%;
	order: 2;
	display: block;
	font-weight: 400;
	font-size: var(--text-size);
	color: var(--grey);
	padding: 5px 0;
}
.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: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand_down.svg);
	mask-image: url(images/expand_down.svg);
	background-color: var(--grey);
	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: 5px;
}
.mobile-menu ul li:last-child {
	margin-bottom: 0;
}
.mobile-menu ul li a {
	flex: 0 0 100%;
	max-width: 100%;
	order: 2;
	display: block;
	font-weight: 400;
	font-size: var(--text-size);
	color: var(--grey);
	padding: 5px 0;
}
.mobile-menu ul li.menu-item-has-children a {
	flex: 0 0 calc(100% - 25px - 10px);
	max-width: calc(100% - 25px - 10px);
}
.mobile-contacts {
	border-top: 1px solid #d9d9d9;
	margin-top: 20px;
	padding: 20px 15px 0;
}
.mobile-contacts p {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.mobile-contacts p:last-child {
	margin-bottom: 0;
}
.mobile-contacts p:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--red);
	margin-right: 6px;
}
.mobile-contacts p.address:before {
	-webkit-mask-image: url(images/address.svg);
	mask-image: url(images/address.svg);
}
.mobile-contacts p.e-mail:before {
	-webkit-mask-image: url(images/e-mail.svg);
	mask-image: url(images/e-mail.svg);
}
.mobile-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.mobile-contacts p a {
	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: grid;
	grid-gap: 30px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}




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

.topbar {
	position: relative;
	background: var(--red);
	color: var(--white);
	padding: 8px 0;
	font-size: var(--text-size-sm);
	z-index: 1;
}
.topbar a {
	color: var(--white);
}
.topbar a:hover {
	opacity: .8;
}
.topbar-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 24px;
}
.topbar-contacts {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	margin-left: 30px;
}
.topbar-contacts p {
	display: flex;
	align-items: center;
	margin-right: 34px;
	margin-bottom: 0;
}
.topbar-contacts p:last-child {
	margin-right: 0;
}
.topbar-contacts p:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--white);
	margin-right: 6px;
}
.topbar-contacts p.address:before {
	-webkit-mask-image: url(images/address.svg);
	mask-image: url(images/address.svg);
}
.topbar-contacts p.e-mail:before {
	-webkit-mask-image: url(images/e-mail.svg);
	mask-image: url(images/e-mail.svg);
}
.topbar-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}

.header {
	position: sticky;
	background: var(--white);
	border-bottom: 1px solid #E2E2E2;
	top: 0;
	padding: 15px 0;
	z-index: 92;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 50px;
}
.header-logo img {
	max-height: 50px;
	max-width: 270px;
}
.main-menu {
	margin: 0 40px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.main-menu > li {
	position: relative;
	margin-right: 40px;
	z-index: 1;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
	display: flex;
	align-items: center;
	color: var(--black);
}
.main-menu > li:hover > a,
.main-menu > li.current-menu-item > a {
	color: var(--red);
}
.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/expand_down.svg);
	mask-image: url(images/expand_down.svg);
	background-color: var(--black);
	flex: 0 0 18px;
	max-width: 18px;
	width: 18px;
	height: 18px;
	margin-left: 2px;
	margin-top: 1px;
	transition: .25s;
}
.main-menu > li.menu-item-has-children:hover > a:after,
.main-menu > li.current-menu-item > a:after {
	background-color: var(--red);
}
.main-menu > li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}
.main-menu > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -20px;
	margin: 0;
	padding: 24px 0px 10px;
	width: 280px;
	list-style: none;
	z-index: 1;
}
.main-menu > li > ul:before {
	content: '';
	background: var(--white);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	position: absolute;
	width: 100%;
	height: calc(100% - 14px);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.main-menu > li > ul > li {
	padding: 0 25px;
}
.main-menu > li > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--grey);
	padding: 8px 0;
}
.main-menu > li > ul > li:hover > a {
	color: var(--red);
}
.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/expand_down.svg);
	mask-image: url(images/expand_down.svg);
	background-color: var(--grey);
	flex: 0 0 18px;
	max-width: 18px;
	width: 18px;
	height: 18px;
	margin-left: 2px;
	margin-top: 1px;
	transform: rotate(-90deg);
	transition: .25s;
}
.main-menu > li > ul > li.menu-item-has-children:hover > a:after {
	background-color: var(--red);
}
.main-menu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0;
	padding: 24px 0 20px;
	list-style: none;
	width: 280px;
	z-index: 1;
}
.main-menu ul ul:before {
	content: '';
	background: var(--white);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	position: absolute;
	width: 100%;
	height: calc(100% - 14px);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.main-menu ul ul li a {
	display: flex;
	align-items: center;
	padding: 8px 25px;
	color: var(--grey);
}
.main-menu ul ul li a:hover {
	color: var(--red);
}
.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: 16px;
	z-index: 1;
}
.header-icon:first-child {
	margin-left: 0;
}
.header-icon > a,
.header-icon > button {
	position: relative;
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	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(--red);
}
.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/bag_alt.svg);
	mask-image: url(images/bag_alt.svg);
}
.header-icon.wishlist > a:before {
	-webkit-mask-image: url(images/favorite.svg);
	mask-image: url(images/favorite.svg);
}
.header-icon.search > button:before {
	-webkit-mask-image: url(images/search.svg);
	mask-image: url(images/search.svg);
}
.header-icon.menu-toggle > button:before {
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
}
.header-icon > a span {
	position: absolute;
	top: 0px;
	right: -3px;
	min-width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: var(--red);
	color: var(--white);
	font-size: 10px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.header-icon.menu-toggle {
	display: none;
}



.header-search-inner {
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	right: -24px;
	width: 360px;
	background: var(--white);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	padding: 8px 24px;
	z-index: 1;
}
.search-form {
	position: relative;
	width: 100%;
	z-index: 1;
}
.search-form input {
	position: relative;
	width: 100%;
	height: 40px;
	background: none;
	border: none;
	padding: 0 36px 0px 0;
	font-size: var(--text-size);
	font-weight: 400;
	outline: none;
	transition: .5s;
}
.search-form button {
	position: absolute;
	top: 6px;
	right: 0px;
	-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(--grey);
	width: 28px;
	height: 28px;
	cursor: pointer;
	outline: none;
	border: 0;
	padding: 0;
	transition: .25s;
}
.search-form button:hover {
	background-color: var(--red);
}
#search-results {
	position: absolute;
	width: 100%;
	top: calc(100% + 5px);
	left: 0;
	z-index: 1;
}
.ajaxSearch-wrap {
	position: relative;
	background: var(--white);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	color: var(--black);
	padding: 20px;
	min-width: 320px;
	max-height: 565px;
	overflow: auto;
	z-index: 1;
}
.ajaxSearch-no-result {
	font-size: var(--text-size);
	text-align: center;
}
.ajaxSearch-item {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
}
.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 48px;
	max-width: 48px;
	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: 400;
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--black);
}
.ajaxSearch-item__title:hover {
	color: var(--red);
}
.ajaxSearch-item__price {
	position: relative;
	display: flex;
	align-items: flex-end;
}
.ajaxSearch-item__price .price {
	line-height: 1.2;
	font-size: var(--text-size-lg);
	font-weight: 600;
	color: var(--black);
}
.ajaxSearch-item__price .price del {
	font-weight: 400;
	font-size: var(--text-size-sm);
	display: block;
	color: var(--grey);
}
.ajaxSearch-item__price .price ins {
	margin-top: -2px;
	display: block;
	color: var(--black);
	text-decoration: none;
}





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





.footer {
	position: relative;
	background: var(--red);
	color: var(--white);
	overflow: hidden;
	z-index: 1;
}
.footer:before {
	content: '';
	background: url(images/image-snowflake.png) no-repeat center;
	background-size: contain;
	width: 284px;
	height: 278px;
	position: absolute;
	left: calc((100vw - var(--container)) / 2 - 284px - 124px);
	top: 75px;
	z-index: -1;
}
.footer:after {
	content: '';
	background: url(images/image-star.png) no-repeat center;
	background-size: contain;
	width: 272px;
	height: 278px;
	position: absolute;
	right: calc((100vw - var(--container)) / 2 - 272px - 68px);
	bottom: -36px;
	z-index: -1;
}
.footer a {
	color: var(--white);
}
.footer a:hover {
	opacity: .8;
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 -15px -30px;
	padding: 60px 0 40px;
}
.footer-widget {
	margin: 0 0 30px;
	padding: 0 15px;
}
.footer-widget-title {
	margin-bottom: 20px;
}
.footer-widget-title span {
	display: inline-block;
	border-bottom: 1px solid var(--white);
	padding: 0 0 5px;
}
.footer-logo {
	margin-bottom: 16px;
}
.footer-logo img {
	max-width: 220px;
	max-height: 50px;
}
.footer-company {
	margin-bottom: 30px;
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	margin-bottom: 12px;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu ul {
	display: none;
}
.footer-contacts {
	position: relative;
}
.footer-contacts p {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.footer-contacts p:last-child {
	margin-bottom: 0;
}
.footer-contacts p:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--white);
	margin-right: 6px;
}
.footer-contacts p.address:before {
	-webkit-mask-image: url(images/address.svg);
	mask-image: url(images/address.svg);
}
.footer-contacts p.e-mail:before {
	-webkit-mask-image: url(images/e-mail.svg);
	mask-image: url(images/e-mail.svg);
}
.footer-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.footer-payments {
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.footer-payments span {
	margin-right: 16px;
}
.footer-payments span:last-child {
	margin-right: 0;
}
.footer-payments img {
	max-width: 30px;
	max-height: 30px;
}
.copyright {
	border-top: 1px solid rgba(255,255,255,.15);
	padding: 10px 0;
	text-align: center;
	font-size: var(--text-size-sm);
}





.page-header {
	position: relative;
	padding: 10px 0 30px;
	z-index: 1;
}
.page-breadcrumbs {
	position: relative;
	margin-bottom: 20px;
}
.page-breadcrumbs:last-child {
	margin-bottom: 0;
}



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





.hero-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100vh - 120px);
	height: calc(100% - 120px);
}
.hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-bg img {
	opacity: .95;
}
.hero-bg:after {
	content: '';
	background: rgba(51, 51, 51, 0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.hero-wrap {
	position: relative;
	z-index: ;
}
.hero-content {
	position: relative;
	background: rgba(0, 0, 0, 0.43);
	color: var(--white);
	padding: 35px 30px;
	z-index: 1;
}
.hero-content h1 {
	color: var(--white);
	font-size: calc(var(--h1-size) * 1.6);
	font-family: 'FuturaNowScriptExtraBold';
	font-weight: 700;
}
.hero-button {
	text-align: center;
	margin-top: 35px;
}



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



.products-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -40px;
}
.products-items.owl-carousel {
	margin: 0;
}
.categoriesCarousel .products-items {
	display: none;
}
.categoriesCarousel .products-items.initialized {
	display: block;
}
.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%;
}
.products-items .owl-stage {
	display: flex;
}
.products-item__wrap {
	position: relative;
	z-index: 1;
}
.products-item__top {
	position: relative;
	height: calc((var(--container) - 30px * 3) / 4 / .66);
	overflow: hidden;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	margin-bottom: 16px;
	z-index: 1;
}
.products-item__image {
	height: 100%;
}
.products-item__soldout {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .75);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--red);
	font-weight: 500;
	z-index: 2;
}
.products-item__onsale {
	position: absolute;
	top: 7px;
	right: 7px;
	font-size: var(--text-size-sm);
	background: var(--red);
	color: var(--white);
	padding: 4px 10px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	z-index: 1;
}
.products-item__actions {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .8);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	transform: translateY(100%);
	transition: .5s;
	z-index: 1;
}
.products-item.outofstock .products-item__actions {
	display: none;
}
.products-item__wrap:hover .products-item__actions {
	transform: translateY(0);
}
.yith-add-to-wishlist-button-block {
	margin: 0;
}
.yith-wcwl-add-to-wishlist-button__label {
	display: none;
}
.yith-wcwl-add-to-wishlist-button svg, .yith-wcwl-add-to-wishlist-button img.yith-wcwl-custom-icon {
	width: 36px;
	height: 36px;
	max-width: 36px;
}
.products-item__button {
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand_right.svg);
	mask-image: url(images/expand_right.svg);
	background-color: var(--black);
	margin-left: 16px;
}
.products-item__button.add_to_cart_button {
	-webkit-mask-image: url(images/bag_alt.svg);
	mask-image: url(images/bag_alt.svg);
}
.products-item__button.add_to_cart_button.loading {
	-webkit-mask-image: url(images/progress.svg);
	mask-image: url(images/progress.svg);
	animation: rotate 2s linear infinite;
	opacity: .3;
}
.products-item__button.add_to_cart_button.added {
	-webkit-mask-image: url(images/done.svg);
	mask-image: url(images/done.svg);
}
.added_to_cart {
	display: none !important;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.woocommerce-loop-product__title {
	text-align: center;
	margin-bottom: 10px;
	font-size: var(--text-size);
	font-weight: 400;
}
.woocommerce-loop-product__title:hover {
	color: var(--red);
}
.products-item__price {
	text-align: center;
	margin-bottom: 10px;
	display: block;
	font-size: var(--text-size-lg);
	font-weight: 500;
}
.products-item__price del {
	color: var(--grey);
	margin-right: 10px;
	font-size: var(--text-size-sm);
	font-weight: 400;
}
.products-item__price ins {
	font-weight: 400;
	color: var(--black);
	text-decoration: none;
}
.products-item__rating {
	position: relative;
	z-index: 1;
}
.products-item__rating-stars {
	position: relative;
	width: 95px;
	margin: 0 auto;
	z-index: 1;
}
.products-item__rating-stars::before {
	content: '';
	background: url(images/stars-rating-1.svg) no-repeat center;
	background-size: contain;
	width: 95px;
	height: 14px;
	display: block;
}
.products-item__rating-stars span {
	position: absolute;
	overflow: hidden;
	font-size: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.products-item__rating-stars span:before {
	content: '';
	background: url(images/stars-rating-2.svg) no-repeat center;
	background-size: contain;
	width: 94px;
	height: 14px;
	display: block;
}


.category-item__image {
	position: relative;
	height: calc((var(--container) - 30px * 3) / 4 / .66);
	overflow: hidden;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	margin-bottom: 12px;
	z-index: 1;
}
.woocommerce-loop-category__title {
	text-align: center;
	color: var(--white);
	font-size: var(--text-size-lg);
	font-weight: 400;
}
.woocommerce-loop-category__title:hover {
	opacity: .8;
}
.woocommerce-loop-category__title mark {
	display: none !important;
}




.banner-section {
	position: relative;
	padding: 224px 0 165px;
	overflow: hidden;
	z-index: 1;
}
.banner-heading {
	font-size: calc(var(--h1-size) * 1.6);
	font-weight: 600;
	text-align: center;
	color: var(--black);
	margin-bottom: 20px;
}
.banner-text {
	font-size: var(--h5-size);
	font-weight: 600;
	text-align: center;
	color: var(--black);
	margin-bottom: 10px;
}
.banner-text-2 {
	font-size: calc(var(--h1-size) * 1.6);
	font-weight: 800;
	color: var(--red);
	text-align: center;
}
.banner-el-1 {
	position: absolute;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);
	background: url(images/banner/bells.svg) no-repeat center;
	background-size: contain;
	width: 200px;
	height: 189px;
	z-index: -1;
}
.banner-el-2 {
	position: absolute;
	top: 128px;
	left: calc((100vw - var(--container)) / 2 - 77px - 23px);
	background: url(images/banner/sock.svg) no-repeat center;
	background-size: contain;
	width: 77px;
	height: 116px;
	z-index: -1;
}
.banner-el-3 {
	position: absolute;
	bottom: 130px;
	left: calc((100vw - var(--container)) / 2 + 48px);
	background: url(images/banner/candy.svg) no-repeat center;
	background-size: contain;
	width: 82px;
	height: 77px;
	z-index: -1;
}
.banner-el-4 {
	position: absolute;
	top: 195px;
	right: calc((100vw - var(--container)) / 2 - 193px + 48px);
	background: url(images/banner/candy-2.svg) no-repeat center;
	background-size: contain;
	width: 193px;
	height: 190px;
	z-index: -1;
}
.banner-el-5 {
	position: absolute;
	bottom: 74px;
	right: calc((100vw - var(--container)) / 2 + 44px);
	transform: translateX(-50%);
	background: url(images/banner/santa.svg) no-repeat center;
	background-size: contain;
	width: 64px;
	height: 84px;
	z-index: -1;
}




.infoBlocks-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.infoBlocks-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 30px;
	padding: 0 15px;
}
.infoBlocks-item__wrap {
	position: relative;
	height: 100%;
	min-height: calc((var(--container) - 30px) / 2 / 1.1428);
	overflow: hidden;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	display: flex;
	padding: 40px;
	z-index: 1;
}
.infoBlocks-item__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.infoBlocks-item__image:after {
	content: '';
	background: var(--black);
	opacity: .5;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.infoBlocks-item__info {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	border: 3px solid var(--white);
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.infoBlocks-item__content {
	color: var(--white);
	font-size: calc(var(--h1-size) * 1.4);
	line-height: 1.2;
	font-weight: 600;
}
.infoBlocks-item__content strong {
	font-weight: 800;
	font-size: calc(var(--h1-size) * 2.2);
}
.infoBlocks-item__button {
	text-align: center;
	margin-top: 20px;
}





.advantages-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.advantages-item {
	margin: 0 0 30px;
	padding: 0 15px;
	max-width: 480px;
}
.advantages-item__wrap {
	position: relative;
	display: flex;
}
.advantages-item__left {
	flex: 0 0 50px;
	max-width: 50px;
	margin-right: 10px;
}
.advantages-item__right {
	flex: auto;
}
.advantages-item__title {
	font-size: var(--h6-size);
	color: var(--black);
	margin-bottom: 2px;
}


.page-body-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page-body-sidebar {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
}
.page-body-inner {
	flex: 0 0 calc(75% - 15px);
	max-width: calc(75% - 15px);
}
.filter-btn {
	display: none;
}
.archiveShop-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #D0D7DE;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.woocommerce-result-count {
	margin: 0 30px 0 0;
	font-size: var(--text-size-sm);
}
.woocommerce-ordering select {
	font-size: var(--text-size-sm);
	padding: 10px 14px;
	height: auto;
}



.woocommerce-pagination,
.navigation.pagination {
	position: relative;
	margin-top: 35px;
	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: 8px;
}
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 {
	min-width: 36px;
	height: 36px;
	padding: 2px 5px;
	font-size: var(--h6-size);
	font-weight: 600;
	color: var(--grey);
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
ul.page-numbers li a:hover,
ul.page-numbers li span.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	background: var(--red);
	color: var(--white);
}


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


.widget,
.berocket_single_filter_widget {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #D8D8D8;
}
.berocket_single_filter_widget:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.bapf_sfilter {
	margin-bottom: 0;
}
.bapf_head h3,
.widget-title {
	position: relative;
	font-size: var(--text-size);
	font-weight: 500;
	color: var(--black);
	margin-bottom: 0;
	z-index: 1;
}
.bapf_head,
.widget-title {
	margin-bottom: 16px;
}
.bapf_body {
  position: relative;
  padding: 0;
  z-index: 1;
}
.bapf_slidr_main.ui-widget-content, .berocket_filter_price_slider.ui-widget-content {
  height: 2px;
}
.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
  background: var(--black);
}
.bapf_slidr_main.ui-widget-content .ui-slider-handle, .berocket_filter_price_slider.ui-widget-content .ui-slider-handle, .slide.default .bapf_slidr_main .ui-state-default, .slide.default .bapf_slidr_main .ui-widget-header .ui-state-default, .slide.default .bapf_slidr_main.ui-widget-content .ui-state-default, .slide.default .berocket_filter_price_slider .ui-state-default, .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default, .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
  background: var(--red);
}
.bapf_sfilter ul li {
  display: flex;
  margin-bottom: 5px !important;
}
.bapf_sfilter ul li:last-child {
  margin-bottom: 0 !important;
}
.bapf_ckbox_sqchck input[type=checkbox] {
  flex: 0 0 20px;
  max-width: 20px;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0 !important;
  border: 1px solid #D9D9D9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.bapf_ckbox_sqchck input[type=checkbox]:checked {
  border-color: var(--red);
  background: var(--red);
}
.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
  border-bottom-color: var(--white);
  border-right-color: var(--white);
  top: 1px;
  left: 5px;
  width: 7px;
}
.bapf_sfilter.bapf_hideckbox .bapf_body>ul {
	display: flex;
	flex-wrap: wrap;
}
.bapf_hideckbox ul li {
	margin: 0 10px 10px 0 !important;
}
.bapf_hideckbox ul li:last-child {
	margin-right: 0 !important;
	margin-bottom: 10px !important;
}
.bapf_hideckbox ul li label {
	border: 1px solid #D9D9D9;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: var(--grey);
  padding: 5px 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.bapf_hideckbox ul li label:hover {
	color: var(--red);
}
.bapf_hideckbox ul li.checked label {
	background: var(--red);
	color: var(--white) !important;
	border-color: var(--red);
}

.product-categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-categories li {
	margin-bottom: 6px;
}
.product-categories li:last-child {
	margin-bottom: 0;
}
.product-categories li a {
	color: var(--grey);
}
.product-categories li a:hover {
	color: var(--red);
}





.archiveShopHero-section {
	background: var(--red);
	color: var(--white);
	overflow: hidden;
	margin-bottom: 40px;
}
.archiveShopHero-section:before {
	content: '';
	background: url(images/image-snowflake-2.png) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 373px;
	height: 403px;
	top: 36px;
	left: calc((100vw - var(--container)) / 2 - 209px);
	z-index: -1;
}
.archiveShopHero-heading {
	font-size: var(--h1-size);
	text-align: center;
	font-weight: 600;
	color: var(--white);
	margin-bottom: 20px;
}
.archiveShopHero-heading:last-child {
	margin-bottom: 0;
}
.archiveShopHero-content {
	max-width: 860px;
	margin: 0 auto 30px;
}
.archiveShopHero-content:last-child {
	margin-bottom: 0;
}




.singleProduct-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.singleProduct-images {
	position: relative;
	overflow: hidden;
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	z-index: 1;
}
.woocommerce-product-gallery {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	height: calc((var(--container) - 30px) / 2 - 15px);
}
.singleProduct-mainSlider {
	position: initial !important;
	flex: 0 0 65%;
	max-width: 65%;
	overflow: hidden;
	z-index: 1;
}
.singleProduct-mainSlider.slick-initialized {
	position: relative !important;
}
.woocommerce-product-gallery__image {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: calc((var(--container) - 30px) / 2 - 15px);
	background: var(--light);
	z-index: 1;
}
.woocommerce-product-gallery__image img {
	max-height: calc((var(--container) - 30px) / 2 - 15px);
}
.singleProduct-mainSlider > * {
  display: none !important;
}
.singleProduct-mainSlider:before {
	content: '';
	background: url(images/progress.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: .5;
	animation: rotate 2s linear infinite;
	z-index: 2;
}
.singleProduct-mainSlider.slick-initialized > * {
  display: block !important;
}
.singleProduct-mainSlider.slick-initialized:before {
  display: none;
}
.singleProduct-otherSlider {
	flex: 0 0 calc(35% - 30px);
	max-width: calc(35% - 30px);
	overflow: hidden;
	margin: -15px 0;
}
.singleProduct-otherSlider .slick-slide {
	display: block;
	height: auto;
	border: none;
}
.singleProduct-otherSlider .slick-slide > div {
	padding: 15px 0;
}
.woocommerce-product-gallery__thumbnail {
	position: relative;
	height: calc((((var(--container) - 30px) / 2 - 15px) - 2 * 30px) / 3);
	overflow: hidden;
	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 {
	opacity: 1;
}
.woocommerce-product-gallery__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 1;
}
.singleProduct-otherSlider > * {
   display: none !important;
}
.singleProduct-otherSlider.slick-initialized > * {
   display: block !important;
}
.singleProduct-mainSlider .slick-arrow {
	position: absolute;
	top: calc(50% - 18px);
	width: 36px;
	height: 36px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0;
	border: none;
	background: rgba(255,255,255,.75);
	outline: none;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	display: flex !important;
	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(180deg);
	left: 15px;
}
.singleProduct-mainSlider .slick-arrow.slick-next {
	right: 15px;
}
.singleProduct-mainSlider .slick-arrow:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand_right.svg);
	mask-image: url(images/expand_right.svg);
	background-color: var(--black);
	flex: 0 0 28px;
	max-width: 28px;
	height: 28px;
	transition: .25s;
}
.singleProduct-mainSlider .slick-arrow:hover:before {
	background-color: var(--white);
}
.singleProduct-onsale {
	position: absolute;
	top: 7px;
	right: 7px;
	font-size: var(--text-size);
	background: var(--red);
	color: var(--white);
	padding: 4px 10px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	z-index: 9;
}
.singleProduct-summary {
	position: relative;
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	z-index: 1;
}
.singleProduct-summary-inner {
	position: sticky;
	top: 0;
	z-index: 9;
}
.singleProduct-title {
	font-size: var(--h4-size);
	margin-bottom: 12px;
}
.woocommerce-product-details__short-description {
	font-size: var(--text-size-sm);
	margin-bottom: 15px;
	color: var(--black);
}
.singleProduct-price {
	display: flex;
	align-items: baseline;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #D8D8D8;
	font-size: var(--h4-size);
	color: var(--black);
	font-weight: 500;
}
.singleProduct-wrap.sale .singleProduct-price {
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.singleProduct-price ins {
	color: var(--red);
	text-decoration: none;
}
.singleProduct-price del {
	font-size: var(--text-size);
	color: var(--grey);
	margin-left: 20px;
}
.singleProduct-rating {
	position: relative;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	z-index: 1;
}
.singleProduct-rating-stars {
	position: relative;
	width: 95px;
	z-index: 1;
}
.singleProduct-rating-stars::before {
	content: '';
	background: url(images/stars-rating-1.svg) no-repeat center;
	background-size: contain;
	width: 95px;
	height: 14px;
	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: 95px;
	height: 14px;
	display: block;
}
.singleProduct-rating-count {
	margin-left: 10px;
}
.singleProduct-stock  {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #D8D8D8;
}
.singleProduct-stock.instock {
	color: #439E50;
}
.singleProduct-stock.outofstock {
	color: var(--red);
}
.singleProduct-stock.onbackorder {
	color: #FFC571;
}
.singleProduct-summary form.cart {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #D8D8D8;
}
.singleProduct-summary form.cart:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.singleProduct-action {
	display: flex;
	align-items: center;
}
.singleProduct-action .qib-container:not(#qib_id):not(#qib_id) {
	flex: 0 0 120px;
	max-width: 120px;
	display: flex;
}
.singleProduct-action .qib-button:not(#qib_id):not(#qib_id) {
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 54px;
	background: none;
	border: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	outline: none !important;
	box-shadow: none !important;
	font-size: 0 !important;
	transition: .25s;
}
.qib-button:hover:not(#qib_id):not(#qib_id) {
	background: none !important;
}
.singleProduct-action .qib-button:not(#qib_id):not(#qib_id):before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--black);
  transition: .25s;
}
.singleProduct-action .qib-button:hover:not(#qib_id):not(#qib_id):before {
	background-color: var(--red);
}
.singleProduct-action .qib-button.minus:not(#qib_id):not(#qib_id):before {
	-webkit-mask-image: url(images/minus.svg);
  mask-image: url(images/minus.svg);
}
.singleProduct-action .qib-button.plus:not(#qib_id):not(#qib_id):before {
	-webkit-mask-image: url(images/plus.svg);
  mask-image: url(images/plus.svg);
}
.singleProduct-action .qib-container div.quantity:not(#qib_id):not(#qib_id) {
	flex: auto;
	max-width: calc(100% - 30px - 30px);
}
.singleProduct-action .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	border: none;
	font-size: var(--h6-size);
	color: var(--black);
	width: auto;
	height: 54px;
	max-width: 100%;
	outline: none;
}
form.cart .singleProduct-action button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
	margin-left: 30px;
	display: inline-flex;
	line-height: 1.5;
}
form.cart .singleProduct-action button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_):before {
  content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/bag_alt.svg);
  mask-image: url(images/bag_alt.svg);
  background-color: var(--white);
  flex: 0 0 28px;
  max-width: 28px;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  transition: .25s;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
	margin-left: 30px;
}


.singleProductAdvantages-item {
	position: relative;
	display: flex;
	margin-bottom: 12px;
}
.singleProductAdvantages-item:last-child {
	margin-bottom: 0;
}
.singleProductAdvantages-item span {
	flex: 0 0 24px;
	max-width: 24px;
	margin-right: 10px;
}
.singleProductAdvantages-item p {
	flex: auto;
	color: var(--black);
}

.singeProduct-tabs {
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 60px;
}



.woocommerce-tabs {
	flex: 0 0 100%;
	max-width: 100%;
}
.woocommerce-tabs ul.tabs {
	position: relative;
	display: flex;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	overflow-x: auto;
	overflow-y: hidden;
	z-index: 1;
}
.woocommerce-tabs ul.tabs:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background: #CBCBCB;
	z-index: -1;
}
.woocommerce-tabs ul.tabs li {
	position: relative;
	margin-right: 30px;
	flex: 0 0 auto;
	z-index: 1;
}
.woocommerce-tabs ul.tabs li:last-child {
	margin-right: 0;
}
.woocommerce-tabs ul.tabs li a {
  text-align: center;
  padding: 15px 12px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--black);
  display: block;
}
.woocommerce-tabs ul.tabs li a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--black);
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}
.woocommerce-tabs ul.tabs li a:hover:after,
.woocommerce-tabs ul.tabs li.active a:after {
	opacity: 1;
}
.woocommerce-Tabs-panel {
  position: relative;
}
.woocommerce-product-attributes {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  position: relative;
  padding: 12px 20px;
  color: var(--black);
}
.woocommerce-product-attributes th {
  text-align: left;
  width: 35%;
  font-weight: 500;
}
.woocommerce-product-attributes tr:nth-child(2n) th,
.woocommerce-product-attributes tr:nth-child(2n) td {
  background: var(--light);
}
.woocommerce-product-attributes tr:first-child th,
.woocommerce-product-attributes tr:first-child td {
  padding-top: 0;
}



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

.woocommerce-Reviews-title {
	font-size: var(--h6-size);
	margin-bottom: 30px;
}
.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 22px;
  max-width: 22px;
  height: 22px;
  -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: #E1E1E1;
  margin-right: 5px;
  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);
  background-color: #FFC571;
}
.comment-form-rating .stars a:hover~a {
  -webkit-mask-image: url(images/ic_baseline-star.svg);
  mask-image: url(images/ic_baseline-star.svg);
  background-color: #E1E1E1;
}
.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);
  background-color: #FFC571;
}
.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);
  background-color: #E1E1E1;
}
.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);
  background-color: #FFC571;
}
.comment-reply-title {
  display: inline-block;
  font-size: var(--h6-size);
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--black);
}
.comment-form-rating,
.comment-form-comment {
  margin-bottom: 20px;
}
.comment-form-rating label,
.comment-form-comment label {
  font-size: var(--text-size-sm);
  display: block;
  line-height: 1.25;
  margin-bottom: 8px;
}
.comment-form-rating,
.comment-form-comment {
  margin-bottom: 16px;
}
.comment-form .form-submit {
  margin-bottom: 0;
}

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.commentlist li {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D8D8D8;
}
.commentlist li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.comment_container {
  position: relative;
  overflow: hidden;
}
.comment_container > img.avatar {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
.comment-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comment-left {
	flex: 0 0 20%;
	max-width: 20%;
}
.comment-right {
	flex: 0 0 calc(80% - 30px);
	max-width: calc(80% - 30px);
}
.comment-text .star-rating {
  position: relative;
  width: 95px;
  margin-bottom: 12px;
}
.comment-text .star-rating::before {
  content: '';
  background: url(images/stars-rating-1.svg) no-repeat center;
  background-size: contain;
  width: 95px;
  height: 14px;
  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: 95px;
  height: 14px;
  display: block;
}
.woocommerce-review__published-date {
	color: var(--black);
}
.comment-text .meta {
  margin-bottom: 12px;
}
.woocommerce-review__author {
  color: var(--black);
  font-weight: 500;
}
.singleProduct-recently,
.related.products,
.upsells.products {
	flex: 0 0 100%;
	max-width: 100%;
}



.wc-block-components-notice-banner,
.woocommerce-message,
.woocommerce-NoticeGroup,
.woocommerce-info {
  padding: 20px;
  background: var(--light);
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  outline: none !important;
}
.woocommerce-message,
.woocommerce-NoticeGroup,
.woocommerce-info {
  display: block;
}
.wc-block-components-notice-banner svg {
  flex: 0 0 36px;
  max-width: 36px;
  margin-right: 20px;
}
.wc-block-components-notice-banner__content {
  position: relative;
  overflow: hidden;
  flex: auto;
  max-width: 100%;
}
.wc-block-components-notice-banner__content .button,
.woocommerce-message .button,
.woocommerce-info .button {
  float: right;
  text-decoration: underline;
  margin-left: 30px;
  margin-bottom: 0px;
}
.wc-block-components-notice-banner__content .button:hover,
.woocommerce-message .button:hover,
.woocommerce-info .button:hover {
	color: var(--blue);
	text-decoration: none;
}



/*------- Cart Start ----------*/
.wc-empty-cart-message {
	margin-bottom: 36px;
	font-size: var(--h5-size);
	color: var(--black);
	text-align: center;
}
.return-to-shop {
	text-align: center;
}
.pageCart-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pageCart-left {
	flex: 0 0 calc(75% - 15px);
	max-width: calc(75% - 15px);
}
.pageCart-right {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
}
.pageCartTableProducts {
	width: 100%;
	border-collapse: collapse;
}
.pageCartTableProducts th,
.pageCartTableProducts td {
	padding: 14px 20px;
}
.pageCartTableProducts th {
	color: var(--grey);
	font-weight: 400;
}
.pageCartTableProducts td {
	border-top: 1px solid #d9d9d9;
}
.pageCartTableProducts-image {
	width: 54px;
	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(--red);
}
.pageCartTableProducts .product-quantity .qib-container:not(#qib_id):not(#qib_id) {
	display: flex;
	width: 120px;
}
.pageCartTableProducts .product-quantity .qib-button:not(#qib_id):not(#qib_id) {
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 30px;
	background: none;
	border: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	outline: none !important;
	box-shadow: none !important;
	font-size: 0 !important;
	transition: .25s;
}
.pageCartTableProducts .product-quantity .qib-button:hover:not(#qib_id):not(#qib_id) {
	background: none !important;
}
.pageCartTableProducts .product-quantity .qib-button:not(#qib_id):not(#qib_id):before {
	content: '';
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--black);
  transition: .25s;
}
.pageCartTableProducts .product-quantity .qib-button:hover:not(#qib_id):not(#qib_id):before {
	background-color: var(--red);
}
.pageCartTableProducts .product-quantity .qib-button.minus:not(#qib_id):not(#qib_id):before {
	-webkit-mask-image: url(images/minus.svg);
  mask-image: url(images/minus.svg);
}
.pageCartTableProducts .product-quantity .qib-button.plus:not(#qib_id):not(#qib_id):before {
	-webkit-mask-image: url(images/plus.svg);
  mask-image: url(images/plus.svg);
}
.pageCartTableProducts .product-quantity .qib-container div.quantity:not(#qib_id):not(#qib_id) {
	flex: auto;
	max-width: calc(100% - 30px - 30px);
}
.pageCartTableProducts .product-quantity .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	border: none;
	font-size: var(--text-size);
	color: var(--black);
	width: auto;
	height: 30px;
	max-width: 100%;
	outline: none;
}


.pageCartTableProducts .product-remove a {
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close_square.svg);
	mask-image: url(images/close_square.svg);
	background-color: red;
	width: 28px;
	height: 28px;
	display: block;
}
.pageCartTableProducts .product-remove a:hover {
	background-color: var(--black);
}
.pageCartTableProducts tbody .product-subtotal {
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	color: var(--black);
}
.pageCartTableProducts tbody tr:last-child {
	display: none;
}
.pageCartTableProducts .coupon {
	display: flex;
	max-width: 480px;
}
.pageCartTableProducts .coupon button {
	flex: 0 0 auto;
	margin-left: 10px;
}



.cart-collaterals {
	position: sticky;
	top: 0;
	z-index: 9;
}
.pageCartTotals {
	background: var(--light);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.pageCartTotals > h2 {
	font-size: var(--h6-size);
	padding: 20px 20px 0;
	margin-bottom: 10px;
}
.cart_totals table {
	width: 100%;
	border-collapse: collapse;
}
.cart_totals table tr {
	display: block;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	padding: 14px 20px;
}
body.styleDark .cart_totals table tr {
	border-bottom-color: var(--white);
}
.cart_totals table tr:last-child {
	border-bottom: none;
}
.cart_totals table th {
	display: block;
	font-size: var(--text-size-sm);
	font-weight: 400;
	color: #999;
	text-align: left;
	margin-bottom: 6px;
	padding: 0;
}
.cart_totals table td {
	padding: 0;
	display: block;
	color: var(--black);
}
.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;
}
.checkout-button {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.woocommerce-shipping-destination {
	display: none !important;
}
.woocommerce-shipping-methods,
.wc_payment_methods {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-shipping-methods li,
.wc_payment_methods li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.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: 500;
	cursor: pointer;
	color: var(--black);
}
.payment_box {
	flex: 0 0 100%;
	max-width: 100%;
	background: var(--white);
	font-size: var(--text-size-sm);
	margin-top: 4px;
	padding: 16px 20px;
}

/*------- Cart End ----------*/



/*---------- Checkout Start ------------*/
.pageCheckout-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.pageCheckout-left {
	flex: 0 0 calc(60% - 15px);
	max-width: calc(60% - 15px);
}
.pageCheckout-right {
	flex: 0 0 calc(40% - 15px);
	max-width: calc(40% - 15px);
	background: var(--light);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}
.woocommerce-billing-fields {
	margin-bottom: 30px;
}
.woocommerce-billing-fields > h3,
.wcus-checkout-fields > h3,
.woocommerce-additional-fields > h3,
#order_review_heading,
.woocommerce-checkout-payment > h3,
.pageLogin-left > h2,
.pageLogin-right > h2,
.woocommerce-Address-title > h3,
.woocommerce-MyAccount-content form > h3,
.woocommerce-order-details__title,
.woocommerce-column__title {
	font-size: var(--h6-size);
}
.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: var(--grey);
	font-weight: 400;
	padding: 14px 20px;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
}
.woocommerce-checkout-review-order-table tbody td {
	padding: 14px 20px;
	border-bottom: 1px solid #d9d9d9;
	color: var(--black);
}
.woocommerce-checkout-review-order-table tbody td:first-child {
	width: 65%;
}
.woocommerce-checkout-review-order-table tfoot {
	display: block;
	width: 100%;
}
.woocommerce-checkout-review-order-table tfoot tr {
	display: block;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	padding: 14px 20px;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child {
	border-bottom: none;
}
.woocommerce-checkout-review-order-table tfoot th {
	display: block;
	font-size: var(--text-size-sm);
	font-weight: 400;
	color: var(--grey);
	text-align: left;
	margin-bottom: 6px;
	padding: 0;
}
.woocommerce-checkout-review-order-table tfoot td {
	padding: 0;
	display: block;
	color: var(--black);
}
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
	font-size: var(--h6-size);
	font-weight: 600;
}
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	font-size: var(--h5-size);
	font-weight: 600;
}

.woocommerce-checkout-payment {
	padding: 0 20px 14px;
}
.wc_payment_methods {
	margin-bottom: 30px;
}
.woocommerce-privacy-policy-text,
.checkout-policy {
	font-size: var(--text-size-sm);
	color: var(--grey);
	margin-bottom: 20px !important;
}
.woocommerce-privacy-policy-text a,
.checkout-policy a {
	text-decoration: underline;
}
.woocommerce-privacy-policy-text a:hover,
.checkout-policy a:hover {
	color: var(--red);
}
/*-------- Checkout End -----------*/





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



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

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
	position: relative;
	margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	background: var(--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(--red);
	color: var(--white);
}
.woocommerce-MyAccount-content {
	float: right;
	width: calc(100% - 280px - 30px);
	margin-left: 30px;
}



.woocommerce-orders-table,
.woocommerce-table--order-details {
	width: 100%;
	border-collapse: collapse;
}
.woocommerce-orders-table th,
.woocommerce-orders-table td,
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
	border: 1px solid #ededed;
	padding: 14px 20px;
}
.woocommerce-orders-table th,
.woocommerce-table--order-details th {
	background: var(--light);
}
.woocommerce-orders-table td,
.woocommerce-table--order-details td {
	color: var(--black);
}

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

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

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


table.wishlist_table {
	font-size: 100%;
	width: 100%;
	border-collapse: collapse;
}
table.wishlist_table thead th,
table.wishlist_table tbody td {
	border: 1px solid #ededed;
}
.wishlist_table thead tr th, .wishlist_table tfoot td td, .widget_yith-wcwl-lists ul.dropdown li.current a, .widget_yith-wcwl-lists ul.dropdown li a:hover, .selectBox-dropdown-menu.selectBox-options li.selectBox-selected a, .selectBox-dropdown-menu.selectBox-options li.selectBox-hover a {
	background: var(--light);
	color: var(--black);
	font-weight: 400;
}
table.wishlist_table tbody .product-price {
	color: var(--black);
}
.woocommerce table.shop_table.wishlist_table tr td {
	border-color: #ededed;
	color: var(--black);
}
table.wishlist_table .product-price ins {
	text-decoration: none;
	font-weight: 500;
	color: var(--red);
}
table.wishlist_table .product-price del {
	font-size: .95em;
	color: var(--grey);
}
.woocommerce table.shop_table.wishlist_table tr td .yith-add-to-wishlist-button-block {
	display: none !important;
}
.wishlist_table .product-add-to-cart a {
	display: block !important;
}




.woocommerce-thankyou-order-received {
	font-size: var(--h5-size);
	font-weight: 600;
	text-align: center;
	color: var(--red);
}
.woocommerce-thankyou-order-details {
	margin: 0 0 30px;
	padding: 30px 30px 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: var(--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;
}



.pageContacts-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.pageContacts-left {
	flex: 0 0 30%;
	max-width: 30%;
}
.pageContacts-info {
	position: relative;
}
.pageContacts-info p {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	color: var(--black);
}
.pageContacts-info p:last-child {
	margin-bottom: 0;
}
.pageContacts-info p:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--red);
	margin-right: 6px;
}
.pageContacts-info p.address:before {
	-webkit-mask-image: url(images/address.svg);
	mask-image: url(images/address.svg);
}
.pageContacts-info p.e-mail:before {
	-webkit-mask-image: url(images/e-mail.svg);
	mask-image: url(images/e-mail.svg);
}
.pageContacts-info p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.pageContacts-right {
	flex: 0 0 calc(70% - 30px);
	max-width: calc(70% - 30px);
}
.pageContacts-map iframe {
	width: 100%;
	height: 360px;
}





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

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-lg: 18px;
		--h1-size: 36px;
		--h2-size: 32px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 22px;
		--h6-size: 20px;
	}
	.topbar-wrap {
		font-size: 13px;
	}
	.topbar-contacts {
		margin-left: 20px;
	}
	.topbar-contacts p {
		margin-right: 20px;
	}
	.header-logo img {
		max-width: 220px;
	}
	.banner-section {
		padding: 200px 0 140px;
	}
	.banner-heading,
	.banner-text-2 {
    font-size: calc(var(--h1-size)* 1.4);
  }
  .banner-el-1 {
  	width: 160px;
  	height: 150px;
  }
  .banner-el-2 {
  	width: 70px;
  	left: calc((100vw - var(--container)) / 2 - 70px + 10px);
  }
  .banner-el-4 {
  	width: 170px;
  	right: calc((100vw - var(--container)) / 2 - 170px + 48px);
  }
  .infoBlocks-item__content {
  	font-size: calc(var(--h1-size) * 1.2);
  }
  .infoBlocks-item__content strong {
  	font-size: calc(var(--h1-size) * 1.8);
  }
}



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

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-lg: 18px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.topbar-wrap {
		font-size: var(--text-size-sm);
	}
	.topbar-contacts {
		display: none;
	}
	.topbar-message {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.main-menu > li {
		margin-right: 20px;
	}
	.header-icon {
		margin-left: 10px;
	}
	.banner-section {
		padding: 140px 0 80px;
	}
	.banner-heading,
	.banner-text-2 {
    font-size: calc(var(--h1-size) * 1.25);
  }
  .banner-el-1 {
		width: 120px;
		height: 115px;
		top: 20px;
	}
	.banner-el-2 {
		width: 50px;
		left: calc((100vw - var(--container)) / 2 - 50px + 10px);
		height: 80px;
		top: 90px;
	}
	.banner-el-3 {
		width: 66px;
    height: 62px;
    left: calc((100vw - var(--container)) / 2 + 30px);
    bottom: 75px;
	}
	.banner-el-4 {
		width: 120px;
		right: calc((100vw - var(--container)) / 2 - 120px + 48px);
		height: 120px;
		top: 120px;
	}
	.banner-el-5 {
		width: 52px;
		height: 68px;
		bottom: 40px;
    right: calc((100vw - var(--container)) / 2 + 20px);
	}
	.infoBlocks-item__wrap {
		padding: 24px;
	}
	.infoBlocks-item__info {
		padding: 24px;
	}
	.infoBlocks-item__content {
		font-size: var(--h1-size);
	}
	.infoBlocks-item__content strong {
		font-size: calc(var(--h1-size)* 1.25);
	}
	.advantages-item {
		max-width: 360px;
	}
	.advantages-item__title {
		font-size: var(--text-size);
	}
	.advantages-item__text {
		font-size: var(--text-size-sm);
	}
	form.cart .singleProduct-action button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
		padding-left: 15px;
		padding-right: 15px;
	}
	.singleProduct-price,
	.singleProduct-stock,
	.singleProduct-summary form.cart {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.woocommerce-MyAccount-navigation {
		width: 220px;
	}
	.woocommerce-MyAccount-content {
    width: calc(100% - 220px - 30px);
  }
  .woocommerce-orders-table th, .woocommerce-orders-table td, .woocommerce-table--order-details th, .woocommerce-table--order-details td {
  	padding: 8px 12px;
  }
  .main-menu > li > ul,
  .main-menu ul ul {
  	width: 220px;
  }
}



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

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-lg: 18px;
		--h1-size: 28px;
		--h2-size: 26px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.heading {
		margin-bottom: 30px;
	}
	.header {
		padding: 10px 0;
	}
	.main-menu {
		display: none;
	}
	.header-icon.menu-toggle {
		display: flex;
	}
	.header-icon {
		margin-left: 16px;
	}
	.header-logo {
		flex: auto;
		margin-right: 16px;
	}
	.header-logo img {
		max-width: 200px;
	}
	.header-search-inner {
		width: var(--container);
		right: -190px;
		top: calc(100% + 20px);
	}
	.hero-content {
		padding: 24px 20px;
	}
	.hero-content h1 {
		font-size: calc(var(--h1-size) * 1.2);
	}
	.hero-button {
		margin-top: 30px;
	}
	.products-items {
		margin: 0 -10px -30px;
	}
	.products-item {
		margin: 0 0 30px;
		padding: 0 10px;
	}
	.products-items.columns-3 .products-item,
	.products-items.columns-4 .products-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.products-item__top {
		height: calc((var(--container) - 30px) / 2 / .66);
	}
	.banner-section {
		padding: 110px 0 40px;
	}
  .banner-el-1 {
		width: 95px;
		height: 90px;
		top: 20px;
	}
	.banner-el-2 {
		width: 38px;
		left: calc((100vw - var(--container)) / 2);
		height: 57px;
		top: 90px;
	}
	.banner-el-3 {
		width: 50px;
		height: 48px;
		left: calc((100vw - var(--container)) / 2);
		bottom: 20px;
	}
	.banner-el-4 {
		width: 64px;
		right: calc((100vw - var(--container)) / 2 - 30px);
		height: 64px;
		top: auto;
		bottom: 30px;
	}
	.banner-el-5 {
		display: none;
	}
	.banner-heading, .banner-text-2 {
		font-size: var(--h1-size);
	}
	.banner-heading, .banner-text, .banner-text-2 {
		padding: 0 50px;
	}
	.advantages-items {
		justify-content: center;
	}
	.footer-wrap {
		flex-wrap: wrap;
		margin: 0;
	}
	.footer-widget {
		padding: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-widget:last-child {
		margin-bottom: 0;
	}
	.footer:before {
		top: 40px;
		left: calc((100vw - var(--container)) / 2 - 284px + 100px);
	}
	.footer:after {
		bottom: 0;
		right: calc((100vw - var(--container)) / 2 - 272px + 68px);
	}
	.category-item__image {
		height: calc((var(--container) - 20px * 2) / 3 / .66);
	}
	.filter-btn {
		display: block;
	}
	.filter-btn button {
		display: inline-flex;
		align-items: center;
		background: none;
		border: none;
		font-size: var(--text-size);
		font-family: 'Open Sans', serif;
		font-weight: 400;
		cursor: pointer;
		outline: none;
		transition: .25s;
	}
	.filter-btn button:before {
		content: '';
		-webkit-mask-size: contain;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: center;
		-webkit-mask-image: url(images/filter_alt.svg);
		mask-image: url(images/filter_alt.svg);
		background-color: var(--black);
		flex: 0 0 24px;
		max-width: 24px;
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}
	.page-body-sidebar {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.widget-area {
		display: none;
		margin-top: 20px;
	}
	.widget-area.active {
		display: block;
	}
	.page-body-inner {
    flex: 0 0 100%;
    max-width: 100%;
	}
	.archiveShop-top {
		border-top: 1px solid #D0D7DE;
		padding-top: 10px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.singleProduct-images {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.singleProduct-summary {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.woocommerce-product-gallery {
		height: var(--container);
	}
	.woocommerce-product-gallery__image {
		height: var(--container);
	}
	.woocommerce-product-gallery__image img {
		max-height: var(--container);
	}
	.woocommerce-product-gallery__thumbnail {
		height: calc((var(--container) - 2 * 30px) / 3);
	}
	.singeProduct-tabs {
		margin-top: 40px;
	}

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

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

	.woocommerce-thankyou-order-details {
		padding: 20px 20px 0;
	}
	.woocommerce-thankyou-order-details li {
		flex: 0 0 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.term-description, .page-description {
		margin-top: 50px;
	}

	.products-item__actions {
		padding: 5px;
		transform: none;
	}
	.yith-wcwl-add-to-wishlist-button svg, .yith-wcwl-add-to-wishlist-button img.yith-wcwl-custom-icon {
    width: 30px;
    height: 30px;
    max-width: 30px;
	}
	.products-item__button {
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    height: 30px;
  }
}



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

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-lg: 18px;
		--h1-size: 28px;
		--h2-size: 26px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.btn {
		padding-left: 30px;
		padding-right: 30px;
	}
	.topbar {
		padding: 4px 0;
	}
	.infoBlocks-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.advantages-item {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.category-item__image {
		height: calc((var(--container) - 20px) / 2 / .66);
	}
	.archiveShop-top {
		flex-wrap: wrap;
	}
	.woocommerce-result-count {
		margin: 0 0 10px;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.woocommerce-ordering {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pageCartTableProducts th, .pageCartTableProducts td {
		padding: 8px 12px;
	}
	.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 54px;
		max-width: 54px;
		margin-bottom: 10px;
	}
	.pageCartTableProducts-image {
		margin: auto;
	}
	.pageCartTableProducts tbody td.product-name {
		flex: 0 0 calc(100% - 54px);
		max-width: calc(100% - 54px);
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.pageCartTableProducts tbody td.product-quantity {
		flex: 0 0 150px;
		max-width: 150px;
		min-width: 150px;
	}
	.pageCartTableProducts tbody td.product-subtotal {
		flex: 0 0 calc(100% - 150px - 50px);
		max-width: calc(100% - 150px - 50px);
		padding: 0 15px;
	}
	.pageCartTableProducts tbody td.product-remove {
		flex: 0 0 50px;
		max-width: 50px;
	}
	.pageCartTableProducts .product-remove a {
		margin-left: auto;
	}


	.wishlist_table.mobile {
		padding: 0;
	}
	.wishlist_table.mobile li {
		background: var(--white);
		border: 1px solid #d9d9d9;
		border-radius: 10px;
		margin-bottom: 20px;
		padding: 15px;
	}
	.wishlist_table.mobile li:last-child {
		margin-bottom: 0;
	}
	.wishlist_table.mobile li .item-wrapper {
		display: flex;
		width: 100%;
		margin-bottom: 10px;
	}
	.wishlist_table.mobile li .item-wrapper .product-thumbnail {
		flex: 0 0 80px;
		max-width: 80px;
		margin-right: 20px;
	}
	.wishlist_table.mobile li .item-wrapper .item-details {
		flex: 0 0 calc(100% - 80px - 20px);
		max-width: calc(100% - 80px - 20px);
	}
	.wishlist_table.mobile li .item-wrapper .product-name {
		margin-bottom: 10px;
	}
	.wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3, .wishlist_table.modern_grid li .item-details h3 {
		margin-bottom: 0;
		font-size: var(--text-size-lg);
	}
	.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;
	}
}



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

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-lg: 18px;
		--h1-size: 28px;
		--h2-size: 26px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.header {
		padding: 5px 0;
	}
	.header-logo {
		max-width: 200px;
	}
	.header-logo img {
		max-width: 100%;
	}
	.header-icon {
		margin-left: 6px;
	}
	.header-icon > a, .header-icon > button {
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    height: 30px;
  }
	.hero-content h1 {
		font-size: var(--h1-size);
	}
	.banner-heading, .banner-text-2 {
		font-size: var(--h3-size);
	}
	.banner-text {
		font-size: var(--h6-size);
	}
	.banner-heading, .banner-text, .banner-text-2 {
		padding: 0 30px;
	}
	.singleProduct-otherSlider {
		flex: 0 0 calc(35% - 10px);
		max-width: calc(35% - 10px);
	}
	.singleProduct-otherSlider {
		margin: -5px 0;
	}
	.singleProduct-otherSlider .slick-slide > div {
		padding: 5px 0;
	}
	.woocommerce-product-gallery__thumbnail {
		height: calc((var(--container) - 2* 10px) / 3);
	}
	.singleProduct-action {
		flex-wrap: wrap;
	}
	form.cart .singleProduct-action button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
		margin-left: 0;
		flex: 0 0 calc(100% - 60px);
		max-width: calc(100% - 60px);
	}
	.comment-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
	}
	.comment-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.error-404-number {
    font-size: calc(var(--h1-size)* 5);
  }
  .header-search-inner {
  	right: -145px;
  	top: calc(100% + 15px);
  }

  .products-items {
  	margin: 0 -5px -30px;
  }
  .products-item {
  	padding: 0 5px;
  	margin: 0 0 30px;
  }
}


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