
@-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;
}

.tax-product_brand .brand-description {
	overflow: hidden;
	zoom: 1;
}

.tax-product_brand .brand-description img.brand-thumbnail {
	width: 25%;
	float: right;
}

.tax-product_brand .brand-description .text {
	width: 72%;
	float: left;
}

.widget_brand_description img {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 0 1em;
}

ul.brand-thumbnails {
	margin-left: 0;
	margin-bottom: 0;
	clear: both;
	list-style: none;
}

ul.brand-thumbnails:before {
	clear: both;
	content: "";
	display: table;
}

ul.brand-thumbnails:after {
	clear: both;
	content: "";
	display: table;
}

ul.brand-thumbnails li {
	float: left;
	margin: 0 3.8% 1em 0;
	padding: 0;
	position: relative;
	width: 22.05%;
}

ul.brand-thumbnails.fluid-columns li {
	width: auto;
}

ul.brand-thumbnails:not(.fluid-columns) li.first {
	clear: both;
}

ul.brand-thumbnails:not(.fluid-columns) li.last {
	margin-right: 0;
}

ul.brand-thumbnails.columns-1 li {
	width: 100%;
	margin-right: 0;
}

ul.brand-thumbnails.columns-2 li {
	width: 48%;
}

ul.brand-thumbnails.columns-3 li {
	width: 30.75%;
}

ul.brand-thumbnails.columns-5 li {
	width: 16.95%;
}

ul.brand-thumbnails.columns-6 li {
	width: 13.5%;
}

.brand-thumbnails li img {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
}

@media screen and (max-width:768px) {
	ul.brand-thumbnails:not(.fluid-columns) li {
		width: 48% !important;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li.first {
		clear: none;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li.last {
		margin-right: 3.8%;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd) {
		clear: both;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even) {
		margin-right: 0;
	}
}

.brand-thumbnails-description li {
	text-align: center;
}

.brand-thumbnails-description li .term-thumbnail img {
	display: inline;
}

.brand-thumbnails-description li .term-description {
	margin-top: 1em;
	text-align: left;
}

#brands_a_z h3:target {
	text-decoration: underline;
}

ul.brands_index {
	list-style: none outside;
	overflow: hidden;
	zoom: 1;
}

ul.brands_index li {
	float: left;
	margin: 0 2px 2px 0;
}

ul.brands_index li a, ul.brands_index li span {
	border: 1px solid #ccc;
	padding: 6px;
	line-height: 1em;
	float: left;
	text-decoration: none;
}

ul.brands_index li span {
	border-color: #eee;
	color: #ddd;
}

ul.brands_index li a:hover {
	border-width: 2px;
	padding: 5px;
	text-decoration: none;
}

ul.brands_index li a.active {
	border-width: 2px;
	padding: 5px;
}

div#brands_a_z a.top {
	border: 1px solid #ccc;
	padding: 4px;
	line-height: 1em;
	float: right;
	text-decoration: none;
	font-size: .8em;
}

*, ::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-image: 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;
	border: 1px solid #f8f8f8;
	background: #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 #eee;
		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;
	}
}

.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%;
		width: calc(100% + 2.6em);
		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;
	}
	
	.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;
}

.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;
		top: 5px;
		left: 50%;
		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;
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
	color: #444;
	line-height: 1.4;
	font-size: clamp(.625rem, .5615rem + .2033vw, .6875rem);
	letter-spacing: .7px;
	text-transform: uppercase;
}

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: .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 rgba(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: .2s ease-in-out;
	}
	
	.wc-block-grid__product:hover .wc-block-grid__product-image {
		transform: scale(.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: .75em;
	margin-bottom: 0;
	order: 2;
}

.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: .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: .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: .5px;
	text-underline-offset: .16em;
}

.content-area hr.wp-block-separator {
	height: 1px;
}

.woocommerce-tabs .wp-block-image {
	margin: 0 0 1.5em;
}

.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 rgba(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 .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;
	}
}

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

[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: "";
}

.eicon-editor-unlink:before {
	content: "";
}

.eicon-editor-external-link:before {
	content: "";
}

.eicon-editor-close:before {
	content: "";
}

.eicon-editor-list-ol:before {
	content: "";
}

.eicon-editor-list-ul:before {
	content: "";
}

.eicon-editor-bold:before {
	content: "";
}

.eicon-editor-italic:before {
	content: "";
}

.eicon-editor-underline:before {
	content: "";
}

.eicon-editor-paragraph:before {
	content: "";
}

.eicon-editor-h1:before {
	content: "";
}

.eicon-editor-h2:before {
	content: "";
}

.eicon-editor-h3:before {
	content: "";
}

.eicon-editor-h4:before {
	content: "";
}

.eicon-editor-h5:before {
	content: "";
}

.eicon-editor-h6:before {
	content: "";
}

.eicon-editor-quote:before {
	content: "";
}

.eicon-editor-code:before {
	content: "";
}

.eicon-elementor:before {
	content: "";
}

.eicon-elementor-circle:before {
	content: "";
}

.eicon-pojome:before {
	content: "";
}

.eicon-plus:before {
	content: "";
}

.eicon-menu-bar:before {
	content: "";
}

.eicon-apps:before {
	content: "";
}

.eicon-accordion:before {
	content: "";
}

.eicon-alert:before {
	content: "";
}

.eicon-animation-text:before {
	content: "";
}

.eicon-animation:before {
	content: "";
}

.eicon-banner:before {
	content: "";
}

.eicon-blockquote:before {
	content: "";
}

.eicon-button:before {
	content: "";
}

.eicon-call-to-action:before {
	content: "";
}

.eicon-captcha:before {
	content: "";
}

.eicon-carousel:before {
	content: "";
}

.eicon-checkbox:before {
	content: "";
}

.eicon-columns:before {
	content: "";
}

.eicon-countdown:before {
	content: "";
}

.eicon-counter:before {
	content: "";
}

.eicon-date:before {
	content: "";
}

.eicon-divider-shape:before {
	content: "";
}

.eicon-divider:before {
	content: "";
}

.eicon-download-button:before {
	content: "";
}

.eicon-dual-button:before {
	content: "";
}

.eicon-email-field:before {
	content: "";
}

.eicon-facebook-comments:before {
	content: "";
}

.eicon-facebook-like-box:before {
	content: "";
}

.eicon-form-horizontal:before {
	content: "";
}

.eicon-form-vertical:before {
	content: "";
}

.eicon-gallery-grid:before {
	content: "";
}

.eicon-gallery-group:before {
	content: "";
}

.eicon-gallery-justified:before {
	content: "";
}

.eicon-gallery-masonry:before {
	content: "";
}

.eicon-icon-box:before {
	content: "";
}

.eicon-image-before-after:before {
	content: "";
}

.eicon-image-box:before {
	content: "";
}

.eicon-image-hotspot:before {
	content: "";
}

.eicon-image-rollover:before {
	content: "";
}

.eicon-info-box:before {
	content: "";
}

.eicon-inner-section:before {
	content: "";
}

.eicon-mailchimp:before {
	content: "";
}

.eicon-menu-card:before {
	content: "";
}

.eicon-navigation-horizontal:before {
	content: "";
}

.eicon-nav-menu:before {
	content: "";
}

.eicon-navigation-vertical:before {
	content: "";
}

.eicon-number-field:before {
	content: "";
}

.eicon-parallax:before {
	content: "";
}

.eicon-php7:before {
	content: "";
}

.eicon-post-list:before {
	content: "";
}

.eicon-post-slider:before {
	content: "";
}

.eicon-post:before {
	content: "";
}

.eicon-posts-carousel:before {
	content: "";
}

.eicon-posts-grid:before {
	content: "";
}

.eicon-posts-group:before {
	content: "";
}

.eicon-posts-justified:before {
	content: "";
}

.eicon-posts-masonry:before {
	content: "";
}

.eicon-posts-ticker:before {
	content: "";
}

.eicon-price-list:before {
	content: "";
}

.eicon-price-table:before {
	content: "";
}

.eicon-radio:before {
	content: "";
}

.eicon-rtl:before {
	content: "";
}

.eicon-scroll:before {
	content: "";
}

.eicon-search:before {
	content: "";
}

.eicon-select:before {
	content: "";
}

.eicon-share:before {
	content: "";
}

.eicon-sidebar:before {
	content: "";
}

.eicon-skill-bar:before {
	content: "";
}

.eicon-slider-3d:before {
	content: "";
}

.eicon-slider-album:before {
	content: "";
}

.eicon-slider-device:before {
	content: "";
}

.eicon-slider-full-screen:before {
	content: "";
}

.eicon-slider-push:before {
	content: "";
}

.eicon-slider-vertical:before {
	content: "";
}

.eicon-slider-video:before {
	content: "";
}

.eicon-slides:before {
	content: "";
}

.eicon-social-icons:before {
	content: "";
}

.eicon-spacer:before {
	content: "";
}

.eicon-table:before {
	content: "";
}

.eicon-tabs:before {
	content: "";
}

.eicon-tel-field:before {
	content: "";
}

.eicon-text-area:before {
	content: "";
}

.eicon-text-field:before {
	content: "";
}

.eicon-thumbnails-down:before {
	content: "";
}

.eicon-thumbnails-half:before {
	content: "";
}

.eicon-thumbnails-right:before {
	content: "";
}

.eicon-time-line:before {
	content: "";
}

.eicon-toggle:before {
	content: "";
}

.eicon-url:before {
	content: "";
}

.eicon-t-letter:before {
	content: "";
}

.eicon-wordpress:before {
	content: "";
}

.eicon-text:before {
	content: "";
}

.eicon-anchor:before {
	content: "";
}

.eicon-bullet-list:before {
	content: "";
}

.eicon-code:before {
	content: "";
}

.eicon-favorite:before {
	content: "";
}

.eicon-google-maps:before {
	content: "";
}

.eicon-image:before {
	content: "";
}

.eicon-photo-library:before {
	content: "";
}

.eicon-woocommerce:before {
	content: "";
}

.eicon-youtube:before {
	content: "";
}

.eicon-flip-box:before {
	content: "";
}

.eicon-settings:before {
	content: "";
}

.eicon-headphones:before {
	content: "";
}

.eicon-testimonial:before {
	content: "";
}

.eicon-counter-circle:before {
	content: "";
}

.eicon-person:before {
	content: "";
}

.eicon-chevron-right:before {
	content: "";
}

.eicon-chevron-left:before {
	content: "";
}

.eicon-close:before {
	content: "";
}

.eicon-file-download:before {
	content: "";
}

.eicon-save:before {
	content: "";
}

.eicon-zoom-in:before {
	content: "";
}

.eicon-shortcode:before {
	content: "";
}

.eicon-nerd:before {
	content: "";
}

.eicon-device-desktop:before {
	content: "";
}

.eicon-device-tablet:before {
	content: "";
}

.eicon-device-mobile:before {
	content: "";
}

.eicon-document-file:before {
	content: "";
}

.eicon-folder-o:before {
	content: "";
}

.eicon-hypster:before {
	content: "";
}

.eicon-h-align-left:before {
	content: "";
}

.eicon-h-align-right:before {
	content: "";
}

.eicon-h-align-center:before {
	content: "";
}

.eicon-h-align-stretch:before {
	content: "";
}

.eicon-v-align-top:before {
	content: "";
}

.eicon-v-align-bottom:before {
	content: "";
}

.eicon-v-align-middle:before {
	content: "";
}

.eicon-v-align-stretch:before {
	content: "";
}

.eicon-pro-icon:before {
	content: "";
}

.eicon-mail:before {
	content: "";
}

.eicon-lock-user:before {
	content: "";
}

.eicon-testimonial-carousel:before {
	content: "";
}

.eicon-media-carousel:before {
	content: "";
}

.eicon-section:before {
	content: "";
}

.eicon-column:before {
	content: "";
}

.eicon-edit:before {
	content: "";
}

.eicon-clone:before {
	content: "";
}

.eicon-trash:before {
	content: "";
}

.eicon-play:before {
	content: "";
}

.eicon-angle-right:before {
	content: "";
}

.eicon-angle-left:before {
	content: "";
}

.eicon-animated-headline:before {
	content: "";
}

.eicon-menu-toggle:before {
	content: "";
}

.eicon-fb-embed:before {
	content: "";
}

.eicon-fb-feed:before {
	content: "";
}

.eicon-twitter-embed:before {
	content: "";
}

.eicon-twitter-feed:before {
	content: "";
}

.eicon-sync:before {
	content: "";
}

.eicon-import-export:before {
	content: "";
}

.eicon-check-circle:before {
	content: "";
}

.eicon-library-save:before {
	content: "";
}

.eicon-library-download:before {
	content: "";
}

.eicon-insert:before {
	content: "";
}

.eicon-preview-medium:before {
	content: "";
}

.eicon-sort-down:before {
	content: "";
}

.eicon-sort-up:before {
	content: "";
}

.eicon-heading:before {
	content: "";
}

.eicon-logo:before {
	content: "";
}

.eicon-meta-data:before {
	content: "";
}

.eicon-post-content:before {
	content: "";
}

.eicon-post-excerpt:before {
	content: "";
}

.eicon-post-navigation:before {
	content: "";
}

.eicon-yoast:before {
	content: "";
}

.eicon-nerd-chuckle:before {
	content: "";
}

.eicon-nerd-wink:before {
	content: "";
}

.eicon-comments:before {
	content: "";
}

.eicon-download-circle-o:before {
	content: "";
}

.eicon-library-upload:before {
	content: "";
}

.eicon-save-o:before {
	content: "";
}

.eicon-upload-circle-o:before {
	content: "";
}

.eicon-ellipsis-h:before {
	content: "";
}

.eicon-ellipsis-v:before {
	content: "";
}

.eicon-arrow-left:before {
	content: "";
}

.eicon-arrow-right:before {
	content: "";
}

.eicon-arrow-up:before {
	content: "";
}

.eicon-arrow-down:before {
	content: "";
}

.eicon-play-o:before {
	content: "";
}

.eicon-archive-posts:before {
	content: "";
}

.eicon-archive-title:before {
	content: "";
}

.eicon-featured-image:before {
	content: "";
}

.eicon-post-info:before {
	content: "";
}

.eicon-post-title:before {
	content: "";
}

.eicon-site-logo:before {
	content: "";
}

.eicon-site-search:before {
	content: "";
}

.eicon-site-title:before {
	content: "";
}

.eicon-plus-square:before {
	content: "";
}

.eicon-minus-square:before {
	content: "";
}

.eicon-cloud-check:before {
	content: "";
}

.eicon-drag-n-drop:before {
	content: "";
}

.eicon-welcome:before {
	content: "";
}

.eicon-handle:before {
	content: "";
}

.eicon-cart:before {
	content: "";
}

.eicon-product-add-to-cart:before {
	content: "";
}

.eicon-product-breadcrumbs:before {
	content: "";
}

.eicon-product-categories:before {
	content: "";
}

.eicon-product-description:before {
	content: "";
}

.eicon-product-images:before {
	content: "";
}

.eicon-product-info:before {
	content: "";
}

.eicon-product-meta:before {
	content: "";
}

.eicon-product-pages:before {
	content: "";
}

.eicon-product-price:before {
	content: "";
}

.eicon-product-rating:before {
	content: "";
}

.eicon-product-related:before {
	content: "";
}

.eicon-product-stock:before {
	content: "";
}

.eicon-product-tabs:before {
	content: "";
}

.eicon-product-title:before {
	content: "";
}

.eicon-product-upsell:before {
	content: "";
}

.eicon-products:before {
	content: "";
}

.eicon-bag-light:before {
	content: "";
}

.eicon-bag-medium:before {
	content: "";
}

.eicon-bag-solid:before {
	content: "";
}

.eicon-basket-light:before {
	content: "";
}

.eicon-basket-medium:before {
	content: "";
}

.eicon-basket-solid:before {
	content: "";
}

.eicon-cart-light:before {
	content: "";
}

.eicon-cart-medium:before {
	content: "";
}

.eicon-cart-solid:before {
	content: "";
}

.eicon-exchange:before {
	content: "";
}

.eicon-preview-thin:before {
	content: "";
}

.eicon-device-laptop:before {
	content: "";
}

.eicon-collapse:before {
	content: "";
}

.eicon-expand:before {
	content: "";
}

.eicon-navigator:before {
	content: "";
}

.eicon-plug:before {
	content: "";
}

.eicon-dashboard:before {
	content: "";
}

.eicon-typography:before {
	content: "";
}

.eicon-info-circle-o:before {
	content: "";
}

.eicon-integration:before {
	content: "";
}

.eicon-plus-circle-o:before {
	content: "";
}

.eicon-rating:before {
	content: "";
}

.eicon-review:before {
	content: "";
}

.eicon-tools:before {
	content: "";
}

.eicon-loading:before {
	content: "";
}

.eicon-sitemap:before {
	content: "";
}

.eicon-click:before {
	content: "";
}

.eicon-clock:before {
	content: "";
}

.eicon-library-open:before {
	content: "";
}

.eicon-warning:before {
	content: "";
}

.eicon-flow:before {
	content: "";
}

.eicon-cursor-move:before {
	content: "";
}

.eicon-arrow-circle-left:before {
	content: "";
}

.eicon-flash:before {
	content: "";
}

.eicon-redo:before {
	content: "";
}

.eicon-ban:before {
	content: "";
}

.eicon-barcode:before {
	content: "";
}

.eicon-calendar:before {
	content: "";
}

.eicon-caret-left:before {
	content: "";
}

.eicon-caret-right:before {
	content: "";
}

.eicon-caret-up:before {
	content: "";
}

.eicon-chain-broken:before {
	content: "";
}

.eicon-check-circle-o:before {
	content: "";
}

.eicon-check:before {
	content: "";
}

.eicon-chevron-double-left:before {
	content: "";
}

.eicon-chevron-double-right:before {
	content: "";
}

.eicon-undo:before {
	content: "";
}

.eicon-filter:before {
	content: "";
}

.eicon-circle-o:before {
	content: "";
}

.eicon-circle:before {
	content: "";
}

.eicon-clock-o:before {
	content: "";
}

.eicon-cog:before {
	content: "";
}

.eicon-cogs:before {
	content: "";
}

.eicon-commenting-o:before {
	content: "";
}

.eicon-copy:before {
	content: "";
}

.eicon-database:before {
	content: "";
}

.eicon-dot-circle-o:before {
	content: "";
}

.eicon-envelope:before {
	content: "";
}

.eicon-external-link-square:before {
	content: "";
}

.eicon-eyedropper:before {
	content: "";
}

.eicon-folder:before {
	content: "";
}

.eicon-font:before {
	content: "";
}

.eicon-adjust:before {
	content: "";
}

.eicon-lightbox:before {
	content: "";
}

.eicon-heart-o:before {
	content: "";
}

.eicon-history:before {
	content: "";
}

.eicon-image-bold:before {
	content: "";
}

.eicon-info-circle:before {
	content: "";
}

.eicon-link:before {
	content: "";
}

.eicon-long-arrow-left:before {
	content: "";
}

.eicon-long-arrow-right:before {
	content: "";
}

.eicon-caret-down:before {
	content: "";
}

.eicon-paint-brush:before {
	content: "";
}

.eicon-pencil:before {
	content: "";
}

.eicon-plus-circle:before {
	content: "";
}

.eicon-zoom-in-bold:before {
	content: "";
}

.eicon-sort-amount-desc:before {
	content: "";
}

.eicon-sign-out:before {
	content: "";
}

.eicon-spinner:before {
	content: "";
}

.eicon-square:before {
	content: "";
}

.eicon-star-o:before {
	content: "";
}

.eicon-star:before {
	content: "";
}

.eicon-text-align-justify:before {
	content: "";
}

.eicon-text-align-center:before {
	content: "";
}

.eicon-tags:before {
	content: "";
}

.eicon-text-align-left:before {
	content: "";
}

.eicon-text-align-right:before {
	content: "";
}

.eicon-close-circle:before {
	content: "";
}

.eicon-trash-o:before {
	content: "";
}

.eicon-font-awesome:before {
	content: "";
}

.eicon-user-circle-o:before {
	content: "";
}

.eicon-video-camera:before {
	content: "";
}

.eicon-heart:before {
	content: "";
}

.eicon-wrench:before {
	content: "";
}

.eicon-help:before {
	content: "";
}

.eicon-help-o:before {
	content: "";
}

.eicon-zoom-out-bold:before {
	content: "";
}

.eicon-plus-square-o:before {
	content: "";
}

.eicon-minus-square-o:before {
	content: "";
}

.eicon-minus-circle:before {
	content: "";
}

.eicon-minus-circle-o:before {
	content: "";
}

.eicon-code-bold:before {
	content: "";
}

.eicon-cloud-upload:before {
	content: "";
}

.eicon-search-bold:before {
	content: "";
}

.eicon-map-pin:before {
	content: "";
}

.eicon-meetup:before {
	content: "";
}

.eicon-slideshow:before {
	content: "";
}

.eicon-t-letter-bold:before {
	content: "";
}

.eicon-preferences:before {
	content: "";
}

.eicon-table-of-contents:before {
	content: "";
}

.eicon-tv:before {
	content: "";
}

.eicon-upload:before {
	content: "";
}

.eicon-instagram-comments:before {
	content: "";
}

.eicon-instagram-nested-gallery:before {
	content: "";
}

.eicon-instagram-post:before {
	content: "";
}

.eicon-instagram-video:before {
	content: "";
}

.eicon-instagram-gallery:before {
	content: "";
}

.eicon-instagram-likes:before {
	content: "";
}

.eicon-facebook:before {
	content: "";
}

.eicon-twitter:before {
	content: "";
}

.eicon-pinterest:before {
	content: "";
}

.eicon-frame-expand:before {
	content: "";
}

.eicon-frame-minimize:before {
	content: "";
}

.eicon-archive:before {
	content: "";
}

.eicon-colors-typography:before {
	content: "";
}

.eicon-custom:before {
	content: "";
}

.eicon-footer:before {
	content: "";
}

.eicon-header:before {
	content: "";
}

.eicon-layout-settings:before {
	content: "";
}

.eicon-lightbox-expand:before {
	content: "";
}

.eicon-error-404:before {
	content: "";
}

.eicon-theme-style:before {
	content: "";
}

.eicon-search-results:before {
	content: "";
}

.eicon-single-post:before {
	content: "";
}

.eicon-site-identity:before {
	content: "";
}

.eicon-theme-builder:before {
	content: "";
}

.eicon-download-bold:before {
	content: "";
}

.eicon-share-arrow:before {
	content: "";
}

.eicon-global-settings:before {
	content: "";
}

.eicon-user-preferences:before {
	content: "";
}

.eicon-lock:before {
	content: "";
}

.eicon-export-kit:before {
	content: "";
}

.eicon-import-kit:before {
	content: "";
}

.eicon-lottie:before {
	content: "";
}

.eicon-products-archive:before {
	content: "";
}

.eicon-single-product:before {
	content: "";
}

.eicon-disable-trash-o:before {
	content: "";
}

.eicon-single-page:before {
	content: "";
}

.eicon-wordpress-light:before {
	content: "";
}

.eicon-cogs-check:before {
	content: "";
}

.eicon-custom-css:before {
	content: "";
}

.eicon-global-colors:before {
	content: "";
}

.eicon-globe:before {
	content: "";
}

.eicon-typography-1:before {
	content: "";
}

.eicon-background:before {
	content: "";
}

.eicon-device-responsive:before {
	content: "";
}

.eicon-device-wide:before {
	content: "";
}

.eicon-code-highlight:before {
	content: "";
}

.eicon-video-playlist:before {
	content: "";
}

.eicon-download-kit:before {
	content: "";
}

.eicon-kit-details:before {
	content: "";
}

.eicon-kit-parts:before {
	content: "";
}

.eicon-kit-upload:before {
	content: "";
}

.eicon-kit-plugins:before {
	content: "";
}

.eicon-kit-upload-alt:before {
	content: "";
}

.eicon-hotspot:before {
	content: "";
}

.eicon-paypal-button:before {
	content: "";
}

.eicon-shape:before {
	content: "";
}

.eicon-wordart:before {
	content: "";
}

.eicon-checkout:before {
	content: "";
}

.eicon-container:before {
	content: "";
}

.eicon-flip:before {
	content: "";
}

.eicon-info:before {
	content: "";
}

.eicon-my-account:before {
	content: "";
}

.eicon-purchase-summary:before {
	content: "";
}

.eicon-page-transition:before {
	content: "";
}

.eicon-spotify:before {
	content: "";
}

.eicon-stripe-button:before {
	content: "";
}

.eicon-woo-settings:before {
	content: "";
}

.eicon-woo-cart:before {
	content: "";
}

.eicon-grow:before {
	content: "";
}

.eicon-order-end:before {
	content: "";
}

.eicon-nowrap:before {
	content: "";
}

.eicon-order-start:before {
	content: "";
}

.eicon-progress-tracker:before {
	content: "";
}

.eicon-shrink:before {
	content: "";
}

.eicon-wrap:before {
	content: "";
}

.eicon-align-center-h:before {
	content: "";
}

.eicon-align-center-v:before {
	content: "";
}

.eicon-align-end-h:before {
	content: "";
}

.eicon-align-end-v:before {
	content: "";
}

.eicon-align-start-h:before {
	content: "";
}

.eicon-align-start-v:before {
	content: "";
}

.eicon-align-stretch-h:before {
	content: "";
}

.eicon-align-stretch-v:before {
	content: "";
}

.eicon-justify-center-h:before {
	content: "";
}

.eicon-justify-center-v:before {
	content: "";
}

.eicon-justify-end-h:before {
	content: "";
}

.eicon-justify-end-v:before {
	content: "";
}

.eicon-justify-space-around-h:before {
	content: "";
}

.eicon-justify-space-around-v:before {
	content: "";
}

.eicon-justify-space-between-h:before {
	content: "";
}

.eicon-justify-space-between-v:before {
	content: "";
}

.eicon-justify-space-evenly-h:before {
	content: "";
}

.eicon-justify-space-evenly-v:before {
	content: "";
}

.eicon-justify-start-h:before {
	content: "";
}

.eicon-justify-start-v:before {
	content: "";
}

.eicon-woocommerce-cross-sells:before {
	content: "";
}

.eicon-woocommerce-notices:before {
	content: "";
}

.eicon-inner-container:before {
	content: "";
}

.eicon-warning-full:before {
	content: "";
}

.eicon-exit:before {
	content: "";
}

.eicon-loop-builder:before {
	content: "";
}

.eicon-notes:before {
	content: "";
}

.eicon-read:before {
	content: "";
}

.eicon-unread:before {
	content: "";
}

.eicon-carousel-loop:before {
	content: "";
}

.eicon-mega-menu:before {
	content: "";
}

.eicon-nested-carousel:before {
	content: "";
}

.eicon-ai:before {
	content: "";
}

.eicon-taxonomy-filter:before {
	content: "";
}

.eicon-container-grid:before {
	content: "";
}

.eicon-upgrade:before {
	content: "";
}

.eicon-advanced:before {
	content: "";
}

.eicon-div-block:before {
	content: "";
}

.eicon-notification:before {
	content: "";
}

.eicon-light-mode:before {
	content: "";
}

.eicon-dark-mode:before {
	content: "";
}

.eicon-upgrade-crown:before {
	content: "";
}

.eicon-off-canvas:before {
	content: "";
}

.eicon-speakerphone:before {
	content: "";
}

.eicon-ehp-cta:before {
	content: "";
}

.eicon-ehp-forms:before {
	content: "";
}

.eicon-ehp-hero:before {
	content: "";
}

.eicon-ehp-zigzag:before {
	content: "";
}

.eicon-e-button:before {
	content: "";
}

.eicon-flexbox:before {
	content: "";
}

.eicon-paragraph:before {
	content: "";
}

.eicon-icon:before {
	content: "";
}

.eicon-e-image:before {
	content: "";
}

.eicon-video:before {
	content: "";
}

.eicon-svg:before {
	content: "";
}

.eicon-e-divider:before {
	content: "";
}

.eicon-e-heading:before {
	content: "";
}

.eicon-atomic:before {
	content: "";
}

.eicon-library-delete:before {
	content: "";
}

.eicon-library-copy:before {
	content: "";
}

.eicon-library-folder-empty:before {
	content: "";
}

.eicon-library-move:before {
	content: "";
}

.eicon-library-edit:before {
	content: "";
}

.eicon-library-subscription-upgrade:before {
	content: "";
}

.eicon-library-folder-view:before {
	content: "";
}

.eicon-library-grid:before {
	content: "";
}

.eicon-library-cloud-connect:before {
	content: "";
}

.eicon-library-import:before {
	content: "";
}

.eicon-library-list:before {
	content: "";
}

.eicon-library-cloud-empty:before {
	content: "";
}

.eicon-folder-plus:before {
	content: "";
}

.eicon-library-folder:before {
	content: "";
}

.eicon-accessibility:before {
	content: "";
}

.eicon-lock-outline:before {
	content: "";
}

.eicon-e-youtube:before {
	content: "";
}

.eicon-eye:before {
	content: "";
}

.eicon-elementor-square:before {
	content: "";
}

/*! elementor - v3.30.0 - 01-07-2025 */
.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-embed {
	max-width: none;
}

.elementor .elementor-background-video, .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

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

.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-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%;
}

.elementor-custom-embed-play {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -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);
}

@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;
	pointer-events: none;
	position: absolute;
	right: 10px;
	text-shadow: 0 0 3px rgba(0, 0, 0, .3);
	top: 50%;
	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;
	}
}

@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: #000;
	--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: #000;
	font-family: "Jost", Sans-serif;
}

.elementor-kit-128513 a:hover {
	color: #000;
}

.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;
}

@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;
	}
}

@-webkit-keyframes sby-sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	
	to {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes sby-sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

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

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

body .sb_youtube[id^=sb_youtube_], body.et-db #et-boc .sb_youtube[id^=sb_youtube_] {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body .sb_youtube[id^=sb_youtube_] *, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body .sb_youtube[id^=sb_youtube_] .sbi_inner_item:after, body .sb_youtube[id^=sb_youtube_]:after, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sbi_inner_item:after, body.et-db #et-boc .sb_youtube[id^=sb_youtube_]:after {
	content: "";
	display: table;
	clear: both;
}

body .sb_youtube.sby_fixed_height[id^=sb_youtube_], body.et-db #et-boc .sb_youtube.sby_fixed_height[id^=sb_youtube_] {
	overflow: hidden;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body .sb_youtube[id^=sb_youtube_] .sby_items_wrap, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_items_wrap {
	width: 100%;
	float: left;
	line-height: 0;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body .sb_youtube[id^=sb_youtube_] .sby_items_wrap .sby_inner_item, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_items_wrap .sby_inner_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

body .sb_youtube[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_items_wrap .sby_item {}

body .sb_youtube[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube[id^=sb_youtube_] .sby_player_outer_wrap .sby_video_thumbnail_wrap, body .sb_youtube[id^=sb_youtube_] .sby_player_wrap, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_player_outer_wrap .sby_video_thumbnail_wrap, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_player_wrap {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	padding: inherit !important;
	-webkit-text-decoration: none;
	text-decoration: none;
	opacity: 1;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

body .sb_youtube[id^=sb_youtube_] .sby_items_wrap .sby_item.sby_no_margin, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_items_wrap .sby_item.sby_no_margin {
	margin: 0 !important;
}

body .sb_youtube[id^=sb_youtube_] .sby_items_wrap .sby_item.sby_transition, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_items_wrap .sby_item.sby_transition {
	opacity: 0;
	max-height: 0;
}

body .sb_youtube.sby_col_0[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_0[id^=sb_youtube_] .sby_items_wrap .sby_item {
	width: 100%;
}

body .sb_youtube.sby_col_1[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_1[id^=sb_youtube_] .sby_items_wrap .sby_item {
	width: 100%;
}

body .sb_youtube.sby_col_2[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_2[id^=sb_youtube_] .sby_items_wrap .sby_item {
	width: 50%;
}

body .sb_youtube.sby_col_3[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_3[id^=sb_youtube_] .sby_items_wrap .sby_item {
	width: 33.33%;
}

body .sb_youtube.sby_col_4[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_4[id^=sb_youtube_] .sby_items_wrap .sby_item {
	width: 25%;
}

body .sb_youtube.sby_col_5[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_5[id^=sb_youtube_] .sby_items_wrap .sby_item {
	width: 20%;
}

body .sb_youtube.sby_col_6[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_6[id^=sb_youtube_] .sby_items_wrap .sby_item {
	width: 16.66%;
}

body .sb_youtube.sby_col_7[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_7[id^=sb_youtube_] .sby_items_wrap .sby_item {
	width: 14.28%;
}

body .sb_youtube.sby_col_8[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_8[id^=sb_youtube_] .sby_items_wrap .sby_item {
	width: 12.5%;
}

body .sb_youtube.sby_col_9[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_9[id^=sb_youtube_] .sby_items_wrap .sby_item {
	width: 11.11%;
}

body .sb_youtube.sby_col_10[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_10[id^=sb_youtube_] .sby_items_wrap .sby_item {
	width: 10%;
}

body .sby-screenreader, body.et-db #et-boc .sby-screenreader {
	text-indent: -9999px !important;
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	line-height: 0 !important;
}

body #sby_lightbox .sby_lb_video_thumbnail_wrap, body .sb_youtube[id^=sb_youtube_] .sby_player_outer_wrap, body .sb_youtube[id^=sb_youtube_] .sby_video_thumbnail_wrap, body.et-db #et-boc #sby_lightbox .sby_lb_video_thumbnail_wrap, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_player_outer_wrap, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_video_thumbnail_wrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	float: left;
}

body #sby_lightbox .sby_lb_video_thumbnail, body #sby_lightbox .sby_video_thumbnail, body .sb_youtube[id^=sb_youtube_] .sby_video_thumbnail, body.et-db #et-boc #sby_lightbox .sby_lb_video_thumbnail, body.et-db #et-boc #sby_lightbox .sby_video_thumbnail, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_video_thumbnail {
	display: block;
	position: relative;
	-webkit-text-decoration: none;
	text-decoration: none;
	line-height: 0;
	z-index: 5;
}

body #sby_lightbox .sby_video_thumbnail img, body .sb_youtube[id^=sb_youtube_] .sby_video_thumbnail img, body.et-db #et-boc #sby_lightbox .sby_video_thumbnail img, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_video_thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 0;
}

body .sb_youtube[id^=sb_youtube_] .sby_link, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
	background: #333;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1.1;
	overflow: hidden;
}

body .sb_youtube[id^=sb_youtube_] .sby_link.sby_default a, body .sb_youtube[id^=sb_youtube_] .sby_link.sby_default p, body .sb_youtube[id^=sb_youtube_] .sby_link.sby_default span, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link.sby_default a, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link.sby_default p, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link.sby_default span {
	text-shadow: 0px 0px 10px #000;
}

body .sb_youtube[id^=sb_youtube_] .sby_link .sby_hover_bottom, body .sb_youtube[id^=sb_youtube_] .sby_link .sby_lightbox_link, body .sb_youtube[id^=sb_youtube_] .sby_link .sby_playbtn, body .sb_youtube[id^=sb_youtube_] .sby_link .sby_username a, body .sb_youtube[id^=sb_youtube_] .sby_link .sby_youtube_link, body .sb_youtube[id^=sb_youtube_] .sby_link .svg-inline--fa.fa-play, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link .sby_hover_bottom, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link .sby_lightbox_link, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link .sby_playbtn, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link .sby_username a, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link .sby_youtube_link, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link .svg-inline--fa.fa-play {
	filter: alpha(opacity=90);
	opacity: .9;
}

body .sb_youtube[id^=sb_youtube_] .sby_link .sby_lightbox_link:hover, body .sb_youtube[id^=sb_youtube_] .sby_link .sby_playbtn:hover, body .sb_youtube[id^=sb_youtube_] .sby_link .sby_username a:hover, body .sb_youtube[id^=sb_youtube_] .sby_link .sby_youtube_link:hover, body .sb_youtube[id^=sb_youtube_] .sby_link .svg-inline--fa.fa-play:hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link .sby_lightbox_link:hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link .sby_playbtn:hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link .sby_username a:hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link .sby_youtube_link:hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link .svg-inline--fa.fa-play:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

body .sb_youtube[id^=sb_youtube_] .sby_link_area, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link_area {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

body .sb_youtube[id^=sb_youtube_] .sby_link a, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link a {
	padding: 0;
	-webkit-text-decoration: none;
	text-decoration: none;
	color: #ddd;
	color: rgba(255, 255, 255, .7);
	line-height: 1.1;
	background: none;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
}

body .sb_youtube[id^=sb_youtube_] .sby_link a:active, body .sb_youtube[id^=sb_youtube_] .sby_link a:hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link a:active, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link a:hover {
	color: #fff;
}

body .sb_youtube[id^=sb_youtube_] .sby_link .sby_lightbox_link, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link .sby_lightbox_link {
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -21px;
	padding: 0;
	font-size: 49px;
	font-style: normal !important;
}

body .sb_youtube[id^=sb_youtube_] .sby_carousel_vid_first .sby_lightbox_link, body .sb_youtube[id^=sb_youtube_] .sby_type_video .sby_lightbox_link, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_carousel_vid_first .sby_lightbox_link, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_type_video .sby_lightbox_link {
	display: none;
}

body .sb_youtube[id^=sb_youtube_] .sby_link .sby_youtube_link, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link .sby_youtube_link {
	font-size: 30px;
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 2px;
	padding: 8px;
}

body .sb_youtube[id^=sb_youtube_] .sby_link a:focus, body .sb_youtube[id^=sb_youtube_] .sby_link a:hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link a:focus, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_link a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

body .sb_youtube[id^=sb_youtube_] .sby_player_wrap, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_player_wrap {
	z-index: 1;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

body .sb_youtube[id^=sb_youtube_] .sby_player_wrap iframe, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_player_wrap iframe {
	width: 100% !important;
	height: 100% !important;
}

body #sby_lightbox .sby_thumbnail_hover, body .sb_youtube[id^=sb_youtube_] .sby_thumbnail_hover, body.et-db #et-boc #sby_lightbox .sby_thumbnail_hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_thumbnail_hover {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	color: #fff;
	background: #333;
	background: rgba(0, 0, 0, .6);
	transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-webkit-transition: opacity .6s ease-in-out;
}

body .sb_youtube.sby_layout_list[id^=sb_youtube_] .sby_item_video_thumbnail .sby_thumbnail_hover, body.et-db #et-boc .sb_youtube.sby_layout_list[id^=sb_youtube_] .sby_item_video_thumbnail .sby_thumbnail_hover {
	display: none;
}

body .sb_youtube[id^=sb_youtube_] .sby_current .sby_thumbnail_hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_current .sby_thumbnail_hover {
	opacity: 1;
}

body #sby_lightbox .sby_thumbnail_hover_inner, body .sb_youtube[id^=sb_youtube_] .sby_thumbnail_hover_inner, body.et-db #et-boc #sby_lightbox .sby_thumbnail_hover_inner, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_thumbnail_hover_inner {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10px;
	overflow: hidden;
}

body .sb_youtube[id^=sb_youtube_] .sby_thumbnail_hover_inner .sby_video_title, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_thumbnail_hover_inner .sby_video_title {
	font-size: 1.2em;
	line-height: 1.2;
}

body #sby_lightbox .sby_video_thumbnail:hover .sby_thumbnail_hover, body .sb_youtube[id^=sb_youtube_] .sby_video_thumbnail:hover .sby_thumbnail_hover, body.et-db #et-boc #sby_lightbox .sby_video_thumbnail:hover .sby_thumbnail_hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_video_thumbnail:hover .sby_thumbnail_hover {
	opacity: 1;
	display: block;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
}

body .sb_youtube.sby_layout_list[id^=sb_youtube_] .sby_item_video_thumbnail.sby_video_thumbnail:hover .sby_thumbnail_hover, body.et-db #et-boc .sb_youtube.sby_layout_list[id^=sb_youtube_] .sby_item_video_thumbnail.sby_video_thumbnail:hover .sby_thumbnail_hover {
	opacity: 0;
	display: none;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

body .sb_youtube[id^=sb_youtube_] .sby_loader, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_loader {
	width: 20px;
	height: 20px;
	position: relative;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 100%;
	-webkit-animation: sby-sk-scaleout 1s infinite ease-in-out;
	animation: sby-sk-scaleout 1s infinite ease-in-out;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header br, body .sb_youtube[id^=sb_youtube_] .sby_footer br, body .sb_youtube[id^=sb_youtube_] .sby_items_wrap br, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header br, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_footer br, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_items_wrap br {
	display: none;
}

body .sb_youtube[id^=sb_youtube_] .sby_bio br, body .sb_youtube[id^=sb_youtube_] .sby_caption br, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_bio br, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_caption br {
	display: inline;
	display: initial;
}

body .sby_footer p, body.et-db #et-boc .sby_footer p {
	display: inline;
	padding: 0;
	margin: 0;
}

body .sb_youtube[id^=sb_youtube_] .sby_footer .sby_loader, body .sb_youtube[id^=sb_youtube_] .sby_item .sby_loader, body .sb_youtube[id^=sb_youtube_] .sby_player_outer_wrap .sby_loader, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_footer .sby_loader, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_item .sby_loader, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_player_outer_wrap .sby_loader {
	position: absolute;
	margin-top: -11px;
	background-color: #fff;
}

body .sb_youtube[id^=sb_youtube_] .sby_item.sby_player_loading, body .sb_youtube[id^=sb_youtube_] .sby_player_outer_wrap.sby_player_loading, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_item.sby_player_loading, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_player_outer_wrap.sby_player_loading {
	opacity: .8;
}

body #sby_lightbox .fa-spin, body .sb_youtube[id^=sb_youtube_] .fa-spin, body.et-db #et-boc #sby_lightbox .fa-spin, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

body #sby_lightbox .fa-pulse, body .sb_youtube[id^=sb_youtube_] .fa-pulse, body.et-db #et-boc #sby_lightbox .fa-pulse, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header {
	float: left;
	clear: both;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.2;
	width: 100%;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_header_type_generic, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_header_type_generic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header a, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header a {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-width: 100%;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-transition: color .5s ease;
	transition: color .5s ease;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header a[data-channel-description=visible], body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header a[data-channel-description=visible] {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (min-width:480px) {
	body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_img, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_img {
		width: 80px;
		height: 80px;
		border-radius: 40px;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_img img, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_img img {
		width: 80px;
		height: 80px;
		border-radius: 40px;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_text h3, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_text h3 {
		font-size: 16px;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_text .sby_bio, body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_text .sby_bio_info, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_text .sby_bio, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_text .sby_bio_info {
		font-size: 13px;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_text .sby_bio, body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_text .sby_bio_info, body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_text h3, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_text .sby_bio, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_text .sby_bio_info, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_text h3 {
		margin-left: 95px !important;
		line-height: 1.4;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_text h3, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_text h3 {
		margin-right: -85px !important;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_text .sby_bio_info, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_text .sby_bio_info {
		margin-top: 4px !important;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_text.sby_no_bio h3, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_medium .sby_header_text.sby_no_bio h3 {
		padding-top: 20px !important;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_img, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_img {
		width: 120px;
		height: 120px;
		border-radius: 60px;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_img img, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_img img {
		width: 120px;
		height: 120px;
		border-radius: 60px;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_text h3, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_text h3 {
		font-size: 28px;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_text .sby_bio, body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_text .sby_bio_info, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_text .sby_bio, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_text .sby_bio_info {
		font-size: 13px;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_text .sby_bio, body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_text .sby_bio_info, body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_text h3, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_text .sby_bio, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_text .sby_bio_info, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_text h3 {
		margin-left: 140px !important;
		line-height: 1.5;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_text h3, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_text h3 {
		margin-right: -120px !important;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_text .sby_bio_info, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_text .sby_bio_info {
		margin-top: 12px !important;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_text.sby_no_bio h3, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_large .sby_header_text.sby_no_bio h3 {
		padding-top: 32px !important;
	}
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_img, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_img {
	float: left;
	position: relative;
	width: 50px;
	margin: 0 0 0 -100% !important;
	overflow: hidden;
	border-radius: 40px;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_img img, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_img img {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 40px;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_img_hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_img_hover {
	opacity: 0;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .75);
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_no_consent .sby_header_img, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_no_consent .sby_header_img {
	height: 50px;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_no_consent .sby_header_img_hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header.sby_no_consent .sby_header_img_hover {
	opacity: 1;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_new_logo, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_new_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	font-size: 24px;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_img_hover i, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_img_hover i {
	overflow: hidden;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_img_hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_img_hover {
	z-index: 2;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_fade_in, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_fade_in {
	opacity: 1;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_img_hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_img_hover {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .75);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	border-radius: 40px;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header a:focus .sby_header_img_hover, body .sb_youtube[id^=sb_youtube_] .sb_youtube_header a:hover .sby_header_img_hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header a:focus .sby_header_img_hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header a:hover .sby_header_img_hover {
	opacity: 1;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_text, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_text {
	width: 100%;
	padding-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_text .sby_bio, body .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_text h3, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_text .sby_bio, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_text h3 {
	clear: both;
	margin: 0 0 0 60px !important;
	padding: 0 !important;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_text .sby_bio, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_text .sby_bio {
	width: 100%;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header h3, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header h3 {
	font-size: 16px;
	line-height: 1.3;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header p, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header p {
	font-size: 13px;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

body .sb_youtube[id^=sb_youtube_] p:empty, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] p:empty {
	display: none;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_text img.emoji, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_text img.emoji {
	margin-right: 3px !important;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_text.sby_no_bio .sby_bio_info, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_text.sby_no_bio .sby_bio_info {
	clear: both;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_text.sby_no_bio.sby_has_sub h3, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_header_text.sby_no_bio.sby_has_sub h3 {
	padding-top: 0px !important;
}

body .sb_youtube[id^=sb_youtube_] .sby_footer, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_footer {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

body .sb_youtube[id^=sb_youtube_] .sby_footer .fa-spinner, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_footer .fa-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -7px;
	font-size: 15px;
}

body .sb_youtube[id^=sb_youtube_] .sby_footer, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_footer {
	opacity: 1;
	-webkit-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

body .sb_youtube[id^=sb_youtube_] .sby_load_btn .sby_btn_text, body .sb_youtube[id^=sb_youtube_] .sby_load_btn .sby_loader, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_load_btn .sby_btn_text, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_load_btn .sby_loader {
	opacity: 1;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

body .sb_youtube[id^=sb_youtube_] .sby_hidden, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_hidden {
	opacity: 0 !important;
}

body #sby_lightbox .sby_btn a, body .sb_youtube[id^=sb_youtube_] .sby_btn a, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a, body .sb_youtube[id^=sb_youtube_] .sby_footer .sby_load_btn, body.et-db #et-boc #sby_lightbox .sby_btn a, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_btn a, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_follow_btn a, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_footer .sby_load_btn {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	padding: 7px 14px;
	margin: 5px auto 0 auto;
	background: #333;
	border: none;
	color: #fff;
	-webkit-text-decoration: none;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body #sby_lightbox .sby_btn .sby_cta_button, body .sb_youtube[id^=sb_youtube_] .sby_btn .sby_cta_button, body.et-db #et-boc #sby_lightbox .sby_btn .sby_cta_button, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_btn .sby_cta_button {
	font-size: 16px;
}

body .sb_youtube[id^=sb_youtube_] .sby_footer .sby_load_btn, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_footer .sby_load_btn {
	position: relative;
}

body #sby_lightbox .sby_btn, body .sb_youtube[id^=sb_youtube_] .sby_btn, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn, body.et-db #et-boc #sby_lightbox .sby_btn, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_btn, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_follow_btn {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	text-align: center;
}

body .sb_youtube[id^=sb_youtube_] .sby_follow_btn.sby_top, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_follow_btn.sby_top {
	display: block;
	margin-bottom: 5px;
}

body #sby_lightbox .sby_btn .sby_cta_button, body .sb_youtube[id^=sb_youtube_] .sby_btn .sby_cta_button, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a, body.et-db #et-boc #sby_lightbox .sby_btn .sby_cta_button, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_btn .sby_cta_button, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_follow_btn a {
	background: #408bd1;
	color: #fff;
}

body #sby_lightbox .sby_btn a, body .sb_youtube[id^=sb_youtube_] .sby_btn a, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a, body .sb_youtube[id^=sb_youtube_] .sby_footer .sby_load_btn, body.et-db #et-boc #sby_lightbox .sby_btn a, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_btn a, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_follow_btn a, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_follow_btn a, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_footer .sby_load_btn {
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

body .sb_youtube[id^=sb_youtube_] .sby_footer .sby_load_btn:hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_footer .sby_load_btn:hover {
	outline: none;
	-webkit-box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, .25);
	box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, .25);
}

body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a:focus, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a:hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_follow_btn a:focus, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_follow_btn a:hover {
	-webkit-box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, .25);
	box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, .25);
}

body #sby_lightbox .sby_btn .sby_cta_button:focus, body #sby_lightbox .sby_btn .sby_cta_button:hover, body #sby_lightbox .sby_btn a:focus, body .sb_youtube[id^=sb_youtube_] .sby_btn .sby_cta_button:focus, body .sb_youtube[id^=sb_youtube_] .sby_btn .sby_cta_button:hover, body .sb_youtube[id^=sb_youtube_] .sby_btn a:hover, body.et-db #et-boc #sby_lightbox .sby_btn .sby_cta_button:focus, body.et-db #et-boc #sby_lightbox .sby_btn .sby_cta_button:hover, body.et-db #et-boc #sby_lightbox .sby_btn a:focus, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_btn .sby_cta_button:focus, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_btn .sby_cta_button:hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_btn a:hover {
	outline: none;
	-webkit-box-shadow: inset 0 0 10px 20px #359dff;
	box-shadow: inset 0 0 10px 20px #359dff;
}

body #sby_lightbox .sby_btn.sby_custom .sby_cta_button:focus, body #sby_lightbox .sby_btn.sby_custom .sby_cta_button:hover, body #sby_lightbox .sby_btn.sby_custom a:focus, body .sb_youtube[id^=sb_youtube_] .sby_btn.sby_custom .sby_cta_button:focus, body .sb_youtube[id^=sb_youtube_] .sby_btn.sby_custom .sby_cta_button:hover, body .sb_youtube[id^=sb_youtube_] .sby_btn.sby_custom a:hover, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn.sby_custom a:focus, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn.sby_custom a:hover, body .sb_youtube[id^=sb_youtube_] .sby_footer .sby_load_btn.sby_custom:hover, body.et-db #et-boc #sby_lightbox .sby_btn.sby_custom .sby_cta_button:focus, body.et-db #et-boc #sby_lightbox .sby_btn.sby_custom .sby_cta_button:hover, body.et-db #et-boc #sby_lightbox .sby_btn.sby_custom a:focus, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_btn.sby_custom .sby_cta_button:focus, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_btn.sby_custom .sby_cta_button:hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_btn.sby_custom a:hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_follow_btn.sby_custom a:focus, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_follow_btn.sby_custom a:hover, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_footer .sby_load_btn.sby_custom:hover {
	-webkit-box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, .15);
	box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, .15);
}

body #sby_lightbox .sby_btn a:active, body .sb_youtube[id^=sb_youtube_] .sby_btn a:active, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a:active, body .sb_youtube[id^=sb_youtube_] .sby_footer .sby_load_btn:active, body.et-db #et-boc #sby_lightbox .sby_btn a:active, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_btn a:active, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_follow_btn a:active, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_footer .sby_load_btn:active {
	-webkit-box-shadow: inset 0 0 10px 20px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 10px 20px rgba(0, 0, 0, .3);
}

body .sb_youtube[id^=sb_youtube_] .sby_follow_btn .fa, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn svg, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_follow_btn .fa, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_follow_btn svg {
	margin-bottom: -1px;
	margin-right: 7px;
	font-size: 15px;
}

body .sb_youtube[id^=sb_youtube_] .sby_follow_btn svg, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_follow_btn svg {
	vertical-align: -.125em;
}

body .sb_youtube[id^=sb_youtube_] .sby_footer .sby_follow_btn, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_footer .sby_follow_btn {
	margin-left: 5px;
}

@media (max-width:640px) {
	body .sb_youtube.sby_col_3.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube.sby_col_4.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube.sby_col_5.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube.sby_col_6.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_3.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_4.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_5.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_6.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item {
		width: 50%;
	}
	
	body .sb_youtube.sby_col_10.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube.sby_col_10[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube.sby_col_7.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube.sby_col_7[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube.sby_col_8.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube.sby_col_8[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube.sby_col_9.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube.sby_col_9[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_10.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_10[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_7.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_7[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_8.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_8[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_9.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_9[id^=sb_youtube_] .sby_items_wrap .sby_item {
		width: 25%;
	}
	
	body .sb_youtube.sby_col_2[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_2[id^=sb_youtube_] .sby_items_wrap .sby_item {
		width: 50%;
	}
	
	body .sb_youtube.sby_col_3[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_3[id^=sb_youtube_] .sby_items_wrap .sby_item {
		width: 33.33%;
	}
	
	body .sb_youtube.sby_col_4[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_4[id^=sb_youtube_] .sby_items_wrap .sby_item {
		width: 25%;
	}
	
	body .sb_youtube.sby_col_5[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_5[id^=sb_youtube_] .sby_items_wrap .sby_item {
		width: 20%;
	}
	
	body .sb_youtube.sby_col_6[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_6[id^=sb_youtube_] .sby_items_wrap .sby_item {
		width: 16.66%;
	}
	
	body .sb_youtube.sby_col_7[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_7[id^=sb_youtube_] .sby_items_wrap .sby_item {
		width: 14.28%;
	}
	
	body .sb_youtube.sby_col_8[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_8[id^=sb_youtube_] .sby_items_wrap .sby_item {
		width: 12.5%;
	}
	
	body .sb_youtube.sby_col_9[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_9[id^=sb_youtube_] .sby_items_wrap .sby_item {
		width: 11.11%;
	}
	
	body .sb_youtube.sby_col_10[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_10[id^=sb_youtube_] .sby_items_wrap .sby_item {
		width: 10%;
	}
	
	body .sb_youtube.sby_width_resp[id^=sb_youtube_], body.et-db #et-boc .sb_youtube.sby_width_resp[id^=sb_youtube_] {
		width: 100% !important;
	}
}

@media (max-width:480px) {
	body .sb_youtube.sby_col_10.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube.sby_col_3.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube.sby_col_4.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube.sby_col_5.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube.sby_col_6.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube.sby_col_7.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube.sby_col_8.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube.sby_col_9.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body .sb_youtube.sby_mob_col_1[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_10.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_3.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_4.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_5.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_6.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_7.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_8.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_9.sby_mob_col_auto[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_mob_col_1[id^=sb_youtube_] .sby_items_wrap .sby_item {
		width: 100%;
	}
	
	body .sb_youtube.sby_mob_col_2[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_mob_col_2[id^=sb_youtube_] .sby_items_wrap .sby_item {
		width: 50%;
	}
	
	body .sb_youtube.sby_mob_col_3[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_mob_col_3[id^=sb_youtube_] .sby_items_wrap .sby_item {
		width: 33.33%;
	}
	
	body .sb_youtube.sby_mob_col_4[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_mob_col_4[id^=sb_youtube_] .sby_items_wrap .sby_item {
		width: 25%;
	}
	
	body .sb_youtube.sby_mob_col_5[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_mob_col_5[id^=sb_youtube_] .sby_items_wrap .sby_item {
		width: 20%;
	}
	
	body .sb_youtube.sby_mob_col_6[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_mob_col_6[id^=sb_youtube_] .sby_items_wrap .sby_item {
		width: 16.66%;
	}
	
	body .sb_youtube.sby_mob_col_7[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_mob_col_7[id^=sb_youtube_] .sby_items_wrap .sby_item {
		width: 14.28%;
	}
}

body [data-preview-screen=mobile] .sb_youtube.sby_mob_col_2 .sby_items_wrap .sby_item, body.et-db #et-boc [data-preview-screen=mobile] .sb_youtube.sby_mob_col_2 .sby_items_wrap .sby_item {
	width: 50%;
}

body [data-preview-screen=mobile] .sb_youtube.sby_mob_col_3 .sby_items_wrap .sby_item, body.et-db #et-boc [data-preview-screen=mobile] .sb_youtube.sby_mob_col_3 .sby_items_wrap .sby_item {
	width: 33.33%;
}

body [data-preview-screen=mobile] .sb_youtube.sby_mob_col_4 .sby_items_wrap .sby_item, body.et-db #et-boc [data-preview-screen=mobile] .sb_youtube.sby_mob_col_4 .sby_items_wrap .sby_item {
	width: 25%;
}

body [data-preview-screen=mobile] .sb_youtube.sby_mob_col_5 .sby_items_wrap .sby_item, body.et-db #et-boc [data-preview-screen=mobile] .sb_youtube.sby_mob_col_5 .sby_items_wrap .sby_item {
	width: 20%;
}

body [data-preview-screen=mobile] .sb_youtube.sby_mob_col_6 .sby_items_wrap .sby_item, body.et-db #et-boc [data-preview-screen=mobile] .sb_youtube.sby_mob_col_6 .sby_items_wrap .sby_item {
	width: 16.66%;
}

body [data-preview-screen=mobile] .sb_youtube.sby_mob_col_7 .sby_items_wrap .sby_item, body.et-db #et-boc [data-preview-screen=mobile] .sb_youtube.sby_mob_col_7 .sby_items_wrap .sby_item {
	width: 14.28%;
}

body .sb_youtube[data-videostyle=boxed] .sby_items_wrap .sby_item .sby_inner_item, body.et-db #et-boc .sb_youtube[data-videostyle=boxed] .sby_items_wrap .sby_item .sby_inner_item {
	background-color: #fff;
}

body .sb_youtube.sby_palette_dark[data-videostyle=boxed] .sby_items_wrap .sby_item .sby_inner_item, body.et-db #et-boc .sb_youtube.sby_palette_dark[data-videostyle=boxed] .sby_items_wrap .sby_item .sby_inner_item {
	background-color: #35363f;
}

body .sby_lightboxOverlay, body.et-db #et-boc .sby_lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: .9;
	display: none;
}

body .sby_lightbox, body.et-db #et-boc .sby_lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	line-height: 0;
	font-weight: normal;
	overflow-x: auto;
	height: 100%;
}

body .sby_lightbox .sby_lb-header, body.et-db #et-boc .sby_lightbox .sby_lb-header {
	padding-top: 80px;
}

body .sby_lightbox .sby_lb-image, body.et-db #et-boc .sby_lightbox .sby_lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	border-radius: 3px;
}

body .sby_lightbox a:active, body .sby_lightbox a:focus, body .sby_lightbox a:hover, body.et-db #et-boc .sby_lightbox a:active, body.et-db #et-boc .sby_lightbox a:focus, body.et-db #et-boc .sby_lightbox a:hover {
	outline: none;
}

body .sby_lightbox a img, body.et-db #et-boc .sby_lightbox a img {
	border: none;
}

body .sby_lb-outerContainer, body.et-db #et-boc .sby_lb-outerContainer {
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto 0 auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

body .sby_lb-outerContainer .sby_lb-close, body.et-db #et-boc .sby_lb-outerContainer .sby_lb-close {
	position: absolute;
	top: -40px;
	right: 0px;
	width: 30px;
	height: 30px;
	background: url("https://cdn-ilakhlh.nitrocdn.com/oCLFPBYbqaFbrUPoGOKnrZIxHYtpqFrL/assets/images/optimized/rev-6037810/foodserviceequipmentdepot.com/wp-content/plugins/feeds-for-youtube/img/close.png") top right no-repeat;
	text-align: right;
	outline: none;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

body .sby_lb-outerContainer .sby_lb-close.nitro-lazy, body.et-db #et-boc .sby_lb-outerContainer .sby_lb-close.nitro-lazy {
	background-image: none !important;
}

body .sby_lb-outerContainer:after, body.et-db #et-boc .sby_lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

body .sby_lb-container, body.et-db #et-boc .sby_lb-container {
	position: relative;
	padding: 4px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	border-radius: 3px;
}

body .sby_lb-loader, body.et-db #et-boc .sby_lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

body .sby_lb-cancel, body.et-db #et-boc .sby_lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background-color: #666;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 100%;
	-webkit-animation: ctf-sk-scaleout 1s infinite ease-in-out;
	animation: ctf-sk-scaleout 1s infinite ease-in-out;
}

body .sby_lb-nav, body.et-db #et-boc .sby_lb-nav {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

body .sby_lb-container>.nav, body.et-db #et-boc .sby_lb-container>.nav {
	left: 0;
}

body .sby_lb-nav a, body.et-db #et-boc .sby_lb-nav a {
	position: absolute;
	z-index: 100;
	top: 0;
	height: 90%;
	outline: none;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

body .sby_lb-nav a.nitro-lazy, body.et-db #et-boc .sby_lb-nav a.nitro-lazy {
	background-image: none !important;
}

body .sby_lb-next, body .sby_lb-prev, body.et-db #et-boc .sby_lb-next, body.et-db #et-boc .sby_lb-prev {
	height: 100%;
	cursor: pointer;
	display: block;
}

body .sby_lb-nav a.sby_lb-prev, body.et-db #et-boc .sby_lb-nav a.sby_lb-prev {
	width: 50px;
	left: -70px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=.5);
	opacity: .5;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

body .sby_lb-nav a.sby_lb-prev:hover, body.et-db #et-boc .sby_lb-nav a.sby_lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

body .sby_lb-nav a.sby_lb-next, body.et-db #et-boc .sby_lb-nav a.sby_lb-next {
	width: 50px;
	right: -70px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=.5);
	opacity: .5;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

body .sby_lb-nav a.sby_lb-next:hover, body.et-db #et-boc .sby_lb-nav a.sby_lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

body .sby_lb-nav span, body.et-db #et-boc .sby_lb-nav span {
	display: block;
	top: 55%;
	position: absolute;
	left: 20px;
	width: 34px;
	height: 45px;
	margin: -25px 0 0 0;
	background: url("https://cdn-ilakhlh.nitrocdn.com/oCLFPBYbqaFbrUPoGOKnrZIxHYtpqFrL/assets/images/optimized/rev-6037810/foodserviceequipmentdepot.com/wp-content/plugins/feeds-for-youtube/img/sby-sprite.png") no-repeat;
}

body .sby_lb-nav span.nitro-lazy, body.et-db #et-boc .sby_lb-nav span.nitro-lazy {
	background-image: none !important;
}

body .sby_lb-nav a.sby_lb-prev span, body.et-db #et-boc .sby_lb-nav a.sby_lb-prev span {
	background-position: -53px 0;
}

body .sby_lb-nav a.sby_lb-next span, body.et-db #et-boc .sby_lb-nav a.sby_lb-next span {
	left: auto;
	right: 20px;
	background-position: -18px 0;
}

body .sby_lb-data .sby_lb-info, body.et-db #et-boc .sby_lb-data .sby_lb-info {
	width: 100%;
	float: left;
	clear: both;
}

body .sby_lb-data .sby_lb-number, body.et-db #et-boc .sby_lb-data .sby_lb-number {
	display: block;
	float: left;
	clear: both;
	padding: 5px 0 15px 0;
	font-size: 12px;
	color: #999;
}

body .sby_lb-data .sby_lb-close, body.et-db #et-boc .sby_lb-data .sby_lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url("https://cdn-ilakhlh.nitrocdn.com/oCLFPBYbqaFbrUPoGOKnrZIxHYtpqFrL/assets/images/optimized/rev-6037810/foodserviceequipmentdepot.com/wp-content/plugins/feeds-for-youtube/img/close.png") top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

body .sby_lb-data .sby_lb-close.nitro-lazy, body.et-db #et-boc .sby_lb-data .sby_lb-close.nitro-lazy {
	background-image: none !important;
}

body .sby_lb-data .sby_lb-close:hover, body.et-db #et-boc .sby_lb-data .sby_lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

body .sby_lb-nav, body.et-db #et-boc .sby_lb-nav {
	height: auto;
}

body .sby_lb-container, body.et-db #et-boc .sby_lb-container {
	padding: 0;
}

body .sby_lb-container iframe, body.et-db #et-boc .sby_lb-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

body #sby_lightbox .sby_lightbox_action, body.et-db #et-boc #sby_lightbox .sby_lightbox_action {
	float: left;
	position: relative;
	padding: 0 0 0 10px;
	margin: 5px 0 0 10px;
	border-left: 1px solid #666;
	font-size: 12px;
}

body #sby_lightbox .sby_lightbox_action a, body.et-db #et-boc #sby_lightbox .sby_lightbox_action a {
	display: block;
	float: left;
	color: #999;
	-webkit-text-decoration: none;
	text-decoration: none;
}

body #sby_lightbox .sby_lightbox_action a:focus, body #sby_lightbox .sby_lightbox_action a:hover, body.et-db #et-boc #sby_lightbox .sby_lightbox_action a:focus, body.et-db #et-boc #sby_lightbox .sby_lightbox_action a:hover {
	color: #fff;
}

body #sby_lightbox .sby_lightbox_action .fa, body #sby_lightbox .sby_lightbox_action svg, body.et-db #et-boc #sby_lightbox .sby_lightbox_action .fa, body.et-db #et-boc #sby_lightbox .sby_lightbox_action svg {
	margin-right: 5px;
}

body #sby_lightbox .sby_lightbox_action.sby_youtube .fa, body.et-db #et-boc #sby_lightbox .sby_lightbox_action.sby_youtube .fa {
	font-size: 13px;
}

body #sby_lightbox .sby_tooltip_social a svg, body.et-db #et-boc #sby_lightbox .sby_tooltip_social a svg {
	font-size: 19px;
	padding: 3px 4px;
	margin: auto;
}

body #sby_lightbox .sby_lightbox_tooltip, body.et-db #et-boc #sby_lightbox .sby_lightbox_tooltip {
	display: none;
	position: absolute;
	width: 100px;
	bottom: 22px;
	left: 0;
	padding: 5px 10px;
	margin: 0;
	background: rgba(255, 255, 255, .9);
	color: #222;
	font-size: 12px;
	line-height: 1.3;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body #sby_lightbox .sby_lightbox_tooltip .fa-play, body.et-db #et-boc #sby_lightbox .sby_lightbox_tooltip .fa-play {
	position: absolute;
	font-size: 8px;
	bottom: -6px;
	left: 36px;
	color: rgba(255, 255, 255, .9);
}

body #sby_lightbox .sby_tooltip_social a .fa, body.et-db #et-boc #sby_lightbox .sby_tooltip_social a .fa {
	font-size: 16px;
	margin: 0;
	padding: 5px;
}

body #sby_lightbox .sby_tooltip_social a#sby_facebook_icon .fa, body #sby_lightbox .sby_tooltip_social a#sby_pinterest_icon .fa, body #sby_lightbox .sby_tooltip_social a#sby_twitter_icon .fa, body.et-db #et-boc #sby_lightbox .sby_tooltip_social a#sby_facebook_icon .fa, body.et-db #et-boc #sby_lightbox .sby_tooltip_social a#sby_pinterest_icon .fa, body.et-db #et-boc #sby_lightbox .sby_tooltip_social a#sby_twitter_icon .fa {
	padding-top: 4px;
	font-size: 18px;
}

body #sby_lightbox .sby_gdpr_notice, body.et-db #et-boc #sby_lightbox .sby_gdpr_notice {
	z-index: 6;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -44px;
	margin-top: -44px;
	padding: 20px;
}

body #sby_lightbox .sby_gdpr_notice svg.svg-inline--fa:not(:root), body.et-db #et-boc #sby_lightbox .sby_gdpr_notice svg.svg-inline--fa:not(:root) {
	position: relative;
	display: block !important;
	height: 48px;
	width: 48px;
	opacity: .8;
}

body #sby_lightbox .sby_gdpr_notice:hover svg.svg-inline--fa:not(:root), body.et-db #et-boc #sby_lightbox .sby_gdpr_notice:hover svg.svg-inline--fa:not(:root) {
	opacity: 1;
}

body #sby_lightbox #sby_mod_box, body.et-db #et-boc #sby_lightbox #sby_mod_box {
	width: 280px;
	padding: 5px 10px 7px 10px;
}

body #sby_lightbox .sby_tooltip_social, body.et-db #et-boc #sby_lightbox .sby_tooltip_social {
	width: 172px;
	padding: 5px 5px 4px 5px;
}

body #sby_lightbox .sby_tooltip_social a, body.et-db #et-boc #sby_lightbox .sby_tooltip_social a {
	color: #333;
	border-radius: 4px;
}

body #sby_lightbox .sby_lightbox_action #sby_facebook_icon:hover, body.et-db #et-boc #sby_lightbox .sby_lightbox_action #sby_facebook_icon:hover {
	background: #3b5998;
}

body #sby_lightbox .sby_lightbox_action #sby_twitter_icon:hover, body.et-db #et-boc #sby_lightbox .sby_lightbox_action #sby_twitter_icon:hover {
	background: #00aced;
}

body #sby_lightbox .sby_lightbox_action #sby_google_icon:hover, body.et-db #et-boc #sby_lightbox .sby_lightbox_action #sby_google_icon:hover {
	background: #dd4b39;
}

body #sby_lightbox .sby_lightbox_action #sby_linkedin_icon:hover, body.et-db #et-boc #sby_lightbox .sby_lightbox_action #sby_linkedin_icon:hover {
	background: #007bb6;
}

body #sby_lightbox .sby_lightbox_action #sby_pinterest_icon:hover, body.et-db #et-boc #sby_lightbox .sby_lightbox_action #sby_pinterest_icon:hover {
	background: #cb2027;
}

body #sby_lightbox .sby_lightbox_action #sby_email_icon:hover, body.et-db #et-boc #sby_lightbox .sby_lightbox_action #sby_email_icon:hover {
	background: #333;
}

body .sby_lb-dataContainer, body .sby_lb-outerContainer, body.et-db #et-boc .sby_lb-dataContainer, body.et-db #et-boc .sby_lb-outerContainer {
	min-width: 450px;
}

@media (max-width:450px) {
	body .sby_lb-dataContainer, body .sby_lb-outerContainer, body.et-db #et-boc .sby_lb-dataContainer, body.et-db #et-boc .sby_lb-outerContainer {
		min-width: 0;
	}
}

body .sby_lightbox .sby_lb-image, body.et-db #et-boc .sby_lightbox .sby_lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	margin: 0 auto;
	border-radius: 0;
}

body #sby_mod_error, body.et-db #et-boc #sby_mod_error {
	display: none;
	border: 1px solid #ddd;
	background: #eee;
	color: #333;
	margin: 10px 0 0;
	padding: 10px 15px;
	font-size: 13px;
	text-align: center;
	clear: both;
	margin-bottom: 10px;
	border-radius: 4px;
}

body #sby_mod_error p, body.et-db #et-boc #sby_mod_error p {
	padding: 5px 0 !important;
	margin: 0 !important;
	line-height: 1.3 !important;
}

body #sby_mod_error ol, body #sby_mod_error ul, body.et-db #et-boc #sby_mod_error ol, body.et-db #et-boc #sby_mod_error ul {
	padding: 5px 0 5px 20px !important;
	margin: 0 !important;
}

body #sby_mod_error li, body.et-db #et-boc #sby_mod_error li {
	padding: 1px 0 !important;
	margin: 0 !important;
}

body #sby_mod_error span, body.et-db #et-boc #sby_mod_error span {
	font-size: 12px;
}

body .sb_youtube[id^=sb_youtube_] svg.svg-inline--fa:not(:root), body .sb_youtube_lightbox[id^=sb_youtube_] svg.svg-inline--fa:not(:root), body.et-db #et-boc .sb_youtube[id^=sb_youtube_] svg.svg-inline--fa:not(:root), body.et-db #et-boc .sb_youtube_lightbox[id^=sb_youtube_] svg.svg-inline--fa:not(:root) {
	-webkit-box-sizing: content-box;
	-webkit-box-sizing: initial;
	box-sizing: content-box;
	box-sizing: initial;
	overflow: visible;
	width: 1em;
}

body .sb_youtube[id^=sb_youtube_] .svg-inline--fa.fa-w-16, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .svg-inline--fa.fa-w-16, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .svg-inline--fa.fa-w-16 {
	width: 16px;
}

body .sb_youtube[id^=sb_youtube_] .svg-inline--fa, body .sb_youtube_lightbox[id^=sb_youtube_] .svg-inline--fa, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .svg-inline--fa, body.et-db #et-boc .sb_youtube_lightbox[id^=sb_youtube_] .svg-inline--fa {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -.125em;
}

body .sb_youtube.sby_player_loaded.sby_layout_list[id^=sb_youtube_] .sby_video_thumbnail, body .sb_youtube.sby_player_loaded[id^=sb_youtube_] .sby_player_outer_wrap .sby_video_thumbnail, body.et-db #et-boc .sb_youtube.sby_player_loaded.sby_layout_list[id^=sb_youtube_] .sby_video_thumbnail, body.et-db #et-boc .sb_youtube.sby_player_loaded[id^=sb_youtube_] .sby_player_outer_wrap .sby_video_thumbnail {
	z-index: -1 !important;
}

body a.sby_video_thumbnail:after, body.et-db #et-boc a.sby_video_thumbnail:after {
	-webkit-box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, .7);
	box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, .7);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 100%;
}

body .sb_youtube[id^=sb_youtube_] .sby_info p, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_info p {
	width: 100%;
	clear: both;
	padding: 5px 5px 2px 5px !important;
	margin: 0;
	line-height: 1.2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body #sby_lightbox .sby_video_title, body .sb_youtube[id^=sb_youtube_] .sby_caption, body .sb_youtube[id^=sb_youtube_] .sby_date, body .sb_youtube[id^=sb_youtube_] .sby_ls_message, body .sb_youtube[id^=sb_youtube_] .sby_video_title, body.et-db #et-boc #sby_lightbox .sby_video_title, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_caption, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_date, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_ls_message, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_video_title {
	word-wrap: break-word;
	-ms-hyphens: auto;
	hyphens: auto;
}

body .sb_youtube[id^=sb_youtube_] .sby_caption_wrap, body .sb_youtube[id^=sb_youtube_] .sby_info>p, body .sb_youtube[id^=sb_youtube_] .sby_thumbnail_hover_inner>p, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_caption_wrap, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_info>p, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_thumbnail_hover_inner>p {
	padding: 0 !important;
	margin-top: 0;
	line-height: 1.3;
	font-size: 1em;
}

body .sb_youtube[id^=sb_youtube_] .sby_info .sby_video_title_wrap, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_info .sby_video_title_wrap {
	font-size: 1.2em;
}

body .sb_youtube[id^=sb_youtube_] .sby_ls_message_wrap, body .sb_youtube[id^=sb_youtube_] .sby_thumbnail_hover_inner .sby_ls_message_wrap, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_ls_message_wrap, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_thumbnail_hover_inner .sby_ls_message_wrap {
	display: block;
	line-height: 1;
}

body .sb_youtube[id^=sb_youtube_] .sby_ls_message, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_ls_message {
	display: inline-block;
	padding: 3px 5px;
	background: #408bd1;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	border-radius: 5px;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

body .sb_youtube[id^=sb_youtube_] .sby_video_title, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_video_title {
	font-weight: 700;
}

body .sb_youtube[id^=sb_youtube_] .sby_info .sby_ls_message_wrap, body .sb_youtube[id^=sb_youtube_] .sby_info .sby_stats, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_info .sby_ls_message_wrap, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_info .sby_stats {
	margin-bottom: 8px;
}

body .sb_youtube[id^=sb_youtube_] .sby_meta>span+span:before, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_meta>span+span:before {
	content: "•";
	margin: 0 4px;
}

body .sb_youtube[id^=sb_youtube_] .sby_meta span, body .sb_youtube[id^=sb_youtube_] .sby_stats span, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_meta span, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_stats span {
	font-size: 1em;
}

body .sb_youtube.sby_col_1[id^=sb_youtube_] .sby_meta span, body .sb_youtube.sby_col_1[id^=sb_youtube_] .sby_stats span, body .sb_youtube.sby_col_2[id^=sb_youtube_] .sby_meta span, body .sb_youtube.sby_col_2[id^=sb_youtube_] .sby_stats span, body .sb_youtube.sby_col_3[id^=sb_youtube_] .sby_meta span, body .sb_youtube.sby_col_3[id^=sb_youtube_] .sby_stats span, body.et-db #et-boc .sb_youtube.sby_col_1[id^=sb_youtube_] .sby_meta span, body.et-db #et-boc .sb_youtube.sby_col_1[id^=sb_youtube_] .sby_stats span, body.et-db #et-boc .sb_youtube.sby_col_2[id^=sb_youtube_] .sby_meta span, body.et-db #et-boc .sb_youtube.sby_col_2[id^=sb_youtube_] .sby_stats span, body.et-db #et-boc .sb_youtube.sby_col_3[id^=sb_youtube_] .sby_meta span, body.et-db #et-boc .sb_youtube.sby_col_3[id^=sb_youtube_] .sby_stats span {
	white-space: nowrap;
}

body .sb_youtube[id^=sb_youtube_] .sby_stats>span, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_stats>span {
	margin-right: 8px;
}

body .sb_youtube[id^=sb_youtube_] .sby_info, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_info {
	width: 100%;
	margin: 16px 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	clear: both;
	-webkit-text-decoration: none;
	text-decoration: none;
	opacity: .9;
	text-align: center;
}

body .sb_youtube[id^=sb_youtube_] .sby_no_space, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_no_space {
	margin: 0;
	padding: 0;
}

body .sb_youtube[id^=sb_youtube_] .sby_item_caption_wrap, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_item_caption_wrap {
	opacity: .9;
	text-align: center;
}

body .sb_youtube[id^=sb_youtube_] .sby_video_thumbnail:hover .sby_play_btn, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_video_thumbnail:hover .sby_play_btn {
	opacity: .5;
}

body .sb_youtube[id^=sb_youtube_] .sby_play_btn, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_play_btn {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 50%;
	top: 50%;
	right: 50%;
	margin-top: -25px;
	margin-left: -28px;
	color: #fff;
	width: 57px;
	height: 50px;
	opacity: 1;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
}

body .sb_youtube[id^=sb_youtube_] .sby_play_btn_bg, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_play_btn_bg {
	display: block;
	position: absolute;
	z-index: -1;
	top: 17px;
	left: 22px;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-bottom-width: 9px;
	border-top-width: 9px;
	border-left: 16px solid #fff;
}

body .sb_youtube[id^=sb_youtube_] .sby_play_btn svg.svg-inline--fa:not(:root), body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_play_btn svg.svg-inline--fa:not(:root) {
	width: 57px;
	height: auto;
	opacity: .75;
}

body .sb_youtube[id^=sb_youtube_] .sby_play_btn i, body .sb_youtube[id^=sb_youtube_] .sby_play_btn svg, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_play_btn i, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_play_btn svg {
	color: #000;
}

body .sb_youtube.sby_medium[id^=sb_youtube_] .sby_play_btn, body.et-db #et-boc .sb_youtube.sby_medium[id^=sb_youtube_] .sby_play_btn {
	margin-top: -20px;
	margin-left: -22px;
	width: 45px;
	height: 40px;
}

body .sb_youtube.sby_medium[id^=sb_youtube_] .sby_play_btn_bg, body.et-db #et-boc .sb_youtube.sby_medium[id^=sb_youtube_] .sby_play_btn_bg {
	top: 13px;
	left: 18px;
	border-bottom-width: 7px;
	border-top-width: 7px;
	border-left: 12px solid #fff;
}

body .sb_youtube.sby_medium[id^=sb_youtube_] .sby_play_btn svg.svg-inline--fa:not(:root), body.et-db #et-boc .sb_youtube.sby_medium[id^=sb_youtube_] .sby_play_btn svg.svg-inline--fa:not(:root) {
	width: 45px;
}

body .sb_youtube.sby_small[id^=sb_youtube_] .sby_play_btn, body.et-db #et-boc .sb_youtube.sby_small[id^=sb_youtube_] .sby_play_btn {
	margin-top: -16px;
	margin-left: -18px;
	width: 36px;
	height: 32px;
}

body .sb_youtube.sby_small[id^=sb_youtube_] .sby_play_btn_bg, body.et-db #et-boc .sb_youtube.sby_small[id^=sb_youtube_] .sby_play_btn_bg {
	top: 10px;
	left: 14px;
	border-bottom-width: 6px;
	border-top-width: 6px;
	border-left: 10px solid #fff;
}

body .sb_youtube.sby_small[id^=sb_youtube_] .sby_play_btn svg.svg-inline--fa:not(:root), body.et-db #et-boc .sb_youtube.sby_small[id^=sb_youtube_] .sby_play_btn svg.svg-inline--fa:not(:root) {
	width: 36px;
}

body .sby_layout_gallery[id^=sb_youtube_] .sby_player_outer_wrap .sby_play_btn, body.et-db #et-boc .sby_layout_gallery[id^=sb_youtube_] .sby_player_outer_wrap .sby_play_btn {
	z-index: 10;
}

body .sb_youtube[id^=sb_youtube_] .sby_meta .sby_loader, body .sb_youtube[id^=sb_youtube_] .sby_stats .sby_loader, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_meta .sby_loader, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_stats .sby_loader {
	position: relative;
	display: inline-block;
	left: auto;
	top: 5px;
}

body .sb_youtube[id^=sb_youtube_] .sby_stats .sby_loader, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_stats .sby_loader {
	margin-left: 0px;
}

@media (min-width:481px) {
	body .sb_youtube[id^=sb_youtube_] .sby_info_side .sby_item .sby_item_video_thumbnail_wrap, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_info_side .sby_item .sby_item_video_thumbnail_wrap {
		clear: none;
		width: 48%;
		margin-right: 2%;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sby_info_side .sby_item .sby_info, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_info_side .sby_item .sby_info {
		clear: none;
		margin-top: 0;
		width: 50%;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sby_info_side .sby_item .sby_info, body .sb_youtube[id^=sb_youtube_] .sby_info_side .sby_item .sby_item_caption_wrap, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_info_side .sby_item .sby_info, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_info_side .sby_item .sby_item_caption_wrap {
		text-align: left;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sby_info p, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_info p {
		padding: 0 !important;
	}
	
	body .sb_youtube[id^=sb_youtube_] .sby_info_side .sby_meta span, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_info_side .sby_meta span {
		margin-left: 0 !important;
	}
}

body #sby_lightbox .sby_thumbnail_hover_inner>span, body .sb_youtube[id^=sb_youtube_] .sby_thumbnail_hover_inner>span, body.et-db #et-boc #sby_lightbox .sby_thumbnail_hover_inner>span, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_thumbnail_hover_inner>span {
	display: block;
	line-height: 1.2;
	margin-bottom: 5px;
	text-align: center;
}

body .sby_cta_wrap, body.et-db #et-boc .sby_cta_wrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 57px;
	width: 100%;
	height: 160px;
	background: #000;
	margin: auto;
	z-index: 50;
	padding: 0;
	border-radius: 10px;
}

body .sby_cta_inner_wrap img, body.et-db #et-boc .sby_cta_inner_wrap img {
	display: block;
}

body .sby_cta_state_ended, body .sby_cta_state_paused, body.et-db #et-boc .sby_cta_state_ended, body.et-db #et-boc .sby_cta_state_paused {
	display: block;
}

body #sby_lightbox .sby_cta_item, body .sb_youtube[id^=sb_youtube_] .sby_cta_item, body.et-db #et-boc #sby_lightbox .sby_cta_item, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_cta_item {
	width: 50%;
	float: left;
	font-size: 13px;
}

body #sby_lightbox .sby_cta_cols_1 .sby_cta_item, body .sb_youtube[id^=sb_youtube_] .sby_cta_cols_1 .sby_cta_item, body.et-db #et-boc #sby_lightbox .sby_cta_cols_1 .sby_cta_item, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_cta_cols_1 .sby_cta_item {
	width: 100%;
}

body #sby_lightbox .sby_cta_item .sby_btn_wrap, body .sb_youtube[id^=sb_youtube_] .sby_cta_item .sby_btn_wrap, body.et-db #et-boc #sby_lightbox .sby_cta_item .sby_btn_wrap, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_cta_item .sby_btn_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

body #sby_lightbox .sby_cta_item .sby_btn, body .sb_youtube[id^=sb_youtube_] .sby_cta_item .sby_btn, body.et-db #et-boc #sby_lightbox .sby_cta_item .sby_btn, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_cta_item .sby_btn {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

@media (min-width:481px) {
	body .sby_cta_wrap, body.et-db #et-boc .sby_cta_wrap {
		padding: 12px 16px 16px;
		bottom: 49px;
	}
}

body .sb_youtube[id^=sb_youtube_] .sby_items_wrap.sby_carousel, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_items_wrap.sby_carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	direction: ltr;
	position: relative;
	z-index: 1;
}

body .sby_carousel .sby_info, body .sby_carousel .sby_owl2row-item, body.et-db #et-boc .sby_carousel .sby_info, body.et-db #et-boc .sby_carousel .sby_owl2row-item {
	display: none;
}

body .sby_carousel_2_row .sby_carousel .sby_item, body.et-db #et-boc .sby_carousel_2_row .sby_carousel .sby_item {
	width: 100% !important;
}

body .sby-owl-stage, body.et-db #et-boc .sby-owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

body .sby-owl-stage:after, body.et-db #et-boc .sby-owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

body .sby-owl-stage-outer, body.et-db #et-boc .sby-owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

body .sby-owl-item, body .sby-owl-wrapper, body.et-db #et-boc .sby-owl-item, body.et-db #et-boc .sby-owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

body .sby-owl-item, body.et-db #et-boc .sby-owl-item {
	position: relative;
	min-height: 1px;
	padding: 0 5px;
	padding: 0;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

body .sby-owl-item img, body.et-db #et-boc .sby-owl-item img {
	display: block;
	width: 100%;
}

body .sby-owl-dots.disabled, body .sby-owl-nav.disabled, body.et-db #et-boc .sby-owl-dots.disabled, body.et-db #et-boc .sby-owl-nav.disabled {
	display: none;
}

body .sby-owl-dot, body .sby-owl-nav .sby-owl-next, body .sby-owl-nav .sby-owl-prev, body.et-db #et-boc .sby-owl-dot, body.et-db #et-boc .sby-owl-nav .sby-owl-next, body.et-db #et-boc .sby-owl-nav .sby-owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body .sby-owl-carousel.sby-owl-loaded, body.et-db #et-boc .sby-owl-carousel.sby-owl-loaded {
	display: block;
}

body .sby-owl-carousel.sby-owl-loading, body.et-db #et-boc .sby-owl-carousel.sby-owl-loading {
	opacity: 0;
	display: block;
}

body .sby-owl-carousel.sby-owl-hidden, body.et-db #et-boc .sby-owl-carousel.sby-owl-hidden {
	opacity: 0;
}

body .sby-owl-carousel.sby-owl-refresh .sby-owl-item, body.et-db #et-boc .sby-owl-carousel.sby-owl-refresh .sby-owl-item {
	visibility: hidden;
}

body .sby-owl-carousel.sby-owl-drag .sby-owl-item, body.et-db #et-boc .sby-owl-carousel.sby-owl-drag .sby-owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body .sby-owl-carousel.sby-owl-grab, body.et-db #et-boc .sby-owl-carousel.sby-owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

body .sby-owl-carousel.sby-owl-rtl, body.et-db #et-boc .sby-owl-carousel.sby-owl-rtl {
	direction: rtl;
}

body .sby-owl-carousel.sby-owl-rtl .sby-owl-item, body.et-db #et-boc .sby-owl-carousel.sby-owl-rtl .sby-owl-item {
	float: right;
}

body .sby-owl-height, body.et-db #et-boc .sby-owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

body .sby-owl-item .sby-owl-lazy, body.et-db #et-boc .sby-owl-item .sby-owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

body .sby-owl-item img.sby-owl-lazy, body.et-db #et-boc .sby-owl-item img.sby-owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

body .sby-owl-video-wrapper, body.et-db #et-boc .sby-owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

body .sby-owl-video-play-icon, body.et-db #et-boc .sby-owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
}

body .sby-owl-video-play-icon:hover, body.et-db #et-boc .sby-owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

body .sby-owl-video-playing .sby-owl-video-play-icon, body .sby-owl-video-playing .sby-owl-video-tn, body.et-db #et-boc .sby-owl-video-playing .sby-owl-video-play-icon, body.et-db #et-boc .sby-owl-video-playing .sby-owl-video-tn {
	display: none;
}

body .sby-owl-video-tn, body.et-db #et-boc .sby-owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

body .sby-owl-video-frame, body.et-db #et-boc .sby-owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

body .sby-owl-nav, body.et-db #et-boc .sby-owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

body .sby-owl-nav, body.et-db #et-boc .sby-owl-nav {
	margin-top: 0;
}

body .sby-owl-nav .disabled, body.et-db #et-boc .sby-owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

body .sby-owl-nav.disabled+.sby-owl-dots, body.et-db #et-boc .sby-owl-nav.disabled+.sby-owl-dots {
	margin-top: 10px;
}

body .sby-owl-dots, body.et-db #et-boc .sby-owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	padding: 5px 0;
	margin-top: 5px;
}

body .sby-owl-dots .sby-owl-dot, body.et-db #et-boc .sby-owl-dots .sby-owl-dot {
	display: inline-block;
	zoom: 1;
}

body .sby-owl-dots .sby-owl-dot span, body.et-db #et-boc .sby-owl-dots .sby-owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: #333;
	filter: Alpha(Opacity=25);
	opacity: .25;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 100ms ease;
	transition: opacity 100ms ease;
	border-radius: 30px;
}

body .sby-owl-dots .sby-owl-dot.active span, body .sby-owl-dots .sby-owl-dot:hover span, body.et-db #et-boc .sby-owl-dots .sby-owl-dot.active span, body.et-db #et-boc .sby-owl-dots .sby-owl-dot:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}

body .sby-owl-item, body.et-db #et-boc .sby-owl-item {
	display: inline-block;
	vertical-align: top;
}

body .sby-owl-stage-outer, body.et-db #et-boc .sby-owl-stage-outer {
	overflow-x: hidden;
	overflow-y: hidden;
}

body .sby-owl-item>div, body.et-db #et-boc .sby-owl-item>div {
	width: 100% !important;
}

body .sby-post-links, body.et-db #et-boc .sby-post-links {
	max-width: 100%;
}

body .sby-owl-item, body.et-db #et-boc .sby-owl-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body .sby-owl-nav>div, body.et-db #et-boc .sby-owl-nav>div {
	position: absolute;
	top: 50%;
	font-size: 14px;
	display: inline-block;
	background: rgba(255, 255, 255, .3);
	padding: 6px 6px 6px 8px;
	border-radius: 50%;
	margin-top: -15px;
	color: #000;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
	-webkit-transition: all .5s;
	transition: all .5s;
}

body .sby_carousel:hover .sby-owl-nav>div, body.et-db #et-boc .sby_carousel:hover .sby-owl-nav>div {
	background: rgba(255, 255, 255, .5);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

body .sby_carousel:hover .sby-owl-nav>div:hover, body.et-db #et-boc .sby_carousel:hover .sby-owl-nav>div:hover {
	cursor: pointer;
	background: #fff;
}

body .sby-owl-nav .sby-owl-prev, body.et-db #et-boc .sby-owl-nav .sby-owl-prev {
	margin-left: 7px;
	padding: 6px 8px 6px 6px;
	left: 0;
}

body .sby-owl-nav .sby-owl-next, body.et-db #et-boc .sby-owl-nav .sby-owl-next {
	margin-right: 7px;
	right: 0;
}

body .sb_youtube[id^=sb_youtube_] .sby_carousel .sby-owl-nav .svg-inline--fa, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_carousel .sby-owl-nav .svg-inline--fa {
	height: 1.2em;
}

body .sb_youtube.sby_youtube_feed_single[id^=sb_youtube_] .sby_info, body.et-db #et-boc .sb_youtube.sby_youtube_feed_single[id^=sb_youtube_] .sby_info {
	text-align: left;
}

body #sby_sf_results_wrap:after, body.et-db #et-boc #sby_sf_results_wrap:after {
	display: table;
	content: "";
	clear: both;
}

body .sby_sf_results_wrap, body.et-db #et-boc .sby_sf_results_wrap {
	margin-top: 30px;
}

body .sby_sf_result, body.et-db #et-boc .sby_sf_result {
	float: left;
	margin-bottom: 30px;
}

@media (min-width:481px) {
	body .sby_sf_thumb_wrap, body.et-db #et-boc .sby_sf_thumb_wrap {
		float: left;
		width: 49%;
	}
	
	body .sby_sf_info_wrap, body.et-db #et-boc .sby_sf_info_wrap {
		float: left;
		width: 49%;
		margin-left: 2%;
	}
}

body .sby_sf_info_wrap h3, body.et-db #et-boc .sby_sf_info_wrap h3 {
	margin-top: 0;
	font-size: 20px;
}

body .sby_sf_info_wrap p, body.et-db #et-boc .sby_sf_info_wrap p {
	margin-top: 0;
	font-size: 1em;
}

body .sby_header_type_generic .sby_header_img, body.et-db #et-boc .sby_header_type_generic .sby_header_img {
	background: #333;
	color: #fff;
	width: 50px;
	height: 50px;
	position: relative;
}

body .sby_header_type_generic .sby_header_icon, body.et-db #et-boc .sby_header_type_generic .sby_header_icon {
	display: block;
	color: #fff;
	opacity: .9;
	-webkit-transition: background .6s linear, color .6s linear;
	transition: background .6s linear, color .6s linear;
}

body .sby_header_type_generic:hover .sby_header_icon, body.et-db #et-boc .sby_header_type_generic:hover .sby_header_icon {
	display: block;
	opacity: 1;
	-webkit-transition: background .2s linear, color .2s linear;
	transition: background .2s linear, color .2s linear;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_subscribers, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_subscribers {
	display: block;
	margin-left: 15px;
	font-size: 14px;
	line-height: 1.3;
	padding-top: 3px;
	vertical-align: top;
	position: relative;
}

body [data-preview-screen=mobile] .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_subscribers, body.et-db #et-boc [data-preview-screen=mobile] .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_subscribers {
	margin-left: 70px;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_subscribers:before, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_subscribers:before {
	content: "";
	position: absolute;
	left: -9px;
	top: 10px;
	width: 4px;
	height: 4px;
	background-color: #7e7272;
	border-radius: 100px;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header[data-header-subscriber=shown] .sby_has_bio h3:after, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header[data-header-subscriber=shown] .sby_has_bio h3:after {
	content: "•";
	margin: 0 6px;
}

body .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_no_bio .sby_subscribers, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sb_youtube_header .sby_no_bio .sby_subscribers {
	display: inline-block;
	clear: left;
	float: left;
	margin: 0 0 0 60px !important;
	padding-top: 0;
}

body .sb_youtube[id^=sb_youtube_] .sby-header-type-text, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby-header-type-text {
	font-size: 36px;
}

body .sb_youtube[id^=sb_youtube_] .sby-header-type-text[data-header-size=medium], body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby-header-type-text[data-header-size=medium] {
	font-size: 42px;
}

body .sb_youtube[id^=sb_youtube_] .sby-header-type-text[data-header-size=large], body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby-header-type-text[data-header-size=large] {
	font-size: 48px;
}

body #sby_blank.sby_item, body #sby_player_blank, body.et-db #et-boc #sby_blank.sby_item, body.et-db #et-boc #sby_player_blank {
	opacity: 0;
}

body iframe.sby_live_player, body.et-db #et-boc iframe.sby_live_player {
	height: 0 !important;
	width: 0 !important;
	visibility: hidden !important;
}

body .sb_youtube[id^=sb_youtube_] .sby_play_btn i, body .sb_youtube[id^=sb_youtube_] .sby_play_btn svg, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_play_btn i, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_play_btn svg {
	color: #000;
}

body .sb_youtube.sby_palette_light[id^=sb_youtube_], body.et-db #et-boc .sb_youtube.sby_palette_light[id^=sb_youtube_] {
	background: rgba(255, 255, 255, .75);
	padding-bottom: 10px;
}

body .sb_youtube.sby_palette_light[id^=sb_youtube_] .sb_youtube_header h3, body .sb_youtube.sby_palette_light[id^=sb_youtube_] .sby_meta span, body .sb_youtube.sby_palette_light[id^=sb_youtube_] .sby_video_title, body.et-db #et-boc .sb_youtube.sby_palette_light[id^=sb_youtube_] .sb_youtube_header h3, body.et-db #et-boc .sb_youtube.sby_palette_light[id^=sb_youtube_] .sby_meta span, body.et-db #et-boc .sb_youtube.sby_palette_light[id^=sb_youtube_] .sby_video_title {
	color: #444;
}

body .sb_youtube.sby_palette_light[id^=sb_youtube_] .sby_footer .sby_load_btn, body.et-db #et-boc .sb_youtube.sby_palette_light[id^=sb_youtube_] .sby_footer .sby_load_btn {
	background: rgba(49, 49, 49, 1);
}

body .sb_youtube.sby_palette_light[id^=sb_youtube_] .sby_follow_btn a, body.et-db #et-boc .sb_youtube.sby_palette_light[id^=sb_youtube_] .sby_follow_btn a {
	background: rgba(68, 138, 208, 1);
}

body .sb_youtube.sby_palette_dark[id^=sb_youtube_], body.et-db #et-boc .sb_youtube.sby_palette_dark[id^=sb_youtube_] {
	background: #20222c;
	padding: 10px;
}

body .sb_youtube.sby_palette_dark[id^=sb_youtube_] .sb_youtube_header .sby_header_text .sby_bio, body .sb_youtube.sby_palette_dark[id^=sb_youtube_] .sb_youtube_header .sby_subscribers, body .sb_youtube.sby_palette_dark[id^=sb_youtube_] .sb_youtube_header h3, body .sb_youtube.sby_palette_dark[id^=sb_youtube_] .sb_youtube_header.sby-header-type-text span, body .sb_youtube.sby_palette_dark[id^=sb_youtube_] .sby_meta span, body .sb_youtube.sby_palette_dark[id^=sb_youtube_] .sby_video_title, body.et-db #et-boc .sb_youtube.sby_palette_dark[id^=sb_youtube_] .sb_youtube_header .sby_header_text .sby_bio, body.et-db #et-boc .sb_youtube.sby_palette_dark[id^=sb_youtube_] .sb_youtube_header .sby_subscribers, body.et-db #et-boc .sb_youtube.sby_palette_dark[id^=sb_youtube_] .sb_youtube_header h3, body.et-db #et-boc .sb_youtube.sby_palette_dark[id^=sb_youtube_] .sb_youtube_header.sby-header-type-text span, body.et-db #et-boc .sb_youtube.sby_palette_dark[id^=sb_youtube_] .sby_meta span, body.et-db #et-boc .sb_youtube.sby_palette_dark[id^=sb_youtube_] .sby_video_title {
	color: #fff;
}

body .sb_youtube.sby_palette_dark[id^=sb_youtube_] .sby_footer .sby_load_btn, body.et-db #et-boc .sb_youtube.sby_palette_dark[id^=sb_youtube_] .sby_footer .sby_load_btn {
	background: rgba(255, 255, 255, .2);
}

body .sb_youtube.sby_palette_dark[id^=sb_youtube_] .sby_follow_btn a, body.et-db #et-boc .sb_youtube.sby_palette_dark[id^=sb_youtube_] .sby_follow_btn a {
	background: #0096cc;
}

body .sb_youtube[id^=sb_youtube_][data-videocardlayout=horizontal] .sby_items_wrap .sby_inner_item, body.et-db #et-boc .sb_youtube[id^=sb_youtube_][data-videocardlayout=horizontal] .sby_items_wrap .sby_inner_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

body .sb_youtube[id^=sb_youtube_][data-videocardlayout=horizontal] .sby_info, body.et-db #et-boc .sb_youtube[id^=sb_youtube_][data-videocardlayout=horizontal] .sby_info {
	margin-top: 0;
	padding: 10px 20px;
}

body .sby-player-info, body.et-db #et-boc .sby-player-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

body .sby-player-info .sby-channel-info-bar, body.et-db #et-boc .sby-player-info .sby-channel-info-bar {
	background: rgba(0, 0, 0, .05);
	width: 100%;
	padding: 8px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	border-radius: 4px;
	margin: 8px 4px 0;
}

body .sby_layout_list .sby-player-info .sby-channel-info-bar, body.et-db #et-boc .sby_layout_list .sby-player-info .sby-channel-info-bar {
	margin: 8px 0px 12px;
}

body .sby-player-info .sby-channel-info-bar .sby-avatar, body.et-db #et-boc .sby-player-info .sby-channel-info-bar .sby-avatar {
	width: 24px;
	height: 24px;
	margin-right: 2px;
}

body .sby-player-info .sby-channel-info-bar .sby-avatar img, body.et-db #et-boc .sby-player-info .sby-channel-info-bar .sby-avatar img {
	border-radius: 20px;
	width: 100%;
	height: 100%;
	vertical-align: inherit;
}

body .sby-player-info .sby-channel-info-bar .sby-channel-name, body.et-db #et-boc .sby-player-info .sby-channel-info-bar .sby-channel-name {
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: .02em;
	color: #141b38;
}

body .sby-player-info .sby-channel-info-bar .sby-channel-subscriber-count, body.et-db #et-boc .sby-player-info .sby-channel-info-bar .sby-channel-subscriber-count {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #434960;
}

body .sby-player-info .sby-channel-info-bar .sby-channel-subscribe-btn, body.et-db #et-boc .sby-player-info .sby-channel-info-bar .sby-channel-subscribe-btn {
	margin-left: 10px;
}

body .sby-player-info .sby-channel-info-bar .sby-channel-subscribe-btn a, body.et-db #et-boc .sby-player-info .sby-channel-info-bar .sby-channel-subscribe-btn a {
	border: none;
	color: #fff;
	-webkit-text-decoration: none;
	text-decoration: none;
	background: #ed4944;
	-webkit-box-shadow: 0px 2px 5px rgba(60, 66, 87, .12), 0px 1px 1px rgba(0, 0, 0, .08), inset 0px -1px 1px rgba(0, 0, 0, .12);
	box-shadow: 0px 2px 5px rgba(60, 66, 87, .12), 0px 1px 1px rgba(0, 0, 0, .08), inset 0px -1px 1px rgba(0, 0, 0, .12);
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 6px 8px;
	gap: 4px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 12px;
	line-height: 160%;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

body .sby-player-info .sby-channel-info-bar .sby-channel-subscribe-btn a:focus, body .sby-player-info .sby-channel-info-bar .sby-channel-subscribe-btn a:hover, body.et-db #et-boc .sby-player-info .sby-channel-info-bar .sby-channel-subscribe-btn a:focus, body.et-db #et-boc .sby-player-info .sby-channel-info-bar .sby-channel-subscribe-btn a:hover {
	-webkit-filter: brightness(93%);
	filter: brightness(93%);
}

body .sby-player-info .sby-video-header-info, body.et-db #et-boc .sby-player-info .sby-video-header-info {
	position: relative;
	width: 100%;
	margin-top: 16px;
}

body .sby-player-info .sby-video-header-info h5, body.et-db #et-boc .sby-player-info .sby-video-header-info h5 {
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
	color: #000;
	margin: 2px 0 0 0;
}

body .sby-player-info .sby-video-header-info .sby-video-header-meta, body.et-db #et-boc .sby-player-info .sby-video-header-info .sby-video-header-meta {
	font-weight: 400;
	font-size: 11px;
	line-height: 160%;
	color: #434960;
}

body .sby-player-info .sby-video-header-info .sby-video-header-meta span:last-child, body.et-db #et-boc .sby-player-info .sby-video-header-info .sby-video-header-meta span:last-child {
	position: relative;
	margin-left: 9px;
}

body .sby-player-info .sby-video-header-info .sby-video-header-meta span:last-child:after, body.et-db #et-boc .sby-player-info .sby-video-header-info .sby-video-header-meta span:last-child:after {
	content: "";
	width: 2px;
	height: 2px;
	position: absolute;
	left: -7px;
	background-color: #434960;
	top: 6px;
}

body .sby_layout_list .sby_items_wrap .sby_item .sby_info .sby-player-info, body.et-db #et-boc .sby_layout_list .sby_items_wrap .sby_item .sby_info .sby-player-info {
	margin-top: -10px;
}

.elementor .sby-feed-block-cta, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta {
	width: 100%;
	border: 1px solid #e8e8eb;
	border-radius: 2px;
	position: relative;
	text-align: center;
}

.elementor .sby-feed-block-cta-img-ctn, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-img-ctn {
	width: 100%;
	position: relative;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 30px;
}

.elementor .sby-feed-block-cta-img, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-img {
	width: 65px;
	height: 65px;
	position: relative;
	border: 2px solid #dcdde1;
	border-radius: 16px;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor .sby-feed-block-cta-img span svg, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-img span svg {
	float: left;
}

.elementor .sby-feed-block-cta-img>*, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-img>* {
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
}

.elementor .sby-feed-block-cta-logo, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-logo {
	position: absolute;
	right: -15px;
	bottom: -19px;
	z-index: 1;
}

.elementor .sby-feed-block-cta-heading, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-heading {
	display: block;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin: 0 auto;
	width: 100%;
	max-width: 375px;
	font-weight: 600;
	line-height: 25.2px;
	margin-bottom: 16px;
}

.elementor .sby-feed-block-cta-btn, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-btn {
	display: block;
	max-width: 214px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 600;
	line-height: 22.4px;
	text-align: center;
	background: #0068a0;
	border-radius: 2px;
	padding: 8px 20px 8px 38px;
	cursor: pointer;
	color: #fff !important;
	position: relative;
}

.elementor .sby-feed-block-cta-btn:after, .elementor .sby-feed-block-cta-btn:before, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-btn:after, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-btn:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 12px;
	background: #fff;
	left: 20px;
	top: 14px;
}

.elementor .sby-feed-block-cta-btn:after, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-btn:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.elementor .sby-feed-block-cta-desc, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	background: #f9f9fa;
	border-top: 1px solid #e8e8eb;
	margin-top: 35px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.elementor .sby-feed-block-cta-desc a, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-desc a {
	color: #434960;
	-webkit-text-decoration: underline !important;
	text-decoration: underline !important;
}

.elementor .sby-feed-block-cta-desc .sb-elementor-link, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-desc .sb-elementor-link {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.elementor .sby-feed-block-cta-desc strong, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-desc strong {
	color: #141b38;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
}

.elementor .sby-feed-block-cta-desc span, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-desc span {
	color: #434960;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0 20%;
}

.elementor .sby-feed-block-cta-selector, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-selector {
	width: 100%;
	max-width: 384px;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	margin-bottom: 40px;
}

.elementor .sby-feed-block-cta-feedselector, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-feedselector {
	background-color: #fff;
	border: 1px solid rgba(30, 30, 30, .8);
	padding: 8px 16px 8px 16px;
	margin-bottom: 15px;
	width: 100%;
}

.elementor .sby-feed-block-create-with, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-create-with {
	font-size: 14px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: center;
}

.elementor .sby-feed-block-create-with a, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-create-with a {
	color: #0068a0;
}

.elementor .sby-feed-block-cta-selector span, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-selector span {
	color: #2c324c;
}

.elementor .sby-feed-block-cta-selector span a, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-selector span a {
	text-transform: capitalize;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	font-weight: 600;
}

.elementor .sby-feed-block-cta-selector span a:after, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-selector span a:after {
	color: #2c324c;
	margin-left: 2px;
	font-weight: 400;
	text-decoration-color: #fff;
}

.elementor .sby-feed-block-cta-selector span a:first-of-type:after, .elementor .sby-feed-block-cta-selector span a:nth-child(2):after, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-selector span a:first-of-type:after, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-selector span a:nth-child(2):after {
	content: ",";
}

.elementor .sby-feed-block-cta-selector span a:nth-of-type(4):after, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-selector span a:nth-of-type(4):after {
	content: "or";
}

.elementor .sby-feed-block-cta-selector span a:nth-of-type(4):after, .et-db #et-boc #et-fb-app .et_pb_module.sb_youtube_feed .sby-feed-block-cta-selector span a:nth-of-type(4):after {
	margin-left: 5px;
	margin-right: 2px;
}

.sby-frontend-license-notice {
	position: fixed;
	right: 20px;
	bottom: 30px;
	width: 298px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, .15), 0px 13.3px 19.32px rgba(0, 0, 0, .1), 0px 0px 37.29px rgba(0, 0, 0, .05);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, .15), 0px 13.3px 19.32px rgba(0, 0, 0, .1), 0px 0px 37.29px rgba(0, 0, 0, .05);
	border-radius: 4px;
	z-index: 9;
}

.sby-frontend-license-notice .sby-fln-header {
	height: 26px;
	padding: 5px 8px 0px 12px;
	background: #fceded;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sby-frontend-license-notice .sby-fln-header span.sb-text {
	font-weight: 600;
	font-size: 11px;
	line-height: 160%;
	color: #841919;
}

.sby-frontend-license-notice .sby-fln-header span.sb-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sby-frontend-license-notice .sby-fln-header .sb-close {
	cursor: pointer;
}

.sby-frontend-license-notice .sby-fln-header .sb-close svg {
	-webkit-transform: translate(1px, -8px);
	transform: translate(1px, -8px);
}

.sby-frontend-license-notice .sby-fln-header svg {
	margin-right: 6px;
}

.sby-frontend-license-notice .sby-fln-header svg path {
	fill: #841919;
}

.sby-frontend-license-notice .sby-fln-body {
	padding: 9px 12px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 58px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sby-frontend-license-notice .sby-fln-body>svg {
	height: 36px;
	width: 44px;
	margin-right: 11px;
}

.sby-frontend-license-notice .sby-fln-body .sby-fln-expired-text p {
	font-weight: 600;
	font-size: 12px;
	line-height: 160%;
	color: #141b38;
	margin: 0;
}

.sby-frontend-license-notice .sby-fln-body .sby-fln-expired-text p a {
	margin-left: 5px;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-underline-offset: 1px;
	color: #af2121;
}

.sby-frontend-license-notice.sby-ce-license-inactive .sby-fln-body .sby-fln-expired-text p a {
	color: #0068a0;
}

.sby-frontend-license-notice.sby-ce-license-inactive .sby-fln-body .sby-fln-expired-text p svg path {
	fill: #0068a0;
}

.sby-frontend-license-notice .sby-fln-body .sby-fln-expired-text svg {
	display: inline-block;
	-webkit-transform: translate(3px, 1px);
	transform: translate(3px, 1px);
	width: 6px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.sby-frontend-license-notice .sby-fln-body .sby-fln-expired-text svg path {
	fill: #af2121;
}

.sby-frontend-license-notice .sby-fln-body .sby-fln-expired-text a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.sby-frontend-license-notice .sby-fln-body .sby-fln-expired-text a:hover svg {
	-webkit-transform: translate(1px, 1px);
	transform: translate(1px, 1px);
}

.sby-frontend-license-notice[data-license-state=inactive] .sby-fln-body .sby-fln-expired-text p a {
	color: #0068a0;
}

.sby-frontend-license-notice[data-license-state=inactive] .sby-fln-body .sby-fln-expired-text svg path {
	fill: #0068a0;
}

.sby-license-expired-plain-block-wrapper {
	border: 1px solid #1e1e1e;
	border-radius: 2px;
}

.sby-license-expired-plain-block-wrapper p {
	margin: 0;
}

.sby-license-expired-plain-block-wrapper .sby-lepb-header {
	background: #fceded;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sby-license-expired-plain-block-wrapper.inactive .sby-lepb-header {
	background: #f9f9fa;
}

.sby-license-expired-plain-block-wrapper .sby-lepb-header .sb-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sby-license-expired-plain-block-wrapper .sby-lepb-header .sb-left svg {
	margin-right: 8px;
}

.sby-license-expired-plain-block-wrapper .sby-lepb-header .sb-left svg path {
	fill: #841919;
}

.sby-license-expired-plain-block-wrapper .sby-lepb-header .sb-left p {
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
	color: #841919;
}

.sby-license-expired-plain-block-wrapper .sby-lepb-header .sb-right a {
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
	color: #841919;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.sby-license-expired-plain-block-wrapper .sby-lepb-header .sb-right a svg {
	-webkit-transform: translate(6px, 0px);
	transform: translate(6px, 0px);
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.sby-license-expired-plain-block-wrapper .sby-lepb-header .sb-right a:hover svg {
	-webkit-transform: translate(3px, 0px);
	transform: translate(3px, 0px);
}

.sby-license-expired-plain-block-wrapper .sby-lepb-header .sb-right a svg path {
	fill: #841919;
}

.sby-license-expired-plain-block-wrapper.inactive .sby-lepb-header .sb-left p {
	color: #2c324c;
}

.sby-license-expired-plain-block-wrapper.inactive .sby-lepb-header .sb-right a {
	color: #0068a0;
}

.sby-license-expired-plain-block-wrapper.inactive .sby-lepb-header .sb-left svg path {
	fill: #2c324c;
}

.sby-license-expired-plain-block-wrapper.inactive .sby-lepb-header .sb-right a svg path {
	fill: #0068a0;
}

.sby-license-expired-plain-block-wrapper .sby-lepb-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 305px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 8px 45px;
	background-color: #fff;
}

.sby-license-expired-plain-block-wrapper .sby-lepb-body .sby-block-body-title {
	margin-top: 15px;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	color: #1e1e1e;
}

.sby-license-expired-plain-block-wrapper .sby-lepb-body a {
	padding: 8px 12px 8px 20px;
	width: 226px;
	height: 38px;
	background: #0068a0;
	border-radius: 2px;
	-webkit-text-decoration: none;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 29px;
}

.sby-license-expired-plain-block-wrapper .sby-lepb-body a svg {
	-webkit-transform: translate(10px, 0px);
	transform: translate(10px, 0px);
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.sby-license-expired-plain-block-wrapper .sby-lepb-body a:hover svg {
	-webkit-transform: translate(6px, 0px);
	transform: translate(6px, 0px);
}

.sby-license-expired-plain-block-wrapper .sby-lepb-body a svg path {
	fill: #fff;
}

.sby-license-expired-plain-block-wrapper .sby-lepd-footer {
	border-top: 1px solid #e6e6eb;
	background: #f9f9fa;
	padding: 12px 20px 16px;
	text-align: center;
}

.sby-license-expired-plain-block-wrapper .sby-lepd-footer .sby-lepd-footer-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	color: #141b38;
}

.sby-license-expired-plain-block-wrapper .sby-lepd-footer p {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #434960;
}

.sby-license-expired-plain-block-wrapper .sby-lepd-footer p a {
	color: #434960;
	text-underline-offset: 2px;
}

.sby-block-license-expired-notice-ctn {
	background: #fff;
	border: 1px solid #e8e8eb;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .05), 0px 4px 5px rgba(0, 0, 0, .05);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .05), 0px 4px 5px rgba(0, 0, 0, .05);
}

.sby-block-license-expired-notice-ctn .sby-blen-header {
	padding: 4px 12px;
	height: 27px;
	background: #fceded;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sby-block-license-expired-notice-ctn .sby-blen-header svg path {
	fill: #841919;
}

.sby-block-license-expired-notice-ctn .sby-blen-header span {
	font-weight: 600;
	font-size: 12px;
	line-height: 160%;
	color: #841919;
	margin-left: 8px;
}

.sby-block-license-expired-notice-ctn .sby-blen-resolve {
	padding: 6px 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
	color: #591111;
}

.sby-block-license-expired-notice-ctn .sby-blen-resolve span {
	margin-left: 8px;
}

.sby-block-license-expired-notice-ctn.sby-bln-license-state-inactive .sby-blen-resolve span {
	color: #141b38;
}

.sby-block-license-expired-notice-ctn .sby-blen-resolve a {
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
	color: #d72c2c;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.sby-block-license-expired-notice-ctn .sby-blen-resolve .sby-right svg {
	margin-left: 6px;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.sby-block-license-expired-notice-ctn .sby-blen-resolve .sby-right:hover svg {
	margin-left: 3px;
}

.sby-block-license-expired-notice-ctn .sby-blen-resolve .sby-right svg path {
	fill: #d72c2c;
}

.sby-block-license-expired-notice-ctn.sby-bln-license-state-inactive .sby-blen-resolve a {
	color: #0068a0;
}

.sby-block-license-expired-notice-ctn.sby-bln-license-state-inactive .sby-blen-resolve .sby-right svg path {
	fill: #0068a0;
}

.sby_lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.sby_lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.sby_lb-data {
	padding: 0 4px;
	color: #ccc;
}

.sby_lb-data .sby_lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1;
}

.sby_lb-data .sby_lb-caption {
	float: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.3;
	padding-bottom: 3px;
	color: #ccc;
	word-wrap: break-word;
	-ms-hyphens: auto;
	hyphens: auto;
}

.sby_lb-data .sby_lb-caption .ctf-screename-sep, .sby_lb-data .sby_lb-caption a {
	color: #ccc;
	font-weight: bold;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.sby_lb-data .sby_lb-caption a:hover {
	color: #fff;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.sby_lb-data .sby_lb-caption .sby_lightbox_username {
	float: left;
	width: 100%;
	color: #ccc;
	padding-bottom: 0;
	display: block;
	margin: 0 0 5px 0;
}

.sby_lb-data .sby_lb-caption .sby_lightbox_username {
	color: #ccc;
}

.sby_lb-data .sby_lb-caption .sby_lightbox_username:hover p {
	color: #fff;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.sby_lightbox .sby_lightbox_username img {
	float: left;
	border: none;
	width: 48px;
	height: 48px;
	margin-right: 10px;
	background: #666;
	border-radius: 5px;
}

.sby_lightbox_username p {
	float: left;
	margin: 0;
	padding: 0;
	color: #ccc;
	line-height: 32px;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

.sby_lb-data .ctf-caption-text {
	width: 100%;
	margin-left: 58px;
	padding-top: 3px;
}

.sby_lb-data .sby_lb-caption .ctf-author-screenname, .sby_lb-data .sby_lb-caption .ctf-tweet-date {
	font-weight: normal;
}

.sby_lb-data .sby_lb-info {
	width: 100%;
	float: left;
	clear: both;
}

.sby_lb-data .sby_lb-number {
	display: block;
	float: left;
	clear: both;
	padding: 5px 0 15px 0;
	font-size: 12px;
	color: #999;
}

.sby_lb-data .sby_lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url("https://cdn-ilakhlh.nitrocdn.com/oCLFPBYbqaFbrUPoGOKnrZIxHYtpqFrL/assets/images/optimized/rev-6037810/foodserviceequipmentdepot.com/wp-content/plugins/feeds-for-youtube/img/close.png") top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.sby_lb-data .sby_lb-close.nitro-lazy {
	background-image: none !important;
}

.sby_lb-data .sby_lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/*! elementor - v3.30.0 - 01-07-2025 */
.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);
}

: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(.215, .61, .355, 1);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}

/*! elementor - v3.30.0 - 01-07-2025 */
.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.30.0 - 01-07-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, left);
}

.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 - v3.30.0 - 01-07-2025 */
.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 - v3.30.0 - 01-07-2025 */
.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-top: 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-top: 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.30.0 - 01-07-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 {
	bottom: 0;
	left: 0;
	right: 0;
	top: 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-left: auto;
	margin-right: 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);
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	opacity: 0;
	overflow: hidden;
	padding: 15px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	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 {
	left: 50%;
	margin: inherit;
	position: absolute;
	top: 50%;
	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-6037810/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: .618em .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;
	width: initial !important;
	z-index: 90;
	border-left: 1px solid #ddd !important;
	border-right: 0 !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: #99f;
	padding: .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: #99f;
	padding: 0 .5em;
	border: 0px solid black;
}

.berocket_show_compare_toolbar .fa {
	vertical-align: middle;
	font-size: 24px;
	line-height: 30px;
	padding-left: .5em;
}

.berocket_compare_widget_toolbar {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: white;
	z-index: 2100;
	display: none;
	padding: .5em;
	border-top: 1px solid #999;
	max-height: 90%;
	overflow: auto;
}

.berocket_compare_widget_toolbar .berocket_compare_widget ul {
	margin-bottom: .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 .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: .1em .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: .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: #fff;
	opacity: .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: .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;
	border: 0 !important;
	color: #fff;
	opacity: .7;
	text-decoration: none !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;
}

[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;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ywraq-quote-icon-more_horizontal:before {
	content: "";
	color: #000;
}

.ywraq-quote-icon-icon_quote:before {
	content: "";
	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;
	position: relative;
	padding-left: 2em;
	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 rgba(0, 0, 0, 15%);
	right: 0;
	padding: 15px;
	background: var(--proteo-header_bg_color, #fff);
	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: .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 rgba(0, 0, 0, 15%);
	right: 0;
	padding: 15px;
	background: var(--proteo-header_bg_color, #fff);
	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: .8rem;
	}
	
	.ywraq_responsive .product-name span {
		font-weight: normal;
		color: #a7a7a7;
		font-size: .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%;
	width: 100%;
	height: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	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: #404040;
}

.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("https://cdn-ilakhlh.nitrocdn.com/oCLFPBYbqaFbrUPoGOKnrZIxHYtpqFrL/assets/images/source/rev-6037810/foodserviceequipmentdepot.com/wp-content/plugins/yith-woocommerce-request-a-quote-premium/assets/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);
}

.theme-yith-proteo .entry-title-icon.nitro-lazy {
	background-image: none !important;
}

.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%;
	width: 130px;
	background: url("https://cdn-ilakhlh.nitrocdn.com/oCLFPBYbqaFbrUPoGOKnrZIxHYtpqFrL/assets/images/source/rev-6037810/foodserviceequipmentdepot.com/wp-content/plugins/yith-woocommerce-request-a-quote-premium/assets/icons/empty-quote.svg") no-repeat center center;
	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);
}

.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: .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-radio-label.ui-checkboxradio-checked .ui-icon.nitro-lazy, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon.nitro-lazy {
	background-image: none !important;
}

.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.nitro-lazy {
	background-image: none !important;
}

.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 #ddd;
	background: #fff;
	color: #333;
}

.ywraq-quote-on-cart .ui-widget-header {
	border: 1px solid #fff;
	background: #fff;
	color: #333;
	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("https://cdn-ilakhlh.nitrocdn.com/oCLFPBYbqaFbrUPoGOKnrZIxHYtpqFrL/assets/images/source/rev-6037810/foodserviceequipmentdepot.com/wp-content/plugins/yith-woocommerce-request-a-quote-premium/assets/icons/ic_close.svg") !important;
	background-repeat: no-repeat !important;
}

.ywraq-quote-on-cart .ui-icon.nitro-lazy, .ywraq-quote-on-cart .ui-widget-content .ui-icon.ui-icon-closethick.nitro-lazy {
	background-image: none !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: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.ywraq-quote-on-cart .ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
}

/* 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);
}

.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
}

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