/*!
Theme Name: Menu WEBTOP
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: menuwebtop
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.

Menu WEBTOP 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/
*/

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Regular.eot');
	src: local('Roboto'), local('Roboto-Regular'),
		url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto-Regular.woff') format('woff'),
		url('fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Medium.eot');
	src: local('Roboto'), local('Roboto-Medium'),
		url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto-Medium.woff') format('woff'),
		url('fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Bold.eot');
	src: local('Roboto Bold'), local('Roboto-Bold'),
		url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto-Bold.woff') format('woff'),
		url('fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

:root {
	--container: calc(100vw - 40px);
}


*, :after, :before {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto';
	line-height: 1.25;
	color: var(--text-color);
	background: #F2F2F2;
}
body.hidden {
	overflow: hidden;
}
a, a:hover {
	color: var(--text-color);
	text-decoration: none;
	transition: .25s;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.bg-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 1.25;
}
p, ol, ul {
	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, ol:last-child, ul:last-child {
	margin-bottom: 0;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px -16px;
}
.form-field,
.form-row {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 16px;
	padding: 0 5px;
}
.form-row {
	padding: 0;
}
.form-field-33 {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.form-field > label,
.form-row > label {
	font-size: 12px;
	color: var(--heading-color);
	display: block;
	line-height: 1;
	margin-bottom: 5px;
}
.form-field-button {
	text-align: center;
}
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-family: 'Roboto';
	font-weight: 400;
	line-height: 1.5;
	padding: 15.5px 10px;
	outline: none;
}
textarea {
	height: 120px;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.form-field-icon input {
	padding-left: 40px;
	background-size: 20px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
}
.form-field-icon.name input {
	background-image: url(images/user.svg);
}
.form-field-icon.phone input {
	background-image: url(images/phone-call.svg);
}


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


.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: 'Roboto';
	font-weight: 500;
	line-height: 1.5;
	background: transparent;
	border: 1px solid transparent;
	padding: 14px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
	transition: .25s;
}
.btn-sm {
	font-size: 14px;
	padding: 11px 20px;
}
.btn-icon-left:before,
.btn-icon-right:after {
	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;
	transition: .25s;
}
.btn-sm.btn-icon-left:before,
.btn-sm.btn-icon-right:after {
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
}
.btn-icon-left:before {
	margin-right: 10px;
}
.btn-icon-right:after {
	margin-left: 10px;
}
.btn-primary {
	background-color: var(--main-color);
	border-color: var(--main-color);
	color: var(--text-button-color);
}
.btn-primary:hover {
	color: var(--text-button-color);
}
.btn-primary:before,
.btn-primary:after {
	background-color: var(--text-button-color);
}
.btn-secondary {
	background-color: #FFFFFF;
	border-color: rgba(0,0,0,.1);
	color: var(--heading-color);
}
.btn-secondary:before,
.btn-secondary:after {
	background-color: var(--heading-color);
}
.btn-icon-table:before,
.btn-icon-table:after {
	-webkit-mask-image: url(images/table-bar.svg);
	mask-image: url(images/table-bar.svg);
}
.btn-icon-location:before,
.btn-icon-location:after {
	-webkit-mask-image: url(images/map-marker.svg);
	mask-image: url(images/map-marker.svg);
}
.btn-icon-user:before,
.btn-icon-user:after {
	-webkit-mask-image: url(images/portrait.svg);
	mask-image: url(images/portrait.svg);
}
.btn-icon-cart:before,
.btn-icon-cart:after {
	-webkit-mask-image: url(images/shopping-bag.svg);
	mask-image: url(images/shopping-bag.svg);
}
.btn-icon-menu:before,
.btn-icon-menu:after {
	-webkit-mask-image: url(images/menu-food-fork.svg);
	mask-image: url(images/menu-food-fork.svg);
}


.owl-nav {
	position: absolute;
	top: calc(50% - (45px / 2));
	width: 100%;
	z-index: 9;
}
.owl-nav button {
	position: absolute;
	width: 45px;
	height: 45px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.owl-nav button.owl-prev {
	left: 20px;
	transform: rotate(180deg);
}
.owl-nav button.owl-next {
	right: 20px;
}
.owl-nav button:before {
	content: '';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.50);
	backdrop-filter: blur(2px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.owl-nav button:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/angle-right.svg);
	mask-image: url(images/angle-right.svg);
	background-color: #FFFFFF;
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
}



.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	/*transition: opacity .15s linear;*/
}
body.modal-open {
	/*overflow: hidden;*/
	/**padding-right: 17px;*/
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 100%;
	margin: 1.75rem 20px;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
	/*transition: transform .3s ease-out;*/
}
.modal-dialog.modal-lg {
	max-width: 1260px;
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #ffffff;
	background-clip: padding-box;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: 0;
	padding: 30px;
	overflow: hidden;
}
.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: .25;
	z-index: 1049;
}
.modal-header {
	position: relative;
	margin-bottom: 20px;
	z-index: 1;
}
.modal-title {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 0px;
	color: var(--heading-color);
	text-transform: uppercase;
}
.modal-close {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	width: 26px;
	height: 26px;
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	top: -15px;
	right: -15px;
	transition: .25s;
}
.modal-close:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/cross-small.svg);
	mask-image: url(images/cross-small.svg);
	background-color: var(--heading-color);
	flex: 0 0 26px;
	max-width: 26px;
	height: 26px;
}
.modal-body {
	position: relative;
}






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


.header {
	position: sticky;
	top: 0;
	padding: 10px 0;
	transition: .25s;
	z-index: 99;
}
.header.fixed {
	background: #FFFFFF;
}
.header-wrap {
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo {
	position: relative;
	flex: 0 0 80px;
	max-width: 80px;
	height: 64px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--main-color);
}
.header-logo a {
	color: var(--main-color);
}
.header-logo img {
	max-height: 64px;
}
.header-siteInfo {
	display: none;
	flex: auto;
	max-width: 100%;
	margin-right: 20px;
}
.header-siteTitle {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 8px;
	color: var(--heading-color);
}
.header-siteAddress,
.header-siteSchedule {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-bottom: 10px;
}
.header-siteSchedule {
	margin-bottom: 0;
}
.header-siteAddress:before,
.header-siteSchedule:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--heading-color);
	flex: 0 0 16px;
	max-width: 16px;
	height: 16px;
	margin-right: 5px;
}
.header-siteAddress:before {
	-webkit-mask-image: url(images/marker.svg);
	mask-image: url(images/marker.svg);
}
.header-siteSchedule:before {
	-webkit-mask-image: url(images/time-quarter-to.svg);
	mask-image: url(images/time-quarter-to.svg);
}
.header-icons {
	display: flex;
	align-items: center;
}
.header-icon {
	position: relative;
	margin-left: 15px;
}
.header-icon:first-child {
	margin-left: 0;
}
.header-icon-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 45px;
	height: 45px;
	background: #FFFFFF;
	border: none;
	border-radius: 5px;
	padding: 8px;
	outline: none;
	cursor: pointer;
	transition: .25s;
}
.header-icon-item:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--heading-color);
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	transition: .25s;
}
span.header-icon-item:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/caret-down.svg);
	mask-image: url(images/caret-down.svg);
	background-color: var(--heading-color);
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	transition: .25s;
}
.header-icon-item.phone:before {
	-webkit-mask-image: url(images/phone-call.svg);
	mask-image: url(images/phone-call.svg);
}
.header-icon-item.wishlist:before {
	-webkit-mask-image: url(images/heart.svg);
	mask-image: url(images/heart.svg);
}
.header-icon-item.cart:before {
	-webkit-mask-image: url(images/shopping-bag.svg);
	mask-image: url(images/shopping-bag.svg);
}
.header-icon-item.menu:before {
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
}
.header-icon-item-count {
	position: absolute;
	width: 18px;
	height: 18px;
	background: #FF0000;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 12px;
	top: 4px;
	right: 2px;
}
.header-icon-sub {
	display: none;
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 15px;
	width: max-content;
	z-index: 1;
}
.header-icon-sub p {
	margin-bottom: 12px;
}
.header-icon-sub p:last-child {
	margin-bottom: 0;
}
.header-icon-sub p a {
	color: var(--heading-color);
}



.main-content {
	/*overflow: hidden;*/
	margin-top: -84px;
	min-height: calc(100vh - 40px);
}
.home .main-content {
	
}


.homeWrap {
	position: relative;
}
.homeBody {
	position: relative;
	z-index: 1;
}


.productSlider-items {
	position: relative;
	width: calc(100% + 40px);
	margin-left: -20px;
	height: calc((var(--container) + 40px) / 1.25);
	z-index: 1;
}
.productSlider-item {
	position: relative;
	height: calc((var(--container) + 40px) / 1.25);
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 1;
}
.productSlider-item__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.productSlider-item__info {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
	display: flex;
	align-items: center;
	z-index: 1;
}
.productSlider-item__info:before {
	content: '';
	background: rgba(0, 0, 0, 0.50);
	backdrop-filter: blur(2px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.productSlider-item__title {
	position: relative;
	flex: auto;
	max-width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	margin: 0;
	padding-right: 26px;
}
.productSlider-item__title:after {
	content: '';
	background: #FFFFFF;
	position: absolute;
	width: 1px;
	height: 100%;
	right: 13px;
	top: 0;
	z-index: 1;
}
.productSlider-item__price {
	flex: 0 0 auto;
	font-weight: 700;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
}
.productSlider-item__price del {
	font-size: 14px;
	font-weight: 400;
}
.productSlider-item__price ins {
	text-decoration: none;
}



.mainInfo {
	position: relative;
	background: #FFFFFF;
	position: relative;
	padding: 20px 20px 30px;
	width: calc(100% + 40px);
	margin-left: -20px;
}
.mainInfo-title {
	font-size: 24px;
	color: var(--heading-color);
	font-weight: 700;
	margin-bottom: 10px;
}
.mainInfo-address,
.mainInfo-schedule {
	display: flex;
	align-items: center;
	font-size: 12px;
	margin-bottom: 10px;
}
.mainInfo-schedule {
	margin-bottom: 0;
}
.mainInfo-address:before,
.mainInfo-schedule:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--heading-color);
	flex: 0 0 16px;
	max-width: 16px;
	height: 16px;
	margin-right: 5px;
}
.mainInfo-address:before {
	-webkit-mask-image: url(images/marker.svg);
	mask-image: url(images/marker.svg);
}
.mainInfo-schedule:before {
	-webkit-mask-image: url(images/time-quarter-to.svg);
	mask-image: url(images/time-quarter-to.svg);
}
.mainInfo-bottom {
	margin-top: 20px;
	display: flex;
}
.mainInfo-booking {
	margin-right: 5px;
}
.mainInfo-booking:last-child {
	margin-right: 0;
}
.mainInfo-menu .btn:before {
	margin-right: 0;
}



.homeCategories {
	padding: 20px 0;
}

ul.products {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
	padding: 0;
	list-style: none;
}
ul.products li {
	position: relative;
	margin: 0 0 20px;
	padding: 0 10px;
}
ul.products.columns-2 li {
	flex: 0 0 50%;
	max-width: 50%;
}
ul.products.columns-4 li {
	flex: 0 0 50%;
	max-width: 50%;
}
ul.products li.product-category a {
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	/*height: 100%;*/
}
.productCategory-image {
	flex: 0 0 calc((var(--container) - 20px) / 2 / 1.2);
	max-height: calc((var(--container) - 20px) / 2 / 1.2);
}
.woocommerce-loop-category__title {
	flex: auto;
	max-height: 100%;
	position: relative;
	padding: 15px 5px;
	text-align: center;
	text-transform: uppercase;
	color: var(--heading-color);
	font-size: 16px;
	font-weight: 500;
}
.woocommerce-loop-category__title mark {
	display: none;
}

.product-wrap {
	position: relative;
	height: 100%;
	background: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	z-index: 1;
}
.woocommerce-loop-product__link {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.product-image {
	flex: 0 0 calc((var(--container) - 20px) / 2 / 1.2);
	max-height: calc((var(--container) - 20px) / 2 / 1.2);
}
.product-image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.product-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	max-width: calc(100% - 20px);
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
}
.product-badge span {
	position: relative;
	margin-bottom: 5px;
	margin-right: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	flex: 0 0 26px;
	max-width: 26px;
	width: 26px;
	height: 26px;
	background: var(--main-color);
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-badge span:last-child {
	margin-bottom: 0px;
}
.product-badge span.promo {
	background: #FF0000;
}
.product-badge span.chili {
	background: #F79F1A;
}
.product-badge span.vega {
	background: #26BA3E;
}
.product-badge span.top {
	background: #0094FF;
}
.product-badge span img {
	flex: 0 0 16px;
	max-width: 16px;
	height: 16px;
}
.product-info {
	position: relative;
	padding: 10px;
	flex: auto;
	max-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.woocommerce-loop-product__title {
	font-size: 14px;
	font-weight: 500;
	color: var(--heading-color);
	margin-bottom: 10px;
}
ul.products li .price {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	color: var(--main-color);
	min-height: 45px;
	padding-right: 105px;
}
ul.products li .price del {
	font-size: 12px;
	color: var(--text-color);
	font-weight: 400;
}
ul.products li .price ins {
	font-weight: 500;
	text-decoration: none;
}
.product-action {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: flex;
	z-index: 2;
}
ul.products li .yith-wcwl-add-to-wishlist {
	margin-top: 0;
	margin-right: 5px;
	font-size: 0;
}
ul.products li .yith-wcwl-add-to-wishlist a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.1);
}
ul.products li .yith-wcwl-add-to-wishlist a img {
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin: 0;
}
.product-action a.add_to_cart_button {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.1);
	flex: 0 0 45px;
	max-width: 45px;
	width: 45px;
	height: 45px;
}
.product-action a.add_to_cart_button:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/shopping-bag.svg);
	mask-image: url(images/shopping-bag.svg);
	background-color: var(--heading-color);
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	transition: .25s;
}
.product-action a.add_to_cart_button.loading:before {
	-webkit-mask-image: url(images/menu-dots.svg);
	mask-image: url(images/menu-dots.svg);
	opacity: .5;
	animation: leftright 1s infinite;
}
@keyframes leftright {
	0% {
		transform: translateX(-5px);
	}
	33% {
		transform: translateX(0);
	}
	66% {
		transform: translateX(5px);
	}
	100% {
		transform: translateX(0);
	}
}
.product-action a.add_to_cart_button.added:before {
	-webkit-mask-image: url(images/check.svg);
	mask-image: url(images/check.svg);
}
ul.products li .added_to_cart {
	display: none !important;
}
#yith-wcwl-popup-message {
	margin: 0 !important;
	transform: translate(-50%, -50%);
}





.homePlace-button {
	position: relative;
	width: calc(100% + 40px);
	margin-left: -20px;
	background: #FFFFFF;
	padding: 20px;
}
.homePlace-button .btn {
	width: 100%;
}


.footer {
	position: relative;
	background: #FFFFFF;
	z-index: 1;
}
.footer-bottom {
	position: relative;
	background: var(--main-color);
	padding: 8px 0;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.copyright {
	color: var(--heading-color);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
}
.copyright a {
	color: var(--heading-color);
}
.payment-logos {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.payment-logos li {
	margin-right: 20px;
}
.payment-logos li:last-child {
	margin-right: 0;
}
.payment-logos li img {
	max-width: 24px;
	max-height: 24px;
	width: 100%;
}


.fixedCategories {
	position: sticky;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	padding: 20px 0;
	border-top: 1px solid rgba(0,0,0,.1);
	z-index: 99;
}
.listCategories-items {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	overflow-x: auto;
	overflow-y: inherit;
	-ms-overflow-style: none;
  	scrollbar-width: none;
}
.listCategories-items::-webkit-scrollbar {
  	display: none;
}
.listCategories-items li {
	flex: 0 0 auto;
	margin-right: 7px;
}
.listCategories-items li:last-child {
	margin-right: 0;
}
.listCategories-items li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 12px 16px;
	border: 1px solid rgba(0,0,0,.2);
	color: var(--heading-color);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 500;
	font-size: 16px;
}
.listCategories-items li.active a {
	border-width: 2px;
	border-color: var(--main-color);
	color: var(--main-color);
}
.listCategories-items li a span {
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	background-color: var(--heading-color);
	margin-right: 10px;
}
.listCategories-items li.active a span {
	background-color: var(--main-color);
}




.sidebar-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.25);
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	transition: all .25s;
}
.sidebar-overlay.show {
	opacity: 1;
	visibility: inherit;
	z-index: 998;
}
.sidebar-wrap {
	display: flex;
	flex-direction: column;
	position: fixed;
	background: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	top: 0;
	right: 0;
	max-width: 340px;
	height: 100%;
	overflow: auto;
	transform: translateX(100%);
	visibility: hidden;
	z-index: -1;
	transition: all .25s;
}
.sidebar-wrap.show {
	transform: translateX(0);
	visibility: inherit;
	z-index: 999;
}
.sidebar-close {
	position: relative;
	margin-bottom: 20px;
}
.sidebar-close button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--main-color);
	width: 45px;
	height: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .25s;
}
.sidebar-close button:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/cross-small.svg);
	mask-image: url(images/cross-small.svg);
	background-color: var(--heading-color);
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
}
.sidebar-widget {
	position: relative;
	margin-bottom: 30px;
}
.sidebar-widget:last-child {
	margin-bottom: 0;
}
.sidebar-widget-fixed-bottom {
	flex: auto;
	max-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.sidebar-widget-title {
	font-size: 16px;
	font-weight: 500;
	color: var(--heading-color);
	margin-bottom: 20px;
}
.sidebar-widget-body {
	width: calc(100% + 40px);
	margin-left: -20px;
}

.sidebar-contacts,
.sidebar-menu {
	position: relative;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.sidebar-contacts-item,
.sidebar-menu li {
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 15px;
	padding: 0 20px 15px;
	display: flex;
	align-items: center;
	z-index: 1;
}
.sidebar-contacts-item:last-child,
.sidebar-menu li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.sidebar-contacts-item__icon,
.sidebar-menu li:before {
	flex: 0 0 24px;
	max-width: 24px;
	margin-right: 15px;
}
.sidebar-contacts-item__icon svg {
	width: 100%;
}
.sidebar-menu li:before {
	content: '';
	height: 24px;
	background-color: var(--heading-color);
}
.sidebar-menu li.info:before {
	-webkit-mask-image: url(images/info.svg);
	mask-image: url(images/info.svg);
}
.sidebar-menu li.search-alt:before {
	-webkit-mask-image: url(images/search-alt.svg);
	mask-image: url(images/search-alt.svg);
}
.sidebar-contacts-item__value,
.sidebar-menu li a {
	position: relative;
	flex: auto;
	max-width: 100%;
	z-index: 1;
}
.sidebar-contacts-item__value p {
	margin-bottom: 0;
}
.sidebar-contacts-item.link .sidebar-contacts-item__value,
.sidebar-menu li a {
	padding-right: 40px;
}
.sidebar-contacts-item.link .sidebar-contacts-item__value:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/launch.svg);
	mask-image: url(images/launch.svg);
	background-color: var(--heading-color);
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: calc(50% - 12px);
	z-index: 1;
}
.sidebar-menu li a:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/angle-right.svg);
	mask-image: url(images/angle-right.svg);
	background-color: var(--heading-color);
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: calc(50% - 12px);
	z-index: 1;
}
.soc-desktop {
	display: none;
}

.sidebar-button {
	position: relative;
	margin-bottom: 10px;
}
.sidebar-button:last-child {
	margin-bottom: 0;
}
.sidebar-button .btn {
	width: 100%;
	justify-content: flex-start;
	padding-right: 5px;
}

.sidebar-account {
	margin-bottom: 20px;
}






.page-header {
	position: relative;
	background: #FFFFFF;
	padding: 100px 0 15px;
}
.page-title {
	font-size: 24px;
	font-weight: 700;
	color: var(--heading-color);
	text-transform: uppercase;
}
.page-breadcrumbs {
	position: relative;
	padding: 15px 0;
	background: #FFFFFF;
	border-top: 1px solid rgba(0,0,0,.1);
}
.aioseo-breadcrumbs {
	position: relative;
	display: flex;
	align-items: center;
	overflow-x: auto;
	overflow-y: inherit;
	-ms-overflow-style: none;
  	scrollbar-width: none;
}
.aioseo-breadcrumbs::-webkit-scrollbar {
  	display: none;
}
.aioseo-breadcrumb {
	flex: 0 0 auto;
	margin-right: 4px;
	border: 1px solid rgba(0,0,0,.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 12px;
	color: var(--heading-color);
	text-transform: uppercase;
	font-weight: 500;
}
.aioseo-breadcrumb:last-child {
	border-color: var(--main-color);
	margin-right: 0;
	color: var(--main-color);
}
.aioseo-breadcrumb a {
	color: var(--heading-color);
}
.aioseo-breadcrumb-separator {
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
	background: url(images/arrow-small-right.svg) no-repeat center;
	background-size: contain;
	margin-right: 4px;
}
body.tax-product_cat .aioseo-breadcrumb:nth-child(5),
body.tax-product_cat .aioseo-breadcrumb-separator:nth-child(6),
body.single-product .aioseo-breadcrumb:nth-child(5),
body.single-product .aioseo-breadcrumb-separator:nth-child(6),
body.tax-product_tag .aioseo-breadcrumb:nth-child(3),
body.tax-product_tag .aioseo-breadcrumb-separator:nth-child(4) {
	display: none;
}

.page-content {
	position: relative;
	padding: 30px 0;
	z-index: 1;
}
.term-description {
	position: relative;
	background: #FFFFFF;
	padding: 20px;
	width: calc(var(--container) + 40px);
	margin-left: -20px;
	margin-top: 30px;
	margin-bottom: -30px;
}


.pageOther-content {
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFFF;
	padding: 20px;
	z-index: 1;
}







.archiveShopNav {
	display: none;
}


body.single-product .page-header,
body.single-product .page-breadcrumbs {
	display: none;
}
body.single-product .page-content {
	padding-top: 0;
}


.product .summary {
	position: relative;
	width: calc(var(--container) + 40px);
	margin-left: -20px;
	background: #FFFFFF;
	padding: 20px;
}
.singleProduct-tags {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.singleProduct-tags a {
	border: 1px solid var(--main-color);
	margin: 0 10px 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 8px;
	line-height: 1.5;
	font-size: 12px;
	color: var(--heading-color);
}
.singleProduct-tags a:before {
	content: '#';
}
.woocommerce-product-details__short-description {
	margin-bottom: 10px;
}
.screen-reader-text {
	display: none !important;
}
.product .summary .qib-container {
	display: none !important;
}
form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id), form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_) {
	margin-left: 0 !important;
	outline: none !important;
	box-shadow: none !important;
}

.singleProduct-action {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.singleProduct-action .yith-wcwl-add-to-wishlist {
	margin-top: 0;
	margin-right: 5px;
	font-size: 0;
}
.singleProduct-action .yith-wcwl-add-to-wishlist a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.1);
}
.singleProduct-action .yith-wcwl-add-to-wishlist a img {
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin: 0;
}



.woocommerce-notices-wrapper {
	flex: 0 0 100%;
	max-width: 100%;
}
.wc-block-components-notice-banner {
	background: #fff;
	padding: 10px;
	border: 1px solid rgba(0,0,0,.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.wc-block-components-notice-banner svg {
	flex: 0 0 20px;
	max-width: 20px;
	margin-right: 10px;
}
.wc-block-components-notice-banner__content {
	position: relative;
	overflow: hidden;
}
.wc-block-components-notice-banner__content .button {
	float: right;
	text-decoration: underline;
	margin-left: 20px;
	margin-bottom: 0px;
}




.woocommerce-Reviews {
	position: relative;
	width: calc(var(--container) + 40px);
	margin-left: -20px;
	padding: 0px 20px 35px;
	background: #FFFFFF;
	z-index: 1;
}
.reviews-nav {
	position: relative;
	width: calc(var(--container) + 40px);
	margin-left: -20px;
	padding: 0 20px;
	margin-bottom: 30px;
	list-style: none;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.reviews-nav li {
	margin-right: 20px;
}
.reviews-nav li a {
	position: relative;
	display: block;
	padding: 7px 5px;
	color: var(--heading-color);
	font-size: 18px;
	font-weight: 500;
	z-index: 1;
}
.reviews-nav li.active a:after {
	content: '';
	background: var(--main-color);
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.reviews-blocks {
	position: relative;
	overflow: hidden;
}
.reviews-block {
	display: none;
}
.reviews-block.active {
	display: block;
}

.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 18px;
	max-width: 18px;
	height: 18px;
	-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(--heading-color);
	margin-right: 7px;
	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;
	margin-bottom: 10px;
}


.comment-form-rating,
.comment-form-comment {
	margin-bottom: 16px;
}
.comment-form .form-submit {
	margin-bottom: 0;
}
.comment-form label {
	font-size: 12px;
	color: var(--heading-color);
	display: block;
	line-height: 1;
	margin-bottom: 5px;
}


.woocommerce-tabs ul.tabs {
	display: none;
}


.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.commentlist li {
	position: relative;
	margin-bottom: 20px;
}
.commentlist li:last-child {
	margin-bottom: 0;
}
.comment_container {
	overflow: hidden;
}
.comment_container > img.avatar {
	width: 48px;
	height: 48px;
	float: left;
	margin: 0 13px 10px 0;
}
.comment-text {
	display: flex;
	flex-direction: column;
}
.comment-text .star-rating {
	position: relative;
	order: 2;
	width: 88px;
	margin-bottom: 5px;
}
.comment-text .star-rating::before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/stars-rating-1.svg);
	mask-image: url(images/stars-rating-1.svg);
	background-color: var(--heading-color);
	width: 88px;
	height: 16px;
	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: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/stars-rating-2.svg);
	mask-image: url(images/stars-rating-2.svg);
	background-color: var(--heading-color);
	width: 88px;
	height: 16px;
	display: block;
}
.comment-text .meta {
	order: 1;
	margin-bottom: 5px;
}
.woocommerce-review__author {
	color: var(--heading-color);
}
.comment-text .description {
	order: 3;
}



.upsells.products {
	margin-top: 30px;
}
.upsells.products > h2 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	color: var(--heading-color);
}


.woocommerce-cart .shop_table.cart {
	margin: 0 auto 30px;
	width: 100%;
}
.woocommerce-cart .shop_table.cart thead {
	display: none;
}
.woocommerce-cart .shop_table.cart tbody tr {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.woocommerce-cart .shop_table.cart tbody tr:last-child {
	margin-bottom: 0;
}
.woocommerce-cart .shop_table.cart tbody td {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
}
.woocommerce-cart .shop_table.cart tbody .product-remove {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}
.woocommerce-cart .shop_table.cart tbody .product-remove a {
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: var(--heading-color);
}
.woocommerce-cart .shop_table.cart tbody .product-thumbnail {
	flex: 0 0 68px;
	max-width: 68px;
	height: 68px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.woocommerce-cart .shop_table.cart tbody .product-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.woocommerce-cart .shop_table.cart tbody .product-name {
	flex: 0 0 calc(100% - 68px);
	max-width: calc(100% - 68px);
	margin-bottom: 10px;
	font-size: 16px;
	color: var(--heading-color);
	font-weight: 500;
	padding: 20px 0 20px 15px;
}
.woocommerce-cart .shop_table.cart tbody .product-name a {
	color: var(--heading-color);
}
.woocommerce-cart .shop_table.cart tbody .product-quantity {
	flex: 0 0 110px;
	max-width: 110px;
}
.woocommerce-cart .shop_table.cart tbody .product-subtotal {
	flex: 0 0 calc(100% - 110px);
	max-width: calc(100% - 110px);
	padding-left: 20px;
	text-align: right;
	font-size: 18px;
	font-weight: 500;
	color: var(--heading-color);
}
.qib-button:not(#qib_id):not(#qib_id) {
	background: var(--main-color) !important;
	border: none !important;
	font-size: 18px !important;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	border-color: rgba(0,0,0,.1) !important;
	background: #FFFFFF;
}
.woocommerce-cart .shop_table.cart .coupon {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.woocommerce-cart .shop_table.cart .coupon input {
	margin-bottom: 5px;
	width: 100%;
}
.woocommerce-cart .shop_table.cart .coupon button {
	width: 100%;
}
.woocommerce-cart .shop_table.cart button[name="update_cart"] {
	width: 100%;
}
.woocommerce-form-coupon-toggle {
	display: none !important;
}


.woocommerce-billing-fields,
.woocommerce-additional-fields {
	margin-bottom: 30px;
}
.woocommerce-shipping-fields {
	display: none;
}
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
.woocommerce-order-details__title,
.woocommerce-column__title,
.woocommerce-form-login h2,
.woocommerce-form-register h2,
.woocommerce-Address-title > h3,
.form-edit-account-title {
	color: var(--heading-color);
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
}

.woocommerce-checkout-review-order-table {
	width: 100%;
	margin-bottom: 30px;
}
.woocommerce-checkout-review-order-table tfoot tr,
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
	display: block;
	width: 100%;
	padding: 0;
}
.woocommerce-checkout-review-order-table tfoot tr {
	margin-bottom: 20px;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child {
	margin-bottom: 0;
}
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-payment > h3 {
	font-weight: 500;
	margin-bottom: 5px;
	text-align: center;
	font-size: 16px;
	color: var(--heading-color);
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal td,
.woocommerce-checkout-review-order-table tfoot .order-total td {
	font-size: 20px;
	color: var(--heading-color);
	text-align: center;
	font-weight: 500;
}


.woocommerce-shipping-methods,
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	border: none;
	margin: 0;
	list-style: none;
}
.woocommerce-checkout #payment ul.payment_methods {
	margin-bottom: 30px;
}
.woocommerce-shipping-methods li,
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	position: relative;
	margin-bottom: 5px;
	padding: 0;
}
.woocommerce-shipping-methods li:before {
	display: none;
}
.woocommerce-shipping-methods li input,
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
	opacity: 0;
	display: none;
}
.woocommerce ul#shipping_method li label,
#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
	position: relative;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 30px;
	min-height: 40px;
	display: flex;
	align-items: center;
	padding: 10px;
	font-weight: 500;
	color: var(--text-button-color);
	padding-left: 45px;
	cursor: pointer;
}
.woocommerce-shipping-methods li input:checked ~ label,
#add_payment_method #payment ul.payment_methods li input:checked ~ label,
.woocommerce-cart #payment ul.payment_methods li input:checked ~ label,
.woocommerce-checkout #payment ul.payment_methods li input:checked ~ label {
	background-color: var(--main-color);
	border-color: var(--main-color) !important;
	color: var(--text-button-color) !important;
}
.woocommerce-shipping-methods li label:before,
.woocommerce-shipping-methods li label:after,
#add_payment_method #payment ul.payment_methods li label:before,
.woocommerce-cart #payment ul.payment_methods li label:before,
.woocommerce-checkout #payment ul.payment_methods li label:before,
#add_payment_method #payment ul.payment_methods li label:after,
.woocommerce-cart #payment ul.payment_methods li label:after,
.woocommerce-checkout #payment ul.payment_methods li label:after {
	content: '';
}
.woocommerce-shipping-methods li label:before,
#add_payment_method #payment ul.payment_methods li label:before,
.woocommerce-cart #payment ul.payment_methods li label:before,
.woocommerce-checkout #payment ul.payment_methods li label:before {
	border: 1px solid rgba(0,0,0,.1);
	width: 18px;
	height: 18px;
	left: 11px;
  position: absolute;
  border-radius: 50%;
}
.woocommerce-shipping-methods li input:checked ~ label:after,
#add_payment_method #payment ul.payment_methods li input:checked ~ label:after,
.woocommerce-cart #payment ul.payment_methods li input:checked ~ label:after,
.woocommerce-checkout #payment ul.payment_methods li input:checked ~ label:after {
  width: 10px;
  height: 10px;
  background: var(--text-button-color);
  border-radius: 50%;
  position: absolute;
  left: 15px;
}
.woocommerce ul#shipping_method li label .amount {
	margin-left: 8px;
}


.payment_box {
	border: 1px solid rgba(0,0,0,.1);
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 5px;
	font-size: 12px;
}


.woocommerce-privacy-policy-text {
	font-size: 12px;
	margin-bottom: 10px;
}
.place-order button#place_order {
	width: 100%;
}





body.woocommerce-order-received .pageOther-content > .row > div:first-child {
	display: none;
}
.woocommerce-thankyou-order-received {
	font-weight: 500;
	text-align: center;
	border: 1px solid var(--main-color);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
	color: var(--heading-color);
}
.woocommerce-thankyou-order-details {
	padding: 0;
	list-style: none;
}
.woocommerce-thankyou-order-details li {
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
.woocommerce-thankyou-order-details li strong {
	color: var(--heading-color);
}


.woocommerce-order-details {
	margin-top: 30px;
}
.woocommerce-customer-details {
	margin-top: 30px;
}
.woocommerce-table--order-details th {
	text-align: left;
	color: var(--heading-color);
}
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
	padding: 2px 5px;
}



.pageLogin-wrap {
	display: flex;
	flex-direction: column;
}
.pageLogin-left {
	margin-bottom: 30px;
}
.pageLogin-left,
.pageLogin-right {
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
}



.woocommerce-MyAccount-navigation ul {
	margin: 0 0 30px;
	padding: 10px 20px;
	list-style: none;
	display: flex;
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow-x: auto;
	overflow-y: inherit;
	-ms-overflow-style: none;
  	scrollbar-width: none;
}
.woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
  	display: none;
}
.woocommerce-MyAccount-navigation ul li {
	flex: 0 0 auto;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid rgba(0,0,0,.1);
}
.woocommerce-MyAccount-navigation ul li:last-child {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	color: var(--heading-color);
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	font-weight: 500;
	color: var(--main-color);
}
.woocommerce-MyAccount-orders {
	width: 100%;
}
.woocommerce-MyAccount-orders thead {
	display: none;
}
.woocommerce-MyAccount-orders tbody tr {
	width: 100%;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.woocommerce-MyAccount-orders tbody tr:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.woocommerce-MyAccount-orders tbody td {
	display: block;
	width: 100%;
	padding: 3px;
}

a.edit {
	color: var(--main-color);
	display: inline-block;
	margin-bottom: 3px;
}

table.wishlist_table {
	font-size: 100%;
	margin-bottom: 0 !important;
	width: 100%;
	border-collapse: collapse;
}
table.wishlist_table tbody td, table.wishlist_table thead th {
	border: 1px solid rgba(0, 0, 0, .1);
}
p.wishlist-empty, table.wishlist_table tbody td.wishlist-empty {
	margin: 20px 0;
}
.wishlist_table.mobile {
	padding: 0;
	list-style: none;
	margin-bottom: 0 !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wishlist_table.mobile li {
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
	margin-bottom: 30px;
}
.wishlist_table.mobile li .item-wrapper {
	width: 100%;
	margin-bottom: 0;
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
	display: block;
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}
.wishlist_table.mobile li .item-wrapper .item-details {
	display: block;
	width: 100%;
}
.wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3, .wishlist_table.modern_grid li .item-details h3 {
	font-size: 16px;
	font-weight: 500;
	color: var(--heading-color);
}
.wishlist_table.mobile li .item-details h3 a {
	color: var(--heading-color);
}
.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%;
}
.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: 1em;
}


.error-404-number {
	font-size: 120px;
	text-align: center;
	color: var(--main-color);
	font-weight: 600;
	line-height: 1;
}



@media (min-width: 768px) {
	.modal-dialog {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.productSlider-items {
		height: calc((var(--container) + 40px) / 1.75);
	}
	.productSlider-item {
		height: calc((var(--container) + 40px) / 1.75);
	}

	.error-404-number {
		font-size: 160px;
	}
}





@media (min-width: 992px) {
	ul.products.columns-2 li,
	ul.products.columns-4 li {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.productCategory-image {
    	flex: 0 0 calc((var(--container) - 20px * 3) / 4 / 1.2);
    	max-height: calc((var(--container) - 20px * 3) / 4 / 1.2);
	}
	.product-image {
		flex: 0 0 calc((var(--container) - 20px * 3) / 4 / 1.2);
    	max-height: calc((var(--container) - 20px * 3) / 4 / 1.2);
	}
	.soc-desktop {
		display: block;
	}
	.soc-mobile {
		display: none;
	}

	.pageLogin-wrap {
		flex-direction: row;
		justify-content: space-between;
	}
	.pageLogin-left, .pageLogin-right {
		margin-bottom: 0;
		flex: 0 0 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
}


@media (min-width: 1200px) {
	:root {
		--container: 1200px;
	}
	.header {
		background: #FFFFFF;
	}
	.header-wrap {
		height: auto;
		min-height: 100px;
	}
	.header-logo {
		flex: 0 0 100px;
		max-width: 100px;
		height: 100px;
		margin-right: 30px;
	}
	.header-logo img {
		max-height: 100px;
	}
	.header-icon-menu {
		display: none;
	}
	.main-content {
		min-height: calc(100vh - 120px - 40px);
		margin-top: 0;
	}
	.home .main-content {
		padding: 56px 0 80px;
	}
	.productSlider-items,
	.mainInfo {
		width: 100%;
		margin-left: 0;
	}
	.homeWrap {
		display: flex;
		justify-content: space-between;
	}
	.homeSidebar {
		flex: 0 0 300px;
		max-width: 300px;
		order: 1;
	}
	.homeBody {
		flex: 0 0 calc(100% - 300px - 20px);
		max-width: calc(100% - 300px - 20px);
		order: 2;
	}
	.sidebar-wrap {
		display: flex;
		position: relative;
		max-width: 100%;
		overflow: inherit;
		transform: translateX(0);
		visibility: inherit;
		z-index: 1;
	}
	.sidebar-close {
		display: none;
	}
	.productSlider-items {
		position: relative;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		overflow: hidden;
		margin-bottom: 20px;
		height: calc((var(--container) - 300px - 20px) / 1.75);
	}
	.productSlider-item {
		height: calc((var(--container) - 300px - 20px) / 1.75);
	}
	.mainInfo,
	.homePlace-button,
	.fixedCategories {
		display: none;
	}
	.productCategory-image {
		flex: 0 0 155px;
		max-height: 155px;
	}
	.header-siteInfo {
		display: block;
	}
	.homeCategories {
		padding: 0;
	}
	.productSlider-item__info {
		padding: 15px 20px;
	}
	.productSlider-item__title,
	.productSlider-item__price {
		font-size: 18px;
	}

	.page-header {
		padding-top: 20px;
	}
	.page-title {
		font-size: 32px;
	}


	.archiveShopWrap {
		display: flex;
		justify-content: space-between;
	}
	.archiveShopSidebar {
		flex: 0 0 300px;
		max-width: 300px;
		order: 1;
	}
	.archiveShopBody {
		flex: 0 0 calc(100% - 300px - 20px - 300px - 20px);
		max-width: calc(100% - 300px - 20px - 300px - 20px);
		order: 2;
	}
	.archiveShopNav {
		flex: 0 0 300px;
		max-width: 300px;
		order: 3;
		display: block;
		background: #FFFFFF;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 20px;
	}
	.archiveShopNav-title {
		font-size: 16px;
		font-weight: 500;
		color: var(--heading-color);
		margin-bottom: 20px;
	}
	.archiveShopNav .listCategories-items {
		display: block;
	}
	.archiveShopNav .listCategories-items li {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 14px;
	}
	.archiveShopNav .listCategories-items li:last-child {
		margin-bottom: 0;
	}


	ul.products.columns-2 li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.product-image {
		flex: 0 0 calc((var(--container) - 300px * 2 - 20px * 2 - 20px) / 2 / 1.2);
		max-height: calc((var(--container) - 300px * 2 - 20px * 2 - 20px) / 2 / 1.2);
	}
	.woocommerce-loop-product__title {
		font-size: 18px;
	}
	ul.products li .price {
		font-size: 22px;
	}
	.term-description {
		width: 100%;
		margin: 30px 0 0;
	}

	.mobile-sidebar {
		display: none;
	}
	body.single-product .page-header,
	body.single-product .page-breadcrumbs {
		display: block;
	}
	body.single-product .page-content {
		padding-top: 30px;
	}


	.product .summary,
	.woocommerce-Reviews {
		width: 100%;
		margin-left: 0;
	}
	.reviews-nav {
		width: calc(100% + 40px);
	}



	.woocommerce-cart .shop_table.cart tbody .product-remove {
		position: relative;
		top: auto;
		right: auto;
		flex: 0 0 40px;
		max-width: 40px;
	}
	.woocommerce-cart .shop_table.cart tbody .product-thumbnail {
		margin-bottom: 0;
	}
	.woocommerce-cart .shop_table.cart tbody .product-name {
		margin-bottom: 0;
		flex: 0 0 calc(100% - 68px - 40px - 110px - 160px);
		max-width: calc(100% - 68px - 40px - 110px - 160px);
	}
	.woocommerce-cart .shop_table.cart tbody .product-subtotal {
		flex: 0 0 160px;
		max-width: 160px;
	}
	.woocommerce-cart .shop_table.cart .coupon {
		flex-direction: row;
		flex: 0 0 420px;
		max-width: 420px;
		margin-bottom: 0;
	}
	.woocommerce-cart .shop_table.cart .coupon input {
		margin-bottom: 0;
		margin-right: 5px;
		flex: auto;
		max-width: 100%;
	}
	.woocommerce-cart .shop_table.cart .coupon button {
		flex: 0 0 auto;
		width: auto;
	}
	.woocommerce-cart .shop_table.cart tbody td.actions {
		display: flex;
		justify-content: space-between;
	}
	.woocommerce-cart .shop_table.cart button[name="update_cart"] {
		width: auto;
	}
	.woocommerce-cart .shop_table.cart thead {
		display: table-header-group;
	}
	.woocommerce-cart .shop_table.cart thead tr {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
	.woocommerce-cart .shop_table.cart thead th {
		text-align: left;
		font-weight: 400;
		padding: 0;
	}
	.woocommerce-cart .shop_table.cart thead .product-remove {
		flex: 0 0 40px;
		max-width: 40px;
	}
	.woocommerce-cart .shop_table.cart thead .product-name {
		flex: 0 0 calc(100% - 40px - 110px - 160px);
		max-width: calc(100% - 40px - 110px - 160px);
	}
	.woocommerce-cart .shop_table.cart thead .product-quantity {
		flex: 0 0 110px;
		max-width: 110px;
	}
	.woocommerce-cart .shop_table.cart thead .product-subtotal {
		flex: 0 0 160px;
		max-width: 160px;
		text-align: right;
	}

	.woocommerce-checkout-review-order {
		max-width: 480px;
		margin: 0 auto;
	}
	.woocommerce-billing-fields > h3, .woocommerce-additional-fields > h3 {
		font-size: 20px;
	}


	.woocommerce-MyAccount-orders {
		border-collapse: collapse;
	}
	.woocommerce-MyAccount-orders thead {
		display: table-header-group;
	}
	.woocommerce-MyAccount-orders thead th {
		text-align: left;
		color: var(--heading-color);
		padding: 5px 10px;
		border: 1px solid rgba(0, 0, 0, .1);
	}
	.woocommerce-MyAccount-orders tbody tr {
		padding: 0;
		margin: 0;
		border: none;
		display: table-row;
	}
	.woocommerce-MyAccount-orders tbody td {
		display: table-cell;
		padding: 2px 5px;
		width: auto;
		border: 1px solid rgba(0, 0, 0, .1);
	}


	.error-404-number {
		font-size: 220px;
	}
}



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













