/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes rotate-s-loader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate-s-loader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
details,
div#page #primary main .products ul li.product a,
div#page #primary main ul.products li.product a,
div#page #primary.maximum main div.product section.related,
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button {
	font-family: inherit;
}
button,
input,
optgroup,
select {
	font-size: 100%;
	line-height: 1.15;
}
input,
optgroup,
select,
textarea {
	font-family: inherit;
	margin: 0;
}
button,
input {
	overflow: visible;
}
select {
	text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type='checkbox'],
[type='radio'],
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
summary {
	display: list-item;
}
[hidden],
div#page #primary main .products ul:after,
div#page #primary main .products ul:before,
div#page #primary main div.category-banner img.desktop,
div#page
	#primary
	main
	div.product
	div.images.woocommerce-product-gallery
	ol.flex-control-thumbs,
div#page #primary main div.product div.summary form button.sizesChart,
div#page
	#primary
	main
	div.product
	div.summary
	form
	table.variations
	tr
	td.label,
div#page
	#primary
	main
	div.product
	div.summary
	form
	table.variations
	tr
	th.label,
div#page #primary main ul.products:after,
div#page #primary main ul.products:before,
div#page #primary.maximum main div.product div.summary,
header.site-header
	div.aws-container
	form.aws-search-form
	div.aws-wrapper
	div.aws-search-clear
	span,
header.site-header.search div.logo,
template {
	display: none;
}
:root {
	--app-height: 100%;
}
header.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	min-height: 38px;
	padding: 0 25px;
	height: 60px;
	background: #fff;
	z-index: 10000;
}
header.site-header div.logo {
	width: 100px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
header.site-header,
header.site-header a.home,
header.site-header nav a.category {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
header.site-header a.home {
	width: 38px;
	height: 36px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
	margin-right: 20px;
}
header.site-header nav {
	z-index: 10001;
}
header.site-header nav a.category {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-decoration: none;
}
header.site-header nav div.main-menu {
	display: block;
	position: fixed;
	top: 40px;
	bottom: 20px;
	opacity: 0;
	pointer-events: none;
	min-height: -webkit-calc(var(--app-height) - 60px);
	min-height: calc(var(--app-height) - 60px);
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.95);
	-webkit-transition: top 0.3s, bottom 0.3s, opacity 0.2s;
	-o-transition: top 0.3s, bottom 0.3s, opacity 0.2s;
	transition: top 0.3s, bottom 0.3s, opacity 0.2s;
	z-index: 500;
}
header.site-header nav div.main-menu div.menu-header-navigation-container,
header.site-header
	nav
	div.main-menu
	div.menu-header-navigation-russian-container {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}
header.site-header
	nav
	div.main-menu
	div.menu-dopolnitelnoe-menyu-dlya-mobilnoj-shapki-anglijskij-container,
header.site-header
	nav
	div.main-menu
	div.menu-dopolnitelnoe-menyu-dlya-mobilnoj-shapki-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
header.site-header nav div.main-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 100vw;
	left: 100vw;
	right: 200vw;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
header.site-header nav div.main-menu ul#header-additional-menu {
	position: absolute;
	left: 0;
	right: 100vw;
}
header.site-header nav div.main-menu ul#header-additional-menu,
header.site-header nav div.main-menu ul#header-additional-menu ul {
	bottom: -webkit-calc(100vh - var(--app-height) + 10px);
	bottom: calc(100vh - var(--app-height) + 10px);
	bottom: -webkit-calc(env(safe-area-inset-bottom, 0) + 10px);
	bottom: calc(env(safe-area-inset-bottom, 0) + 10px);
	height: auto;
}
header.site-header
	nav
	div.main-menu
	ul#header-additional-menu[data-level='-1'] {
	left: -100vw;
	right: 0;
}
header.site-header nav div.main-menu ul#header-additional-menu[data-level='0'] {
	left: 0;
	right: 100vw;
}
header.site-header nav div.main-menu ul#header-menu {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	right: 100vw;
}
header.site-header nav div.main-menu ul#header-menu[data-level='-1'] {
	left: -100vw;
	right: 0;
}
header.site-header nav div.main-menu ul#header-menu[data-level='0'] {
	left: 0;
	right: 100vw;
	overflow-y: auto;
}
header.site-header nav div.main-menu ul#header-menu ul {
	top: 60px;
	height: 70vh;
	overflow-y: auto;
	overflow-x: hidden;
}
header.site-header nav div.main-menu ul[data-level='-4'] {
	left: -400vw;
	right: -300vw;
}
header.site-header nav div.main-menu ul[data-level='-3'] {
	left: -300vw;
	right: -200vw;
}
header.site-header nav div.main-menu ul[data-level='-2'] {
	left: -200vw;
	right: -100vw;
}
header.site-header nav div.main-menu ul[data-level='-1'] {
	left: -100vw;
	right: 0;
}
header.site-header nav div.main-menu ul[data-level='0'] {
	left: 0;
	right: 100vw;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll !important;
	z-index: 50;
}
header.site-header nav div.main-menu ul[data-level='1'] {
	left: 100vw;
	right: 200vw;
}
header.site-header nav div.main-menu ul[data-level='2'] {
	left: 200vw;
	right: 300vw;
}
header.site-header nav div.main-menu ul[data-level='3'] {
	left: 300vw;
	right: 400vw;
}
header.site-header nav div.main-menu ul[data-level='4'] {
	left: 400vw;
	right: 500vw;
}
header.site-header nav div.main-menu ul li {
	position: static;
	padding: 0 25px;
	height: 40px;
	border-bottom: 1px solid rgba(21, 9, 0, 0.05);
}
header.site-header nav div.main-menu ul li:last-child {
	border-bottom: none;
}
header.site-header nav div.main-menu ul li a {
	width: 100%;
	height: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	color: rgba(21, 9, 0, 0.95);
	text-decoration: none;
}
header.site-header nav div.main-menu ul li.menu-item-has-children {
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L6 7L1 1' stroke='%23150900' stroke-opacity='0.5' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-position: -webkit-calc(100% - 30px) center;
	background-position: calc(100% - 30px) center;
	background-repeat: no-repeat;
}
header.site-header nav div.main-menu ul li.parent {
	background-color: rgba(21, 9, 0, 0.05);
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L2 7L7 13' stroke='%23150900' stroke-opacity='0.5' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 30px center;
	border-bottom: none;
}
header.site-header nav div.main-menu ul li.parent a {
	padding-left: 26px;
	color: rgba(21, 9, 0, 0.5);
}
header.site-header nav a#account,
header.site-header nav a#account.button,
header.site-header nav button,
header.site-header nav button.button {
	position: relative;
	margin-left: 10px;
}
header.site-header nav a#account:last-child,
header.site-header nav button:last-child {
	margin-right: 0;
}
header.site-header nav a#account a.counter,
header.site-header nav button a.counter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(21, 9, 0, 0.95);
	color: #f3f3f2;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	border-radius: 8px;
}
header.site-header nav a#account a.counter:empty,
header.site-header nav button a.counter:empty {
	display: none;
}
header.site-header nav a#account#hamburger,
header.site-header nav button#hamburger {
	margin: 0;
	position: relative;
}
header.site-header nav a#account#hamburger span.line,
header.site-header nav button#hamburger span.line {
	display: block;
	width: 16px;
	height: 2px;
	background: rgba(21, 9, 0, 0.5);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
	position: absolute;
	left: 11px;
	top: 14px;
}
header.site-header nav a#account#hamburger span.line:nth-child(2),
header.site-header nav button#hamburger span.line:nth-child(2) {
	top: 18px;
}
header.site-header nav a#account#hamburger span.line:nth-child(3),
header.site-header nav button#hamburger span.line:nth-child(3) {
	top: 22px;
}
header.site-header nav.user-navigation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
header.site-header nav.user-navigation .language-switcher {
	display: none;
	position: relative;
	width: 38px;
	height: 38px;
}
header.site-header
	nav.user-navigation
	.language-switcher
	ul.nf-language-switcher,
header.site-header
	nav.user-navigation
	.language-switcher
	ul.nf-language-switcher
	li
	a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
header.site-header
	nav.user-navigation
	.language-switcher
	ul.nf-language-switcher {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	background: rgba(21, 9, 0, 0.95);
	border-radius: 20px;
	z-index: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
header.site-header
	nav.user-navigation
	.language-switcher
	ul.nf-language-switcher
	li {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	z-index: 1;
}
header.site-header
	nav.user-navigation
	.language-switcher
	ul.nf-language-switcher
	li
	a {
	text-decoration: none;
	width: 38px;
	height: 38px;
	background: #f3f3f2;
	border-radius: 8px;
	color: rgba(21, 9, 0, 0.5);
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}
header.site-header
	nav.user-navigation
	.language-switcher
	ul.nf-language-switcher
	li:not(.wpml-ls-current-language) {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	z-index: -1;
}
header.site-header
	nav.user-navigation
	.language-switcher
	ul.nf-language-switcher
	li:not(.wpml-ls-current-language)
	a {
	height: 0;
	margin-top: -19px;
	background: rgba(21, 9, 0, 0.95);
	color: #f2f8f2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
header.site-header
	nav.user-navigation
	.language-switcher
	ul.nf-language-switcher:hover
	li:not(.wpml-ls-current-language)
	a {
	height: 38px;
	margin-top: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
header.site-header nav.user-navigation button#search {
	position: absolute;
	margin: 0;
	left: 73px;
}
header.site-header nav.open button#hamburger span.line:nth-child(2) {
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
header.site-header nav.open button#hamburger span.line:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
header.site-header nav.open button#hamburger span.line:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
header.site-header nav.open div.main-menu {
	top: 60px;
	bottom: 0;
	opacity: 1;
	pointer-events: all;
	-webkit-transition: top 0.3s, bottom 0.3s, opacity 0.3s;
	-o-transition: top 0.3s, bottom 0.3s, opacity 0.3s;
	transition: top 0.3s, bottom 0.3s, opacity 0.3s;
}
header.site-header nav.open div.main-menu ul,
header.site-header nav.open div.main-menu ul#header-additional-menu {
	position: fixed;
}
header.site-header.search div.aws-container {
	opacity: 1;
	pointer-events: all;
	-webkit-transition: opacity 0.25s 0s ease-in-out;
	-o-transition: opacity 0.25s 0s ease-in-out;
	transition: opacity 0.25s 0s ease-in-out;
}
header.site-header div.aws-container,
header.site-header.search a#account,
header.site-header.search a.category,
header.site-header.search button#cart,
header.site-header.search button#hamburger,
header.site-header.search button#search,
header.site-header.search div.language-switcher {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.25s 0s ease-in-out;
	-o-transition: opacity 0.25s 0s ease-in-out;
	transition: opacity 0.25s 0s ease-in-out;
}
header.site-header.search nav#user-navigation {
	z-index: -1;
}
header.site-header div.aws-container {
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.94);
}
header.site-header div.aws-container form.aws-search-form {
	height: auto;
}
header.site-header div.aws-container form.aws-search-form div.aws-wrapper {
	padding: 7px 71px 7px 8px;
}
header.site-header
	div.aws-container
	form.aws-search-form
	div.aws-wrapper
	input.aws-search-field {
	display: inline-block;
	padding: 15px 17px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
header.site-header
	div.aws-container
	form.aws-search-form
	div.aws-wrapper
	div.aws-loader {
	right: 35px;
}
header.site-header
	div.aws-container
	form.aws-search-form
	div.aws-wrapper
	div.aws-search-clear {
	width: 38px;
	height: 38px;
	border-radius: 8px !important;
	background-color: #f3f3f2;
	padding: 0;
	margin-right: 25px;
	margin-top: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.66666 6.00001L2.87722e-05 10.6667L1.33336 12L5.99999 7.33334L10.6666 12L12 10.6667L7.33332 6.00001L12 1.33333L10.6667 0L5.99999 4.66668L1.33333 1.72665e-05L0 1.33335L4.66666 6.00001Z' fill='%23150900' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
@media (min-width: 768px) {
	header.site-header {
		padding: 0 15px;
		width: auto;
		position: -webkit-sticky;
		position: sticky;
		z-index: 1000;
	}
	header.site-header nav.user-navigation .language-switcher {
		display: block;
	}
	header.site-header nav.user-navigation button#search {
		position: static;
		margin-left: 10px;
	}
	header.site-header nav a.home,
	header.site-header nav div.main-menu ul#header-menu,
	header.site-header nav#site-navigation {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	header.site-header nav div.main-menu {
		position: static;
		height: 100%;
		min-height: auto;
		width: auto;
		opacity: 1;
		pointer-events: all;
	}
	header.site-header nav div.main-menu div.menu-header-navigation-container,
	header.site-header
		nav
		div.main-menu
		div.menu-header-navigation-russian-container {
		position: static;
		height: 100%;
	}
	header.site-header div.logo,
	header.site-header nav button#hamburger,
	header.site-header
		nav
		div.main-menu
		div.menu-dopolnitelnoe-menyu-dlya-mobilnoj-shapki-anglijskij-container,
	header.site-header
		nav
		div.main-menu
		div.menu-dopolnitelnoe-menyu-dlya-mobilnoj-shapki-container,
	header.site-header nav div.main-menu ul li.parent {
		display: none;
	}
	header.site-header nav div.main-menu ul {
		position: static;
		width: auto;
	}
	header.site-header nav div.main-menu ul#header-menu,
	header.site-header nav#site-navigation {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		height: 100%;
	}
	header.site-header nav div.main-menu ul#header-menu {
		position: static;
		width: auto;
	}
	header.site-header nav div.main-menu ul#header-menu ul {
		height: unset;
		overflow-y: unset;
		overflow-x: unset;
	}
	header.site-header nav div.main-menu ul#header-menu li {
		height: 100%;
	}
	header.site-header nav div.main-menu ul#header-menu li.menu-item-has-children,
	header.site-header
		nav
		div.main-menu
		ul#header-menu
		> li.menu-item-has-children {
		background-image: none;
	}
	header.site-header
		nav
		div.main-menu
		ul#header-menu
		> li.menu-item-has-children
		> ul.sub-menu,
	header.site-header
		nav
		div.main-menu
		ul#header-menu
		> li.menu-item-has-children
		> ul.sub-menu
		> li
		> ul.sub-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: normal;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	header.site-header
		nav
		div.main-menu
		ul#header-menu
		> li.menu-item-has-children
		> ul.sub-menu {
		opacity: 0;
		position: absolute;
		left: 0;
		top: 50px;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		pointer-events: none;
		height: auto;
		padding: 25px;
		padding-left: -webkit-calc((100vw - 950px)/2);
		padding-left: calc((100vw - 950px) / 2);
		padding-right: -webkit-calc((100vw - 950px)/2);
		padding-right: calc((100vw - 950px) / 2);
		width: 100%;
		background: #f3f3f2;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	header.site-header
		nav
		div.main-menu
		ul#header-menu
		> li.menu-item-has-children
		> ul.sub-menu
		> li {
		width: 160px;
		margin: 0 15px;
	}
	header.site-header
		nav
		div.main-menu
		ul#header-menu
		> li.menu-item-has-children
		> ul.sub-menu
		> li
		a {
		padding: 0;
		margin: 0;
	}
	header.site-header
		nav
		div.main-menu
		ul#header-menu
		> li.menu-item-has-children
		> ul.sub-menu
		> li.menu-item-has-children
		a {
		margin-bottom: 21px;
	}
	header.site-header
		nav
		div.main-menu
		ul#header-menu
		> li.menu-item-has-children
		> ul.sub-menu
		> li.menu-item-has-children
		a:after {
		content: '';
		display: block;
		height: 1px;
		width: 75px;
		background-color: #c4c4c4;
		position: absolute;
		left: 0;
		bottom: -10px;
	}
	header.site-header nav div.main-menu ul li a,
	header.site-header
		nav
		div.main-menu
		ul#header-menu
		> li.menu-item-has-children
		> ul.sub-menu
		> li
		> a {
		font-style: normal;
		font-size: 12px;
		line-height: 14px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		letter-spacing: 0.02em;
		color: rgba(21, 9, 0, 0.95);
		text-transform: none;
	}
	header.site-header
		nav
		div.main-menu
		ul#header-menu
		> li.menu-item-has-children
		> ul.sub-menu
		> li
		> a {
		font-weight: 400;
		position: relative;
	}
	header.site-header
		nav
		div.main-menu
		ul#header-menu
		> li.menu-item-has-children
		> ul.sub-menu
		> li
		> ul.sub-menu {
		position: static;
		opacity: 1;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
		margin: 0;
	}
	header.site-header
		nav
		div.main-menu
		ul#header-menu
		> li.menu-item-has-children
		> ul.sub-menu
		> li
		> ul.sub-menu
		li {
		margin-bottom: 10px;
	}
	header.site-header
		nav
		div.main-menu
		ul#header-menu
		> li.menu-item-has-children
		> ul.sub-menu
		> li
		> ul.sub-menu
		a {
		padding: 0;
		margin: 0;
	}
	header.site-header
		nav
		div.main-menu
		ul#header-menu
		> li.menu-item-has-children
		> ul.sub-menu
		> li
		> ul.sub-menu
		a:hover {
		opacity: 1;
		color: rgba(21, 9, 0, 0.95);
		text-decoration: underline;
	}
	header.site-header
		nav
		div.main-menu
		ul#header-menu
		> li.menu-item-has-children:hover {
		opacity: 1;
	}
	header.site-header
		nav
		div.main-menu
		ul#header-menu
		> li.menu-item-has-children:hover
		> ul.sub-menu {
		top: 60px;
		opacity: 1;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		pointer-events: all;
	}
	header.site-header nav div.main-menu ul li {
		border-bottom: none;
		position: static;
		padding: 0;
		margin: 0;
		width: auto;
		opacity: 0.75;
	}
	header.site-header nav div.main-menu ul li a {
		margin: 0;
		padding: 0 10px;
		width: auto;
	}
	header.site-header.search nav#site-navigation {
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity 0.25s 0s ease-in-out;
		-o-transition: opacity 0.25s 0s ease-in-out;
		transition: opacity 0.25s 0s ease-in-out;
	}
}
@media (min-width: 1140px) {
	header.site-header {
		padding-left: -webkit-calc((100vw - 1140px)/2 + 15px);
		padding-left: calc((100vw - 1140px) / 2 + 15px);
		padding-right: -webkit-calc((100vw - 1140px)/2 + 15px);
		padding-right: calc((100vw - 1140px) / 2 + 15px);
	}
	header.site-header div.aws-container {
		padding-left: -webkit-calc((100vw - 1140px)/2);
		padding-left: calc((100vw - 1140px) / 2);
		padding-right: -webkit-calc((100vw - 1140px)/2);
		padding-right: calc((100vw - 1140px) / 2);
	}
}
header.site-header
	nav
	div.main-menu
	ul#special-menu-list-wrapper-container
	li.parent {
	margin-bottom: 25px;
}
header.site-header
	nav
	div.main-menu
	ul#special-menu-list-wrapper-container
	.special-menu-list-wrapper-tags {
	padding: 0 25px;
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
a.badge.colored-tag.product-tags-special-menu-item {
	width: auto;
	display: inline-block;
	padding: 5px 7px;
	min-width: auto;
	min-height: auto;
	height: auto;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
	background: red;
	color: #f3f3f2;
	margin: 0 10px 8px 0;
}
div#page {
	min-width: 100%;
}
div#page #primary main {
	padding: 0;
	margin: 60px 0 0;
}
div#page #primary main .woocommerce-breadcrumb {
	color: rgba(21, 9, 0, 0.5);
	font-size: 12px;
	margin: 0;
	padding: 25px 25px 5px;
}
div#page #primary main .woocommerce-breadcrumb a {
	color: rgba(21, 9, 0, 0.5);
	font-size: 12px;
}
div#page #primary main .default-page-content,
div#page #primary main header.woocommerce-products-header {
	padding: 0 25px 25px;
}
div#page #primary main div.category-banner {
	width: 100%;
	height: auto;
	overflow: hidden;
}
div#page #primary main div.category-banner img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
div#page #primary main .default-page-content p {
	margin: 0 0 15px;
}
div#page #primary main .default-page-content .message {
	width: 100%;
	max-width: 445px;
	margin: 0 auto;
	padding: 30px;
	border: 1px solid rgba(2, 124, 0, 0.25);
}
div#page #primary main .default-page-content .message h1.message_title {
	margin-bottom: 15px;
}
div#page #primary main .default-page-content .message p.message_content {
	margin-bottom: 0;
	color: rgba(21, 9, 0, 0.5);
}
div#page #primary main .products ul,
div#page #primary main ul.products {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 8px;
	margin: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
}
div#page #primary main .products ul li.product,
div#page #primary main ul.products li.product {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	position: relative;
	float: left;
	clear: both;
	width: -webkit-calc((100% - 8px)/2);
	width: calc((100% - 8px) / 2);
	margin: 0 0 2em;
	padding: 8px 8px 15px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	aspect-ratio: 0.70993915;
}
div#page
	#primary
	main
	.products
	ul
	li.product.outofstock:not(.nf-preorder)
	> a.woocommerce-loop-product__link,
div#page
	#primary
	main
	ul.products
	li.product.outofstock:not(.nf-preorder)
	> a.woocommerce-loop-product__link {
	display: inline-block;
}
div#page
	#primary
	main
	.products
	ul
	li.product.outofstock:not(.nf-preorder)
	> a.woocommerce-loop-product__link
	> img,
div#page
	#primary
	main
	ul.products
	li.product.outofstock:not(.nf-preorder)
	> a.woocommerce-loop-product__link
	> img {
	opacity: 0.5;
}
div#page
	#primary
	main
	.products
	ul
	li.product.outofstock:not(.nf-preorder)
	> a.woocommerce-loop-product__link:before,
div#page
	#primary
	main
	ul.products
	li.product.outofstock:not(.nf-preorder)
	> a.woocommerce-loop-product__link:before {
	content: 'SOLD OUT';
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	color: #f3f3f2;
	background: rgba(21, 9, 0, 0.5);
	z-index: 100;
}
div#page #primary main .products ul li.product .onsale,
div#page #primary main ul.products li.product .onsale {
	display: inline-block;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	white-space: nowrap;
	padding: 4px 7px;
	font-size: 11px;
	line-height: 12px;
	margin: 0 14px 4px 0;
}
div#page #primary main .products ul li.product .onsale.preorder,
div#page #primary main ul.products li.product .onsale.preorder {
	background: #8b0fdf;
}
div#page #primary main .products ul li.product .shop_loop_item_dolyame_button,
div#page #primary main ul.products li.product .shop_loop_item_dolyame_button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: auto;
	border: 1px solid #5a5a5a;
	padding: 6px 12px;
	width: revert;
	border-radius: 3px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
div#page
	#primary
	main
	.products
	ul
	li.product
	.shop_loop_item_dolyame_button:hover,
div#page
	#primary
	main
	ul.products
	li.product
	.shop_loop_item_dolyame_button:hover {
	background: #000;
	color: #fff;
}
div#page
	#primary
	main
	.products
	ul
	li.product
	.shop_loop_item_dolyame_button__icon,
div#page
	#primary
	main
	ul.products
	li.product
	.shop_loop_item_dolyame_button__icon {
	margin-top: 2px;
	margin-right: 8px;
}
div#page #primary main .products ul li.product .shop_loop_item_dolyame_text,
div#page #primary main ul.products li.product .shop_loop_item_dolyame_text {
	margin-right: 4px;
}
div#page #primary main .products ul li.product .product_loop_item_card__top,
div#page #primary main ul.products li.product .product_loop_item_card__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow-x: auto;
	white-space: nowrap;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
div#page
	#primary
	main
	.products
	ul
	li.product
	.product_loop_item_card__top::-webkit-scrollbar,
div#page
	#primary
	main
	ul.products
	li.product
	.product_loop_item_card__top::-webkit-scrollbar {
	height: 0;
}
div#page
	#primary
	main
	.products
	ul
	li.product
	.product_loop_item_card__top::-webkit-scrollbar-thumb,
div#page
	#primary
	main
	ul.products
	li.product
	.product_loop_item_card__top::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #e1e1e1;
}
div#page #primary main .products ul li.product .productTags__wrapper,
div#page #primary main ul.products li.product .productTags__wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 8px;
}
div#page #primary main .products ul li.product .productTags,
div#page #primary main ul.products li.product .productTags {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
div#page #primary main .products ul li.product a img,
div#page #primary main ul.products li.product a img {
	margin-bottom: 10px;
	border-radius: 4px;
}
div#page
	#primary
	main
	.products
	ul
	li.product
	h2.woocommerce-loop-category__title,
div#page
	#primary
	main
	.products
	ul
	li.product
	h2.woocommerce-loop-product__title,
div#page #primary main .products ul li.product h3,
div#page
	#primary
	main
	ul.products
	li.product
	h2.woocommerce-loop-category__title,
div#page
	#primary
	main
	ul.products
	li.product
	h2.woocommerce-loop-product__title,
div#page #primary main ul.products li.product h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: rgba(21, 9, 0, 0.95);
}
div#page #primary main .products ul li.product .price,
div#page #primary main ul.products li.product .price {
	display: inline-block;
	min-width: 100%;
	margin-top: 5px;
	margin-bottom: 1em;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: rgba(21, 9, 0, 0.95);
}
div#page #primary main .products ul li.product .price del > span,
div#page #primary main ul.products li.product .price del > span,
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.product-price
	del {
	color: rgba(21, 9, 0, 0.5);
}
div#page #primary main .products ul li.product .price ins,
div#page #primary main ul.products li.product .price ins,
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.product-price
	ins {
	text-decoration: none;
}
div#page #primary main .products ul li.product .price ins span,
div#page #primary main ul.products li.product .price ins span,
table tbody tr td,
table thead tr th {
	color: rgba(21, 9, 0, 0.95);
	font-weight: 400;
}
div#page
	#primary
	main
	.products
	ul
	li.product
	a.woocommerce-loop-product__link
	img,
div#page
	#primary
	main
	ul.products
	li.product
	a.woocommerce-loop-product__link
	img {
	background-color: #f0f0f0;
	background-size: cover;
	background-repeat: no-repeat;
}
div#page #primary main div.product div.images.woocommerce-product-gallery {
	width: 100vw;
	max-width: 100vw;
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 0;
	margin: 0;
}
div#page
	#primary
	main
	div.product
	div.images.woocommerce-product-gallery
	ul.flex-direction-nav {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	top: -webkit-calc(50% - 19px);
	top: calc(50% - 19px);
	left: 105px;
	right: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 150;
}
div#page
	#primary
	main
	div.product
	div.images.woocommerce-product-gallery
	ul.flex-direction-nav
	li
	a {
	display: block;
	width: 38px;
	height: 38px;
	text-indent: -1000000px;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L2 7L7 13' stroke='%23150900' stroke-opacity='0.95' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-position: center center;
	background-repeat: no-repeat;
}
div#page
	#primary
	main
	div.product
	div.images.woocommerce-product-gallery
	ul.flex-direction-nav
	li
	a.flex-next {
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L6 7L1 1' stroke='%23150900' stroke-opacity='0.95' stroke-width='2'/%3E%3C/svg%3E%0A");
}
div#page
	#primary
	main
	div.product
	div.images.woocommerce-product-gallery
	div.flex-viewport
	a {
	pointer-events: none;
}
div#page #primary main div.product div.summary {
	position: relative;
	z-index: 1;
	margin-top: 100vh;
	max-width: -webkit-calc(100% - 103px);
	max-width: calc(100% - 103px);
	background: rgba(255, 255, 255, 0.94);
	margin-bottom: 0;
	padding: 25px 78px 25px 25px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	float: none;
	width: 100%;
}
div#page #primary main div.product div.summary span.producTags {
	display: block;
	margin: 0;
	opacity: 0;
	max-height: 0;
	padding: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
div#page #primary main div.product div.summary h1.product_title,
div#page #primary main div.product div.summary p.price {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: rgba(21, 9, 0, 0.95);
	width: 100%;
}
div#page #primary main div.product div.summary h1.product_title {
	padding: 0;
	margin: 0;
}
div#page #primary main div.product div.summary p.price {
	margin: 5px 0 0;
}
div#page #primary main div.product div.summary p.price ins {
	text-decoration: none;
	font-weight: 400;
}
div#page #primary main div.product div.summary form,
div#page
	#primary
	main
	div.product
	div.summary
	form
	table.variations
	tr
	td.value
	ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}
div#page #primary main div.product div.summary form {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}
div#page #primary main div.product div.summary form p.stock {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	margin: 10px 0 0;
}
div#page #primary main div.product div.summary form p.stock.out-of-stock,
div#page #primary main div.product div.summary.middle form p.stock.out-of-stock,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#customer_details
	div.woocommerce-billing-fields
	div.woocommerce-billing-fields__field-wrapper
	p.form-row
	label
	abbr.requred {
	color: red;
}
div#page
	#primary
	main
	div.product
	div.summary
	form
	div.wc-product-input-field-wrapper,
div#page #primary main div.product div.summary form table.variations {
	margin-bottom: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
div#page
	#primary
	main
	div.product
	div.summary
	form
	div.wc-product-input-field-wrapper
	p.form-row-description {
	margin: 10px 0;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.02em;
	color: rgba(21, 9, 0, 0.5);
}
div#page
	#primary
	main
	div.product
	div.summary
	form
	div.wc-product-input-field-wrapper
	input#wc-product-input-field {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
div#page #primary main div.product div.summary form table.variations {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
div#page #primary main div.product div.summary form table.variations tr {
	width: 100%;
	display: inline-block;
}
div#page
	#primary
	main
	div.product
	div.summary
	form
	table.variations
	tr
	td.value {
	padding: 0;
}
div#page
	#primary
	main
	div.product
	div.summary
	form
	table.variations
	tr
	td.value
	ul {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
div#page
	#primary
	main
	div.product
	div.summary
	form
	table.variations
	tr
	td.value
	ul
	li {
	margin-right: 8px;
	margin-bottom: 8px;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
div#page
	#primary
	main
	div.product
	div.summary
	form
	table.variations
	tr
	td.value
	ul
	li
	div,
div#page
	#primary
	main
	div.product
	div.summary
	form
	table.variations
	tr
	td.value
	ul
	li.selected
	div
	span.variable-item-span-color {
	border-radius: 8px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
div#page
	#primary
	main
	div.product
	div.summary
	form
	table.variations
	tr
	td.value
	ul
	li
	div {
	min-width: 26px;
	padding: 0 4px;
	height: 34px;
	border: 2px solid rgba(21, 9, 0, 0.05);
	cursor: pointer;
	color: rgba(21, 9, 0, 0.5);
	position: relative;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
div#page
	#primary
	main
	div.product
	div.summary
	form
	table.variations
	tr
	td.value
	ul
	li
	div
	span.variable-item-span-color {
	position: absolute;
	left: 7px;
	right: 7px;
	bottom: 7px;
	top: 7px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}
div#page
	#primary
	main
	div.product
	div.summary
	form
	table.variations
	tr
	td.value
	ul
	li.selected
	div {
	background-color: rgba(21, 9, 0, 0.95);
	color: #f3f3f2;
	border-color: transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}
div#page
	#primary
	main
	div.product
	div.summary
	form
	table.variations
	tr
	td.value
	ul
	li.selected
	div
	span.variable-item-span-color {
	position: absolute;
	left: -2px;
	top: -2px;
	right: -2px;
	bottom: -2px;
	width: 38px;
	height: 38px;
}
div#page
	#primary
	main
	div.product
	div.summary
	form
	table.variations
	tr
	td.value
	ul
	li.selected
	div
	span.variable-item-span-color:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.00002L4.99997 9L12 1' stroke='%23F3F3F2' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-position: center center;
	background-repeat: no-repeat;
}
div#page
	#primary
	main
	div.product
	div.summary
	form
	table.variations
	tr
	td.value.sizesChart {
	display: inline-block;
	padding-right: 46px;
	position: relative;
	width: -webkit-calc(100% - 46px);
	width: calc(100% - 46px);
}
div#page
	#primary
	main
	div.product
	div.summary
	form
	table.variations
	tr
	td.value.sizesChart
	button.sizesChart {
	position: absolute;
	right: 0;
	top: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-radius: 8px;
	background: #f3f3f2;
	border: 0;
	color: rgba(21, 9, 0, 0.5);
}
#pay_forma,
div#page #primary main div.product div.summary form div.quantity {
	display: none !important;
}
div#page #primary main div.product div.summary form a.added_to_cart.wc-forward {
	display: none;
}
div#page
	#primary
	main
	div.product
	div.summary
	.nikifilini_single_product_description {
	max-height: 0;
	overflow: hidden;
	margin-bottom: 0;
	opacity: 0;
}
.banners,
.banners .banner,
div#page #primary main div.product div.summary div.product-short-description,
div#page #primary main div.product div.summary form {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
div#page
	#primary
	main
	div.product
	div.summary
	div.product-short-description
	h2.product-short-description-heading {
	padding: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(21, 9, 0, 0.95);
	margin: 0 0 10px;
}
div#page
	#primary
	main
	div.product
	div.summary
	div.product-short-description
	div.product-short-description-content {
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.02em;
	color: rgba(21, 9, 0, 0.5);
	white-space: pre-line;
}
.mfp-container
	.mfp-content
	.white-popup
	div.modal-content
	form
	.form-row
	button[type='submit'],
.mfp-container
	.mfp-content
	.white-popup
	div.modal-content
	form
	.form-row
	input[type='submit'],
div#page #primary main div.product div.summary div.single_variation_wrap,
div#page #primary main div.product div.summary form table.variations tbody,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#customer_details
	div.woocommerce-billing-fields
	div.woocommerce-billing-fields__field-wrapper
	p.form-row.form-row-first,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#customer_details
	div.woocommerce-billing-fields
	div.woocommerce-billing-fields__field-wrapper
	p.form-row.form-row-last,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	tbody,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	tfoot,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	thead,
footer.site-footer nav {
	width: 100%;
}
.banners .banner img.desktop,
div#page
	#primary
	main
	div.product
	div.summary
	div.single_variation_wrap
	div.woocommerce-variation-price {
	display: none;
}
div#page #primary main div.product div.summary button.single_add_to_cart_button,
div#page #primary main div.product div.summary button.single_preorder_button {
	position: absolute;
	top: 25px;
	right: 25px;
	text-indent: -9999px;
	width: 38px;
	height: 38px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3H7C7 2.44772 6.55228 2 6 2C5.44772 2 5 2.44772 5 3H3C3 1.34315 4.34315 0 6 0C7.65685 0 9 1.34315 9 3ZM12 3L11 15H1L0 3H2L2.66667 13H9.33333L10 3H12Z' fill='%23F3F3F2'/%3E%3C/svg%3E%0A");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: background 0.3s ease 0s;
	-o-transition: background 0.3s ease 0s;
	transition: background 0.3s ease 0s;
}
div#page #primary main div.product div.summary button.single_preorder_button {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14ZM9 7H12V9H9H7V7V5H9V7Z' fill='%23F3F3F2'/%3E%3C/svg%3E%0A");
	margin-top: 25px;
	display: block;
}
div#page
	#primary
	main
	div.product
	div.summary
	button.single_add_to_cart_button.added,
div#page
	#primary
	main
	div.product
	div.summary
	button.single_preorder_button.added {
	background-color: #f3f3f2;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.00002L4.99997 9L12 1' stroke='%23150900' stroke-opacity='0.5' stroke-width='2'/%3E%3C/svg%3E%0A");
	-webkit-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
	background-position-x: 5%;
}
div#page
	#primary
	main
	div.product
	div.summary
	button.single_add_to_cart_button.added:hover,
div#page
	#primary
	main
	div.product
	div.summary
	button.single_preorder_button.added:hover {
	background-color: rgba(21, 9, 0, 0.5);
	color: #f3f3f2;
}
div#page #primary main div.product div.summary.middle {
	padding-right: 25px;
	max-width: -webkit-calc(100% - 50px);
	max-width: calc(100% - 50px);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
div#page #primary main div.product div.summary.middle span.producTags {
	display: inline-block;
	max-height: 100px;
	padding-bottom: 10px;
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
div#page #primary main div.product div.summary.middle form {
	margin-top: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
div#page
	#primary
	main
	div.product
	div.summary.middle
	div.nikifilini_single_product_description,
div#page #primary main div.product div.summary.middle form table.variations {
	max-height: 1000px;
	margin-bottom: 17px;
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
div#page
	#primary
	main
	div.product
	div.summary.middle
	form
	div.wc-product-input-field-wrapper {
	max-height: 1000px;
	opacity: 1;
	margin: 0 0 25px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
div#page #primary main div.product div.summary.middle form p.stock,
div#page #primary main div.product section.related > h2 {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	margin: 0 0 25px;
}
div#page
	#primary
	main
	div.product
	div.summary.middle
	button.single_add_to_cart_button,
div#page
	#primary
	main
	div.product
	div.summary.middle
	button.single_preorder_button {
	position: static;
	background-image: none;
	text-indent: 0;
	-webkit-transition: position 0.3s ease 0.5s;
	-o-transition: position 0.3s ease 0.5s;
	transition: position 0.3s ease 0.5s;
	width: 100%;
	height: auto;
}
div#page
	#primary
	main
	div.product
	div.summary.middle
	button.single_add_to_cart_button.added,
div#page
	#primary
	main
	div.product
	div.summary.middle
	button.single_preorder_button.added {
	background-image: none;
}
div#page
	#primary
	main
	div.product
	div.summary.middle
	div.nikifilini_single_product_description {
	margin-bottom: 25px;
}
div#page #primary main div.product section.related {
	display: block;
	background: rgba(255, 255, 255, 0.94);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	position: relative;
	z-index: 1;
}
div#page #primary main div.product section.related > h2 {
	margin: 0;
	padding: 0 25px 25px;
	color: rgba(21, 9, 0, 0.95);
}
table {
	border: 1px solid rgba(21, 9, 0, 0.5);
	border-spacing: 0;
}
table tbody tr td,
table thead tr th {
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding: 10px 5px;
}
div#page
	#primary
	main
	div.product
	div.images.woocommerce-product-gallery
	ul.flex-direction-nav
	li,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#payment
	div.form-row.place-order,
table tbody tr {
	margin: 0;
	padding: 0;
}
table tbody tr td {
	margin: 0;
	border: 0;
	border-top: 1px solid rgba(21, 9, 0, 0.5);
	color: rgba(21, 9, 0, 0.5);
}
@media (min-width: 768px) {
	div#page #primary main {
		margin: 0 auto;
	}
}
@media (min-width: 1140px) {
	body.home div#page #primary {
		max-width: 100vw;
		margin: 0;
	}
	div#page #primary {
		min-width: auto;
		max-width: 1140px;
		margin: 0 auto;
	}
	div#page #primary main {
		min-height: 500px;
	}
	div#page #primary main .woocommerce-breadcrumb,
	div#page #primary main header.woocommerce-products-header {
		padding-left: 15px;
		padding-right: 15px;
	}
	div#page #primary main .default-page-content {
		padding: 0 15px 25px;
	}
	div#page #primary main div.category-banner {
		width: 100%;
		height: auto;
	}
	div#page #primary main div.category-banner img.mobile {
		display: none;
	}
	div#page #primary main div.category-banner img.desktop {
		display: inline-block;
	}
	div#page #primary main .products ul,
	div#page #primary main ul.products {
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	div#page #primary main .products ul li.product,
	div#page #primary main ul.products li.product {
		width: -webkit-calc((100% - 60px)/3);
		width: calc((100% - 60px) / 3);
		margin-right: 30px;
	}
	div#page #primary main .products ul li.product:nth-child(3n),
	div#page #primary main ul.products li.product:nth-child(3n) {
		margin-right: 0;
	}
	div#page #primary main div.product {
		padding-top: 25px;
	}
	div#page #primary main div.product div.images.woocommerce-product-gallery,
	div#page
		#primary
		main
		div.product
		div.images.woocommerce-product-gallery
		ol.flex-control-thumbs {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: normal;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	div#page #primary main div.product div.images.woocommerce-product-gallery {
		position: relative;
		top: 0;
		z-index: 1;
		width: -webkit-calc((100%/12 * 8) - 125px);
		width: calc((100% / 12 * 8) - 125px);
		float: left;
		margin: 0;
		padding-left: 95px;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		overflow: hidden;
	}
	div#page
		#primary
		main
		div.product
		div.images.woocommerce-product-gallery
		div.flex-viewport {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	div#page
		#primary
		main
		div.product
		div.images.woocommerce-product-gallery
		div.flex-viewport
		a {
		pointer-events: none;
		width: 100%;
		height: 100%;
	}
	div#page
		#primary
		main
		div.product
		div.images.woocommerce-product-gallery
		ul.flex-direction-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	div#page
		#primary
		main
		div.product
		div.images.woocommerce-product-gallery
		ol.flex-control-thumbs {
		position: absolute;
		left: 0;
		width: 65px;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-right: 30px;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 100;
		overflow: -moz-scrollbars-none;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	div#page
		#primary
		main
		div.product
		div.images.woocommerce-product-gallery
		ol.flex-control-thumbs::-webkit-scrollbar {
		width: 0 !important;
		height: 0 !important;
	}
	div#page
		#primary
		main
		div.product
		div.images.woocommerce-product-gallery
		ol.flex-control-thumbs
		li {
		width: 100%;
		margin-bottom: 10px;
	}
	div#page #primary main div.product div.summary,
	div#page #primary main div.product div.summary.middle {
		position: static;
		width: -webkit-calc(100%/12 * 4);
		width: calc(100% / 12 * 4);
		float: right;
		margin: 0;
		padding: 0;
		margin-top: 0 !important;
	}
	div#page #primary main div.product div.summary span.producTags,
	div#page #primary main div.product div.summary.middle span.producTags {
		display: inline-block;
		max-height: 100px;
		padding-bottom: 10px;
		opacity: 1;
	}
	div#page #primary main div.product div.summary form,
	div#page #primary main div.product div.summary.middle form {
		margin: 0;
	}
	div#page #primary main div.product div.summary form table.variations,
	div#page #primary main div.product div.summary.middle form table.variations {
		max-height: 1000px;
		opacity: 1;
		margin: 25px 0;
	}
	div#page
		#primary
		main
		div.product
		div.summary
		form
		div.wc-product-input-field-wrapper,
	div#page
		#primary
		main
		div.product
		div.summary.middle
		form
		div.wc-product-input-field-wrapper {
		max-height: 1000px;
		opacity: 1;
		margin-bottom: 25px;
	}
	div#page
		#primary
		main
		div.product
		div.summary
		button.single_add_to_cart_button,
	div#page #primary main div.product div.summary button.single_preorder_button,
	div#page
		#primary
		main
		div.product
		div.summary.middle
		button.single_add_to_cart_button,
	div#page
		#primary
		main
		div.product
		div.summary.middle
		button.single_preorder_button {
		position: static;
		width: 100%;
		text-indent: 0;
		background-image: none;
		height: auto;
	}
	div#page
		#primary
		main
		div.product
		div.summary
		div.nikifilini_single_product_description,
	div#page
		#primary
		main
		div.product
		div.summary.middle
		div.nikifilini_single_product_description {
		max-height: 1000px;
		opacity: 1;
		margin-bottom: 25px;
		margin-top: 25px;
	}
	div#page
		#primary
		main
		div.product
		div.summary
		div.single_variation_wrap
		div.nikifilini_single_product_description,
	div#page
		#primary
		main
		div.product
		div.summary.middle
		div.single_variation_wrap
		div.nikifilini_single_product_description {
		margin-top: 0;
	}
	div#page #primary main div.product section.related {
		width: 100%;
		padding-top: 40px;
		clear: both;
	}
	div#page #primary main div.product section.related > h2 {
		padding: 0 0 25px;
	}
	div#page #primary main div.product section.related ul.products {
		padding: 0;
	}
	div#page
		#primary
		main
		div.product
		section.related
		ul.products
		li:nth-child(n + 4) {
		display: none;
	}
}
.banners,
.banners .banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.banners .banner {
	width: 100%;
	height: -webkit-calc(100vw/3 * 4/2);
	height: calc(100vw / 3 * 4 / 2);
	overflow: hidden;
}
.banners .banner:first-child {
	height: -webkit-calc(100vw/3 * 4);
	height: calc(100vw / 3 * 4);
}
.banners .banner img {
	display: block;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}
@media (min-width: 768px) {
	.banners {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.banners .banner {
		width: -webkit-calc(100%/3);
		width: calc(100% / 3);
		height: -webkit-calc(100vw/3/3 * 2);
		height: calc(100vw / 3 / 3 * 2);
	}
	.banners .banner:first-child,
	.banners .banner:first-child img {
		width: 100%;
		height: auto;
	}
	.banners .banner:nth-child(2),
	.banners .banner:nth-child(3) {
		width: 50%;
		height: -webkit-calc(50vw/3 * 2);
		height: calc(50vw / 3 * 2);
	}
	.banners .banner:nth-child(2) img,
	.banners .banner:nth-child(3) img {
		width: 100%;
		height: 100%;
	}
	.banners .banner img {
		display: none;
	}
	.banners .banner img.desktop {
		display: block;
	}
}
@media (max-width: 768px) {
	body.home .banners {
		margin-top: 60px;
	}
}
.lmp_products_loading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 25px;
}
.lmp_products_loading i {
	display: block;
	text-indent: -9999px;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 9.44468 3.94225 3.81012 9.58528 1.33778L10.3871 3.17056C5.44947 5.33386 2 10.2641 2 16C2 23.732 8.26801 30 16 30C23.732 30 30 23.732 30 16C30 10.2641 26.5505 5.33386 21.6129 3.17056L22.4147 1.33779C28.0578 3.81012 32 9.44468 32 16Z' fill='%23150900' fill-opacity='0.95'/%3E%3C/svg%3E%0A");
	background-position: center center;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	-webkit-animation-name: rotate-s-loader;
	animation-name: rotate-s-loader;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.woocommerce a.button,
.woocommerce button,
.woocommerce button[type='submit'],
.woocommerce input[type='button'],
.woocommerce input[type='submit'],
.woocommerce span.button,
a.button,
button,
button[type='submit'],
input[type='button'],
input[type='submit'],
span.button {
	border: 0;
	background: rgba(21, 9, 0, 0.95);
	border-radius: 8px;
	min-height: 38px;
	min-width: 38px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.94);
}
.woocommerce a.button:hover,
.woocommerce button:hover,
.woocommerce button[type='submit']:hover,
.woocommerce input[type='button']:hover,
.woocommerce input[type='submit']:hover,
.woocommerce span.button:hover,
a.button:hover,
button:hover,
button[type='submit']:hover,
input[type='button']:hover,
input[type='submit']:hover,
span.button:hover {
	background: rgba(21, 9, 0, 0.95);
	color: rgba(255, 255, 255, 0.94);
}
.woocommerce a.button.secondary,
.woocommerce button.secondary,
.woocommerce button[type='submit'].secondary,
.woocommerce input[type='button'].secondary,
.woocommerce input[type='submit'].secondary,
.woocommerce span.button.secondary,
a.button.secondary,
button.secondary,
button[type='submit'].secondary,
input[type='button'].secondary,
input[type='submit'].secondary,
span.button.secondary {
	background: #f3f3f2;
}
.woocommerce a.button.big,
.woocommerce button.big,
.woocommerce button[type='submit'].big,
.woocommerce input[type='button'].big,
.woocommerce input[type='submit'].big,
.woocommerce span.button.big,
a.button.big,
button.big,
button[type='submit'].big,
input[type='button'].big,
input[type='submit'].big,
span.button.big {
	min-height: 44px;
	min-width: 44px;
}
.woocommerce a.button.button-light,
.woocommerce button.button-light,
.woocommerce button[type='submit'].button-light,
.woocommerce input[type='button'].button-light,
.woocommerce input[type='submit'].button-light,
.woocommerce span.button.button-light,
a.button.button-light,
button.button-light,
button[type='submit'].button-light,
input[type='button'].button-light,
input[type='submit'].button-light,
span.button.button-light {
	width: 16px;
	height: 16px;
	min-width: 16px;
	min-height: 16px;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.woocommerce a.button.button-light.close,
.woocommerce button.button-light.close,
.woocommerce button[type='submit'].button-light.close,
.woocommerce input[type='button'].button-light.close,
.woocommerce input[type='submit'].button-light.close,
.woocommerce span.button.button-light.close,
a.button.button-light.close,
button.button-light.close,
button[type='submit'].button-light.close,
input[type='button'].button-light.close,
input[type='submit'].button-light.close,
span.button.button-light.close {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.66666 6.00001L2.87722e-05 10.6667L1.33336 12L5.99999 7.33334L10.6666 12L12 10.6667L7.33332 6.00001L12 1.33333L10.6667 0L5.99999 4.66668L1.33333 1.72665e-05L0 1.33335L4.66666 6.00001Z' fill='%23150900' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
	background-position: center center;
	background-repeat: no-repeat;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce
	input.button.alt:disabled[disabled]:hover
	.woocommerce
	#respond
	input#submit.alt {
	width: 100%;
	height: 44px;
	background: rgba(21, 9, 0, 0.95);
	border-radius: 8px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 16px;
	color: #f3f3f2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: rgba(255, 255, 255, 0.94);
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce
	input.button.alt:disabled[disabled]:hover
	.woocommerce
	#respond
	input#submit.alt:hover,
.woocommerce input.button.alt:hover {
	background: rgba(21, 9, 0, 0.95) !important;
	color: rgba(255, 255, 255, 0.94);
	border-radius: 8px;
}
.woocommerce a.button.alt.added,
.woocommerce button.button.alt.added,
.woocommerce input.button.alt.added,
.woocommerce
	input.button.alt:disabled[disabled]:hover
	.woocommerce
	#respond
	input#submit.alt.added {
	background: #f3f3f2;
	color: rgba(21, 9, 0, 0.95);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.woocommerce a.button.alt.added:after,
.woocommerce button.button.alt.added:after,
.woocommerce input.button.alt.added:after,
.woocommerce
	input.button.alt:disabled[disabled]:hover
	.woocommerce
	#respond
	input#submit.alt.added:after {
	display: none;
}
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce
	input.button.alt:disabled[disabled]:hover
	.woocommerce
	#respond
	input#submit.alt.disabled,
.woocommerce
	input.button.alt:disabled[disabled]:hover
	.woocommerce
	#respond
	input#submit.alt.disabled:hover,
.woocommerce
	input.button.alt:disabled[disabled]:hover
	.woocommerce
	#respond
	input#submit.alt:disabled,
.woocommerce
	input.button.alt:disabled[disabled]:hover
	.woocommerce
	#respond
	input#submit.alt:disabled:hover {
	background-color: rgba(21, 9, 0, 0.95) !important;
	color: rgba(255, 255, 255, 0.94);
	opacity: 0.5;
}
.woocommerce button.button {
	border-radius: 8px;
}
.badge,
.woocommerce ul.products li.product .onsale,
badge {
	display: inline-block;
	padding: 4px 6px;
	min-width: auto;
	min-height: auto;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
	background: red;
	color: #f3f3f2;
	margin: 0 10px 5px 0;
}
.woocommerce nav.woocommerce-pagination {
	padding: 0;
	margin: 0 0 25px;
}
.woocommerce nav.woocommerce-pagination ul {
	margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
	margin: 0;
	padding: 0;
	border: 0;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
div.woocommerce
	div.woocommerce-order
	ul.woocommerce-thankyou-order-details.order_details {
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	border: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	width: 44px;
	height: 44px;
	background: #f3f3f2;
	border-radius: 8px;
	margin: 0 5px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(21, 9, 0, 0.95);
}
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: rgba(21, 9, 0, 0.95);
	color: #f3f3f2;
}
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li span.next,
.woocommerce nav.woocommerce-pagination ul li span.prev {
	width: 38px;
	height: 38px;
	text-indent: -9999px;
}
.woocommerce nav.woocommerce-pagination ul li a.next:after,
.woocommerce nav.woocommerce-pagination ul li a.prev:after,
.woocommerce nav.woocommerce-pagination ul li span.next:after,
.woocommerce nav.woocommerce-pagination ul li span.prev:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 13L6.5 7L1.5 1' stroke='%23150900' stroke-opacity='0.95' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-position: center center;
	background-repeat: no-repeat;
	width: 38px;
	height: 38px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:after,
.woocommerce nav.woocommerce-pagination ul li span.prev:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
div.woocommerce {
	max-width: 100vw;
}
div.woocommerce div.woocommerce-order > p {
	width: 100%;
	max-width: 540px;
	margin: 0 auto 15px;
}
div.woocommerce
	div.woocommerce-order
	ul.woocommerce-thankyou-order-details.order_details {
	width: 100%;
	max-width: 540px;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	margin: 0 auto 15px;
}
div.woocommerce
	div.woocommerce-order
	ul.woocommerce-thankyou-order-details.order_details
	li {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	float: left;
	margin-right: 5px;
	text-transform: uppercase;
	border-right: 1px dashed #d3ced2;
	font-size: 12px;
	line-height: 14px;
	color: rgba(21, 9, 0, 0.5);
	padding-right: 5px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
div.woocommerce
	div.woocommerce-order
	ul.woocommerce-thankyou-order-details.order_details
	li
	strong {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(21, 9, 0, 0.95);
	padding-top: 5px;
}
div.woocommerce
	div.woocommerce-order
	ul.woocommerce-thankyou-order-details.order_details
	li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
div.woocommerce div.woocommerce-order section.woocommerce-order-details {
	width: 100%;
	max-width: 540px;
	margin: 0 auto 30px;
}
div.woocommerce
	div.woocommerce-order
	section.woocommerce-order-details
	h2.woocommerce-order-details__title {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(21, 9, 0, 0.95);
}
div.woocommerce
	div.woocommerce-order
	section.woocommerce-order-details
	table.woocommerce-table {
	border-radius: 0;
	text-align: left;
}
div.woocommerce
	div.woocommerce-order
	section.woocommerce-order-details
	table.woocommerce-table
	th {
	text-align: left;
	padding: 10px;
	color: rgba(21, 9, 0, 0.95);
	font-weight: 400;
}
div.woocommerce
	div.woocommerce-order
	section.woocommerce-order-details
	table.woocommerce-table
	td:last-child,
div.woocommerce
	div.woocommerce-order
	section.woocommerce-order-details
	table.woocommerce-table
	th:last-child {
	text-align: right;
}
div.woocommerce
	div.woocommerce-order
	section.woocommerce-order-details
	table.woocommerce-table
	td {
	text-align: left;
	padding: 10px;
	color: rgba(21, 9, 0, 0.5);
}
div.woocommerce
	div.woocommerce-order
	section.woocommerce-order-details
	table.woocommerce-table
	td
	a {
	color: rgba(21, 9, 0, 0.5);
	text-decoration: none;
}
div.aws-search-result
	ul
	li
	a.aws_result_link
	span.aws_result_content
	span.aws_result_title
	strong,
div.woocommerce
	div.woocommerce-order
	section.woocommerce-order-details
	table.woocommerce-table
	td
	strong,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#shipping
	ul#shipping_method
	li
	label
	.amount,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	tbody
	tr
	td.product-name
	strong {
	font-weight: 400;
}
div.woocommerce
	div.woocommerce-order
	section.woocommerce-order-details
	table.woocommerce-table
	tfoot
	th {
	font-weight: 700;
	color: rgba(21, 9, 0, 0.5);
}
div.woocommerce div.cart-collaterals:after,
div.woocommerce div.cart-collaterals:before,
div.woocommerce div.woocommerce-order section.woocommerce-customer-details,
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.actions
	button[name='update_cart'],
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.product-name
	dl.variation,
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.product-quantity
	div.quantity,
div.woocommerce form.woocommerce-cart-form table.cart tbody tr td:before,
div.woocommerce form.woocommerce-cart-form table.cart thead {
	display: none;
}
div.woocommerce form.woocommerce-cart-form {
	padding: 0 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
div.woocommerce form.woocommerce-cart-form table.cart {
	border: 0;
	margin: 0;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
div.woocommerce form.woocommerce-cart-form table.cart,
div.woocommerce form.woocommerce-cart-form table.cart tbody,
div.woocommerce form.woocommerce-cart-form table.cart tbody tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
div.woocommerce form.woocommerce-cart-form table.cart tbody {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
div.woocommerce form.woocommerce-cart-form table.cart tbody tr {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 25px;
	position: relative;
	background-color: transparent;
}
div.woocommerce form.woocommerce-cart-form table.cart tbody tr.cart_item {
	min-height: 215px;
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #e0e0e0;
}
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr.cart_item:nth-last-child(2) {
	border-bottom: none;
}
div.woocommerce form.woocommerce-cart-form table.cart tbody tr td {
	padding: 0;
	border: 0;
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
	margin: 0 0 10px 160px;
	background-color: transparent;
	text-align: left !important;
	font-size: 12px;
	line-height: 14px;
}
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.product-thumbnail {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	margin-left: 0;
	margin-bottom: 0;
	left: 0;
	width: 150px;
	top: 0;
	height: 215px;
}
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.product-thumbnail
	a {
	display: block;
	height: 100%;
	width: 100%;
}
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.product-thumbnail
	a
	img {
	width: 100%;
	height: auto;
}
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.product-name
	a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
}
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.product-quantity {
	color: rgba(21, 9, 0, 0.5);
}
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.product-quantity
	div.stepper {
	margin-top: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.product-quantity
	div.stepper
	button {
	margin-right: 10px;
	text-indent: -9999px;
}
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.product-quantity
	div.stepper
	button.plus {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.05715 8.94276V15.5424L8.94276 15.5424V8.94276H15.5424L15.5424 7.05715H8.94276V0.45752L7.05715 0.457521V7.05715H0.45752V8.94276H7.05715Z' fill='%23150900' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
	background-position: center center;
	background-repeat: no-repeat;
}
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.product-quantity
	div.stepper
	button.minus {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.457521 0.0571289H15.5424L15.5424 1.94274H0.45752L0.457521 0.0571289Z' fill='%23150900' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
	background-position: center center;
	background-repeat: no-repeat;
}
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.product-remove {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10;
	position: absolute;
	right: 0;
	bottom: 32px;
	margin: 0;
	width: 38px;
	height: 38px;
}
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.product-remove
	a {
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background-color: rgba(21, 9, 0, 0.95);
	text-indent: -9999px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.66666 6.00001L2.87722e-05 10.6667L1.33336 12L5.99999 7.33334L10.6666 12L12 10.6667L7.33332 6.00001L12 1.33333L10.6667 0L5.99999 4.66668L1.33333 1.72665e-05L0 1.33335L4.66666 6.00001Z' fill='%23F3F3F2'/%3E%3C/svg%3E%0A");
	background-position: center center;
	background-repeat: no-repeat;
}
div.woocommerce form.woocommerce-cart-form table.cart tbody tr td.actions {
	width: 100%;
	padding: 0;
	margin: 0;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table,
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.actions
	div.coupon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0;
}
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.actions
	div.coupon {
	width: 100%;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0;
}
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.actions
	div.coupon
	label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.actions
	div.coupon
	input.input-text {
	padding: 14px 16px;
	border: 1px solid #f3f3f2;
	border-radius: 8px;
	margin: 0 0 25px;
	width: 100%;
}
div.woocommerce div.cart-collaterals div.wc-proceed-to-checkout a.button,
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.actions
	div.coupon
	button[name='apply_coupon'] {
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
div.woocommerce
	form.woocommerce-cart-form
	table.cart
	tbody
	tr
	td.actions
	div.coupon
	button[name='apply_coupon'] {
	width: 100%;
	border: 0;
	background: #f3f3f2;
	border-radius: 8px;
	min-height: 44px;
	min-width: 38px;
	cursor: pointer;
	padding: 0;
	font-weight: 400;
	color: #150900f2;
}
div.woocommerce div.cart-collaterals {
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	padding: 0 25px;
	margin-top: 0;
	margin-bottom: 25px;
}
div.woocommerce div.cart-collaterals .cart_totals {
	float: unset;
	width: auto;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-checkout .woocommerce form.login label[for='password'],
.woocommerce-checkout .woocommerce form.login label[for='username'],
div.woocommerce .woocommerce-form-coupon-toggle,
div.woocommerce div.cart-collaterals div.wc-proceed-to-checkout:after,
div.woocommerce div.cart-collaterals div.wc-proceed-to-checkout:before,
div.woocommerce div.cart-collaterals h2,
div.woocommerce div.cart-collaterals table.shop_table,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#customer_details
	div.woocommerce-additional-fields,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#customer_details
	div.woocommerce-billing-fields
	h3,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#payment
	ul
	li
	div.payment_box::before,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#payment
	ul
	li
	label
	> a.about_paypal,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#payment
	ul
	li
	label
	> img {
	display: none;
}
div.woocommerce div.cart-collaterals div.wc-proceed-to-checkout {
	max-width: -webkit-calc(100vw - 50px);
	max-width: calc(100vw - 50px);
	padding: 0;
}
div.woocommerce div.cart-collaterals div.wc-proceed-to-checkout a.button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	font-size: 12px;
	line-height: 14px;
}
div.woocommerce form.checkout.woocommerce-checkout {
	padding: 0 25px;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#customer_details
	div.woocommerce-billing-fields
	div.woocommerce-billing-fields__field-wrapper
	p.form-row {
	padding: 0;
	margin: 0 0 25px;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#customer_details
	div.woocommerce-billing-fields
	div.woocommerce-billing-fields__field-wrapper
	p.form-row
	label {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(21, 9, 0, 0.95);
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
div.woocommerce form.checkout.woocommerce-checkout h3#order_review_heading {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	margin: 0;
	color: rgba(21, 9, 0, 0.95);
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 10px 0 25px;
	border: 1px solid #f3f3f2;
	border-radius: 0;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	tbody
	tr,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	tfoot
	tr,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	thead
	tr {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	thead
	tr
	th {
	margin: 0;
	padding: 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(21, 9, 0, 0.95);
	text-align: left;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	tbody
	tr,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	tfoot
	tr {
	border-top: 1px solid #f3f3f2;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	tbody
	tr
	td {
	margin: 0;
	padding: 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(21, 9, 0, 0.5);
	border: 0;
	text-align: left;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	tbody
	tr
	td
	dl.variation
	dd,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	tbody
	tr
	td
	dl.variation
	dt {
	display: inline;
	padding: 0;
	margin: 0;
	float: none;
	text-align: left;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	tbody
	tr
	td
	dl.variation
	dd
	p,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	tbody
	tr
	td
	dl.variation
	dt
	p {
	display: inline;
	padding: 0;
	margin: 0;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	tfoot
	tr
	td,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	tfoot
	tr
	th {
	border: 0;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color: rgba(21, 9, 0, 0.5);
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	tfoot
	tr
	td {
	text-align: right;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div.woocommerce-checkout-review-order-table
	table.shop_table
	tfoot
	tr
	td
	strong {
	font-weight: 700;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#shipping {
	margin-bottom: 25px;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#shipping
	div.woocommerce-info {
	margin: 10px 0;
	width: 100%;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#shipping
	ul#shipping_method {
	margin-top: 10px;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#payment
	ul
	li,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#shipping
	ul#shipping_method
	li {
	margin-bottom: 10px;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#shipping
	ul#shipping_method
	li
	label {
	display: inline-block;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#payment
	ul
	li:last-child,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#shipping
	ul#shipping_method
	li:last-child {
	margin-bottom: 0;
}
div.woocommerce form.checkout.woocommerce-checkout div#order_review > h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(21, 9, 0, 0.95);
	padding: 0;
	margin: 0 0 10px;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#payment {
	background-color: transparent;
	margin-bottom: 25px;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#payment
	ul {
	padding: 0;
	border: 0;
	margin: 0 0 25px;
	display: block !important;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#payment
	ul
	li
	div.payment_box {
	padding: 0;
	margin: 0;
	background: 0 0;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(21, 9, 0, 0.5);
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#payment
	ul
	li
	div.payment_box
	p {
	margin-top: 2px;
	padding-left: 31px;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#payment
	div.form-row.place-order
	div.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 25px;
	color: rgba(21, 9, 0, 0.5);
}
.mfp-figure figure,
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#payment
	div.form-row.place-order
	div.woocommerce-terms-and-conditions-wrapper
	p {
	margin: 0;
}
div.woocommerce
	form.checkout.woocommerce-checkout
	div#order_review
	div#payment
	div.form-row.place-order
	button#place_order {
	margin-bottom: 0;
}
.woocommerce .woocommerce-NoticeGroup,
.woocommerce .woocommerce-notices-wrapper {
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 100;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	position: relative;
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	margin: 0 25px 10px;
	padding: 14px 40px 14px 14px;
	border: 0;
	background: #f2f8f2;
	border: 1px solid rgba(21, 9, 0, 0.95);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 25px rgba(21, 9, 0, 0.05);
	box-shadow: 0 0 25px rgba(21, 9, 0, 0.05);
	border-radius: 8px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(21, 9, 0, 0.95);
}
.woocommerce .woocommerce-error button.close,
.woocommerce .woocommerce-info button.close,
.woocommerce .woocommerce-message button.close {
	position: absolute;
	top: 14px;
	right: 14px;
}
.woocommerce .woocommerce-info {
	background: #effefd;
}
.woocommerce .woocommerce-error {
	background: #f6e8e8;
}
@media (min-width: 1140px) {
	div.woocommerce .woocommerce-NoticeGroup,
	div.woocommerce .woocommerce-notices-wrapper {
		left: auto;
		right: -webkit-calc((100vw - 1140px)/2);
		right: calc((100vw - 1140px) / 2);
	}
	div.woocommerce .woocommerce-NoticeGroup .woocommerce-error,
	div.woocommerce .woocommerce-NoticeGroup .woocommerce-info,
	div.woocommerce .woocommerce-NoticeGroup .woocommerce-message,
	div.woocommerce .woocommerce-notices-wrapper .woocommerce-error,
	div.woocommerce .woocommerce-notices-wrapper .woocommerce-info,
	div.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
		width: auto;
		margin-right: 0;
		margin-left: 0;
	}
	div.woocommerce form.woocommerce-cart-form {
		padding: 0 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	div.woocommerce
		form.woocommerce-cart-form
		table.cart
		tbody
		tr
		td.product-remove {
		bottom: auto;
		top: 0;
	}
	div.woocommerce
		form.woocommerce-cart-form
		table.cart
		tbody
		tr
		td.actions
		div.coupon {
		display: block;
		width: -webkit-calc(((100% - 60px)/3 * 2) + 30px);
		width: calc(((100% - 60px) / 3 * 2) + 30px);
		padding-right: 15px;
	}
	div.woocommerce
		form.woocommerce-cart-form
		table.cart
		tbody
		tr
		td.actions
		div.coupon
		label {
		width: 100%;
		float: left;
	}
	div.woocommerce
		form.woocommerce-cart-form
		table.cart
		tbody
		tr
		td.actions
		div.coupon
		input.input-text {
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
		float: left;
		margin-bottom: 0;
	}
	div.woocommerce
		form.woocommerce-cart-form
		table.cart
		tbody
		tr
		td.actions
		div.coupon
		button[name='apply_coupon'] {
		float: right;
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
		color: #150900f2;
	}
	div.woocommerce div.cart-collaterals {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		padding: 0 15px;
		margin: 0;
		right: 0;
		bottom: 0;
	}
	div.woocommerce div.cart-collaterals div.cart_totals {
		position: absolute;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: -webkit-calc((100% - 60px)/3);
		width: calc((100% - 60px) / 3);
		right: 0;
		top: -80px;
	}
	div.woocommerce
		div.cart-collaterals
		div.cart_totals
		div.wc-proceed-to-checkout {
		width: 100%;
	}
	div.woocommerce form.checkout.woocommerce-checkout,
	div.woocommerce
		form.checkout.woocommerce-checkout
		div#customer_details
		div.woocommerce-billing-fields
		div.woocommerce-billing-fields__field-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	div.woocommerce form.checkout.woocommerce-checkout {
		padding: 0 15px;
	}
	div.woocommerce form.checkout.woocommerce-checkout div#customer_details {
		width: -webkit-calc(100%/12 * 8 - 15px);
		width: calc(100% / 12 * 8 - 15px);
		float: left;
	}
	div.woocommerce
		form.checkout.woocommerce-checkout
		div#customer_details
		div.woocommerce-billing-fields
		div.woocommerce-billing-fields__field-wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	div.woocommerce
		form.checkout.woocommerce-checkout
		div#customer_details
		div.woocommerce-billing-fields
		div.woocommerce-billing-fields__field-wrapper
		p.form-row,
	div.woocommerce
		form.checkout.woocommerce-checkout
		div#customer_details
		div.woocommerce-billing-fields
		div.woocommerce-billing-fields__field-wrapper
		p.form-row.form-row-first,
	div.woocommerce
		form.checkout.woocommerce-checkout
		div#customer_details
		div.woocommerce-billing-fields
		div.woocommerce-billing-fields__field-wrapper
		p.form-row.form-row-last {
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
	}
	div.woocommerce form.checkout.woocommerce-checkout div#order_review {
		width: -webkit-calc(100%/12 * 4 - 15px);
		width: calc(100% / 12 * 4 - 15px);
		float: right;
		clear: right;
	}
}
.wc_payment_method.has-badge .payment_box {
	margin-top: 5px !important;
}
.wc_payment_method.has-badge label {
	padding-top: 0 !important;
}
.wc_payment_method.has-badge .payment_method_wrap-title {
	padding: 5px 7px;
	background: #8b0fdf;
	border-radius: 4px;
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #f3f3f2;
	text-transform: uppercase;
}
.is-gift-order-wrapper {
	margin-bottom: 24px;
}
.is-gift-order-wrapper label {
	width: 100%;
	display: block;
	cursor: pointer;
}
.is-gift-order-wrapper .is-gift__title {
	display: block;
	margin-bottom: 4px;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: rgba(21, 9, 0, 0.95);
}
.is-gift-order-wrapper .is-gift__text {
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: rgba(21, 9, 0, 0.5);
}
.is-gift-order-wrapper .is-gift__icon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-left: 12px;
	background-color: #f3f3f2;
	color: rgba(21, 9, 0, 0.5);
	border-radius: 20px;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	position: relative;
}
.is-gift-order-wrapper .is-gift__icon:hover {
	background-color: #e6e6e6;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
	background-color: #535353;
	color: #fff;
}
.woocommerce-checkout
	.woocommerce-form-login-toggle
	.woocommerce-info
	.showlogin {
	color: #fff;
	margin-left: 12px;
}
@media (min-width: 768px) {
	.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
		margin-left: 16px;
		margin-right: 16px;
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
	}
}
.woocommerce-checkout .woocommerce form.login {
	background-color: #535353;
	color: #fff;
	border-radius: 12px;
	margin-left: 24px;
	margin-right: 24px;
}
.mfp-preloader a:hover,
.woocommerce-checkout .woocommerce form.login a {
	color: #fff;
}
.woocommerce-checkout
	.woocommerce
	form.login
	input[type='checkbox']
	+ span::before {
	border-color: #fff;
}
.woocommerce-checkout
	.woocommerce
	form.login
	input[type='checkbox']
	+ span::after,
.woocommerce-checkout
	.woocommerce-form-login-toggle
	.woocommerce-info
	.notice-close {
	-webkit-filter: invert(1);
	filter: invert(1);
}
.woocommerce-checkout .woocommerce form.login .show-password-input {
	top: 1.4em;
	color: #212121;
}
.woocommerce-checkout .woocommerce form.login .woocommerce-form-login__submit {
	width: 100%;
	background-color: #fff;
	color: #535353;
}
.woocommerce-checkout
	.woocommerce
	form.login
	.woocommerce-form-login__submit:hover {
	background-color: #ededed;
}
.woocommerce-checkout
	.woocommerce
	form.login
	.woocommerce-form-login__rememberme {
	margin-top: 8px;
	margin-bottom: 12px;
}
@media (min-width: 768px) {
	.woocommerce-checkout .woocommerce form.login {
		width: 100%;
		max-width: 500px;
		margin-left: 16px;
		margin-right: 16px;
	}
}
.cart-discount-coupon-name {
	color: #8b0fdf !important;
}
.woocommerce p.return-to-shop {
	margin: 0;
	padding: 0 25px 25px;
}
@media (min-width: 1140px) {
	.woocommerce p.return-to-shop {
		margin: 0;
		padding: 0 15px 25px;
	}
	.woocommerce p.return-to-shop a {
		width: 300px;
	}
}
input[type='email'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(21, 9, 0, 0.95);
	padding: 14px 16px;
	border: 1px solid #f3f3f2;
	border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
	display: none;
	margin: 0;
	padding: 0;
}
input[type='checkbox'] + label,
input[type='checkbox'] + span,
input[type='radio'] + label,
input[type='radio'] + span {
	cursor: pointer;
	position: relative;
	display: inline-block;
	padding-left: 31px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	min-height: 18px;
	padding-top: 3px;
}
input[type='radio'] + label:before,
input[type='radio'] + span:before {
	display: block;
	content: '';
	position: absolute;
	width: 19px;
	height: 19px;
	border: 1px solid rgba(21, 9, 0, 0.5);
	border-radius: 50%;
	left: 0;
	top: 0;
}
input[type='radio']:checked + label:after {
	display: block;
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	left: 6px;
	top: 6px;
}
input[type='checkbox']:checked + label:after,
input[type='radio']:checked + label:after {
	background-color: rgba(21, 9, 0, 0.95);
	border-radius: 50%;
}
input[type='checkbox'] + label:before,
input[type='checkbox'] + span:before {
	display: block;
	content: '';
	position: absolute;
	width: 19px;
	height: 19px;
	border: 1px solid rgba(21, 9, 0, 0.5);
	border-radius: 0;
	left: 0;
	top: 0;
}
input[type='checkbox']:checked + label:after,
input[type='checkbox']:checked + span:after {
	display: block;
	content: '';
	position: absolute;
	width: 12px;
	height: 9px;
	left: 4px;
	top: 6px;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.00002L4.99997 9L12 1' stroke='%23150900' stroke-opacity='0.95' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-position: center center;
	background-repeat: no-repeat;
}
.woocommerce form div.form-row,
form div.form-row {
	padding: 0;
	margin: 0 0 15px;
}
.woocommerce form div.form-row label,
form div.form-row label {
	line-height: 14px;
	margin-bottom: 10px;
}
.woocommerce form div.form-row ul,
form div.form-row ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.woocommerce form div.form-row ul li,
form div.form-row ul li {
	padding: 0;
	list-style: none;
	margin: 0 0 10px;
}
.woocommerce form div.form-row ul li label,
form div.form-row ul li label {
	line-height: 21px;
}
.woocommerce form div.form-row:last-child,
form div.form-row:last-child {
	margin-bottom: 0;
}
.woocommerce form p.form-row.woocommerce-validated input.input-text,
.woocommerce form p.form-row.woocommerce-validated select {
	border-color: rgba(2, 124, 0, 0.25);
}
.woocommerce form p.form-row.woocommerce-invalid input.input-text,
.woocommerce form p.form-row.woocommerce-invalid select {
	border-color: rgba(255, 0, 0, 0.25);
}
.wc-product-input-field-wrapper {
	margin-top: 18px;
}
.wc-product-input-field-wrapper .form-row-description {
	margin-top: 5px;
	font-weight: 300;
	color: rgba(21, 9, 0, 0.5);
}
.nf-subcategory_list-wrapper {
	padding: 0 25px 40px;
	-webkit-transition: max-height 0.4s ease-out;
	-o-transition: max-height 0.4s ease-out;
	transition: max-height 0.4s ease-out;
}
@media (min-width: 1140px) {
	.nf-subcategory_list-wrapper {
		padding: 0 15px 40px;
	}
}
.nf-subcategory_list {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -7.5px;
	margin-right: -7.5px;
	margin-bottom: -15px;
}
.js--nf-subcategory_list__show-more,
.nf-subcategory_list__item {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 7.5px 15px;
}
.nf-subcategory_list__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 14px 17px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid rgba(21, 9, 0, 0.05);
	border-radius: 8px;
	white-space: nowrap;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.nf-subcategory_list__item:hover {
	border: 1px solid rgba(21, 9, 0, 0.15);
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
.js--nf-subcategory_list__show-more {
	text-align: center;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	padding: 14px 0;
	color: rgba(21, 9, 0, 0.5);
	cursor: pointer;
	display: none;
}
.js--nf-subcategory_list__show-more.subcat-more-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (min-width: 1140px) {
	.js--nf-subcategory_list__show-more.subcat-more-3 {
		display: none;
	}
	.js--nf-subcategory_list__show-more.subcat-more-6 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
.js--nf-subcategory_list__show-more:hover {
	color: rgba(21, 9, 0, 0.7);
}
.nf-subcategory_list__item {
	-webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, transform 0.4s ease-out,
		-webkit-transform 0.4s ease-out;
}
@media (max-width: 1139.99px) {
	.nf-subcategory_list__item:not(:nth-child(-n + 3)) {
		opacity: 0;
		display: none;
		-webkit-transform: translateX(-50px);
		-ms-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}
@media (min-width: 1140px) {
	.nf-subcategory_list__item:not(:nth-child(-n + 6)) {
		display: none;
		opacity: 0;
		-webkit-transform: translateX(-50px);
		-ms-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}
.nf-subcategory_list__item--is-show {
	opacity: 1 !important;
	-webkit-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
}
body.single-product .nf-dolyame-block-wrapper {
	max-height: 0;
	overflow: hidden;
	margin-bottom: 0;
	opacity: 0;
}
@media (min-width: 1140px) {
	body.single-product .nf-dolyame-block-wrapper {
		max-height: 500px;
		opacity: 1;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
body.single-product .summary.entry-summary.middle .nf-dolyame-block-wrapper {
	max-height: 500px;
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.nf-dolyame-block {
	background-color: #f3f3f2;
	border-radius: 20px;
	padding: 15px;
	position: relative;
	margin-bottom: 25px;
}
.nf-dolyame-blockcolored-tag.badge {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #f3f3f2;
	background-color: #8b0fdf;
	position: absolute;
	right: 15px;
	top: 15px;
	margin-right: 0;
	margin-bottom: 0;
}
.nf-dolyame-block__title-price {
	color: rgba(21, 9, 0, 0.95);
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
	margin: 0;
}
.nf-dolyame-block__subtitle {
	color: rgba(21, 9, 0, 0.5);
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}
.nf-dolyame-block__calc-parts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 10px -5px 0;
}
.nf-dolyame-block__calc-part {
	background: #fff;
	border-radius: 8px;
	padding: 12px;
	margin: 0 5px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.nf-dolyame-block__calc-part:first-child {
	border: 2px solid rgba(2, 124, 0, 0.25);
}
.nf-dolyame-block__calc-part-date {
	display: block;
	color: rgba(21, 9, 0, 0.5);
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.02em;
}
.nf-dolyame-block__calc-part-price {
	display: block;
	color: rgba(21, 9, 0, 0.95);
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
}
.nf-dolyame-block__info {
	color: rgba(21, 9, 0, 0.5);
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.02em;
	margin-bottom: 0;
	margin-top: 10px;
}
.nf-dolyame-block__info strong {
	color: rgba(21, 9, 0, 0.95);
	font-weight: 300;
}
.woocommerce-checkout .nf-dolyame-block__info {
	display: none;
}
@media (min-width: 768px) {
	body.woocommerce-cart .nf-dolyame-block {
		padding: 25px;
		background-image: url(../img/dolyme-bg.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	body.woocommerce-cart .nf-dolyame-blockcolored-tag.badge {
		position: relative;
		margin-bottom: 15px;
		right: unset;
		top: unset;
	}
	body.woocommerce-cart .nf-dolyame-block__info,
	body.woocommerce-cart .nf-dolyame-block__title-wrapper {
		width: 100%;
		max-width: 40%;
	}
	body.woocommerce-cart .nf-dolyame-block__info {
		padding: 12px;
		margin-top: 20px;
		border: 1px solid rgba(21, 9, 0, 0.05);
		border-radius: 8px;
	}
	body.woocommerce-cart .nf-dolyame-block__calc-parts {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 45%;
		margin: 25px;
	}
	body.woocommerce-cart .nf-dolyame-block__calc-part {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	body.woocommerce-cart .nf-dolyame-block__calc-part-price {
		font-size: 18px;
	}
}
.mfp-bg {
	top: 0;
	z-index: 99999;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.5;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
	width: 100%;
	height: 100%;
	left: 0;
}
.mfp-wrap {
	top: 0;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before,
.mfp-content {
	display: inline-block;
	vertical-align: middle;
}
.mfp-container:before {
	content: '';
	height: 100%;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader,
.select2-container.select2
	span.selection
	span.select2-selection
	span.select2-selection__arrow
	b,
footer.site-footer nav div.menu-footer-navigation-container ul li ul.sub-menu,
footer.site-footer
	nav
	div.menu-footer-navigation-russian-container
	ul
	li
	ul.sub-menu {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
.mfp-figure:after,
img.mfp-img {
	display: block;
	width: auto;
	height: auto;
}
img.mfp-img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
	screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
.mfp-wrap {
	z-index: 1000000;
}
.mfp-container {
	margin: 0;
	padding: 0;
	top: 0;
}
.mfp-container .mfp-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mfp-container .mfp-content .white-popup {
	height: auto;
	width: 100vw;
	border-radius: 16px 16px 0px 0px;
	overflow: hidden;
	background: #fff;
}
.mfp-container .mfp-content .white-popup div.modal-heading {
	position: relative;
	display: inline-block;
	height: 50px;
	min-width: -webkit-calc(100% - 50px);
	min-width: calc(100% - 50px);
	padding: 0 25px;
}
.mfp-container
	.mfp-content
	.white-popup
	div.modal-heading
	span.modal-heading-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: rgba(21, 9, 0, 0.95);
	height: 100%;
	width: -webkit-calc(100% - 98px);
	width: calc(100% - 98px);
}
.mfp-container .mfp-content .white-popup div.modal-heading button.mfp-close {
	position: absolute;
	right: 12px;
	top: 6px;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	opacity: 1;
	text-indent: -9999px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.66666 6.00001L2.87722e-05 10.6667L1.33336 12L5.99999 7.33334L10.6666 12L12 10.6667L7.33332 6.00001L12 1.33333L10.6667 0L5.99999 4.66668L1.33333 1.72665e-05L0 1.33335L4.66666 6.00001Z' fill='%23150900' fill-opacity='0.95'/%3E%3C/svg%3E%0A");
	background-position: center center;
	background-repeat: no-repeat;
}
.mfp-container
	.mfp-content
	.white-popup
	div.modal-heading
	button.mfp-close:hover {
	background-color: #fff;
}
.mfp-container .mfp-content .white-popup div.modal-content {
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	padding: 0 25px 25px 25px;
}
.mfp-container .mfp-content .white-popup#preorderModal div.modal-content {
	padding: 16px 25px 25px 25px;
}
.mfp-container .mfp-content .white-popup div.modal-content p {
	margin-top: 0;
	margin-bottom: 10px;
}
.mfp-container .mfp-content .white-popup div.modal-content span.warning {
	color: red;
}
.mfp-container .mfp-content .white-popup div.modal-content table {
	max-width: 100%;
	width: 100%;
	text-align: left;
}
.mfp-container .mfp-content .white-popup div.modal-content table tbody tr td,
.mfp-container .mfp-content .white-popup div.modal-content table tbody tr th,
.mfp-container .mfp-content .white-popup div.modal-content table thead tr td,
.mfp-container .mfp-content .white-popup div.modal-content table thead tr th {
	text-align: left;
}
@media (min-width: 1140px) {
	.mfp-container .mfp-content .white-popup {
		width: 500px;
		margin: 25px auto 0;
		border-radius: 16px 16px 16px 16px;
		overflow: hidden;
		background: #fff;
	}
}
.modal-content__description {
	color: #5a5a5a;
}
.modal-content__form {
	margin-top: 32px;
}
@media (max-width: 1140px) {
	.mfp-container .mfp-content {
		align-items: flex-end;
	}
	#sizesChart {
		margin: 0;
		width: 100%;
	}
	#sizesChart .modal-content {
		overflow-x: auto;
	}
}
div.aws-search-result {
	margin-top: 0;
	border: 0;
	height: -webkit-calc(100vh - 60px);
	height: calc(100vh - 60px);
	background: #f3f3f2;
}
div.aws-search-result ul {
	max-height: -webkit-calc(100vh - 60px);
	max-height: calc(100vh - 60px);
}
div.aws-search-result ul li {
	width: -webkit-calc(100vw - 50px);
	width: calc(100vw - 50px);
	margin: 25px !important;
	border: 0;
	height: 100px;
}
div.aws-search-result ul li a.aws_result_link,
div.aws-search-result ul li.aws_search_more a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0;
}
div.aws-search-result ul li a.aws_result_link {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
}
div.aws-search-result ul li a.aws_result_link span.aws_result_image {
	width: 75px;
	padding-right: 15px;
}
div.aws-search-result ul li a.aws_result_link span.aws_result_image img {
	width: 75px;
}
div.aws-search-result
	ul
	li
	a.aws_result_link
	span.aws_result_content
	span.aws_result_title {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: rgba(21, 9, 0, 0.95);
	padding: 0;
	margin: 0 0 5px;
}
div.aws-search-result
	ul
	li
	a.aws_result_link
	span.aws_result_content
	span.aws_result_price {
	margin: 0;
	padding: 0;
}
div.aws-search-result ul li.aws_search_more {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 150px;
	z-index: 100;
	margin: 0 !important;
	padding: 0 25px 25px;
	pointer-events: none;
}
div.aws-search-result ul li.aws_search_more a {
	pointer-events: all;
	display: inline-block;
	border: 0;
	background: rgba(21, 9, 0, 0.95);
	border-radius: 8px;
	min-height: 38px;
	min-width: 38px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.94);
	position: absolute;
	left: 25px;
	bottom: 25px;
	right: 25px;
}
div.aws-search-result ul li.aws_search_more:before {
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	left: 0;
	bottom: 0;
	right: 0;
	height: 150px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(243, 243, 242, 0)),
		color-stop(48.44%, #f3f3f2)
	);
	background: -o-linear-gradient(top, rgba(243, 243, 242, 0) 0, #f3f3f2 48.44%);
	background: linear-gradient(180deg, rgba(243, 243, 242, 0) 0, #f3f3f2 48.44%);
	z-index: -1;
}
div.aws-search-result ul li.aws_search_more.hovered {
	background: 0 0;
}
div.aws-search-result ul li.aws_search_more.hovered a,
div.aws-search-result ul li.aws_search_more.hovered a.hovered {
	background-color: rgba(21, 9, 0, 0.95);
}
div.aws-search-result ul li:nth-last-child(-n + 2) {
	padding-bottom: 77px;
}
@media (min-width: 1140px) {
	div.aws-search-result {
		width: 1140px !important;
		margin: 0 -webkit-calc((100vw - 1140px)/2);
		margin: 0 calc((100vw - 1140px) / 2);
	}
	div.aws-search-result ul li {
		margin: 0 !important;
		padding: 25px 15px;
		width: 1110px;
	}
	div.aws-search-result ul li.aws_search_more {
		left: -webkit-calc((100vw - 1140px)/2);
		left: calc((100vw - 1140px) / 2);
		right: -webkit-calc((100vw - 1140px)/2);
		right: calc((100vw - 1140px) / 2);
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	div.aws-search-result ul li.aws_search_more a {
		width: 350px;
	}
	div.aws-search-result ul li:nth-last-child(-n + 2) {
		padding: 25px 15px;
		margin: 0;
	}
}
footer.site-footer {
	clear: both;
	background: rgba(0, 0, 0, 0.95);
	color: #f3f3f2;
	position: relative;
	z-index: 1;
}
footer.site-footer .site-info,
footer.site-footer a {
	color: #f3f3f2;
}
footer.site-footer .site-copyright {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: auto;
	min-height: 64px;
	padding: 0 25px;
	height: 64px;
}
footer.site-footer .site-copyright div {
	margin-right: 10px;
}
footer.site-footer .site-copyright div:last-child {
	margin-left: auto;
	margin-right: 0;
}
footer.site-footer .site-copyright div.wpml-ls {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	padding: 0;
}
footer.site-footer .site-copyright div.wpml-ls ul li a {
	border: 1px solid rgba(255, 255, 255, 0.94);
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 7px 10px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0;
}
footer.site-footer .site-copyright div.wpml-ls ul li a span.wpml-ls-display {
	text-decoration: none;
}
footer.site-footer .site-copyright div.wpml-ls ul li:last-child a {
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
footer.site-footer .site-copyright div.wpml-ls ul li:last-child a:after {
	display: none;
}
footer.site-footer
	.site-copyright
	div.wpml-ls
	ul
	li.wpml-ls-current-language
	a {
	background: rgba(255, 255, 255, 0.94);
	color: rgba(21, 9, 0, 0.95);
}
footer.site-footer nav div.menu-footer-navigation-container,
footer.site-footer nav div.menu-footer-navigation-russian-container {
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	padding: 10px 25px 0;
}
footer.site-footer nav div.menu-footer-navigation-container ul,
footer.site-footer nav div.menu-footer-navigation-russian-container ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
footer.site-footer nav div.menu-footer-navigation-container ul li,
footer.site-footer nav div.menu-footer-navigation-container ul li a,
footer.site-footer nav div.menu-footer-navigation-russian-container ul li,
footer.site-footer nav div.menu-footer-navigation-russian-container ul li a {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	outline: 0;
}
footer.site-footer nav div.menu-footer-navigation-container ul li,
footer.site-footer nav div.menu-footer-navigation-russian-container ul li {
	min-height: 14px;
	padding: 0;
	margin: 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
footer.site-footer nav div.menu-footer-navigation-container ul li a,
footer.site-footer nav div.menu-footer-navigation-russian-container ul li a {
	text-decoration: none;
	min-height: 40px;
}
footer.site-footer
	nav
	div.menu-footer-navigation-container
	ul
	li
	ul.sub-menu
	li,
footer.site-footer
	nav
	div.menu-footer-navigation-russian-container
	ul
	li
	ul.sub-menu
	li {
	padding: 0 0 0 10px;
}
footer.site-footer
	nav
	div.menu-footer-navigation-container
	ul
	li.menu-item-has-children
	> a:after,
footer.site-footer
	nav
	div.menu-footer-navigation-russian-container
	ul
	li.menu-item-has-children
	> a:after {
	content: '';
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 38px;
	height: 38px;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L6 7L1 1' stroke='%23F3F3F2' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 1px;
	pointer-events: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
footer.site-footer
	nav
	div.menu-footer-navigation-container
	ul
	li.menu-item-has-children
	> a.ui-state-active,
footer.site-footer
	nav
	div.menu-footer-navigation-russian-container
	ul
	li.menu-item-has-children
	> a.ui-state-active {
	font-weight: 500;
}
footer.site-footer
	nav
	div.menu-footer-navigation-container
	ul
	li.menu-item-has-children
	> a.ui-state-active:after,
footer.site-footer
	nav
	div.menu-footer-navigation-russian-container
	ul
	li.menu-item-has-children
	> a.ui-state-active:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (min-width: 1140px) {
	footer.site-footer nav {
		width: 1140px;
		margin: 0 auto;
		padding: 10px 0;
	}
	footer.site-footer nav div.menu-footer-navigation-container,
	footer.site-footer nav div.menu-footer-navigation-russian-container {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	footer.site-footer nav div.menu-footer-navigation-container ul,
	footer.site-footer nav div.menu-footer-navigation-container ul li ul.sub-menu,
	footer.site-footer nav div.menu-footer-navigation-russian-container ul,
	footer.site-footer
		nav
		div.menu-footer-navigation-russian-container
		ul
		li
		ul.sub-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	footer.site-footer nav div.menu-footer-navigation-container ul li,
	footer.site-footer nav div.menu-footer-navigation-russian-container ul li {
		margin: 0 15px;
	}
	footer.site-footer
		nav
		div.menu-footer-navigation-container
		ul
		li.menu-item-has-children
		a:after,
	footer.site-footer
		nav
		div.menu-footer-navigation-russian-container
		ul
		li.menu-item-has-children
		a:after {
		display: none;
	}
	footer.site-footer nav div.menu-footer-navigation-container ul li ul.sub-menu,
	footer.site-footer
		nav
		div.menu-footer-navigation-russian-container
		ul
		li
		ul.sub-menu {
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0;
		margin: 0;
	}
	footer.site-footer
		nav
		div.menu-footer-navigation-container
		ul
		li
		ul.sub-menu
		li,
	footer.site-footer
		nav
		div.menu-footer-navigation-russian-container
		ul
		li
		ul.sub-menu
		li {
		padding: 0;
		margin: 0;
	}
	footer.site-footer
		nav
		div.menu-footer-navigation-container
		ul
		li
		ul.sub-menu
		li
		a,
	footer.site-footer
		nav
		div.menu-footer-navigation-russian-container
		ul
		li
		ul.sub-menu
		li
		a {
		font-weight: 300;
	}
	footer.site-footer .site-copyright {
		width: 1110px;
		margin: 0 auto;
		padding: 0 15px;
	}
}
.select2-container.select2.select2-container--open.select2-container--below {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: none;
}
.select2-container .select2-dropdown.select2-dropdown--below,
.select2-container.select2.select2-container--open.select2-container--above {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top: none;
}
.select2-container.select2 span.selection span.select2-selection {
	height: auto;
	border: 1px solid #f3f3f2;
	border-radius: 8px;
}
.select2-container.select2
	span.selection
	span.select2-selection
	span.select2-selection__rendered {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	padding: 15px 40px 15px 17px;
	color: rgba(21, 9, 0, 0.95);
}
.select2-container.select2
	span.selection
	span.select2-selection
	span.select2-selection__arrow {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 6L13 1' stroke='%23150900' stroke-opacity='0.5' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 14px 14px 14px 0;
}
.select2-container .select2-dropdown {
	border: 1px solid #f3f3f2;
	border-radius: 8px;
}
.select2-container .select2-dropdown.select2-dropdown--below {
	-webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
}
.select2-container .select2-dropdown.select2-dropdown--above {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: none;
}
.select2-container .select2-dropdown .select2-search.select2-search--dropdown {
	padding: 0;
	position: relative;
}
.select2-container
	.select2-dropdown
	.select2-search.select2-search--dropdown
	> input.select2-search__field {
	border: 0;
	padding: 14px 16px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}
.select2-container
	.select2-dropdown
	.select2-search.select2-search--dropdown::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 0.5C9.31371 0.5 12 3.18629 12 6.5C12 7.77375 11.6031 8.95479 10.9262 9.9262L14.5 13.5L13 15L9.4262 11.4262C8.45479 12.1031 7.27375 12.5 6 12.5C2.68629 12.5 0 9.81371 0 6.5C0 3.18629 2.68629 0.5 6 0.5ZM6 2.5C8.20914 2.5 10 4.29086 10 6.5C10 8.70914 8.20914 10.5 6 10.5C3.79086 10.5 2 8.70914 2 6.5C2 4.29086 3.79086 2.5 6 2.5Z' fill='%23150900' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
	background-position: center center;
	background-repeat: no-repeat;
	right: 14px;
	top: 13px;
	position: absolute;
}
.select2-container .select2-dropdown .select2-results ul li {
	padding: 13px 16px;
	font-size: 12px;
	line-height: 14px;
}
.select2-container
	.select2-dropdown
	.select2-results
	ul
	li[data-selected='true'] {
	background: #f2f8f2;
	color: rgba(21, 9, 0, 0.95);
}
.select2-container
	.select2-dropdown
	.select2-results
	ul
	li.select2-results__option--highlighted,
.select2-container .select2-dropdown .select2-results ul li:hover {
	background: rgba(21, 9, 0, 0.05);
	color: rgba(21, 9, 0, 0.95);
}
body.archive form.woocommerce-ordering {
	width: auto;
	margin-bottom: 4em;
	margin-left: 25px;
	margin-right: 25px;
	float: unset;
}
@media (min-width: 1140px) {
	body.archive form.woocommerce-ordering {
		float: right;
		min-width: 300px;
	}
}
body.archive .select2.select2-container {
	width: 100% !important;
}
body.archive
	.select2-container
	.select2-dropdown.select2-dropdown--below
	.select2-results__options {
	max-height: unset;
}
/*# sourceMappingURL=maps/combined.css.map */
.vari ul {
	display: flex;
	list-style-type: none;
	padding-left: 0;
}
.products .vari {
	display: none;
	margin-top: 10px;
}
.products .vari ul {
	justify-content: center !important;
}
.vari li {
	min-width: 26px;
	padding: 0 4px;
	height: 34px;
	line-height: 34px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 2px solid rgba(21, 9, 0, 0.05);
	cursor: pointer;
	color: rgba(21, 9, 0, 0.5);
	position: relative;
	outline: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 8px;
	transition: all 0.3s ease 0s;
}
ul.products li.product .shop_loop_item_dolyame_button {
	padding: 6px 8px !importnant;
}
ul.products li.product .shop_loop_item_dolyame_button svg {
	fill: #000;
	height: 12px;
	width: 10px;
	padding-bottom: 2px;
	padding-right: 4px;
}
ul.products li.product .shop_loop_item_dolyame_button:hover svg {
	fill: #fff;
}
.vari li.active,
.vari li:hover {
	color: #fff;
	background: #000;
}
.vari li.active a,
.vari li:hover a {
	color: #fff;
}
.vari li > a.added {
	display: none !important;
}
.vari li > a.added_to_cart {
	padding-top: 0 !important;
}
.vari label {
	font-size: 0;
}
.vari .aws-search-clear {
	display: none;
}
.woocommerce-notices-wrapper .woocommerce-message a.wc-forward {
	font-size: 8px;
	min-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 768px) {
	.vari ul {
		flex-wrap: wrap;
	}
}
@media (max-width: 1023px) {
	.term-description {
		padding: 0 var(--nf-footer-container-padding);
	}
}

.mfp-wrap
	.mfp-container
	.mfp-content
	.white-popup#preorderModal
	.modal-content
	form
	.form-row
	.input-text {
	border: 1px solid #15090016 !important;
	height: 44px !important;
	min-height: 44px !important;
	border-radius: 8px !important;
	padding: 0 15px !important;
}
.mfp-wrap
	.mfp-container
	.mfp-content
	.white-popup#preorderModal
	.modal-content
	form
	.form-row
	select {
	background-position: calc(100% - 1em) 50% !important;
}
.mfp-wrap
	.mfp-container
	.mfp-content
	.white-popup#preorderModal
	.modal-content
	form
	.form-row
	input[type='submit'] {
	height: 44px !important;
	min-height: 44px !important;
	border-radius: 8px !important;
	margin: 10px 0 0 0 !important;
}
