
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.aws-container .aws-search-form {
	position: relative;
	width: 100%;
	float: none !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	align-items: stretch;
	height: 44px;
}

.aws-container .aws-search-form *, .aws-search-result {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-hyphens: manual;
	-webkit-hyphens: manual;
	hyphens: manual;
	border-radius: 0 !important;
}

.aws-container .aws-search-form .aws-loader, .aws-container .aws-search-form .aws-loader:after {
	border-radius: 50% !important;
	width: 20px;
	height: 20px;
}

.aws-container .aws-search-form .aws-wrapper {
	flex-grow: 1;
	position: relative;
	vertical-align: top;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.aws-container .aws-search-form .aws-loader {
	position: absolute;
	display: none;
	right: 10px;
	top: 50%;
	z-index: 999;
	margin: -10px 0 0;
	font-size: 10px;
	text-indent: -9999em;
	border-top: 3px solid #ededed;
	border-right: 3px solid #ededed;
	border-bottom: 3px solid #ededed;
	border-left: 3px solid #555;
}

.aws-container .aws-search-form.aws-processing .aws-loader {
	display: block;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 .7s infinite linear;
	animation: load8 .7s infinite linear;
}

.aws-container .aws-search-label {
	position: absolute !important;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.aws-container .aws-search-field {
	width: 100%;
	max-width: 100%;
	color: #313131;
	padding: 6px;
	line-height: 30px;
	display: block;
	font-size: 12px;
	position: relative;
	z-index: 2;
	-webkit-appearance: none;
	height: 100%;
	min-height: inherit;
	margin: 0 !important;
	border: 1px solid #d8d8d8;
	outline: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:1024px) {
	.aws-container .aws-search-field {
		font-size: 16px;
	}
}

.aws-container .aws-search-field::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.aws-container .aws-search-field::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.aws-container .aws-search-field::-webkit-search-cancel-button, .aws-container .aws-search-field::-webkit-search-decoration, .aws-container .aws-search-field::-webkit-search-results-button, .aws-container .aws-search-field::-webkit-search-results-decoration {
	display: none;
}

.aws-container .aws-search-field:focus {
	background-color: #fff;
}

.aws-container .aws-show-clear .aws-search-field {
	padding-right: 40px;
}

.aws-container .aws-search-field:focus::-webkit-input-placeholder {
	color: transparent;
}

.aws-container .aws-search-field:focus:-moz-placeholder {
	color: transparent;
}

.aws-container .aws-search-field:focus::-moz-placeholder {
	color: transparent;
}

.aws-container .aws-search-field:focus:-ms-input-placeholder {
	color: transparent;
}

.aws-container .aws-search-form .aws-search-clear {
	display: none !important;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	color: #757575;
	height: 100%;
	width: 38px;
	padding: 0 0 0 10px;
	text-align: left;
}

.aws-container .aws-search-form .aws-search-clear span {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 24px;
	top: 50%;
	margin-top: -12px;
}

.aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear {
	display: block !important;
}

.aws-container .aws-search-form.aws-form-active.aws-processing .aws-search-clear {
	display: none !important;
}

.aws-container .aws-search-form .aws-search-btn {
	padding: 0;
	line-height: 10px;
	width: 42px;
}

.aws-container .aws-search-form .aws-search-btn_icon {
	display: inline-block;
	fill: currentColor;
	height: 24px;
	line-height: 24px;
	position: relative;
	width: 42px;
	color: #555;
}

.aws-container .aws-search-form .aws-search-btn svg {
	display: block;
	height: 100%;
	width: 100%;
}

.aws-container[data-show-page=false] .aws-search-form .aws-search-btn:hover {
	background: #ededed;
	cursor: default;
}

.aws-container .aws-search-form .aws-form-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background: #ededed;
	border: 1px solid #d8d8d8;
	margin: 0 0 0 -1px;
	cursor: pointer;
	position: relative;
	white-space: nowrap;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 100ms ease-in-out;
	-moz-transition: background-color 100ms ease-in-out;
	-o-transition: background-color 100ms ease-in-out;
	transition: background-color 100ms ease-in-out;
}

.aws-container .aws-search-form .aws-form-btn:hover {
	background: #dcdcdc;
}

.aws-container .aws-search-form .aws-form-btn:active {
	background: #d8d8d8;
}

.aws-container[data-buttons-order="3"] .aws-search-form .aws-wrapper {
	-webkit-order: 2;
	order: 2;
}

.aws-container[data-buttons-order="3"] .aws-search-form .aws-search-btn {
	margin: 0 -1px 0 0;
}

.aws-search-result {
	position: absolute;
	text-align: left;
	z-index: 9999999999999;
	background: #fff;
	width: 100%;
	margin-top: -1px;
	border: 1px solid #ccc;
	font-size: 12px;
	line-height: 16px;
}

.aws-search-result ul {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	max-height: 400px;
	overflow-y: auto;
}

.aws-search-result ul::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	background-color: #ededed;
}

.aws-search-result ul::-webkit-scrollbar {
	width: 7px;
	background-color: #ededed;
}

.aws-search-result ul::-webkit-scrollbar-thumb {
	background-color: #d8d8d8;
}

.aws-search-result ul li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	margin: 0 !important;
	position: relative;
}

.aws-search-result ul li:last-child {
	border-bottom: 0;
}

.aws-search-result .aws_result_link {
	display: block;
	cursor: pointer;
	padding: 10px 8px;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	border: 0;
}

.aws-search-result .aws_top_text {
	width: 100%;
	padding: 10px 8px;
	border-bottom: 1px solid #ccc;
}

.aws-search-result .aws_result_item.hovered, .aws-search-result .aws_result_item:hover, .aws-search-result .aws_search_more a:hover {
	background: #f5f5f5;
}

.aws-search-result .aws_results .aws_result_item {
	position: relative;
}

.aws-search-result .aws_result_item .aws_result_link_top {
	position: absolute;
	z-index: 1;
	white-space: nowrap;
	text-indent: -9999px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	outline: 0;
	text-decoration: none;
}

.aws-search-result .aws_result_item [data-link], .aws-search-result .aws_result_item a, .aws-search-result .aws_result_item button, .aws-search-result .aws_result_item span[href] {
	position: relative;
	z-index: 2;
}

.aws-search-result .aws_result_content {
	overflow: hidden;
	display: block;
}

.aws-search-result .aws_result_title {
	display: block;
	font-weight: 400;
	margin-bottom: 3px;
	color: #21759b;
}

.aws-search-result .aws_result_featured {
	margin: 0 6px 0 0;
	position: relative;
	top: -2px;
	left: 3px;
}

.aws-search-result .aws_result_featured svg {
	width: 13px;
	height: 13px;
	fill: #fa0;
	vertical-align: bottom;
}

.aws-search-result .aws_result_sku, .aws-search-result .aws_result_stock {
	display: block;
	font-weight: 400;
	margin-top: 4px;
	margin-bottom: 5px;
	color: #7ad03a;
}

.aws-search-result .aws_result_stock.out {
	color: #a44;
}

.aws-search-result .aws_result_sku {
	margin-top: 3px;
	color: #222;
}

.aws-search-result .aws_result_cat .aws_result_title, .aws-search-result .aws_result_tag .aws_result_title, .aws-search-result .aws_result_top_custom_item .aws_result_title {
	margin-bottom: 2px;
}

.aws-search-result .aws_result_excerpt {
	display: block;
	color: #222;
}

.aws-search-result .aws_result_price {
	display: block;
	padding: 2px 0;
	color: #222;
}

.aws-search-result .aws_result_price del {
	background: 0 0;
	padding: 0 12px 0 0;
	opacity: .8;
	text-decoration: line-through !important;
}

.aws-search-result .aws_result_price ins {
	background: 0 0;
	padding: 0 12px 0 0;
	opacity: 1;
}

.aws-search-result .aws_result_cats {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

.aws-search-result .aws_result_image {
	display: block;
	height: 100%;
	float: left;
	padding: 0 10px 0 0;
}

.aws-search-result .aws_result_image img {
	width: 50px;
	height: auto;
	box-shadow: none;
}

.aws-search-result .aws_result_sale {
	display: block;
	height: 42px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 47px;
}

.aws-search-result .aws_onsale {
	background: #77a464 0 0;
	color: #fff;
	display: block;
	float: right;
	height: 20px;
	padding-top: 2px;
	position: relative;
	right: -25px;
	text-align: center;
	top: 3px;
	transform: rotate(45deg);
	width: 77px;
}

.aws-search-result .aws_no_result {
	line-height: 1.5;
	padding: 10px 6px;
	cursor: auto;
}

.aws-search-result .aws_search_more a {
	line-height: 40px;
	display: block;
	text-decoration: none;
	border: 0;
	text-align: center;
	color: #21759b;
}

.aws-search-result .aws_terms_suggestions {
	line-height: 1.7;
}

.aws-search-result .aws_term_suggestion {
	color: #222;
	vertical-align: middle;
}

.aws-search-result a.aws_term_suggestion {
	color: #222;
	background: #ededed;
	border: 0;
	border-radius: 3px;
	font-size: 13px;
	padding: 2px 5px;
}

.aws-search-result a.aws_term_suggestion:hover {
	background-color: #dad8da;
}

body.aws-overlay {
	overflow: hidden !important;
	position: fixed;
	width: 100%;
}

.aws-container.aws-mobile-fixed {
	position: fixed !important;
	z-index: 9999999 !important;
	top: 10px !important;
	left: 20px !important;
	width: 100%;
	width: calc(100% - 40px) !important;
}

.aws-mobile-fixed-close {
	padding: 15px;
	margin-right: -10px;
	display: inline-block;
	float: right;
	cursor: pointer;
}

.aws-overlay-mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background: #fff;
	z-index: 9999998 !important;
}

.aws-overlay .aws-overlay-mask {
	opacity: 1;
}

.et_search_outer .aws-container {
	width: 60%;
}

.et_search_outer .aws-container .aws-search-form {
	max-width: 100% !important;
}

.et_vertical_nav .et_search_outer .aws-container {
	width: auto;
	margin: 0 20px 0 0;
}

.et_fixed_nav .et-fixed-header .et_search_outer .aws-container {
	top: 7px;
}

.et_pb_menu__search .aws-container {
	width: 100%;
}

#et-boc .aws-container .aws-search-field {
	border: 1px solid #d8d8d8;
	padding: 6px 15px;
}

#et-boc .aws-container .aws-search-form .aws-form-btn {
	background: #ededed;
	border: 1px solid #d8d8d8;
	margin: 0 0 0 -1px;
}

#et-boc .aws-container .aws-search-form .aws-wrapper .aws-loader {
	border-top: 3px solid #ededed;
	border-right: 3px solid #ededed;
	border-bottom: 3px solid #ededed;
	border-left: 3px solid #555;
	margin: -10px 0 0;
}

#et-boc .aws-container .aws-search-form .aws-search-clear span {
	margin-top: -12px;
}

#et-boc .aws-container .aws-search-form .aws-search-clear {
	padding: 0 0 0 10px;
}

.aws-search-result .aws_result_title .advanced-woo-labels {
	position: relative !important;
	width: auto !important;
	margin: 0 5px 5px 0 !important;
	transform: none !important;
}

.aws-search-result .aws_result_title .advanced-woo-labels:last-child {
	margin-bottom: 0 !important;
}

.aws-search-result .aws_result_title .aws_result_labels {
	display: flex;
	margin: 0 !important;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: left;
	justify-content: flex-start;
}

.yith-infs-loader {
	text-align: center;
	margin: 10px 0 30px;
}

.yith-infs-loader img {
	max-width: 100%;
	display: inline-block;
}

/* Fade In */
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.yith-infs-animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

*, ::after, ::before {
	box-sizing: border-box;
}

html {
	font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

body {
	margin: 0;
}

hr {
	height: 0;
	color: inherit;
}

b, strong {
	font-weight: bolder;
}

code, kbd, pre, samp {
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, 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;
}

table {
	text-indent: 0;
	border-color: inherit;
}

button, select {
	text-transform: none;
}

[type='button'], [type='reset'], [type='submit'], button {
	-webkit-appearance: button;
}

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

:-moz-focusring {
	outline: ButtonText dotted 1px;
}

:-moz-ui-invalid {
	box-shadow: none;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

.is-layout-flow summary + * {
	margin-top: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	overflow-wrap: break-word;
	scrollbar-gutter: stable;
}

audio, canvas, embed, iframe, img, object, video {
	display: block;
	vertical-align: middle;
}

canvas, img, picture, video {
	display: block;
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4 {
	text-wrap: pretty;
}

a, button, input {
	touch-action: manipulation;
}

body, button, input, textarea {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

menu, ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

[hidden] {
	display: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

[role="button"], button {
	cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

:disabled {
	cursor: default;
}

button, input:where([type='button']), input:where([type='reset']), input:where([type='submit']) {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}

button.nitro-lazy, input:where([type='button']).nitro-lazy, input:where([type='reset']).nitro-lazy, input:where([type='submit']).nitro-lazy {
	background-image: none !important;
}

mark {
	background-color: transparent;
}

address {
	font-style: normal;
}

article, aside, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

a {
	color: #2c2d33;
	background-color: transparent;
	text-decoration: none;
	transition: color .2s;
}

a:active, a:hover {
	outline: 0;
}

a, button, input {
	touch-action: manipulation;
}

cite {
	display: block;
	margin-top: 1rem;
	font-style: normal;
}

mark {
	color: #000;
	background: #ff0;
}

small {
	font-size: 75%;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	border-radius: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

optgroup {
	margin: 0;
	color: inherit;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 1.618em 0;
	padding: 1em 1.618em 1.618em;
	border: 0;
}

legend {
	border: 0;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	font-size: 15px;
}

legend, ol, td, th, ul {
	padding: 0;
}

address, p, table {
	margin: 0 0 1.21575rem;
}

p:empty {
	margin: 0;
}

ol, ul {
	margin: 0 0 1.41575em 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ol, li > ul {
	margin-bottom: 0;
	margin-left: 1em;
}

b, dt, strong {
	font-weight: 600;
}

dd {
	margin: 0 0 1.618em;
}

pre {
	overflow: auto;
	max-width: 100%;
	margin-bottom: 1.618em;
	padding: 1.618em;
	background: rgba(0, 0, 0, .1);
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code, kbd, tt, var {
	padding: .202em .5407911001em;
	background-color: rgba(0, 0, 0, .05);
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

ins, mark {
	background: 0 0;
	font-weight: 400;
	text-decoration: none;
}

table td, table th {
	text-align: left;
	vertical-align: middle;
}

table caption, table th {
	font-weight: 600;
}

embed, iframe, object, select, video {
	max-width: 100%;
}

.gallery {
	margin-bottom: 1em;
}

.gallery .gallery-item {
	float: left;
}

.gallery {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}

.gallery .gallery-item {
	margin-bottom: 2em;
	padding: 0 15px;
}

.gallery .gallery-item .gallery-icon a {
	display: block;
}

.gallery .gallery-item .gallery-icon img {
	height: auto;
	margin: 0 auto;
	border: 0;
}

.gallery .gallery-item .gallery-caption {
	margin: 10px 0 0;
	text-align: center;
}

.gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery.gallery-columns-2 .gallery-item:nth-child(2n+1) {
	clear: left;
}

.gallery.gallery-columns-3 .gallery-item {
	width: 33.3%;
}

.gallery.gallery-columns-3 .gallery-item:nth-child(3n+1) {
	clear: left;
}

.gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery.gallery-columns-4 .gallery-item:nth-child(4n+1) {
	clear: left;
}

.gallery.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery.gallery-columns-5 .gallery-item:nth-child(5n+1) {
	clear: left;
}

.gallery.gallery-columns-6 .gallery-item {
	width: 16.666666667%;
}

.gallery.gallery-columns-7 .gallery-item {
	width: 14.285714286%;
}

.gallery.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
	width: 11.111111111%;
}

button, input, select {
	vertical-align: baseline;
}

button {
	border: none;
}

input[type="number"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.form-row input, .form-row select, .form-row textarea {
	width: 100%;
}

.form-row label {
	display: block;
	margin-bottom: 5px;
	color: #111;
	font-size: 14px;
	font-weight: 600;
}

.form-row .button, .form-row input[type="checkbox"], .form-row input[type="radio"] {
	width: auto;
}

.form-row.woocommerce-validated input.input-text {
	border-color: #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	border-color: #e2401c;
}

.form-row-last {
	margin-right: 0 !important;
}

.form-row-wide {
	clear: both;
	width: 100%;
}

@media (min-width:993px) {
	.col2-set {
		float: left;
		width: 52.9411764706%;
		margin-right: 5.8823529412%;
	}
	
	.col2-set .form-row-first {
		float: left;
		width: 48%;
		margin-right: 0;
	}
	
	.col2-set .form-row-last {
		float: right;
		width: 48%;
		margin-right: 0;
	}
	
	.col2-set .col-1, .col2-set .col-2 {
		margin-bottom: 1.618em;
	}
	
	.form-row-first {
		float: left;
		clear: both;
		width: 47.0588235294%;
		margin-right: 5.8823529412%;
	}
	
	.form-row-last {
		float: right;
		width: 47.0588235294%;
		margin-right: 0;
	}
}

.required {
	border-bottom: 0;
	color: #df0202;
	text-decoration: none;
}

.woocommerce-input-wrapper {
	display: block;
}

label.inline input {
	width: auto;
}

fieldset legend {
	width: calc(100% + 60px);
	margin-left: -30px;
	padding: 10px 30px;
	color: #111;
	font-size: 20px;
	font-weight: 600;
}

select {
	width: 100%;
	padding: 0 40px 0 .7em;
	padding-right: 40px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'1792\' height=\'1792\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill=\'none\' id=\'canvas_background\' height=\'402\' width=\'582\' y=\'-1\' x=\'-1\'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill=\'%23888\' id=\'svg_1\' d=\'m1408,704q0,26 -19,45l-448,448q-19,19 -45,19t-45,-19l-448,-448q-19,-19 -19,-45t19,-45t45,-19l896,0q26,0 45,19t19,45z\'/%3E%3C/g%3E%3C/svg%3E") calc(100% - 12px) 12px no-repeat;
	margin: 0;
	background-size: 15px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border: 1px solid #d2d6dc;
	border-radius: .3rem;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
	height: 40px;
}

select.nitro-lazy {
	background: none !important;
}

select:focus {
	outline: 0;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
	select {
		padding-right: 0;
		background-image: none;
	}
	
	select.nitro-lazy {
		background-image: none !important;
	}
}

.button, input[type="button"], input[type="reset"], input[type="submit"] {
	display: inline-block;
	padding: .8180469716em 1.41575em;
	border: 0;
	border-color: #43454b;
	border-radius: 4px;
	font-size: clamp(.875rem, .8115rem + .2033vw, .9375rem);
	outline: 0;
	background: 0 0;
	background-color: #43454b;
	font-weight: 600;
	text-shadow: none;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
	transition: .2s;
}

input[type="button"], input[type="reset"], input[type="submit"] {
	color: #fff;
	font-weight: 600;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input[type="tel"], input[type="text"], input[type="url"] {
	width: 100%;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"] {
	outline: 0;
	margin-bottom: 0;
	border: 1px solid #d2d6dc;
	border-radius: .3rem;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
	height: 40px;
	padding: 0 .7em;
}

input[type=text].select2-search__field {
	height: auto;
}

input[type="search"] {
	padding-left: 43px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="search"]::-moz-placeholder {
	color: #555;
}

input[type="search"]::placeholder {
	color: #555;
}

.site-search input[type="search"] {
	border: 0;
	background: #f8f8f8;
	border: 1px solid #f8f8f8;
}

.site-search form:before {
	left: 15px;
	top: 50%;
	margin-top: -7px;
	width: 16px;
	height: 16px;
}

.widget_search:before, .woocommerce-product-search:before, .wp-block-search__inside-wrapper:before, form.search-form:before {
	width: 18px;
	height: 18px;
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: .7em;
	left: .8em;
	background-color: #ccc;
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M21 21L15 15M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10Z\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M21 21L15 15M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10Z\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

textarea {
	overflow: auto;
	border: 1px solid #d2d6dc;
	border-radius: .25rem;
	padding: .8em;
	outline: 0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
	width: 100%;
	padding-left: .875em;
	vertical-align: top;
	height: 150px;
}

.input-text:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
	border-color: #999;
}

.below-woocommerce-category a, .comment-respond p a, .comment-text a, .entry-content article a:not(.elementor-button), .post-meta a, .product-widget a, .product_meta a, .woocommerce-tabs table.woocommerce-product-attributes a, a.reset_variations, body:not(.elementor-page):not(.woocommerce-account):not(.woocommerce-order-received) .entry-content p:not(.product__categories) a:not(.button) {
	text-decoration: underline;
	text-underline-offset: .12em;
	text-decoration-thickness: .75px;
}

hr {
	height: 0;
	margin-top: 38px;
	margin-bottom: 38px;
	border: 0;
	border-top: 1px solid #e9e9e9;
}

h1, h2 {
	margin: 0 0 1rem;
}

h3, h4, h5, h6 {
	margin: 0 0 .5rem;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

blockquote+h2, blockquote+h3, blockquote+h4, blockquote+header h2, form+h2, form+h3, form+h4, form+header h2, ol+h2, ol+h3, ol+h4, ol+header h2, p+h2, p+h3, p+h4, p+header h2, table+h2, table+h3, table+h4, table+header h2, ul+h2, ul+h3, ul+h4, ul+header h2 {
	margin-top: 1.2906835em;
}

dl.variation {
	margin: .4em 0;
	font-size: .9em;
	color: #545454;
}

dl.variation dd {
	margin-bottom: 0;
	margin-right: 5px;
	color: #323232;
}

dl.variation dt {
	line-height: 1.2;
}

dl.variation dd p {
	margin-bottom: 0;
}

dl.variation dd, dl.variation dd p, dl.variation dt {
	display: inline;
}

.video-container {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container:last-child {
	margin-bottom: 0;
}

.video-container embed, .video-container iframe, .video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-block-image figcaption {
	margin-top: .8em;
	color: #555;
	font-size: clamp(.875rem, .8115rem + .2033vw, .9375rem);
	text-align: center;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 1em;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption .wp-caption-text {
	font-size: 14px;
}

.alignleft, .alignright {
	display: inline;
	margin-top: 5px;
}

.alignleft {
	float: left;
	margin-right: 2.5em;
}

.alignright {
	float: right;
	margin-left: 2.5em;
}

.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto;
}

@media only screen and (min-width: 1070px) {
	.alignfull img, .alignwide img {
		display: block;
		margin: 0 auto;
	}
}

.content-area blockquote {
	position: relative;
	margin: 2.5em 40px;
}

.content-area blockquote.alignleft, .content-area blockquote.alignright {
	margin-top: .6em;
	padding: 2em 0;
}

.content-area blockquote p {
	margin-bottom: 0;
}

.content-area blockquote::before {
	position: absolute;
	top: -12px;
	left: -40px;
	margin: 0;
	color: #ccc;
	font-family: Georgia, serif;
	font-size: 50px;
	content: "“";
}

.content-area h3 + blockquote {
	margin-top: 10px;
}

.entry-content figure.wp-block-embed {
	width: 100%;
	margin: 0;
}

.entry-content ol ol, .entry-content ul ul {
	margin: 1em 0 1em 2em;
}

.entry-content ol li {
	padding-left: 6px;
}

@media (max-width: 768px) {
	.entry-content, .site {
		font-size: 15px;
	}
	
	input, select, textarea {
		font-size: 16px;
	}
	
	.entry-content:not(.wc-tab) p.form-row {
		font-size: 14px;
	}
	
	.site h1 {
		font-size: 30px;
		letter-spacing: -.01em;
	}
	
	.site h2 {
		font-size: clamp(1.375rem, .9939rem + 1.2195vw, 1.75rem);
		letter-spacing: -.01em;
	}
}

body.error404 h1 {
	margin-bottom: .5rem;
}

@media (min-width: 993px) {
	.mobile-summary, .site-branding + .shoptimizer-myaccount {
		display: none;
	}
	
	.site-header .col-full {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.site-header {
		position: relative;
		z-index: 20;
	}
	
	body:has(.commercekit-waitlist-popup--active) .site-header {
		z-index: 2;
	}
	
	.site-header .site-branding {
		line-height: 1;
	}
	
	.site-branding .site-title {
		margin: 0;
		font-size: 20px;
	}
	
	.site-branding .logo {
		display: inline-block;
		margin: 0;
	}
	
	.site-header .custom-logo-link img {
		width: auto;
	}
	
	.site-header .site-search {
		margin-left: 3em;
		flex-grow: 1;
	}
	
	.site-search input {
		padding-top: 1.45rem;
		padding-bottom: 1.45rem;
	}
	
	.site-header .widget {
		margin-bottom: 0;
	}
	
	.site-branding a {
		color: #111;
		font-weight: bold;
	}
	
	.site-branding p {
		margin-top: 5px;
		margin-bottom: 0;
		color: #555;
		font-size: 12px;
	}
	
	.site-branding .site-description {
		display: block;
		margin-top: .35rem;
		font-size: .755em;
	}
	
	.main-header {
		display: flex;
	}
	
	.site-search.type-outline input[type="search"] {
		background-color: #fff;
		border: 1px solid #e2e2e2;
	}
	
	.header-2 .main-header, .header-3 .main-header {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.header-2 .site-header, .header-3 .site-header {
		position: relative;
	}
	
	.header-2 .site-header .site-search {
		order: 1;
	}
	
	.header-3 .site-header .site-search {
		order: 3;
	}
	
	.header-2 .site-header .site-search, .header-3 .site-header .site-search {
		max-width: 25%;
		margin: 0;
	}
	
	.header-2 .site-header .site-branding, .header-3 .site-header .site-branding {
		position: absolute;
		top: 50%;
		left: 50%;
		order: 2;
		text-align: center;
		transform: translate(-50%, -50%);
	}
	
	.header-2 .site-header .secondary-navigation, .header-3 .site-header .secondary-navigation {
		padding: 0;
	}
	
	.header-2 .site-header .secondary-navigation {
		order: 3;
	}
	
	.header-3 .site-header .secondary-navigation {
		order: 1;
		margin-right: auto;
		margin-left: -18px;
	}
	
	.header-2 .col-full-nav, .header-3 .col-full-nav {
		order: 4;
	}
	
	.header-5 .site-header input[type="search"] {
		height: 55px;
	}
	
	.header-5 .site-header .site-header-cart {
		display: block;
		height: 55px;
		margin-left: 35px;
	}
	
	.header-5 .shoptimizer-cart a.cart-contents {
		height: 55px;
		padding: 0 15px;
		border: 1px solid #eee;
		border-radius: 2px;
		line-height: 55px;
	}
	
	.header-5 .shoptimizer-cart a.cart-contents:hover {
		border-color: #e2e2e2;
	}
	
	.header-5 .col-full-nav .site-header-cart {
		display: none;
	}
	
	.header-5 .site-header .main-navigation {
		width: 100%;
	}
	
	.header-5 .shoptimizer-cart .cart-contents .amount {
		font-size: 14px;
		display: contents;
	}
	
	.header-5 .shoptimizer-cart a.cart-contents .shoptimizer-cart-icon .mini-count {
		margin-right: -10px;
		color: #111;
		background-color: #eee;
	}
}

@media (min-width: 1199px) {
	.header-4 .primary-navigation {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 1060px) and (min-width: 993px) {
	body:not(.header-4):not(.header-5) .site-header .site-search {
		width: 100px;
	}
}

@media (min-width: 993px) and (max-width: 1155px) {
	.header-5 .site-header .site-search {
		width: 50px;
	}
}

@media (min-width: 993px) {
	.header-4 {
		overflow-x: hidden;
	}
	
	.header-4 .header-4-container {
		position: relative;
		z-index: 99;
		padding: 0 30px;
		border-bottom: 1px solid #eee;
		box-shadow: 0 3px 15px -5px rgba(0, 0, 0, .08);
	}
	
	.sticky-d.header-4 .header-4-container {
		position: sticky;
		top: 0;
	}
	
	.admin-bar.sticky-d.header-4:not(.woocommerce-checkout) .header-4-container {
		top: 32px;
	}
	
	.admin-bar.sticky-d.header-4.single-product .header-4-container {
		top: 0;
	}
	
	.single-product.sticky-t.sticky-d.header-4 .header-4-container {
		position: relative;
	}
	
	.admin-bar.single-product.sticky-t.sticky-d.header-4 .header-4-container {
		top: 0;
	}
	
	.header-4 .header-4-inner {
		display: flex;
		width: 100%;
		align-items: center;
	}
	
	.header-4 .site-header {
		flex: 0 0 auto;
		margin-right: 30px;
	}
	
	.full-width-header.header-4 .header-4-container {
		display: flex;
	}
	
	.header-4:not(.full-width-header) .header-4-inner {
		display: flex;
		align-items: center;
		max-width: 1170px;
		margin-right: auto;
		margin-left: auto;
		height: 100%;
	}
	
	.header-4 .header-4-container .main-header.col-full {
		padding: 0;
		max-width: inherit;
	}
	
	.header-4 .site-search {
		display: none;
	}
	
	.header-4 .site-header-cart {
		display: flex;
		align-items: center;
		flex-shrink: 0;
	}
	
	.header-4 .shoptimizer-cart .cart-contents {
		height: auto;
	}
	
	.header-4 .search-trigger, .header-4 .shoptimizer-cart .cart-contents {
		position: relative;
		z-index: 9;
	}
	
	.header-4 .search-trigger, .header-4 .search-trigger:focus, .header-4 .search-trigger:hover {
		background: none;
		cursor: pointer;
	}
	
	.header-4 .search-trigger svg {
		width: 18px;
		height: 18px;
		margin: -4px 0;
	}
	
	.header-4 .search-trigger span {
		padding: 8px 10px 8px 0;
		margin-right: 10px;
		border-right: 1px solid #e2e2e2;
		line-height: inherit;
		font-size: 14px;
		pointer-events: none;
	}
	
	.header-4 .shoptimizer-myaccount {
		margin-left: -6px;
		padding-right: 20px;
	}
	
	.header-4 .shoptimizer-myaccount a {
		display: flex;
		height: 100%;
		align-items: center;
		position: relative;
	}
	
	.header-4 .shoptimizer-myaccount svg {
		width: 24px;
		height: 24px;
	}
	
	.woocommerce-checkout.min-ck.header-2:not(.woocommerce-order-received) .site-header .site-branding, .woocommerce-checkout.min-ck.header-3:not(.woocommerce-order-received) .site-header .site-branding {
		position: relative;
		left: auto;
		order: 0;
		transform: none;
	}
	
	.sticky-d.header-4.woocommerce-checkout.min-ck:not(.woocommerce-order-received) .header-4-container {
		position: relative;
	}
}

.sticky-d.woocommerce-checkout.min-ck.header-4:not(.woocommerce-order-received) .search-trigger {
	display: none;
}

.woocommerce-checkout.min-ck.header-4:not(.woocommerce-order-received) .site-header {
	margin: 0;
	border: none;
	width: 100%;
}

.header-4:not(.woocommerce-order-received) .woocommerce-checkout.min-ck .site-header {
	border: none;
	width: 100%;
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
	z-index: 1;
}

@media (max-width: 992px) {
	.main-header {
		position: relative;
	}
	
	.site-branding {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 70px;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	
	.site-header .custom-logo-link img {
		width: auto;
	}
	
	.site-branding p {
		margin: 5px 0 -3px;
		font-size: 11px;
		line-height: 1.22;
		display: none;
	}
	
	.site-header .shoptimizer-cart a.cart-contents .amount {
		display: none;
	}
	
	.site-branding button.menu-toggle {
		position: absolute;
		left: 15px;
		width: 60px;
		height: 30px;
		padding: 0;
		background-color: transparent;
		display: block;
	}
	
	.site-branding button.menu-toggle:hover {
		background-color: transparent;
	}
	
	.menu-toggle .bar {
		display: block;
		position: absolute;
		top: calc(50% - 1px);
		z-index: 0;
		width: 22px;
		height: 2px;
		opacity: 1;
		background-color: #222;
		transition: transform .15s ease-in, margin .15s ease-in .2s, opacity .15s ease-in;
		transform: rotate(0);
		pointer-events: none;
	}
	
	.menu-toggle .bar:nth-child(1) {
		margin-top: -7px;
	}
	
	.menu-toggle .bar:nth-child(2) {
		margin-top: -1px;
	}
	
	.menu-toggle .bar:nth-child(3) {
		margin-top: 5px;
	}
	
	.menu-toggle .bar-text {
		position: absolute;
		top: 0;
		left: 0;
		margin-top: 8px;
		margin-left: 28px;
		font-size: 10px;
		font-weight: 600;
		letter-spacing: .03em;
		pointer-events: none;
	}
	
	button.mobile-search-toggle {
		position: absolute;
		top: 0;
		right: 60px;
		height: 100%;
		padding: 0;
		display: flex;
		align-items: center;
		cursor: pointer;
		background-color: transparent;
	}
	
	.mobile-search-toggle.with-myaccount-icon {
		right: 95px;
	}
	
	.mobile-search-toggle svg {
		width: 20px;
		height: 20px;
		pointer-events: none;
	}
	
	.shoptimizer-myaccount {
		position: absolute;
		top: 0;
		right: 60px;
		height: 100%;
		font-size: 17px;
		display: flex;
		align-items: center;
		cursor: pointer;
	}
	
	.shoptimizer-myaccount a {
		display: inline-block;
		line-height: 1;
	}
	
	.shoptimizer-myaccount svg {
		width: 24px;
		height: 24px;
	}
	
	.site-header .site-header-cart {
		position: absolute;
		z-index: 2;
		right: 15px;
	}
	
	.shoptimizer-cart-icon {
		position: relative;
		top: -4px;
		right: -8px;
	}
	
	.min-ck.woocommerce-checkout .site-header .site-header-cart, .min-ck.woocommerce-checkout button.menu-toggle {
		display: none;
	}
	
	.m-search-bh .site-header .col-full {
		padding-right: 0;
		padding-left: 0;
	}
	
	.m-search-bh .site-search, .m-search-toggled .site-search {
		display: block;
		padding: 0 1em 1em;
		height: 60px;
		background-color: #fff;
		box-shadow: 0 3px 10px -5px rgba(0, 0, 0, .18);
		position: relative;
		z-index: 1;
	}
	
	.m-search-toggled .site-header .site-search {
		margin-left: -1em;
		margin-right: -1em;
	}
	
	.m-search-bh:not(.woocommerce-checkout.min-ck) .site-header .col-full {
		margin-bottom: 60px;
	}
	
	body:not(.mobile-toggled).sticky-m .site-header {
		position: sticky;
		z-index: 9;
		top: 0;
		box-shadow: 0 1px 15px rgba(0, 0, 0, .08);
	}
}

@media (max-width: 480px) {
	.site .site-branding p {
		max-width: 240px;
		line-height: 1.2;
	}
}

.below-content .col-full, footer .col-full {
	display: flex;
	padding-right: calc(2.617924em - 20px);
	padding-left: calc(2.617924em - 20px);
}

.below-content {
	clear: both;
	overflow: hidden;
	padding-top: 2rem;
	padding-bottom: 1.7em;
	border-top: 1px solid #eee;
}

.below-content .widget .widget-title {
	margin-bottom: 0;
	padding-left: 32px;
	font-size: clamp(.875rem, .8115rem + .2033vw, .9375rem);
	font-weight: 600;
	line-height: 1.35;
	text-transform: none;
	letter-spacing: 0;
}

.below-content .widget .textwidget p {
	margin-bottom: 0;
	padding-left: 32px;
	font-size: clamp(.8125rem, .749rem + .2033vw, .875rem);
	line-height: 1.4;
	margin-top: .15rem;
}

.below-content .widget, footer .widget {
	position: relative;
	margin: 0;
	padding: 0 20px;
	flex: 1;
}

.below-content .widget .ri, .below-content .widget svg {
	position: absolute;
	top: 3px;
	left: 20px;
}

.below-content .widget .ri {
	color: #999;
	font-size: 16px;
}

.below-content .widget svg {
	stroke: #dc9814;
	width: 20px;
	height: 20px;
}

.below-content .widget svg path {
	stroke-width: 1.5px;
}

footer {
	clear: both;
}

.site-footer .widget .widget-title {
	margin-bottom: 12.5px;
}

footer .widget li {
	margin-bottom: 5px;
}

footer a:not(.button):hover {
	color: #fff;
}

footer.site-footer a:has(svg) {
	margin-right: 15px;
}

footer.copyright a:hover, footer.site-footer a:hover {
	text-decoration: underline;
	text-decoration-thickness: .5px;
	text-underline-offset: .16em;
}

footer .review {
	font-size: 14px;
}

footer .review strong {
	font-size: 12px;
}

.site-footer {
	padding: 4rem 0;
}

.site-footer .widget li, .site-footer .widget p {
	font-size: clamp(.875rem, .8115rem + .2033vw, .9375rem);
	line-height: 1.5;
}

footer.copyright .widget:last-child {
	text-align: right;
}

footer.copyright .widget p {
	margin: 0;
	font-size: clamp(.875rem, .8115rem + .2033vw, .9375rem);
}

footer.copyright .widget:last-child img {
	width: auto;
	height: 28.5px;
	margin: 0;
}

footer.copyright {
	padding: 2rem 0;
}

footer:last-child:not(:only-of-type) {
	margin-top: -3rem;
}

footer.copyright .col-full {
	align-items: center;
}

.site-footer .widget_nav_menu a {
	display: inline-flex;
}

.site-footer .widget_nav_menu .icon-wrapper {
	order: -1;
}

.site-footer .widget_nav_menu .icon-wrapper svg {
	width: 22px;
	min-width: 22px;
	margin-right: 8px;
}

.site-footer .widget_nav_menu ul ul {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.site-footer .icon-wrapper:empty {
	min-width: auto;
	margin: 0;
}

@media (max-width: 992px) {
	.below-content .widget .ri, .below-content .widget svg {
		left: 0;
	}
	
	.below-content .col-full, footer .col-full {
		display: block;
		padding-right: 1em;
		padding-left: 1em;
	}
	
	.below-content .widget {
		padding: 0;
		margin-bottom: 15px;
	}
	
	.below-content {
		padding-bottom: calc(1.7em - 15px);
	}
	
	.below-content .col-full, .site-footer .col-full {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		-moz-column-gap: 2rem;
		column-gap: 2rem;
	}
	
	.site-footer {
		padding: 2.5rem 0 1rem;
	}
	
	.site-footer .widget {
		padding: 0;
		margin-bottom: 1.25rem;
	}
	
	.site-footer.alignright, footer.copyright .widget:last-child img {
		display: block;
		float: none;
	}
	
	footer.copyright .widget {
		padding: 0;
		margin-bottom: 1rem;
	}
	
	footer.copyright .widget:last-child {
		margin-bottom: 0;
	}
}

.shoptimizer-contained #page {
	margin-left: auto;
	margin-right: auto;
}

.page-template-default:not(.woocommerce-page) .entry-header {
	margin-bottom: 1.5rem;
}

@media (min-width: 993px) {
	.col-full {
		box-sizing: content-box;
		margin-right: auto;
		margin-left: auto;
		max-width: 1170px;
		padding-right: 2.617924em;
		padding-left: 2.617924em;
	}
	
	.col-full:after {
		display: block;
		clear: both;
		content: "";
	}
	
	.right-page-sidebar .content-area, .right-post-sidebar .content-area, .right-sidebar .content-area {
		float: left;
	}
	
	.right-page-sidebar .widget-area, .right-post-sidebar .widget-area, .right-sidebar .widget-area {
		float: right;
	}
	
	.left-page-sidebar .content-area, .left-post-sidebar .content-area, .left-sidebar .content-area {
		float: right;
	}
	
	.left-page-sidebar .widget-area, .left-post-sidebar .widget-area, .left-sidebar .widget-area {
		float: left;
	}
	
	.search .content-area {
		float: right;
	}
	
	.page-template-default .site-content {
		padding-bottom: 3rem;
	}
	
	.left-archives-sidebar #secondary {
		float: left;
	}
	
	.right-archives-sidebar #secondary {
		float: right;
	}
	
	.right-archives-sidebar .content-area {
		float: left;
	}
	
	.left-archives-sidebar .content-area {
		float: right;
	}
	
	.archive.no-archives-sidebar .content-area, .blog.no-archives-sidebar .content-area {
		width: 100%;
	}
	
	.left-woocommerce-sidebar #secondary {
		float: left;
	}
	
	.left-woocommerce-sidebar .content-area {
		float: right;
	}
	
	.right-woocommerce-sidebar #secondary {
		float: right;
	}
	
	.right-woocommerce-sidebar .content-area {
		float: left;
	}
}

@media (max-width: 992px) {
	.col-full {
		padding-right: 1em;
		padding-left: 1em;
	}
	
	.page-template-default .site-content {
		padding-bottom: 1.5rem;
	}
}

.page-template-template-blank-canvas .site-content .col-full, .page-template-template-blank-canvas .woocommerce-message, .page-template-template-canvas .site-content .col-full, .page-template-template-canvas .woocommerce-message {
	max-width: inherit;
}

.page-template-template-blank-canvas:not(.pdp-shortcode) .site-content .col-full, .page-template-template-canvas:not(.pdp-shortcode) .site-content .col-full {
	padding: 0;
}

.page-template-template-blank-canvas .content-area, .page-template-template-canvas .content-area {
	width: 100%;
	clear: both;
}

.page-template-template-fullwidth-php .content-area {
	width: 100%;
}

.page-template-template-fullwidth-no-heading .content-area {
	width: 100%;
}

.post-type-archive-product.shoptimizer-full-width-content .content-area, .woocommerce.archive.no-woocommerce-sidebar .content-area {
	width: 100%;
}

.site-content {
	position: relative;
}

.site-content:focus {
	outline: 0;
}

@media (min-width: 993px) {
	.site-content:after {
		display: block;
		visibility: hidden;
		position: absolute;
		z-index: 5;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		background: rgba(0, 0, 0, .7);
		content: "";
		transition: opacity .3s, visibility .3s;
		pointer-events: none;
	}
	
	.site.overlay:has(.hover-intent) .site-content:after {
		visibility: hidden;
		opacity: 0;
	}
	
	.site.overlay.visible:has(.hover-intent) .site-content:after {
		visibility: visible;
		opacity: 1;
	}
	
	.drawer-open:before, .site.overlay .site-content:after {
		position: fixed;
		visibility: visible;
		opacity: 1;
		height: 100vh;
	}
	
	body:has(.site.overlay) .col-full.topbar-wrapper {
		position: relative;
		z-index: 20;
	}
	
	body:not(.header-4):not(.sticky-d):has(.site.overlay) .col-full-nav {
		position: relative;
		z-index: 6;
	}
	
	body.page-template-default:not(:has(#secondary.widget-area)) .content-area {
		width: 100%;
	}
}

.woocommerce-cart .elementor, .woocommerce-checkout .ae_data.elementor, .woocommerce-checkout .elementor {
	clear: both;
}

.elementor-template-full-width .archive-header + .col-full {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.single-ckit_size_guide .content-area {
	width: 100%;
	margin: 0 auto;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	float: none;
}

.woocommerce.archive .site-content {
	padding-bottom: 3rem;
}

.shop header.woocommerce-products-header {
	margin: 0;
	background-color: transparent;
}

h1.woocommerce-products-header__title {
	margin-bottom: 1.5rem;
}

.shop.shop-heading .woocommerce-products-header {
	align-items: flex-start;
}

.shop:not(.shop-heading) .woocommerce-products-header__title {
	display: none;
}

.shoptimizer-sorting {
	width: 100%;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
}

.shoptimizer-sorting .woocommerce-notices-wrapper {
	order: 1;
}

.shoptimizer-sorting .woocommerce-ordering {
	margin-bottom: 0;
	display: inline-flex;
	order: 2;
}

.shoptimizer-sorting .woocommerce-result-count {
	order: 3;
}

.shoptimizer-sorting .woocommerce-pagination {
	order: 4;
}

.shoptimizer-sorting.sorting-end {
	margin-top: 1em;
	margin-bottom: 0;
}

.shoptimizer-sorting.sorting-end:empty {
	margin: 0;
}

.woocommerce-result-count {
	margin: 0;
	color: #111;
	font-size: 14px;
}

select.orderby {
	position: relative;
	height: auto;
	line-height: inherit;
	margin-bottom: 0;
	padding-left: 0;
	border: 0;
	color: #111;
	font-size: 14px;
	box-shadow: none;
	background-position: center right;
}

header.woocommerce-products-header {
	display: flex;
	background-color: #efeee3;
	align-items: center;
	overflow: hidden;
	margin-bottom: 2em;
}

header.woocommerce-products-header:not(:has(> *)) {
	margin: 0;
}

header.woocommerce-products-header img.cg-cat-image {
	width: 100%;
	max-width: 100%;
}

header.woocommerce-products-header .term-description {
	padding: 2em;
}

.term-desc-np header.woocommerce-products-header .term-description {
	padding: 0;
}

.term-desc-np header.woocommerce-products-header {
	background-color: transparent;
}

.shoptimizer-category-banner .taxonomy-description p:last-child, header.woocommerce-products-header .term-description p:last-child {
	margin: 0;
}

@media (min-width: 993px) {
	.woocommerce-ordering {
		margin-right: 1.5em;
	}
	
	.term-description {
		min-width: 50%;
	}
}

header.woocommerce-products-header img {
	width: 50%;
}

header.woocommerce-products-header .term-description+img.cg-cat-image, header.woocommerce-products-header .term-description+noscript+img.cg-cat-image, header.woocommerce-products-header .term-description+picture {
	min-width: 50%;
	max-width: 50%;
}

header.woocommerce-products-header .term-description+picture img {
	width: 100%;
}

@media (max-width: 992px) {
	header.woocommerce-products-header {
		flex-direction: column;
	}
	
	.site-main header.woocommerce-products-header img.cg-cat-image {
		width: 100%;
		max-width: 100%;
	}
	
	header.woocommerce-products-header .term-description+img.cg-cat-image, header.woocommerce-products-header .term-description+noscript+img.cg-cat-image, header.woocommerce-products-header .term-description+picture {
		max-width: 100%;
	}
	
	.yit-wcan-container {
		margin: 0 -.5em;
	}
	
	.shoptimizer-sorting .woocommerce-result-count {
		order: 1;
		clear: both;
		font-size: 12px;
	}
	
	form.woocommerce-ordering {
		margin: 0;
		width: 100%;
	}
	
	.shoptimizer-sorting {
		clear: both;
		display: grid;
		grid-template-columns: auto auto;
		gap: 0 20px;
		align-items: baseline;
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 12px;
	}
	
	select.orderby {
		font-size: 12px;
		width: 100%;
	}
	
	.archive .woocommerce-notices-wrapper {
		grid-column: 1/-1;
	}
	
	.shoptimizer-full-width-content select.orderby {
		width: 100%;
	}
	
	.term-description {
		order: 2;
	}
	
	.shoptimizer-category-banner .col-full .taxonomy-description, header.woocommerce-products-header .term-description {
		font-size: clamp(.875rem, .8115rem + .2033vw, .9375rem);
	}
	
	header.woocommerce-products-header .term-description {
		padding: 1.25rem;
		letter-spacing: 0;
	}
	
	.woocommerce.archive.yith-wcan-pro #secondary {
		transition: none;
	}
	
	.woocommerce.archive.yith-wcan-preset-modal-open #secondary {
		position: inherit;
	}
}

.shoptimizer-category-banner {
	position: relative;
	padding: 2rem 0;
	background-size: cover;
	background-position: center;
	border-bottom: 1px solid #f1f1f1;
}

.shoptimizer-category-banner .taxonomy-description p {
	margin-bottom: 15px;
}

.shoptimizer-category-banner .taxonomy-description, .shoptimizer-category-banner h1 {
	position: relative;
	color: #fff;
}

.shoptimizer-category-banner .taxonomy-description {
	margin-bottom: 0;
}

.shoptimizer-category-banner h1 {
	margin-bottom: .3em;
}

.shoptimizer-category-banner h1:only-child {
	margin: 0;
}

.shoptimizer-category-banner .term-description p:last-of-type {
	margin-bottom: 0;
}

.shoptimizer-category-banner .taxonomy-description p a {
	transition: .2s;
}

.shoptimizer-category-banner .taxonomy-description ul {
	margin: 20px 0 0;
	font-size: 12px;
	letter-spacing: .02em;
}

.shoptimizer-category-banner .taxonomy-description ul li {
	display: inline-block;
	list-style: none;
	margin: 0 3px 7px 0;
}

.shoptimizer-category-banner .taxonomy-description ul li a {
	display: inline-block;
	background: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	text-transform: uppercase;
	font-weight: 600;
	transition: .2s;
	border: 1px solid #f1f1f1;
	color: #111;
}

.shoptimizer-category-banner .taxonomy-description ul li a:hover {
	background-color: rgba(255, 255, 255, .88);
	transform: translateY(-1.5px);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .03);
}

.shoptimizer-category-banner.lazy-background .taxonomy-description p, .shoptimizer-category-banner.lazy-background .taxonomy-description p a, .shoptimizer-category-banner.lazy-background h1 {
	color: #fff;
}

.shoptimizer-category-banner.lazy-background .taxonomy-description p a:hover {
	color: #fff;
	opacity: .7;
}

.shoptimizer-category-banner.lazy-background:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

@media (max-width: 992px) {
	.shoptimizer-category-banner {
		padding: 1.5rem 0;
	}
}

.below-woocommerce-category {
	clear: both;
	margin: 2rem 0 0;
	font-size: clamp(.875rem, .8115rem + .2033vw, .9375rem);
	border: 1px solid #eee;
	padding: 1.5rem;
}

.below-woocommerce-category table tr td {
	border-bottom: 1px solid #eee;
	padding-left: 0;
}

.below-woocommerce-category p:last-child {
	margin: 0;
}

.below-woocommerce-category a, .shoptimizer-category-banner .taxonomy-description p a, .term-description a {
	text-decoration: underline;
	text-decoration-thickness: .75px;
	text-underline-offset: .18em;
}

.pwb-brand-banner-cont.pwb-before-loop, header.woocommerce-products-header .pwb-brand-banner img {
	width: 100%;
}

.pwb-brand-description {
	padding: 2em;
}

.pwb-before-loop {
	margin: 0;
}

.pwb-brand-description p:last-child {
	margin: 0;
}

@media (min-width: 993px) {
	.mobile-filter {
		display: none;
	}
	
	.static-cta-buttons ul.products li.product.cgkit-swatch-hover, body:not(.static-cta-buttons) ul.products li.product {
		align-self: flex-start;
	}
}

@media (max-width: 992px) {
	.mobile-filter {
		display: block;
		position: sticky;
		z-index: 3;
		top: 0;
		width: 100%;
		height: 40px;
		padding-left: 40px;
		background-color: #fff;
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
		box-shadow: 0 4px 12px -2px rgba(0, 0, 0, .06);
		text-transform: uppercase;
		color: #111;
		font-size: 11px;
		font-weight: 600;
		letter-spacing: .03em;
		line-height: 36px;
		text-align: left;
		margin-left: -1.3em;
		width: calc(100% + 2.6em);
	}
	
	.mobile-filter svg {
		position: absolute;
		left: 20px;
		width: 18px;
		height: 18px;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
	.page-template-template-woocommerce-archives .mobile-filter {
		margin-bottom: 25px;
	}
	
	.mobile-overlay {
		visibility: hidden;
		position: fixed;
		z-index: 101;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		background: rgba(0, 0, 0, .65);
		background: rgba(52, 53, 55, .4);
		content: "";
		transition: opacity .6s, visibility .6s;
	}
	
	.filter-open .mobile-overlay {
		visibility: visible;
		opacity: 1;
	}
	
	.mobile-toggled .mobile-overlay {
		top: 0;
	}
	
	.close-drawer {
		color: #fff;
	}
	
	.filters.close-drawer {
		top: 40px;
		visibility: hidden;
		display: none;
	}
	
	.filter-open {
		overflow: hidden;
	}
	
	.filter-open .filters.close-drawer {
		position: fixed;
		visibility: visible;
		display: block;
		z-index: 299;
		top: 10px;
		left: 310px;
		width: 40px;
		height: 40px;
		background: 0 0;
		padding: 0;
		cursor: pointer;
		transition: .3s;
	}
	
	.page-template-template-woocommerce-archives #secondary, .wc-active.search-results #secondary, .woocommerce.archive #secondary {
		visibility: hidden;
		overflow-y: auto;
		position: fixed;
		z-index: 102;
		top: 0;
		left: -300px;
		width: 300px !important;
		height: 100%;
		padding: 1.5rem;
		opacity: 0;
		background: #fff;
		-webkit-overflow-scrolling: touch;
		transition: .35s;
		transition-delay: .1s;
	}
	
	.page-template-template-woocommerce-archives.filter-open #secondary, .wc-active.search-results.filter-open #secondary, .woocommerce.archive.filter-open #secondary, .woocommerce.archive.yith-wcan-preset-modal-open #secondary {
		visibility: visible;
		left: 0;
		opacity: 1;
	}
}

ul.products {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-bottom: 0;
	clear: both;
}

ul.products li.product {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	list-style: none;
}

@media (min-width: 993px) {
	ul.products li.product:not(.product-category) {
		padding-bottom: 40px;
	}
	
	ul.products li.product.product-category {
		margin-bottom: 2.5rem;
	}
	
	.columns-1 ul.products li.product, .cross-sells .columns-1 li.product, .related .columns-1 li.product, .upsells .columns-1 li.product {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	
	.columns-2 ul.products li.product, .cross-sells .columns-2 li.product, .related .columns-2 li.product, .upsells .columns-2 li.product, ul.products.columns-2 li.product {
		float: left;
		width: 49.9%;
	}
	
	.columns-3 ul.products li.product, .cross-sells .columns-3 li.product, .related .columns-3 li.product, .upsells .columns-3 li.product, ul.products.columns-3 li.product {
		float: left;
		width: 33.3053%;
	}
	
	.columns-4 ul.products li.product, .cross-sells .columns-4 li.product, .related .columns-4 li.product, .upsells .columns-4 li.product {
		float: left;
		width: 24.97%;
	}
	
	.columns-5 ul.products li.product, .cross-sells .columns-5 li.product, .related .columns-5 li.product, .upsells .columns-5 li.product {
		width: 19.98%;
	}
	
	.columns-6 ul.products li.product, .cross-sells .columns-6 li.product, .related .columns-6 li.product, .upsells .columns-6 li.product {
		float: left;
		width: 16.647%;
	}
}

@media (max-width: 600px) {
	.m-grid-1 ul.products {
		grid-template-columns: repeat(1, minmax(10px, 1fr));
	}
	
	.m-grid-1 ul.products li.product {
		width: 100%;
	}
}

@media (max-width: 992px) {
	ul.products {
		display: grid;
		grid-template-columns: repeat(2, minmax(10px, 1fr));
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 30px;
		width: 100%;
		margin-left: 0;
	}
	
	ul.products li.product {
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}
	
	ul.products li.product .button {
		margin-top: auto;
	}
	
	.elementor-shortcode ul.products {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.mobile-scroll ul.products {
		width: calc(100% + 25px);
	}
	
	.cross-sells ul.products, .m-grid-2 .cross-sells ul.products, .mobile-scroll ul.products, .related.products ul.products, .upsells.products ul.products {
		display: flex;
		overflow-x: scroll;
		flex-wrap: nowrap;
		-webkit-overflow-scrolling: touch;
		padding-top: 5px;
		padding-right: 1em;
		padding-bottom: 20px;
		margin-left: -15px;
		padding-left: 1.25em;
		scroll-snap-type: x mandatory;
		overscroll-behavior-x: contain;
	}
	
	.related.products ul.products, .upsells.products ul.products {
		width: calc(100% + 1.95em);
	}
	
	.cross-sells ul.products li.product, .mobile-scroll ul.products li.product, .related.products ul.products li.product, .upsells.products ul.products li.product {
		display: flex;
		max-width: 320px;
		min-width: 320px;
		flex-direction: column;
		scroll-snap-align: center;
		padding: 0;
	}
	
	.m-grid-1 .cross-sells ul.products li.product, .m-grid-1 .mobile-scroll ul.products li.product, .m-grid-1 .related.products ul.products li.product, .m-grid-1 .upsells.products ul.products li.product {
		padding-left: 0;
		padding-right: 0;
	}
	
	.cross-sells ul.products li.product .woocommerce-card__header, .mobile-scroll ul.products li.product .woocommerce-card__header, .related.products ul.products li.product .woocommerce-card__header, .upsells.products ul.products li.product .woocommerce-card__header {
		box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
		padding: 15px;
	}
}

.search-results .content-area {
	float: right;
}

.search-results article {
	display: flex;
	margin: 1.75em 0 0;
	padding-top: 1.75em;
	padding-bottom: 0;
	border-top: 1px solid #eee;
	border-bottom: 0;
}

.search-results article a.image-result {
	max-width: 100px;
	margin-right: 1.5rem;
}

.search-results article h2 {
	margin-bottom: .5rem;
	font-size: clamp(1.25rem, 1.123rem + .4065vw, 1.375rem);
	font-weight: 600;
	letter-spacing: 0;
}

.search-results article h2 a {
	color: #222;
}

.search-results article, .search-results article p {
	margin-bottom: .5rem;
	font-size: clamp(.875rem, .8115rem + .2033vw, .9375rem);
}

.search-results article:last-of-type {
	margin-bottom: 2rem;
}

.search-results .content-area {
	margin-bottom: 2rem;
}

.search-results .no-results.not-found {
	margin-bottom: 4rem;
}

.search-no-results .secondary-wrapper {
	display: none;
}

.search-no-results .content-area {
	width: 100%;
	float: none;
	margin-bottom: 4em;
}

.search-no-results form.search-form {
	position: relative;
	display: flex;
	justify-content: stretch;
}

.search-no-results form.search-form label {
	margin-right: 1rem;
}

.search-no-results form.search-form input[type="search"], .search-no-results form.search-form label {
	display: flex;
	width: 100%;
	height: auto;
}

@media (max-width: 992px) {
	.search-no-results .woocommerce {
		margin-bottom: 2rem;
	}
}

.title-left h2, .title-right h2 {
	position: relative;
}

.header-widget-region {
	position: relative;
	color: #fff;
	background-color: #dc9814;
	text-align: center;
}

.header-widget-region .widget {
	margin: 0;
	padding: 1em 0;
}

.header-widget-region .widget p {
	margin: 0;
	font-size: clamp(.75rem, .5938rem + .5vw, .875rem);
}

.header-widget-region a {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.below-content .col-full, .site-footer .col-full {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.header-widget-region .widget {
		padding: .6em 0;
		font-size: clamp(.8125rem, .749rem + .2033vw, .875rem);
	}
}

.woocommerce-breadcrumb {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: clamp(.75rem, .6547rem + .3049vw, .84375rem);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666;
}

@media (min-width: 993px) {
	.title-left h2:after, .title-right h2:before {
		position: absolute;
		top: 20px;
		width: 100px;
		height: 1px;
		background-color: #ccc;
		content: "";
	}
	
	.title-left h2:after {
		right: -115px;
	}
	
	.title-right h2:before {
		left: -115px;
	}
	
	.woocommerce-breadcrumb {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.woocommerce-breadcrumb p {
	margin: 0;
}

.woocommerce-breadcrumb a, .woocommerce-breadcrumb a:hover {
	color: #111;
}

.woocommerce-breadcrumb a:hover {
	text-decoration: underline;
	text-decoration-thickness: .5px;
	text-decoration-color: #111;
	text-underline-offset: .18em;
}

.woocommerce-breadcrumb a:first-of-type:before {
	display: none;
}

.woocommerce-breadcrumb .breadcrumb-separator {
	display: inline-block;
	position: relative;
	top: -1px;
	padding: 0 .8em;
	opacity: .4;
	font-size: .8em;
}

.woocommerce-breadcrumb.yoast .breadcrumb-separator {
	margin: 0 -1px;
}

.single-product .woocommerce-breadcrumb {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2.617924em;
	padding-left: 2.617924em;
}

@media (min-width: 993px) and (max-width: 1480px) {
	.single-product .woocommerce-breadcrumb {
		padding-left: calc(2.617924em + 5px);
	}
}

body.single-product:has(:not(.woocommerce-breadcrumb)) .site-main, body:has(:not(.woocommerce-breadcrumb)) .site-content {
	padding-top: 2rem;
}

body.page-template-elementor_header_footer .site-content, body.page-template-template-fullwidth-no-heading .site-content, body:has(.woocommerce-breadcrumb) .site-content {
	padding-top: 0;
}

body.page-template-template-canvas:has(:not(.woocommerce-breadcrumb)) .site-content, body.single-product:has(:not(.woocommerce-breadcrumb)) .site-content, body.woocommerce-cart:has(:not(.woocommerce-breadcrumb)) .site-content, body.woocommerce-checkout.min-ck:has(:not(.woocommerce-breadcrumb)) .site-content {
	padding-top: 0;
}

body.single-product:has(.woocommerce-breadcrumb) .site-main {
	padding-top: 0;
}

.single-ckit_size_guide .woocommerce-breadcrumb, .single-post.post-l2 .woocommerce-breadcrumb, .woocommerce-cart .woocommerce-breadcrumb, .woocommerce-checkout .woocommerce-breadcrumb {
	display: none;
}

.added_to_cart.loading, .button.loading, .modal button.close:hover, button.loading, input[type=button].loading, input[type=reset].loading, input[type=submit].loading {
	opacity: .5;
}

.added_to_cart.disabled, .added_to_cart:disabled, .button.disabled, .button:disabled, button.disabled, button:disabled, input[type=button].disabled, input[type=button]:disabled, input[type=reset].disabled, input[type=reset]:disabled, input[type=submit].disabled, input[type=submit]:disabled {
	opacity: .3;
	cursor: not-allowed;
}

.added_to_cart.disabled:hover, .added_to_cart:disabled:hover, .button.disabled:hover, .button:disabled:hover, button.disabled:hover, button:disabled:hover, input[type=button].disabled:hover, input[type=button]:disabled:hover, input[type=reset].disabled:hover, input[type=reset]:disabled:hover, input[type=submit].disabled:hover, input[type=submit]:disabled:hover {
	opacity: .35;
}

.ajax_add_to_cart.add_to_cart_button:after, .single-product .product form.cart .single_add_to_cart_button:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
	opacity: 0;
	transition: opacity;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-left-color: #fff;
	border-radius: 50%;
	vertical-align: middle;
}

.loading.ajax_add_to_cart.add_to_cart_button:after, .single-product .product form.cart .loading.single_add_to_cart_button:after {
	opacity: 1;
	transition: opacity .25s;
	animation: 450ms linear infinite rotate;
}

.ajax_add_to_cart.add_to_cart_button.loading, .single-product div.product form.cart .button.loading {
	color: transparent !important;
}

#payment .place-order .button:before, .cart-collaterals .checkout-button:before, .widget_shopping_cart .buttons .checkout:before, .wp-element-button.wc-block-cart__submit-button:before, .wp-element-button.wc-block-components-button.wc-block-components-checkout-place-order-button:before {
	content: "";
	display: inline-flex;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background-color: #fff;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' style=\'fill: rgba(0, 0, 0, 1);transform: ;msFilter:;\'%3E%3Cpath d=\'M20 12c0-1.103-.897-2-2-2h-1V7c0-2.757-2.243-5-5-5S7 4.243 7 7v3H6c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-8zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v3H9V7z\'%3E%3C/path%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' style=\'fill: rgba(0, 0, 0, 1);transform: ;msFilter:;\'%3E%3Cpath d=\'M20 12c0-1.103-.897-2-2-2h-1V7c0-2.757-2.243-5-5-5S7 4.243 7 7v3H6c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-8zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v3H9V7z\'%3E%3C/path%3E%3C/svg%3E");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.widget_shopping_cart .buttons .checkout:before {
	width: 14px;
	height: 14px;
	position: relative;
	top: 1px;
}

.demo_store {
	position: fixed;
	z-index: 9999;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 1em 1.41575em;
	color: #fff;
	background-color: #3d9cd2;
	font-size: 15px;
}

.demo_store a {
	color: #fff;
	font-weight: bold;
}

.demo_store a:hover {
	color: #fff;
}

.demo_store a.woocommerce-store-notice__dismiss-link {
	display: block;
}

@media (min-width:993px) {
	.demo_store {
		bottom: 0;
	}
	
	.demo_store a.woocommerce-store-notice__dismiss-link {
		display: inline-block;
		float: right;
		margin: -1em -1.41575em -1em 0;
		padding: 1em 1.41575em;
		background: rgba(0, 0, 0, .1);
	}
}

.image-border {
	position: relative;
}

.image-border img {
	position: relative;
	z-index: 1;
}

.image-border:after {
	position: absolute;
	top: 10px;
	right: -10px;
	width: 100%;
	height: 100%;
	opacity: .1;
	background-color: #dc9814;
	content: "";
}

.image-feature a {
	overflow: hidden;
	position: relative;
}

.elementor-widget-image.image-feature a {
	display: block;
}

.image-feature .wp-caption {
	background: #000;
}

.image-feature a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
	content: "";
	transition: .15s ease-in-out;
	z-index: 2;
}

.image-feature a:hover:before {
	background-color: rgba(0, 0, 0, .65);
}

.image-feature img {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 200px;
	transition: .25s ease-in-out;
	transform-origin: left top;
	-o-object-fit: cover;
	object-fit: cover;
}

.image-feature a:hover img {
	transform: scale(1.1);
}

.image-feature figcaption {
	position: absolute;
	top: 0;
	padding: 2.5em 2em 0;
	color: #fff;
	text-align: left;
	pointer-events: none;
	z-index: 2;
}

.image-feature figcaption em, .image-feature figcaption span, .image-feature figcaption strong {
	display: block;
	font-style: normal;
}

.image-feature figcaption strong {
	font-size: 24px;
	line-height: 1.55;
	letter-spacing: -.3px;
}

.image-feature figcaption em {
	margin-bottom: 1.2em;
	font-size: 17px;
}

.image-feature figcaption span {
	display: inline-block;
	height: 40px;
	padding: 0 20px;
	border: 0;
	border-radius: 2px;
	color: #fff;
	background-color: #333;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	font-weight: 600;
}

@media (max-width: 992px) {
	.single-product .woocommerce-breadcrumb {
		padding-right: 0;
		padding-left: 0;
	}
	
	.archive:has(.mobile-filter):has(.shoptimizer-category-banner) .archive-header:has(:not(.woocommerce-breadcrumb)) {
		padding-top: 0;
	}
	
	.single-product:has(:not(.woocommerce-breadcrumb)) .site-main {
		padding-top: 1em;
	}
	
	ul.products li.product .added_to_cart, ul.products li.product .button {
		opacity: 1;
	}
	
	.image-feature a, .image-feature a img {
		width: 100%;
	}
}

@media (min-width: 993px) {
	.site-header-cart {
		line-height: 60px;
		margin-left: auto;
	}
	
	.shoptimizer-cart .cart-contents {
		padding: 0;
		color: #fff;
	}
	
	.shoptimizer-cart a.cart-contents .count {
		position: relative;
	}
	
	.site-header .site-header-cart {
		display: none;
		width: auto;
	}
}

.shoptimizer-cart .cart-contents .count {
	opacity: 1;
	font-size: .8em;
}

.shoptimizer-cart a.cart-contents:hover .count {
	color: #fff;
	background-color: #dc9814;
}

.shoptimizer-cart .cart-contents:after {
	margin-left: 10px;
}

.shoptimizer-cart a.cart-contents .count {
	display: inline-block;
	position: relative;
	width: auto;
	min-width: 28px;
	height: 28px;
	margin-left: 5px;
	padding: 3px;
	border: 1px solid #dc9814;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #dc9814;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	letter-spacing: -.7px;
	transition: .2s;
}

.shoptimizer-cart a.cart-contents .count:after {
	position: absolute;
	bottom: 90%;
	left: 50%;
	width: 10px;
	height: 6px;
	margin-bottom: 1px;
	margin-left: -6px;
	border: 1px solid #dc9814;
	border-bottom: 0;
	border-top-left-radius: 99px;
	border-top-right-radius: 99px;
	content: "";
	transition: .2s;
	pointer-events: none;
}

.shoptimizer-cart a.cart-contents:hover .count:after {
	bottom: calc(100% - 2px);
}

.shoptimizer-cart-icon svg {
	width: 22px;
	height: 22px;
	position: relative;
	top: 6px;
}

.shoptimizer-cart-icon svg path {
	stroke-width: 1.5px;
}

.shoptimizer-cart a.cart-contents .shoptimizer-cart-icon .mini-count {
	display: inline-block;
	position: relative;
	top: 5px;
	left: -5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #444;
	border: 1px solid #444;
	font-size: 8px;
	line-height: 18px;
	text-align: center;
	transition: .2s;
}

.shoptimizer-cart a.cart-contents:hover .shoptimizer-cart-icon .mini-count {
	top: 2px;
}

.shoptimizer-cart .cart-contents {
	display: block;
	text-decoration: none;
}

.shoptimizer-mini-cart-wrap {
	overflow: hidden;
	position: fixed;
	z-index: 102;
	top: 0;
	right: -420px;
	left: auto;
	width: 420px;
	height: 100%;
	background-color: #fff;
	transition: .35s;
	outline: 0;
}

@media (max-width: 480px) {
	.shoptimizer-mini-cart-wrap {
		width: 100%;
		right: -100%;
	}
}

.admin-bar.customize-partial-edit-shortcuts-shown .shoptimizer-mini-cart-wrap {
	top: 0;
}

.admin-bar.customize-partial-edit-shortcuts-shown .shoptimizer-mini-cart-wrap .widget_shopping_cart {
	height: 100%;
}

.woocommerce-demo-store .shoptimizer-mini-cart-wrap {
	z-index: 10000;
}

@media (min-width: 601px) and (max-width: 782px) {
	.admin-bar .shoptimizer-mini-cart-wrap {
		top: 46px;
		height: calc(100% - 46px);
	}
	
	.admin-bar.sticky-m .header-4-container {
		top: 46px;
	}
}

@media (max-width: 782px) {
	.admin-bar.drawer-open {
		position: inherit;
	}
	
	.admin-bar .shoptimizer-mini-cart-wrap {
		z-index: 99999;
	}
}

@media (min-width: 783px) {
	.admin-bar .shoptimizer-mini-cart-wrap {
		top: 32px;
		height: calc(100% - 32px);
	}
}

.drawer-open {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.drawer-open .shoptimizer-mini-cart-wrap {
	overscroll-behavior: contain;
	right: 0;
}

.drawer-open .mobile-overlay {
	visibility: visible;
	opacity: 1;
}

@media (min-width: 993px) {
	.drawer-open:before {
		display: block;
		position: absolute;
		z-index: 100;
		top: 0;
		left: 0;
		width: 100%;
		height: 1000%;
		background: rgba(52, 53, 55, .5);
		content: "";
		cursor: pointer;
		transition: opacity .5s, visibility .5s;
	}
}

.shoptimizer-mini-cart-wrap div.blockOverlay {
	background-color: transparent !important;
}

#ajax-loading {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .5);
}

.shoptimizer-loader {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.spinner {
	width: 38px;
	height: 38px;
	border: 1px solid #ccc;
	border-bottom-color: #111;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: .8s linear infinite rotation;
}

.cart-drawer-heading {
	position: absolute;
	margin: 12px 20px;
	font-size: 17px;
	font-weight: 600;
	color: #111;
}

.shoptimizer-mini-cart-wrap .close-drawer {
	display: block;
	position: absolute;
	top: 12.5px;
	right: 16px;
	width: 26px;
	height: 26px;
	color: #111;
	padding: 0;
	background: none;
}

.shoptimizer-mini-cart-wrap .close-drawer:hover {
	background: none;
	color: #111;
}

.shoptimizer-mini-cart-wrap .close-drawer span {
	display: flex;
	pointer-events: none;
	width: 26px;
	height: 26px;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart {
	display: flex;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	z-index: 10;
	top: auto;
	left: auto;
	height: calc(100% - 50px);
	margin: 0;
	margin-top: 50px;
	padding: 0 20px;
	background: #fff;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart_content {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget {
	flex: 1;
	overflow-y: auto;
	width: auto;
	padding: 0 12px 0 0;
	overflow-x: hidden;
	scrollbar-color: gray transparent;
	scrollbar-width: thin;
}

.admin-bar .shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget {
	height: calc(100vh - 275px);
}

.shoptimizer-mini-cart-wrap .woocommerce-mini-cart.cart_list:before {
	display: inline-block;
	position: absolute;
	width: 100%;
	margin-left: -20px;
	border-top: 1px solid rgba(0, 0, 0, .05);
	content: "";
}

.widget_shopping_cart .product_list_widget li a.remove {
	position: absolute;
	display: flex;
	top: 15px;
	left: 5px;
	font-size: 0;
	width: 14px;
	height: 14px;
}

.widget_shopping_cart .product_list_widget li a.remove:before {
	width: 14px;
	height: 14px;
	content: "";
	background-color: #444;
	display: inline-block;
	transition: opacity .2s;
}

.widget_shopping_cart .product_list_widget li a.remove:focus-visible {
	outline-offset: 1px;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item {
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
	padding: 1em 0 1em 35px;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
	padding-left: 35px;
	font-size: 13px;
	line-height: 1.4;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart li:last-child {
	border: 0;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item a {
	color: #222;
	margin-bottom: .25rem;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart .woocommerce-mini-cart-item del {
	text-decoration: none;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart .woocommerce-mini-cart-item del .amount {
	text-decoration: line-through;
}

.widget_shopping_cart .woocommerce-mini-cart-item .amount {
	color: #111;
	font-weight: bold;
}

.shoptimizer-mini-cart-wrap .product_list_widget img {
	max-width: 55px;
	width: 55px;
	margin-left: 20px;
	margin-bottom: 0;
	float: right;
}

.shoptimizer-mini-cart-wrap li.woocommerce-mini-cart-item a:hover {
	color: #111;
	text-decoration: none;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item dl.variation, .shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item dl.variation p {
	font-size: 12px;
	color: #111;
}

.shoptimizer-mini-cart-wrap .product_list_widget li .quantity {
	display: block;
	color: #888;
	font-size: 12px;
	margin-top: 2px;
}

.widget_shopping_cart .woocommerce-mini-cart__total strong {
	float: left;
}

.widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
	float: right;
}

.widget_shopping_cart p.total {
	margin: 0;
	padding: 1.2em 0 0;
	font-weight: bold;
	color: #111;
	font-size: 15px;
	border-top: 1px solid #e2e2e2;
}

.widget_shopping_cart p.total .tax_label {
	display: block;
	clear: both;
	text-align: right;
	font-weight: normal;
}

.widget_shopping_cart p.buttons {
	text-align: center;
	margin: 0;
	padding: 1em 0;
}

.widget_shopping_cart .buttons .button {
	display: block;
}

.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__buttons a {
	height: 50px;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 400;
	line-height: 50px;
}

.widget_shopping_cart a.button {
	border: 1px solid #ddd;
	border-radius: 6px;
	color: #333;
	background-color: #fff;
	transition: .3s;
	outline-offset: -.2rem;
}

.widget_shopping_cart a.button.checkout {
	font-size: 15px;
}

.widget_shopping_cart a.button:not(.checkout) {
	margin-bottom: 10px;
	font-size: 14px;
}

.widget_shopping_cart a.button:hover {
	background-color: #f8f8f8;
}

.shoptimizer-mini-cart-wrap .cart-drawer-below {
	font-size: 12px;
	line-height: 1.5em;
	padding: 0 0 1em;
	text-align: center;
}

.shoptimizer-mini-cart-wrap .cart-drawer-below img {
	max-width: 80%;
	margin: 2px auto 13px;
	display: block;
}

.shoptimizer-empty-mini-cart {
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #e2e2e2;
}

.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__empty-message {
	position: relative;
	width: 100%;
	margin: 0;
	padding-top: 115px;
	border-top: 1px solid #eee;
	color: #222;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
}

.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__empty-message:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-top: 5px;
	margin-left: -10px;
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background: #d4d3d3;
}

.shoptimizer-empty-mini-cart + p.woocommerce-mini-cart__empty-message {
	display: none;
}

.shoptimizer-empty-mini-cart .widget {
	margin-bottom: 0;
}

.shoptimizer-empty-mini-cart .widget:first-of-type {
	padding-top: 40px;
}

.shoptimizer-empty-mini-cart svg {
	margin: 0 0 10px;
	width: 90px;
	height: 90px;
}

.shoptimizer-empty-mini-cart svg circle, .shoptimizer-empty-mini-cart svg path {
	fill: #ccc;
}

.shoptimizer-empty-mini-cart .heading, .shoptimizer-empty-mini-cart h2 {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.4;
	font-weight: bold;
	color: #131315;
}

.shoptimizer-empty-mini-cart ul {
	margin: 25px 0 15px;
}

.shoptimizer-empty-mini-cart ul:not(.products) li a {
	position: relative;
	color: #111;
	display: block;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 12px;
	font-size: 14px;
	line-height: 1.45;
	background-color: #fff;
	transition: .2s;
}

.shoptimizer-empty-mini-cart ul:not(.products) li a:hover {
	border-color: #ccc;
}

@media (min-width: 993px) {
	.main-navigation.toggled div.menu, .menu-primary-menu-container + .shoptimizer-mobile-menu, .menu-toggle, .mobile-extra, .mobile-menu.close-drawer, .mobile-search-toggle, body:not(.header-4) .col-full-nav .site-search {
		display: none;
	}
	
	.logo-mark, .logo-mark img {
		display: inline-block;
		position: absolute;
	}
	
	.is_stuck .logo-mark {
		padding-right: 2em;
	}
	
	.menu-primary-menu-container {
		margin-left: 0;
		transition: .55s;
	}
	
	.logo-mark {
		float: left;
		overflow: hidden;
		width: 0;
		margin-right: 0;
		transition: .4s cubic-bezier(.33, 0, .2, 1);
	}
	
	.logo-mark img {
		position: relative;
		top: -1px;
		vertical-align: middle;
	}
	
	.col-full-nav {
		width: 100%;
		border-top: 1px solid transparent;
	}
	
	.shoptimizer-primary-navigation {
		display: flex;
	}
	
	.shoptimizer-primary-navigation.is_stuck {
		position: fixed;
		z-index: 99;
		border-bottom: 1px solid #eee;
	}
	
	body:not(.header-4).sticky-d .col-full-nav {
		position: sticky;
		z-index: 10;
		top: 0;
	}
	
	body:not(.header-4).sticky-d .col-full-nav.is_stuck {
		z-index: 15;
		box-shadow: 0 15px 10px -15px rgba(0, 0, 0, .1);
	}
	
	body:not(.header-4).sticky-d.admin-bar .col-full-nav.is_stuck {
		top: 32px;
	}
	
	.main-navigation ul {
		margin: 0;
	}
	
	.main-navigation ul li {
		display: inline-block;
	}
	
	.menu-primary-menu-container > ul.menu:hover > li > a {
		opacity: .65;
	}
	
	.menu-primary-menu-container > ul.menu:hover > li:hover > a {
		opacity: 1;
	}
	
	.main-navigation ul li.menu-item > a {
		display: block;
	}
	
	.menu-primary-menu-container > ul > li > a span {
		position: relative;
	}
	
	.menu-primary-menu-container > ul > li > a {
		padding-right: .55em;
		padding-left: .55em;
		transition: .2s;
	}
	
	.menu-primary-menu-container > ul > li:first-child > a {
		padding-left: 0;
	}
	
	.main-navigation ul.menu > li.menu-item-has-children {
		position: relative;
		text-align: left;
	}
	
	.menu-primary-menu-container > ul > li > a span:before, .menu-primary-menu-container > ul > li.nolink > span:before {
		display: block;
		position: absolute;
		top: calc(100% + 2px);
		left: 0;
		width: 100%;
		border-bottom: 1px solid #ccc;
		content: "";
		transition: transform .6s cubic-bezier(.28, .75, .22, .95);
		transform: scale(0, 1);
		transform-origin: right center;
	}
	
	.menu-primary-menu-container > ul > li.nolink > span:before {
		width: calc(100% - 18px);
	}
	
	.menu-primary-menu-container > ul > li.nolink:hover > span:before, .menu-primary-menu-container > ul > li:hover > a span:before {
		transform: scale(1, 1);
		transform-origin: left center;
	}
	
	.menu-primary-menu-container > ul > li.menu-item-has-children > a:after, .menu-primary-menu-container > ul > li.menu-item-has-children.nolink > span:after {
		display: inline-block;
		position: relative;
		top: 1px;
		margin-left: 6px;
		width: 12px;
		height: 12px;
		content: "";
		background-color: #fff;
		transition: transform .4s;
	}
	
	.main-navigation ul.menu > li.menu-item-has-children.nolink:hover > span:after, .main-navigation ul.menu > li.menu-item-has-children:hover > a:after {
		transform: rotate(180deg);
	}
	
	.main-navigation ul.menu > li.full-width.nolink {
		display: inline-block;
		padding-right: .55em;
		padding-left: .55em;
	}
	
	.main-navigation ul.menu > li.nolink li {
		line-height: normal;
		padding-right: 0;
		padding-left: 0;
	}
	
	.main-navigation ul.menu > li.nolink > span {
		position: relative;
	}
	
	.main-navigation ul.menu > li.nolink > span.caret {
		display: none;
	}
	
	.menu-primary-menu-container > ul > li.menu-button > a span {
		padding: 6px 16px;
		border-radius: 30px;
		color: #fff;
		background: #444;
		font-size: 13px;
		font-weight: bold;
		transition: background .2s;
	}
	
	.menu-primary-menu-container > ul > li.menu-button > a {
		position: relative;
		top: -1px;
	}
	
	.menu-primary-menu-container > ul > li.menu-button > a span:before {
		display: none;
	}
	
	.menu-primary-menu-container > ul > li.menu-button > a:hover span {
		background: #555;
	}
	
	.main-navigation ul li:focus-within > .sub-menu-wrapper ul, .main-navigation ul li:hover > .sub-menu-wrapper ul {
		left: 0;
	}
	
	.main-navigation ul ul {
		position: absolute;
	}
	
	.main-navigation ul.menu > li:not(.full-width) > .sub-menu-wrapper {
		visibility: hidden;
		position: absolute;
		right: 0;
		left: 0;
		opacity: 0;
		transition: .15s ease-in-out;
		transform: scale(.8);
	}
	
	.main-navigation ul.menu > li.menu-item-has-children:focus-within > .sub-menu-wrapper, .main-navigation ul.menu > li.menu-item-has-children:hover > .sub-menu-wrapper {
		visibility: visible;
		z-index: 30;
		opacity: 1;
		transform: scale(1);
	}
	
	.main-navigation ul.menu > li:not(.full-width) ul.sub-menu {
		padding: 20px 12px;
		box-shadow: 0 1px 15px rgba(0, 0, 0, .08);
		line-height: 1.4;
		margin: 0;
		width: 200px;
		box-sizing: content-box;
	}
	
	.main-navigation ul li.col-2 > .sub-menu-wrapper > .container > ul.sub-menu {
		-moz-column-count: 2;
		column-count: 2;
		width: 400px;
	}
	
	.main-navigation ul li.col-3 > .sub-menu-wrapper > .container > ul.sub-menu {
		-moz-column-count: 3;
		column-count: 3;
		width: 600px;
	}
	
	.main-navigation ul.menu > li:not(.full-width) a.sub-menu-link, ul.menu ul li.nolink {
		padding: .3em .8em;
	}
	
	.main-navigation ul ul li {
		display: block;
		position: relative;
	}
	
	.main-navigation ul.menu > li:not(.full-width) ul li .sub-menu-wrapper {
		visibility: hidden;
		position: absolute;
		z-index: 1;
		top: -20px;
		left: 220px;
		opacity: 0;
		transition: .15s ease-in-out;
	}
	
	.main-navigation ul.menu > li:not(.full-width) ul li.menu-item-has-children > a:after {
		position: absolute;
		top: 0;
		display: inline-block;
		right: 15px;
		width: 13px;
		height: 13px;
		content: "";
		background-color: #111;
		transform: translateX(50%) translateY(50%);
	}
	
	.main-navigation ul.menu > li:not(.full-width) ul > li:focus-within > .sub-menu-wrapper, .main-navigation ul.menu > li:not(.full-width) ul > li:hover > .sub-menu-wrapper {
		visibility: visible;
		position: absolute;
		top: -20px;
		left: 200px;
		opacity: 1;
	}
	
	.main-navigation ul li a span strong {
		color: #fff;
		background-color: #222;
		font-size: 9px;
		height: 16px;
		line-height: 16px;
		padding: 0 6px;
		display: inline-flex;
		margin-left: 7px;
		position: absolute;
		top: 2.5px;
		border-radius: 3px;
	}
	
	.main-navigation ul.menu li.full-width > .sub-menu-wrapper {
		position: absolute;
		visibility: hidden;
		left: 0;
		width: 100%;
		opacity: 0;
		background: #fff;
		border-top: 1px solid #eee;
	}
	
	.main-navigation ul.menu li.full-width:focus-within > .sub-menu-wrapper, .main-navigation ul.menu li.full-width:hover > .sub-menu-wrapper {
		visibility: visible;
		opacity: 1;
	}
	
	.main-navigation ul.menu li.full-width ul li > .sub-menu-wrapper {
		position: relative;
		top: auto;
		right: auto;
	}
	
	.main-navigation ul.menu li.full-width {
		position: inherit;
	}
	
	.main-navigation ul li.full-width .container {
		max-width: 1170px;
		margin: 0 auto;
		padding: 0;
	}
	
	.main-navigation ul li.full-width ul {
		position: inherit;
	}
	
	.main-navigation ul li.full-width ul.products {
		display: block;
	}
	
	.main-navigation ul li.full-width > .sub-menu-wrapper > .container > ul.sub-menu {
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 40px 0;
	}
	
	.main-navigation ul li.full-width > .sub-menu-wrapper > .container > ul.sub-menu > li {
		display: inline-block;
		vertical-align: top;
		float: none;
		width: 23%;
		padding-right: 25px;
		padding-left: 25px;
		border-left: 1px solid #eee;
		-moz-column-break-inside: avoid;
		break-inside: avoid;
	}
	
	.main-navigation ul li.full-width > .sub-menu-wrapper > .container > ul.sub-menu > li:last-child {
		border-right: 1px solid #eee;
	}
	
	.main-navigation ul li.full-width > .sub-menu-wrapper > .container > ul.sub-menu ul {
		width: 100%;
	}
	
	.main-navigation ul li.full-width > .sub-menu-wrapper > .container > ul.sub-menu > li.col-2 {
		width: 40%;
	}
	
	.main-navigation ul li.full-width > .sub-menu-wrapper > .container > ul.sub-menu > li.col-3 {
		width: 60%;
	}
	
	.main-navigation ul li.full-width > .sub-menu-wrapper > .container > ul.sub-menu > li.col-4 {
		width: 80%;
	}
	
	.main-navigation ul li.full-width > .sub-menu-wrapper > .container > ul.sub-menu > li.col-5 {
		width: 100%;
	}
	
	.main-navigation ul.menu li.menu-item-has-children.full-width > .sub-menu-wrapper li.menu-item-has-children > a:hover {
		color: inherit;
	}
	
	.main-navigation ul.menu > li.full-width li.menu-item-image > a.sub-menu-link:hover span.sub, .main-navigation ul.menu > li.full-width li:not(.heading):not(.menu-item-has-children):not(.menu-item-image) > a.sub-menu-link:hover span:not(.caret) {
		text-decoration: underline;
		text-decoration-thickness: .5px;
		text-underline-offset: .18em;
	}
	
	.col-2 .sub-menu .sub-menu, .col-3 .sub-menu .sub-menu {
		overflow: hidden;
		-moz-column-break-inside: avoid;
		break-inside: avoid-column;
		-webkit-column-break-inside: avoid;
	}
	
	.main-navigation ul.menu li.full-width > .sub-menu-wrapper li.heading > a, .main-navigation ul.menu li.full-width > .sub-menu-wrapper li.menu-item-has-children > a, .main-navigation ul.menu li.full-width > .sub-menu-wrapper li.nolink > span:not(.caret) {
		margin-bottom: .25rem;
	}
	
	.main-navigation ul.menu li.full-width li.heading {
		clear: both;
		padding-top: 15px;
	}
	
	.main-navigation ul.menu li.full-width > .sub-menu-wrapper li {
		margin-bottom: .25rem;
	}
	
	.main-navigation ul.menu li.full-width li.nolink span:not(.caret) {
		display: block;
		padding-top: .15em;
		padding-bottom: .15em;
	}
	
	.main-navigation ul.menu li.full-width li.heading.nolink:first-child, .main-navigation ul.menu li.full-width li.heading.nolink:first-child span:not(.caret) {
		padding-top: 0;
	}
	
	.main-navigation ul.products li.product:not(.product-category):before {
		display: none;
	}
	
	.main-navigation ul.menu li.full-width > .sub-menu-wrapper li.product:not(.product-category) {
		padding-bottom: 0;
	}
	
	.main-navigation ul.products li.product {
		padding: 0;
		width: 100%;
	}
	
	.main-navigation ul.menu li.full-width > .sub-menu-wrapper li a.button {
		width: 100%;
	}
	
	.main-navigation ul.menu li.full-width > .sub-menu-wrapper li a.button, .main-navigation ul.menu li.full-width > .sub-menu-wrapper li.product a.added_to_cart {
		position: relative;
	}
	
	.main-navigation ul.menu li.full-width ul li.divider {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid #eee;
	}
	
	.main-navigation ul li.full-width > .sub-menu-wrapper > .container > ul.sub-menu > li.col-2 ul.sub-menu {
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.main-navigation ul li.full-width > .sub-menu-wrapper > .container > ul.sub-menu > li.col-3 ul.sub-menu {
		-moz-column-count: 3;
		column-count: 3;
	}
	
	.main-navigation ul li.full-width > .sub-menu-wrapper > .container > ul.sub-menu > li.col-4 ul.sub-menu {
		-moz-column-count: 4;
		column-count: 4;
	}
	
	.main-navigation ul li.full-width > .sub-menu-wrapper > .container > ul.sub-menu > li.col-5 ul.sub-menu {
		-moz-column-count: 5;
		column-count: 5;
	}
	
	.main-navigation.hover-intent ul.menu > li.menu-item-has-children:hover > .sub-menu-wrapper, .main-navigation.hover-intent ul.menu li.menu-item-has-children.full-width:hover > .sub-menu-wrapper {
		display: none;
	}
	
	.main-navigation.hover-intent ul.menu > li.menu-item-has-children.visible > .sub-menu-wrapper, .main-navigation.hover-intent ul.menu li.menu-item-has-children.full-width.visible > .sub-menu-wrapper {
		display: block;
	}
	
	.main-navigation ul.menu ul li.menu-item-image span {
		font-size: 0;
		display: block;
	}
	
	.main-navigation ul.menu ul li.menu-item-image img {
		margin-bottom: .5rem;
		border-radius: 4px;
		width: 100%;
	}
	
	.main-navigation ul.menu ul li.menu-item-image span.sub {
		font-size: 14px;
		text-align: center;
		font-weight: 600;
	}
	
	.header-4 .col-full-nav {
		width: auto;
		display: flex;
		margin-left: auto;
		background: 0 0;
	}
	
	.header-4 .main-navigation ul.menu li > .sub-menu-wrapper {
		border-color: transparent;
	}
}

.secondary-navigation {
	display: none;
}

@media (min-width: 993px) {
	.secondary-navigation {
		display: block;
		float: right;
		margin-left: auto;
		padding-left: 1.2em;
	}
	
	.secondary-navigation .menu {
		margin-right: -15px;
	}
	
	.secondary-navigation .sub-menu {
		display: none;
	}
	
	.secondary-navigation ul {
		margin: 0;
	}
	
	.secondary-navigation ul li {
		display: inline-block;
		position: relative;
	}
	
	.secondary-navigation ul li a {
		position: relative;
		display: block;
		padding: .7em .875em 0;
		color: #111;
		font-size: 14px;
	}
	
	.secondary-navigation .menu .fa a, .secondary-navigation .menu .ri a {
		padding-top: 50px;
	}
	
	.secondary-navigation .menu li:not(.ri) a {
		padding-top: 35px;
	}
	
	.secondary-navigation [class*=" ri-"], .secondary-navigation [class^=ri-] {
		-webkit-font-smoothing: inherit;
	}
	
	.secondary-navigation .icon-wrapper {
		position: absolute;
		top: 0;
		left: 50%;
		top: 5px;
		transform: translate(-50%, 0);
	}
	
	.secondary-navigation .icon-wrapper svg {
		width: 28px;
		height: 28px;
	}
	
	.secondary-navigation .icon-wrapper svg path {
		stroke-width: 1.5px;
	}
	
	.secondary-navigation .menu-item {
		padding: 0 5px;
		border-left: 1px solid #eee;
	}
	
	.secondary-navigation .menu-item:first-child {
		border: 0;
	}
}

@media (max-width: 992px) {
	.col-full-nav .logo-mark, .col-full-nav .search-trigger, .col-full-nav .shoptimizer-myaccount, .col-full-nav .site-header-cart {
		display: none;
	}
	
	.menu-primary-menu-container:has(+ .shoptimizer-mobile-menu) {
		display: none;
	}
	
	.col-full-nav .shoptimizer-primary-navigation.col-full {
		padding: 0;
	}
	
	.main-navigation {
		padding-top: 1rem;
	}
	
	.main-navigation ul {
		list-style: none;
		margin: 0;
	}
	
	.main-navigation ul li {
		position: relative;
	}
	
	.menu-primary-menu-container > ul > li > a, .menu-primary-menu-container > ul > li.nolink {
		display: block;
		padding: .35rem 0;
	}
	
	.main-navigation ul.menu ul li {
		position: relative;
	}
	
	.main-navigation ul.menu ul li > a, .main-navigation ul.menu ul li.nolink {
		padding: .15rem 0;
		display: block;
	}
	
	.main-navigation ul.menu .sub-menu-wrapper {
		margin-top: .25rem;
		padding-bottom: 1rem;
		padding-left: .5rem;
	}
	
	.main-navigation ul.menu .sub-menu-wrapper .sub-menu-wrapper {
		margin-top: .25rem;
		padding-bottom: .5rem;
		padding-left: .5rem;
	}
	
	.menu-primary-menu-container > ul > li {
		transition: .2s;
	}
	
	.main-navigation ul.menu > li.menu-item-has-children {
		position: relative;
	}
	
	.menu-primary-menu-container > ul > li.dropdown-open {
		margin-bottom: .75rem;
	}
	
	.main-navigation ul.menu .sub-menu-wrapper a.cg-menu-link {
		width: calc(100% - 40px);
	}
	
	.main-navigation ul.menu li.menu-item-has-children .sub-menu-wrapper {
		position: fixed;
		left: -99999px;
		opacity: 0;
		transition: background-color .6s, transform .3s, opacity .3s;
		transform: translateX(-10px);
	}
	
	.main-navigation ul.menu li.menu-item-has-children:not(.dropdown-open) .sub-menu-wrapper {
		display: block;
	}
	
	.main-navigation ul.menu li.menu-item-has-children.dropdown-open > .sub-menu-wrapper {
		position: inherit;
		left: auto;
		opacity: 1;
		transform: translateX(0);
	}
	
	.main-navigation ul.menu > li.menu-item-has-children.dropdown-open > .sub-menu-wrapper {
		border-bottom: 1px solid #eee;
	}
	
	.site-search {
		display: none;
	}
	
	.col-full-nav .site-search {
		display: block;
		padding-top: 20px;
		position: relative;
		z-index: 4;
	}
	
	.main-navigation ul.menu li.menu-item-has-children span.caret {
		display: flex;
		position: absolute;
		z-index: 3;
		top: 0;
		right: 0;
		width: 30px;
		cursor: pointer;
		justify-content: center;
		align-items: center;
	}
	
	.main-navigation ul.menu > li.menu-item-has-children.dropdown-open > span.caret, .main-navigation ul.menu li.menu-item-has-children li.menu-item-has-children.dropdown-open > span.caret {
		transition: transform .4s;
		transform: rotate(180deg);
	}
	
	.main-navigation ul.menu li.menu-item-has-children span.caret:after {
		display: inline-flex;
		width: 20px;
		height: 20px;
		background-color: #111;
		content: "";
	}
	
	.main-navigation ul.menu li.menu-item-has-children span.caret {
		height: 35px;
	}
	
	.main-navigation ul.menu li.menu-item-has-children li.menu-item-has-children span.caret {
		height: 27px;
		opacity: .5;
	}
	
	.main-navigation ul.menu li.full-width > .sub-menu-wrapper li.heading > a + span.caret, .main-navigation ul.menu li.full-width > .sub-menu-wrapper li.menu-item-has-children > a + span.caret {
		height: 24px;
	}
	
	.main-navigation ul.menu li.full-width > .sub-menu-wrapper li.heading > a.sub-menu-link {
		margin-top: .5rem;
	}
	
	.main-navigation ul li a span strong {
		position: absolute;
		color: #fff;
		background-color: #222;
		font-size: 9px;
		height: 16px;
		line-height: 16px;
		padding: 0 6px;
		display: inline-flex;
		margin-left: 7px;
		margin-top: 3.5px;
		border-radius: 2px;
	}
	
	.main-navigation ul.products {
		grid-template-columns: repeat(1, minmax(10px, 1fr));
		padding-right: .5rem;
		margin-top: 1.15rem;
		margin-bottom: 1.5rem;
	}
	
	.main-navigation ul.products li.product .added_to_cart, .main-navigation ul.products li.product .button {
		margin-top: 0;
		opacity: 1;
	}
	
	.main-navigation ul.menu ul li.menu-item-image {
		margin-top: .5rem;
		margin-bottom: 1rem;
	}
	
	.main-navigation ul.menu .sub-menu-wrapper li.menu-item-image a.cg-menu-link {
		width: 100%;
		padding-right: .5rem;
	}
	
	.main-navigation ul.menu ul li.menu-item-image a:hover {
		text-decoration: underline;
	}
	
	.main-navigation ul.menu ul li.menu-item-image span {
		font-size: 0;
		display: block;
	}
	
	.main-navigation ul.menu ul li.menu-item-image img {
		margin-bottom: .5rem;
		border-radius: 4px;
		width: 100%;
	}
	
	.main-navigation ul.menu ul li.menu-item-image span.sub {
		font-size: 13px;
		text-align: center;
		font-weight: 600;
	}
	
	.mobile-extra {
		padding: 1rem 0 2rem;
	}
	
	.mobile-extra .widget {
		margin-bottom: 0;
	}
	
	.mobile-extra .heading, .mobile-extra h2, .mobile-extra h4 {
		margin-top: 0;
		margin-bottom: .25rem;
		padding: 1rem 0 0;
		opacity: .6;
		font-size: 11px;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-weight: normal;
	}
	
	.mobile-extra .widget p, .mobile-extra ul {
		margin: 0;
		padding: 0;
	}
	
	.mobile-extra ul li {
		margin-bottom: .35rem;
	}
	
	.mobile-extra a {
		font-size: 14px;
	}
	
	.mobile-extra .review {
		text-align: center;
		border-top: 1px solid #e2e2e2;
		padding-top: 30px;
		font-size: 14px;
		line-height: 1.5;
		margin: 30px 0 0;
	}
	
	.mobile-extra .review::before {
		display: block;
		font-size: 12px;
		letter-spacing: 3px;
		content: "★★★★★";
		margin-bottom: 5px;
		color: #ee9e13;
	}
	
	.mobile-extra .review strong {
		display: block;
		margin-top: .5rem;
		font-size: 11px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	
	.mobile-extra .review .button {
		margin-top: 20px;
		display: block;
		font-weight: bold;
		color: #fff;
		transition: background .2s;
	}
	
	.col-full-nav .widget select {
		width: 100%;
		margin-top: 20px;
	}
	
	.col-full-nav {
		position: fixed;
		z-index: 102;
		padding: 0 15px;
		top: 0;
		bottom: 0;
		height: 100%;
		left: -300px;
		width: 300px;
		min-height: 100vh;
		min-height: -moz-available;
		min-height: fill-available;
		min-height: -webkit-fill-available;
		max-height: 100vh;
		overflow-y: auto;
		overflow-x: hidden;
		background: #fff;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		box-shadow: 0 0 10 rgba(0, 0, 0, .15);
		transition: .35s;
		transition-delay: .1s;
	}
	
	.admin-bar .col-full-nav {
		z-index: 100000;
	}
	
	.mobile-toggled {
		overflow: hidden;
	}
	
	.mobile-toggled .col-full-nav {
		left: 0;
	}
	
	.mobile-toggled .main-header:before, .mobile-toggled .mobile-overlay, .mobile-toggled.m-search-bh .site-search:before {
		visibility: visible;
		opacity: 1;
	}
	
	.mobile-menu.close-drawer {
		visibility: hidden;
		position: fixed;
		z-index: 999;
		top: 40px;
		left: 310px;
		padding: 0;
		opacity: 0;
		cursor: pointer;
		transition: .3s;
	}
	
	.mobile-toggled .mobile-menu.close-drawer {
		visibility: visible;
		width: 40px;
		height: 40px;
		top: 10px;
		opacity: 1;
	}
	
	.sticky-m .header-4-container {
		position: sticky;
		top: 0;
		z-index: 6;
	}
}

.woocommerce-message {
	max-width: 1170px;
	margin-bottom: 1em;
	background-color: #3bb54a;
	margin-right: auto;
	margin-left: auto;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
	clear: both;
	margin-bottom: 2rem;
	margin-left: 0;
	padding: 1em 1.618em;
	border-left: .4180469716em solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	font-size: clamp(.8125rem, .749rem + .2033vw, .875rem);
	color: #fff;
	outline: 0;
}

.woocommerce-message .button:hover {
	opacity: .75;
}

ul.woocommerce-error li, ul.woocommerce-info li {
	margin-bottom: 0;
}

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a, .woocommerce-noreviews a, p.no-comments a {
	color: #fff;
	transition: .2s;
}

.woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover, .woocommerce-noreviews a:hover, p.no-comments a:hover {
	opacity: .7;
	color: #fff;
}

.woocommerce-error a.button:hover, .woocommerce-info a.button:hover, .woocommerce-noreviews a.button:hover, p.no-comments a.button:hover {
	opacity: 1;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .woocommerce-noreviews .button, p.no-comments .button {
	float: right;
	padding: 0 0 0 1em;
	border-width: 0 0 0 1px;
	border-left-style: solid;
	border-left-color: rgba(255, 255, 255, .25) !important;
	border-radius: 0;
	color: #fff;
	background: 0 0;
	box-shadow: none;
	line-height: 1.618;
	font-weight: 600;
}

.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover, .woocommerce-noreviews .button:hover, p.no-comments .button:hover {
	opacity: .7;
	color: #fff;
	background: 0 0;
}

.woocommerce-error pre, .woocommerce-info pre, .woocommerce-message pre, .woocommerce-noreviews pre, p.no-comments pre {
	background-color: rgba(0, 0, 0, .1);
}

.woocommerce-error {
	list-style: none;
}

.woocommerce-error:focus-visible {
	outline: 0;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.woocommerce-message .buttons-wrapper {
	display: none;
}

@media (min-width: 993px) {
	.woocommerce-message .message-content {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.woocommerce-message .message-content a.button {
		float: none;
		margin-left: auto;
		flex-shrink: 0;
	}
	
	.woocommerce-pagination {
		margin-left: auto;
	}
	
	.woocommerce-pagination .page-numbers {
		padding: 0 5px;
	}
}

.woocommerce-message a.button:hover {
	opacity: .9;
	text-decoration: underline;
	text-decoration-thickness: .5px;
	text-underline-offset: .16em;
}

@media (max-width: 768px) {
	.woocommerce-message .message-inner {
		text-align: center;
	}
	
	.woocommerce-message .message-content a.button {
		display: block;
		padding-left: 0;
		border: none;
		float: none;
		margin: .5rem auto 0;
		font-size: 13px;
	}
}

.woocommerce-cart .woocommerce > .woocommerce-error {
	margin-top: 1.5rem;
	margin-bottom: 0;
}

.woocommerce-cart .woocommerce-notices-wrapper {
	margin-bottom: 2rem;
}

.woocommerce-cart .woocommerce-notices-wrapper:empty {
	margin: 0;
}

.woocommerce-cart .woocommerce-notices-wrapper:not(:empty) + .checkout-wrap {
	margin-top: 2.5rem;
}

.woocommerce-cart:has(.checkout-wrap) .archive-header .woocommerce-message {
	margin-top: 1.5rem;
	margin-bottom: 0;
}

@media (max-width: 992px) {
	.woocommerce-cart:has(.checkout-wrap) .archive-header .woocommerce-message {
		margin-bottom: .5rem;
	}
}

.pagination .page-numbers {
	text-align: center;
	font-size: clamp(.875rem, .8115rem + .2033vw, .9375rem);
}

.pagination ul.page-numbers {
	margin: 0;
	display: flex;
	align-items: center;
}

.pagination .page-numbers a {
	position: relative;
}

.pagination .page-numbers li {
	display: inline-block;
	padding: 10px;
}

.pagination .page-numbers li a, .pagination .page-numbers li span {
	padding: 0;
}

.woocommerce-pagination .page-numbers li {
	display: inline-block;
	margin: 0 2px;
}

.pagination a.page-numbers, .pagination span.page-numbers {
	padding: 10px;
}

.nav-links {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.search-results .nav-links:after, .search-results .nav-links:before {
	flex: 1;
	content: "";
}

.nav-links:has(.next):after, .nav-links:has(.prev):before {
	display: none;
}

.nav-links a.prev {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	padding-left: 0;
}

.nav-links a.next {
	display: flex;
	justify-content: flex-end;
	flex: 1;
	padding-right: 0;
}

.woocommerce-pagination .page-numbers {
	margin: 0;
}

.woocommerce-pagination {
	font-size: 14px;
}

.product .woocommerce-pagination {
	text-align: center;
	margin-bottom: 2rem;
}

.woocommerce-pagination a, .woocommerce-pagination a:hover {
	color: #111;
}

.woocommerce-pagination .next, .woocommerce-pagination .prev {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
}

.woocommerce-pagination .page-numbers.next, .woocommerce-pagination .page-numbers.prev {
	padding-left: .6em;
	padding-right: .5em;
}

.page-numbers .next:after, .page-numbers .prev:after, .woocommerce-pagination .next:after, .woocommerce-pagination .prev:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1em;
	height: 1em;
	content: "";
	background-color: #111;
	transform: translateX(-50%) translateY(-50%);
	text-rendering: auto;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.page-numbers .prev:after, .woocommerce-pagination .prev:after {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15 19L8 12L15 5\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15 19L8 12L15 5\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
}

.page-numbers .next:after, .woocommerce-pagination .next:after {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 5L16 12L9 19\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 5L16 12L9 19\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
}

ul.products li.product:focus-within, ul.products li.product:hover {
	z-index: 2;
}

@media (min-width: 993px) {
	ul.products li.product:not(.product-category):before {
		visibility: hidden;
		position: absolute;
		left: 0;
		opacity: 0;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		content: "";
		transition: .2s;
		width: calc(100% + 0px);
		height: calc(100% + 30px);
		margin-top: -15px;
		margin-left: 0;
	}
	
	li.product:hover .woocommerce-image__wrapper .gallery-image, li.product:hover .woocommerce-image__wrapper .gallery-image img {
		z-index: 0;
		opacity: 1;
	}
	
	li.product:not(.product-category):hover .woocommerce-image__wrapper:has(.gallery-image) img:not(.gallery-image) {
		opacity: 0;
	}
}

ul.products li.product img {
	display: block;
	width: 100%;
	margin: 0;
	transition: .2s ease-in-out;
}

li.product:not(.product-category):hover img {
	transform: scale(.98);
}

.woocommerce-image__wrapper {
	position: relative;
	transition: .2s ease-in-out;
	width: 100%;
}

li.product:not(.product-category):hover .woocommerce-image__wrapper img {
	transform: none;
}

li.product:hover .woocommerce-image__wrapper {
	transform: scale(.982);
}

.woocommerce-image__wrapper .gallery-image {
	position: absolute;
	z-index: -10;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .4s;
}

.woocommerce-image__wrapper picture.gallery-image {
	width: 100%;
	height: 100%;
}

li.product:hover .woocommerce-image__wrapper .gallery-image, li.product:hover .woocommerce-image__wrapper .gallery-image img {
	top: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.woocommerce-card__header {
	clear: both;
	padding-top: .75rem;
}

.woocommerce-card__header * {
	position: relative;
}

@media (max-width: 992px) {
	.archive .woocommerce-pagination, .search-results .woocommerce-pagination {
		grid-column: 1/-1;
	}
	
	.archive .woocommerce-pagination, .search-results .woocommerce-pagination {
		order: 3;
	}
	
	.woocommerce-pagination {
		clear: both;
		text-align: center;
		margin-top: 20px;
	}
	
	.woocommerce-pagination ul.page-numbers {
		margin-bottom: 10px;
	}
	
	.woocommerce-pagination .page-numbers li {
		margin: 0 3px 6px;
	}
	
	.woocommerce-pagination .page-numbers li .page-numbers {
		display: inline-block;
		width: 36px;
		height: 36px;
		font-size: 13px;
		margin: 0;
		padding: 0;
		border: 1px solid #dfdede;
		border-radius: 3px;
		box-shadow: 0 4px 12px -2px rgba(0, 0, 0, .06);
		line-height: 36px;
	}
	
	.shoptimizer-sorting .woocommerce-pagination {
		grid-column: span 2;
	}
	
	li.product:hover .woocommerce-image__wrapper {
		transform: none;
	}
	
	li.product:not(.product-category) .woocommerce-card__header {
		display: flex;
		flex-direction: column;
		flex: 1;
	}
}

li.menu-item-product p.product__categories, li.product p.product__categories {
	position: relative;
	margin-bottom: .25rem;
	-webkit-font-smoothing: antialiased;
	color: #444;
	line-height: 1.4;
	font-size: clamp(.625rem, .5615rem + .2033vw, .6875rem);
	letter-spacing: .7px;
	text-transform: uppercase;
	margin-bottom: 0;
}

li.menu-item-product p.product__categories a, li.product p.product__categories a {
	color: #444;
}

ul.products li.product.product-category h2 mark {
	display: none;
}

ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2 {
	padding-top: .25rem;
	padding-bottom: .25rem;
}

ul.products li.product .woocommerce-LoopProduct-link {
	display: block;
	color: #2c2d33;
	-webkit-backface-visibility: hidden;
}

ul.products li.product .price {
	display: block;
	margin-bottom: .75rem;
	color: #111;
	font-size: clamp(.75rem, .623rem + .4065vw, .875rem);
}

.price del {
	color: #72767c;
	margin-right: .25rem;
	font-size: .85em;
	font-weight: normal;
}

ul.products li.product .price ins {
	font-weight: bold;
}

ul.products li.product .price + .price {
	margin-top: -.5rem;
}

ul.products li.product .price.wc-gzd-additional-info {
	margin-bottom: 0;
}

ul.products li.product .star-rating {
	margin-bottom: .15rem;
	font-size: .8em;
}

.shoptimizer_ratingContainer {
	display: flex;
	align-items: center;
	margin-bottom: .35rem;
}

ul.products li.product .shoptimizer_ratingContainer .star-rating {
	margin-bottom: 0;
}

.shoptimizer_ratingCount {
	font-size: 11px;
	margin-left: 5px;
	position: relative;
}

ul.products li.product .added_to_cart, ul.products li.product .button {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: calc(100% - 30px);
	height: 40px;
	padding: 0;
	border-radius: 4px;
	opacity: 0;
	font-size: clamp(.75rem, .623rem + .4065vw, .875rem);
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	transition: .1s;
}

ul.products li.product:focus-within .added_to_cart, ul.products li.product:focus-within .button, ul.products li.product:hover .added_to_cart, ul.products li.product:hover .button {
	opacity: 1;
}

@media (max-width: 770px) {
	.m-grid-2 ul.products li.product .woocommerce-loop-product__title {
		font-size: clamp(.8125rem, .749rem + .2033vw, .875rem);
	}
	
	ul.products li.product .added_to_cart, ul.products li.product .button {
		padding: 8px 12px;
		height: auto;
		line-height: inherit;
	}
}

ul.products li.product .button.added {
	display: none;
}

li.product .onsale {
	position: absolute;
}

ul.products li.product .product-label {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	pointer-events: none;
}

.product-label {
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 5px;
	min-width: 46px;
	max-width: 50%;
	min-height: 46px;
	align-items: center;
	padding: 5px 7px;
	border-radius: 35px;
	color: #fff;
	background-color: #3bb54a;
	font-size: 12px;
	letter-spacing: .4px;
	text-transform: uppercase;
	word-break: break-all;
}

.product-label.type-bubble, li.product .onsale {
	top: 10px;
	left: 10px;
	z-index: 1;
	min-width: inherit;
	min-height: inherit;
	font-size: 11px;
	border-radius: 3px;
	padding: 3px 6px;
	line-height: 15px;
}

.product-details-wrapper .product-label {
	display: inline-block;
	position: relative;
	top: -1px;
	left: 0;
	min-width: inherit;
	min-height: inherit;
	border-radius: 3px;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 7px;
	line-height: 15px;
	margin-left: 10px;
}

.woocommerce-image__wrapper .product-label.type-circle {
	left: -10px;
}

ul.products li.product.product-category .cat-image-wrapper {
	overflow: hidden;
	display: block;
	position: relative;
}

ul.products li.product.product-category a:hover img {
	transform: scale(1.05);
}

ul.products li.product.product-category img {
	transform: scale(1);
	transition: transform .36s ease-out;
}

ul.products li.product:focus-within::before, ul.products li.product:hover::before {
	visibility: visible;
	opacity: 1;
	transition: .2s;
}

ul.products li.product.product-category a {
	display: block;
	color: #111;
}

ul.products li.product.product-category a:focus-visible {
	outline-offset: 12px;
}

ul.products li.product.product-category h2 {
	margin: .75em 0 0;
	font-size: clamp(.9375rem, .8105rem + .4065vw, 1.0625rem);
	letter-spacing: 0;
	font-weight: normal;
}

.product-out-of-stock {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	padding: .5rem 0;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	background: rgba(255, 255, 255, .85);
	text-align: center;
	pointer-events: none;
}

.product-out-of-stock em {
	font-style: normal;
}

.product-align-center ul.products li.product {
	text-align: center;
}

.product-align-center li.product .shoptimizer_ratingContainer {
	justify-content: center;
}

.product-align-center ul.products li.product .star-rating {
	margin-right: auto;
	margin-left: auto;
}

.product-align-center ul.products li.product .shoptimizer_ratingContainer > .star-rating {
	margin-left: inherit;
	margin-right: inherit;
}

.no-cta-buttons ul.products li.product {
	align-self: flex-start;
}

.no-cta-buttons ul.products li.product:not(.product-category) {
	padding-bottom: 0;
	margin-bottom: 35px;
}

.static-cta-buttons ul.products li.product:not(.product-category) {
	margin-bottom: 35px;
}

.static-cta-buttons ul.products li.product .added_to_cart, .static-cta-buttons ul.products li.product .button {
	opacity: 1;
}

@media (min-width: 993px) {
	.product-card__slide ul.products li.product:not(.product-category):before {
		height: 100%;
		box-shadow: none;
	}
	
	.product-card__slide ul.products li.product:not(.product-category) {
		padding-bottom: 0;
	}
	
	.product-card__slide ul.products li.product:not(.product-category):hover .woocommerce-card__header {
		transform: translateY(-40px);
		transition: transform .2s ease-out;
	}
	
	.product-card__slide .woocommerce-card__header {
		min-height: 110px;
		padding-top: 10px;
		background-color: #fff;
		transition: transform .2s ease-in;
	}
	
	.product-card__slide ul.products li.product .added_to_cart, .product-card__slide ul.products li.product .button {
		position: relative;
		width: 100%;
	}
}

@media (max-width: 992px) {
	ul.products li.product .add_to_cart_button, ul.products li.product .added_to_cart, ul.products li.product .button {
		position: relative;
		width: 100%;
		opacity: 1;
	}
	
	.archive.static-cta-buttons ul.products {
		margin-bottom: 2rem;
	}
	
	.static-cta-buttons ul.products li.product:not(.product-category) {
		margin-bottom: 0;
	}
	
	.woocommerce-image__wrapper .gallery-image {
		position: relative;
		opacity: 1;
		z-index: inherit;
	}
	
	.shoptimizer-plp-carousel-container {
		display: flex;
		width: 100%;
		height: 100%;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scroll-behavior: smooth;
		scrollbar-width: none;
	}
	
	.shoptimizer-plp-carousel-container .shoptimizer-plp-image-wrapper {
		display: flex;
		width: calc(200%);
	}
	
	.shoptimizer-plp-carousel-container img, .shoptimizer-plp-carousel-container picture {
		width: 100%;
		height: 100%;
		scroll-snap-align: center;
		-o-object-fit: cover;
		object-fit: cover;
		flex-shrink: 0;
	}
	
	.woocommerce-image__wrapper .shoptimizer-plp-carousel--pagination {
		display: none;
	}
	
	.woocommerce-image__wrapper:has(.gallery-image) .shoptimizer-plp-carousel--pagination {
		display: block;
		z-index: 1;
	}
	
	li.product.outofstock .gallery-image, li.product.outofstock .woocommerce-image__wrapper:has(.gallery-image) .shoptimizer-plp-carousel--pagination {
		display: none;
	}
	
	.shoptimizer-plp-carousel--pagination {
		position: absolute;
		bottom: 5px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.shoptimizer-plp-carousel--dot {
		height: 6px;
		width: 6px;
		margin: 0 2px;
		background-color: #fff;
		border: 1px solid #111;
		border-radius: 50%;
		display: inline-block;
		cursor: pointer;
		transition: background-color .3s;
	}
	
	.shoptimizer-plp-carousel--dot.active {
		background-color: #111;
	}
}

.jdgm-widget.jdgm-widget {
	position: relative;
}

.elementor-editor-active .woocommerce-loop-product__title + h2.woocommerce-loop-product__title {
	display: none;
}

.quantity {
	position: relative;
}

.quantity .qty {
	text-align: center;
}

.quantity input::-webkit-inner-spin-button, .quantity input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity input[type=number] {
	-moz-appearance: textfield;
}

.quantity .minus, .quantity .plus {
	height: 26px;
}

.quantity .minus:focus, .quantity .plus:focus {
	outline: 0;
}

.quantity .minus:focus-visible, .quantity .plus:focus-visible {
	z-index: 1;
	outline: #2491ff solid .2rem;
}

.quantity-nav {
	position: absolute;
	top: 0;
	right: -34px;
	bottom: 0;
	width: 35px;
	border: 1px solid #e2e2e2;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.quantity-button {
	position: absolute;
	right: 0;
	left: 0;
	height: 50%;
	background: center no-repeat;
	background-size: auto 8px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transition: background-color .1s linear, opacity .1s linear;
}

.quantity-button.disabled {
	opacity: .25;
	cursor: default;
}

.quantity-button.quantity-down:before, .quantity-button.quantity-up:before {
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #333;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.quantity-button.quantity-up:before {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M14.7071 12.7071C14.3166 13.0976 13.6834 13.0976 13.2929 12.7071L10 9.41421L6.70711 12.7071C6.31658 13.0976 5.68342 13.0976 5.29289 12.7071C4.90237 12.3166 4.90237 11.6834 5.29289 11.2929L9.29289 7.29289C9.68342 6.90237 10.3166 6.90237 10.7071 7.29289L14.7071 11.2929C15.0976 11.6834 15.0976 12.3166 14.7071 12.7071Z\' fill=\'%234A5568\'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M14.7071 12.7071C14.3166 13.0976 13.6834 13.0976 13.2929 12.7071L10 9.41421L6.70711 12.7071C6.31658 13.0976 5.68342 13.0976 5.29289 12.7071C4.90237 12.3166 4.90237 11.6834 5.29289 11.2929L9.29289 7.29289C9.68342 6.90237 10.3166 6.90237 10.7071 7.29289L14.7071 11.2929C15.0976 11.6834 15.0976 12.3166 14.7071 12.7071Z\' fill=\'%234A5568\'/%3E%3C/svg%3E");
}

.quantity-button.quantity-down:before {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M5.29289 7.29289C5.68342 6.90237 6.31658 6.90237 6.70711 7.29289L10 10.5858L13.2929 7.29289C13.6834 6.90237 14.3166 6.90237 14.7071 7.29289C15.0976 7.68342 15.0976 8.31658 14.7071 8.70711L10.7071 12.7071C10.3166 13.0976 9.68342 13.0976 9.29289 12.7071L5.29289 8.70711C4.90237 8.31658 4.90237 7.68342 5.29289 7.29289Z\' fill=\'%234A5568\'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M5.29289 7.29289C5.68342 6.90237 6.31658 6.90237 6.70711 7.29289L10 10.5858L13.2929 7.29289C13.6834 6.90237 14.3166 6.90237 14.7071 7.29289C15.0976 7.68342 15.0976 8.31658 14.7071 8.70711L10.7071 12.7071C10.3166 13.0976 9.68342 13.0976 9.29289 12.7071L5.29289 8.70711C4.90237 8.31658 4.90237 7.68342 5.29289 7.29289Z\' fill=\'%234A5568\'/%3E%3C/svg%3E");
}

.product .cart .quantity .input-text {
	width: 50px;
	height: 52px;
	padding: 0 .4em;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	outline-offset: -3px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.product .cart .quantity .input-text:focus-visible {
	position: relative;
	z-index: 1;
}

.product .cart .quantity .input-text:focus {
	border-color: #ccc;
}

.product .quantity .minus {
	bottom: 0;
}

.quantity.hidden + .single_add_to_cart_button, .quantity.hidden + button#ckwtl-button3, .quantity.hidden + button#ckwtl-button3 + .single_add_to_cart_button, .quantity:has(input[type=hidden]) + button#ckwtl-button3 + .single_add_to_cart_button {
	margin-left: 0;
	width: 100%;
}

.product .quantity .minus:focus-visible, .product .quantity .plus:focus-visible {
	outline-offset: -2px;
}

.shoptimizer-custom-quantity {
	position: relative;
	display: inline-flex;
	margin: 0 4px;
}

.shoptimizer-custom-quantity input[type=number]::-webkit-inner-spin-button, .shoptimizer-custom-quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.shoptimizer-custom-quantity  input[type=number] {
	-moz-appearance: textfield;
}

.shoptimizer-custom-quantity input {
	width: 60px;
	height: 38px;
	line-height: 1.65;
	float: left;
	display: block;
	margin: 0;
	border: 1px solid #e2e2e2;
	padding: 0 30px 0 10px;
	text-align: center;
}

.shoptimizer-custom-quantity input:focus {
	outline: 0;
}

.shoptimizer-custom-quantity_quantity-nav {
	float: left;
	position: relative;
	height: 38px;
}

.shoptimizer-custom-quantity-mini-cart {
	margin-top: .5rem;
	margin-bottom: .25rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: 1px solid #e1e0e0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
	border-radius: 7px;
	width: 82px;
	padding: 2px;
	display: flex;
	align-items: center;
}

.shoptimizer-custom-quantity-mini-cart input {
	width: 32px;
	height: 26px;
	border: none;
	text-align: center;
	font-size: 12px;
	pointer-events: none;
	color: #111;
	background: 0 0;
	box-shadow: none;
}

.shoptimizer-custom-quantity-mini-cart input::-webkit-inner-spin-button, .shoptimizer-custom-quantity-mini-cart input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.shoptimizer-custom-quantity-mini-cart input[type="number"] {
	-moz-appearance: textfield;
}

.shoptimizer-custom-quantity-mini-cart span {
	cursor: pointer;
	width: 26px;
	height: 26px;
	justify-content: center;
	display: flex;
	align-items: center;
}

.shoptimizer-custom-quantity-mini-cart svg {
	height: 11px;
	width: 11px;
	stroke: #111;
}

table.cart td.product-quantity .quantity .qty {
	z-index: 1;
}

table.cart td.product-quantity .quantity .quantity-nav {
	border: none;
	background-color: transparent;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	width: 100%;
	height: 31px;
	display: flex;
	align-items: center;
}

table.cart td.product-quantity .quantity .quantity-button {
	left: auto;
	right: auto;
	width: 26px;
	height: 25px;
	cursor: pointer;
	z-index: 2;
}

table.cart td.product-quantity .quantity .quantity-button.quantity-up {
	right: 0;
}

table.cart .quantity-button.quantity-down:before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 24 24\' stroke-width=\'2.5\' stroke=\'currentColor\' class=\'w-6 h-6\'%3E%3Cpath stroke-linecap=\'round\' stroke-linejoin=\'round\' d=\'M18 12H6\' /%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 24 24\' stroke-width=\'2.5\' stroke=\'currentColor\' class=\'w-6 h-6\'%3E%3Cpath stroke-linecap=\'round\' stroke-linejoin=\'round\' d=\'M18 12H6\' /%3E%3C/svg%3E%0A");
}

table.cart .quantity-button.quantity-up:before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 24 24\' stroke-width=\'2.5\' stroke=\'currentColor\' class=\'w-6 h-6\'%3E%3Cpath stroke-linecap=\'round\' stroke-linejoin=\'round\' d=\'M12 6v12m6-6H6\' /%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 24 24\' stroke-width=\'2.5\' stroke=\'currentColor\' class=\'w-6 h-6\'%3E%3Cpath stroke-linecap=\'round\' stroke-linejoin=\'round\' d=\'M12 6v12m6-6H6\' /%3E%3C/svg%3E%0A");
}

table.cart .quantity .minus, table.cart .quantity .plus {
	border: none;
	background-color: transparent;
	height: 31px;
}

table.cart .quantity-button.quantity-up {
	top: auto;
}

table.cart .quantity input {
	width: 32px;
	border: none;
	text-align: center;
	font-size: 12px;
	color: #111;
	background: 0 0;
}

table.cart .quantity-button.quantity-down:before, table.cart .quantity-button.quantity-up:before {
	width: 13px;
	height: 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@supports (-webkit-overflow-scrolling: touch) {
	table.cart .quantity {
		width: 100px;
	}
	
	table.cart .quantity input {
		font-size: 16px;
	}
}

.col-full.topbar-wrapper {
	max-width: 100%;
	border-bottom: 1px solid #eee;
}

.top-bar .widget, .top-bar form {
	margin: 0;
}

.top-bar select {
	font-size: 13px;
	height: 26px;
	background-size: 12px 12px;
	background-position: calc(100% - 7px);
}

.top-bar .col-full {
	display: flex;
	padding: 0;
	align-items: center;
}

.top-bar p {
	margin: 0;
}

.top-bar a {
	transition: .2s;
}

.top-bar a:hover {
	opacity: .85;
}

.top-bar svg {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.top-bar-left {
	display: flex;
	flex: 1;
}

.top-bar-center {
	display: flex;
	justify-content: center;
	max-width: 45%;
	text-align: center;
}

.top-bar-center:only-child {
	width: 100%;
	max-width: inherit;
	text-align: center;
}

.top-bar-right {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.top-bar .widget_nav_menu {
	z-index: 30;
}

.top-bar .widget_nav_menu ul li {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 7px 0 0;
}

.top-bar .widget_nav_menu ul > li > a {
	padding: 6px 0;
}

.top-bar .widget_nav_menu.top-bar-right ul li {
	margin: 0 0 0 7px;
}

.top-bar .widget_nav_menu ul li .sub-menu {
	display: none;
	position: absolute;
	margin-top: 6px;
	margin-left: -15px;
	background-color: #fff;
	padding: 15px 15px 11px;
	box-shadow: 0 4px 12px -2px rgba(0, 0, 0, .15);
}

.top-bar .widget_nav_menu ul li .sub-menu li {
	display: block;
	margin-bottom: 4px;
	font-size: 13px;
}

.top-bar .widget_nav_menu ul li:hover > .sub-menu {
	display: block;
	width: 150px;
}

.top-bar .widget_nav_menu ul li .sub-menu li a:hover {
	text-decoration: underline;
}

@media (max-width: 992px) {
	.topbar-wrapper .top-bar {
		padding: .6rem 0;
		font-size: clamp(.75rem, .623rem + .4065vw, .875rem);
	}
	
	.mobile-toggled.drawer-open .top-bar {
		display: none;
	}
	
	.mobile-toggled .topbar-wrapper:before {
		visibility: visible;
		opacity: 1;
	}
	
	.top-bar {
		border-bottom: none;
	}
	
	.top-bar select {
		font-size: 13px;
	}
	
	.top-bar .col-full {
		padding: 0;
	}
}

@media (max-width: 768px) {
	.col-full.topbar-wrapper.hide-on-mobile {
		display: none;
	}
	
	.top-bar .col-full, .top-bar-center, .top-bar-left, .top-bar-right {
		display: block;
		text-align: center;
		max-width: 100%;
	}
	
	.top-bar select {
		margin-top: 5px;
		width: 100%;
	}
}

.star-rating {
	height: 1.118em;
	position: relative;
	width: 5.6em;
	overflow: hidden;
}

.star-rating:before {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9.04893 2.92707C9.34828 2.00576 10.6517 2.00576 10.951 2.92707L12.0206 6.21886C12.1545 6.63089 12.5384 6.90985 12.9717 6.90985H16.4329C17.4016 6.90985 17.8044 8.14946 17.0207 8.71886L14.2205 10.7533C13.87 11.0079 13.7233 11.4593 13.8572 11.8713L14.9268 15.1631C15.2261 16.0844 14.1717 16.8506 13.3879 16.2812L10.5878 14.2467C10.2373 13.9921 9.76269 13.9921 9.4122 14.2467L6.61203 16.2812C5.82832 16.8506 4.77384 16.0844 5.07319 15.1631L6.14276 11.8713C6.27663 11.4593 6.12997 11.0079 5.77949 10.7533L2.97932 8.71886C2.1956 8.14946 2.59838 6.90985 3.5671 6.90985H7.0283C7.46153 6.90985 7.84548 6.63089 7.97936 6.21886L9.04893 2.92707Z\' fill=\'%234B5563\'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9.04893 2.92707C9.34828 2.00576 10.6517 2.00576 10.951 2.92707L12.0206 6.21886C12.1545 6.63089 12.5384 6.90985 12.9717 6.90985H16.4329C17.4016 6.90985 17.8044 8.14946 17.0207 8.71886L14.2205 10.7533C13.87 11.0079 13.7233 11.4593 13.8572 11.8713L14.9268 15.1631C15.2261 16.0844 14.1717 16.8506 13.3879 16.2812L10.5878 14.2467C10.2373 13.9921 9.76269 13.9921 9.4122 14.2467L6.61203 16.2812C5.82832 16.8506 4.77384 16.0844 5.07319 15.1631L6.14276 11.8713C6.27663 11.4593 6.12997 11.0079 5.77949 10.7533L2.97932 8.71886C2.1956 8.14946 2.59838 6.90985 3.5671 6.90985H7.0283C7.46153 6.90985 7.84548 6.63089 7.97936 6.21886L9.04893 2.92707Z\' fill=\'%234B5563\'/%3E%3C/svg%3E");
	-webkit-mask-position: left;
	mask-position: left;
	-webkit-mask-repeat: repeat-x;
	mask-repeat: repeat-x;
	-webkit-mask-size: 1.118em;
	mask-size: 1.118em;
	background: #ccc;
	bottom: 0;
	content: "";
	display: block;
	height: 1.118em;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 5.6em;
}

.star-rating > span {
	display: block;
	text-indent: -10000px;
	width: 5.6em;
	height: 1.118em;
	position: absolute;
	overflow: hidden;
}

.star-rating > span:before {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9.04893 2.92707C9.34828 2.00576 10.6517 2.00576 10.951 2.92707L12.0206 6.21886C12.1545 6.63089 12.5384 6.90985 12.9717 6.90985H16.4329C17.4016 6.90985 17.8044 8.14946 17.0207 8.71886L14.2205 10.7533C13.87 11.0079 13.7233 11.4593 13.8572 11.8713L14.9268 15.1631C15.2261 16.0844 14.1717 16.8506 13.3879 16.2812L10.5878 14.2467C10.2373 13.9921 9.76269 13.9921 9.4122 14.2467L6.61203 16.2812C5.82832 16.8506 4.77384 16.0844 5.07319 15.1631L6.14276 11.8713C6.27663 11.4593 6.12997 11.0079 5.77949 10.7533L2.97932 8.71886C2.1956 8.14946 2.59838 6.90985 3.5671 6.90985H7.0283C7.46153 6.90985 7.84548 6.63089 7.97936 6.21886L9.04893 2.92707Z\' fill=\'%234B5563\'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9.04893 2.92707C9.34828 2.00576 10.6517 2.00576 10.951 2.92707L12.0206 6.21886C12.1545 6.63089 12.5384 6.90985 12.9717 6.90985H16.4329C17.4016 6.90985 17.8044 8.14946 17.0207 8.71886L14.2205 10.7533C13.87 11.0079 13.7233 11.4593 13.8572 11.8713L14.9268 15.1631C15.2261 16.0844 14.1717 16.8506 13.3879 16.2812L10.5878 14.2467C10.2373 13.9921 9.76269 13.9921 9.4122 14.2467L6.61203 16.2812C5.82832 16.8506 4.77384 16.0844 5.07319 15.1631L6.14276 11.8713C6.27663 11.4593 6.12997 11.0079 5.77949 10.7533L2.97932 8.71886C2.1956 8.14946 2.59838 6.90985 3.5671 6.90985H7.0283C7.46153 6.90985 7.84548 6.63089 7.97936 6.21886L9.04893 2.92707Z\' fill=\'%234B5563\'/%3E%3C/svg%3E");
	-webkit-mask-position: left;
	mask-position: left;
	-webkit-mask-repeat: repeat-x;
	mask-repeat: repeat-x;
	-webkit-mask-size: 1.118em;
	mask-size: 1.118em;
	background-repeat: repeat-x;
	bottom: 0;
	content: "";
	display: block;
	height: 1.118em;
	left: 0;
	position: absolute;
	right: 0;
	text-indent: 10000px;
	top: 0;
}

p.stars {
	margin: 0;
}

p.stars, p.stars a {
	display: inline-block;
}

p.stars a {
	position: relative;
	width: 1em;
	height: 1em;
	margin-right: 1px;
	font-weight: 400;
	text-decoration: none;
	text-indent: -999em;
	color: #000;
}

p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	font-family: sans-serif;
	line-height: 1;
	text-indent: 0;
}

p.stars a:before, p.stars a:hover~a:before, p.stars.selected a.active~a:before {
	color: #ccc;
	content: "★";
}

p.stars.selected a.active:before, p.stars:hover a:before {
	opacity: 1;
	color: #96588a;
	content: "★";
}

p.stars.selected a:not(.active):before {
	opacity: 1;
	color: #96588a;
	content: "★";
}

.widget .widget-title {
	display: block;
	margin-bottom: .65em;
	color: #111;
}

.widget_products .widget-title, .widget_recent_reviews .widget-title, .widget_recently_viewed_products .widget-title, .widget_top_rated_products .widget-title {
	margin-bottom: 0;
}

.widget ul {
	margin-bottom: 0;
	margin-left: 0;
	list-style: none;
}

.widget ul ul {
	margin-top: .7em;
	margin-left: 1em;
}

.widget-area .widget .amount, .widget_price_filter .price_slider_amount, .widget_top_rated_products del span, .widget_top_rated_products ins span {
	font-size: 12px;
}

.widget ins span.amount, .widget ins span.amount span {
	margin-left: 2px;
}

.widget .star-rating {
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 2px;
}

.widget-area .widget .shoptimizer_ratingContainer {
	margin-top: 3px;
	margin-bottom: 0;
}

.widget .shoptimizer_ratingContainer .star-rating {
	margin-top: 0;
	margin-bottom: 0;
}

@media (min-width: 993px) {
	.widget-area {
		padding-bottom: 2rem;
	}
}

@media (max-width: 992px) {
	.widget-area {
		padding-top: 2rem;
		padding-bottom: 1rem;
	}
	
	.widget-area .textwidget img {
		max-width: 40%;
	}
}

#secondary .widget {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-direction: column;
}

#secondary .widget:last-child {
	padding-bottom: 0;
	border: none;
}

#secondary > .widget:first-child .widget-title {
	padding-top: 0;
	border: 0;
}

.site-content .widget li, .widget li {
	margin-bottom: .4em;
	font-size: 14px;
	line-height: 1.45;
}

.widget-area .widget a {
	color: #222;
}

.widget-area .widget a:not(.button):hover {
	text-decoration: underline;
	text-decoration-thickness: .5px;
	text-underline-offset: .18em;
}

.widget .current-cat > a, .widget .current-cat > a:hover {
	font-weight: 600;
}

.product_list_widget li {
	padding: 1em 0;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.widget-area .product_list_widget li {
	padding-top: .7em;
}

.product_list_widget li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.widget.product_list_widget li:first-child {
	padding-top: 0;
}

.product_list_widget li del {
	opacity: .75;
	font-size: .85em;
}

.product_list_widget li img {
	float: right;
	max-width: 2.617924em;
	margin: 3px 0 10px 10px;
}

.product_list_widget li > a {
	display: block;
}

.widget_products a {
	display: block;
}

.widget.product_list_widget a {
	font-size: clamp(.8125rem, .749rem + .2033vw, .875rem);
}

.widget.product_list_widget a:hover {
	color: #2c2d33;
}

.widget_layered_nav li {
	margin-bottom: .6180469716em;
}

.widget_layered_nav ul li {
	position: relative;
	padding-left: 20px;
}

.widget_layered_nav ul li:before {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 2px 0 #555;
	position: absolute;
	left: 0;
	margin-top: 6px;
	background: #fff;
	border: 2px solid #fff;
}

.widget.woocommerce li .count {
	font-size: 12px;
	position: absolute;
	top: 2px;
	right: 0;
	opacity: .75;
}

.widget_price_filter .ui-slider {
	position: relative;
}

.widget.widget_price_filter {
	overflow: visible;
}

.widget_price_filter .ui-slider-horizontal {
	height: .25em;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -.6em;
}

.price_slider_wrapper {
	padding-top: .5em;
}

.widget_price_filter .price_slider_amount {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.widget_price_filter .price_slider_amount .clear {
	display: none;
}

.widget_price_filter .price_slider_amount .button {
	padding: 4px 11px;
	border-radius: 30px;
	color: #fff;
	background-color: #282828;
	font-size: 12px;
	font-weight: normal;
}

.widget_price_filter .price_slider {
	margin-bottom: 1.2em;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	cursor: ew-resize;
	outline: 0;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	top: 0;
	border: 7px solid #fff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
	margin-top: -7px;
}

.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active, .widget_price_filter .ui-slider .ui-slider-handle:hover {
	box-shadow: 0 0 0 .236em rgba(0, 0, 0, .1);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content, .widget_price_filter .ui-slider .ui-slider-range {
	border: 0;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
}

.widget_price_filter .ui-slider .ui-slider-range {
	display: block;
	position: absolute;
	z-index: 1;
	background: #2c2d33;
	font-size: .7em;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, .1);
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.widget.widget_product_categories li .count {
	right: -25px;
}

.widget_product_categories {
	padding-right: 25px;
}

.widget_product_categories ul li {
	position: relative;
}

.wc-block-product-categories-list.wc-block-product-categories-list--depth-1, .widget_product_categories ul .children {
	margin-top: .7em;
	margin-bottom: .7em;
	border-left: 1px solid #eee;
	margin-left: 0;
}

.widget .wc-block-product-categories-list.wc-block-product-categories-list--depth-1 li, .widget_product_categories ul ul.children li {
	padding-left: 1.2em;
	font-size: 13px;
}

.widget_rating_filter .wc-layered-nav-rating {
	margin-bottom: .6180469716em;
}

.widget_rating_filter .wc-layered-nav-rating a {
	font-size: 12px;
	text-decoration: none !important;
}

.widget.widget_rating_filter ul li.wc-layered-nav-rating {
	margin-bottom: .5em;
	font-size: 12px;
}

.widget_rating_filter .wc-layered-nav-rating .star-rating {
	display: inline-block;
	height: 1em;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
}

.widget.widget_rating_filter a:hover {
	color: #111;
}

.tagcloud {
	padding-top: 10px;
}

.widget .tagcloud a, .widget.widget_product_tag_cloud a {
	display: inline-block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 6px 10px;
	border-radius: 3px;
	color: #fff;
	background-color: #282828;
	font-size: 12px !important;
	line-height: 1;
	transition: .2s;
}

.widget-area .widget .tagcloud a:hover, .widget-area .widget.widget_product_tag_cloud a:hover {
	text-decoration: none;
	color: #fff;
}

.widget.widget_recent_entries ul li {
	margin-bottom: .8em;
}

.widget.widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}

.widget_recent_entries li span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 3px;
	letter-spacing: .6px;
	opacity: .8;
}

.widget_recent_comments ul li {
	margin-bottom: .6em;
}

.widget_recent_comments ul li:last-child {
	margin-bottom: 0;
}

.widget_recent_reviews .reviewer {
	font-size: 12px;
}

.widget_product_search form, .widget_search form {
	position: relative;
}

.widget_product_search input, .widget_search input {
	width: 100%;
}

.widget-area .commercekit-ajs-results {
	z-index: 2;
}

.widget-area .widget .commercekit-ajs-results a:hover {
	text-decoration: none;
}

.widget-area .commercekit-ajs-view-all-holder > a, .widget-area .commercekit-ajs-view-all-holder > a:hover {
	color: #fff;
}

.site-search input[type="submit"], .widget_product_search form button[type="submit"], .widget_product_search form input[type="submit"], .widget_search form button[type=submit], .widget_search form input[type=submit] {
	clip: rect(1px 1px 1px 1px);
	position: absolute !important;
	right: 0;
}

.widget_search .wp-block-search__label {
	display: none;
}

.widget_search .wp-block-search .wp-block-search__input {
	border-color: #eee;
}

.widget_search:before {
	display: none;
}

.widget p {
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 1.5;
}

.widget p:last-child {
	margin-bottom: 0;
}

.widget h4 {
	font-size: 20px;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotation {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.main-navigation ul.menu li.menu-item-has-children span.caret:after, .menu-primary-menu-container > ul > li.menu-item-has-children > a:after, .menu-primary-menu-container > ul > li.menu-item-has-children.nolink > span:after {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M19 9L12 16L5 9\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M19 9L12 16L5 9\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
}

.main-navigation ul.menu > li:not(.full-width) ul li.menu-item-has-children > a:after {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 5L16 12L9 19\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 5L16 12L9 19\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
}

.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__empty-message:before, .woocommerce-cart .cart-empty:before {
	-webkit-mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" fill-rule=\"evenodd\" stroke-linejoin=\"round\" stroke-miterlimit=\"2\" clip-rule=\"evenodd\" viewBox=\"0 0 32 40\"><path d=\"M6.783 25.703a2.264 2.264 0 0 0-2.262 2.262 2.263 2.263 0 1 0 2.262-2.262Zm11.4 0a2.264 2.264 0 0 0-2.262 2.262 2.263 2.263 0 1 0 2.262-2.262Zm-11.4 1a1.263 1.263 0 1 1-.001 2.525 1.263 1.263 0 0 1 .001-2.526Zm11.4 0a1.263 1.263 0 1 1-.001 2.525 1.263 1.263 0 0 1 .001-2.526Zm2.566-5.095v1.69a.39.39 0 0 1-.39.39H3.718a.5.5 0 0 0 0 1h16.641a1.39 1.39 0 0 0 1.39-1.39v-2.055l.005-.02 3.621-15.39H30a.5.5 0 0 0 0-1h-5.021a.5.5 0 0 0-.487.385l-1.056 4.49H2a.5.5 0 0 0-.493.583l1.863 10.9a.5.5 0 0 0 .493.417h16.886Zm2.452-10.9H2.593l1.691 9.9h16.587l2.33-9.9Zm-6.549-3.71 2.25-3.66a.501.501 0 0 0-.852-.523L15.8 6.474a.5.5 0 0 0 .852.524Zm-7.485-.524-2.25-3.66a.501.501 0 0 0-.852.525l2.25 3.659a.501.501 0 0 0 .852-.524Zm3.816-.541v-3.66a.5.5 0 0 0-1 0v3.66a.5.5 0 0 0 1 0Z\"/></svg>");
	mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" fill-rule=\"evenodd\" stroke-linejoin=\"round\" stroke-miterlimit=\"2\" clip-rule=\"evenodd\" viewBox=\"0 0 32 40\"><path d=\"M6.783 25.703a2.264 2.264 0 0 0-2.262 2.262 2.263 2.263 0 1 0 2.262-2.262Zm11.4 0a2.264 2.264 0 0 0-2.262 2.262 2.263 2.263 0 1 0 2.262-2.262Zm-11.4 1a1.263 1.263 0 1 1-.001 2.525 1.263 1.263 0 0 1 .001-2.526Zm11.4 0a1.263 1.263 0 1 1-.001 2.525 1.263 1.263 0 0 1 .001-2.526Zm2.566-5.095v1.69a.39.39 0 0 1-.39.39H3.718a.5.5 0 0 0 0 1h16.641a1.39 1.39 0 0 0 1.39-1.39v-2.055l.005-.02 3.621-15.39H30a.5.5 0 0 0 0-1h-5.021a.5.5 0 0 0-.487.385l-1.056 4.49H2a.5.5 0 0 0-.493.583l1.863 10.9a.5.5 0 0 0 .493.417h16.886Zm2.452-10.9H2.593l1.691 9.9h16.587l2.33-9.9Zm-6.549-3.71 2.25-3.66a.501.501 0 0 0-.852-.523L15.8 6.474a.5.5 0 0 0 .852.524Zm-7.485-.524-2.25-3.66a.501.501 0 0 0-.852.525l2.25 3.659a.501.501 0 0 0 .852-.524Zm3.816-.541v-3.66a.5.5 0 0 0-1 0v3.66a.5.5 0 0 0 1 0Z\"/></svg>");
}

a.remove:before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'currentColor\' stroke-width=\'1.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-trash-2\'%3E%3Cpolyline points=\'3 6 5 6 21 6\'%3E%3C/polyline%3E%3Cpath d=\'M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\'%3E%3C/path%3E%3Cline x1=\'10\' y1=\'11\' x2=\'10\' y2=\'17\'%3E%3C/line%3E%3Cline x1=\'14\' y1=\'11\' x2=\'14\' y2=\'17\'%3E%3C/line%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'currentColor\' stroke-width=\'1.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-trash-2\'%3E%3Cpolyline points=\'3 6 5 6 21 6\'%3E%3C/polyline%3E%3Cpath d=\'M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\'%3E%3C/path%3E%3Cline x1=\'10\' y1=\'11\' x2=\'10\' y2=\'17\'%3E%3C/line%3E%3Cline x1=\'14\' y1=\'11\' x2=\'14\' y2=\'17\'%3E%3C/line%3E%3C/svg%3E");
}

.woocommerce-checkout .blockUI.blockOverlay:before {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3C!-- --%3E%3Csvg width=\'38\' height=\'38\' viewBox=\'0 0 38 38\' xmlns=\'http://www.w3.org/2000/svg\' stroke=\'%23fff\'%3E%3Cg fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate(1 1)\' stroke-width=\'2\'%3E%3Ccircle stroke-opacity=\'.5\' cx=\'18\' cy=\'18\' r=\'18\'/%3E%3Cpath d=\'M36 18c0-9.94-8.06-18-18-18\'%3E%3CanimateTransform attributeName=\'transform\' type=\'rotate\' from=\'0 18 18\' to=\'360 18 18\' dur=\'1s\' repeatCount=\'indefinite\'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3C!-- --%3E%3Csvg width=\'38\' height=\'38\' viewBox=\'0 0 38 38\' xmlns=\'http://www.w3.org/2000/svg\' stroke=\'%23fff\'%3E%3Cg fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate(1 1)\' stroke-width=\'2\'%3E%3Ccircle stroke-opacity=\'.5\' cx=\'18\' cy=\'18\' r=\'18\'/%3E%3Cpath d=\'M36 18c0-9.94-8.06-18-18-18\'%3E%3CanimateTransform attributeName=\'transform\' type=\'rotate\' from=\'0 18 18\' to=\'360 18 18\' dur=\'1s\' repeatCount=\'indefinite\'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.woocommerce-checkout p.woocommerce-thankyou-order-received:before {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 12L11 14L15 10M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\' stroke=\'%234A5568\' stroke-width=\'1\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 12L11 14L15 10M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\' stroke=\'%234A5568\' stroke-width=\'1\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
}

.flow article.post a.post-thumbnail:before, .grid article.post a.post-thumbnail:before {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14 5L21 12M21 12L14 19M21 12L3 12\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14 5L21 12M21 12L14 19M21 12L3 12\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
}

.flow article.post a.post-thumbnail:before, .grid article.post a.post-thumbnail:before, .main-navigation ul.menu > li:not(.full-width) ul li.menu-item-has-children > a:after, .main-navigation ul.menu li.menu-item-has-children span.caret:after, .menu-primary-menu-container > ul > li.menu-item-has-children > a:after, .menu-primary-menu-container > ul > li.menu-item-has-children.nolink > span:after, .shoptimizer-mini-cart-wrap .woocommerce-mini-cart__empty-message:before, .widget_shopping_cart .product_list_widget li a.remove:before, .woocommerce-cart .cart-empty:before, .woocommerce-checkout .blockUI.blockOverlay:before, .woocommerce-checkout p.woocommerce-thankyou-order-received:before, a.remove:before {
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.keyboard-active .input-text:focus-visible, .keyboard-active :focus-visible, .keyboard-active input[type="email"]:focus-visible, .keyboard-active input[type="password"]:focus-visible, .keyboard-active input[type="search"]:focus-visible {
	outline: #2491ff solid .2rem;
	outline-offset: 0;
	border-color: transparent;
	box-shadow: none;
}

.keyboard-active select.orderby:focus-visible {
	outline-offset: 4px;
}

.keyboard-active .swiper-slide-imglink:focus-visible {
	outline-offset: -4px;
}

.keyboard-active input:focus, .keyboard-active textarea:focus {
	border-color: transparent;
}

.screen-reader-text, .sr-only {
	position: absolute;
	visibility: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.clear {
	clear: both;
}

label.inline {
	display: inline !important;
	margin-left: 1em;
}

@media (max-width: 992px) {
	.hide-on-mobile {
		display: none !important;
	}
}
body .is-layout-constrained > .alignwide{max-width:var(--wp--style--global--wide-size)}.has-text-align-center{text-align:center}.site .wc-block-grid__products{display:grid;gap:30px;margin:0}.has-1-columns .wc-block-grid__products{grid-template-columns:repeat(1,1fr)}.has-2-columns .wc-block-grid__products{grid-template-columns:repeat(2,1fr)}.has-3-columns .wc-block-grid__products{grid-template-columns:repeat(3,1fr)}.has-4-columns .wc-block-grid__products{grid-template-columns:repeat(4,1fr)}.has-5-columns .wc-block-grid__products{grid-template-columns:repeat(5,1fr)}.has-6-columns .wc-block-grid__products{grid-template-columns:repeat(6,1fr)}@media (max-width: 1099px){.has-2-columns .wc-block-grid__products,.has-3-columns .wc-block-grid__products,.has-4-columns .wc-block-grid__products,.has-5-columns .wc-block-grid__products,.has-6-columns .wc-block-grid__products{grid-template-columns:repeat(2,1fr)}}@media (min-width: 481px) and (max-width: 600px){.site .wc-block-grid.has-1-columns .wc-block-grid__product:nth-child(2n),.site .wc-block-grid.has-1-columns .wc-block-grid__product:nth-child(odd),.site .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n),.site .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd),.site .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n),.site .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd),.site .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n),.site .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd),.site .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n),.site .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd),.site .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n),.site .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd){padding-left:0;padding-right:0}.wc-block-grid.has-1-columns .wc-block-grid__product,.wc-block-grid.has-2-columns .wc-block-grid__product,.wc-block-grid.has-3-columns .wc-block-grid__product,.wc-block-grid.has-4-columns .wc-block-grid__product,.wc-block-grid.has-5-columns .wc-block-grid__product,.wc-block-grid.has-6-columns .wc-block-grid__product{padding-bottom:40px;margin:0}}.site .wc-block-grid.has-1-columns .wc-block-grid__product,.site .wc-block-grid.has-2-columns .wc-block-grid__product,.site .wc-block-grid.has-3-columns .wc-block-grid__product,.site .wc-block-grid.has-4-columns .wc-block-grid__product,.site .wc-block-grid.has-5-columns .wc-block-grid__product,.site .wc-block-grid.has-6-columns .wc-block-grid__product{flex:100%;max-width:100%}.site .wc-block-grid__product{position:relative;display:flex;flex-direction:column;text-align:left;margin:0;border:none;padding-bottom:50px;transition:0.2s}@media (min-width: 993px){.wc-block-grid__product:before{visibility:hidden;position:absolute;left:0;opacity:0;background-color:#fff;box-shadow:0 0 10px rgb(0 0 0 / 10%);content:"";transition:.2s;width:calc(100% + 30px);height:calc(100% + 30px);margin-top:-15px;margin-left:-15px}.wc-block-grid__product:hover:before{visibility:visible;opacity:1;transition:.2s}.wc-block-grid__product *{position:relative}.wc-block-grid__product .wc-block-grid__product-image{position:relative;transition:0.2s ease-in-out}.wc-block-grid__product:hover .wc-block-grid__product-image{transform:scale(0.982)}}.site .wc-block-grid .wc-block-grid__product .wc-block-grid__product-add-to-cart,.site .wc-block-grid .wc-block-grid__product .wc-block-grid__product-onsale,.site .wc-block-grid .wc-block-grid__product .wc-block-grid__product-price,.site .wc-block-grid .wc-block-grid__product .wc-block-grid__product-rating{margin:0}.wc-block-grid__products .wc-block-grid__product-image img{width:100%}.wc-block-grid__product-link{color:#2c2d33}.site .wc-block-grid__product .wc-block-grid__product-title{font-size:15px;letter-spacing:0;margin-bottom:4px}.wc-block-grid .wc-block-grid__product .wc-block-grid__product-price{color:#43454b;font-size:14px;margin-bottom:0.75em;order:2;margin-bottom:0}.wc-block-grid__product .wc-block-grid__product-onsale{position:absolute;top:10px;left:10px;min-width:inherit;min-height:inherit;font-size:11px;font-weight:normal;border-radius:3px;padding:3px 9px;opacity:0.8;line-height:15px;border:none;text-transform:none;pointer-events:none}.wc-block-grid__product .wc-block-grid__product-rating{order:1;margin:0;margin-bottom:4px}.wc-block-grid__product .star-rating{height:1.118em;position:relative;width:5.6em;margin:0 0 2px;font-size:12px}.wc-block-grid__product-add-to-cart{order:3}.wc-block-grid__product-add-to-cart.wp-block-button{position:absolute;z-index:1;bottom:0;opacity:0;width:100%}.wc-block-grid__product-add-to-cart.wp-block-button .wc-block-components-product-button__button,.wc-block-grid__product-add-to-cart.wp-block-button a.wp-block-button__link{display:block;width:100%;height:40px;padding:0;border-radius:4px;font-size:14px;font-weight:600;line-height:40px;text-align:center;transition:0.1s}.wc-block-grid__product:hover .wc-block-grid__product-add-to-cart.wp-block-button{opacity:1}hr.wp-block-separator{height:inherit;border-bottom:none}.wp-block-cover p{margin:0}.wp-block-cover img{display:block}.wp-block-columns p a,.wp-block-columns p a:hover{text-decoration:underline;text-decoration-thickness:0.5px;text-underline-offset:0.16em}.content-area hr.wp-block-separator{height:1px}.woocommerce-tabs .wp-block-image{margin:0 0 1.5em}.woocommerce-tabs .wp-block-image.aligncenter{margin-left:auto;margin-right:auto}.wp-block-pullquote{padding:0;text-align:left}@media (max-width: 992px){.woocommerce-tabs .wp-block-image{margin-bottom:1rem}.wc-block-grid__products{gap:20px}.site .wc-block-grid__product.wc-block-grid__product{padding-bottom:55px;box-shadow:0 0 10px rgb(0 0 0 / 10%)}.wc-block-grid__product-add-to-cart.wp-block-button{opacity:1}.wc-block-grid .wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating,.wc-block-grid__product .wc-block-grid__product-title,.wc-block-grid__product-add-to-cart.wp-block-button{padding-left:15px;padding-right:15px}.wc-block-grid .wc-block-grid__product .wc-block-grid__product-add-to-cart{margin-bottom:15px}.wc-block-components-notice-banner{padding-right:1em;padding-left:1em}}.woocommerce:has(.wc-block-components-notice-banner){padding-bottom:30px}.wc-block-components-notice-banner__content .buttons-wrapper{margin-top:10px}.is-large.wc-block-cart,.wp-block-woocommerce-checkout.wc-block-checkout{margin-top:2em}.is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__total:last-child{padding-right:0}.is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image{padding-left:0}.wp-element-button.wc-block-components-button.wc-block-cart__submit-button,.wp-element-button.wc-block-components-button.wc-block-components-checkout-place-order-button{border-radius:6px;font-weight:bold;transition:background 0.2s}.wc-block-components-notice-banner .message-inner{padding:5px}.wc-block-components-notice-banner .buttons-wrapper{margin-top:10px}@media (min-width: 993px){.page-template-template-fullwidth .site-main .alignwide,.page-template-template-fullwidth-no-heading .site-main .alignwide{margin-left:calc(25% - 25vw);margin-right:calc(25% - 25vw);width:auto;max-width:1000%;clear:both}.page-template-template-fullwidth .site-main .alignfull,.page-template-template-fullwidth-no-heading .site-main .alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:auto}.site .wc-block-components-notice-banner{margin-right:auto;margin-left:auto}.single-product .site .wc-block-components-notice-banner{margin-top:0;margin-bottom:0}}.wc-block-all-reviews{margin-bottom:3rem}.wc-block-load-more,.wc-block-sort-select{font-size:14px}.wc-block-sort-select__label{margin-right:0.5rem}select.wc-block-sort-select__select{width:auto;font-size:14px}.wc-block-review-list-item__author,.wc-block-review-list-item__published-date{font-size:14px}/**
 * Reduced Motion Accessibility Styles
 *
 * This file contains CSS overrides for users who have enabled "prefers-reduced-motion"
 * in their operating system settings. This is a critical accessibility feature for
 * users with vestibular disorders, motion sensitivity, or other conditions that
 * can be triggered by animations and motion effects.
 *
 * IMPORTANT: The !important declarations are REQUIRED here because:
 * 1. Accessibility overrides must take precedence over decorative animations
 * 2. The universal selector (*) needs to override existing CSS with varying specificity
 * 3. Users with motion sensitivity rely on these overrides working reliably
 * 4. Theme components may have animations defined with different specificity levels
 *
 * These overrides ensure that all animations, transitions, and motion effects
 * are either disabled or reduced to their minimum duration for affected users.
 */

/* -- Animations, scrolling effects, transitions are reduced -- */
@media (prefers-reduced-motion: reduce) {
    *, ::before, ::after {
      animation-delay: -1ms !important;
      animation-duration: 1ms !important;
      animation-iteration-count: 1 !important;
      background-attachment: initial !important;
      scroll-behavior: auto !important;
      transition-delay: 0s !important;
      transition-duration: 0s !important;
    }
  }/*! elementor-icons - v5.44.0 - 01-09-2025 */
@font-face{font-family:eicons;src:url(../fonts/eicons.eot?5.44.0);src:url(../fonts/eicons.eot?5.44.0#iefix) format("embedded-opentype"),url(../fonts/eicons.woff2?5.44.0) format("woff2"),url(../fonts/eicons.woff?5.44.0) format("woff"),url(../fonts/eicons.ttf?5.44.0) format("truetype"),url(../fonts/eicons.svg?5.44.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}
:root {
	--direction-multiplier: 1;
}

body.rtl, html[dir=rtl] {
	--direction-multiplier: -1;
}

.elementor-hidden {
	display: none;
}

.elementor-visibility-hidden {
	visibility: hidden;
}

.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: -10000em;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.elementor-clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	width: 0;
}

.e-logo-wrapper {
	background: var(--e-a-bg-logo);
	border-radius: 50%;
	display: inline-block;
	line-height: 1;
	padding: .75em;
}

.e-logo-wrapper i {
	color: var(--e-a-color-logo);
	font-size: 1em;
}

.elementor *, .elementor :after, .elementor :before {
	box-sizing: border-box;
}

.elementor a {
	box-shadow: none;
	text-decoration: none;
}

.elementor hr {
	background-color: transparent;
	margin: 0;
}

.elementor img {
	border: none;
	border-radius: 0;
	box-shadow: none;
	height: auto;
	max-width: 100%;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
	margin: 0;
}

.elementor embed, .elementor iframe, .elementor object, .elementor video {
	border: none;
	line-height: 1;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.elementor .elementor-background, .elementor .elementor-background-holder, .elementor .elementor-background-video-container {
	direction: ltr;
	inset: 0;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}

.elementor .elementor-background-video-container {
	pointer-events: none;
	transition: opacity 1s;
}

.elementor .elementor-background-video-container.elementor-loading {
	opacity: 0;
}

.elementor .elementor-background-video, .elementor .elementor-background-video-embed {
	max-width: none;
}

.elementor .elementor-background-video, .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
	inset-block-start: 50%;
	inset-inline-start: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.elementor .elementor-background-video-hosted {
	-o-object-fit: cover;
	object-fit: cover;
}

.elementor .elementor-background-overlay {
	inset: 0;
	position: absolute;
}

.elementor .elementor-background-slideshow {
	inset: 0;
	position: absolute;
	z-index: 0;
}

.elementor .elementor-background-slideshow__slide__image {
	background-position: 50%;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.e-con-inner>.elementor-element.elementor-absolute, .e-con>.elementor-element.elementor-absolute, .elementor-widget-wrap>.elementor-element.elementor-absolute {
	position: absolute;
}

.e-con-inner>.elementor-element.elementor-fixed, .e-con>.elementor-element.elementor-fixed, .elementor-widget-wrap>.elementor-element.elementor-fixed {
	position: fixed;
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
	max-width: 100%;
}

@media (max-width:1024px) {
	.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
		max-width: 100%;
	}
}

@media (max-width:767px) {
	.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
		max-width: 100%;
	}
}

.elementor-element {
	--flex-direction: initial;
	--flex-wrap: initial;
	--justify-content: initial;
	--align-items: initial;
	--align-content: initial;
	--gap: initial;
	--flex-basis: initial;
	--flex-grow: initial;
	--flex-shrink: initial;
	--order: initial;
	--align-self: initial;
	align-self: var(--align-self);
	flex-basis: var(--flex-basis);
	flex-grow: var(--flex-grow);
	flex-shrink: var(--flex-shrink);
	order: var(--order);
}

.elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
	z-index: 1;
}

.elementor-element:where(.e-con-full,.elementor-widget) {
	align-content: var(--align-content);
	align-items: var(--align-items);
	flex-direction: var(--flex-direction);
	flex-wrap: var(--flex-wrap);
	gap: var(--row-gap) var(--column-gap);
	justify-content: var(--justify-content);
}

.elementor-invisible {
	visibility: hidden;
}

.elementor-custom-embed-play {
	inset-block-start: 50%;
	inset-inline-start: 50%;
	position: absolute;
	transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
}

.elementor-custom-embed-play i {
	color: #fff;
	font-size: 100px;
	text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
}

.elementor-custom-embed-play svg {
	height: 100px;
	width: 100px;
	fill: #fff;
	filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3));
}

.elementor-custom-embed-play i, .elementor-custom-embed-play svg {
	opacity: .8;
	transition: all .5s;
}

.elementor-custom-embed-play.elementor-playing i {
	font-family: eicons;
}

.elementor-custom-embed-play.elementor-playing i:before {
	content: "";
}

.elementor-custom-embed-play.elementor-playing i, .elementor-custom-embed-play.elementor-playing svg {
	animation: eicon-spin 2s linear infinite;
}

.elementor-tag {
	display: inline-flex;
}

.elementor-ken-burns {
	transition-duration: 10s;
	transition-property: transform;
	transition-timing-function: linear;
}

.elementor-ken-burns--out {
	transform: scale(1.3);
}

.elementor-ken-burns--active {
	transition-duration: 20s;
}

.elementor-ken-burns--active.elementor-ken-burns--out {
	transform: scale(1);
}

.elementor-ken-burns--active.elementor-ken-burns--in {
	transform: scale(1.3);
}

.elementor-align-center {
	text-align: center;
}

.elementor-align-right {
	text-align: right;
}

.elementor-align-left {
	text-align: left;
}

.elementor-align-center .elementor-button, .elementor-align-left .elementor-button, .elementor-align-right .elementor-button {
	width: auto;
}

.elementor-align-justify .elementor-button {
	width: 100%;
}

@media (min-width:-1) {
	.elementor-widescreen-align-center {
		text-align: center;
	}
	
	.elementor-widescreen-align-right {
		text-align: right;
	}
	
	.elementor-widescreen-align-left {
		text-align: left;
	}
	
	.elementor-widescreen-align-center .elementor-button, .elementor-widescreen-align-left .elementor-button, .elementor-widescreen-align-right .elementor-button {
		width: auto;
	}
	
	.elementor-widescreen-align-justify .elementor-button {
		width: 100%;
	}
}

@media (max-width:-1) {
	.elementor-laptop-align-center {
		text-align: center;
	}
	
	.elementor-laptop-align-right {
		text-align: right;
	}
	
	.elementor-laptop-align-left {
		text-align: left;
	}
	
	.elementor-laptop-align-center .elementor-button, .elementor-laptop-align-left .elementor-button, .elementor-laptop-align-right .elementor-button {
		width: auto;
	}
	
	.elementor-laptop-align-justify .elementor-button {
		width: 100%;
	}
	
	.elementor-tablet_extra-align-center {
		text-align: center;
	}
	
	.elementor-tablet_extra-align-right {
		text-align: right;
	}
	
	.elementor-tablet_extra-align-left {
		text-align: left;
	}
	
	.elementor-tablet_extra-align-center .elementor-button, .elementor-tablet_extra-align-left .elementor-button, .elementor-tablet_extra-align-right .elementor-button {
		width: auto;
	}
	
	.elementor-tablet_extra-align-justify .elementor-button {
		width: 100%;
	}
}

@media (max-width:1024px) {
	.elementor-tablet-align-center {
		text-align: center;
	}
	
	.elementor-tablet-align-right {
		text-align: right;
	}
	
	.elementor-tablet-align-left {
		text-align: left;
	}
	
	.elementor-tablet-align-center .elementor-button, .elementor-tablet-align-left .elementor-button, .elementor-tablet-align-right .elementor-button {
		width: auto;
	}
	
	.elementor-tablet-align-justify .elementor-button {
		width: 100%;
	}
}

@media (max-width:-1) {
	.elementor-mobile_extra-align-center {
		text-align: center;
	}
	
	.elementor-mobile_extra-align-right {
		text-align: right;
	}
	
	.elementor-mobile_extra-align-left {
		text-align: left;
	}
	
	.elementor-mobile_extra-align-center .elementor-button, .elementor-mobile_extra-align-left .elementor-button, .elementor-mobile_extra-align-right .elementor-button {
		width: auto;
	}
	
	.elementor-mobile_extra-align-justify .elementor-button {
		width: 100%;
	}
}

@media (max-width:767px) {
	.elementor-mobile-align-center {
		text-align: center;
	}
	
	.elementor-mobile-align-right {
		text-align: right;
	}
	
	.elementor-mobile-align-left {
		text-align: left;
	}
	
	.elementor-mobile-align-center .elementor-button, .elementor-mobile-align-left .elementor-button, .elementor-mobile-align-right .elementor-button {
		width: auto;
	}
	
	.elementor-mobile-align-justify .elementor-button {
		width: 100%;
	}
}

:root {
	--page-title-display: block;
}

.elementor-page-title, h1.entry-title {
	display: var(--page-title-display);
}

@keyframes eicon-spin {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(359deg);
	}
}

.eicon-animation-spin {
	animation: eicon-spin 2s linear infinite;
}

.elementor-section {
	position: relative;
}

.elementor-section .elementor-container {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media (max-width:1024px) {
	.elementor-section .elementor-container {
		flex-wrap: wrap;
	}
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1140px;
}

.elementor-section.elementor-section-stretched {
	position: relative;
	width: 100%;
}

.elementor-section.elementor-section-items-top>.elementor-container {
	align-items: flex-start;
}

.elementor-section.elementor-section-items-middle>.elementor-container {
	align-items: center;
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
	align-items: flex-end;
}

@media (min-width:768px) {
	.elementor-section.elementor-section-height-full {
		height: 100vh;
	}
	
	.elementor-section.elementor-section-height-full>.elementor-container {
		height: 100%;
	}
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-items: flex-start;
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-items: center;
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-items: flex-end;
}

.elementor-widget-wrap {
	align-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
	display: flex;
}

.elementor-widget-wrap>.elementor-element {
	width: 100%;
}

.elementor-widget-wrap.e-swiper-container {
	width: calc(100% - ( var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px) ));
}

.elementor-widget {
	position: relative;
}

.elementor-widget:not(:last-child) {
	margin-bottom: var(--kit-widget-spacing, 20px);
}

.elementor-widget:not(:last-child).elementor-absolute, .elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial {
	margin-bottom: 0;
}

.elementor-column {
	display: flex;
	min-height: 1px;
	position: relative;
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
	padding: 5px;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 10px;
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
	padding: 15px;
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
	padding: 20px;
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
	padding: 30px;
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
	padding: 0;
}

@media (min-width:768px) {
	.elementor-column.elementor-col-10, .elementor-column[data-col="10"] {
		width: 10%;
	}
	
	.elementor-column.elementor-col-11, .elementor-column[data-col="11"] {
		width: 11.111%;
	}
	
	.elementor-column.elementor-col-12, .elementor-column[data-col="12"] {
		width: 12.5%;
	}
	
	.elementor-column.elementor-col-14, .elementor-column[data-col="14"] {
		width: 14.285%;
	}
	
	.elementor-column.elementor-col-16, .elementor-column[data-col="16"] {
		width: 16.666%;
	}
	
	.elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
		width: 20%;
	}
	
	.elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
		width: 25%;
	}
	
	.elementor-column.elementor-col-30, .elementor-column[data-col="30"] {
		width: 30%;
	}
	
	.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
		width: 33.333%;
	}
	
	.elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
		width: 40%;
	}
	
	.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
		width: 50%;
	}
	
	.elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
		width: 60%;
	}
	
	.elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
		width: 66.666%;
	}
	
	.elementor-column.elementor-col-70, .elementor-column[data-col="70"] {
		width: 70%;
	}
	
	.elementor-column.elementor-col-75, .elementor-column[data-col="75"] {
		width: 75%;
	}
	
	.elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
		width: 80%;
	}
	
	.elementor-column.elementor-col-83, .elementor-column[data-col="83"] {
		width: 83.333%;
	}
	
	.elementor-column.elementor-col-90, .elementor-column[data-col="90"] {
		width: 90%;
	}
	
	.elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
		width: 100%;
	}
}

@media (max-width:479px) {
	.elementor-column.elementor-xs-10 {
		width: 10%;
	}
	
	.elementor-column.elementor-xs-11 {
		width: 11.111%;
	}
	
	.elementor-column.elementor-xs-12 {
		width: 12.5%;
	}
	
	.elementor-column.elementor-xs-14 {
		width: 14.285%;
	}
	
	.elementor-column.elementor-xs-16 {
		width: 16.666%;
	}
	
	.elementor-column.elementor-xs-20 {
		width: 20%;
	}
	
	.elementor-column.elementor-xs-25 {
		width: 25%;
	}
	
	.elementor-column.elementor-xs-30 {
		width: 30%;
	}
	
	.elementor-column.elementor-xs-33 {
		width: 33.333%;
	}
	
	.elementor-column.elementor-xs-40 {
		width: 40%;
	}
	
	.elementor-column.elementor-xs-50 {
		width: 50%;
	}
	
	.elementor-column.elementor-xs-60 {
		width: 60%;
	}
	
	.elementor-column.elementor-xs-66 {
		width: 66.666%;
	}
	
	.elementor-column.elementor-xs-70 {
		width: 70%;
	}
	
	.elementor-column.elementor-xs-75 {
		width: 75%;
	}
	
	.elementor-column.elementor-xs-80 {
		width: 80%;
	}
	
	.elementor-column.elementor-xs-83 {
		width: 83.333%;
	}
	
	.elementor-column.elementor-xs-90 {
		width: 90%;
	}
	
	.elementor-column.elementor-xs-100 {
		width: 100%;
	}
}

@media (max-width:767px) {
	.elementor-column.elementor-sm-10 {
		width: 10%;
	}
	
	.elementor-column.elementor-sm-11 {
		width: 11.111%;
	}
	
	.elementor-column.elementor-sm-12 {
		width: 12.5%;
	}
	
	.elementor-column.elementor-sm-14 {
		width: 14.285%;
	}
	
	.elementor-column.elementor-sm-16 {
		width: 16.666%;
	}
	
	.elementor-column.elementor-sm-20 {
		width: 20%;
	}
	
	.elementor-column.elementor-sm-25 {
		width: 25%;
	}
	
	.elementor-column.elementor-sm-30 {
		width: 30%;
	}
	
	.elementor-column.elementor-sm-33 {
		width: 33.333%;
	}
	
	.elementor-column.elementor-sm-40 {
		width: 40%;
	}
	
	.elementor-column.elementor-sm-50 {
		width: 50%;
	}
	
	.elementor-column.elementor-sm-60 {
		width: 60%;
	}
	
	.elementor-column.elementor-sm-66 {
		width: 66.666%;
	}
	
	.elementor-column.elementor-sm-70 {
		width: 70%;
	}
	
	.elementor-column.elementor-sm-75 {
		width: 75%;
	}
	
	.elementor-column.elementor-sm-80 {
		width: 80%;
	}
	
	.elementor-column.elementor-sm-83 {
		width: 83.333%;
	}
	
	.elementor-column.elementor-sm-90 {
		width: 90%;
	}
	
	.elementor-column.elementor-sm-100 {
		width: 100%;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-column.elementor-md-10 {
		width: 10%;
	}
	
	.elementor-column.elementor-md-11 {
		width: 11.111%;
	}
	
	.elementor-column.elementor-md-12 {
		width: 12.5%;
	}
	
	.elementor-column.elementor-md-14 {
		width: 14.285%;
	}
	
	.elementor-column.elementor-md-16 {
		width: 16.666%;
	}
	
	.elementor-column.elementor-md-20 {
		width: 20%;
	}
	
	.elementor-column.elementor-md-25 {
		width: 25%;
	}
	
	.elementor-column.elementor-md-30 {
		width: 30%;
	}
	
	.elementor-column.elementor-md-33 {
		width: 33.333%;
	}
	
	.elementor-column.elementor-md-40 {
		width: 40%;
	}
	
	.elementor-column.elementor-md-50 {
		width: 50%;
	}
	
	.elementor-column.elementor-md-60 {
		width: 60%;
	}
	
	.elementor-column.elementor-md-66 {
		width: 66.666%;
	}
	
	.elementor-column.elementor-md-70 {
		width: 70%;
	}
	
	.elementor-column.elementor-md-75 {
		width: 75%;
	}
	
	.elementor-column.elementor-md-80 {
		width: 80%;
	}
	
	.elementor-column.elementor-md-83 {
		width: 83.333%;
	}
	
	.elementor-column.elementor-md-90 {
		width: 90%;
	}
	
	.elementor-column.elementor-md-100 {
		width: 100%;
	}
}

@media (min-width:-1) {
	.elementor-reverse-widescreen>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (min-width:1025px) and (max-width:-1) {
	.elementor-reverse-laptop>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (min-width:-1) and (max-width:-1) {
	.elementor-reverse-laptop>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (min-width:1025px) and (max-width:-1) {
	.elementor-reverse-laptop>.elementor-container>:first-child, .elementor-reverse-laptop>.elementor-container>:nth-child(10), .elementor-reverse-laptop>.elementor-container>:nth-child(2), .elementor-reverse-laptop>.elementor-container>:nth-child(3), .elementor-reverse-laptop>.elementor-container>:nth-child(4), .elementor-reverse-laptop>.elementor-container>:nth-child(5), .elementor-reverse-laptop>.elementor-container>:nth-child(6), .elementor-reverse-laptop>.elementor-container>:nth-child(7), .elementor-reverse-laptop>.elementor-container>:nth-child(8), .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
		order: 0;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-reverse-tablet>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (min-width:-1) and (max-width:1024px) {
	.elementor-reverse-tablet>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (min-width:768px) and (max-width:-1) {
	.elementor-reverse-tablet>.elementor-container>:first-child, .elementor-reverse-tablet>.elementor-container>:nth-child(10), .elementor-reverse-tablet>.elementor-container>:nth-child(2), .elementor-reverse-tablet>.elementor-container>:nth-child(3), .elementor-reverse-tablet>.elementor-container>:nth-child(4), .elementor-reverse-tablet>.elementor-container>:nth-child(5), .elementor-reverse-tablet>.elementor-container>:nth-child(6), .elementor-reverse-tablet>.elementor-container>:nth-child(7), .elementor-reverse-tablet>.elementor-container>:nth-child(8), .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		order: 0;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (max-width:767px) {
	.elementor-reverse-mobile>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(10) {
		order: 1;
	}
	
	.elementor-column {
		width: 100%;
	}
}

.elementor-grid {
	display: grid;
	grid-column-gap: var(--grid-column-gap);
	grid-row-gap: var(--grid-row-gap);
}

.elementor-grid .elementor-grid-item {
	min-width: 0;
}

.elementor-grid-0 .elementor-grid {
	display: inline-block;
	margin-bottom: calc(-1 * var(--grid-row-gap));
	width: 100%;
	word-spacing: var(--grid-column-gap);
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
	display: inline-block;
	margin-bottom: var(--grid-row-gap);
	word-break: break-word;
}

.elementor-grid-1 .elementor-grid {
	grid-template-columns: repeat(1, 1fr);
}

.elementor-grid-2 .elementor-grid {
	grid-template-columns: repeat(2, 1fr);
}

.elementor-grid-3 .elementor-grid {
	grid-template-columns: repeat(3, 1fr);
}

.elementor-grid-4 .elementor-grid {
	grid-template-columns: repeat(4, 1fr);
}

.elementor-grid-5 .elementor-grid {
	grid-template-columns: repeat(5, 1fr);
}

.elementor-grid-6 .elementor-grid {
	grid-template-columns: repeat(6, 1fr);
}

.elementor-grid-7 .elementor-grid {
	grid-template-columns: repeat(7, 1fr);
}

.elementor-grid-8 .elementor-grid {
	grid-template-columns: repeat(8, 1fr);
}

.elementor-grid-9 .elementor-grid {
	grid-template-columns: repeat(9, 1fr);
}

.elementor-grid-10 .elementor-grid {
	grid-template-columns: repeat(10, 1fr);
}

.elementor-grid-11 .elementor-grid {
	grid-template-columns: repeat(11, 1fr);
}

.elementor-grid-12 .elementor-grid {
	grid-template-columns: repeat(12, 1fr);
}

@media (min-width:-1) {
	.elementor-grid-widescreen-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-widescreen-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-widescreen-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-widescreen-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-widescreen-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-widescreen-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-widescreen-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-widescreen-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-widescreen-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-widescreen-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-widescreen-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-widescreen-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-widescreen-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:-1) {
	.elementor-grid-laptop-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-laptop-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-laptop-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-laptop-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-laptop-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-laptop-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-laptop-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-laptop-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-laptop-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-laptop-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-laptop-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-laptop-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-laptop-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
	
	.elementor-grid-tablet_extra-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-tablet_extra-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-tablet_extra-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-tablet_extra-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-tablet_extra-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-tablet_extra-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-tablet_extra-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-tablet_extra-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-tablet_extra-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-tablet_extra-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-tablet_extra-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-tablet_extra-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-tablet_extra-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:1024px) {
	.elementor-grid-tablet-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-tablet-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-tablet-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-tablet-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-tablet-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-tablet-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-tablet-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-tablet-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-tablet-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-tablet-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-tablet-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-tablet-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-tablet-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:-1) {
	.elementor-grid-mobile_extra-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-mobile_extra-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-mobile_extra-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-mobile_extra-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-mobile_extra-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-mobile_extra-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-mobile_extra-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-mobile_extra-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-mobile_extra-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-mobile_extra-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-mobile_extra-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-mobile_extra-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-mobile_extra-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:767px) {
	.elementor-grid-mobile-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-mobile-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-mobile-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-mobile-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-mobile-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-mobile-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-mobile-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-mobile-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-mobile-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-mobile-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-mobile-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-mobile-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-mobile-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (min-width:1025px) {
	#elementor-device-mode:after {
		content: "desktop";
	}
}

@media (min-width:-1) {
	#elementor-device-mode:after {
		content: "widescreen";
	}
}

@media (max-width:-1) {
	#elementor-device-mode:after {
		content: "laptop";
		content: "tablet_extra";
	}
}

@media (max-width:1024px) {
	#elementor-device-mode:after {
		content: "tablet";
	}
}

@media (max-width:-1) {
	#elementor-device-mode:after {
		content: "mobile_extra";
	}
}

@media (max-width:767px) {
	#elementor-device-mode:after {
		content: "mobile";
	}
}

@media (prefers-reduced-motion:no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

.e-con {
	--border-radius: 0;
	--border-top-width: 0px;
	--border-right-width: 0px;
	--border-bottom-width: 0px;
	--border-left-width: 0px;
	--border-style: initial;
	--border-color: initial;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--content-width: min(100%, var(--container-max-width, 1140px));
	--width: 100%;
	--min-height: initial;
	--height: auto;
	--text-align: initial;
	--margin-top: 0px;
	--margin-right: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--padding-top: var(--container-default-padding-top, 10px);
	--padding-right: var(--container-default-padding-right, 10px);
	--padding-bottom: var(--container-default-padding-bottom, 10px);
	--padding-left: var(--container-default-padding-left, 10px);
	--position: relative;
	--z-index: revert;
	--overflow: visible;
	--gap: var(--widgets-spacing, 20px);
	--row-gap: var(--widgets-spacing-row, 20px);
	--column-gap: var(--widgets-spacing-column, 20px);
	--overlay-mix-blend-mode: initial;
	--overlay-opacity: 1;
	--overlay-transition: .3s;
	--e-con-grid-template-columns: repeat(3, 1fr);
	--e-con-grid-template-rows: repeat(2, 1fr);
	border-radius: var(--border-radius);
	height: var(--height);
	min-height: var(--min-height);
	min-width: 0;
	overflow: var(--overflow);
	position: var(--position);
	width: var(--width);
	z-index: var(--z-index);
	--flex-wrap-mobile: wrap;
	margin-block-end: var(--margin-block-end);
	margin-block-start: var(--margin-block-start);
	margin-inline-end: var(--margin-inline-end);
	margin-inline-start: var(--margin-inline-start);
	padding-inline-end: var(--padding-inline-end);
	padding-inline-start: var(--padding-inline-start);
}

.e-con:where(:not(.e-div-block-base)) {
	transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s);
}

.e-con {
	--margin-block-start: var(--margin-top);
	--margin-block-end: var(--margin-bottom);
	--margin-inline-start: var(--margin-left);
	--margin-inline-end: var(--margin-right);
	--padding-inline-start: var(--padding-left);
	--padding-inline-end: var(--padding-right);
	--padding-block-start: var(--padding-top);
	--padding-block-end: var(--padding-bottom);
	--border-block-start-width: var(--border-top-width);
	--border-block-end-width: var(--border-bottom-width);
	--border-inline-start-width: var(--border-left-width);
	--border-inline-end-width: var(--border-right-width);
}

body.rtl .e-con {
	--padding-inline-start: var(--padding-right);
	--padding-inline-end: var(--padding-left);
	--margin-inline-start: var(--margin-right);
	--margin-inline-end: var(--margin-left);
	--border-inline-start-width: var(--border-right-width);
	--border-inline-end-width: var(--border-left-width);
}

.e-con.e-flex {
	--flex-direction: column;
	--flex-basis: auto;
	--flex-grow: 0;
	--flex-shrink: 1;
	flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}

.e-con-full, .e-con>.e-con-inner {
	padding-block-end: var(--padding-block-end);
	padding-block-start: var(--padding-block-start);
	text-align: var(--text-align);
}

.e-con-full.e-flex, .e-con.e-flex>.e-con-inner {
	flex-direction: var(--flex-direction);
}

.e-con, .e-con>.e-con-inner {
	display: var(--display);
}

.e-con.e-grid {
	--grid-justify-content: start;
	--grid-align-content: start;
	--grid-auto-flow: row;
}

.e-con.e-grid, .e-con.e-grid>.e-con-inner {
	align-content: var(--grid-align-content);
	align-items: var(--align-items);
	grid-auto-flow: var(--grid-auto-flow);
	grid-template-columns: var(--e-con-grid-template-columns);
	grid-template-rows: var(--e-con-grid-template-rows);
	justify-content: var(--grid-justify-content);
	justify-items: var(--justify-items);
}

.e-con-boxed.e-flex {
	align-content: normal;
	align-items: normal;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal;
}

.e-con-boxed.e-grid {
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	justify-items: legacy;
}

.e-con-boxed {
	gap: initial;
	text-align: initial;
}

.e-con.e-flex>.e-con-inner {
	align-content: var(--align-content);
	align-items: var(--align-items);
	align-self: auto;
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	flex-wrap: var(--flex-wrap);
	justify-content: var(--justify-content);
}

.e-con.e-grid>.e-con-inner {
	align-items: var(--align-items);
	justify-items: var(--justify-items);
}

.e-con>.e-con-inner {
	gap: var(--row-gap) var(--column-gap);
	height: 100%;
	margin: 0 auto;
	max-width: var(--content-width);
	padding-inline-end: 0;
	padding-inline-start: 0;
	width: 100%;
}

:is(.elementor-section-wrap,[data-elementor-id])>.e-con {
	--margin-left: auto;
	--margin-right: auto;
	max-width: min(100%, var(--width));
}

.e-con .elementor-widget.elementor-widget {
	margin-block-end: 0;
}

.e-con:before, .e-con>.elementor-background-slideshow:before, .e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before, :is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before {
	border-block-end-width: var(--border-block-end-width);
	border-block-start-width: var(--border-block-start-width);
	border-color: var(--border-color);
	border-inline-end-width: var(--border-inline-end-width);
	border-inline-start-width: var(--border-inline-start-width);
	border-radius: var(--border-radius);
	border-style: var(--border-style);
	content: var(--background-overlay);
	display: block;
	height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
	left: calc(0px - var(--border-left-width));
	mix-blend-mode: var(--overlay-mix-blend-mode);
	opacity: var(--overlay-opacity);
	position: absolute;
	top: calc(0px - var(--border-top-width));
	transition: var(--overlay-transition, .3s);
	width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
}

.e-con:before {
	transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);
}

.e-con>.elementor-background-slideshow, :is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container {
	border-block-end-width: var(--border-block-end-width);
	border-block-start-width: var(--border-block-start-width);
	border-color: var(--border-color);
	border-inline-end-width: var(--border-inline-end-width);
	border-inline-start-width: var(--border-inline-start-width);
	border-radius: var(--border-radius);
	border-style: var(--border-style);
	height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
	left: calc(0px - var(--border-left-width));
	top: calc(0px - var(--border-top-width));
	width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
}

@media (max-width:767px) {
	:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile {
		display: none;
	}
}

:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before {
	z-index: 1;
}

:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before {
	z-index: 2;
}

.e-con .elementor-widget {
	min-width: 0;
}

.e-con .elementor-widget-empty, .e-con .elementor-widget-google_maps, .e-con .elementor-widget-video, .e-con .elementor-widget.e-widget-swiper {
	width: 100%;
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container, .e-con>.elementor-widget>.elementor-widget-container {
	height: 100%;
}

.e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget {
	max-width: 100%;
}

.e-con .elementor-widget:not(:last-child) {
	--kit-widget-spacing: 0px;
}

@media (max-width:767px) {
	.e-con.e-flex {
		--width: 100%;
		--flex-wrap: var(--flex-wrap-mobile);
	}
	
	.e-con.e-flex .elementor-widget-archive-posts {
		width: 100%;
	}
}

.elementor-form-fields-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
	flex-basis: 100%;
	max-width: 100%;
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
	flex-grow: 1;
}

.elementor-field-group {
	align-items: center;
	flex-wrap: wrap;
}

.elementor-field-group.elementor-field-type-submit {
	align-items: flex-end;
}

.elementor-field-group .elementor-field-textual {
	background-color: transparent;
	border: 1px solid #69727d;
	color: #1f2124;
	flex-grow: 1;
	max-width: 100%;
	vertical-align: middle;
	width: 100%;
}

.elementor-field-group .elementor-field-textual:focus {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	outline: 0;
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-field-group .elementor-field-textual::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-field-group .elementor-select-wrapper {
	display: flex;
	position: relative;
	width: 100%;
}

.elementor-field-group .elementor-select-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	flex-basis: 100%;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding-inline-end: 20px;
	text-transform: inherit;
}

.elementor-field-group .elementor-select-wrapper:before {
	content: "";
	font-family: eicons;
	font-size: 15px;
	inset-block-start: 50%;
	inset-inline-end: 10px;
	pointer-events: none;
	position: absolute;
	text-shadow: 0 0 3px rgba(0, 0, 0, .3);
	transform: translateY(-50%);
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
	content: "";
}

.elementor-field-subgroup {
	display: flex;
	flex-wrap: wrap;
}

.elementor-field-subgroup .elementor-field-option label {
	display: inline-block;
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
	padding-inline-end: 10px;
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
	flex-basis: 100%;
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
	display: inline;
}

.elementor-field-label {
	cursor: pointer;
}

.elementor-mark-required .elementor-field-label:after {
	color: red;
	content: "*";
	padding-inline-start: .2em;
}

.elementor-field-textual {
	border-radius: 3px;
	font-size: 15px;
	line-height: 1.4;
	min-height: 40px;
	padding: 5px 14px;
}

.elementor-field-textual.elementor-size-xs {
	border-radius: 2px;
	font-size: 13px;
	min-height: 33px;
	padding: 4px 12px;
}

.elementor-field-textual.elementor-size-md {
	border-radius: 4px;
	font-size: 16px;
	min-height: 47px;
	padding: 6px 16px;
}

.elementor-field-textual.elementor-size-lg {
	border-radius: 5px;
	font-size: 18px;
	min-height: 59px;
	padding: 7px 20px;
}

.elementor-field-textual.elementor-size-xl {
	border-radius: 6px;
	font-size: 20px;
	min-height: 72px;
	padding: 8px 24px;
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	flex-basis: 100%;
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
	flex-basis: 50%;
	flex-grow: 1;
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
	flex-basis: 100%;
}

.elementor-button-align-center .e-form__buttons, .elementor-button-align-center .elementor-field-type-submit {
	justify-content: center;
}

.elementor-button-align-start .e-form__buttons, .elementor-button-align-start .elementor-field-type-submit {
	justify-content: flex-start;
}

.elementor-button-align-end .e-form__buttons, .elementor-button-align-end .elementor-field-type-submit {
	justify-content: flex-end;
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	flex-basis: auto;
}

.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper {
	flex-grow: 0;
}

.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button {
	flex-basis: auto;
}

@media screen and (max-width:1024px) {
	.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: 100%;
	}
	
	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
		flex-basis: 50%;
		flex-grow: 1;
	}
	
	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
		flex-basis: 100%;
	}
	
	.elementor-tablet-button-align-center .e-form__buttons, .elementor-tablet-button-align-center .elementor-field-type-submit {
		justify-content: center;
	}
	
	.elementor-tablet-button-align-start .e-form__buttons, .elementor-tablet-button-align-start .elementor-field-type-submit {
		justify-content: flex-start;
	}
	
	.elementor-tablet-button-align-end .e-form__buttons, .elementor-tablet-button-align-end .elementor-field-type-submit {
		justify-content: flex-end;
	}
	
	.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: auto;
	}
	
	.elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper {
		flex-grow: 0;
	}
	
	.elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
		flex-basis: auto;
	}
}

@media screen and (max-width:767px) {
	.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: 100%;
	}
	
	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
		flex-basis: 50%;
		flex-grow: 1;
	}
	
	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
		flex-basis: 100%;
	}
	
	.elementor-mobile-button-align-center .e-form__buttons, .elementor-mobile-button-align-center .elementor-field-type-submit {
		justify-content: center;
	}
	
	.elementor-mobile-button-align-start .e-form__buttons, .elementor-mobile-button-align-start .elementor-field-type-submit {
		justify-content: flex-start;
	}
	
	.elementor-mobile-button-align-end .e-form__buttons, .elementor-mobile-button-align-end .elementor-field-type-submit {
		justify-content: flex-end;
	}
	
	.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: auto;
	}
	
	.elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper {
		flex-grow: 0;
	}
	
	.elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
		flex-basis: auto;
	}
}

.elementor-error .elementor-field {
	border-color: #d9534f;
}

.elementor-error .help-inline {
	color: #d9534f;
	font-size: .9em;
}

.elementor-message {
	font-size: 1em;
	line-height: 1;
	margin: 10px 0;
}

.elementor-message:before {
	content: "";
	display: inline-block;
	font-family: eicons;
	font-style: normal;
	font-weight: 400;
	margin-inline-end: 5px;
	vertical-align: middle;
}

.elementor-message.elementor-message-danger {
	color: #d9534f;
}

.elementor-message.elementor-message-danger:before {
	content: "";
}

.elementor-message.form-message-success {
	color: #5cb85c;
}

.elementor-form .elementor-button {
	border: none;
	padding-block-end: 0;
	padding-block-start: 0;
}

.elementor-form .elementor-button-content-wrapper, .elementor-form .elementor-button>span {
	display: flex;
	flex-direction: row;
	gap: 5px;
	justify-content: center;
}

.elementor-form .elementor-button.elementor-size-xs {
	min-height: 33px;
}

.elementor-form .elementor-button.elementor-size-sm {
	min-height: 40px;
}

.elementor-form .elementor-button.elementor-size-md {
	min-height: 47px;
}

.elementor-form .elementor-button.elementor-size-lg {
	min-height: 59px;
}

.elementor-form .elementor-button.elementor-size-xl {
	min-height: 72px;
}

.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container, .elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)) {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.elementor-heading-title {
	line-height: 1;
	margin: 0;
	padding: 0;
}

.elementor-button {
	background-color: #69727d;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	padding: 12px 24px;
	fill: #fff;
	text-align: center;
	transition: all .3s;
}

.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
	color: #fff;
}

.elementor-button-content-wrapper {
	display: flex;
	flex-direction: row;
	gap: 5px;
	justify-content: center;
}

.elementor-button-icon {
	align-items: center;
	display: flex;
}

.elementor-button-icon svg {
	height: auto;
	width: 1em;
}

.elementor-button-icon .e-font-icon-svg {
	height: 1em;
}

.elementor-button-text {
	display: inline-block;
}

.elementor-button.elementor-size-xs {
	border-radius: 2px;
	font-size: 13px;
	padding: 10px 20px;
}

.elementor-button.elementor-size-md {
	border-radius: 4px;
	font-size: 16px;
	padding: 15px 30px;
}

.elementor-button.elementor-size-lg {
	border-radius: 5px;
	font-size: 18px;
	padding: 20px 40px;
}

.elementor-button.elementor-size-xl {
	border-radius: 6px;
	font-size: 20px;
	padding: 25px 50px;
}

.elementor-button span {
	text-decoration: inherit;
}

.elementor-element.elementor-button-info .elementor-button {
	background-color: #5bc0de;
}

.elementor-element.elementor-button-success .elementor-button {
	background-color: #5cb85c;
}

.elementor-element.elementor-button-warning .elementor-button {
	background-color: #f0ad4e;
}

.elementor-element.elementor-button-danger .elementor-button {
	background-color: #d9534f;
}

.elementor-widget-button .elementor-button .elementor-button-info {
	background-color: #5bc0de;
}

.elementor-widget-button .elementor-button .elementor-button-success {
	background-color: #5cb85c;
}

.elementor-widget-button .elementor-button .elementor-button-warning {
	background-color: #f0ad4e;
}

.elementor-widget-button .elementor-button .elementor-button-danger {
	background-color: #d9534f;
}

.elementor-view-stacked .elementor-icon {
	background-color: #69727d;
	color: #fff;
	padding: .5em;
	fill: #fff;
}

.elementor-view-framed .elementor-icon {
	background-color: transparent;
	border: 3px solid #69727d;
	color: #69727d;
	padding: .5em;
}

.elementor-icon {
	color: #69727d;
	display: inline-block;
	font-size: 50px;
	line-height: 1;
	text-align: center;
	transition: all .3s;
}

.elementor-icon:hover {
	color: #69727d;
}

.elementor-icon i, .elementor-icon svg {
	display: block;
	height: 1em;
	position: relative;
	width: 1em;
}

.elementor-icon i:before, .elementor-icon svg:before {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.elementor-icon i.fad {
	width: auto;
}

.elementor-shape-square .elementor-icon {
	border-radius: 0;
}

.elementor-shape-rounded .elementor-icon {
	border-radius: 10%;
}

.elementor-shape-circle .elementor-icon {
	border-radius: 50%;
}

.e-transform .elementor-widget-container, .e-transform:not(:has(.elementor-widget-container)) {
	transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
	transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}

.e-con.e-transform {
	transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
	transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x);
}

.animated {
	animation-duration: 1.25s;
}

.animated.animated-slow {
	animation-duration: 2s;
}

.animated.animated-fast {
	animation-duration: .75s;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.reverse {
	animation-direction: reverse;
	animation-fill-mode: forwards;
}

@media (prefers-reduced-motion:reduce) {
	.animated {
		animation: none !important;
	}
	
	html * {
		transition-delay: 0s !important;
		transition-duration: 0s !important;
	}
}

@media (max-width:767px) {
	.elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
		display: none;
	}
}

@media (min-width:-1) and (max-width:-1) {
	.elementor .elementor-hidden-mobile_extra {
		display: none;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor .elementor-hidden-tablet {
		display: none;
	}
}

@media (min-width:-1) and (max-width:-1) {
	.elementor .elementor-hidden-laptop, .elementor .elementor-hidden-tablet_extra {
		display: none;
	}
}

@media (min-width:1025px) and (max-width:99999px) {
	.elementor .elementor-hidden-desktop {
		display: none;
	}
}

@media (min-width:-1) {
	.elementor .elementor-hidden-widescreen {
		display: none;
	}
}
.elementor-kit-128513{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-weight:500;font-family:"Jost", Sans-serif;}.elementor-kit-128513 e-page-transition{background-color:#FFBC7D;}.elementor-kit-128513 a{color:#000000;font-family:"Jost", Sans-serif;}.elementor-kit-128513 a:hover{color:#000000;}.elementor-kit-128513 h2{font-family:"Jost", Sans-serif;}.elementor-kit-128513 h3{font-family:"Jost", Sans-serif;}.elementor-kit-128513 h4{font-family:"Jost", Sans-serif;}.elementor-kit-128513 h5{font-family:"Jost", Sans-serif;}.elementor-kit-128513 h6{font-family:"Jost", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{color:hsla(0,0%,93%,.9);cursor:pointer;display:inline-flex;font-size:25px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93%,.9);height:1em;width:1em}.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar{height:4px;left:0;top:0;width:100%}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}/*! elementor-pro - v3.34.0 - 22-12-2025 */
.elementor-products-grid ul.products.elementor-grid{display:grid;margin:0;grid-column-gap:20px;grid-row-gap:40px}.elementor-products-grid ul.products.elementor-grid:after,.elementor-products-grid ul.products.elementor-grid:before{content:none;display:none}.elementor-products-grid ul.products.elementor-grid li.product{display:var(--button-align-display);flex-direction:var(--button-align-direction);float:none;justify-content:var(--button-align-justify);margin:0;padding:0;width:auto}.elementor-products-grid ul.products.elementor-grid li.product .onsale{display:none;padding:0}.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link{display:block;position:relative}.elementor-products-grid:not(.show-heading-yes) .products>h2{display:none}.elementor-products-grid nav.woocommerce-pagination{margin-top:40px}.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul{border:0}.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul li{border-left:0;border-right:0}.elementor-widget-woocommerce-products:not(.products-heading-show) .cross-sells>h2,.elementor-widget-woocommerce-products:not(.products-heading-show) .related>h2,.elementor-widget-woocommerce-products:not(.products-heading-show) .upsells>h2{display:none}.elementor-widget-woocommerce-products.products-heading-show .cross-sells>h2,.elementor-widget-woocommerce-products.products-heading-show .related>h2,.elementor-widget-woocommerce-products.products-heading-show .upsells>h2{color:var(--products-title-color);display:block;margin-bottom:var(--products-title-spacing,1rem);text-align:var(--products-title-alignment,start)}.elementor-product-loop-item--align-left ul.products li.product .star-rating{margin-right:auto}.elementor-product-loop-item--align-right ul.products li.product .star-rating{margin-left:auto}.elementor-product-loop-item--align-center ul.products li.product .star-rating{margin-left:auto;margin-right:auto}.woocommerce .elementor-element.elementor-products-grid ul.products li.product,.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,.woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product{width:auto}.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}.elementor-tab-title a{color:inherit}.elementor-accordion{text-align:start}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-block-start:none}.elementor-accordion .elementor-tab-title{cursor:pointer;font-weight:700;line-height:1;margin:0;outline:none;padding:15px 20px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{height:1em;width:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{border-block-start:1px solid #d5d8dc;display:none;padding:15px 20px}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var( --container-widget-flex-grow )}/*! elementor-pro - v3.34.0 - 22-12-2025 */
@charset "UTF-8";.elementor-widget-archive-posts:after,.elementor-widget-posts:after{display:none}.elementor-post__thumbnail__link{transition:none}.elementor-posts-container.elementor-posts-masonry{align-items:flex-start}.elementor-posts-container:not(.elementor-posts-masonry){align-items:stretch}.elementor-posts-container .elementor-post{margin:0;padding:0}.elementor-posts-container .elementor-post__excerpt{flex-grow:var(--read-more-alignment,0)}.elementor-posts-container .elementor-post__thumbnail{overflow:hidden}.elementor-posts-container .elementor-post__thumbnail img{display:block;max-height:none;max-width:none;transition:filter .3s;width:100%}.elementor-posts-container .elementor-post__thumbnail__link{display:block;position:relative;width:100%}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail{inset:0}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img{height:auto;left:calc(50% + 1px);position:absolute;top:calc(50% + 1px);transform:scale(1.01) translate(-50%,-50%)}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img{height:100%;width:auto}.elementor-posts .elementor-post{flex-direction:column;transition-duration:.25s;transition-property:background,border,box-shadow}.elementor-posts .elementor-post__title{font-size:18px;margin:0}.elementor-posts .elementor-post__excerpt{margin-bottom:10px}.elementor-posts .elementor-post__excerpt p{color:#777;font-size:14px;line-height:1.5em;margin:0}.elementor-posts .elementor-post__text{display:var(--item-display,block);flex-direction:column;flex-grow:1}.elementor-posts .elementor-post__meta-data{color:#adadad;font-size:12px;line-height:1.3em;margin-bottom:13px}.elementor-posts .elementor-post__read-more{align-self:flex-start;font-size:12px;font-weight:700}.elementor-posts .elementor-post__thumbnail{position:relative}.elementor-posts--skin-classic .elementor-post{overflow:hidden}.elementor-posts--align-left .elementor-post{text-align:left}.elementor-posts--align-right .elementor-post{text-align:right}.elementor-posts--align-center .elementor-post{text-align:center}.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px}.elementor-posts--thumbnail-top .elementor-post__text{width:100%}.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link{margin-right:auto}.elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link{margin-left:auto}.elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link{margin-inline:auto}.elementor-posts--thumbnail-left .elementor-post,.elementor-posts--thumbnail-right .elementor-post{flex-direction:row}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link,.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{flex-shrink:0;width:25%}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;order:0}.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;order:5}.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link{display:none}.elementor-posts .elementor-post{display:flex}.elementor-posts .elementor-post__card{background-color:#fff;border:0 solid #69727d;border-radius:3px;display:flex;flex-direction:column;min-height:100%;overflow:hidden;position:relative;transition:all .25s;width:100%}.elementor-posts .elementor-post__card .elementor-post__thumbnail{position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.elementor-posts .elementor-post__card .elementor-post__thumbnail img{width:calc(100% + 1px)}.elementor-posts .elementor-post__card .elementor-post__text{margin-bottom:0;margin-top:20px;padding:0 30px}.elementor-posts .elementor-post__card .elementor-post__read-more{display:inline-block;margin-bottom:20px}.elementor-posts .elementor-post__card .elementor-post__meta-data{border-top:1px solid #eaeaea;margin-bottom:0;padding:15px 30px}.elementor-posts .elementor-post__card .elementor-post__meta-data span+span:before{margin:0 5px}.elementor-posts .elementor-post__card .elementor-post__title{font-size:21px}.elementor-posts .elementor-post__card .elementor-post__excerpt{line-height:1.7}.elementor-posts .elementor-post__card .elementor-post__excerpt,.elementor-posts .elementor-post__card .elementor-post__title{margin-bottom:25px}.elementor-posts .elementor-post__card .elementor-post__badge,.elementor-posts .elementor-post__card .elementor-post__read-more{text-transform:uppercase}.elementor-posts .elementor-post__badge{background:#69727d;border-radius:999px;color:#fff;font-size:12px;font-weight:400;line-height:1;margin:20px;padding:.6em 1.2em;position:absolute;top:0}.elementor-posts .elementor-post__avatar{height:0;padding:0 30px;pointer-events:none;position:relative;top:-25px;width:100%}.elementor-posts .elementor-post__avatar img{border-radius:50%;pointer-events:all;transform:translateY(-50%);width:60px}.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data,.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data{margin-top:auto}.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar{height:auto;padding-top:0;position:static}.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar{transform:translateY(0);vertical-align:bottom}.elementor-posts--show-avatar .elementor-post__thumbnail__link{margin-bottom:25px}.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after{background-image:linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);background-repeat:no-repeat;bottom:0;content:"";display:block;height:100%;opacity:1;position:absolute;transition:all .3s ease-out;width:100%}.elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after{opacity:.5}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__thumbnail img,.elementor-posts__hover-zoom-out .elementor-post__thumbnail img{transition:filter .3s,height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1)}.elementor-card-shadow-yes .elementor-post__card{box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.elementor-card-shadow-yes .elementor-post__card:hover{box-shadow:0 0 30px 0 rgba(0,0,0,.15)}.elementor-posts--skin-full_content article{flex-direction:column;overflow:hidden}.elementor-posts--skin-full_content article .elementor-post__thumbnail{padding-bottom:0}body.elementor-editor-active .elementor-posts--skin-archive_full_content,body.elementor-editor-active .elementor-posts--skin-full_content{pointer-events:none}body.elementor-editor-active .elementor-posts--skin-archive_full_content .elementor-post__thumbnail__link,body.elementor-editor-active .elementor-posts--skin-full_content .elementor-post__thumbnail__link{display:none}.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post,body.elementor-editor-active .elementor-posts--show-thumbnail .elementor-post__thumbnail__link{display:block}.elementor-portfolio__filters{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0}.elementor-portfolio__filter{cursor:pointer;margin:0;padding:8px}.elementor-portfolio__filter:focus-visible{outline:1px auto -webkit-focus-ring-color}.elementor-portfolio-item{align-self:flex-start;margin:0;overflow:hidden;transform-style:preserve-3d;transition-property:transform,opacity;transition-timing-function:ease-in-out}.elementor-portfolio-item__title{color:#fff;font-size:18px;line-height:1;margin:0;padding:0}.elementor-portfolio-item__tags__separator:before{content:", "}.elementor-portfolio-item__overlay{background-color:hsla(213,9%,45%,.8);display:flex;flex-direction:column;inset:0;justify-content:center;opacity:0;overflow:hidden;padding:15px;position:absolute;text-align:center;transition:opacity 1s}.elementor-portfolio-item__img img[src=""]{background-color:rgba(0,0,0,.1);height:100%}.elementor-portfolio-item:focus-within .elementor-portfolio-item__overlay,.elementor-portfolio-item:hover .elementor-portfolio-item__overlay{opacity:1;transition:opacity .5s}.elementor-portfolio.elementor-has-item-ratio{transition:height .5s}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail{background-color:rgba(0,0,0,.1);position:absolute}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link{padding-bottom:56.25%}.elementor ul li.elementor-portfolio__filter{list-style-type:none}.e-con-inner>.elementor-widget-portfolio,.e-con>.elementor-widget-portfolio{width:var(--container-widget-width);--flex-grow:var( --container-widget-flex-grow )}.elementor-widget-archive-posts.load-more-align-center .elementor-button-wrapper,.elementor-widget-posts.load-more-align-center .elementor-button-wrapper{text-align:center}.elementor-widget-archive-posts.load-more-align-start .elementor-button-wrapper,.elementor-widget-posts.load-more-align-start .elementor-button-wrapper{text-align:start}.elementor-widget-archive-posts.load-more-align-end .elementor-button-wrapper,.elementor-widget-posts.load-more-align-end .elementor-button-wrapper{text-align:end}.elementor-widget-archive-posts.load-more-align-justify .elementor-button,.elementor-widget-posts.load-more-align-justify .elementor-button{width:100%}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container{cursor:default}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner{margin-top:var(--load-more—spacing,30px)}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg{display:flex}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:hidden}.elementor-widget-archive-posts.e-load-more-pagination-end:not(:has(>.elementor-widget-container))>.elementor-button-wrapper,.elementor-widget-archive-posts.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper,.elementor-widget-posts.e-load-more-pagination-end:not(:has(>.elementor-widget-container))>.elementor-button-wrapper,.elementor-widget-posts.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper{display:none}.elementor-widget-archive-posts.e-load-more-pagination-end:not(:has(>.elementor-widget-container))>.e-load-more-message,.elementor-widget-archive-posts.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message,.elementor-widget-posts.e-load-more-pagination-end:not(:has(>.elementor-widget-container))>.e-load-more-message,.elementor-widget-posts.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message{display:block}.elementor-widget-archive-posts.e-load-more-no-spinner:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .elementor-button-content-wrapper,.elementor-widget-archive-posts.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper,.elementor-widget-posts.e-load-more-no-spinner:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .elementor-button-content-wrapper,.elementor-widget-posts.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:visible}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner,.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner{display:flex}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner i,.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner svg,.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner i,.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg{display:none;margin:0 auto}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner i,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner i,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i{color:var(--load-more-spinner-color)}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner svg,.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg{fill:var(--load-more-spinner-color);height:1em;width:1em}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-message,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-message,.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-message,.elementor-widget-posts>.elementor-widget-container .e-load-more-message{color:var(--load-more-message-color);display:none;margin-top:var(--load-more—spacing,30px);text-align:var(--load-more-message-alignment,center)}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper,.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper,.elementor-widget-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper{margin-top:var(--load-more—spacing,30px)}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .e-load-more-spinner,.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner,.elementor-widget-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .e-load-more-spinner,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner{inset-block-start:50%;inset-inline-start:50%;margin:inherit;position:absolute;transform:translate(-50%,-50%)}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .elementor-button,.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button,.elementor-widget-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .elementor-button,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button{cursor:pointer;position:relative}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}/* End custom CSS */

.elementor-133666 .elementor-element.elementor-element-92cf7cb:not(.elementor-motion-effects-element-type-background), .elementor-133666 .elementor-element.elementor-element-92cf7cb > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: rgba(2, 1, 1, 0);
}

.elementor-133666 .elementor-element.elementor-element-92cf7cb > .elementor-background-overlay {
	background-color: transparent;
	background-image: linear-gradient(180deg, rgba(2, 1, 1, 0) 0%, #000 100%);
	opacity: .5;
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-133666 .elementor-element.elementor-element-92cf7cb > .elementor-container {
	min-height: 400px;
}

.elementor-133666 .elementor-element.elementor-element-92cf7cb {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-133666 .elementor-element.elementor-element-a78fa5a {
	width: var(--container-widget-width, 108.881%);
	max-width: 108.881%;
	--container-widget-width: 108.881%;
	--container-widget-flex-grow: 0;
}

.elementor-133666 .elementor-element.elementor-element-a78fa5a > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-a78fa5a .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-size: 50px;
	line-height: 1.2em;
	letter-spacing: -1.5px;
	color: #fff;
}

.elementor-133666 .elementor-element.elementor-element-913ed73 > .elementor-widget-container {
	padding: 0px 0px 10px 0px;
}

.elementor-133666 .elementor-element.elementor-element-913ed73 .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: -.2px;
	color: #fff;
}

.elementor-widget-button .elementor-button {
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-133666 .elementor-element.elementor-element-a768296 .elementor-button {
	background-color: #0066b5;
	font-family: "Jost", Sans-serif;
	font-size: 19px;
	font-weight: 500;
	fill: #fff;
	color: #fff;
	border-radius: 30px 30px 30px 30px;
	padding: 20px 35px 20px 35px;
}

.elementor-133666 .elementor-element.elementor-element-a768296 .elementor-button:hover, .elementor-133666 .elementor-element.elementor-element-a768296 .elementor-button:focus {
	background-color: #3bb54a;
	color: #fff;
}

.elementor-133666 .elementor-element.elementor-element-a768296 > .elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-a768296 .elementor-button:hover svg, .elementor-133666 .elementor-element.elementor-element-a768296 .elementor-button:focus svg {
	fill: #fff;
}

.elementor-133666 .elementor-element.elementor-element-36ec5708 > .elementor-background-overlay {
	background-color: transparent;
	background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .9) 81%);
	opacity: .54;
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-133666 .elementor-element.elementor-element-36ec5708 > .elementor-container {
	min-height: 700px;
}

.elementor-133666 .elementor-element.elementor-element-36ec5708 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0em 0em 0em 0em;
}

.elementor-133666 .elementor-element.elementor-element-147ffd2e > .elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-19a7d03a > .elementor-container {
	max-width: 1410px;
}

.elementor-bc-flex-widget .elementor-133666 .elementor-element.elementor-element-6ac639ef.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-6ac639ef.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-6ac639ef > .elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-65d34682 {
	width: var(--container-widget-width, 108.881%);
	max-width: 108.881%;
	--container-widget-width: 108.881%;
	--container-widget-flex-grow: 0;
}

.elementor-133666 .elementor-element.elementor-element-65d34682 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-65d34682 .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-size: 50px;
	line-height: 1.2em;
	letter-spacing: -1.5px;
	color: #fff;
}

.elementor-133666 .elementor-element.elementor-element-ccd5eb7 > .elementor-widget-container {
	padding: 0px 0px 10px 0px;
}

.elementor-133666 .elementor-element.elementor-element-ccd5eb7 .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: -.2px;
	color: #fff;
}

.elementor-133666 .elementor-element.elementor-element-414de770 .elementor-button {
	background-color: #0066b5;
	font-family: "Jost", Sans-serif;
	font-size: 19px;
	font-weight: 500;
	fill: #fff;
	color: #fff;
	border-radius: 30px 30px 30px 30px;
	padding: 20px 35px 20px 35px;
}

.elementor-133666 .elementor-element.elementor-element-414de770 .elementor-button:hover, .elementor-133666 .elementor-element.elementor-element-414de770 .elementor-button:focus {
	background-color: #3bb54a;
	color: #fff;
}

.elementor-133666 .elementor-element.elementor-element-414de770 > .elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-414de770 .elementor-button:hover svg, .elementor-133666 .elementor-element.elementor-element-414de770 .elementor-button:focus svg {
	fill: #fff;
}

.elementor-bc-flex-widget .elementor-133666 .elementor-element.elementor-element-34509212.elementor-column .elementor-widget-wrap {
	align-items: flex-end;
}

.elementor-133666 .elementor-element.elementor-element-34509212.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: flex-end;
	align-items: flex-end;
}

.elementor-133666 .elementor-element.elementor-element-5493f252 > .elementor-container {
	max-width: 1410px;
}

.elementor-133666 .elementor-element.elementor-element-5493f252 {
	padding: 50px 10px 20px 10px;
}

.elementor-133666 .elementor-element.elementor-element-2ab3f8dc:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-133666 .elementor-element.elementor-element-2ab3f8dc > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #f5f5f5;
}

.elementor-bc-flex-widget .elementor-133666 .elementor-element.elementor-element-2ab3f8dc.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-2ab3f8dc.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-2ab3f8dc > .elementor-element-populated {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cfcfcf;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 0px 20px 0px 0px;
	--e-column-margin-right: 20px;
	--e-column-margin-left: 0px;
	padding: 30px 15px 30px 15px;
}

.elementor-133666 .elementor-element.elementor-element-2ab3f8dc > .elementor-element-populated, .elementor-133666 .elementor-element.elementor-element-2ab3f8dc > .elementor-element-populated > .elementor-background-overlay, .elementor-133666 .elementor-element.elementor-element-2ab3f8dc > .elementor-background-slideshow {
	border-radius: 15px 15px 15px 15px;
}

.elementor-133666 .elementor-element.elementor-element-2ab3f8dc > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-133666 .elementor-element.elementor-element-6bc5b3de > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 10px;
}

.elementor-133666 .elementor-element.elementor-element-6bc5b3de > .elementor-element-populated {
	padding: 0px 0px 0px 4px;
}

.elementor-133666 .elementor-element.elementor-element-72518663 {
	text-align: left;
}

.elementor-133666 .elementor-element.elementor-element-72518663 .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-size: 23px;
	font-weight: 500;
	color: var(--e-global-color-primary);
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.elementor-133666 .elementor-element.elementor-element-f104a52 {
	font-family: "Jost", Sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.elementor-133666 .elementor-element.elementor-element-3f6784c7 .elementor-button {
	background-color: #0066b5;
	font-family: "Jost", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	fill: #fff;
	color: #fff;
	border-radius: 20px 20px 20px 20px;
	padding: 12px 20px 12px 20px;
}

.elementor-133666 .elementor-element.elementor-element-3f6784c7 .elementor-button:hover, .elementor-133666 .elementor-element.elementor-element-3f6784c7 .elementor-button:focus {
	background-color: #3bb54a;
	color: #fff;
}

.elementor-133666 .elementor-element.elementor-element-3f6784c7 > .elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-3f6784c7 .elementor-button:hover svg, .elementor-133666 .elementor-element.elementor-element-3f6784c7 .elementor-button:focus svg {
	fill: #fff;
}

.elementor-bc-flex-widget .elementor-133666 .elementor-element.elementor-element-693640c7.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-693640c7.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-widget-image .widget-image-caption {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-133666 .elementor-element.elementor-element-2a26fed4 > .elementor-widget-container {
	margin: 0px -16px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-3fe99235:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-133666 .elementor-element.elementor-element-3fe99235 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #f5f5f5;
}

.elementor-bc-flex-widget .elementor-133666 .elementor-element.elementor-element-3fe99235.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-3fe99235.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-3fe99235 > .elementor-element-populated {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cfcfcf;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 0px 20px 0px 0px;
	--e-column-margin-right: 20px;
	--e-column-margin-left: 0px;
	padding: 30px 15px 30px 15px;
}

.elementor-133666 .elementor-element.elementor-element-3fe99235 > .elementor-element-populated, .elementor-133666 .elementor-element.elementor-element-3fe99235 > .elementor-element-populated > .elementor-background-overlay, .elementor-133666 .elementor-element.elementor-element-3fe99235 > .elementor-background-slideshow {
	border-radius: 15px 15px 15px 15px;
}

.elementor-133666 .elementor-element.elementor-element-3fe99235 > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-133666 .elementor-element.elementor-element-4f44f153 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 10px;
}

.elementor-133666 .elementor-element.elementor-element-4f44f153 > .elementor-element-populated {
	padding: 0px 0px 0px 4px;
}

.elementor-133666 .elementor-element.elementor-element-5079b6f4 > .elementor-widget-container {
	margin: 14px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-5079b6f4 {
	text-align: left;
}

.elementor-133666 .elementor-element.elementor-element-5079b6f4 .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-size: 23px;
	font-weight: 500;
	color: #000;
}

.elementor-133666 .elementor-element.elementor-element-8c73f4d {
	font-family: "Jost", Sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.elementor-133666 .elementor-element.elementor-element-47f1acaa .elementor-button {
	background-color: #0066b5;
	font-family: "Jost", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	fill: #fff;
	color: #fff;
	border-radius: 20px 20px 20px 20px;
	padding: 12px 20px 12px 20px;
}

.elementor-133666 .elementor-element.elementor-element-47f1acaa .elementor-button:hover, .elementor-133666 .elementor-element.elementor-element-47f1acaa .elementor-button:focus {
	background-color: #3bb54a;
	color: #fff;
}

.elementor-133666 .elementor-element.elementor-element-47f1acaa > .elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-47f1acaa .elementor-button:hover svg, .elementor-133666 .elementor-element.elementor-element-47f1acaa .elementor-button:focus svg {
	fill: #fff;
}

.elementor-bc-flex-widget .elementor-133666 .elementor-element.elementor-element-1df0e73.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-1df0e73.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-41b93955 > .elementor-widget-container {
	margin: 0px -16px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-4a9c108c:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-133666 .elementor-element.elementor-element-4a9c108c > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #f5f5f5;
}

.elementor-bc-flex-widget .elementor-133666 .elementor-element.elementor-element-4a9c108c.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-4a9c108c.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-4a9c108c > .elementor-element-populated {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cfcfcf;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 30px 15px 30px 15px;
}

.elementor-133666 .elementor-element.elementor-element-4a9c108c > .elementor-element-populated, .elementor-133666 .elementor-element.elementor-element-4a9c108c > .elementor-element-populated > .elementor-background-overlay, .elementor-133666 .elementor-element.elementor-element-4a9c108c > .elementor-background-slideshow {
	border-radius: 15px 15px 15px 15px;
}

.elementor-133666 .elementor-element.elementor-element-4a9c108c > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-133666 .elementor-element.elementor-element-17f8a1cb > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 10px;
}

.elementor-133666 .elementor-element.elementor-element-17f8a1cb > .elementor-element-populated {
	padding: 0px 0px 0px 4px;
}

.elementor-133666 .elementor-element.elementor-element-5f22c40 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-5f22c40 {
	text-align: left;
}

.elementor-133666 .elementor-element.elementor-element-5f22c40 .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-size: 23px;
	font-weight: 500;
	color: #000;
}

.elementor-133666 .elementor-element.elementor-element-2d6485d {
	font-family: "Jost", Sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.elementor-133666 .elementor-element.elementor-element-197e7210 .elementor-button {
	background-color: #0066b5;
	font-family: "Jost", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	fill: #fff;
	color: #fff;
	border-radius: 20px 20px 20px 20px;
	padding: 12px 20px 12px 20px;
}

.elementor-133666 .elementor-element.elementor-element-197e7210 .elementor-button:hover, .elementor-133666 .elementor-element.elementor-element-197e7210 .elementor-button:focus {
	background-color: #3bb54a;
	color: #fff;
}

.elementor-133666 .elementor-element.elementor-element-197e7210 > .elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-197e7210 .elementor-button:hover svg, .elementor-133666 .elementor-element.elementor-element-197e7210 .elementor-button:focus svg {
	fill: #fff;
}

.elementor-bc-flex-widget .elementor-133666 .elementor-element.elementor-element-ac695bb.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-ac695bb.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-25f8aaad > .elementor-widget-container {
	margin: 0px -16px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-25f8aaad img {
	width: 88%;
}

.elementor-133666 .elementor-element.elementor-element-65c3da2a > .elementor-container {
	max-width: 1410px;
}

.elementor-133666 .elementor-element.elementor-element-65c3da2a {
	padding: 0px 10px 35px 10px;
}

.elementor-133666 .elementor-element.elementor-element-7ddc43fb:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-133666 .elementor-element.elementor-element-7ddc43fb > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #f5f5f5;
}

.elementor-bc-flex-widget .elementor-133666 .elementor-element.elementor-element-7ddc43fb.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-7ddc43fb.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-7ddc43fb > .elementor-element-populated {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cfcfcf;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 0px 15px 0px 0px;
	--e-column-margin-right: 15px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 15px;
}

.elementor-133666 .elementor-element.elementor-element-7ddc43fb > .elementor-element-populated, .elementor-133666 .elementor-element.elementor-element-7ddc43fb > .elementor-element-populated > .elementor-background-overlay, .elementor-133666 .elementor-element.elementor-element-7ddc43fb > .elementor-background-slideshow {
	border-radius: 15px 15px 15px 15px;
}

.elementor-133666 .elementor-element.elementor-element-7ddc43fb > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-bc-flex-widget .elementor-133666 .elementor-element.elementor-element-5f8cfd4e.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-5f8cfd4e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-5f8cfd4e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 10px;
}

.elementor-133666 .elementor-element.elementor-element-5f8cfd4e > .elementor-element-populated {
	padding: 0px 12px 0px 4px;
}

.elementor-133666 .elementor-element.elementor-element-69773869 {
	text-align: left;
}

.elementor-133666 .elementor-element.elementor-element-69773869 .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-size: 23px;
	font-weight: 500;
	color: #000;
}

.elementor-133666 .elementor-element.elementor-element-411ede20 {
	font-family: "Jost", Sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.elementor-133666 .elementor-element.elementor-element-7fd81817 .elementor-button {
	background-color: #0066b5;
	font-family: "Jost", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	fill: #fff;
	color: #fff;
	border-radius: 20px 20px 20px 20px;
	padding: 12px 20px 12px 20px;
}

.elementor-133666 .elementor-element.elementor-element-7fd81817 .elementor-button:hover, .elementor-133666 .elementor-element.elementor-element-7fd81817 .elementor-button:focus {
	background-color: #3bb54a;
	color: #fff;
}

.elementor-133666 .elementor-element.elementor-element-7fd81817 > .elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-7fd81817 .elementor-button:hover svg, .elementor-133666 .elementor-element.elementor-element-7fd81817 .elementor-button:focus svg {
	fill: #fff;
}

.elementor-bc-flex-widget .elementor-133666 .elementor-element.elementor-element-6a1cc70a.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-6a1cc70a.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-6a1cc70a > .elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-4dcfb514 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-4dcfb514 img {
	height: 221px;
	object-fit: cover;
	object-position: center center;
	border-radius: 0px 15px 15px 0px;
}

.elementor-133666 .elementor-element.elementor-element-4a1b4abc:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-133666 .elementor-element.elementor-element-4a1b4abc > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #f5f5f5;
}

.elementor-bc-flex-widget .elementor-133666 .elementor-element.elementor-element-4a1b4abc.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-4a1b4abc.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-4a1b4abc > .elementor-element-populated {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cfcfcf;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 15px;
}

.elementor-133666 .elementor-element.elementor-element-4a1b4abc > .elementor-element-populated, .elementor-133666 .elementor-element.elementor-element-4a1b4abc > .elementor-element-populated > .elementor-background-overlay, .elementor-133666 .elementor-element.elementor-element-4a1b4abc > .elementor-background-slideshow {
	border-radius: 15px 15px 15px 15px;
}

.elementor-133666 .elementor-element.elementor-element-4a1b4abc > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-bc-flex-widget .elementor-133666 .elementor-element.elementor-element-4f6e28c2.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-4f6e28c2.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-4f6e28c2 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 10px;
}

.elementor-133666 .elementor-element.elementor-element-4f6e28c2 > .elementor-element-populated {
	padding: 20px 13px 0px 4px;
}

.elementor-133666 .elementor-element.elementor-element-23f469b4 {
	text-align: left;
}

.elementor-133666 .elementor-element.elementor-element-23f469b4 .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-size: 23px;
	font-weight: 500;
}

.elementor-133666 .elementor-element.elementor-element-333020ca {
	font-family: "Jost", Sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.elementor-133666 .elementor-element.elementor-element-4fb56db .elementor-button {
	background-color: #0066b5;
	font-family: "Jost", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	fill: #fff;
	color: #fff;
	border-radius: 20px 20px 20px 20px;
	padding: 12px 20px 12px 20px;
}

.elementor-133666 .elementor-element.elementor-element-4fb56db .elementor-button:hover, .elementor-133666 .elementor-element.elementor-element-4fb56db .elementor-button:focus {
	background-color: #3bb54a;
	color: #fff;
}

.elementor-133666 .elementor-element.elementor-element-4fb56db > .elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-4fb56db .elementor-button:hover svg, .elementor-133666 .elementor-element.elementor-element-4fb56db .elementor-button:focus svg {
	fill: #fff;
}

.elementor-bc-flex-widget .elementor-133666 .elementor-element.elementor-element-3c74469f.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-3c74469f.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-133666 .elementor-element.elementor-element-3c74469f > .elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-8460b66 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-8460b66 img {
	max-width: 100%;
	border-radius: 0px 15px 15px 0px;
}

.elementor-133666 .elementor-element.elementor-element-61087cb > .elementor-container {
	max-width: 1410px;
}

.elementor-133666 .elementor-element.elementor-element-61087cb {
	padding: 27px 0px 15px 0px;
}

.elementor-133666 .elementor-element.elementor-element-18374afe {
	text-align: center;
}

.elementor-133666 .elementor-element.elementor-element-18374afe .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-weight: 500;
}

.elementor-133666 .elementor-element.elementor-element-74d65bab > .elementor-container {
	max-width: 1410px;
}

.elementor-133666 .elementor-element.elementor-element-74d65bab {
	padding: 0px 0px 46px 0px;
}

.elementor-133666 .elementor-element.elementor-element-5a58a1f0 > .elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
	color: var(--e-global-color-primary);
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title {
	color: var(--e-global-color-primary);
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins {
	color: var(--e-global-color-primary);
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount {
	color: var(--e-global-color-primary);
}

.elementor-widget-woocommerce-products {
	--products-title-color: var(--e-global-color-primary);
}

.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2 {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {
	color: var(--e-global-color-primary);
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount {
	color: var(--e-global-color-primary);
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-133666 .elementor-element.elementor-element-74b1bf1.elementor-wc-products  ul.products {
	grid-column-gap: 20px;
	grid-row-gap: 40px;
}

.elementor-133666 .elementor-element.elementor-element-74b1bf1.elementor-wc-products .attachment-woocommerce_thumbnail {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #e0e0e0;
	border-radius: 10px 10px 10px 10px;
}

.elementor-133666 .elementor-element.elementor-element-74b1bf1.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-133666 .elementor-element.elementor-element-74b1bf1.elementor-wc-products ul.products li.product .woocommerce-loop-category__title {
	font-family: "Jost", Sans-serif;
	font-weight: 600;
}

.elementor-133666 .elementor-element.elementor-element-74b1bf1.elementor-wc-products ul.products li.product .price {
	color: #0066b4;
	font-family: "Jost", Sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.elementor-133666 .elementor-element.elementor-element-74b1bf1.elementor-wc-products ul.products li.product .price ins {
	color: #0066b4;
}

.elementor-133666 .elementor-element.elementor-element-74b1bf1.elementor-wc-products ul.products li.product .price ins .amount {
	color: #0066b4;
}

.elementor-133666 .elementor-element.elementor-element-74b1bf1.elementor-wc-products ul.products li.product {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-74b1bf1.elementor-wc-products ul.products li.product span.onsale {
	display: block;
}

.elementor-133666 .elementor-element.elementor-element-5b4e3c09:not(.elementor-motion-effects-element-type-background), .elementor-133666 .elementor-element.elementor-element-5b4e3c09 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fafafa;
}

.elementor-133666 .elementor-element.elementor-element-5b4e3c09 > .elementor-container {
	max-width: 1410px;
}

.elementor-133666 .elementor-element.elementor-element-5b4e3c09 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 50px 0px 50px 0px;
}

.elementor-133666 .elementor-element.elementor-element-5b4e3c09 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-133666 .elementor-element.elementor-element-307741e7 > .elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-4cfbf662 > .elementor-widget-container {
	margin: 0px 0px 24px 0px;
}

.elementor-133666 .elementor-element.elementor-element-4cfbf662 {
	text-align: center;
}

.elementor-133666 .elementor-element.elementor-element-4cfbf662 .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-weight: 500;
}

.elementor-133666 .elementor-element.elementor-element-a4cf131.elementor-wc-products  ul.products {
	grid-column-gap: 20px;
	grid-row-gap: 40px;
}

.elementor-133666 .elementor-element.elementor-element-a4cf131.elementor-wc-products .attachment-woocommerce_thumbnail {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #e0e0e0;
	border-radius: 10px 10px 10px 10px;
}

.elementor-133666 .elementor-element.elementor-element-a4cf131.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-133666 .elementor-element.elementor-element-a4cf131.elementor-wc-products ul.products li.product .woocommerce-loop-category__title {
	font-family: "Jost", Sans-serif;
	font-weight: 600;
}

.elementor-133666 .elementor-element.elementor-element-a4cf131.elementor-wc-products ul.products li.product .price {
	color: #0066b4;
	font-family: "Jost", Sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.elementor-133666 .elementor-element.elementor-element-a4cf131.elementor-wc-products ul.products li.product .price ins {
	color: #0066b4;
}

.elementor-133666 .elementor-element.elementor-element-a4cf131.elementor-wc-products ul.products li.product .price ins .amount {
	color: #0066b4;
}

.elementor-133666 .elementor-element.elementor-element-a4cf131.elementor-wc-products ul.products li.product {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-a4cf131.elementor-wc-products ul.products li.product span.onsale {
	display: block;
}

.elementor-133666 .elementor-element.elementor-element-348d3b59 > .elementor-container {
	max-width: 1410px;
}

.elementor-133666 .elementor-element.elementor-element-348d3b59 {
	padding: 50px 0px 50px 0px;
}

.elementor-133666 .elementor-element.elementor-element-489c4cab > .elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-2673e9c1 > .elementor-widget-container {
	margin: 0px 0px 24px 0px;
}

.elementor-133666 .elementor-element.elementor-element-2673e9c1 {
	text-align: center;
}

.elementor-133666 .elementor-element.elementor-element-2673e9c1 .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-weight: 500;
}

.elementor-133666 .elementor-element.elementor-element-81ea578.elementor-wc-products  ul.products {
	grid-column-gap: 20px;
	grid-row-gap: 40px;
}

.elementor-133666 .elementor-element.elementor-element-81ea578.elementor-wc-products .attachment-woocommerce_thumbnail {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #e0e0e0;
	border-radius: 10px 10px 10px 10px;
}

.elementor-133666 .elementor-element.elementor-element-81ea578.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-133666 .elementor-element.elementor-element-81ea578.elementor-wc-products ul.products li.product .woocommerce-loop-category__title {
	font-family: "Jost", Sans-serif;
	font-weight: 600;
}

.elementor-133666 .elementor-element.elementor-element-81ea578.elementor-wc-products ul.products li.product .price {
	color: #0066b4;
	font-family: "Jost", Sans-serif;
	font-weight: 600;
}

.elementor-133666 .elementor-element.elementor-element-81ea578.elementor-wc-products ul.products li.product .price ins {
	color: #0066b4;
}

.elementor-133666 .elementor-element.elementor-element-81ea578.elementor-wc-products ul.products li.product .price ins .amount {
	color: #0066b4;
}

.elementor-133666 .elementor-element.elementor-element-81ea578.elementor-wc-products ul.products li.product {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-81ea578.elementor-wc-products ul.products li.product span.onsale {
	display: block;
}

.elementor-133666 .elementor-element.elementor-element-acbb054:not(.elementor-motion-effects-element-type-background), .elementor-133666 .elementor-element.elementor-element-acbb054 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fafafa;
}

.elementor-133666 .elementor-element.elementor-element-acbb054 > .elementor-container {
	max-width: 1410px;
}

.elementor-133666 .elementor-element.elementor-element-acbb054 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 50px 0px 50px 0px;
}

.elementor-133666 .elementor-element.elementor-element-acbb054 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-133666 .elementor-element.elementor-element-fd68f38 > .elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-eb67c17 > .elementor-widget-container {
	margin: 0px 0px 24px 0px;
}

.elementor-133666 .elementor-element.elementor-element-eb67c17 {
	text-align: center;
}

.elementor-133666 .elementor-element.elementor-element-eb67c17 .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.elementor-133666 .elementor-element.elementor-element-708332c.elementor-wc-products  ul.products {
	grid-column-gap: 20px;
	grid-row-gap: 40px;
}

.elementor-133666 .elementor-element.elementor-element-708332c.elementor-wc-products .attachment-woocommerce_thumbnail {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #e0e0e0;
	border-radius: 10px 10px 10px 10px;
}

.elementor-133666 .elementor-element.elementor-element-708332c.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-133666 .elementor-element.elementor-element-708332c.elementor-wc-products ul.products li.product .woocommerce-loop-category__title {
	font-family: "Jost", Sans-serif;
	font-weight: 600;
}

.elementor-133666 .elementor-element.elementor-element-708332c.elementor-wc-products ul.products li.product .price {
	color: #0066b4;
	font-family: "Jost", Sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.elementor-133666 .elementor-element.elementor-element-708332c.elementor-wc-products ul.products li.product .price ins {
	color: #0066b4;
}

.elementor-133666 .elementor-element.elementor-element-708332c.elementor-wc-products ul.products li.product .price ins .amount {
	color: #0066b4;
}

.elementor-133666 .elementor-element.elementor-element-708332c.elementor-wc-products ul.products li.product {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-708332c.elementor-wc-products ul.products li.product span.onsale {
	display: block;
}

.elementor-133666 .elementor-element.elementor-element-aa9fc77 > .elementor-container {
	max-width: 1410px;
}

.elementor-133666 .elementor-element.elementor-element-aa9fc77 {
	padding: 50px 0px 50px 0px;
}

.elementor-133666 .elementor-element.elementor-element-d333440 > .elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-7ae3b80 > .elementor-widget-container {
	margin: 0px 0px 24px 0px;
}

.elementor-133666 .elementor-element.elementor-element-7ae3b80 {
	text-align: center;
}

.elementor-133666 .elementor-element.elementor-element-7ae3b80 .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.elementor-133666 .elementor-element.elementor-element-4a9ecfc.elementor-wc-products  ul.products {
	grid-column-gap: 20px;
	grid-row-gap: 40px;
}

.elementor-133666 .elementor-element.elementor-element-4a9ecfc.elementor-wc-products .attachment-woocommerce_thumbnail {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #e0e0e0;
	border-radius: 10px 10px 10px 10px;
}

.elementor-133666 .elementor-element.elementor-element-4a9ecfc.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-133666 .elementor-element.elementor-element-4a9ecfc.elementor-wc-products ul.products li.product .woocommerce-loop-category__title {
	font-family: "Jost", Sans-serif;
	font-weight: 600;
}

.elementor-133666 .elementor-element.elementor-element-4a9ecfc.elementor-wc-products ul.products li.product .price {
	color: #0066b4;
	font-family: "Jost", Sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.elementor-133666 .elementor-element.elementor-element-4a9ecfc.elementor-wc-products ul.products li.product .price ins {
	color: #0066b4;
}

.elementor-133666 .elementor-element.elementor-element-4a9ecfc.elementor-wc-products ul.products li.product .price ins .amount {
	color: #0066b4;
}

.elementor-133666 .elementor-element.elementor-element-4a9ecfc.elementor-wc-products ul.products li.product {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-4a9ecfc.elementor-wc-products ul.products li.product span.onsale {
	display: block;
}

.elementor-133666 .elementor-element.elementor-element-3ffbe2dd:not(.elementor-motion-effects-element-type-background), .elementor-133666 .elementor-element.elementor-element-3ffbe2dd > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fafafa;
}

.elementor-133666 .elementor-element.elementor-element-3ffbe2dd > .elementor-container {
	max-width: 1410px;
}

.elementor-133666 .elementor-element.elementor-element-3ffbe2dd {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #eaeaea;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 50px 0px 50px 0px;
}

.elementor-133666 .elementor-element.elementor-element-3ffbe2dd > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-133666 .elementor-element.elementor-element-6350f7af {
	--spacer-size: 5px;
}

.elementor-133666 .elementor-element.elementor-element-35cde875 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-35cde875 {
	text-align: center;
}

.elementor-133666 .elementor-element.elementor-element-35cde875 .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-weight: 500;
}

.elementor-133666 .elementor-element.elementor-element-2aba97d9 > .elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-2aba97d9 {
	text-align: center;
	font-family: "Jost", Sans-serif;
}

.elementor-133666 .elementor-element.elementor-element-6c854834 {
	--spacer-size: 5px;
}

.elementor-133666 .elementor-element.elementor-element-163ef3cf:not(.elementor-motion-effects-element-type-background), .elementor-133666 .elementor-element.elementor-element-163ef3cf > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fafafa;
}

.elementor-133666 .elementor-element.elementor-element-163ef3cf > .elementor-container {
	max-width: 1410px;
}

.elementor-133666 .elementor-element.elementor-element-163ef3cf {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 0px 0px 50px 0px;
}

.elementor-133666 .elementor-element.elementor-element-163ef3cf > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-bc-flex-widget .elementor-133666 .elementor-element.elementor-element-2d52937b.elementor-column .elementor-widget-wrap {
	align-items: flex-start;
}

.elementor-133666 .elementor-element.elementor-element-2d52937b.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: flex-start;
	align-items: flex-start;
}

.elementor-133666 .elementor-element.elementor-element-5b5296a4 > .elementor-widget-container {
	margin: 0px 0px 24px 0px;
}

.elementor-133666 .elementor-element.elementor-element-5b5296a4 {
	text-align: center;
}

.elementor-133666 .elementor-element.elementor-element-5b5296a4 .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title {
	color: var(--e-global-color-primary);
}

.elementor-widget-accordion .elementor-accordion-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title {
	color: var(--e-global-color-accent);
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg {
	fill: var(--e-global-color-accent);
}

.elementor-widget-accordion .elementor-accordion-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-accordion .elementor-tab-content {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-133666 .elementor-element.elementor-element-5d5504fd .elementor-active .elementor-accordion-icon, .elementor-133666 .elementor-element.elementor-element-5d5504fd .elementor-active .elementor-accordion-title {
	color: #0066b5;
}

.elementor-133666 .elementor-element.elementor-element-5d5504fd .elementor-active .elementor-accordion-icon svg {
	fill: #0066b5;
}

.elementor-133666 .elementor-element.elementor-element-5d5504fd .elementor-accordion-title {
	font-family: "Jost", Sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.elementor-133666 .elementor-element.elementor-element-5d5504fd .elementor-tab-content {
	font-family: "Jost", Sans-serif;
}

.elementor-133666 .elementor-element.elementor-element-3a7732ac {
	font-family: "Jost", Sans-serif;
}

.elementor-133666 .elementor-element.elementor-element-4e055b49 {
	text-align: right;
}

.elementor-133666 .elementor-element.elementor-element-4e055b49 img {
	width: 92%;
	height: 499px;
	object-fit: cover;
	object-position: center center;
	border-radius: 20px 20px 20px 20px;
}

.elementor-133666 .elementor-element.elementor-element-f8d6808 > .elementor-container {
	max-width: 1410px;
}

.elementor-133666 .elementor-element.elementor-element-f8d6808 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 70px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-62dd702 > .elementor-widget-container {
	margin: 0px 0px 24px 0px;
}

.elementor-133666 .elementor-element.elementor-element-62dd702 {
	text-align: left;
}

.elementor-133666 .elementor-element.elementor-element-62dd702 .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.3em;
}

.elementor-133666 .elementor-element.elementor-element-1bac53b:not(.elementor-motion-effects-element-type-background), .elementor-133666 .elementor-element.elementor-element-1bac53b > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-133666 .elementor-element.elementor-element-1bac53b > .elementor-container {
	max-width: 1410px;
}

.elementor-133666 .elementor-element.elementor-element-1bac53b {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: 0px;
	margin-bottom: 70px;
	padding: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-1bac53b > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-133666 .elementor-element.elementor-element-a1d6abc:not(.elementor-motion-effects-element-type-background), .elementor-133666 .elementor-element.elementor-element-a1d6abc > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fafafa;
}

.elementor-133666 .elementor-element.elementor-element-a1d6abc > .elementor-container {
	max-width: 1410px;
}

.elementor-133666 .elementor-element.elementor-element-a1d6abc {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #eaeaea;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 50px 0px 50px 0px;
}

.elementor-133666 .elementor-element.elementor-element-a1d6abc > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-133666 .elementor-element.elementor-element-2eeb813 > .elementor-widget-container {
	margin: 0px 0px 26px 0px;
}

.elementor-133666 .elementor-element.elementor-element-2eeb813 {
	text-align: center;
}

.elementor-133666 .elementor-element.elementor-element-2eeb813 .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.elementor-widget-posts .elementor-button {
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-posts .elementor-post__meta-data {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-posts .elementor-post__excerpt p {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-posts .elementor-post__read-more {
	color: var(--e-global-color-accent);
}

.elementor-widget-posts a.elementor-post__read-more {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-posts .elementor-post__card .elementor-post__badge {
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-posts .elementor-pagination {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-posts .e-load-more-message {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-133666 .elementor-element.elementor-element-dc336f9 {
	--grid-row-gap: 35px;
	--grid-column-gap: 30px;
}

.elementor-133666 .elementor-element.elementor-element-dc336f9 .elementor-posts-container .elementor-post__thumbnail {
	padding-bottom: calc(.66 * 100%);
}

.elementor-133666 .elementor-element.elementor-element-dc336f9:after {
	content: "0.66";
}

.elementor-133666 .elementor-element.elementor-element-dc336f9 .elementor-post__thumbnail__link {
	width: 100%;
}

.elementor-133666 .elementor-element.elementor-element-dc336f9.elementor-posts--thumbnail-left .elementor-post__thumbnail__link {
	margin-right: 20px;
}

.elementor-133666 .elementor-element.elementor-element-dc336f9.elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
	margin-left: 20px;
}

.elementor-133666 .elementor-element.elementor-element-dc336f9.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
	margin-bottom: 20px;
}

.elementor-133666 .elementor-element.elementor-element-3891fc0a > .elementor-container {
	max-width: 1410px;
}

.elementor-133666 .elementor-element.elementor-element-3891fc0a {
	padding: 70px 0px 70px 0px;
}

.elementor-133666 .elementor-element.elementor-element-2038672:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-133666 .elementor-element.elementor-element-2038672 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #0066b5;
}

.elementor-133666 .elementor-element.elementor-element-2038672 > .elementor-element-populated {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #d6d6d6;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 10px 10px 10px 10px;
	--e-column-margin-right: 10px;
	--e-column-margin-left: 10px;
}

.elementor-133666 .elementor-element.elementor-element-2038672 > .elementor-element-populated, .elementor-133666 .elementor-element.elementor-element-2038672 > .elementor-element-populated > .elementor-background-overlay, .elementor-133666 .elementor-element.elementor-element-2038672 > .elementor-background-slideshow {
	border-radius: 20px 20px 20px 20px;
}

.elementor-133666 .elementor-element.elementor-element-2038672 > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-133666 .elementor-element.elementor-element-12196fca img {
	width: 1000px;
	max-width: 100%;
}

.elementor-133666 .elementor-element.elementor-element-4036f8c5 > .elementor-widget-container {
	margin: 0px 0px -5px 0px;
}

.elementor-133666 .elementor-element.elementor-element-4036f8c5 {
	text-align: left;
}

.elementor-133666 .elementor-element.elementor-element-4036f8c5 .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.elementor-133666 .elementor-element.elementor-element-601ced8a {
	text-align: left;
	font-family: "Jost", Sans-serif;
	color: #fff;
}

.elementor-133666 .elementor-element.elementor-element-e4ed065:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-133666 .elementor-element.elementor-element-e4ed065 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #000;
}

.elementor-133666 .elementor-element.elementor-element-e4ed065 > .elementor-element-populated {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #d6d6d6;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 10px 10px 10px 10px;
	--e-column-margin-right: 10px;
	--e-column-margin-left: 10px;
}

.elementor-133666 .elementor-element.elementor-element-e4ed065 > .elementor-element-populated, .elementor-133666 .elementor-element.elementor-element-e4ed065 > .elementor-element-populated > .elementor-background-overlay, .elementor-133666 .elementor-element.elementor-element-e4ed065 > .elementor-background-slideshow {
	border-radius: 20px 20px 20px 20px;
}

.elementor-133666 .elementor-element.elementor-element-e4ed065 > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-133666 .elementor-element.elementor-element-31e3d0be img {
	width: 1000px;
	max-width: 100%;
}

.elementor-133666 .elementor-element.elementor-element-24985e2a > .elementor-widget-container {
	margin: 0px 0px -5px 0px;
}

.elementor-133666 .elementor-element.elementor-element-24985e2a {
	text-align: left;
}

.elementor-133666 .elementor-element.elementor-element-24985e2a .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.elementor-133666 .elementor-element.elementor-element-533f01fe {
	text-align: left;
	font-family: "Jost", Sans-serif;
	color: #fff;
}

.elementor-133666 .elementor-element.elementor-element-5ab81c00:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-133666 .elementor-element.elementor-element-5ab81c00 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #0066b5;
}

.elementor-133666 .elementor-element.elementor-element-5ab81c00 > .elementor-element-populated {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #d6d6d6;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 10px 10px 10px 10px;
	--e-column-margin-right: 10px;
	--e-column-margin-left: 10px;
}

.elementor-133666 .elementor-element.elementor-element-5ab81c00 > .elementor-element-populated, .elementor-133666 .elementor-element.elementor-element-5ab81c00 > .elementor-element-populated > .elementor-background-overlay, .elementor-133666 .elementor-element.elementor-element-5ab81c00 > .elementor-background-slideshow {
	border-radius: 20px 20px 20px 20px;
}

.elementor-133666 .elementor-element.elementor-element-5ab81c00 > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-133666 .elementor-element.elementor-element-1de08c77 img {
	width: 1000px;
	max-width: 100%;
}

.elementor-133666 .elementor-element.elementor-element-43631d5b > .elementor-widget-container {
	margin: 0px 0px -5px 0px;
}

.elementor-133666 .elementor-element.elementor-element-43631d5b {
	text-align: left;
}

.elementor-133666 .elementor-element.elementor-element-43631d5b .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.elementor-133666 .elementor-element.elementor-element-30eda348 {
	text-align: left;
	font-family: "Jost", Sans-serif;
	color: #fff;
}

.elementor-133666 .elementor-element.elementor-element-28ddd254:not(.elementor-motion-effects-element-type-background), .elementor-133666 .elementor-element.elementor-element-28ddd254 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: transparent;
	background-image: linear-gradient(4deg, #003157 0%, #0066b5 100%);
}

.elementor-133666 .elementor-element.elementor-element-28ddd254 > .elementor-container {
	max-width: 1410px;
}

.elementor-133666 .elementor-element.elementor-element-28ddd254, .elementor-133666 .elementor-element.elementor-element-28ddd254 > .elementor-background-overlay {
	border-radius: 20px 20px 20px 20px;
}

.elementor-133666 .elementor-element.elementor-element-28ddd254 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 50px 0px 49px 0px;
}

.elementor-133666 .elementor-element.elementor-element-28ddd254 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-133666 .elementor-element.elementor-element-56ef51e > .elementor-widget-container {
	margin: 0px 0px 24px 0px;
}

.elementor-133666 .elementor-element.elementor-element-56ef51e {
	text-align: center;
}

.elementor-133666 .elementor-element.elementor-element-56ef51e .elementor-heading-title {
	font-family: "Jost", Sans-serif;
	font-weight: 500;
	color: #fff;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-carousel .slick-slide {
	margin-left: 15px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-carousel .slick-list {
	margin-left: -15px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-arrow {
	display: none !important;
	color: #fff;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	font-size: 14px;
	width: 21px;
	height: 21px;
	border-style: none;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-dots {
	display: inline-table !important;
	top: 96%;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-dot {
	width: 7px;
	height: 7px;
	margin-right: 6px;
	background-color: #d1d1d1;
	border-style: none;
	border-radius: 50% 50% 50% 50%;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-item {
	padding: 5px 5px 50px 5px;
	border-radius: 20px 20px 20px 20px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-content-inner {
	padding: 25px 25px 27px 25px;
	border-style: none;
	border-radius: 20px 20px 20px 20px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6.wpr-testimonial-meta-position-left .wpr-testimonial-meta {
	padding-top: 25px;
	margin-right: 10px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6.wpr-testimonial-meta-position-right .wpr-testimonial-meta {
	padding-top: 25px;
	margin-left: 10px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6.wpr-testimonial-meta-position-top:not(.wpr-testimonial-meta-align-center) .wpr-testimonial-meta, .elementor-133666 .elementor-element.elementor-element-4b6aa8f6.wpr-testimonial-meta-position-bottom:not(.wpr-testimonial-meta-align-center) .wpr-testimonial-meta {
	padding: 0 25px 0 25px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-content-inner:before {
	border-top-color: #f7f7f7;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-icon i {
	color: #c1c1c1;
	font-size: 35px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-icon svg {
	fill: #c1c1c1;
	width: 35px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-icon {
	margin-bottom: 10px;
	text-align: center;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-title {
	color: #000;
	font-family: "Jost", Sans-serif;
	font-size: 18px;
	margin: 0 0 3px;
	text-align: center;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-content {
	color: #000;
	font-family: "Jost", Sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-date {
	color: #c1c1c1;
	text-align: center;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-rating i:before {
	color: #ffd726;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-rating-icon .wpr-rating-marked svg {
	fill: #ffd726;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-rating i {
	color: #d8d8d8;
	font-size: 22px;
	margin-right: 0px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-rating svg {
	fill: #d8d8d8;
	width: 22px;
	height: 22px;
	margin-right: 0px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-rating span {
	color: #ffd726;
	margin-left: 0px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-rating {
	text-align: center;
	margin-bottom: 5px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6.wpr-testimonial-meta-position-top .wpr-testimonial-meta {
	margin-bottom: 10px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6.wpr-testimonial-meta-position-bottom .wpr-testimonial-meta {
	margin-top: 10px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6.wpr-testimonial-meta-position-extra .wpr-testimonial-content-wrap {
	margin-bottom: 10px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-image img {
	width: 65px;
	border-radius: 0px 0px 0px 0px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6.wpr-testimonial-meta-position-top.wpr-testimonial-meta-align-left .wpr-testimonial-content-inner:before, .elementor-133666 .elementor-element.elementor-element-4b6aa8f6.wpr-testimonial-meta-position-bottom.wpr-testimonial-meta-align-left .wpr-testimonial-content-inner:before {
	left: calc(25px + 1px + ( 65px / 2 ));
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6.wpr-testimonial-meta-position-top.wpr-testimonial-meta-align-right .wpr-testimonial-content-inner:before, .elementor-133666 .elementor-element.elementor-element-4b6aa8f6.wpr-testimonial-meta-position-bottom.wpr-testimonial-meta-align-right .wpr-testimonial-content-inner:before {
	right: calc(25px + 1px + ( 65px / 2 ));
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6.wpr-testimonial-meta-position-left .wpr-testimonial-content-inner:before, .elementor-133666 .elementor-element.elementor-element-4b6aa8f6.wpr-testimonial-meta-position-right .wpr-testimonial-content-inner:before {
	top: calc(25px + 1px + ( 65px / 2 ));
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-image {
	margin-bottom: 8px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6.wpr-testimonial-image-position-right .wpr-testimonial-image {
	margin-left: 8px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6.wpr-testimonial-image-position-left .wpr-testimonial-image {
	margin-right: 8px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6.wpr-testimonial-image-position-center .wpr-testimonial-image {
	margin-bottom: 8px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-name {
	color: #fff;
	font-family: "Jost", Sans-serif;
	margin-bottom: 0px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-job {
	color: #fff;
	margin: 0 0 5px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-logo-image img {
	max-width: 65px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-logo-image {
	margin-bottom: 5px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-social {
	color: #fff;
	background-color: #919191;
	border-color: #b5b5b5;
	transition-duration: .1s;
	width: 30px;
	height: 30px;
	font-size: 9px;
	margin-right: 3px;
	border-style: none;
	border-radius: 1px 1px 1px 1px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-social:hover {
	color: #fff;
	background-color: #444;
	border-color: #b5b5b5;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-social i {
	line-height: 30px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-social svg {
	line-height: 30px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-arrow svg {
	fill: #fff;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	width: 14px;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-arrow:hover {
	color: #f7f7f7;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-arrow:hover svg {
	fill: #f7f7f7;
}

.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-dots .slick-active .wpr-testimonial-dot {
	background-color: #0066b5;
}

.elementor-133666 .elementor-element.elementor-element-85d03dd {
	--spacer-size: 50px;
}

:root {
	--page-title-display: none;
}

@media (min-width:768px) {
	.elementor-133666 .elementor-element.elementor-element-6ac639ef {
		width: 43.301%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-34509212 {
		width: 56.699%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-2ab3f8dc {
		width: 33%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-6bc5b3de {
		width: 54.443%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-693640c7 {
		width: 45.42%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-3fe99235 {
		width: 33%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4a9c108c {
		width: 33.519%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-5f8cfd4e {
		width: 54.443%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-6a1cc70a {
		width: 45.42%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4f6e28c2 {
		width: 54.443%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-3c74469f {
		width: 45.42%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-19c99a2c {
		width: 27.768%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-45b2a07d {
		width: 72.23%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-74f1dade {
		width: 27.768%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-5d8d0402 {
		width: 72.23%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-61b9526b {
		width: 27.768%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-15b6230 {
		width: 72.23%;
	}
}

@media (max-width:1024px) {
	.elementor-133666 .elementor-element.elementor-element-a78fa5a .elementor-heading-title {
		font-size: 42px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-913ed73 > .elementor-widget-container {
		margin: 0px 0px -15px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-913ed73 .elementor-heading-title {
		font-size: 18px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-a768296 .elementor-button {
		font-size: 16px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-36ec5708 > .elementor-container {
		min-height: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-19a7d03a {
		padding: 10px 0px 0px 20px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-65d34682 .elementor-heading-title {
		font-size: 42px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-ccd5eb7 > .elementor-widget-container {
		margin: 0px 0px -15px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-ccd5eb7 .elementor-heading-title {
		font-size: 18px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-414de770 .elementor-button {
		font-size: 16px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-2ab3f8dc > .elementor-element-populated {
		padding: 10px 0px 10px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-3f6784c7 .elementor-button {
		font-size: 16px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-3fe99235 > .elementor-element-populated {
		padding: 10px 0px 10px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-47f1acaa .elementor-button {
		font-size: 16px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4a9c108c > .elementor-element-populated {
		padding: 10px 0px 10px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-197e7210 .elementor-button {
		font-size: 16px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-7ddc43fb > .elementor-element-populated {
		padding: 10px 0px 10px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-7fd81817 .elementor-button {
		font-size: 16px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4a1b4abc > .elementor-element-populated {
		padding: 10px 0px 10px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4fb56db .elementor-button {
		font-size: 16px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-74b1bf1.elementor-wc-products  ul.products {
		grid-column-gap: 20px;
		grid-row-gap: 40px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-a4cf131.elementor-wc-products  ul.products {
		grid-column-gap: 20px;
		grid-row-gap: 40px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-81ea578.elementor-wc-products  ul.products {
		grid-column-gap: 20px;
		grid-row-gap: 40px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-708332c.elementor-wc-products  ul.products {
		grid-column-gap: 20px;
		grid-row-gap: 40px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4a9ecfc.elementor-wc-products  ul.products {
		grid-column-gap: 20px;
		grid-row-gap: 40px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-carousel .slick-slide {
		margin-left: 15px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-carousel .slick-list {
		margin-left: -15px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-arrow {
		display: flex !important;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-dots {
		display: inline-table !important;
	}
}

@media (max-width:767px) {
	.elementor-133666 .elementor-element.elementor-element-92cf7cb:not(.elementor-motion-effects-element-type-background), .elementor-133666 .elementor-element.elementor-element-92cf7cb > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-image: url("https://cdn-ilakhlh.nitrocdn.com/oCLFPBYbqaFbrUPoGOKnrZIxHYtpqFrL/assets/images/optimized/rev-9e1712c/foodserviceequipmentdepot.com/wp-content/uploads/2024/08/13-1.webp");
		background-position: center center;
		background-size: cover;
	}
	
	.elementor-133666 .elementor-element.elementor-element-92cf7cb > .elementor-container {
		min-height: 80vh;
	}
	
	.elementor-133666 .elementor-element.elementor-element-92cf7cb > .elementor-background-overlay {
		opacity: .55;
	}
	
	.elementor-133666 .elementor-element.elementor-element-92cf7cb {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-a78fa5a > .elementor-widget-container {
		margin: 0px 0px 11px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-a78fa5a .elementor-heading-title {
		font-size: 29px;
		letter-spacing: -.5px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-913ed73 > .elementor-widget-container {
		padding: 0px 0px 10px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-913ed73 .elementor-heading-title {
		font-size: 16px;
		letter-spacing: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-a768296 > .elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-a768296 .elementor-button {
		font-size: 14px;
		padding: 15px 22px 15px 22px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-36ec5708 > .elementor-container {
		min-height: 344px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-36ec5708 {
		padding: 26px 0px 0px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-19a7d03a {
		padding: 0px 15px 0px 15px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-65d34682 > .elementor-widget-container {
		margin: 0px 0px 11px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-65d34682 .elementor-heading-title {
		font-size: 29px;
		letter-spacing: -.5px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-ccd5eb7 > .elementor-widget-container {
		padding: 0px 0px 10px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-ccd5eb7 .elementor-heading-title {
		font-size: 16px;
		letter-spacing: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-414de770 > .elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-414de770 .elementor-button {
		font-size: 14px;
		padding: 15px 22px 15px 22px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-5493f252 {
		padding: 59px 10px 20px 10px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-2ab3f8dc > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 10px 0px 10px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-72518663 .elementor-heading-title {
		font-size: 24px;
		letter-spacing: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-3f6784c7 > .elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-3f6784c7 {
		z-index: 1;
	}
	
	.elementor-133666 .elementor-element.elementor-element-3f6784c7 .elementor-button {
		font-size: 14px;
		padding: 15px 22px 15px 22px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-2a26fed4 > .elementor-widget-container {
		margin: -95px 0px 0px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-2a26fed4 {
		text-align: right;
	}
	
	.elementor-133666 .elementor-element.elementor-element-2a26fed4 img {
		width: 42%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-3fe99235 > .elementor-element-populated {
		margin: 10px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 10px 0px 10px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-5079b6f4 .elementor-heading-title {
		font-size: 24px;
		letter-spacing: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-47f1acaa > .elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-47f1acaa {
		z-index: 1;
	}
	
	.elementor-133666 .elementor-element.elementor-element-47f1acaa .elementor-button {
		font-size: 14px;
		padding: 15px 22px 15px 22px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-41b93955 > .elementor-widget-container {
		margin: -91px 0px 0px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-41b93955 {
		text-align: right;
	}
	
	.elementor-133666 .elementor-element.elementor-element-41b93955 img {
		width: 44%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4a9c108c > .elementor-element-populated {
		margin: 10px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 10px 0px 10px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-5f22c40 .elementor-heading-title {
		font-size: 24px;
		letter-spacing: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-197e7210 > .elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-197e7210 {
		z-index: 1;
	}
	
	.elementor-133666 .elementor-element.elementor-element-197e7210 .elementor-button {
		font-size: 14px;
		padding: 15px 22px 15px 22px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-25f8aaad > .elementor-widget-container {
		margin: -89px 0px 0px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-25f8aaad {
		text-align: right;
	}
	
	.elementor-133666 .elementor-element.elementor-element-25f8aaad img {
		width: 40%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-65c3da2a {
		padding: 10px 10px 20px 10px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-7ddc43fb > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 10px 0px 10px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-69773869 .elementor-heading-title {
		font-size: 24px;
		letter-spacing: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-7fd81817 > .elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-7fd81817 {
		z-index: 1;
	}
	
	.elementor-133666 .elementor-element.elementor-element-7fd81817 .elementor-button {
		font-size: 14px;
		padding: 15px 22px 15px 22px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4dcfb514 > .elementor-widget-container {
		margin: -94px 0px 0px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4dcfb514 {
		text-align: right;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4dcfb514 img {
		width: 44%;
		height: 129px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4a1b4abc > .elementor-element-populated {
		margin: 20px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 10px 0px 10px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-23f469b4 .elementor-heading-title {
		font-size: 24px;
		letter-spacing: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4fb56db > .elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4fb56db {
		z-index: 1;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4fb56db .elementor-button {
		font-size: 14px;
		padding: 15px 22px 15px 22px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-8460b66 > .elementor-widget-container {
		margin: -82px 0px 0px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-8460b66 {
		text-align: right;
	}
	
	.elementor-133666 .elementor-element.elementor-element-8460b66 img {
		width: 34%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-18374afe .elementor-heading-title {
		font-size: 24px;
		letter-spacing: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-74b1bf1.elementor-wc-products  ul.products {
		grid-column-gap: 20px;
		grid-row-gap: 40px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4cfbf662 .elementor-heading-title {
		font-size: 24px;
		letter-spacing: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-a4cf131.elementor-wc-products  ul.products {
		grid-column-gap: 20px;
		grid-row-gap: 40px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-2673e9c1 .elementor-heading-title {
		font-size: 24px;
		letter-spacing: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-81ea578.elementor-wc-products  ul.products {
		grid-column-gap: 20px;
		grid-row-gap: 40px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-eb67c17 .elementor-heading-title {
		font-size: 24px;
		letter-spacing: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-708332c.elementor-wc-products  ul.products {
		grid-column-gap: 20px;
		grid-row-gap: 40px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-7ae3b80 .elementor-heading-title {
		font-size: 24px;
		letter-spacing: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4a9ecfc.elementor-wc-products  ul.products {
		grid-column-gap: 20px;
		grid-row-gap: 40px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-3ffbe2dd {
		padding: 30px 0px 0px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-35cde875 .elementor-heading-title {
		font-size: 24px;
		letter-spacing: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-2aba97d9 {
		font-size: 15px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-163ef3cf {
		padding: 30px 0px 30px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-5b5296a4 {
		text-align: left;
	}
	
	.elementor-133666 .elementor-element.elementor-element-5b5296a4 .elementor-heading-title {
		font-size: 24px;
		letter-spacing: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4e055b49 img {
		width: 100%;
		height: 242px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-62dd702 {
		text-align: left;
	}
	
	.elementor-133666 .elementor-element.elementor-element-62dd702 .elementor-heading-title {
		font-size: 24px;
		letter-spacing: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-a1d6abc {
		padding: 30px 0px 0px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-2eeb813 .elementor-heading-title {
		font-size: 24px;
		letter-spacing: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-dc336f9 .elementor-posts-container .elementor-post__thumbnail {
		padding-bottom: calc(.5 * 100%);
	}
	
	.elementor-133666 .elementor-element.elementor-element-dc336f9:after {
		content: "0.5";
	}
	
	.elementor-133666 .elementor-element.elementor-element-dc336f9 .elementor-post__thumbnail__link {
		width: 100%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-12196fca {
		text-align: left;
	}
	
	.elementor-133666 .elementor-element.elementor-element-12196fca img {
		width: 26%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-601ced8a > .elementor-widget-container {
		margin: 0px 0px -20px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-601ced8a {
		font-size: 15px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-31e3d0be {
		text-align: left;
	}
	
	.elementor-133666 .elementor-element.elementor-element-31e3d0be img {
		width: 26%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-533f01fe > .elementor-widget-container {
		margin: 0px 0px -20px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-533f01fe {
		font-size: 15px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-1de08c77 {
		text-align: left;
	}
	
	.elementor-133666 .elementor-element.elementor-element-1de08c77 img {
		width: 26%;
	}
	
	.elementor-133666 .elementor-element.elementor-element-30eda348 > .elementor-widget-container {
		margin: 0px 0px -20px 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-30eda348 {
		font-size: 15px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-56ef51e .elementor-heading-title {
		font-size: 24px;
		letter-spacing: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-carousel .slick-slide {
		margin-left: 0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-carousel .slick-list {
		margin-left: -0px;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-arrow {
		display: flex !important;
	}
	
	.elementor-133666 .elementor-element.elementor-element-4b6aa8f6 .wpr-testimonial-dots {
		display: inline-table !important;
	}
	
	.elementor-133666 .elementor-element.elementor-element-92cf7cb:not(.elementor-motion-effects-element-type-background).nitro-lazy, .elementor-133666 .elementor-element.elementor-element-92cf7cb > .elementor-motion-effects-container > .elementor-motion-effects-layer.nitro-lazy {
		background-image: none !important;
	}
}

/* Start custom CSS for section, class: .elementor-element-1bac53b */
.elementor-133666 .elementor-element.elementor-element-1bac53b {
	height: 350px;
	overflow-y: scroll;
}

/* End custom CSS */

/* Start custom CSS for text-editor, class: .elementor-element-30eda348 */
.elementor-133666 .elementor-element.elementor-element-30eda348 a {
	color: white;
}
.fs-free-shipping-notice-and-button-wrapper{align-content:start;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.fs-free-shipping-notice-continue-shopping-button-wrapper,.fs-free-shipping-notice-text-and-progress-bar-wrapper{flex:0 1 auto;margin:0 .5em}.fs-free-shipping-notice-progress-bar-wrapper{align-items:center;display:flex;flex-direction:row}.fs-free-shipping-notice-progress-bar{border:1px solid #fff;border-radius:10px;height:10px;margin-left:10px;margin-right:10px;position:relative;width:100%}.fs-free-shipping-notice-progress-bar>span{background-color:#fff;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block;height:100%;overflow:hidden;position:relative}.button.flexible-shipping-free-shipping-button{margin-left:0}
.br_compare_button {
    padding: 0.618em 0.1em;
    margin-top: 5px!important;
    text-align: center;
    width: 100%;
}
.br_compare_button .br_compare_button_text {
    display: initial;
}
.br_compare_button .fa {
    width: 1.2em;
    text-align: left;
}
.br_compare_button input {
    display: none!important;
}
.br_compare_button .fa-square-o {
    display: inline-block;
}
.br_compare_button .fa-check-square-o {
    display: none;
}
.br_compare_button.br_compare_added .fa-square-o {
    display: none;
}
.br_compare_button.br_compare_added .fa-check-square-o {
    display: inline-block;
}
.br_compare_button:hover {
    color: #515151;
    background-color: #dad8da;
}
.berocket_compare_box {
    position: relative;
}
.berocket_compare_box table tr,
.berocket_compare_box table td,
.berocket_compare_box table th {
    padding: initial!important;
}
.berocket_compare_box td {
    text-align: center;
    position: relative;
}
.berocket_compare_box .berocket_compare_table .stock {
    margin: 0;
}
.berocket_compare_box .berocket_compare_table img {
    display: inline-block;
}
.berocket_compare_box .berocket_compare_table h3 a {
    border-bottom: 0;
}
.berocket_compare_box .berocket_compare_table .br_product_title {
    height: 0;
    line-height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
}
.berocket_compare_table_hidden .br_product_hidden_first {
    position: relative;
}
.berocket_compare_table_hidden .br_product_hidden_first .br_show_compare_dif {
    position: absolute;
    left: 0;
    right: 0;
    text-decoration: none;
    border: 0;
}
.berocket_compare_table {
    overflow: auto;
    width: 100%;
    position: relative;
}
.berocket_compare_table table {
    width: auto;
    background-color: transparent!important;
}
.berocket_compare_table td {
    min-width: 200px;
}
.berocket_compare_table_hidden {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
    display: none;
    z-index: 95;
    background-color: white!important;
}
.berocket_compare_table_hidden .add_to_cart_button:after {
    display: none;
}
.berocket_compare_table_hidden a {
    display: block!important;
}
.br_product_compare_name {
    top: 0;
    width: auto;
    margin: 0;
}
.br_product_compare_name h3,
.br_product_compare_name p {
    margin: 0!important;
}
.br_product_compare_name h3 a {
    border-bottom: 0;
}
.br_product_compare_name td {
    padding-top: 40px;
    box-sizing: border-box;
}
.br_product_hidden_first {
    padding-left: 0!important;
    padding-right: 0!important;
}
.br_moved_attr {
    position: absolute;
    left: 0;
    width: auto;
    z-index: 90;
    border-left: 1px solid #ddd!important;
    border-right: 0!important;
    width: initial!important;
    background-color: transparent!important;
}
.br_moved_attr tr td {
    background-color: white;
    min-width: 200px;
}
.berocket_compare_box .br_moved_attr tr td.br_block_nothing {
    background-color: transparent!important;
    border-right: 0!important;
}

.berocket_compare_widget li{
    display: inline-block;
    list-style: none;
    width: 24%;
    vertical-align: top;
    position: relative;
}
.berocket_compare_widget.berocket_compare_widget_text li {
    width: 100%;
    border-bottom: 1px solid #999;
}
.berocket_compare_widget li img{
    width: 90%;
    margin: 0 5%;
    height: auto;
}
.berocket_compare_widget li span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.berocket_compare_widget.berocket_compare_widget_text li span{
    font-size: 18px;
    text-align: left;
}
.berocket_compare_widget li .br_remove_compare_product {
    position: absolute;
    top: 0;
    right: 5%;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    line-height: 1.5em;
    vertical-align: middle;
    display: none;
}
.berocket_compare_widget.berocket_compare_widget_text li .br_remove_compare_product {
    right: 0;
}
.berocket_compare_widget li:hover .br_remove_compare_product {
    display: block;
}
.br_full_size_block {
    height: 2em;
    font-weight: bold;
    text-align: left!important;
}
.berocket_compare_box .br_full_size_block p {
    position: relative;
    top: 0;
    line-height: 2em;
    vertical-align: middle;
    left: 10px;
    margin: 0;
    display: inline-block;
}
.br_remove_compare_product_reload {
    border-bottom: 0!important;
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    text-align: center;
}
.br_absolute_custom_taxonomy {
    font-size: 5px;
}
.berocket_compare_widget .berocket_open_compare {
    display: inline-block;
    background-color: #9999FF;
    padding: 0.4em 1em;
    border: 0px solid black;
}
.berocket_show_compare_toolbar {
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-block;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
    z-index: 2000;
    background-color: #9999ff;
    padding: 0 0.5em;
    border: 0px solid black;
}
.berocket_show_compare_toolbar .fa {
    vertical-align: middle;
    font-size: 24px;
    line-height: 30px;
    padding-left: 0.5em;
}
.berocket_compare_widget_toolbar {
    position: fixed;
    bottom: 0;
    right: 0;
    left:0;
    background-color: white;
    z-index: 2100;
    display: none;
    padding: 0.5em;
    border-top: 1px solid #999;
    max-height: 90%;
    overflow: auto;
}
.berocket_compare_widget_toolbar .berocket_compare_widget ul {
    margin-bottom: 0.5em;
}
.berocket_compare_widget_toolbar .berocket_compare_widget_image li {
    width: 80px;
}
.berocket_compare_widget_toolbar .berocket_compare_widget_text li {
    width: initial;
    margin: 0 0.5em;
    padding-right: 1.5em;
    border-bottom: 0;
}
.berocket_compare_widget_toolbar .berocket_compare_widget .berocket_open_compare {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1em 0.4em;
    border: 0px solid black;
}
.berocket_compare_widget_toolbar .berocket_hide_compare_toolbar {
    font-size: 1.5em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    text-align: center;
    vertical-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2300;
    border: 0px solid black;
}
.colorpicker_field {
    border: 1px solid black;
    height: 30px;
    margin: 0 auto;
    position: relative !important;
    width: 30px;
}
.berocket_compare_box.berocket_full_screen_box {
    position: fixed;
    top: 7%;
    bottom: 7%;
    left: 3%;
    right: 3%;
    overflow: auto;
    background-color: white;
    z-index: 999900;
}
.berocket_back_full_screen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.5;
    z-index: 999800;
}
.berocket_compare_box .berocket_normal_size {
    font-size: 34px;
    height: 1.2em;
    width: 1.2em;
    line-height: 1em;
    position: fixed;
    text-align: center;
    vertical-align: middle;
    z-index: 999990;
    border: 0!important;
    color: #FFFFFF;
    opacity: 0.7;
}
.berocket_compare_box .berocket_normal_size:hover {
    opacity: 1;
}
@media (max-width: 767px) {
    .berocket_compare_widget li .br_remove_compare_product {
        display: block;
    }
}
.br_new_compare_block .br_top_table,
.br_new_compare_block .br_top_table tr,
.br_new_compare_block .br_top_table th,
.br_new_compare_block .br_top_table td,
.br_new_compare_block .br_top_table tbody,
.br_new_compare_block .br_top_table div,
.br_new_compare_block .br_top_table h3,
.br_new_compare_block .br_top_table p,
.br_new_compare_block .br_new_compare,
.br_new_compare_block .br_new_compare * {
    margin: 0!important;
    padding: 0!important;
    box-sizing: border-box!important;
}
.br_new_compare_block table,
.br_new_compare_block th,
.br_new_compare_block td {
    border: 1px solid #888!important;
    border-collapse: collapse!important;
    box-sizing: border-box!important;
}
.br_new_compare,
.br_top_table {
    position: relative!important;
    padding: 0!important;
    margin: 0!important;
}
.br_top_table {
    top: 1px!important;
}
.br_new_compare .br_right_table {
    margin-left:200px!important;
    overflow: auto!important;
    overflow-x: auto!important;
    overflow-y: hidden!important;
}
.br_new_compare .br_right_table th, 
.br_new_compare .br_right_table td, 
.br_new_compare .br_left_table th, 
.br_new_compare .br_left_table td,
.br_top_table th, 
.br_top_table td {
    padding:0 5px!important;
    margin:0!important;
    font-size: 16px!important;
}
.br_top_table th, 
.br_top_table td {
    padding:0!important;
}
.br_top_table th > div, 
.br_top_table td > div {
    padding:0 5px!important;
    position: relative!important
}
.br_new_compare .br_right_table th, 
.br_new_compare .br_right_table td, 
.br_top_table th, 
.br_top_table td {
    text-align: center!important;
}
.br_new_compare table,
.br_top_table table {
    margin: 0!important;
}
.br_new_compare .br_right_table thead tr td,
.br_new_compare .br_right_table thead tr th {
    height: 200px!important;
    width: 200px!important;
    line-height: 0!important;
    overflow:hidden!important;
    block-size: 200px!important;
}
.br_new_compare .br_right_table thead tr td a,
.br_new_compare .br_right_table thead tr th a {
    line-height: 0!important;
    display: block!important;
    height:199px!important;
}
.br_new_compare .br_right_table thead tr td {
    display: none!important;
}
.br_new_compare .br_right_table thead img {
    max-height: 100%!important;
    max-width: 100%!important;
    width: auto!important;
    padding:0!important;
    display: block;
    margin: auto!important;
}
.br_new_compare .br_right_table p {
    margin: 0!important;
    padding: 0!important;
    line-height: 20px!important;
}
.br_new_compare .br_right_table table tbody th {
    display: none!important;
}
.br_new_compare .br_left_table {
    position: absolute!important;
    left: 1px!important;
    top: 0!important;
    width: 200px!important;
    border-right:0!important;
}
.br_new_compare .br_left_table .br_lined_attribute_left,
.br_new_compare .br_right_table .br_lined_attribute_left {
    border-right: 0!important;
}
.br_new_compare .br_right_table .br_lined_attribute_right {
    border-left:0!important;
}
.br_new_compare .br_left_table .br_header_row {
    height: 200px!important;
}
.br_new_compare .br_left_table tr th,
.br_new_compare .br_left_table tr td,
.br_new_compare .br_right_table p {
    white-space: nowrap!important;
    overflow:hidden!important;
    text-overflow: ellipsis!important;
}
.br_new_compare .br_left_table tr,
.br_new_compare .br_right_table tr {
    height: 35px!important;
}
div.br_top_table .br_main_top,
div.br_top_table .br_opacity_top {
    margin-left:200px!important;
    overflow: auto!important;
    overflow-x: auto!important;
    overflow-y: hidden!important;
}
.br_top_table .br_opacity_top {
    opacity: 0!important;
}
.br_top_table .br_main_top {
    position: absolute;
    right: 0;
    left: 0;
    z-index:100;
}
.br_new_compare_block .br_remove_compare_product_reload {
    background-color: white;
    border-bottom: 0!important;
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    text-align: center;
    display: none;
}
.br_top_table .br_main_top th:hover .br_remove_compare_product_reload {
    display: block;
}
.br_top_table table th {
    width: 200px!important;
}
.br_top_table table td {
    display: none!important;
}
.br_new_compare .br_right_table td{
    width: 200px;
}
.br_new_compare_block table{
    table-layout: fixed;
}
.br_new_compare .br_right_table .br_description_row td div {
    word-wrap: break-word!important;
    overflow: auto!important;
    overflow-x: unset!important;
    overflow-y: auto!important;
    padding: 0!important;
    margin: 0!important;
}
@media (max-width: 767px) {
    .br_new_compare .br_left_table {
        display:none!important;
    }
    .br_top_table table td {
        display: table-cell!important;
        width: 200px!important;
    }
    .br_new_compare .br_right_table table tbody th {
        display: table-cell!important;
    }
    .br_new_compare_block div.br_top_table .br_main_top,
    .br_new_compare_block div.br_top_table .br_opacity_top {
        margin-left:0px!important;
    }
    .br_new_compare_block div.br_new_compare .br_right_table {
        margin-left:0!important;
    }
    .br_new_compare .br_right_table thead tr td {
        display: table-cell!important;
    }
}
@media (max-width: 1024px) {
    .br_new_compare_block .br_remove_compare_product_reload {
        display: block;
    }
}
.br_new_compare_block.br_full_size_popup {
    position: fixed!important;
    top: 50px;
    bottom:10px;
    left:10px;
    right:10px;
    z-index: 400000!important;
    overflow: auto!important;
    background-color: white;
}
.br_new_compare_black_popup {
    position: fixed!important;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    z-index: 399000!important;
    background-color: black;
    opacity: 0.3;
}
.br_new_compare_block a {
    text-decoration: none!important;
    border: 0!important;
    box-shadow: none!important;
}
.br_full_size_open {
    float: right;
    position: relative;
}
.br_full_size_open a {
    text-decoration: none!important;
    border: 0!important;
    box-shadow: none!important;
    margin: 0!important;
    padding: 0!important;
    line-height: 2em!important;
    height: 2em!important;
}
.br_full_size_open a .fa {
    font-size: 2em!important;
}
.br_full_size_close a {
    font-size: 34px;
    height: 1.2em;
    width: 1.2em;
    line-height: 1em;
    position: fixed;
    text-align: center;
    vertical-align: middle;
    z-index: 999990;
    border: 0!important;
    color: #FFFFFF;
    opacity: 0.7;
    text-decoration: none!important;
    border: 0!important;
    box-shadow: none!important;
}
.br_full_size_close a:hover {
    opacity: 1;
}
.br_new_compare_block .br_top_table .br_main_top tbody tr:last-child,
.br_new_compare_block .br_top_table .br_main_top tbody tr:last-child th,
.br_new_compare_block .br_top_table .br_main_top tbody tr:last-child td,
.br_new_compare_block.br_full_size_popup .br_top_table .br_main_top tbody tr:last-child,
.br_new_compare_block.br_full_size_popup .br_top_table .br_main_top tbody tr:last-child th,
.br_new_compare_block.br_full_size_popup .br_top_table .br_main_top tbody tr:last-child td {
    border-top: 0!important;
}
.br_new_compare_block .br_top_table .br_main_top tbody tr:first-child,
.br_new_compare_block .br_top_table .br_main_top tbody tr:first-child th,
.br_new_compare_block .br_top_table .br_main_top tbody tr:first-child td,
.br_new_compare_block.br_full_size_popup .br_top_table .br_main_top tbody tr:first-child,
.br_new_compare_block.br_full_size_popup .br_top_table .br_main_top tbody tr:first-child th,
.br_new_compare_block.br_full_size_popup .br_top_table .br_main_top tbody tr:first-child td {
    border-bottom: 0!important;
}

.br_new_compare_block .br_top_table .br_remove_all_compare,
.br_new_compare_block .br_top_table .br_show_compare_dif {
    float: left;
    clear:left;
    max-width: 200px!important;
}
@font-face {
    font-family: 'ywraq-quote-icon';
    src: url('../icons/ywraq-quote-icon.eot?ygyboi');
    src: url('../icons/ywraq-quote-icon.eot?ygyboi#iefix') format('embedded-opentype'),
    url('../icons/ywraq-quote-icon.ttf?ygyboi') format('truetype'),
    url('../icons/ywraq-quote-icon.woff?ygyboi') format('woff'),
    url('../icons/ywraq-quote-icon.svg?ygyboi#ywraq-quote-icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="ywraq-quote-icon-"], [class*=" ywraq-quote-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ywraq-quote-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ywraq-quote-icon-more_horizontal:before {
    content: "\e904";
    color: #000;
}

.ywraq-quote-icon-icon_quote:before {
    content: "\e904";
    color: #777;
}

.ajax-loading,
.product-remove a.yith-ywraq-item-remove.remove {
    display: inline-block;
}

.product-remove {
    width: 1%;
}

.product-remove .ajax-loading {
    vertical-align: text-bottom;
}

#yith-ywraq-form table.cart .product-thumbnail {
    display: table-cell;
}

#yith-ywraq-form .product-name ul li {
    font-size: .9rem;
}

#yith-ywraq-form .product-subtotal,
#yith-ywraq-form .product-quantity,
#yith-ywraq-form .product-price {
    text-align: right;
    padding: 30px 15px;
}

.woocommerce #yith-ywraq-form table.shop_table.cart div.product-thumbnail img {
    max-width: 60px;
}

.add-request-quote-button.disabled {
    opacity: .5 !important;
    cursor: not-allowed;
}

#ywraq_cart_quote.button,
#ywraq_checkout_quote_button.button {
    background: var(--ywraq_checkout_button_bg_color);
    color: var(--ywraq_checkout_button_color);
    border: 1px solid var(--ywraq_checkout_button_color);
    width: 100%;
}

#ywraq-request-a-quote-on-cart p.form-row.form-row-wide.raq-send-request-row {
    text-align: right;
}

#ywraq-request-a-quote-on-cart p.form-row.form-row-wide.raq-send-request-row input {
    margin-right: 0px;
    text-transform: uppercase;
}

.yith-ywraq-mail-form-wrapper input::placeholder,
.yith-ywraq-mail-form-wrapper textarea::placeholder {
    color: #ccc !important;
    font-size: 1em !important;
}

#ywraq_cart_quote.button:hover,
#ywraq_checkout_quote_button.button:hover {
    background: var(--ywraq_checkout_button_bg_color_hover);
    color: var(--ywraq_checkout_button_color_hover);
    border: 1px solid var(--ywraq_checkout_button_color);
}

.raq-totals-row {
    border: 0 !important;
}

.hide-modal {
    display: none;
}

.woocommerce .related ul li.product img, .woocommerce .related ul.products li.product img.ajax-loading {
    width: auto;
}

.g-recaptcha {
    margin-bottom: 20px;
}

.ywraq-form-table-wrapper.vertical .nf-form-content {
    margin: 0 !important;
}

.ywraq-form-table-wrapper.wide .nf-form-cont {
    margin-left: 50px;
}

.woocommerce ul.products li.product a.add-request-quote-button.button,
.wp-block-post.product a.add-request-quote-button.button,
a.add-request-quote-button.button {
    font-size: 1em;
    display: inline-block;
    text-align: center;
    word-break: break-word;
    padding: 1rem 2rem;
    margin-top: 1rem;
    text-decoration: none;
    cursor: pointer;
}

.wp-block-post.product a.button,
.wp-block-post.product .add-request-quote-button.button,
.wp-block-post.product .add-request-quote-button-addons.button,
.woocommerce .add-request-quote-button.button, .woocommerce .add-request-quote-button-addons.button {
    background-color: var(--ywraq_layout_button_bg_color) !important;
    color: var(--ywraq_layout_button_color) !important;
    border: 1px solid var(--ywraq_layout_button_border_color) !important;
}

.woocommerce .add-request-quote-button.button:hover, .woocommerce .add-request-quote-button-addons.button:hover {
    background-color: var(--ywraq_layout_button_bg_color_hover) !important;
    color: var(--ywraq_layout_button_color_hover) !important;
    border: 1px solid var(--ywraq_layout_button_border_color_hover) !important;
}

/*widget*/
ul.yith-ywraq-list li {
    position: relative;
    padding-left: 2em;
    position: relative;
    padding-top: 0;
    padding-bottom: 0px;
    display: flex !important;
}

ul.yith-ywraq-list li a {
    display: block;
    font-weight: 700;
}

ul.yith-ywraq-list a.yith-ywraq-item-remove.remove {
    position: absolute;
    top: 0;
    left: 0;
}

ul.yith-ywraq-list img {
    display: inline-block;
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}

ul.yith-ywraq-list .yith-ywraq-list-info .quantity {
    display: block;
}

.woocommerce.ywraq-wrapper .cart a.button.wc-backward {
    float: left;
}

.woocommerce.ywraq-wrapper .cart input.button.btn.btn-default {
    float: right;
}

.payment_method_yith-request-a-quote {
    display: none;
}

/*---------------
[MINI QUOTE LIST]
-----------------*/

.widget_ywraq_mini_list_quote {
    position: relative;
    padding: 0;
    display: inline-block;
    margin: 25px 0;
    vertical-align: top;

    z-index: 10;
}


.widget_ywraq_mini_list_quote .raq-info {
    display: block;
    margin: 2px;
    padding: 10px 12px;
    color: #000;
    font-size: 16px;
    border: 1px solid #efefef;
    cursor: pointer;
}


.widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
    position: absolute;
    left: 0;
    left: auto;
    margin-right: -1px;
    bottom: -12px;
    width: 300px;
    padding-top: 15px;
}

.widget_ywraq_mini_list_quote .yith-ywraq-list-content {
    position: absolute;
    min-width: 280px;
    box-shadow: 3px 0 15px rgb(0 0 0 / 15%);
    right: 0;
    padding: 15px;
    background: var(--proteo-header_bg_color, #ffffff);
    border-radius: 5px;
    top: calc(100%);
    opacity: 0;
    visibility: hidden;
    transition: opacity ease .3s;
    font-size: 16px;
}

.widget_ywraq_list_quote ul.yith-ywraq-list li .quantity, .widget_ywraq_mini_list_quote ul.yith-ywraq-list li .quantity {
    display: block;
}

.widget_ywraq_mini_list_quote .yith-ywraq-list-content:before {
    content: "";
    display: block;
    width: 50px;
    height: 15px;
    top: -15px;
    position: absolute;
    right: 0
}


.widget_ywraq_mini_list_quote .yith-ywraq-list {
    margin-bottom: 15px;
}

.widget_ywraq_mini_list_quote .yith-ywraq-list-content.scrollbar-outer {
    overflow-y: scroll;
}

.widget_ywraq_mini_list_quote .yith-ywraq-list-content ul li {
    position: relative;
    border-bottom: 1px solid;
    padding: 2px 0 15px 23px;
    clear: both;
    display: flex !important;
    align-items: flex-start;
}

.yith-ywraq-list-item-product-info {
    font-size: 0.9em;
}

.widget_ywraq_mini_list_quote img.ywraq-custom-icon {
    max-width: 50px;
}

body.theme-yith-proteo section.widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
    position: absolute;
    min-width: 280px;
    box-shadow: 3px 0 15px rgb(0 0 0 / 15%);
    right: 0;
    padding: 15px;
    background: var(--proteo-header_bg_color, #ffffff);
    border-radius: 5px;
    top: calc(100%);
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s;
    font-size: 16px;
    margin: 0;
    bottom: auto;
    width: auto;
    pointer-events: none;
}

body.theme-yith-proteo section.widget_ywraq_mini_list_quote:hover .yith-ywraq-list-wrapper {
    top: calc(100% + 15px);
    opacity: 1;
    visibility: visible;
    z-index: 10;
    pointer-events: auto;
}

body.theme-yith-proteo .widget_ywraq_mini_list_quote .yith-ywraq-list-content {
    position: static;
    box-shadow: none;
    background: none;
    margin: 0;
    padding: 0;
    transition: none;
    border-radius: 0;
    min-width: auto;
    z-index: auto;
}

body.theme-yith-proteo .widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    top: -15px;
    position: absolute;
    right: 0;
}

body.theme-yith-proteo .widget_ywraq_mini_list_quote .yith-ywraq-list-content:before {
    display: none;
}

body.theme-yith-proteo .widget_ywraq_mini_list_quote ul.yith-ywraq-list li.no-product {
    padding: 15px 0;
}

.theme-yith-proteo #ywraq_cart_quote,
.theme-yith-proteo #ywraq_checkout_quote {
    width: 100%;
    text-transform: uppercase;
    font-size: 1.25rem;
    padding: 1.25rem;
    vertical-align: middle;
}

@media only screen
and (min-width: 1024px) {
    body.theme-yith-wonder .widget_ywraq_mini_list_quote:hover .yith-ywraq-list-wrapper {
        min-height: 250px;
        top: 40px;
    }

    body.theme-yith-wonder .widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
        left: -200px;
    }

    body.theme-yith-wonder .widget_ywraq_mini_list_quote:hover .yith-ywraq-list-content {
        top: 30px;
    }

    body.theme-yith-wonder .widget.woocommerce.widget_ywraq_mini_list_quote:hover .yith-ywraq-list-wrapper .yith-ywraq-list-content * {
        pointer-events: all !important;
    }
}

@media ( min-width: 769px ) {

    .widget_ywraq_mini_list_quote:hover .yith-ywraq-list-content {
        top: calc(100% + 15px);
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

}

.widget_ywraq_mini_list_quote ul.yith-ywraq-list {
    position: relative;
    max-height: 30vh;
    overflow-y: scroll;
}

.widget_ywraq_mini_list_quote ul.yith-ywraq-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.widget_ywraq_mini_list_quote ul.yith-ywraq-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


.widget_ywraq_mini_list_quote .raq-items-number {
    font-weight: bold;
}

.ywraq-select2 {
    z-index: 111111111 !important;
}

#ywraq_checkout_quote {
    margin-bottom: 20px;
    text-align: center;
}

a#ywraq_checkout_quote {
    padding: 20px 0;
    display: block;
}

.mobile-price {
    display: none;
}

.raq-totals {
    text-align: right;
    padding: 15px 15px !important;

}

#yith-ywraq-form table {
    margin-top: 10px;
    margin-bottom: 10px;
}

#yith-ywraq-form .update-list-wrapper {
    text-align: right;
    margin-bottom: 30px;
}

#yith-ywraq-form .update-list-wrapper .after-table-right {
    display: flex;
}

#yith-ywraq-form .update-list-wrapper .after-table-right .button {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    /* regole CSS */
    .ywraq_responsive thead {
        display: none;
    }

    .mobile-price {
        display: block;
    }

    .ywraq_responsive .product-quantity {
        text-align: right;
    }

    .ywraq_responsive .product-subtotal,
    .ywraq_responsive .product-price {
        display: none;
    }

    table.shop_table.ywraq_responsive tbody tr td {
        border: 0;
    }

    #yith-ywraq-form .actions a {
        text-align: center;
    }

    .ywraq_responsive .raq-totals {
        text-align: right;
        padding: 15px 15px !important;
    }

    .ywraq_responsive .product-name {
        font-weight: 600;
        font-size: 0.8rem;
    }

    .ywraq_responsive .product-name span {
        font-weight: normal;
        color: #a7a7a7;
        font-size: 0.9rem;
    }

    table.shop_table.ywraq_responsive .product-remove {
        max-width: 20px;
        padding: 10px;
    }

    table.shop_table.ywraq_responsive tbody tr td.actions {
        padding: 0;
    }
}

/* composite in widget styles */
.yith-ywraq-list-widget-wrapper .yith-ywraq-list-wrapper ul li.yith-ywraq-list-item .ywcp_component_child_item {
    margin-left: 10px;
    margin-top: 5px;
    position: relative;
}

.yith-ywraq-list-widget-wrapper .yith-ywraq-list-wrapper ul li.yith-ywraq-list-item .ywcp_component_child_item strong,
.yith-ywraq-list-widget-wrapper .yith-ywraq-list-wrapper ul li.yith-ywraq-list-item .ywcp_component_child_item a {
    display: block;
    max-width: 180px;
}

.yith-ywraq-list-widget-wrapper .yith-ywraq-list-wrapper ul li.yith-ywraq-list-item .ywcp_component_child_item span.product-quantity {
    position: absolute;
    top: 10px;
    right: 2px;
}


.ywraq-mobile-opened.widget_ywraq_mini_list_quote {
    position: inherit;
}

.ywraq-mobile-opened ul.yith-ywraq-list {
    height: auto;
    max-height: 60vh;
    padding: 30px;
}

.yith-ywraq-list-wrapper .close {
    display: none;
}

.ywraq-mobile-opened .yith-ywraq-list-wrapper .close {
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #707070;
    position: absolute;
    top: -50px;
    right: 50px;
    z-index: 10001;
    display: block;
}

.ywraq-mobile-opened.widget_ywraq_mini_list_quote:hover .yith-ywraq-list-wrapper {
    width: 100%;
}

.ywraq-mobile-opened.widget_ywraq_mini_list_quote:hover .yith-ywraq-list-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 180px;
    opacity: 1;
    z-index: 10000;
}

.ywraq-mobile-opened .items-count {
    padding-left: 35px;
}

.ywraq-form-table-wrapper th.product-name {
    text-align: left;
}

.yith_ywraq_add_item_browse_message a:after {
    display: none;
}

/**
* Page
 */
.ywraq-empty .ywraq-form-table-wrapper.wide {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}


.ywraq-form-table-wrapper.wide .yith-ywraq-mail-form-wrapper {
    flex-basis: 48%;
    margin-left: 5%;
}

.ywraq-form-table-wrapper.wide form#yith-ywraq-form {
    flex-basis: 48%;
}

.ywraq-form-table-wrapper.wide .nf-form-cont {
    flex: 1;
}

.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
    padding: 25px;
}

.theme-yith-proteo .ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
    background: #f5f5f5;
}

#yith-ywraq-form .update-list-wrapper {
    display: flex;
    align-items: center;
}

#yith-ywraq-form .update-list-wrapper input[type="submit"] {
    margin-right: 0;
    margin-top: 20px;
}

button#ywraq-list-to-pdf {
    display: flex;
    align-items: center;
    background: #EDEDED;
    border-color: #D1D1D1;
}

button#ywraq-list-to-pdf svg {
    margin-left: -10px;
}

button#ywraq-list-to-pdf:hover {
    filter: brightness(95%);
}


@media screen and (min-width: 1024px) {

    .ywraq-with-form .ywraq-form-table-wrapper.wide {
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 1fr;
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }

}

@media screen and (max-width: 1024px) {
    .yith-ywraq-mail-form-wrapper {
        margin-top: 30px;
    }
}


/**
* PROTEO
**/
.ywraq-quote-icon-icon_quote:before {
    font-size: 28px;
    color: rgb(64, 64, 64);
}

.theme-yith-proteo #yith-ywraq-default-form .woocommerce-error.woocommerce-message {
    box-shadow: none;
    margin-top: 30px;
}

ul.products li.product img.ywraq-loader {
    margin-top: -10px;
}

.theme-yith-proteo span.yith-proteo-myaccount-icons.ywraq-quote-icon-icon_quote:before {
    font-size: 40px;
}

.theme-yith-proteo .widget_ywraq_mini_list_quote ul.yith-ywraq-list li a {
    margin-bottom: 10px;
}

.theme-yith-proteo .ywraq-view-quote-wrapper table.shop_table tbody tr td.product-name a {
    color: var(--proteo-general_link_color, #448a85);
}

.theme-yith-proteo .quotes-total a.button.accept {
    border: 1px solid var(--proteo-general_link_color, #009E8D);
    color: var(--proteo-general_link_color, #009E8D);
}

.theme-yith-proteo table.shop_table a.yith-ywraq-item-remove.remove {
    text-decoration: none;
    color: #c7c7c7;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    opacity: 1;
}

.theme-yith-proteo table.shop_table a.yith-ywraq-item-remove.remove:hover {
    color: #32373c;
}

.theme-yith-proteo .entry-title-icon {
    background: url(../icons/raq-thankyou.svg) no-repeat;
    width: 50px;
    display: block;
    height: 50px;
    margin: 0 auto;
}

.theme-yith-proteo button#ywraq-list-to-pdf {
    color: var(--proteo-general_link_color, #448a85)
}

.ywraq-wrapper.ywraq-empty .ywraq-before-form,
.ywraq-wrapper.ywraq-with-form.ywraq-empty .ywraq-before-form {
    padding: 30px;
    border: 2px dashed #aaa;
    height: 100%;
    align-items: center;
    text-align: center;
    display: block;
}

.ywraq-form-table-wrapper.vertical .ywraq-before-form {
    margin-bottom: 40px;
}

.ywraq-wrapper.ywraq-with-form .ywraq-before-form {
    display: none;
}

.ywraq-before-form:before {
    content: '';
    text-align: center;
    width: 100%;
    background: url(../icons/empty-quote.svg) no-repeat center center;
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

.ywraq-wrapper .ywraq-before-form.ywraq-no-border {
    border: 0;
    text-align: left;
}

.ywraq-wrapper .ywraq-before-form.ywraq-no-border:before {
    display: none;
}

.yith-ywraq-mail-form-wrapper .form-row {
    padding: 0px 15px;
    margin-bottom: 1.5em;
}

.yith-ywraq-mail-form-wrapper .form-row.form-row-wide {
    padding-top: 15px;
}

@media (max-width: 768px) {


    .ywraq-form-table-wrapper.wide {
        display: block;
    }

    .ywraq-form-table-wrapper.wide .yith-ywraq-mail-form-wrapper {
        margin-left: 0;
    }

    .form-row.form-row-first,
    .form-row.form-row-last {
        width: 100%;
    }

    .form-row {
        margin-bottom: 20px
    }

    .ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper .raq-send-request-row {
        text-align: center;
    }

    .woocommerce-cart .hentry,
    .woocommerce-checkout .hentry {
        border-bottom: 0;
        padding-bottom: 0;
    }


    .page-template-template-fullwidth-php table.cart .product-thumbnail {
        display: table-cell;
    }

    .page-template-template-fullwidth-php table.cart thead {
        font-size: 1em;
        text-indent: 0;
    }

    .widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
        top: 60px;
    }


    /** PROTEO MINI WIDGET **/
    .theme-yith-proteo .header-sidebar .widget_ywraq_mini_list_quote {
        text-align: right;
        display: block;
        padding: 0;
        margin: -17px auto 0 auto;
    }

    .theme-yith-proteo .header-sidebar .widget_ywraq_mini_list_quote {
        margin: -10px -10px 0 auto;
    }

    body.theme-yith-proteo section.widget_ywraq_mini_list_quote.ywraq-mobile-quote .yith-ywraq-list-wrapper {
        display: none;
    }

    body.theme-yith-proteo section.widget_ywraq_mini_list_quote.ywraq-mobile-opened .yith-ywraq-list-wrapper {
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 999;
        display: block;
    }

    body.theme-yith-proteo .ywraq-mobile-opened.widget_ywraq_mini_list_quote:hover .yith-ywraq-list-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 50px;
        opacity: 1;
        z-index: 10000;
    }

    body.theme-yith-proteo .widget_ywraq_mini_list_quote .items-count {
        margin-left: 30px;
    }

    body.theme-yith-proteo .ywraq-mobile-opened ul.yith-ywraq-list {
        padding-top: 0;
    }

    .theme-yith-proteo .widget_ywraq_mini_list_quote.ywraq-mobile-opened .yith-ywraq-list-wrapper .button,
    .theme-yith-proteo .widget_ywraq_mini_list_quote.ywraq-mobile-opened .yith-ywraq-list-content .button {
        width: 100%;
        border-radius: 0;
        padding: 20px;
        font-size: 1em;
        font-weight: 400;
        margin-top: 50px;
    }

    body.theme-yith-proteo.ywraq-mobile-block-body {
        overflow: hidden;
        position: fixed;
        height: 100vh;
    }

    body.theme-yith-proteo.admin-bar.ywraq-mobile-block-body #wpadminbar {
        display: none;
    }

    .theme-yith-proteo .ywraq-mobile-opened .yith-ywraq-list-wrapper .close {
        top: 10px;
        right: 20px;
    }

    .theme-yith-proteo .header-sidebar .widget_ywraq_mini_list_quote span.ywraq-quote-icon-icon_quote:before {
        font-size: 20px;
    }

    .theme-yith-proteo .widget_ywraq_mini_list_quote .yith-ywraq-list-content:after {
        position: absolute;
        right: 45px;
        top: -13px;
        width: 0;
        height: 0;
        content: '';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #fff;
        z-index: 2000;
    }

    .theme-yith-proteo .widget_ywraq_mini_list_quote p.items-count {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .theme-yith-proteo .widget_ywraq_mini_list_quote.ywraq-mobile-opened .yith-ywraq-list-wrapper .button,
    .theme-yith-proteo .widget_ywraq_mini_list_quote.ywraq-mobile-opened .yith-ywraq-list-content .button {
        position: fixed;
        bottom: 0;
    }
}

@media (max-width: 426px) {
    .theme-yith-proteo .widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
        width: 100%;
    }
}

/* mobile widget fix cannot click on button View lisst */
.widget.woocommerce.widget_ywraq_mini_list_quote.ywraq-mobile-quote.ywraq-mobile-opened .yith-ywraq-list-wrapper .yith-ywraq-list-content {
    pointer-events: all !important;
    opacity: 1;
    visibility: visible;
}


/*! jQuery UI - v1.12.1 - 2020-12-18
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, button.css, controlgroup.css, checkboxradio.css, dialog.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

.ywraq-reject-confirm button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
    background: none;
    border: 0;
}

.ywraq-reject-confirm span#ui-id-1 {
    font-size: 20px;
}

#ywraq-reject-confirm button.button {
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 10px;
    padding: 15px;
    border-radius: 15px;
}


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}


/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: 5px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}


.ywraq-quote-on-cart .ui-corner-all {
    background: none;
    border: none;
}

.ywraq-quote-on-cart .ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ywraq-quote-on-cart .ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

.ywraq-quote-on-cart .ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: 5px;
}

.ywraq-quote-on-cart.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    padding: 25px;
    border-radius: 10px;
}

.ywraq-quote-on-cart.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ywraq-quote-on-cart .ui-widget-header {
    border: 1px solid #fff;
    background: #fff;
    color: #333333;
    font-weight: bold;
}

.ywraq-quote-on-cart .ui-icon {
    width: 30px;
    height: 30px;
}

.ywraq-quote-on-cart .ui-icon,
.ywraq-quote-on-cart .ui-widget-content .ui-icon.ui-icon-closethick {
    background-image: url("../icons/ic_close.svg") !important;
    background-repeat: no-repeat !important;
}

.ywraq-quote-on-cart .ui-resizable-handle.ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se {
    display: none !important;
}

/* Misc visuals
----------------------------------*/
.ywraq-quote-on-cart-wrapper.error {
    color: red;
    font-size: 13px;
}

/* Overlays */
.ywraq-quote-on-cart .ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}

.ywraq-quote-on-cart .ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

/* Corner radius */
.ywraq-quote-on-cart .ui-corner-all,
.ywraq-quote-on-cart .ui-corner-top,
.ywraq-quote-on-cart .ui-corner-left,
.ywraq-quote-on-cart .ui-corner-tl {
    border-radius: 14px;
}

/* Overlays */
.ui-widget-overlay {
    background: #1e1e1e;
    opacity: .7;
    filter: Alpha(Opacity=70); /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}


/**
WOOCOMMERCE 7.9
 **/
li.wp-block-post.type-product .yith-ywraq-add-to-quote {
    text-align: center;
    margin: 0 auto;
}
.wp-block-group.product .yith_ywraq_add_item_response_message{
    margin-top: 10px;
}
.ywraq-ask-for-a-quote-on-block button{
    font-size: 1.125rem;
    padding: 1rem 2rem;
    cursor: pointer;
}

/* proteo mobile fix */
@media only screen
and (max-width: 640px) {
    body.theme-yith-proteo .container.header-contents.right-toggle {
        display: flex;
    }

    body.theme-yith-proteo .container.header-contents.right-toggle {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: space-between;
    }
}