/*!
Theme Name: EOArt
Theme URI: https://www.evgeniolentuch.art/
Author: Iggy Pritzker
Author URI: https://www.web-design.co.il/
Description: Custom theme for Evgeni Olentuch Art site.
Version: 1.0.1
Text Domain: eoart
*/
* {
	outline-color: lightslategray;
}
button {
	outline: 0;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	overflow-x: hidden;
	background: #fff;
}
@media(min-width:1024) {
	body {
		overflow-y: scroll;
	}
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: 500;
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
img {
	border-style: none;
}
[hidden] {
	display: none;
}
/* Typography */
body, button, input, select, optgroup, textarea {
	color: #404040;
	font-family: muffin, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 500;
}
p {
	margin-bottom: 1.5em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: .9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #f8e6eb;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/* Elements */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 500;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
@media(min-width:782px) {
	body, button, input, select, optgroup, textarea {
		font-size: 17px;
	}
}
@media(min-width:1024px) {
	body, button, input, select, optgroup, textarea {
		font-size: 18px;
	}
}
/* colors */
.woocommerce div.product .product_title, .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	color: #895521;
}
.loop-product-description, .woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
	color: inherit;
}
.rowwcolshp .wp-block-column .products span, .product-size-meta, .product-category-meta {
	color: #62b6cd;
}
.single-post .post .entry-footer a, .summary div.product_meta a, .entry-summary div.product_meta a, .comment-metadata a {
	color: #305050;
}
.star-rating > span, .comment-form-rating .stars a, .required {
	color: #f8346b;
}
.reply a, .comment-form label {
	color: #5194A6;
}
/* Header */
.overlay {
	display: none;
}
.home .overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: -8em;
	z-index: -1;
	pointer-events: none;
	background: -webkit-linear-gradient(262deg, rgba(216, 244, 248, .28) 0, rgba(255, 255, 255, .04) 42%, rgba(255, 255, 255, 0) 76%);
	background: linear-gradient(188deg, rgba(216, 244, 248, .28) 0, rgba(255, 255, 255, .04) 42%, rgba(255, 255, 255, 0) 76%);
	/*background: -webkit-linear-gradient(268deg, rgba(0, 0, 0, .68) 0, rgba(18, 13, 2, .28) 32%, rgba(255, 255, 255, 0) 76%);
  background: linear-gradient(182deg, rgba(0, 0, 0, .68) 0, rgba(18, 13, 2, .28) 32%, rgba(255, 255, 255, 0) 76%);*/
}
.site-header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: row nowrap;
	font-size: 1em;
	z-index: 100;
	padding: 5px 2rem;
	height: 68px;
	background: #110b0b;
	border-bottom: 1px solid #000;
}
.home .site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: none;
	border: none;
}
.site-title {
	display: none;
}
.site-branding {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 8px 0 0;
	margin-right: 48%;
	position: absolute;
}
.menu-active .site-branding {
	z-index: 20;
	position: fixed;
}
a.custom-logo-link img {
	height: 56px;
	width: auto;
}
@media (min-width: 1024px) {
	.site-header {
		position: relative;
		font-size: 1em;
		height: auto;
		z-index: 2;
	}
	.site-branding {
		z-index: 2;
		margin-right: 0;
		padding: 0;
		position: relative;
		transition: 200ms ease-in-out;
	}
	.site-branding:hover {
		opacity: .92;
	}
	a.custom-logo-link {
		width: 202px;
	}
	a.custom-logo-link img {
		height: auto;
		padding-top: 5px;
		padding-bottom: 0;
	}
}
@media (min-width: 1140px) {
	a.custom-logo-link {
		width: 292px;
	}
}
@media (min-width: 1200px) {
	.site-header {
		font-size: 1.05em;
		padding: 5px 3.3vw;
	}
}
@media (min-width: 1355px) {
	.site-header {
		font-size: 1.15em;
	}
	a.custom-logo-link {
		width: 352px;
	}
}
@media (min-width: 1480px) {
	.site-header {
		font-size: 1.25em;
	}
	a.custom-logo-link {
		width: 388px;
	}
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
button {
	transition: .3s;
}
a {
	color: #62b6cd;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: rgba(30, 148, 181, 1);
}
a:hover, a:focus, a:active {}
a.button:hover, a.button:focus, a.button:active {
	opacity: 1;
}
a:hover, a:active {
	outline: 0;
}
/* Menus */
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	display: none;
}
.main-navigation ul li {
	margin: 0;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
}
.home .main-navigation a {
	color: #020413;
}
.main-navigation.toggled a {
	color: rgba(255, 255, 255, 1);
	transition: .3s;
}
.main-navigation.toggled a:hover {
	color: rgba(255, 255, 255, .7);
}
.nav-menu-links {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	height: 0;
	transition: all .3s;
	z-index: -1;
	padding-top: 4em;
}
.main-navigation.toggled {
	transition: .3s;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 19;
}
.main-navigation.toggled .nav-menu-links {
	background-color: rgba(18, 13, 2, 1);
	text-align: center;
	opacity: 1;
	height: 100vh;
	width: 100vw;
	overflow: scroll;
	overflow-x: hidden;
	z-index: 1;
}
.main-navigation.toggled .nav-menu-links::before {
	content: '';
	background: rgba(18, 13, 2, 1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 68px;
}
.main-navigation .menu-links {
	display: none;
}
.main-navigation.toggled .menu-links {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 56px;
}
.menu-links .widget_a2a_follow_widget {
	padding: 0;
	margin: 0;
}
.main-navigation.toggled ul {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: space-around;
	height: calc(100vh - 268px);
	min-height: 18em;
	padding: 2vh 10% 1em;
	-webkit-overflow-scrolling: touch;
}
.main-navigation.toggled ul ul {
	display: none;
}
.menu-topmenu-container > ul > li:not(#wpmenucartli) > a {
	padding: .35em 1em;
}
.menu-topmenu-container > ul > li.wpml-ls-item::before {
	content: '';
	height: 0px;
	width: 100%;
	border-top: 4px solid #fff;
	margin: 0 auto;
	padding-bottom: 3vh;
	display: block;
	margin-top: 3vh;
}
@media(min-width:480px) {
	.menu-topmenu-container > ul > li:not(.wpml-ls-item):not(#wpmenucartli) > a {
		padding: .35em 1em;
	}
	.menu-topmenu-container > ul > li.wpml-ls-item > a {
		padding: 0;
	}
	.menu-topmenu-container > ul > li.wpml-ls-item::before {
		display: none;
	}
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
@media (min-width: 1024px) {
	.menu-active .site-branding, .main-navigation.toggled {
		position: relative;
	}
	.main-navigation.toggled .nav-menu-links::before {
		display: none;
	}
	.main-navigation {
		margin-top: 6px;
	}
	.main-navigation li {
		float: left;
		position: relative;
	}
	.main-navigation.toggled ul, .main-navigation ul {
		display: block;
		vertical-align: middle;
		height: auto;
		padding: 0;
		transition: none;
		min-height: 0;
	}
	.main-navigation ul li {
		margin: 0;
	}
	.home .menu-topmenu-container > ul > li:not(.wpml-ls-item):not(#wpmenucartli):not(:hover) > a {
		text-shadow: 0 0 2em rgba(255, 255, 255, 0.5), 0 0 3em #fff, 0 0 4em #fff, 0 0 5em #fff, 0 0 6em #fff;
	}
	.main-navigation ul li:hover > a, .main-navigation ul ul li:hover > a {
		color: #fff;
	}
	.main-navigation ul ul {
		font-size: .85em;
		display: block;
		float: left;
		position: absolute;
		top: 100%;
		z-index: 999;
		min-width: 16em;
		transition: all 200ms ease;
		opacity: 0;
		visibility: hidden;
		background: -webkit-linear-gradient(top, rgba(98, 182, 205, .78), #62b6cd);
		background: linear-gradient(to bottom, rgba(98, 182, 205, .78), #62b6cd);
	}
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
		left: auto;
		opacity: 1;
		visibility: visible;
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
		left: 100%;
	}
	.main-navigation ul ul li {
		display: inline;
		width: 100%;
		padding: .25em 1.2em;
	}
	.main-navigation ul ul li a {
		color: rgba(2, 4, 19, .8) !important;
		width: auto;
		transition: .2s;
	}
	.main-navigation ul ul li:hover a {
		color: #fff !important;
	}
	.main-navigation ul ul li:first-child {
		padding-top: 1.2em;
	}
	.main-navigation ul ul li:last-child {
		padding-bottom: 1.5em;
	}
	.main-navigation.toggled .nav-menu-links {
		height: auto;
		width: auto;
		background: none;
		overflow: visible;
	}
	.nav-menu-links {
		position: relative;
		opacity: 1;
		padding-top: 0;
		z-index: 2;
	}
	.menu-topmenu-container > ul {
		margin-top: 0em;
		margin-left: 15px;
	}
	.menu-topmenu-container > ul > li {
		margin-top: .8em;
		transition: all 200ms ease;
	}
	.menu-topmenu-container > ul > li:hover {
		background-color: rgba(98, 182, 205, .8);
	}
	.menu-topmenu-container > ul > li.wpml-ls-item:not(#wpmenucartli) > a {
		padding: 0;
	}
	.menu-topmenu-container #wpmenucartli:hover, .menu-topmenu-container #menu-item-wpml-ls-23-ru:hover, .menu-topmenu-container #menu-item-wpml-ls-23-en:hover {
		background-color: transparent;
	}
	.main-navigation.toggled .menu-links {
		display: none;
	}
}
@media (min-width: 1200px) {
	.menu-topmenu-container {
		margin-left: 2em;
	}
	.menu-topmenu-container > ul > li {
		margin-top: .9em;
	}
}
@media (min-width: 1355px) {
	.menu-topmenu-container > ul > li {
		margin-top: 1em;
	}
}
@media (min-width: 1480px) {
	.menu-topmenu-container > ul {
		margin-top: 0;
	}
}
/* cart */
#wpmenucartli {
	margin-top: .45em;
	position: fixed;
	top: 5px;
	right: calc(2rem + 60px);
}
#menu-item-102 {
	padding: 0 0 0 .5em;
	margin-top: .8em;
}
#wpmenucartli a {
	position: relative;
	border: 3px solid #fff;
	display: block;
	width: 42px;
	height: 42px;
	background-color: rgba(255, 255, 255, 0);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNDIgNDIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7b3BhY2l0eTowLjk2O30uY2xzLTEsLmNscy0ze2lzb2xhdGlvbjppc29sYXRlO30uY2xzLTJ7ZmlsbDojOWUwYjBmO30uY2xzLTR7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+Y2FydC0xPC90aXRsZT48ZyBpZD0ic3VtYV/QmNC30L7QsdGA0LDQttC10L3QuNC1IiBkYXRhLW5hbWU9InN1bWHCoNCY0LfQvtCx0YDQsNC20LXQvdC40LUiPjxpbWFnZSBpZD0ic3VtYV/QmNC30L7QsdGA0LDQttC10L3QuNC1LTIiIGRhdGEtbmFtZT0ic3VtYcKg0JjQt9C+0LHRgNCw0LbQtdC90LjQtSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiAxNikiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQkFBQUFBUENBWUFBQUR0YzA4dkFBQUFDWEJJV1hNQUFBc1NBQUFMRWdIUzNYNzhBQUFCVWtsRVFWUW9VNldUUFU0RE1SQ0ZQNitkSmdLRTRBSVVGQ0FCUlVpb09FYU9RZ05jaHJ2UTBrQkJTNFdFaFBqWmtHakpyc2REWVh1emlVQkN5a2dqelpQZmUyTjdiS09xckJORnA3NGloQWtpU3VPVjcxcXA1c3EwVXNxWjh2Nmx2SmJLeTBmSjg5dEZGaGxWaGJvNUorZ3RFdmc5WlJsN1VTU2NjYngzNXdDWVZHTlU0MkxqUVJXYUZWRTI4Z0pCRFY3R1FES1lWa044RXJUQ0ZZUGNZTEUyakVkNGVMSkltTkQ0L2pJcFpkQ0ZtV3JFa2ZlSmhCMUhPVHRFUXI4bGE5cEZuazdYTE9QSTJ5Ym92bU5hRFdPWFRvZFZnU1pSeHBBYkRCeFZQVmd5RUltRXZOVXM3TllobWNESVVjMUgveVF2aGFwaWpEbDExUDZnSmY4aVNNUUlpZ0pzVE5OellJc2poNWNOL29xZXc5Z0NyRzJGOUN4a1F3bGJEbmdFVG5BZGtuT0wyaGFMaVFTRjJxZjM0a0hDdldPemY0MnpOOWhpbDhKRTkzd0hYcUxBKzNhMDJualNCeXlCUzdQdWIvd0JMbFF4VXFXVVd2VUFBQUFBU1VWT1JLNUNZSUk9Ii8+PC9nPjxnIGlkPSJTaGFwZV8xIiBkYXRhLW5hbWU9IlNoYXBlIDEiIGNsYXNzPSJjbHMtMSI+PGcgaWQ9IlNoYXBlXzEtMiIgZGF0YS1uYW1lPSJTaGFwZSAxIj48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMjUuNSAxOC45MyAyNC41IDE5LjA3IDI2LjQ5IDI3IDE1IDI3IDE1IDI4IDI4IDI4IDI4IDI3IDI3IDI3IDI3LjUgMjYuOTMgMjUuNSAxOC45MyAyNS41IDE4LjkzIi8+PC9nPjwvZz48ZyBpZD0iUm91bmRlZF9SZWN0YW5nbGVfMiIgZGF0YS1uYW1lPSJSb3VuZGVkIFJlY3RhbmdsZSAyIiBjbGFzcz0iY2xzLTMiPjxnIGlkPSJSb3VuZGVkX1JlY3RhbmdsZV8yLTIiIGRhdGEtbmFtZT0iUm91bmRlZCBSZWN0YW5nbGUgMiI+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMjYuMzQsMTguNDIsMjcuNjEsMjd2LjA5bDAsLjA4YTIuOTIsMi45MiwwLDAsMSwwLDEuNDNIMTMuMzVhMi45MiwyLjkyLDAsMCwxLDAtMS40M2wwLS4wOFYyN2wxLjI3LTguNTRIMjYuMzRNMjguNDQsMTZIMTIuNTZMMTEsMjYuNmMtLjUyLDIuMzMuMzYsNC40LDIsNC40SDI4YzEuNjYsMCwyLjU0LTIuMDcsMi00LjRMMjguNDQsMTZaIi8+PC9nPjwvZz48ZyBpZD0iRWxsaXBzZV8yIiBkYXRhLW5hbWU9IkVsbGlwc2UgMiIgY2xhc3M9ImNscy0zIj48ZyBpZD0iRWxsaXBzZV8yLTIiIGRhdGEtbmFtZT0iRWxsaXBzZSAyIj48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0yMC41LDEyQTIuNSwyLjUsMCwxLDEsMTgsMTQuNSwyLjUsMi41LDAsMCwxLDIwLjUsMTJtMC0yQTQuNSw0LjUsMCwxLDAsMjUsMTQuNSw0LjQ5LDQuNDksMCwwLDAsMjAuNSwxMFoiLz48L2c+PC9nPjwvc3ZnPg==);
	border-radius: 50%;
	transition: .3s;
}
#wpmenucartli a:hover {
	background-color: rgba(255, 255, 255, .1);
}
.cartcontents {
	bottom: 56%;
	right: -32%;
	position: absolute;
	background-color: rgba(245, 37, 95, 1);
	border: 3px solid rgba(255, 255, 255, 1);
	color: #fff;
	width: 22px;
	height: 22px;
	font-size: 11px;
	line-height: 16px;
	border-radius: 50%;
	text-align: center;
}
@media (min-width: 1024px) {
	#wpmenucartli {
		position: relative;
		top: auto;
		right: auto;
		margin-top: .45em;
		padding: .35em 1em .35em .5em;
	}
	#wpmenucartli a {
		border: 0;
		display: block;
		width: 42px;
		height: 42px;
		background-color: rgba(98, 182, 205, .8);
		transition: .3s;
	}
	#wpmenucartli a:hover {
		background-color: rgba(98, 182, 205, .6);
	}
	.cartcontents {
		border: 3px solid #62b6cd;
		width: 27px;
		height: 27px;
		line-height: 22px;
	}
}
@media (min-width: 1100px) {
	#wpmenucartli {
		margin-top: .47em;
	}
}
@media (min-width: 1200px) {
	#menu-item-102 {
		padding: 0 .5em;
		margin-top: .9em;
	}
	#wpmenucartli {
		margin-top: .55em;
	}
}
@media (min-width: 1355px) {
	#menu-item-102 {
		margin-top: 1.1em;
	}
	#wpmenucartli {
		margin: .64em .5vw 0;
	}
}
/* wpml */
li.wpml-ls-item a {
	font-size: 1.1em;
}
span.wpml-ls-native {
	overflow: hidden;
	display: block;
	text-transform: uppercase;
}
#menu-item-wpml-ls-23-ru span {
	width: 1.76em;
}
#menu-item-wpml-ls-23-en span {
	width: 1.94em;
}
@media(min-width:480px) and (max-width:1023px) {
	li.wpml-ls-item {
		position: fixed;
		top: 14px;
		right: calc(2rem + 108px);
	}
}
@media (min-width: 1024px) {
	li.wpml-ls-item {
		padding: 0 0 0 .5em !important;
		margin-top: 0 !important;
		float: right;
	}
	.wpml-ls-item a {
		position: relative;
		display: block;
		width: 60px;
		height: 60px;
		background-color: rgba(98, 182, 205, .8);
		border-radius: 50%;
		transition: .3s;
	}
	.wpml-ls-item a::before {
		content: '';
		display: block;
		height: 60px;
		width: 60px;
		background-color: rgba(248, 52, 107, 1);
		border-radius: 50%;
		-webkit-clip-path: polygon(85% 0%, 100% 0%, 100% 100%, 25% 100%);
		clip-path: polygon(85% 0%, 100% 0%, 100% 100%, 25% 100%);
		transition: all 400ms ease-in-out 100ms;
	}
	.wpml-ls-item a:hover::before {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	#menu-item-wpml-ls-23-en span {
		width: 1.75em;
	}
	span.wpml-ls-native {
		overflow: hidden;
		display: block;
		margin: auto;
		text-transform: uppercase;
		height: 1.75em;
		width: 1.75em;
		line-height: 1.75em;
		font-size: 1.1em;
		color: #ffffff;
		position: absolute;
		top: .54em;
		left: .5em;
		background-color: rgba(98, 182, 205, .8);
		border-radius: 50%;
	}
	#menu-item-wpml-ls-23-en {
		letter-spacing: -1px;
	}
}
@media (min-width: 1200px) {
	.wpml-ls-item a {
		width: 64px;
		height: 64px;
	}
	.wpml-ls-item a::before {
		height: 64px;
		width: 64px;
	}
}
@media (min-width: 1355px) {
	.wpml-ls-item a {
		width: 69px;
		height: 69px;
	}
	.wpml-ls-item a::before {
		height: 69px;
		width: 69px;
	}
	span.wpml-ls-native {
		top: .5em;
		left: .53em;
	}
}
@media (min-width: 1480px) {
	.wpml-ls-item a {
		height: 69px;
		width: 69px;
	}
	.wpml-ls-item a::before {
		height: 69px;
		width: 69px;
	}
	span.wpml-ls-native {
		height: 1.7em;
		width: 1.7em;
		line-height: 1.7em;
		top: .41em;
		left: .4em;
	}
}
/* burger */
button.hamburger {
	display: block;
	padding: 0;
	cursor: pointer;
	transition: opacity .15s;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	outline: none;
	z-index: 2;
	position: absolute;
	right: 2rem;
	top: 18px;
}
@media (min-width: 1024px) {
	button.hamburger {
		display: none;
	}
}
.toggled button.hamburger {
	position: fixed;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
	background-color: rgba(255, 255, 255, 1);
}
.hamburger-box {
	width: 40px;
	height: 34px;
	display: block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
/*.home .hamburger-inner, .home .hamburger-inner::before, .home .hamburger-inner::after {
  background-color: rgba(255, 255, 255, 1);
  
}.home .main-navigation:not(.toggled) .hamburger-inner, .home .main-navigation:not(.toggled) .hamburger-inner::before, .home .main-navigation:not(.toggled) .hamburger-inner::after {
  box-shadow: 0 0 2em #fff;
}*/
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: .15s;
	transition-timing-function: ease;
}
.home .hamburger-inner, .home .hamburger-inner::before, .home .hamburger-inner::after {
	background-color: #020413;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: '';
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--squeeze .hamburger-inner {
	transition-duration: .075s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}
.hamburger--squeeze .hamburger-inner::before {
	transition: top .075s .12s ease, opacity .075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
	transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19);
}
.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top .075s ease, opacity .075s .12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1);
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
body:not(.home) .content-area {
	padding-bottom: 4rem;
}
/* homepage */
.metaslider .flexslider .slides li {
	overflow: hidden;
}
.metaslider .flexslider .slides img {
	min-height: 320px;
	height: 68vh;
	object-fit: cover;
	object-position: 48% 50%;
}
@media(min-width:625px) {
	.metaslider .flexslider .slides li {
		overflow: inherit;
	}
	.metaslider .flexslider .slides img {
		height: auto;
		width: 100%;
		object-position: 50%;
	}
}
/* below slider */
.rowwcolshp {
	margin: 0;
	gap: 0 !important;
}
.rowwcolshp .wp-block-column {
	background: #fff;
	padding: 2rem;
}
.rowwcolshp .wp-block-column:first-child h1, .rowwcolshp .wp-block-column h2 {
	color: #7a8eea;
	font-size: 24px !important;
	font-size: min(max(20px, 4vw), 26px) !important;
}
.rowwcolshp .wp-block-column:first-child {
	background-color: #131a4a;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	color: #fff;
}
.rowwcolshp .wp-block-column:not(:first-child) {
	margin: 0;
}
.row1hp .wp-block-column:first-child {
	background-image: url(data:image/svg+xml;base64,77u/PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAxMjAwIDgwMCc+PHJlY3QgZmlsbD0nIzRjNWFhMScgd2lkdGg9JzEyMDAnIGhlaWdodD0nODAwJy8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSdhJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9JzYwMCcgeTE9JzI1JyB4Mj0nNjAwJyB5Mj0nNzc3Jz48c3RvcCBvZmZzZXQ9JzAnIHN0b3AtY29sb3I9JyM0YzVhYTEnLz48c3RvcCBvZmZzZXQ9JzEnIHN0b3AtY29sb3I9JyMxYTIxNTEnLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0nYicgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnIHgxPSc2NTAnIHkxPScyNScgeDI9JzY1MCcgeTI9Jzc3Nyc+PHN0b3Agb2Zmc2V0PScwJyBzdG9wLWNvbG9yPScjNDc1NTlhJy8+PHN0b3Agb2Zmc2V0PScxJyBzdG9wLWNvbG9yPScjMTkyMDUwJy8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9J2MnIGdyYWRpZW50VW5pdHM9J3VzZXJTcGFjZU9uVXNlJyB4MT0nNzAwJyB5MT0nMjUnIHgyPSc3MDAnIHkyPSc3NzcnPjxzdG9wIG9mZnNldD0nMCcgc3RvcC1jb2xvcj0nIzQzNTA5MicvPjxzdG9wIG9mZnNldD0nMScgc3RvcC1jb2xvcj0nIzE5MjA1MCcvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSdkJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jzc1MCcgeTE9JzI1JyB4Mj0nNzUwJyB5Mj0nNzc3Jz48c3RvcCBvZmZzZXQ9JzAnIHN0b3AtY29sb3I9JyMzZTRhOGInLz48c3RvcCBvZmZzZXQ9JzEnIHN0b3AtY29sb3I9JyMxODFmNGYnLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0nZScgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnIHgxPSc4MDAnIHkxPScyNScgeDI9JzgwMCcgeTI9Jzc3Nyc+PHN0b3Agb2Zmc2V0PScwJyBzdG9wLWNvbG9yPScjM2E0NTg0Jy8+PHN0b3Agb2Zmc2V0PScxJyBzdG9wLWNvbG9yPScjMTcxZTRlJy8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9J2YnIGdyYWRpZW50VW5pdHM9J3VzZXJTcGFjZU9uVXNlJyB4MT0nODUwJyB5MT0nMjUnIHgyPSc4NTAnIHkyPSc3NzcnPjxzdG9wIG9mZnNldD0nMCcgc3RvcC1jb2xvcj0nIzM1NDA3ZCcvPjxzdG9wIG9mZnNldD0nMScgc3RvcC1jb2xvcj0nIzE3MWU0ZScvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSdnJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9JzkwMCcgeTE9JzI1JyB4Mj0nOTAwJyB5Mj0nNzc3Jz48c3RvcCBvZmZzZXQ9JzAnIHN0b3AtY29sb3I9JyMzMTNiNzUnLz48c3RvcCBvZmZzZXQ9JzEnIHN0b3AtY29sb3I9JyMxNjFkNGQnLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0naCcgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnIHgxPSc5NTAnIHkxPScyNScgeDI9Jzk1MCcgeTI9Jzc3Nyc+PHN0b3Agb2Zmc2V0PScwJyBzdG9wLWNvbG9yPScjMmMzNjZlJy8+PHN0b3Agb2Zmc2V0PScxJyBzdG9wLWNvbG9yPScjMTYxZDRkJy8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9J2knIGdyYWRpZW50VW5pdHM9J3VzZXJTcGFjZU9uVXNlJyB4MT0nMTAwMCcgeTE9JzI1JyB4Mj0nMTAwMCcgeTI9Jzc3Nyc+PHN0b3Agb2Zmc2V0PScwJyBzdG9wLWNvbG9yPScjMjgzMTY3Jy8+PHN0b3Agb2Zmc2V0PScxJyBzdG9wLWNvbG9yPScjMTUxYzRjJy8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9J2onIGdyYWRpZW50VW5pdHM9J3VzZXJTcGFjZU9uVXNlJyB4MT0nMTA1MCcgeTE9JzI1JyB4Mj0nMTA1MCcgeTI9Jzc3Nyc+PHN0b3Agb2Zmc2V0PScwJyBzdG9wLWNvbG9yPScjMjMyYjYwJy8+PHN0b3Agb2Zmc2V0PScxJyBzdG9wLWNvbG9yPScjMTQxYjRiJy8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9J2snIGdyYWRpZW50VW5pdHM9J3VzZXJTcGFjZU9uVXNlJyB4MT0nMTEwMCcgeTE9JzI1JyB4Mj0nMTEwMCcgeTI9Jzc3Nyc+PHN0b3Agb2Zmc2V0PScwJyBzdG9wLWNvbG9yPScjMWYyNjU4Jy8+PHN0b3Agb2Zmc2V0PScxJyBzdG9wLWNvbG9yPScjMTQxYjRiJy8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9J2wnIGdyYWRpZW50VW5pdHM9J3VzZXJTcGFjZU9uVXNlJyB4MT0nMTE1MCcgeTE9JzI1JyB4Mj0nMTE1MCcgeTI9Jzc3Nyc+PHN0b3Agb2Zmc2V0PScwJyBzdG9wLWNvbG9yPScjMWEyMTUxJy8+PHN0b3Agb2Zmc2V0PScxJyBzdG9wLWNvbG9yPScjMTMxYTRhJy8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGcgPjxyZWN0IGZpbGw9J3VybCgjYSknIHdpZHRoPScxMjAwJyBoZWlnaHQ9JzgwMCcvPjxyZWN0IGZpbGw9J3VybCgjYiknIHg9JzEwMCcgd2lkdGg9JzExMDAnIGhlaWdodD0nODAwJy8+PHJlY3QgZmlsbD0ndXJsKCNjKScgeD0nMjAwJyB3aWR0aD0nMTAwMCcgaGVpZ2h0PSc4MDAnLz48cmVjdCBmaWxsPSd1cmwoI2QpJyB4PSczMDAnIHdpZHRoPSc5MDAnIGhlaWdodD0nODAwJy8+PHJlY3QgZmlsbD0ndXJsKCNlKScgeD0nNDAwJyB3aWR0aD0nODAwJyBoZWlnaHQ9JzgwMCcvPjxyZWN0IGZpbGw9J3VybCgjZiknIHg9JzUwMCcgd2lkdGg9JzcwMCcgaGVpZ2h0PSc4MDAnLz48cmVjdCBmaWxsPSd1cmwoI2cpJyB4PSc2MDAnIHdpZHRoPSc2MDAnIGhlaWdodD0nODAwJy8+PHJlY3QgZmlsbD0ndXJsKCNoKScgeD0nNzAwJyB3aWR0aD0nNTAwJyBoZWlnaHQ9JzgwMCcvPjxyZWN0IGZpbGw9J3VybCgjaSknIHg9JzgwMCcgd2lkdGg9JzQwMCcgaGVpZ2h0PSc4MDAnLz48cmVjdCBmaWxsPSd1cmwoI2opJyB4PSc5MDAnIHdpZHRoPSczMDAnIGhlaWdodD0nODAwJy8+PHJlY3QgZmlsbD0ndXJsKCNrKScgeD0nMTAwMCcgd2lkdGg9JzIwMCcgaGVpZ2h0PSc4MDAnLz48cmVjdCBmaWxsPSd1cmwoI2wpJyB4PScxMTAwJyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzgwMCcvPjwvZz48L3N2Zz4=);
}
.row1hp .wp-block-column:last-child {
	background: #110b0b;
	color: #fff;
}
.rowwcolshp .wp-block-column .products a {
	color: inherit;
}
.rowwcolshp .wp-block-column .products h2 {
	margin-top: 1.8rem !important;
}
.products .loop-product-description {
	margin-bottom: 1.14rem;
}
.row2hp .wp-block-column:first-child {
	background-position: 100% 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEwMi41NnB4IiBoZWlnaHQ9IjUxcHgiIHZpZXdCb3g9IjAgMCAxMDIuNTYgNTEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMi41NiA1MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+ICAgIDxyZWN0IHg9IjEwMiIgZmlsbD0iIzUxNUZBOCIgd2lkdGg9IjEwMiIgaGVpZ2h0PSI1MSIvPiAgICA8Zz4gICAgICAgIDxjaXJjbGUgZmlsbD0iIzUxNUZBOCIgc3Ryb2tlPSIjMTExNjNBIiBzdHJva2Utd2lkdGg9IjQuMjUyMSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utb3BhY2l0eT0iMC4wNSIgY3g9IjEwMiIgY3k9IjAiIHI9IjExNC43NSIvPiAgICAgICAgPGNpcmNsZSBmaWxsPSIjNEM1QUEyIiBzdHJva2U9IiMxMTE2M0EiIHN0cm9rZS13aWR0aD0iNC4yNTIxIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1vcGFjaXR5PSIwLjA1IiBjeD0iMTAyIiBjeT0iMCIgcj0iMTA4LjM4Ii8+ICAgICAgICA8Y2lyY2xlIGZpbGw9IiM0ODU1OUQiIHN0cm9rZT0iIzExMTYzQSIgc3Ryb2tlLXdpZHRoPSI0LjI1MjEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLW9wYWNpdHk9IjAuMDUiIGN4PSIxMDIiIGN5PSIwIiByPSIxMDIiLz4gICAgICAgIDxjaXJjbGUgZmlsbD0iIzQzNTA5NyIgc3Ryb2tlPSIjMTExNjNBIiBzdHJva2Utd2lkdGg9IjQuMjUyMSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utb3BhY2l0eT0iMC4wNSIgY3g9IjEwMiIgY3k9IjAiIHI9Ijk1LjYyIi8+ICAgICAgICA8Y2lyY2xlIGZpbGw9IiMzRjRCOTEiIHN0cm9rZT0iIzExMTYzQSIgc3Ryb2tlLXdpZHRoPSI0LjI1MjEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLW9wYWNpdHk9IjAuMDUiIGN4PSIxMDIiIGN5PSIwIiByPSI4OS4yNSIvPiAgICAgICAgPGNpcmNsZSBmaWxsPSIjM0I0NzhCIiBzdHJva2U9IiMxMTE2M0EiIHN0cm9rZS13aWR0aD0iNC4yNTIxIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1vcGFjaXR5PSIwLjA1IiBjeD0iMTAyIiBjeT0iMCIgcj0iODIuODgiLz4gICAgICAgIDxjaXJjbGUgZmlsbD0iIzM2NDI4NSIgc3Ryb2tlPSIjMTExNjNBIiBzdHJva2Utd2lkdGg9IjQuMjUyMSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utb3BhY2l0eT0iMC4wNSIgY3g9IjEwMiIgY3k9IjAiIHI9Ijc2LjUiLz4gICAgICAgIDxjaXJjbGUgZmlsbD0iIzMyM0U3RiIgc3Ryb2tlPSIjMTExNjNBIiBzdHJva2Utd2lkdGg9IjQuMjUyMSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utb3BhY2l0eT0iMC4wNSIgY3g9IjEwMiIgY3k9IjAiIHI9IjcwLjEyIi8+ICAgICAgICA8Y2lyY2xlIGZpbGw9IiMyRjM5NzkiIHN0cm9rZT0iIzExMTYzQSIgc3Ryb2tlLXdpZHRoPSI0LjI1MjEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLW9wYWNpdHk9IjAuMDUiIGN4PSIxMDIiIGN5PSIwIiByPSI2My43NSIvPiAgICAgICAgPGNpcmNsZSBmaWxsPSIjMkIzNTcyIiBzdHJva2U9IiMxMTE2M0EiIHN0cm9rZS13aWR0aD0iNC4yNTIxIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1vcGFjaXR5PSIwLjA1IiBjeD0iMTAyIiBjeT0iMCIgcj0iNTcuMzgiLz4gICAgICAgIDxjaXJjbGUgZmlsbD0iIzI3MzE2QiIgc3Ryb2tlPSIjMTExNjNBIiBzdHJva2Utd2lkdGg9IjQuMjUyMSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utb3BhY2l0eT0iMC4wNSIgY3g9IjEwMiIgY3k9IjAiIHI9IjUxIi8+ICAgICAgICA8Y2lyY2xlIGZpbGw9IiMyNDJDNjUiIHN0cm9rZT0iIzExMTYzQSIgc3Ryb2tlLXdpZHRoPSI0LjI1MjEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLW9wYWNpdHk9IjAuMDUiIGN4PSIxMDIiIGN5PSIwIiByPSI0NC42MiIvPiAgICAgICAgPGNpcmNsZSBmaWxsPSIjMjAyODVFIiBzdHJva2U9IiMxMTE2M0EiIHN0cm9rZS13aWR0aD0iNC4yNTIxIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1vcGFjaXR5PSIwLjA1IiBjeD0iMTAyIiBjeT0iMCIgcj0iMzguMjUiLz4gICAgICAgIDxjaXJjbGUgZmlsbD0iIzFEMjU1NyIgc3Ryb2tlPSIjMTExNjNBIiBzdHJva2Utd2lkdGg9IjQuMjUyMSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utb3BhY2l0eT0iMC4wNSIgY3g9IjEwMiIgY3k9IjAiIHI9IjMxLjg4Ii8+ICAgICAgICA8Y2lyY2xlIGZpbGw9IiMxQTIxNTAiIHN0cm9rZT0iIzExMTYzQSIgc3Ryb2tlLXdpZHRoPSI0LjI1MjEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLW9wYWNpdHk9IjAuMDUiIGN4PSIxMDIiIGN5PSIwIiByPSIyNS41Ii8+ICAgICAgICA8Y2lyY2xlIGZpbGw9IiMxNzFENDkiIHN0cm9rZT0iIzExMTYzQSIgc3Ryb2tlLXdpZHRoPSI0LjI1MjEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLW9wYWNpdHk9IjAuMDUiIGN4PSIxMDIiIGN5PSIwIiByPSIxOS4xMiIvPiAgICAgICAgPGNpcmNsZSBmaWxsPSIjMTQxOTQxIiBzdHJva2U9IiMxMTE2M0EiIHN0cm9rZS13aWR0aD0iNC4yNTIxIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1vcGFjaXR5PSIwLjA1IiBjeD0iMTAyIiBjeT0iMCIgcj0iMTIuNzUiLz4gICAgICAgIDxjaXJjbGUgZmlsbD0iIzExMTYzQSIgc3Ryb2tlPSIjMTExNjNBIiBzdHJva2Utd2lkdGg9IjQuMjUyMSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utb3BhY2l0eT0iMC4wNSIgY3g9IjEwMiIgY3k9IjAiIHI9IjYuMzgiLz4gICAgPC9nPjwvc3ZnPg==);
}
.rowwcolshp .wp-block-latest-posts, .rowwcolshp .wp-block-latest-posts li {
	margin: 0;
	padding: 0;
}
.rowwcolshp .wp-block-latest-posts li:not(:last-child) {
	margin-bottom: 2vw;
}
.rowwcolshp .wp-block-latest-posts li a {
	color: #fff;
	font-size: 20px;
	font-size: min(max(18px, 4vw), 20px);
	font-weight: 500;
}
.rowwcolshp .wp-block-latest-posts li a:hover {
	color: #7a8eea;
}
/* product boxes */
@media (max-width: 768px) {
	.rowwcolshp .woocommerce ul.products[class*="columns-"] li.product {
		width: 100%;
		float: none;
		margin: 0 0 2.4em;
		text-align: left;
	}
}
/* product images aside */
@media (min-width: 480px) and (max-width: 781px), (min-width: 1200px) {
	.rowwcolshp .wp-block-column:last-child {
		align-items: center;
		display: flex;
	}
	.rowwcolshp .woocommerce {
		flex: 1 0 100%;
	}
	.rowwcolshp .woocommerce ul, .rowwcolshp .woocommerce ul.products li {
		margin-bottom: 0 !important;
	}
	.rowwcolshp .woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
		margin-left: 42%;
	}
	.rowwcolshp .woocommerce ul.products li.product a h2 {
		clear: right;
		padding-top: 10%;
	}
	.rowwcolshp .woocommerce ul.products li.product a img {
		float: left;
		margin-left: -100%;
		position: relative;
		left: 30%;
		max-width: 60%;
		clear: left;
	}
	.rowwcolshp .woocommerce ul.products li.product .button {
		position: static;
		width: auto;
		line-height: 1.5;
		height: auto;
		font-size: 1em;
		font-size: calc(1em + .18vw);
		margin-left: 42%;
		margin-top: 1.8rem;
		transform: none;
	}
}
@media (min-width: 600px) and (max-width: 781px) {
	.rowwcolshp .wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
	}
}
@media (min-width: 1200px) {
	.rowwcolshp .wp-block-column {
		padding: 3.3vw;
	}
}
/* shop page */
.post-type-archive-product.woocommerce .columns-2 ul.products li.product a img {
	object-fit: cover;
	min-height: 16em;
	max-height: 18vw;
	object-position: 50% 18%;
}
/* -----------------------------------
Content
-------------------------------------*/
.site-content {
	padding: 0 2rem;
}
.home .site-content {
	padding: 0;
}
:is(body, .woocommerce) .woocommerce-breadcrumb {
	padding: .4rem 2rem;
	color: #B5702B;
	background: #4B1608;
	border-top: 1px solid #000;
	margin: 0 -2rem 1rem;
	font-size: .8em;
}
:is(body, .woocommerce) .woocommerce-breadcrumb a {
	color: #D89A5D;
}
:is(body, .woocommerce) .woocommerce-breadcrumb a:hover {
	color: #B5702B;
}
/*.woocommerce-breadcrumb .breadcrumb_last {
	display: none;
}*/
@media (min-width: 1200px) {
	.site-content {
		padding: 0 3.3vw;
	}
	:is(body, .woocommerce) .woocommerce-breadcrumb {
		padding: .4rem 3.3vw;
		margin: 0 -3.3vw 2rem;
	}
}
.home .site-content {
	margin-top: 0;
}
.scroll-arrow {
	height: 42px;
	width: 42px;
	position: absolute;
	left: 0;
	right: 0;
	margin: -54px auto;
	z-index: 3;
	outline: none;
}
.scroll-arrow svg {
	transition: .3s;
}
.scroll-arrow:hover svg {
	opacity: .7;
}
.scroll-arrow_ar {
	fill: #62b6cd;
}
.scroll-arrow_ci {
	fill: none;
	stroke: #62b6cd;
	stroke-miterlimit: 10;
	stroke-width: 3px;
}
.metaslider.ms-theme-blend .flexslider ul.flex-direction-nav li a.flex-prev:before, .metaslider.ms-theme-blend .rslides_nav.prev:before, .metaslider.ms-theme-blend div.nivoSlider div.nivo-directionNav a.nivo-prevNav:before, .metaslider.ms-theme-blend .coin-slider .coin-slider div a.cs-prev:before {
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0i0KTQvtC9X9CY0LfQvtCx0YDQsNC20LXQvdC40LUiIGRhdGEtbmFtZT0i0KTQvtC9wqDQmNC30L7QsdGA0LDQttC10L3QuNC1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiA0MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hcnJvdy1sZWZ0MDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNLjgzLDE4LDE3LjM2LjgyYTIuNjMsMi42MywwLDAsMSwzLjgxLDAsMi44OCwyLjg4LDAsMCwxLDAsNEw2LjU0LDIwLDIxLjE3LDM1LjIyYTIuODgsMi44OCwwLDAsMSwwLDQsMi42MywyLjYzLDAsMCwxLTMuODEsMEwuODMsMjJhMi44OCwyLjg4LDAsMCwxLDAtNFoiLz48L3N2Zz4=) no-repeat center center !important;
}
.metaslider.ms-theme-blend .flexslider ul.flex-direction-nav li a.flex-next:before, .metaslider.ms-theme-blend .rslides_nav.next:before, .metaslider.ms-theme-blend div.nivoSlider div.nivo-directionNav a.nivo-nextNav:before, .metaslider.ms-theme-blend .coin-slider .coin-slider div a.cs-next:before {
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0i0KTQvtC9X9CY0LfQvtCx0YDQsNC20LXQvdC40LUiIGRhdGEtbmFtZT0i0KTQvtC9wqDQmNC30L7QsdGA0LDQttC10L3QuNC1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiA0MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hcnJvdy1sZWZ0MDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNLjgzLDE4LDE3LjM2LjgyYTIuNjMsMi42MywwLDAsMSwzLjgxLDAsMi44OCwyLjg4LDAsMCwxLDAsNEw2LjU0LDIwLDIxLjE3LDM1LjIyYTIuODgsMi44OCwwLDAsMSwwLDQsMi42MywyLjYzLDAsMCwxLTMuODEsMEwuODMsMjJhMi44OCwyLjg4LDAsMCwxLDAtNFoiLz48L3N2Zz4=) no-repeat center center !important;
	transform: rotate(180deg);
}
.ms-is-small.metaslider.ms-theme-blend .flexslider ol.flex-control-nav:not(.flex-control-thumbs), .ms-is-small.metaslider.ms-theme-blend ul.rslides_tabs, .ms-is-small.metaslider.ms-theme-blend div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) {
	width: auto !important;
	left: 30px !important;
	right: auto !important;
}
@media(min-width: 600px) {
	.scroll-arrow {
		margin-top: -64px;
	}
}
/* WooCommerce */
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
	overflow: hidden;
}
.woocommerce ul.products li.product .button {
	position: absolute;
	top: -2.4em;
	right: -4em;
	transform: rotate(45deg);
	width: 10em;
	line-height: 6;
	text-align: center;
	height: 5em;
	font-size: .8em;
	font-size: calc(.8em + .18vw);
	transition: color .3s, background .3s;
}
.woocommerce ul.products li.product a.button.added::after {
	position: absolute;
	top: -.4em;
	left: 4em;
}
.woocommerce ul.products li.product a.button.loading {
	padding-right: 1em;
}
@media (max-width: 600px) {
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
		width: 100%;
		float: none;
		margin: 0 0 2.4em;
		text-align: center;
	}
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	margin-bottom: .2em;
	padding-top: 0;
	text-align: left;
}
.single-product .onsale, li.product .onsale {
	display: none;
}
div.sale:not(.outofstock) h1.product_title::before, .woocommerce ul.products li.product.sale:not(.outofstock) .woocommerce-loop-product__title::before, .woocommerce ul.products li.product.sale:not(.outofstock) h3::before, li.outofstock span.sold {
	content: 'Sale!';
	letter-spacing: 1px;
	margin-right: .6em;
	padding: .34em .6em .2em;
	color: #fff;
	font-size: .8rem;
	display: inline-block;
	border-radius: 7px;
	vertical-align: .2em;
	line-height: 1.5;
	background-color: rgba(248, 52, 107, 1);
	text-transform: uppercase;
	float: left;
}
div.sale:not(.outofstock) h1.product_title::before {
	vertical-align: .6em;
	float: none;
}
li.outofstock span.sold {
	background-color: rgba(98, 182, 205, 0.8);
}
li.outofstock h2.woocommerce-loop-product__title {
	color: #666;
	clear: right;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	background-color: #895521;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
	background: rgba(188, 200, 218, .34);
	border-color: #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
	background: #fff;
}
@media(min-width:768px) {
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
		top: 100%;
		left: 50%;
		transform: translate(-50%, -28%);
		width: 6em;
		height: 6em;
		border-radius: 100%;
		background-color: rgba(210, 210, 210, 0.68);
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
		background-color: rgba(99, 183, 206, 0.68);
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
		width: .5em;
		height: .5em;
		top: 14%;
		left: 50%;
		border-width: .1em;
		transform: translate(-50%, -50%);
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
		width: .18em;
		height: .4em;
		top: 17.2%;
		left: 55%;
		transform: rotate(-45deg);
	}
	.woocommerce-product-gallery::after {
		content: '';
		width: 24vw;
		height: 1px;
		display: block;
		background: #303c7b;
		z-index: 10;
		bottom: 0;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
}
li.outofstock .button {
	display: none;
}
.woocommerce-loop-product__title {
	color: #404040;
}
.woocommerce div.product div.images img {
	width: auto;
	margin: auto;
}
.flex-viewport figure div {
	width: 90vw !important;
}
@media (min-width: 1024px) {
	.flex-viewport figure div {
		width: calc(100vw - 2 * 2rem) !important;
	}
}
@media (min-width: 1200px) {
	.flex-viewport figure div {
		width: 93.4vw !important;
	}
}
.woocommerce div.product div.images .flex-control-thumbs {
	width: 100%;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	position: relative;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: auto;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	border: 1px solid #fff;
	border-bottom: 1px solid #895521;
	padding: 2px;
	margin-bottom: 2px;
	opacity: 1;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
	border: 1px solid #303c7b;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	display: block !important;
	width: 100%;
	float: none;
	overflow: hidden;
}
.woocommerce-product-gallery--with-images figure {
	margin: auto !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: none;
	width: 100%;
	text-align: center;
}
div.flex-viewport a img {
	width: auto;
	max-height: calc(100vh - 232px) !important;
}
.woocommerce div.product div.images a img {
	width: auto;
	max-height: calc(100vh - 109px);
}
div.flex-viewport {
	max-height: calc(100vh - 232px);
	order: 1;
	width: 100%;
	margin: 0 auto;
}
.woocommerce-product-rating {
	display: inline-block !important;
	margin-bottom: 0 !important;
}
.woocommerce div.product .price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
	display: inline !important;
	color: #62b6cd !important;
}
.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .product-size-meta, .woocommerce ul.products li.product .product-category-meta {
	font-size: 1em !important;
	margin-right: 1em;
	margin-bottom: 0;
}
.product-size-meta {
	white-space: nowrap;
}
.woocommerce ul.products li.product .product-category-meta, .woocommerce ul.products li.product .product-size-meta {
	margin-right: 0;
}
.woocommerce ul.products li.product .product-size-meta + .product-category-meta {
	margin-left: 1em;
}
.comment-form-rating {
	margin-top: .6em;
	line-height: 2;
}
.woocommerce-product-rating .star-rating {
	margin-right: .5em !important;
}
a.woocommerce-review-link {
	display: none;
}
.woocommerce ul.products li.product .star-rating, .woocommerce-product-rating .star-rating {
	display: none;
}
.woocommerce div.product form.cart {
	display: inline-block;
	margin-bottom: 1.5em;
	margin-top: .4em;
	width: 100%;
}
.woocommerce-product-details__short-description {
	margin: 1em auto;
	max-width: 1030px;
}
.woocommerce-Tabs-panel--description p, .woocommerce-product-details__short-description p {
	margin: .3em !important;
}
.summary button.button, .entry-summary button.button {
	font-size: 1.2em !important;
}
p.out-of-stock {
	font-size: 1.25em !important;
}
div.product_meta > span:after {
	display: inline-block;
	content: '|';
	color: #cfcfcf;
	margin-left: .5em;
}
div.product_meta > span:last-child:after {
	content: '';
}
.entry-summary .product-size-meta {
	color: #62b6cd;
	font-size: 1.25em;
	margin-left: 1em;
}
ul.wc-tabs[role="tablist"], #tab-additional_information {
	display: none !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel--reviews, .woocommerce-Tabs-panel--description {
	display: block !important;
	width: 100%;
	margin: auto !important;
}
li .posted_in {
	display: none;
}
div.product_meta {
	display: inline-block;
}
.woocommerce ul.products li.product .added_to_cart {
	display: none;
}
.add_to_cart_button {
	float: none;
}
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
	display: block;
	text-align: left;
}
.add_to_cart_button, .woocommerce div.product form.cart .button, input.wpcf7-submit {
	background-color: #f8346b !important;
	border-radius: 7px !important;
	color: #fff !important;
}
.woocommerce div.product form.cart .button {
	margin: auto;
	float: none;
}
.add_to_cart_button a:hover, .woocommerce div.product form.cart .button:hover, .rowwcolshp .woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:hover, input.wpcf7-submit:hover {
	background-image: linear-gradient(160deg, #f8346b 54%, #bf056a 100%);
}
.woocommerce a.added_to_cart {
	padding: .618em 1em;
	line-height: 1;
	margin-top: .7em;
}
.woocommerce-message, .woocommerce-info {
	border-top-color: rgba(30, 148, 181, 1) !important;
}
.woocommerce-message::before, .woocommerce-info::before {
	color: rgba(30, 148, 181, 1) !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	border-radius: 7px !important;
	font-weight: 400 !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #f8346b !important;
}
/*@media(min-width: 1920px) {
  .woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
    display: inline;
  }
  .woocommerce ul.products li.product .button {
    float: right;
    margin-top: -2em;
  }
}*/
.woocommerce-tabs .woocommerce-Tabs-panel--reviews, .woocommerce-Tabs-panel--description {
	max-width: 1030px;
}
@media (min-width: 768px) {
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		display: flex !important;
		/*align-items: center;*/
		margin-bottom: 0;
		overflow: visible;
		justify-content: center;
	}
	.woocommerce div.product div.images .flex-control-thumbs {
		max-width: 110px;
		margin-top: 0;
		display: block;
		position: absolute;
		left: 0;
		z-index: 2;
	}
	.woocommerce div.product div.images .flex-control-thumbs li {
		float: none;
		width: 100%;
	}
	.woocommerce div.product div.images a img, div.flex-viewport a img {
		max-height: calc(100vh - 109px) !important;
	}
	div.flex-viewport {
		max-height: calc(100vh - 109px);
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		padding-top: 2em;
		background: #fff;
		z-index: 100;
		position: relative;
	}
}
@media (min-width: 1024px) {
	.woocommerce div.product div.images a img, div.flex-viewport a img {
		max-height: calc(100vh - 121px) !important;
	}
	div.flex-viewport {
		max-height: calc(100vh - 121px);
	}
}
@media (min-width: 1100px) {
	.woocommerce div.product div.images a img, div.flex-viewport a img {
		max-height: calc(100vh - 133px) !important;
	}
	div.flex-viewport {
		max-height: calc(100vh - 133px);
	}
}
@media (min-width: 1355px) {
	.woocommerce div.product div.images a img, div.flex-viewport a img {
		max-height: calc(100vh - 156px) !important;
	}
	div.flex-viewport {
		max-height: calc(100vh - 156px);
	}
}
/* blog posts */
.post .entry-header {
	display: flex;
	flex-direction: column-reverse;
}
.blog-posts {
	margin-bottom: -2%;
}
.blog-posts .post {
	padding-bottom: 2%;
}
.blog-posts .post .entry-header {
	display: flex;
	flex-direction: column;
}
.blog-posts .post .entry-header h2 {
	margin-top: .5em;
	margin-bottom: .5em;
}
.blog-posts .post .entry-header h2 a {
	color: #404040;
}
.blog-posts .post .entry-content p {
	margin: 0;
	margin-bottom: .2em;
}
.blog-posts .post .entry-footer .posted-on, .blog-posts .post .entry-footer .cat-links, .blog-posts .post .entry-footer .tags-links {
	margin-right: .8em;
}
.post .entry-footer {
	margin: 1em 0;
}
.post .comments-link {
	float: right;
}
.blog-posts .post img {
	min-height: 16em;
	width: 100%;
	object-fit: cover;
	object-position: center top;
	max-height: 48vw;
}
.single-post .post .entry-footer .byline::after, .single-post .post .entry-footer .cat-links::after {
	display: inline-block;
	content: '|';
	color: #cfcfcf;
	margin: 0 .5em;
}
.single-post .entry-meta {
	text-align: center;
}
.single-post .addtoany_content {
	text-align: center;
	margin-bottom: 0;
	margin-top: 2em;
}
.single-post .addtoany_share_save_container path {
	fill: black;
}
@media (min-width: 768px) {
	.blog-posts {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.blog-posts .post {
		flex: 0 0 48%;
	}
}
.single-post .post, .single-post .post-navigation, .single-post .comments-area, .textual .hentry {
	max-width: 60em;
	margin: auto;
}
.related.products h2 {
	text-align: center;
}
/* Widgets */
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}
/* Posts and pages */
.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* Forms */
button, input[type="button"], input[type="reset"], input[type="submit"] {
	/* border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: .75rem;
  line-height: 1;
  padding: .6em 1em .4em;*/
	background-color: #f8346b;
	border-radius: 7px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: .35em .75em .625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
textarea {
	overflow: auto;
}
[type="checkbox"], [type="radio"] {
	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;
}
/* contact form */
div.form_send {
	text-align: center;
}
.wpcf7 [class*="col-"] {
	position: static;
}
@media(min-width:768px) {
	.wpcf7 .col-md-6 label {
		padding-right: 3%;
		display: block;
	}
	.wpcf7 .col-md-6:nth-child(2n) label {
		padding-right: 0;
		padding-left: 3%;
	}
}
.wpcf7-form-control:not(.wpcf7-submit) {
	display: block;
	margin: .6em 0 1.6em;
	padding: .34em .5em;
	line-height: 2;
	min-height: 38px;
	border-radius: 3px;
	border: 1px solid #ccc;
	width: 100%;
	font-weight: 400;
}
.wpcf7-form-control:focus {
	outline: 1px solid #aaa;
	border-radius: 0;
}
.wpcf7-form-control.wpcf7-textarea {
	height: 246px;
}
.wpcf7-submit {
	margin-top: 2em;
	font-size: 18px;
	padding: 0.618em 1.8em !important;
}
.wpcf7-submit.has-dark-gray-color:hover, .wpcf7-submit.has-dark-gray-color:active, .wpcf7-submit.has-dark-gray-color:focus {
	color: #fff;
	outline: none;
}
/* validation */
span.wpcf7-not-valid-tip {
	margin-top: -1.18em;
	line-height: 1.4;
	font-size: 14px;
	font-weight: 400;
}
body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output {
	display: none !important;
}
.wpcf7-form {
	position: relative;
}
body .wpcf7-form .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3em 0 0 -2em !important;
	color: transparent;
	font-size: 15px !important;
	border-top: .5em solid #F8346B;
	border-right: .5em solid #F8346B;
	border-bottom: .5em solid #5EB0C5;
	border-left: .5em solid #5EB0C5;
	background-color: #120D02;
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
	background-image: none;
	width: 4em;
	height: 4em;
	border-radius: 50%;
	background-clip: padding-box;
	opacity: 1;
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output {
	display: none !important;
}
.wpcf7 form.wpcf7-form.sent div.wpcf7-response-output {
	display: block !important;
	position: absolute;
	top: 48%;
	left: 50%;
	margin: 0 !important;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: none;
	background: #eee;
	padding: 3em 3em;
	line-height: 1.2;
	text-align: center;
	min-width: 20em;
}
/* footer */
.site-footer {
	position: relative;
	bottom: 0;
	color: #fff;
}
.site-footer a {
	color: #fff;
	transition: .3s;
}
.site-footer a:hover {
	opacity: .7;
}
.site-footer .widget, .site-footer ul {
	margin: 0;
}
.footer_top {
	background-color: rgba(18, 13, 2, 1);
	padding: 0 2rem;
	font-size: .9em;
}
#nav_menu-2 {
	display: none;
}
.footer-column-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 5em;
}
.footer-column-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer-column-2 li {
	margin: .4em 0;
}
#nav_menu-3 {
	margin-right: 25px;
}
.widget_a2a_follow_widget {
	padding-top: 1.3em;
}
.a2a_kit a {
	padding: 0 10px !important;
	transition: .3s !important;
}
.a2a_kit a:first-child {
	padding-left: 0 !important;
}
.a2a_kit a:last-child {
	padding-right: 0 !important;
}
.footer-column-2 {
	padding-top: 60px;
}
.site-info {
	padding-top: 56px;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, .94);
	line-height: 1;
	padding-bottom: 2em;
}
.site-info span {
	font-family: 'Arial';
}
.footer_bottom {
	font-size: .89em;
	display: flex;
	flex-direction: column;
	min-height: 16em;
	padding: 0 2rem;
	background-image: -webkit-linear-gradient(92deg, rgb(29, 148, 181) 0%, rgb(64, 165, 193) 45%, rgb(98, 182, 205) 93%);
	background-image: linear-gradient(-2deg, rgb(29, 148, 181) 0%, rgb(64, 165, 193) 45%, rgb(98, 182, 205) 93%)
}
.footer_bottom ul, .footer_bottom li {
	list-style: none;
	padding-left: 0;
}
.privacy-policy-link {
	text-decoration: underline;
}
.webprom {
	line-height: 30px;
	position: relative;
	display: inline-block;
	width: 40px;
	height: 26px;
	margin-left: .4em;
}
.webprom a {
	position: absolute;
	top: 8px;
	left: 0;
	bottom: 0;
}
/* Media */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
embed, iframe, object {
	max-width: 100%;
}
.custom-logo-link {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.custom-logo-link img {
	width: 427px;
	padding-bottom: 5px;
}
/* Captions */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: .8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/* @media */
@media (min-width: 576px) {
	#nav_menu-3 {
		margin-right: 5em;
	}
}
@media (min-width: 930px) {
	/* footer */
	.footer_top {
		font-size: 1em;
	}
	.site-footer .widget_a2a_follow_widget {
		padding-top: 14px;
		margin-left: -12px;
	}
	.footer_top ul, .footer_top li {
		display: inline;
	}
	.footer_top ul {
		padding: 0;
		margin-left: 6.5em;
	}
	.footer_top li a {
		margin: 0 1vw 0 0;
		padding: 0 1vw 0 0;
	}
	.footer_top li:first-child a {
		margin-left: 0;
		padding-left: 0;
	}
	.footer_top li:last-child a {
		margin-right: 0;
		padding-right: 0;
	}
	#nav_menu-2 {
		display: block;
		padding-top: 0;
	}
	.footer-column-1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.footer-column-2 {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}
	#nav_menu-3 {
		margin-right: 5em;
	}
	.footer_bottom {
		display: block;
	}
}
@media (min-width: 1024px) {
	#nav_menu-2 {
		display: block;
		padding-top: 0;
	}
	.footer_top ul {
		margin-left: 6.7em;
	}
	.footer_bottom {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}
@media (min-width: 1100px) {
	.footer_top {
		font-size: 1.1em;
	}
	.footer_top ul {
		margin-left: 6em;
	}
}
@media (min-width: 1200px) {
	.footer_top, .footer_bottom {
		padding: 0 3.3vw;
	}
}
@media (min-width: 1600px) {
	.menu-topmenu-container > ul > li:not(.wpml-ls-item):not(#wpmenucartli) > a, .main-navigation ul ul li {
		padding: .35em 2vw;
	}
	#wpmenucartli {
		margin-left: 1vw;
	}
}
/* Comments and Ratings */
.comment-content {
	color: #76473f;
	font-size: .88em;
}
.comment-content a {
	word-wrap: break-word;
	color: #5C443B;
	text-decoration: underline;
}
.bypostauthor {
	display: block;
}
ol.comment-list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ol.comment-list li > ul, ol.comment-list li > ol {
	list-style: none;
}
ol.comment-list li .reply {
	padding-bottom: 2em;
}
.comment-author, .comment-form {
	font-size: .88em;
}
.comment-author img {
	border-radius: 100%;
	vertical-align: middle;
	margin-right: .4em;
}
.comment-metadata {
	font-size: .72em;
	margin-top: 1.5em;
	font-style: italic;
}
.comment-form label {
	display: inline-block;
	margin: .4em 0;
	width: 8em;
}
.woocommerce-Reviews .comment-form label {
	width: 8em;
}
.comment-form .comment-form-cookies-consent label {
	width: auto;
	margin-left: .4em;
}
.comment-awaiting-moderation {
	font-style: italic;
	background: #e4dc93;
	display: inline-block;
	padding: .4em .8em;
	line-height: 1.2;
	font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, monospace;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
	border-radius: .1em;
}
.comment-awaiting-moderation::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0px;
	border-color: transparent transparent #e4dc93 transparent;
	display: block;
	position: absolute;
	margin-top: -18px;
}
/* when admin bar present, some classes to normalize */
html #wpadminbar {
	position: fixed;
}
@media (max-width:1023px) {
	.admin-bar.home .site-header, .admin-bar .home .overlay, .admin-bar .main-navigation.toggled, .admin-bar .main-navigation.toggled .nav-menu-links::before {
		top: 46px;
	}
	.admin-bar .toggled #wpmenucartli {
		top: 50px;
	}
	.admin-bar .toggled button.hamburger, .admin-bar:not(.home) button.hamburger {
		top: 62px;
	}
}
@media(min-width: 480px) and (max-width:1023px) {
	.admin-bar li.wpml-ls-item {
		top: 60px
	}
}
@media(min-width:783px) and (max-width:1023px) {
	.admin-bar.home .site-header, .admin-bar .home .overlay, .admin-bar .main-navigation.toggled, .admin-bar .main-navigation.toggled .nav-menu-links::before {
		top: 32px;
	}
	.admin-bar li.wpml-ls-item {
		top: 50px
	}
	.admin-bar .toggled #wpmenucartli {
		top: 42px;
	}
	.admin-bar .toggled button.hamburger, .admin-bar:not(.home) button.hamburger {
		top: 56px;
	}
}
/* edit for admin */
/* edit link */
.edit-link {
	position: fixed;
	left: 0;
	bottom: 10vh;
	display: block;
	z-index: 1000;
	transform: rotate(90deg);
	transform-origin: center top;
}
.edit-link a {
	color: #fff;
	padding: .2em 1em;
	display: block;
	background-image: linear-gradient(160deg, #ff2453 54%, #a21da6 100%);
	font-weight: 700;
	line-height: 2;
	transition: background 400ms ease;
}
.edit-link a:hover {
	background-image: linear-gradient(180deg, #ff2453 30%, #a21da6 100%);
}