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

:root {
	--theme-border: none;
	--theme-transition: all .12s cubic-bezier(.455, .03, .515, .955);
	--theme-list-indent: 2.5em;
	--true: initial;
	--false: "";
	--has-link-decoration: var(--true);
	--has-transparent-header: 0;
	--theme-container-width: min(100%, var(--theme-container-width-base));
	--theme-container-width-base: calc(var(--theme-container-edge-spacing, 90vw) - var(--theme-frame-size, 0px) * 2);
	--theme-font-stack-default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@supports not (aspect-ratio: auto) {
	.ct-media-container img, .ct-media-container video, .ct-media-container iframe {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	
	.ct-media-container:before {
		display: block;
		content: "";
		width: 100%;
		padding-bottom: 100%;
	}
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	overflow-wrap: break-word;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

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

body, p, h1, h2, h3, h4, h5, h6, em, ol, ul, li, tr, th, td, dl, ins, sub, sup, big, cite, form, small, label, table, figure, button, legend, strike, address, caption, fieldset, blockquote {
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
}

input, select, textarea {
	margin: 0;
}

b, strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: 80%;
}

ins, mark {
	color: inherit;
	text-decoration: none;
	background: rgba(0, 0, 0, 0);
}

del {
	opacity: .5;
}

sup, sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

hr {
	height: 1px;
	border: none;
}

a {
	transition: var(--theme-transition);
}

a:focus, button:focus {
	transition: none;
	outline-width: 0;
}

a:focus-visible, button:focus-visible {
	outline-width: 2px;
	outline-offset: var(--outline-offset, 3px);
	outline-color: var(--theme-palette-color-2);
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure, textarea {
	display: block;
}

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

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

code, kbd, samp {
	padding: 3px 6px;
}

pre, code, samp, kbd {
	tab-size: 4;
	border-radius: 3px;
	background: var(--theme-palette-color-6);
}

pre:focus, code:focus, samp:focus, kbd:focus {
	outline: none;
}

pre {
	overflow: auto;
	padding: 15px 20px;
}

pre code {
	padding: 0;
	background: rgba(0, 0, 0, 0);
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
	max-width: 100%;
}

table, th, td {
	font-size: var(--theme-table-font-size);
	border-width: var(--theme-table-border-width, 1px);
	border-style: var(--theme-table-border-style, solid);
	border-color: var(--theme-table-border-color, var(--theme-border-color));
}

th, td {
	padding: var(--theme-table-padding, .7em 1em);
}

th {
	font-weight: 600;
}

caption {
	font-weight: 600;
	padding: .7rem;
}

dl {
	--theme-description-list-indent: 1.5em;
	--theme-description-list-spacing: .5em;
}

dl>*:last-child {
	margin-bottom: 0;
}

dt {
	font-weight: 600;
}

dd {
	margin-top: calc(var(--theme-description-list-spacing) / 2);
	margin-left: var(--theme-description-list-indent);
	margin-bottom: calc(var(--theme-description-list-spacing) * 2);
}

dd p {
	--theme-content-spacing: var(--theme-description-list-spacing);
}

dd p:last-child {
	margin-bottom: 0;
}

body {
	color: var(--theme-text-color);
}

body ::selection {
	color: var(--theme-selection-text-color);
	background-color: var(--theme-selection-background-color);
}

h1 {
	color: var(--theme-heading-color, var(--theme-heading-1-color, var(--theme-headings-color)));
}

h2 {
	color: var(--theme-heading-color, var(--theme-heading-2-color, var(--theme-headings-color)));
}

h3 {
	color: var(--theme-heading-color, var(--theme-heading-3-color, var(--theme-headings-color)));
}

h4 {
	color: var(--theme-heading-color, var(--theme-heading-4-color, var(--theme-headings-color)));
}

h5 {
	color: var(--theme-heading-color, var(--theme-heading-5-color, var(--theme-headings-color)));
}

h6 {
	color: var(--theme-heading-color, var(--theme-heading-6-color, var(--theme-headings-color)));
}

.ct-module-title:is(p,span), .related-entry-title:is(p,span), .woocommerce-loop-product__title:is(p,span), .woocommerce-loop-category__title:is(p,span) {
	color: var(--theme-heading-color);
}

hr {
	background-color: var(--theme-form-field-border-initial-color);
}

@media (max-width: 689.98px) {
	.ct-hidden-sm {
		display: none !important;
	}
}

@media (min-width: 690px)and (max-width: 999.98px) {
	.ct-hidden-md {
		display: none !important;
	}
}

@media (min-width: 1000px) {
	.ct-hidden-lg {
		display: none !important;
	}
}

.hidden {
	display: none;
}

.aligncenter {
	clear: both;
	display: block;
	text-align: center;
}

.sticky, .wp-caption, .bypostauthor, .wp-caption-text, .gallery-caption, .screen-reader-text {
	background: rgba(0, 0, 0, 0);
}

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

@keyframes shake {
	10%, 90% {
		transform: translate3d(-4px, 0, 0);
	}
	
	20%, 80% {
		transform: translate3d(5px, 0, 0);
	}
	
	30%, 50%, 70% {
		transform: translate3d(-7px, 0, 0);
	}
	
	40%, 60% {
		transform: translate3d(7px, 0, 0);
	}
}

@keyframes bounce-in {
	0% {
		transform: scale(0, 0);
	}
	
	20% {
		transform: scale(1.4, 1.4);
	}
	
	50% {
		transform: scale(.8, .8);
	}
	
	85% {
		transform: scale(1.1, 1.1);
	}
	
	100% {
		transform: scale(1, 1);
	}
}

body, h1, h2, h3, h4, h5, h6, label, figcaption, .wp-block-quote, .wp-block-pullquote, .ct-label, .site-title, .entry-meta, .ct-menu-badge, .entry-excerpt, .ct-post-title, .ct-breadcrumbs, .ct-header-text, .ct-product-sku, .ct-product-title, .ct-woo-card-stock, .author-box-bio, .author-box-name, .ct-contact-info, .site-description, .page-description, .mobile-menu a, .menu .ct-menu-link, .comment-reply-title, .ct-footer-copyright, .ct-language-switcher, :where(pre,code,samp,kbd), .onsale, .out-of-stock-badge, [class*=ct-woo-badge-], :is(.entry-summary,[data-products],.ct-trending-block,.ct-added-to-cart-product) .price, .ct-waitlist-message, .woocommerce-tabs .tabs, .woocommerce-tabs .ct-accordion-heading, .woocommerce-result-count, .ct-header-account-dropdown, .ct-module-title:is(p,span), .related-entry-title:is(p,span), .woocommerce-loop-product__title:is(p,span), .woocommerce-loop-category__title:is(p,span), .ct-shortcuts-bar, .ct-widget>*, .ct-dynamic-data-layer, .ct-dynamic-filter, .ct-search-results, .tutor-ratings, .tutor-meta>*, .tutor-course-details-title, .tutor-course-details-actions>a, .ct-language-switcher ul[data-placement] {
	font-family: var(--theme-font-family);
	font-size: var(--theme-font-size);
	font-weight: var(--theme-font-weight);
	font-style: var(--theme-font-style, inherit);
	line-height: var(--theme-line-height);
	letter-spacing: var(--theme-letter-spacing);
	text-transform: var(--theme-text-transform);
	-webkit-text-decoration: var(--theme-text-decoration);
	text-decoration: var(--theme-text-decoration);
}

.screen-reader-text {
	position: absolute !important;
	word-wrap: normal !important;
	overflow-wrap: normal !important;
	width: 1px;
	height: 1px;
	border: 0;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus {
	z-index: 100000;
	display: block;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	font-size: .875rem;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	color: #21759b;
	padding: 15px 23px 14px;
	clip-path: none;
	clip: auto !important;
	border-radius: 3px;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

p {
	margin-block-end: var(--theme-content-spacing);
}

ul, ol {
	padding-inline-start: var(--theme-list-indent);
	margin-block-end: var(--theme-content-spacing);
}

h1, h2, h3, h4, h5, h6 {
	margin-block-end: calc(var(--has-theme-content-spacing, 1) * ( .3em + 10px ));
}

h1:where(:last-child), h2:where(:last-child), h3:where(:last-child), h4:where(:last-child), h5:where(:last-child), h6:where(:last-child) {
	margin-block-end: 0;
}

:is(.is-layout-flow,.is-layout-constrained)>*:where(:not(h1,h2,h3,h4,h5,h6)) {
	margin-block-start: 0;
	margin-block-end: var(--theme-content-spacing);
}

:is(.is-layout-flow,.is-layout-constrained) :where(h1,h2,h3,h4,h5,h6) {
	margin-block-end: calc(var(--has-theme-content-spacing, 1) * ( .3em + 10px ));
}

@media screen and (max-width: 600px) {
	.admin-bar {
		--admin-bar: 0px;
	}
}

@media screen and (min-width: 601px)and (max-width: 782px) {
	.admin-bar {
		--admin-bar: 46px;
	}
}

@media screen and (min-width: 783px) {
	.admin-bar {
		--admin-bar: 32px;
	}
}

.menu-container ul, .entry-meta, .ct-account-modal>ul, .ct-language-switcher ul, [class*=ct-contact-info] ul, .products:is(ul), .woocommerce-Reviews :where(ol,ul), .ct-comments :where(ol,ul), .ct-comments ul, .payment_methods, .woocommerce-tabs>ul, .wc-item-meta, .ct-header-account ul, .ct-product-additional-info ul, .woocommerce-pagination .page-numbers, .wc-block-review-list, .product_list_widget, .woocommerce-mini-cart, .woocommerce-MyAccount-navigation ul, .wp-block-latest-comments, .ct-filter-widget, .ct-compare-bar ul, .ct-product-hero ul, .ct-widget ul, .ct-shortcuts-bar-items, .ct-added-to-cart-product ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-inline-start: 0;
}

ul:last-child, ol:last-child, ul li:last-child, ol li:last-child, label:last-child, .ct-widget p:last-child, .entry-excerpt *:last-child, .wp-block-columns:last-child, .ct-dynamic-data p:last-child, .ct-woo-card-stock p:last-child, [class*=ct-form-notification] p:last-child, .ct-product-description p:last-child, .woocommerce-variation-description p:last-child, .woocommerce-variation-availability p:last-child {
	margin-bottom: 0;
}

[data-parallax]>figure {
	display: flex;
	align-items: center;
}

@media (prefers-reduced-motion: no-preference) {
	[data-reveal] {
		transition-property: opacity, transform;
		transition-duration: 1.5s;
		transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	}
	
	[data-reveal][data-reveal*=no] {
		opacity: .01;
	}
	
	[data-reveal][data-reveal*=yes] {
		opacity: 1;
	}
	
	[data-reveal][data-reveal*=bottom] {
		transform: translateY(100px);
	}
	
	[class*=entries] [data-reveal*="2"] {
		transition-delay: .3s;
	}
	
	[class*=entries] [data-reveal*="3"] {
		transition-delay: .6s;
	}
	
	[class*=entries] [data-reveal*="4"] {
		transition-delay: .9s;
	}
	
	[class*=entries] [data-reveal*="5"] {
		transition-delay: 1.2s;
	}
	
	[class*=entries] [data-reveal*="6"] {
		transition-delay: 1.5s;
	}
	
	[class*=entries] [data-reveal*="7"] {
		transition-delay: 1.8s;
	}
	
	[class*=entries] [data-reveal*="8"] {
		transition-delay: 2.1s;
	}
	
	[class*=entries] [data-reveal*="9"] {
		transition-delay: 2.4s;
	}
	
	[class*=entries] [data-reveal*="10"] {
		transition-delay: 2.7s;
	}
	
	[class*=entries] [data-reveal*="11"] {
		transition-delay: 3s;
	}
	
	[class*=entries] [data-reveal*="12"] {
		transition-delay: 3.3s;
	}
}

.ct-icon, .ct-icon-container svg {
	width: var(--theme-icon-size, 15px);
	height: var(--theme-icon-size, 15px);
	fill: var(--theme-icon-color, var(--theme-text-color));
	transition: var(--theme-icon-transition, fill .12s cubic-bezier(.455, .03, .515, .955));
}

.ct-icon, .ct-icon-container {
	position: relative;
}

.ct-icon-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ct-icon-container.ct-left {
	margin-inline-end: .5em;
}

.ct-icon-container.ct-right {
	margin-inline-start: .5em;
}

[data-icons-type*=":"] .ct-icon-container {
	width: calc(var(--theme-icon-size, 15px) * 2.5);
	height: calc(var(--theme-icon-size, 15px) * 2.5);
	transition: background .12s cubic-bezier(.455, .03, .515, .955), border-color .12s cubic-bezier(.455, .03, .515, .955);
}

[data-icons-type*=square] .ct-icon-container {
	border-radius: 2px;
}

[data-icons-type*=rounded] .ct-icon-container {
	border-radius: 100%;
}

[data-icons-type]>* {
	transition: none;
}

[data-icons-type]>*:hover svg {
	fill: var(--theme-icon-hover-color, var(--theme-palette-color-2));
}

[data-icons-type*=solid] .ct-icon-container {
	background-color: var(--background-color);
}

[data-icons-type*=solid]>*:hover .ct-icon-container {
	background-color: var(--background-hover-color);
}

[data-icons-type*=outline] .ct-icon-container {
	border: 1px solid var(--background-color);
}

[data-icons-type*=outline]>*:hover .ct-icon-container {
	border-color: var(--background-hover-color);
}

[class*=ct-media-container] {
	display: inline-flex;
	overflow: hidden;
	-webkit-user-select: none;
	user-select: none;
	isolation: isolate;
	vertical-align: middle;
}

.ct-media-container {
	position: relative;
	width: 100%;
}

.ct-media-container img, .ct-media-container picture {
	width: inherit;
	border-radius: inherit;
	object-fit: var(--theme-object-fit, cover);
}

.ct-media-container picture {
	display: inline-flex;
}

.ct-media-container picture img {
	aspect-ratio: inherit;
}

.ct-media-container-static img {
	aspect-ratio: 1/1;
}

a {
	color: var(--theme-link-initial-color);
	-webkit-text-decoration: var(--has-link-decoration, var(--theme-text-decoration, none));
	text-decoration: var(--has-link-decoration, var(--theme-text-decoration, none));
}

a:hover {
	color: var(--theme-link-hover-color);
}

[data-link=type-2] .entry-content p>a, [data-link=type-2] .entry-content em>a, [data-link=type-2] .entry-content strong>a, [data-link=type-2] .entry-content>ul a, [data-link=type-2] .entry-content>ol a, [data-link=type-2] .wp-block-table a, [data-link=type-2] .ct-link-styles {
	--theme-text-decoration: underline;
}

[data-link=type-3] .entry-content p>a, [data-link=type-3] .entry-content em>a, [data-link=type-3] .entry-content strong>a, [data-link=type-3] .entry-content>ul a, [data-link=type-3] .entry-content>ol a, [data-link=type-3] .wp-block-table a, [data-link=type-3] .ct-link-styles, [data-link=type-4] .entry-content p>a, [data-link=type-4] .entry-content em>a, [data-link=type-4] .entry-content strong>a, [data-link=type-4] .entry-content>ul a, [data-link=type-4] .entry-content>ol a, [data-link=type-4] .wp-block-table a, [data-link=type-4] .ct-link-styles, [data-link=type-5] .entry-content p>a, [data-link=type-5] .entry-content em>a, [data-link=type-5] .entry-content strong>a, [data-link=type-5] .entry-content>ul a, [data-link=type-5] .entry-content>ol a, [data-link=type-5] .wp-block-table a, [data-link=type-5] .ct-link-styles {
	background-position: var(--has-link-decoration, 0% 100%);
	background-repeat: var(--has-link-decoration, no-repeat);
}

[data-link=type-4] .entry-content p>a, [data-link=type-4] .entry-content em>a, [data-link=type-4] .entry-content strong>a, [data-link=type-4] .entry-content>ul a, [data-link=type-4] .entry-content>ol a, [data-link=type-4] .wp-block-table a, [data-link=type-4] .ct-link-styles {
	background-size: var(--has-link-decoration, 100% 1px);
	background-image: var(--has-link-decoration, linear-gradient(currentColor, currentColor));
}

footer.ct-footer [data-link] a, [data-link] .ct-posts-shortcode .entry-title a {
	--has-link-decoration: var(--false);
}

footer.ct-footer [data-link] a:hover, [data-link] .ct-posts-shortcode .entry-title a:hover {
	color: var(--theme-link-hover-color);
}

footer.ct-footer [data-link=underline] a {
	text-decoration: underline;
}

.ct-ajax-loader {
	position: absolute;
	inset: 0;
	z-index: 0;
	margin: auto;
	display: flex;
	border-radius: 100%;
	width: var(--loader-size, 20px);
	height: var(--loader-size, 20px);
	color: var(--loader-color, #c5cbd0);
}

.ct-ajax-loader[data-type=boxed] {
	padding: 8px;
	background: #fff;
	box-sizing: content-box;
	--loader-color: var(--theme-text-color);
}

[data-label=bottom] {
	text-align: center;
	flex-direction: column;
}

[data-label=bottom] .ct-label {
	order: 2;
	line-height: 1;
}

[data-label=bottom] .ct-label:not(:only-child) {
	margin-top: .5em;
}

:is([data-label=left],[data-label=right]) {
	column-gap: .5em;
}

[data-label=right] .ct-label {
	order: 2;
}

.ct-tooltip {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

select, textarea, input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]), fieldset .wc-stripe-elements-field, .ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]), span.select2-dropdown, span.select2-container .select2-selection--single .select2-selection__rendered {
	font-family: var(--theme-form-font-family);
	font-size: var(--theme-form-font-size, 16px);
	font-weight: var(--theme-form-font-weight);
	font-style: var(--theme-form-font-style, inherit);
	line-height: var(--theme-form-line-height);
	letter-spacing: var(--theme-form-letter-spacing);
	text-transform: var(--theme-form-text-transform);
	-webkit-text-decoration: var(--theme-form-text-decoration);
	text-decoration: var(--theme-form-text-decoration);
}

select, textarea, input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]), .ct-pseudo-input, fieldset .wc-stripe-elements-field, .ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]) {
	appearance: none;
	width: var(--has-width, var(--theme-form-field-width, 100%));
	height: var(--has-height, var(--theme-form-field-height, 40px));
	color: var(--theme-form-text-initial-color, var(--theme-text-color));
	padding: var(--has-classic-forms, var(--theme-form-field-padding, 0 15px));
	border-width: var(--theme-form-field-border-width, 1px);
	border-style: var(--theme-form-field-border-style, solid);
	border-color: var(--theme-form-field-border-initial-color);
	border-radius: var(--has-classic-forms, var(--theme-form-field-border-radius, 3px));
	background-color: var(--has-classic-forms, var(--theme-form-field-background-initial-color));
	transition: color .12s cubic-bezier(.455, .03, .515, .955), border-color .12s cubic-bezier(.455, .03, .515, .955), background-color .12s cubic-bezier(.455, .03, .515, .955);
}

select:focus, textarea:focus, input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]):focus, .ct-pseudo-input:focus, fieldset .wc-stripe-elements-field:focus, .ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]):focus {
	outline: none;
	color: var(--theme-form-text-focus-color, var(--theme-text-color));
	border-color: var(--theme-form-field-border-focus-color);
	background-color: var(--has-classic-forms, var(--theme-form-field-background-focus-color));
}

select::placeholder, textarea::placeholder, input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password])::placeholder, .ct-pseudo-input::placeholder, fieldset .wc-stripe-elements-field::placeholder, .ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple])::placeholder {
	opacity: .6;
	color: inherit;
}

input[type=date] {
	min-height: var(--has-height, var(--theme-form-field-height, 40px));
}

input[type=date]::-webkit-date-and-time-value {
	text-align: inherit;
}

select {
	padding-inline-end: 25px;
	background-image: url("data:image/svg+xml,%3Csvg width=\'21\' height=\'13\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M18.5.379L20.621 2.5 10.5 12.621.379 2.5 2.5.379l8 8z\' fill=\'%234F5D6D\' fill-rule=\'nonzero\'/%3E%3C/svg%3E");
	background-repeat: no-repeat, repeat;
	background-size: 8px auto, 100%;
	background-position: right 10px top 50%, 0 0;
}

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

select option {
	color: initial;
}

textarea {
	line-height: 1.5;
	resize: vertical;
	--theme-form-field-padding: 12px 15px;
}

fieldset {
	padding: 30px;
	border: 1px dashed var(--theme-border-color);
}

legend {
	font-size: 14px;
	font-weight: 600;
	padding: 0 15px;
	margin-left: -15px;
}

.ct-checkbox, .comment-form input[type=checkbox], #ship-to-different-address-checkbox, .woocommerce-form__input[type=checkbox], .woocommerce-form__label-for-checkbox input[type=checkbox], .woocommerce-input-wrapper input[type=checkbox], #payment .payment_box input[type=checkbox], .forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox], .wpforms-container:not(.wpforms-container-full) input[type=checkbox], .ff-inherit-theme-style input[type=checkbox], .wc_payment_method>input[type=radio], .woocommerce-shipping-methods input[type=radio], .payment_box input[type=radio], .mp-ticket-payments input[type=radio], .forminator-ui[data-design=none] .forminator-radio input[type=radio], .wpforms-container:not(.wpforms-container-full) input[type=radio], .ff-inherit-theme-style input[type=radio] {
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	top: var(--top, 3px);
	min-width: 16px;
	width: 16px;
	height: 16px;
	min-height: initial;
	padding: 0 !important;
	margin: 0;
	margin-inline-end: .7em;
	border-width: var(--form-selection-control-border-width, var(--theme-form-field-border-width, 1px));
	border-style: solid;
	cursor: pointer;
	-webkit-appearance: none;
	background: rgba(0, 0, 0, 0);
	border-color: var(--theme-form-selection-field-initial-color);
}

.ct-checkbox:before, .comment-form input[type=checkbox]:before, #ship-to-different-address-checkbox:before, .woocommerce-form__input[type=checkbox]:before, .woocommerce-form__label-for-checkbox input[type=checkbox]:before, .woocommerce-input-wrapper input[type=checkbox]:before, #payment .payment_box input[type=checkbox]:before, .forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:before, .wpforms-container:not(.wpforms-container-full) input[type=checkbox]:before, .ff-inherit-theme-style input[type=checkbox]:before, .wc_payment_method>input[type=radio]:before, .woocommerce-shipping-methods input[type=radio]:before, .payment_box input[type=radio]:before, .mp-ticket-payments input[type=radio]:before, .forminator-ui[data-design=none] .forminator-radio input[type=radio]:before, .wpforms-container:not(.wpforms-container-full) input[type=radio]:before, .ff-inherit-theme-style input[type=radio]:before {
	position: absolute;
	content: "";
	z-index: 2;
	inset: 0;
	opacity: 0;
	margin: auto;
}

.ct-checkbox:checked, .comment-form input[type=checkbox]:checked, #ship-to-different-address-checkbox:checked, .woocommerce-form__input[type=checkbox]:checked, .woocommerce-form__label-for-checkbox input[type=checkbox]:checked, .woocommerce-input-wrapper input[type=checkbox]:checked, #payment .payment_box input[type=checkbox]:checked, .forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:checked, .wpforms-container:not(.wpforms-container-full) input[type=checkbox]:checked, .ff-inherit-theme-style input[type=checkbox]:checked, .wc_payment_method>input[type=radio]:checked, .woocommerce-shipping-methods input[type=radio]:checked, .payment_box input[type=radio]:checked, .mp-ticket-payments input[type=radio]:checked, .forminator-ui[data-design=none] .forminator-radio input[type=radio]:checked, .wpforms-container:not(.wpforms-container-full) input[type=radio]:checked, .ff-inherit-theme-style input[type=radio]:checked {
	border-color: var(--theme-form-selection-field-active-color);
	background: var(--theme-form-selection-field-active-color);
}

.ct-checkbox:checked:before, .comment-form input[type=checkbox]:checked:before, #ship-to-different-address-checkbox:checked:before, .woocommerce-form__input[type=checkbox]:checked:before, .woocommerce-form__label-for-checkbox input[type=checkbox]:checked:before, .woocommerce-input-wrapper input[type=checkbox]:checked:before, #payment .payment_box input[type=checkbox]:checked:before, .forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:checked:before, .wpforms-container:not(.wpforms-container-full) input[type=checkbox]:checked:before, .ff-inherit-theme-style input[type=checkbox]:checked:before, .wc_payment_method>input[type=radio]:checked:before, .woocommerce-shipping-methods input[type=radio]:checked:before, .payment_box input[type=radio]:checked:before, .mp-ticket-payments input[type=radio]:checked:before, .forminator-ui[data-design=none] .forminator-radio input[type=radio]:checked:before, .wpforms-container:not(.wpforms-container-full) input[type=radio]:checked:before, .ff-inherit-theme-style input[type=radio]:checked:before {
	opacity: 1;
}

.ct-checkbox:focus-visible, .comment-form input[type=checkbox]:focus-visible, #ship-to-different-address-checkbox:focus-visible, .woocommerce-form__input[type=checkbox]:focus-visible, .woocommerce-form__label-for-checkbox input[type=checkbox]:focus-visible, .woocommerce-input-wrapper input[type=checkbox]:focus-visible, #payment .payment_box input[type=checkbox]:focus-visible, .forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:focus-visible, .wpforms-container:not(.wpforms-container-full) input[type=checkbox]:focus-visible, .ff-inherit-theme-style input[type=checkbox]:focus-visible, .wc_payment_method>input[type=radio]:focus-visible, .woocommerce-shipping-methods input[type=radio]:focus-visible, .payment_box input[type=radio]:focus-visible, .mp-ticket-payments input[type=radio]:focus-visible, .forminator-ui[data-design=none] .forminator-radio input[type=radio]:focus-visible, .wpforms-container:not(.wpforms-container-full) input[type=radio]:focus-visible, .ff-inherit-theme-style input[type=radio]:focus-visible {
	outline: none;
	border-color: var(--theme-form-selection-field-active-color);
}

.ct-checkbox, .comment-form input[type=checkbox], #ship-to-different-address-checkbox, .woocommerce-form__input[type=checkbox], .woocommerce-form__label-for-checkbox input[type=checkbox], .woocommerce-input-wrapper input[type=checkbox], #payment .payment_box input[type=checkbox], .forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox], .wpforms-container:not(.wpforms-container-full) input[type=checkbox], .ff-inherit-theme-style input[type=checkbox] {
	border-radius: var(--theme-form-checkbox-border-radius, 3px);
}

.ct-checkbox:before, .comment-form input[type=checkbox]:before, #ship-to-different-address-checkbox:before, .woocommerce-form__input[type=checkbox]:before, .woocommerce-form__label-for-checkbox input[type=checkbox]:before, .woocommerce-input-wrapper input[type=checkbox]:before, #payment .payment_box input[type=checkbox]:before, .forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:before, .wpforms-container:not(.wpforms-container-full) input[type=checkbox]:before, .ff-inherit-theme-style input[type=checkbox]:before {
	top: -2px;
	width: 8px;
	height: 5px;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}

.wc_payment_method>input[type=radio], .woocommerce-shipping-methods input[type=radio], .payment_box input[type=radio], .mp-ticket-payments input[type=radio], .forminator-ui[data-design=none] .forminator-radio input[type=radio], .wpforms-container:not(.wpforms-container-full) input[type=radio], .ff-inherit-theme-style input[type=radio] {
	border-radius: 100% !important;
}

.wc_payment_method>input[type=radio]:before, .woocommerce-shipping-methods input[type=radio]:before, .payment_box input[type=radio]:before, .mp-ticket-payments input[type=radio]:before, .forminator-ui[data-design=none] .forminator-radio input[type=radio]:before, .wpforms-container:not(.wpforms-container-full) input[type=radio]:before, .ff-inherit-theme-style input[type=radio]:before {
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: inherit;
}

label {
	font-size: 15px;
	line-height: inherit;
	cursor: pointer;
	margin: 0 0 .5em 0;
}

:is(.gdpr-confirm-policy,.comment-form-cookies-consent) label {
	font-size: 13px;
}

:is(.gdpr-confirm-policy,.comment-form-cookies-consent) label a {
	text-decoration: underline;
}

.ct-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: var(--spacing, 60px);
}

.ct-pagination[data-divider] {
	padding-top: var(--spacing, 60px);
	border-top: var(--pagination-divider, none);
}

[data-pagination=simple], [data-pagination=next_prev] {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	font-size: 14px;
	font-weight: 600;
	color: var(--theme-text-color);
	--theme-link-initial-color: var(--theme-text-color);
}

[data-pagination=simple] .page-numbers, [data-pagination=next_prev] .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 40px;
	border-radius: var(--theme-border-radius, 4px);
	border: 2px solid rgba(0, 0, 0, 0);
}

[data-pagination=simple] .page-numbers.current, [data-pagination=next_prev] .page-numbers.current {
	color: var(--theme-text-active-color, #fff);
	background: var(--theme-link-hover-color);
}

[data-pagination=simple] .page-numbers:not(.dots):hover, [data-pagination=next_prev] .page-numbers:not(.dots):hover {
	border-color: var(--theme-link-hover-color);
}

[data-pagination=simple] .prev, [data-pagination=simple] .next, [data-pagination=next_prev] .prev, [data-pagination=next_prev] .next {
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 17px;
	white-space: nowrap;
	border-color: var(--theme-border-color);
}

[data-pagination=simple] .prev, [data-pagination=next_prev] .prev {
	grid-column: 1;
	justify-self: start;
}

[data-pagination=simple] .next, [data-pagination=next_prev] .next {
	grid-column: 3;
	justify-self: end;
}

[data-pagination=simple]>div {
	grid-column: 2;
	text-align: center;
	margin: -5px;
}

[data-pagination=simple]>div .page-numbers {
	flex: 0 0 41px;
	width: 41px;
	margin: 5px;
}

[data-pagination=load_more], [data-pagination=infinite_scroll] {
	justify-content: center;
}

[data-pagination=load_more] .page-numbers, [data-pagination=infinite_scroll] .page-numbers {
	display: none;
}

[data-pagination=load_more] .ct-load-more-helper, [data-pagination=infinite_scroll] .ct-load-more-helper {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-width: var(--theme-button-min-height, 45px);
	min-height: var(--theme-button-min-height, 45px);
}

[data-pagination=load_more] .ct-load-more-helper .ct-ajax-loader, [data-pagination=infinite_scroll] .ct-load-more-helper .ct-ajax-loader {
	opacity: 0;
}

[data-pagination=load_more] .ct-load-more-helper.ct-loading .ct-ajax-loader, [data-pagination=infinite_scroll] .ct-load-more-helper.ct-loading .ct-ajax-loader {
	opacity: 1;
}

[data-pagination=load_more] .ct-load-more-helper.ct-loading .ct-load-more, [data-pagination=infinite_scroll] .ct-load-more-helper.ct-loading .ct-load-more {
	opacity: 0;
}

[data-pagination=load_more] .ct-load-more, [data-pagination=infinite_scroll] .ct-load-more {
	z-index: 2;
	opacity: 1;
}

[data-pagination=load_more] .ct-last-page-text, [data-pagination=infinite_scroll] .ct-last-page-text {
	display: none;
}

[data-pagination=load_more].ct-last-page .ct-load-more, [data-pagination=load_more].ct-last-page .ct-ajax-loader, [data-pagination=infinite_scroll].ct-last-page .ct-load-more, [data-pagination=infinite_scroll].ct-last-page .ct-ajax-loader {
	display: none;
}

[data-pagination=load_more].ct-last-page .ct-last-page-text, [data-pagination=infinite_scroll].ct-last-page .ct-last-page-text {
	display: flex;
	opacity: .7;
}

.entry-meta {
	color: var(--theme-text-color);
	--theme-link-initial-color: var(--theme-text-color);
}

.entry-meta li {
	display: inline-block;
}

.entry-meta li:not(:last-of-type) {
	margin-inline-end: 9px;
}

.entry-meta li:after {
	margin-inline-start: 9px;
}

.entry-meta li svg, .entry-meta li:after, .entry-meta li [class*=ct-media-container] {
	position: relative;
	top: -.1em;
	vertical-align: var(--vertical-align, middle);
}

.entry-meta li [class*=ct-media-container] {
	border-radius: 100%;
	margin-inline-end: .5em;
}

.entry-meta li [class*=ct-media-container]+svg {
	display: none;
}

.entry-meta li svg {
	fill: currentColor;
	margin-inline-end: 7px;
}

.entry-meta li>span {
	margin-inline-end: .27em;
}

.entry-meta[data-type*=none] li:not(:last-of-type) {
	margin-inline-end: 20px;
}

.entry-meta[data-type*=slash] li:not(:last-of-type):after {
	content: "/";
	--vertical-align: baseline;
}

.entry-meta[data-type*=line] li:not(:last-of-type):after {
	content: "-";
}

.entry-meta[data-type*=circle] li:not(:last-of-type):after {
	content: "●";
	font-size: .35em;
}

.entry-meta[data-type*=icons] svg {
	width: 13px;
	height: 13px;
}

.entry-meta :is([data-type=pill],[data-type=underline]) a {
	display: inline-flex;
	align-items: center;
	margin-top: 2px;
	margin-bottom: 2px;
}

.entry-meta [data-type=pill] a {
	min-height: 25px;
	padding: 0 8px;
	border-radius: 3px;
	background: var(--theme-button-background-initial-color);
	--theme-link-initial-color: var(--theme-button-text-initial-color);
	--theme-link-hover-color: var(--theme-button-text-hover-color);
}

.entry-meta [data-type=pill] a:hover {
	background: var(--theme-button-background-hover-color);
}

.entry-meta [data-type=pill] a:not(:last-of-type) {
	margin-inline-end: 4px;
}

.entry-meta [data-type=underline] a {
	position: relative;
}

.entry-meta [data-type=underline] a:before {
	position: absolute;
	bottom: -.1em;
	content: "";
	width: 100%;
	height: 1px;
	opacity: .5;
	background: currentColor;
	transform: opacity .12s cubic-bezier(.455, .03, .515, .955);
}

.entry-meta [data-type=underline] a:hover:before {
	opacity: 1;
}

.entry-tags {
	display: flex;
	flex-direction: column;
	align-items: var(--horizontal-alignment);
	margin-top: 40px;
}

.entry-tags-items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.entry-tags-items a {
	font-size: 14px;
	font-weight: 500;
	padding: .3em .85em;
	border-radius: var(--theme-border-radius);
	--theme-button-text-initial-color: var(--theme-text-color);
	--theme-button-background-initial-color: transparent;
}

.entry-tags-items a:not(:hover) {
	box-shadow: inset 0px 0px 0px 1px var(--theme-border-color);
}

.ct-breadcrumbs {
	color: var(--theme-text-color);
	--has-link-decoration: var(--false);
}

.ct-breadcrumbs[data-source=default]>span {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
}

.ct-breadcrumbs[data-source=default]>span [class*=ct-separator] {
	margin: 0 8px;
}

.ct-breadcrumbs[data-source=default] .ct-home-icon {
	display: flex;
	top: -.1em;
	fill: currentColor;
}

:is(.star-rating,.wc-block-components-product-rating-stars__stars,.wp-block-woocommerce-product-filter-rating .wc-block-components-product-rating__stars,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.has-rating .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars) {
	overflow: hidden;
	position: relative;
	width: 7em;
	height: 1em;
	font-family: "star";
	font-size: .9em;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: .4em;
	word-break: normal;
	color: var(--star-rating-inactive-color, #f9dfcc);
}

:is(.star-rating,.wc-block-components-product-rating-stars__stars,.wp-block-woocommerce-product-filter-rating .wc-block-components-product-rating__stars,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.has-rating .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars):before {
	content: "SSSSS";
	top: 0;
	inset-inline-start: 0;
	position: absolute;
	line-height: inherit;
}

:is(.star-rating,.wc-block-components-product-rating-stars__stars,.wp-block-woocommerce-product-filter-rating .wc-block-components-product-rating__stars,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.has-rating .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars) span {
	overflow: hidden;
	top: 0;
	inset-inline-start: 0;
	position: absolute;
	padding-top: 1em;
	line-height: inherit;
}

:is(.star-rating,.wc-block-components-product-rating-stars__stars,.wp-block-woocommerce-product-filter-rating .wc-block-components-product-rating__stars,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.has-rating .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars) span:before {
	content: "SSSSS";
	top: 0;
	inset-inline-start: 0;
	position: absolute;
	color: var(--star-rating-initial-color, #fda256);
	line-height: inherit;
}

.has-hover-effect img {
	transition: opacity .5s ease, transform .5s ease;
}

@media (hover: hover) {
	[data-hover=zoom-in]>*:hover .has-hover-effect img {
		transform: scale(1.1);
	}
}

[data-hover=zoom-out] .has-hover-effect img {
	transform: scale(1.1);
}

@media (hover: hover) {
	[data-hover=zoom-out]>*:hover .has-hover-effect img {
		transform: scale(1);
	}
}

[data-hover=swap] .ct-swap {
	position: absolute;
	inset: 0;
	opacity: 0;
}

@media (hover: hover) {
	[data-hover=swap] .has-hover-effect:hover .ct-swap {
		opacity: 1;
	}
	
	[data-hover=swap] .has-hover-effect:hover .ct-swap+img {
		opacity: 0;
	}
}

:target, .elementor-menu-anchor {
	scroll-margin-top: calc(var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--scroll-margin-top, 0px) + var(--scroll-margin-top-offset, 0px));
}

[data-header*=sticky] {
	--scroll-margin-top-offset: calc(( var(--header-sticky-height, var(--header-height, 0px)) * var(--has-transparent-header) * ( var(--sticky-shrink, 100) / 100 ) ) + var(--header-sticky-height, var(--header-height, 0px)) * ( 1 - var(--has-transparent-header) ) * ( var(--sticky-shrink, 100) / 100 ));
}

[data-header*="sticky:shrink"] {
	--scroll-margin-top-offset: calc(var(--header-sticky-height, var(--header-height, 0px)) * ( var(--sticky-shrink, 100) / 100 ));
}

[data-header*="sticky:auto"] {
	--scroll-margin-top-offset: 0px;
}

.button, .ct-button, .added_to_cart, .ct-button-ghost, [type=submit], .wp-element-button, .wp-block-button__link, button.regform-button, button[class*=ajax], .woocommerce button.button, .woocommerce-message .showlogin, .woocommerce-message .restore-item, .forminator-ui[data-design=none] .forminator-button, .fluentform .ff-el-group button.ff-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--theme-button-min-height);
	padding: var(--theme-button-padding);
	border: none;
	appearance: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	text-align: center;
	border-radius: var(--theme-button-border-radius, 3px);
	transition: all .12s cubic-bezier(.455, .03, .515, .955);
	--has-link-decoration: var(--false);
}

.button:disabled, .button.disabled, .ct-button:disabled, .ct-button.disabled, .added_to_cart:disabled, .added_to_cart.disabled, .ct-button-ghost:disabled, .ct-button-ghost.disabled, [type=submit]:disabled, [type=submit].disabled, .wp-element-button:disabled, .wp-element-button.disabled, .wp-block-button__link:disabled, .wp-block-button__link.disabled, button.regform-button:disabled, button.regform-button.disabled, button[class*=ajax]:disabled, button[class*=ajax].disabled, .woocommerce button.button:disabled, .woocommerce button.button.disabled, .woocommerce-message .showlogin:disabled, .woocommerce-message .showlogin.disabled, .woocommerce-message .restore-item:disabled, .woocommerce-message .restore-item.disabled, .forminator-ui[data-design=none] .forminator-button:disabled, .forminator-ui[data-design=none] .forminator-button.disabled, .fluentform .ff-el-group button.ff-btn:disabled, .fluentform .ff-el-group button.ff-btn.disabled {
	opacity: .5;
	cursor: not-allowed;
	--theme-button-shadow: none;
	--theme-button-transform: none;
}

@media (max-width: 479.98px) {
	.button, .ct-button, .added_to_cart, .ct-button-ghost, [type=submit], .wp-element-button, .wp-block-button__link, button.regform-button, button[class*=ajax], .woocommerce button.button, .woocommerce-message .showlogin, .woocommerce-message .restore-item, .forminator-ui[data-design=none] .forminator-button, .fluentform .ff-el-group button.ff-btn {
		--padding: 5px 15px;
	}
}

.button.has-text-align-left, .ct-button.has-text-align-left, .added_to_cart.has-text-align-left, .ct-button-ghost.has-text-align-left, [type=submit].has-text-align-left, .wp-element-button.has-text-align-left, .wp-block-button__link.has-text-align-left, button.regform-button.has-text-align-left, button[class*=ajax].has-text-align-left, .woocommerce button.button.has-text-align-left, .woocommerce-message .showlogin.has-text-align-left, .woocommerce-message .restore-item.has-text-align-left, .forminator-ui[data-design=none] .forminator-button.has-text-align-left, .fluentform .ff-el-group button.ff-btn.has-text-align-left {
	justify-content: flex-start;
}

.button.has-text-align-right, .ct-button.has-text-align-right, .added_to_cart.has-text-align-right, .ct-button-ghost.has-text-align-right, [type=submit].has-text-align-right, .wp-element-button.has-text-align-right, .wp-block-button__link.has-text-align-right, button.regform-button.has-text-align-right, button[class*=ajax].has-text-align-right, .woocommerce button.button.has-text-align-right, .woocommerce-message .showlogin.has-text-align-right, .woocommerce-message .restore-item.has-text-align-right, .forminator-ui[data-design=none] .forminator-button.has-text-align-right, .fluentform .ff-el-group button.ff-btn.has-text-align-right {
	justify-content: flex-end;
}

.button, .ct-button, .entry-tags a, .added_to_cart, [type=submit], .wp-element-button, .wp-block-button__link, button.regform-button, button[class*=ajax], .woocommerce button.button, .woocommerce-message .showlogin, .woocommerce-message .restore-item, .forminator-ui[data-design=none] .forminator-button, .fluentform .ff-el-group button.ff-btn {
	position: relative;
	color: var(--theme-button-text-initial-color);
	border: var(--theme-button-border);
	background-color: var(--theme-button-background-initial-color);
}

.button:hover, .ct-button:hover, .entry-tags a:hover, .added_to_cart:hover, [type=submit]:hover, .wp-element-button:hover, .wp-block-button__link:hover, button.regform-button:hover, button[class*=ajax]:hover, .woocommerce button.button:hover, .woocommerce-message .showlogin:hover, .woocommerce-message .restore-item:hover, .forminator-ui[data-design=none] .forminator-button:hover, .fluentform .ff-el-group button.ff-btn:hover {
	color: var(--theme-button-text-hover-color);
	border-color: var(--theme-button-border-hover-color);
	background-color: var(--theme-button-background-hover-color);
}

@media (hover: hover) {
	@supports (filter: blur()) {
		.button:before, .ct-button:before, .entry-tags a:before, .added_to_cart:before, [type=submit]:before, .wp-element-button:before, .wp-block-button__link:before, button.regform-button:before, button[class*=ajax]:before, .woocommerce button.button:before, .woocommerce-message .showlogin:before, .woocommerce-message .restore-item:before, .forminator-ui[data-design=none] .forminator-button:before, .fluentform .ff-el-group button.ff-btn:before {
			display: var(--theme-button-shadow, block);
			position: absolute;
			z-index: -1;
			content: "";
			inset-inline: 10px;
			inset-block: 12px 0;
			opacity: 0;
			border-radius: inherit;
			background: inherit;
			transition: opacity .2s ease;
			filter: blur(11px);
		}
		
		@media (hover: hover)and (prefers-reduced-motion: no-preference) {
			.button:hover, .ct-button:hover, .entry-tags a:hover, .added_to_cart:hover, [type=submit]:hover, .wp-element-button:hover, .wp-block-button__link:hover, button.regform-button:hover, button[class*=ajax]:hover, .woocommerce button.button:hover, .woocommerce-message .showlogin:hover, .woocommerce-message .restore-item:hover, .forminator-ui[data-design=none] .forminator-button:hover, .fluentform .ff-el-group button.ff-btn:hover {
				transform: var(--theme-button-transform, translate3d(0, -3px, 0));
			}
			
			.button:hover:before, .ct-button:hover:before, .entry-tags a:hover:before, .added_to_cart:hover:before, [type=submit]:hover:before, .wp-element-button:hover:before, .wp-block-button__link:hover:before, button.regform-button:hover:before, button[class*=ajax]:hover:before, .woocommerce button.button:hover:before, .woocommerce-message .showlogin:hover:before, .woocommerce-message .restore-item:hover:before, .forminator-ui[data-design=none] .forminator-button:hover:before, .fluentform .ff-el-group button.ff-btn:hover:before {
				opacity: .8;
			}
		}
	}
}

.ct-button-ghost, .wp-block-buttons .wp-block-button .wp-block-button__link.is-style-outline, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
	--theme-button-text-initial-color: var(--theme-button-background-initial-color);
	border-width: 2px;
	border-style: solid;
	color: var(--theme-button-text-initial-color);
	border-color: var(--theme-button-background-initial-color);
	background-color: rgba(0, 0, 0, 0);
}

.ct-button-ghost:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.is-style-outline:hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: var(--theme-button-text-hover-color);
	border-color: var(--theme-button-background-hover-color);
	background-color: var(--theme-button-background-hover-color);
}

.button, .ct-button, .added_to_cart, .ct-button-ghost, [type=submit], .wp-element-button, .wp-block-button__link, button.regform-button, button[class*=ajax], .woocommerce button.button, .woocommerce-message .showlogin, .woocommerce-message .restore-item, .forminator-ui[data-design=none] .forminator-button, .fluentform .ff-el-group button.ff-btn, .ct-button-secondary-text {
	font-family: var(--theme-button-font-family, var(--theme-font-family));
	font-size: var(--theme-button-font-size);
	font-weight: var(--theme-button-font-weight);
	font-style: var(--theme-button-font-style);
	line-height: var(--theme-button-line-height);
	letter-spacing: var(--theme-button-letter-spacing);
	text-transform: var(--theme-button-text-transform);
	-webkit-text-decoration: var(--theme-button-text-decoration);
	text-decoration: var(--theme-button-text-decoration);
}

[class*=ct-toggle] {
	display: flex;
	align-items: center;
	justify-content: center;
	position: var(--toggle-button-position, relative);
	z-index: var(--toggle-button-z-index, initial);
	cursor: pointer;
	appearance: none;
	width: var(--toggle-button-size);
	height: var(--toggle-button-size);
	flex: 0 0 var(--toggle-button-size);
	margin-block: var(--toggle-button-margin-block, initial);
	margin-inline: var(--toggle-button-margin-start, auto) var(--toggle-button-margin-end, 0);
	transition: color .12s cubic-bezier(.455, .03, .515, .955), border-color .12s cubic-bezier(.455, .03, .515, .955), background .12s cubic-bezier(.455, .03, .515, .955);
	padding: var(--toggle-button-padding, 0px) !important;
	box-shadow: var(--toggle-button-shadow, none) !important;
	border-radius: var(--toggle-button-radius, 0) !important;
	border-width: var(--toggle-button-border-width, 0px) !important;
	border-style: var(--toggle-button-border-style, solid) !important;
	border-color: var(--toggle-button-border-color, transparent) !important;
	background: var(--toggle-button-background, transparent) !important;
}

[class*=ct-toggle] svg {
	transform: var(--toggle-icon-transform);
	--theme-icon-transition: transform .15s ease-out, fill .12s cubic-bezier(.455, .03, .515, .955);
}

[class*=ct-toggle-close] {
	top: var(--toggle-button-top, initial);
	inset-inline-end: var(--toggle-button-inset-end, 0);
	--theme-icon-size: 12px;
	--theme-icon-color: rgba(255, 255, 255, .7);
}

[class*=ct-toggle-close]:hover {
	--toggle-icon-transform: rotate(90deg);
}

[class*=ct-toggle-close]:not([data-type=type-1]) {
	--toggle-button-radius: 5px;
}

[class*=ct-toggle-close][data-type=type-1] {
	--outline-offset: 5px;
}

[class*=ct-toggle-close][data-type=type-2] {
	--toggle-button-border-width: 1px;
	--toggle-button-border-color: rgba(0, 0, 0, .5);
}

[class*=ct-toggle-close][data-type=type-3] {
	--toggle-button-background: rgba(0, 0, 0, .5);
}

[data-button-state] .ct-button-loader {
	display: none;
}

[data-button-state*=loading] .ct-button-loader {
	display: block;
}

[data-button-state*=loading] svg:not(.ct-button-loader) {
	display: none;
}

[data-frame=default] {
	border: var(--theme-frame-size, 0px) solid var(--theme-frame-color);
}

[data-frame=default]:before, [data-frame=default]:after {
	position: fixed;
	content: "";
	z-index: 99999;
	left: 0;
	width: 100%;
	height: var(--theme-frame-size, 0px);
	background: var(--theme-frame-color);
}

[data-frame=default]:before {
	top: calc(var(--admin-bar, 0px));
}

[data-frame=default]:after {
	bottom: 0;
}

.entry-button {
	gap: .5em;
	font-size: 15px;
	align-self: var(--horizontal-alignment, flex-start);
}

.entry-button:not([class*=ct-button]) {
	display: flex;
	align-items: center;
}

.entry-button[class*=ct-button] {
	min-height: 40px;
	padding: 5px 15px;
}

.ct-module-title:is(p,span):not(:empty) {
	display: flex;
	margin-bottom: 15px;
}

.ct-slider-arrows {
	display: flex;
	-webkit-user-select: none;
	user-select: none;
}

.ct-slider-arrows span {
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: var(--slider-arrow-button-size, 26px);
	height: var(--slider-arrow-button-size, 26px);
	color: var(--theme-text-color);
	border: 1px solid var(--theme-border-color);
	transition: all .12s cubic-bezier(.455, .03, .515, .955);
}

.ct-slider-arrows span:hover {
	z-index: 1;
	color: var(--theme-button-text-hover-color);
	background: var(--theme-button-background-hover-color);
	border-color: var(--theme-button-background-hover-color);
}

.ct-slider-arrows .ct-arrow-prev {
	margin-inline-end: -1px;
	border-start-start-radius: 3px;
	border-end-start-radius: 3px;
}

.ct-slider-arrows .ct-arrow-next {
	border-start-end-radius: 3px;
	border-end-end-radius: 3px;
}

[data-cards=cover] .entry-card>.ct-media-container:after, .hero-section[data-type=type-2]>figure>.ct-media-container:after {
	position: absolute;
	content: "";
	inset: 0;
}

.ct-related-posts-container {
	padding: var(--padding, 50px) 0;
}

.ct-related-posts .ct-module-title {
	text-align: var(--horizontal-alignment);
}

.ct-related-posts .hentry>*:not(:last-child) {
	margin-block: 0 var(--card-element-spacing, 20px);
}

.ct-related-posts .ct-media-container {
	border-radius: var(--theme-border-radius, 5px);
}

.ct-related-posts .entry-meta {
	color: var(--theme-text-color);
}

.ct-related-posts :is(.entry-meta,.related-entry-title) {
	--theme-link-initial-color: initial;
}

form:is(.login,.register,.edit-account,.lost_reset_password) [class*=password-input] {
	position: relative;
	display: block;
}

form:is(.login,.register,.edit-account,.lost_reset_password) [class*=password-input] input {
	padding-inline-end: 38px;
}

form:is(.login,.register,.edit-account,.lost_reset_password) [class*=password-input] .show-password-input {
	position: absolute;
	inset-inline-end: 12px;
	top: calc(var(--theme-form-field-height, 40px) / 2 - 7px);
	width: 14px;
	height: 14px;
	cursor: pointer;
	padding: initial;
	background-color: var(--theme-text-color);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\'%3E%3Cpath d=\'M23.9,11.6C23.7,11.2,19.5,3,12,3S0.3,11.2,0.1,11.6c-0.1,0.3-0.1,0.6,0,0.9C0.3,12.8,4.5,21,12,21s11.7-8.2,11.9-8.6 C24,12.2,24,11.8,23.9,11.6zM12,19c-5.4,0-8.9-5.4-9.9-7c0.9-1.6,4.5-7,9.9-7c5.4,0,8.9,5.4,9.9,7C20.9,13.6,17.4,19,12,19zM12,8c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4C16,9.8,14.2,8,12,8zM12,14c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C14,13.1,13.1,14,12,14z\'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\'%3E%3Cpath d=\'M23.9,11.6C23.7,11.2,19.5,3,12,3S0.3,11.2,0.1,11.6c-0.1,0.3-0.1,0.6,0,0.9C0.3,12.8,4.5,21,12,21s11.7-8.2,11.9-8.6 C24,12.2,24,11.8,23.9,11.6zM12,19c-5.4,0-8.9-5.4-9.9-7c0.9-1.6,4.5-7,9.9-7c5.4,0,8.9,5.4,9.9,7C20.9,13.6,17.4,19,12,19zM12,8c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4C16,9.8,14.2,8,12,8zM12,14c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C14,13.1,13.1,14,12,14z\'/%3E%3C/svg%3E");
}

form:is(.login,.register,.edit-account,.lost_reset_password) [class*=password-input] .show-password-input.nitro-lazy {
	mask-image: none !important;
}

form:is(.login,.register,.edit-account,.lost_reset_password) [class*=password-input] input[type=text]~.show-password-input {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\'%3E%3Cpath d=\'M13.9,5.2C13.3,5.1,12.6,5,12,5c-5.4,0-8.9,5.4-9.9,7c0.5,0.9,1.1,1.8,1.8,2.5C4.3,15,4.2,15.6,3.8,16 c-0.2,0.2-0.4,0.2-0.6,0.2c-0.3,0-0.6-0.1-0.8-0.4c-0.9-1-1.6-2.2-2.3-3.4c-0.2-0.3-0.2-0.6,0-0.9C0.3,11.2,4.5,3,12,3c0.8,0,1.6,0.1,2.3,0.3c0.5,0.1,0.9,0.7,0.7,1.2C14.9,5,14.4,5.3,13.9,5.2z M0.3,22.3l22-22c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4L19.4,6c1.8,1.6,3.3,3.4,4.5,5.5c0.2,0.3,0.2,0.6,0,0.9C23.7,12.8,19.5,21,12,21c-2.1,0-4.1-0.6-5.8-1.8l-4.5,4.5C1.5,23.9,1.3,24,1,24s-0.5-0.1-0.7-0.3C-0.1,23.3-0.1,22.7,0.3,22.3zM14,11.4L11.4,14c0.2,0.1,0.4,0.1,0.6,0.1c0.5,0,1-0.2,1.4-0.5c0.4-0.4,0.6-0.9,0.6-1.4C14.1,11.9,14,11.7,14,11.4zM12,19c5.4,0,8.9-5.4,9.9-7c-1-1.8-2.3-3.3-3.9-4.6L15.5,10c0.4,0.7,0.6,1.5,0.6,2.3c0,1.1-0.5,2.1-1.3,2.8c-0.7,0.7-1.7,1.1-2.7,1.1c0,0-0.1,0-0.1,0c-0.7,0-1.4-0.3-2-0.6l-2.3,2.3C9,18.6,10.5,19,12,19z\'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\'%3E%3Cpath d=\'M13.9,5.2C13.3,5.1,12.6,5,12,5c-5.4,0-8.9,5.4-9.9,7c0.5,0.9,1.1,1.8,1.8,2.5C4.3,15,4.2,15.6,3.8,16 c-0.2,0.2-0.4,0.2-0.6,0.2c-0.3,0-0.6-0.1-0.8-0.4c-0.9-1-1.6-2.2-2.3-3.4c-0.2-0.3-0.2-0.6,0-0.9C0.3,11.2,4.5,3,12,3c0.8,0,1.6,0.1,2.3,0.3c0.5,0.1,0.9,0.7,0.7,1.2C14.9,5,14.4,5.3,13.9,5.2z M0.3,22.3l22-22c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4L19.4,6c1.8,1.6,3.3,3.4,4.5,5.5c0.2,0.3,0.2,0.6,0,0.9C23.7,12.8,19.5,21,12,21c-2.1,0-4.1-0.6-5.8-1.8l-4.5,4.5C1.5,23.9,1.3,24,1,24s-0.5-0.1-0.7-0.3C-0.1,23.3-0.1,22.7,0.3,22.3zM14,11.4L11.4,14c0.2,0.1,0.4,0.1,0.6,0.1c0.5,0,1-0.2,1.4-0.5c0.4-0.4,0.6-0.9,0.6-1.4C14.1,11.9,14,11.7,14,11.4zM12,19c5.4,0,8.9-5.4,9.9-7c-1-1.8-2.3-3.3-3.9-4.6L15.5,10c0.4,0.7,0.6,1.5,0.6,2.3c0,1.1-0.5,2.1-1.3,2.8c-0.7,0.7-1.7,1.1-2.7,1.1c0,0-0.1,0-0.1,0c-0.7,0-1.4-0.3-2-0.6l-2.3,2.3C9,18.6,10.5,19,12,19z\'/%3E%3C/svg%3E");
}

form:is(.login,.register,.edit-account,.lost_reset_password) [class*=password-input] input[type=text]~.show-password-input.nitro-lazy {
	mask-image: none !important;
}

.ct-featured-image {
	margin-left: auto;
	margin-right: auto;
}

.ct-featured-image .ct-media-container {
	border-radius: var(--theme-border-radius);
}

.ct-featured-image:not(.alignfull) {
	width: var(--theme-block-width);
}

.ct-featured-image:not(.alignwide):not(.alignfull) {
	max-width: var(--theme-block-max-width);
}

.ct-featured-image.alignwide {
	max-width: var(--theme-block-wide-max-width);
}

@media (max-width: 999.98px) {
	.ct-featured-image {
		padding-bottom: 30px;
	}
}

@media (min-width: 1000px) {
	.ct-featured-image {
		padding-bottom: 50px;
	}
}

.ct-featured-image figcaption {
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}

.post-edit-link {
	display: flex;
	align-items: center;
	font-size: 15px;
	margin-top: var(--theme-content-spacing);
	--theme-link-initial-color: var(--theme-text-color);
}

.post-edit-link:before {
	font-family: "dashicons";
	content: "";
	margin-inline-end: 5px;
}

.ct-video-indicator {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: opacity .12s cubic-bezier(.455, .03, .515, .955), visibility .12s cubic-bezier(.455, .03, .515, .955);
}

.ct-video-indicator svg {
	border-radius: 100%;
	transition: transform .12s cubic-bezier(.455, .03, .515, .955);
}

.ct-video-indicator svg:hover {
	transform: scale3d(1.1, 1.1, 1);
}

.ct-video-indicator .ct-video-loader {
	visibility: hidden;
}

.ct-video-indicator.loading svg {
	background: #fff;
}

.ct-video-indicator.loading .ct-video-loader {
	visibility: visible;
}

.ct-dynamic-media:not([data-state=playing]) .ct-pause-path, .ct-media-container:not([data-state=playing]) .ct-pause-path {
	display: none;
}

.ct-expandable-trigger[data-icon=arrow] {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	--theme-icon-size: 10px;
	--theme-icon-transition: transform .1s ease;
}

.ct-expandable-trigger[data-icon=arrow][aria-expanded=false] .ct-icon {
	transform: rotate(180deg);
}

[data-behaviour=drop-down][aria-hidden=true] {
	height: 0;
	overflow-y: clip;
	visibility: hidden;
}

[data-behaviour=drop-down].is-animating {
	transition: height .2s ease, opacity .2s ease;
	overflow-y: clip;
}

nav[class*=menu] .ct-menu-link {
	color: var(--theme-link-initial-color);
	--theme-icon-color: var(--theme-link-initial-color);
}

nav[class*=menu] li:hover>.ct-menu-link, nav[class*=menu] li:hover>.ct-sub-menu-parent {
	color: var(--theme-link-hover-color);
}

nav[class*=menu] li:hover>.ct-menu-link svg, nav[class*=menu] li:hover>.ct-sub-menu-parent svg {
	fill: var(--theme-icon-hover-color, var(--theme-link-hover-color));
}

nav[class*=menu] li[class*=current-menu-]>.ct-menu-link, nav[class*=menu] li[class*=current-menu-]>.ct-sub-menu-parent {
	color: var(--theme-link-active-color, var(--theme-link-hover-color));
}

nav[class*=menu] li[class*=current-menu-]>.ct-menu-link svg, nav[class*=menu] li[class*=current-menu-]>.ct-sub-menu-parent svg {
	fill: var(--theme-icon-active-color, var(--theme-icon-hover-color, var(--theme-link-active-color, var(--theme-link-hover-color))));
}

.menu {
	display: flex;
	gap: var(--menu-items-gap, 0px);
}

.menu li.menu-item, .menu li.page_item {
	display: flex;
	align-items: center;
}

.menu>li>.ct-menu-link {
	height: var(--menu-item-height, 100%);
	justify-content: var(--menu-item-alignment, center);
	--menu-item-padding: 0 calc(var(--menu-items-spacing, 25px) / 2);
}

.ct-menu-link {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	border-radius: var(--menu-item-radius, inherit);
}

.ct-menu-link:not(:empty) {
	padding: var(--menu-item-padding, 0px);
}

[data-stretch] {
	width: 100%;
}

[data-stretch]>.menu {
	flex: 1;
	justify-content: space-between;
}

.ct-create-menu {
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 14px;
}

[data-menu]>ul>li>a:before, [data-menu]>ul>li>a:after {
	position: absolute;
	left: var(--menu-indicator-left, 0);
	right: var(--menu-indicator-right, 0);
	margin: var(--menu-indicator-margin, 0);
	height: var(--menu-indicator-height, 2px);
	opacity: var(--menu-indicator-opacity, 0);
	background-color: var(--menu-indicator-hover-color, var(--theme-palette-color-2));
	transition: opacity .12s cubic-bezier(.455, .03, .515, .955), width .12s cubic-bezier(.455, .03, .515, .955), height .12s cubic-bezier(.455, .03, .515, .955), top .12s cubic-bezier(.455, .03, .515, .955), bottom .12s cubic-bezier(.455, .03, .515, .955);
}

[data-menu]>ul>li>a:before {
	top: var(--menu-indicator-y-position, 0);
}

[data-menu]>ul>li>a:after {
	bottom: var(--menu-indicator-y-position, 0);
}

[data-menu]>ul>li[class*=current-menu-]>a:before, [data-menu]>ul>li[class*=current-menu-]>a:after {
	background-color: var(--menu-indicator-active-color, var(--menu-indicator-hover-color, var(--theme-palette-color-2)));
}

[data-column=start] [data-items=primary] [data-menu*=type-1]:first-child>ul>li:first-child>a {
	padding-inline-start: 0;
}

[data-column=end] [data-items=primary] [data-menu*=type-1]:last-child>ul>li:last-child>a {
	padding-inline-end: 0;
}

[data-column=end] [data-items=primary] [data-menu*=type-1]:last-child>ul>li:last-child {
	--toggle-ghost-inset-end: 16px;
}

[data-menu*=type-2]>ul>li>a:after {
	content: "";
	width: var(--menu-indicator-width, 100%);
}

[data-menu*=type-2]>ul>li:hover>a, [data-menu*=type-2]>ul>li[class*=current-menu-]>a {
	--menu-indicator-opacity: 1;
}

[data-menu="type-2:center"]>ul>li {
	--menu-indicator-width: 0;
	--menu-indicator-margin: 0 auto;
}

[data-menu="type-2:center"]>ul>li:hover>a, [data-menu="type-2:center"]>ul>li[class*=current-menu-]>a {
	--menu-indicator-width: calc(100% - var(--menu-items-spacing, 25px));
}

[data-menu="type-2:left"]>ul>li {
	--menu-indicator-opacity: 1;
	--menu-indicator-left: calc(var(--menu-items-spacing, 25px) / 2);
	--menu-indicator-width: 0;
}

[data-menu="type-2:left"]>ul>li:hover>a, [data-menu="type-2:left"]>ul>li[class*=current-menu-]>a {
	--menu-indicator-width: calc(100% - var(--menu-items-spacing, 25px));
}

[data-menu*=type-3]>ul>li:hover>a {
	background-color: var(--menu-indicator-hover-color, var(--theme-palette-color-2));
}

[data-menu*=type-3]>ul>li[class*=current-menu-]>a {
	background-color: var(--menu-indicator-active-color, var(--menu-indicator-hover-color, var(--theme-palette-color-2)));
}

[data-menu*=type-4]>ul>li>a:before, [data-menu*=type-4]>ul>li>a:after {
	content: "";
	--menu-indicator-y-position: 10px;
}

[data-menu*=type-4]>ul>li:hover>a:before, [data-menu*=type-4]>ul>li:hover>a:after, [data-menu*=type-4]>ul>li[class*=current-menu-]>a:before, [data-menu*=type-4]>ul>li[class*=current-menu-]>a:after {
	--menu-indicator-opacity: 1;
	--menu-indicator-y-position: 0px;
}

[data-responsive=no] {
	overflow: hidden;
}

[data-responsive=no] .sub-menu {
	display: none;
}

[class*=animated-submenu][data-submenu] {
	position: relative;
}

[class*=animated-submenu]>.sub-menu {
	position: var(--dropdown-position, absolute);
	top: 100%;
	z-index: 10;
	min-width: 100px;
	margin-top: var(--sticky-state-dropdown-top-offset, var(--dropdown-top-offset, 0));
	border-radius: var(--theme-border-radius);
	width: var(--dropdown-width, 200px);
	background-color: var(--dropdown-background-color, var(--theme-palette-color-4));
	box-shadow: var(--theme-box-shadow);
}

[class*=animated-submenu]>.sub-menu:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: var(--sticky-state-dropdown-top-offset, var(--dropdown-top-offset, 0));
	transform: translateY(-100%);
	transition: height .2s ease;
}

.animated-submenu-block[data-submenu=right]>.sub-menu {
	left: var(--theme-submenu-inline-offset, 0);
}

.animated-submenu-block[data-submenu=left]>.sub-menu {
	right: var(--theme-submenu-inline-offset, 0);
}

.animated-submenu-inline>.sub-menu {
	top: 0;
	margin-top: 0;
}

.animated-submenu-inline>.sub-menu:before {
	width: var(--dropdown-horizontal-offset, 5px);
	height: 100%;
	transform: initial;
}

.animated-submenu-inline[data-submenu=right]>.sub-menu {
	left: calc(100% + var(--dropdown-horizontal-offset, 5px));
}

.animated-submenu-inline[data-submenu=right]>.sub-menu:before {
	left: calc(var(--dropdown-horizontal-offset, 5px) * -1);
	right: initial;
}

.animated-submenu-inline[data-submenu=left]>.sub-menu {
	right: calc(100% + var(--dropdown-horizontal-offset, 5px));
}

.animated-submenu-inline[data-submenu=left]>.sub-menu:before {
	left: initial;
	right: calc(var(--dropdown-horizontal-offset, 5px) * -1);
}

.ct-toggle-dropdown-desktop {
	--theme-icon-size: 8px;
	--toggle-button-size: 24px;
	--toggle-button-margin-end: -8px;
	--toggle-button-margin-start: var(--dropdown-toggle-margin-start, .2em);
}

.animated-submenu-inline [class*=ct-toggle] {
	--toggle-button-size: 18px;
	--dropdown-toggle-margin-start: auto;
	--toggle-ghost-inset-end: calc(var(--dropdown-items-spacing, 13px) * 1.5 + 16px);
}

.animated-submenu-inline[data-submenu=left]>a {
	--toggle-icon-transform: rotate(90deg);
}

.animated-submenu-inline[data-submenu=right]>a {
	--toggle-icon-transform: rotate(-90deg);
}

.ct-toggle-dropdown-desktop-ghost {
	pointer-events: none;
	inset-inline-end: var(--toggle-ghost-inset-end, calc(var(--menu-items-spacing, 25px) / 2 + 16px));
	--toggle-button-size: 24px;
	--toggle-button-margin-end: -24px;
}

.sub-menu {
	--menu-item-padding: var(--dropdown-items-spacing, 13px) calc(var(--dropdown-items-spacing, 13px) * 1.5);
}

.sub-menu .menu-item {
	border-top: var(--dropdown-divider);
}

[class*=animated-submenu]>.sub-menu {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .2s ease, visibility .2s ease, transform .2s ease, margin .2s ease, height .2s ease;
}

[class*=animated-submenu].ct-active>.sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

[class*=animated-submenu]:not(.ct-active):not([class*=ct-mega-menu])>.sub-menu {
	overflow: hidden;
	max-height: calc(100vh - var(--header-height) - var(--admin-bar, 0px) - var(--theme-frame-size, 0px) - 10px);
}

[data-dropdown*=type-1] [class*=animated-submenu]>.sub-menu {
	transform: translate3d(0, 10px, 0);
}

[data-dropdown*=type-1] [class*=animated-submenu].ct-active>.sub-menu {
	transform: translate3d(0, 0, 0);
}

[data-dropdown*=type-3] [class*=animated-submenu]>.sub-menu>li {
	transition: opacity .5s cubic-bezier(.35, .81, .41, 1), transform .5s cubic-bezier(.35, .81, .41, 1);
}

[data-dropdown*=type-3] [class*=animated-submenu]:not(.ct-active)>.sub-menu>li {
	opacity: 0;
	transform: translate3d(0, 5px, 0);
}

[data-dropdown*=type-4] [class*=animated-submenu]>.sub-menu {
	transition: none;
}

.mobile-menu {
	width: 100%;
}

.mobile-menu li {
	display: flex;
	flex-direction: column;
	align-items: var(--horizontal-alignment);
}

.mobile-menu .ct-menu-link {
	text-align: var(--text-horizontal-alignment);
	justify-content: var(--horizontal-alignment);
	--menu-item-padding: var(--items-vertical-spacing, 5px) 0;
}

.mobile-menu .ct-sub-menu-parent {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.mobile-menu [class*=children]>ul {
	position: relative;
	width: calc(100% + 10px);
	margin-inline-end: -10px;
	padding-inline-end: 10px;
	overflow: hidden;
}

.mobile-menu [class*=children]>ul.is-animating {
	transition: height .3s ease;
}

.mobile-menu[data-interaction=click] [class*=children]:not(.dropdown-active)>ul {
	display: none;
}

.mobile-menu-inline ul, .footer-menu-inline ul {
	flex-wrap: wrap;
	justify-content: var(--horizontal-alignment);
	row-gap: calc(var(--menu-items-spacing, 25px) / 2);
	margin: 0 calc(var(--menu-items-spacing, 25px) / 2 * -1);
}

.footer-menu-inline {
	--menu-item-alignment: var(--horizontal-alignment);
}

.footer-menu-inline li {
	width: var(--menu-item-width);
}

#header {
	position: relative;
	z-index: 50;
}

@media (max-width: 999.98px) {
	#header [data-device=desktop] {
		display: none;
	}
}

@media (min-width: 1000px) {
	#header [data-device=mobile] {
		display: none;
	}
}

#header [data-row] {
	position: var(--position, relative);
	box-shadow: var(--theme-box-shadow);
	border-top: var(--theme-border-top);
	border-bottom: var(--theme-border-bottom);
	backdrop-filter: blur(var(--theme-backdrop-blur));
}

#header [data-row]>div {
	min-height: var(--shrink-height, var(--height));
	border-top: var(--theme-border-top);
	border-bottom: var(--theme-border-bottom);
}

#header [data-row*=top] {
	z-index: 3;
}

#header [data-row*=middle] {
	z-index: 2;
}

#header [data-row*=bottom] {
	z-index: 1;
}

#header [data-row*=boxed] {
	box-shadow: none;
	backdrop-filter: none;
}

#header [data-row*=boxed]>div {
	padding: var(--row-padding, 0 35px);
	box-shadow: var(--theme-box-shadow);
	border-radius: var(--row-border-radius);
	backdrop-filter: blur(var(--theme-backdrop-blur));
}

#header [data-column] {
	min-height: inherit;
}

#header [data-column=middle] {
	display: flex;
}

#header [data-column=start], #header [data-column=end] {
	min-width: 0;
}

#header [data-items] {
	width: 100%;
}

#header [data-column-set="2"]>div {
	display: grid;
	grid-template-columns: auto auto;
}

#header [data-column-set="3"]>div {
	display: grid;
	grid-template-columns: 1fr var(--middle-column-width, auto) 1fr;
}

[data-placements] {
	display: grid;
}

[data-placements="2"] {
	display: grid;
	grid-template-columns: auto auto;
}

[data-column=middle]>[data-items] {
	justify-content: center;
}

[data-column=start]>[data-items=secondary] {
	justify-content: flex-end;
}

[data-column=end]>[data-items=primary] {
	justify-content: flex-end;
}

#header [data-items] {
	display: flex;
	align-items: center;
	min-width: 0;
}

#header [data-items]>* {
	margin: var(--margin, 0 10px);
}

[data-column=start] [data-items=primary]>*:first-child {
	--margin: 0 10px 0 0;
}

[data-column=end] [data-items=primary]>*:last-child {
	--margin: 0 0 0 10px;
}

.ct-cart-item, .ct-header-cta, .ct-header-text, .ct-account-item, .ct-header-compare, .ct-header-wishlist, .ct-language-switcher [data-label] {
	display: flex;
	align-items: var(--align-items, center);
}

.ct-cart-item, .ct-social-box, .ct-account-item, .ct-header-compare, .ct-header-wishlist {
	--theme-link-initial-color: var(--theme-text-color);
}

.ct-cart-item:hover svg, .ct-social-box a:hover svg, .ct-color-switch:hover svg, .ct-header-search:hover svg, .ct-account-item:hover svg, .ct-header-trigger:hover svg, .ct-header-compare:hover svg, .ct-header-wishlist:hover svg, .ct-language-switcher:hover svg {
	fill: var(--theme-icon-hover-color, var(--theme-palette-color-2));
}

.ct-color-switch, .ct-header-search, .ct-header-trigger {
	--theme-link-initial-color: var(--theme-text-color);
}

.ct-color-switch .ct-label, .ct-header-search .ct-label, .ct-header-trigger .ct-label {
	transition: inherit;
	color: var(--theme-link-initial-color);
}

.ct-color-switch:hover .ct-label, .ct-header-search:hover .ct-label, .ct-header-trigger:hover .ct-label {
	color: var(--theme-link-hover-color);
}

.ct-builder-no-item {
	font-size: 13px;
}

[class*=header-menu] {
	display: flex;
	align-items: center;
	height: 100%;
	min-width: 0;
}

[class*=header-menu] .menu {
	height: inherit;
}

[class*=header-menu] .menu>li>.ct-menu-link {
	white-space: nowrap;
}

#search-modal {
	--vertical-alignment: initial;
}

#search-modal input {
	--has-classic-forms: var(--false);
	--theme-form-field-border-width: 0 0 1px 0;
	--search-input-additional-padding: 10px;
}

@media (max-width: 689.98px) {
	#search-modal input {
		--theme-form-font-size: 22px;
		--theme-form-field-height: 70px;
		--theme-form-field-padding: 0px;
		margin-bottom: 25px;
	}
}

@media (min-width: 690px) {
	#search-modal input {
		--theme-form-font-size: 35px;
		--theme-form-field-height: 90px;
		--theme-form-field-padding: 0 50px 0 0;
		margin-bottom: 35px;
	}
}

#search-modal form {
	display: block;
	margin: auto;
	width: 100%;
	max-width: var(--max-width, 800px);
}

@media (max-width: 999.98px) {
	#search-modal form {
		--max-width: 90%;
		--search-button-size: 40px;
	}
}

@media (min-width: 690px) {
	#search-modal form {
		--search-button-size: 48px;
	}
}

#search-modal form .ct-search-form-controls {
	position: absolute;
	inset-inline-end: 0;
}

@media (max-width: 689.98px) {
	#search-modal form .ct-search-form-controls {
		top: 15px;
	}
}

@media (min-width: 690px) {
	#search-modal form .ct-search-form-controls {
		top: 21px;
	}
}

#search-modal form .ct-search-form-controls button {
	--theme-button-border-radius: 100%;
	--theme-icon-size: calc(100% / 3);
}

.ct-header-text {
	color: var(--theme-text-color);
	text-align: var(--horizontal-alignment);
}

.ct-header-text[data-width=stretch] {
	width: 100%;
	max-width: var(--max-width);
}

.ct-header-text .entry-content {
	width: 100%;
}

.ct-header-trigger .ct-icon[data-type] {
	transition: none;
}

.ct-header-trigger .ct-icon[data-type] rect {
	transform-origin: 50% 50%;
	transition: all .12s cubic-bezier(.455, .03, .515, .955);
}

.ct-header-trigger .ct-icon[data-type=type-2] rect:nth-child(1) {
	width: 10px;
}

.ct-header-trigger .ct-icon[data-type=type-2] rect:nth-child(3) {
	width: 15px;
}

.ct-header-trigger .ct-icon[data-type=type-3] rect:nth-child(1), .ct-header-trigger .ct-icon[data-type=type-3] rect:nth-child(3) {
	width: 12px;
}

.ct-header-trigger .ct-icon[data-type=type-3] rect:nth-child(1) {
	x: 6px;
}

.ct-header-trigger:hover [data-type=type-2] rect:nth-child(1), .ct-header-trigger:hover [data-type=type-2] rect:nth-child(3), .ct-header-trigger:hover [data-type=type-3] rect:nth-child(1), .ct-header-trigger:hover [data-type=type-3] rect:nth-child(3) {
	width: 18px;
}

.ct-header-trigger:hover [data-type=type-3] rect:nth-child(1) {
	x: 0px;
}

.ct-header-trigger[aria-expanded=true] .ct-icon[data-type] rect:nth-child(1), .ct-header-trigger[aria-expanded=true] .ct-icon[data-type] rect:nth-child(3) {
	width: 18px;
	y: 6.15px;
}

.ct-header-trigger[aria-expanded=true] .ct-icon[data-type] rect:nth-child(1) {
	x: 0px;
	transform: rotate(45deg);
}

.ct-header-trigger[aria-expanded=true] .ct-icon[data-type] rect:nth-child(2) {
	opacity: 0;
}

.ct-header-trigger[aria-expanded=true] .ct-icon[data-type] rect:nth-child(3) {
	transform: rotate(-45deg);
}

.ct-header-trigger[data-design*=outline] {
	--toggle-button-border-width: 1px;
	--toggle-button-border-color: var(--secondColor, rgba(224, 229, 235, .9));
}

.ct-header-trigger[data-design*=outline]:hover {
	--toggle-button-border-color: var(--secondColorHover, rgba(224, 229, 235, .9));
}

.ct-header-trigger[data-design*=solid] {
	--toggle-button-background: var(--secondColor, rgba(224, 229, 235, .9));
}

.ct-header-trigger[data-design*=solid]:hover {
	--toggle-button-background: var(--secondColorHover, rgba(224, 229, 235, .9));
}

.site-branding {
	display: flex;
	text-align: var(--horizontal-alignment);
}

.site-branding:not([data-logo=top]) {
	align-items: center;
}

.site-title {
	display: block;
	margin-bottom: 0;
}

.site-title:not(:has(>a)) {
	color: var(--theme-link-initial-color);
}

.site-description {
	color: var(--theme-text-color);
	margin-bottom: 0;
}

.site-description:not(:only-child) {
	margin-top: .3em;
}

@media (min-width: 1000px) {
	.ct-header .site-description {
		white-space: nowrap;
	}
}

.site-logo-container {
	position: relative;
	line-height: 0;
	height: var(--logo-shrink-height, var(--logo-max-height, 50px));
	transition: none;
}

.site-logo-container img {
	width: auto;
	max-width: initial;
	object-fit: contain;
}

.site-logo-container img, .site-logo-container svg, .site-logo-container picture {
	height: inherit;
	vertical-align: initial;
}

.sticky-logo, .dark-mode-logo {
	display: none;
}

[data-sticky*=yes] .sticky-logo {
	display: initial;
}

[data-sticky*=yes] .sticky-logo~.default-logo {
	display: none;
}

[data-color-mode*=dark] .dark-mode-logo {
	display: initial;
}

[data-color-mode*=dark] .dark-mode-logo~.sticky-logo, [data-color-mode*=dark] .dark-mode-logo~.default-logo {
	display: none;
}

@media (prefers-color-scheme: dark) {
	[data-color-mode*=os-default] .dark-mode-logo {
		display: initial;
	}
	
	[data-color-mode*=os-default] .dark-mode-logo~.sticky-logo, [data-color-mode*=os-default] .dark-mode-logo~.default-logo {
		display: none;
	}
}

[data-logo=top] {
	flex-direction: column;
}

[data-logo=top] .site-description {
	margin-top: .3em;
}

[data-logo=left] .site-title-container {
	margin-inline-start: 1em;
}

[data-logo=right] {
	flex-direction: row-reverse;
}

[data-logo=right] .site-title-container {
	margin-inline-end: 1em;
}

.ct-header-cta {
	flex-shrink: 0;
	--theme-button-line-height: 1.3;
	--theme-icon-color: currentColor;
}

.ct-header-cta a {
	gap: var(--theme-button-gap, .5em);
}

.ct-header-cta [data-size=small] {
	--theme-button-min-height: 34px;
	--theme-button-padding: 5px 15px;
	--theme-button-font-size: 13px;
}

.ct-header-cta [data-size=medium] {
	--theme-button-min-height: 42px;
	--theme-button-padding: 5px 20px;
}

.ct-header-cta [data-size=large] {
	--theme-button-min-height: 50px;
	--theme-button-padding: 5px 30px;
	--theme-button-font-size: 16px;
}

.ct-header-cta .ct-button-text {
	display: flex;
	flex-direction: column;
	text-align: var(--horizontal-alignment);
}

.ct-header-cta .ct-button-secondary-text {
	color: var(--theme-button-text-initial-color);
	transition: color .12s cubic-bezier(.455, .03, .515, .955);
}

.ct-header-cta a:hover .ct-button-secondary-text {
	color: var(--theme-button-text-hover-color);
}

#offcanvas .ct-panel-content-inner {
	--margin: 0 0 20px 0;
}

#offcanvas .ct-panel-content-inner>* {
	margin: var(--margin);
}

#offcanvas .ct-panel-content-inner>*:first-child {
	margin-top: 0;
}

#offcanvas .ct-panel-content-inner>*:last-child {
	margin-bottom: 0;
}

@media (max-width: 999.98px) {
	#offcanvas [data-device=desktop] {
		display: none;
	}
}

@media (min-width: 1000px) {
	#offcanvas [data-device=mobile] {
		display: none;
	}
}

.ct-header-cart, .ct-header-account, .ct-language-switcher[data-type=dropdown] {
	position: relative;
}

.ct-header-cart:hover [data-placement], .ct-header-cart:focus-within [data-placement], .ct-header-account:hover [data-placement], .ct-header-account:focus-within [data-placement], .ct-language-switcher[data-type=dropdown]:hover [data-placement], .ct-language-switcher[data-type=dropdown]:focus-within [data-placement] {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.ct-cart-content, .ct-header-account>ul, .ct-language-switcher[data-type=dropdown]>ul {
	position: absolute;
	z-index: 15;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 10px, 0);
	transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.ct-cart-content:not([data-placement]) *, .ct-header-account>ul:not([data-placement]) *, .ct-language-switcher[data-type=dropdown]>ul:not([data-placement]) * {
	transition: none;
}

#offcanvas .ct-cart-content, #offcanvas .ct-header-account>ul, #offcanvas .ct-language-switcher[data-type=dropdown]>ul {
	display: none;
}

[data-sticky*=yes], [data-sticky*=fixed] {
	position: fixed;
	z-index: 5;
	top: calc(var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--header-sticky-offset, 0px));
	left: var(--theme-frame-size, 0px);
	right: calc(var(--theme-frame-size, 0px) + var(--scrollbar-width, 0px));
}

[data-sticky*=slide][data-sticky*=yes-start] {
	transform: translateY(-100%);
}

[data-sticky*=slide][data-sticky*=yes-end] {
	transition: transform var(--header-sticky-animation-speed, .2s) cubic-bezier(.455, .03, .515, .955);
}

[data-sticky*=slide][data-sticky*=yes-hide-start] {
	transform: none;
}

[data-sticky*=slide][data-sticky*=yes-hide-end] {
	transform: translateY(-100%);
	transition: transform var(--header-sticky-animation-speed, .2s) cubic-bezier(.455, .03, .515, .955);
}

[data-sticky*=fade][data-sticky*=yes-start] {
	opacity: 0;
}

[data-sticky*=fade][data-sticky*=yes-end] {
	transition: opacity var(--header-sticky-animation-speed, .2s) cubic-bezier(.455, .03, .515, .955);
}

[data-sticky*=fade][data-sticky*=yes-hide-start] {
	opacity: 1;
}

[data-sticky*=fade][data-sticky*=yes-hide-end] {
	opacity: 0;
	transition: opacity var(--header-sticky-animation-speed, .2s) cubic-bezier(.455, .03, .515, .955);
}

[data-sticky], [data-sticky] [data-row], [data-sticky] [data-row*=boxed]>div {
	transition: box-shadow var(--header-sticky-animation-speed, .2s) cubic-bezier(.455, .03, .515, .955), backdrop-filter var(--header-sticky-animation-speed, .2s) cubic-bezier(.455, .03, .515, .955), background-color var(--header-sticky-animation-speed, .2s) cubic-bezier(.455, .03, .515, .955);
}

[data-sticky] .ct-header-text, [data-sticky] .site-description {
	transition: color .12s cubic-bezier(.455, .03, .515, .955);
}

@media (max-width: 999.98px) {
	[data-device=mobile][data-transparent] {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
}

@media (min-width: 1000px) {
	[data-device=desktop][data-transparent] {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
}

.ct-footer {
	padding: var(--footer-container-padding);
}

.ct-footer.ct-container {
	margin-bottom: var(--footer-container-bottom-offset);
	border-radius: var(--footer-container-border-radius);
}

.ct-footer [data-row]>div {
	display: grid;
	grid-template-columns: var(--grid-template-columns);
	grid-column-gap: var(--columns-gap, 50px);
	grid-row-gap: var(--columns-gap, 50px);
	padding-block: var(--container-spacing);
}

.ct-footer [data-column] {
	display: flex;
	flex-direction: column;
	align-items: var(--horizontal-alignment);
	justify-content: var(--vertical-alignment, flex-start);
	min-width: 0;
}

.ct-footer [data-column*=widget] {
	text-align: var(--text-horizontal-alignment);
}

@media (max-width: 999.98px) {
	.ct-footer [data-column=ghost] {
		display: none;
	}
}

.ct-footer [data-row] {
	border-top: var(--theme-border-top);
	border-bottom: var(--theme-border-bottom);
}

.ct-footer [data-row]>div {
	border-top: var(--theme-border-top);
	border-bottom: var(--theme-border-bottom);
}

@media (min-width: 1000px) {
	.ct-footer [data-column] {
		position: relative;
	}
	
	.ct-footer [data-column]:not(:last-child):after {
		position: absolute;
		content: "";
		top: calc(var(--container-spacing) * -1);
		inset-inline-end: calc(var(--columns-gap, 50px) / 2 * -1);
		height: calc(100% + var(--container-spacing) * 2);
		border-inline-end: var(--theme-border);
	}
}

[data-columns-divider] {
	position: relative;
}

[data-columns-divider]:after {
	position: absolute;
	inset: 0;
	width: 0px;
	margin: 0 auto;
	border-inline-end: var(--theme-border);
}

@media (min-width: 690px)and (max-width: 999.98px) {
	[data-columns-divider*=md]:after {
		content: "";
	}
}

@media (max-width: 689.98px) {
	[data-columns-divider*=sm]:after {
		content: "";
	}
}

[data-footer*=reveal] .site-main {
	box-shadow: var(--footer-box-shadow);
}

[data-footer*=reveal] .site-main, [data-footer*=reveal] #main-container {
	background: inherit;
}

[data-footer*=reveal] .site-main, [data-footer*=reveal] .ct-trending-block {
	z-index: 1;
}

[data-footer*=reveal] #main-container>[data-block] {
	z-index: 2;
}

[data-footer*=reveal] .ct-footer {
	position: var(--position);
	bottom: var(--theme-frame-size, 0px);
}

.ct-footer [data-column]>[data-id] {
	margin: var(--margin);
}

[data-column*=copyright] {
	display: flex;
	flex-direction: column;
	justify-content: var(--vertical-alignment);
	text-align: var(--horizontal-alignment);
}

.ct-footer-copyright {
	color: var(--theme-text-color);
	--theme-content-spacing: 0;
	--theme-link-initial-color: var(--theme-text-color);
}

.ct-footer-copyright>*:not(:first-child) {
	margin-top: .5em;
}

.ct-footer-socials .ct-social-box {
	justify-content: var(--horizontal-alignment);
}

.ct-footer .ct-widget {
	color: var(--theme-text-color);
	margin: var(--margin);
	--theme-link-initial-color: var(--theme-text-color);
}

.ct-footer .ct-widget:not(:first-child) {
	margin-top: var(--widgets-gap, 40px);
}

.ct-footer .ct-widget:has(.ct-newsletter-subscribe-block,.wp-block-separator) {
	width: 100%;
}

.ct-search-form {
	position: relative;
	display: flex;
	isolation: isolate;
	--theme-link-initial-color: var(--theme-text-color);
}

.ct-search-form input {
	z-index: 2;
}

.ct-search-form input::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.ct-search-form[data-form-controls=inside] .wp-element-button {
	transform: none;
	box-shadow: none;
	border-radius: var(--has-classic-forms, var(--theme-form-field-border-radius, 3px));
	border-start-start-radius: 0;
	border-end-start-radius: 0;
	border-width: var(--theme-form-field-border-width, 1px);
	border-style: var(--theme-form-field-border-style, solid);
	border-color: var(--theme-form-field-border-initial-color);
	--theme-icon-size: 13px;
	--theme-button-text-initial-color: var(--theme-text-color);
	--theme-button-text-hover-color: var(--theme-form-field-border-focus-color);
	--theme-button-background-initial-color: var(--has-classic-forms, var(--theme-form-field-background-initial-color));
	--theme-button-background-hover-color: var(--has-classic-forms, var(--theme-form-field-background-initial-color));
}

.ct-search-form[data-form-controls=inside]:not([data-taxonomy-filter=true]) [data-button*=icon] {
	border-inline-start: 0;
}

.ct-search-form[data-form-controls=outside] .wp-element-button {
	margin-inline-start: 10px;
	border-radius: var(--theme-form-field-border-radius, 3px);
}

.ct-search-form[data-taxonomy-filter=true] input, .ct-search-form[data-form-controls=inside] input, .ct-search-form[data-form-controls=inside] select {
	border-inline-end: 0;
	border-start-end-radius: 0;
	border-end-end-radius: 0;
}

.ct-search-form input:focus~.ct-search-form-controls select, .ct-search-form input:focus~.ct-search-form-controls [data-button*=inside] {
	border-color: var(--theme-form-field-border-focus-color);
	background-color: var(--has-classic-forms, var(--theme-form-field-background-focus-color));
}

.ct-search-form .ct-search-form-controls {
	display: flex;
	z-index: 2;
}

.ct-search-form select {
	font-size: 14px;
	width: var(--search-form-select-width, auto);
	border-start-start-radius: 0;
	border-end-start-radius: 0;
}

.ct-search-form select:focus {
	--theme-form-field-border-focus-color: var(--theme-form-field-border-initial-color);
}

.ct-search-form .wp-element-button {
	white-space: nowrap;
	--theme-button-min-height: var(--search-button-size, var(--theme-form-field-height, 40px));
}

.ct-search-form .wp-element-button[data-button*=icon] {
	padding: initial;
	width: var(--search-button-size, var(--theme-form-field-height, 40px));
	--theme-icon-color: currentColor;
}

.ct-search-form .ct-ajax-loader {
	opacity: 0;
	--loader-size: 18px;
}

.ct-search-form.ct-has-dropdown {
	z-index: 2;
}

.widget_media_gallery .gallery {
	display: grid;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.widget_media_gallery .gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.widget_media_gallery .gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.widget_media_gallery .gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.widget_media_gallery .gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.widget_media_gallery .gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.widget_media_gallery .gallery-item a:hover {
	opacity: .8;
}

.ct-query-template-grid {
	display: grid;
	gap: var(--grid-columns-gap, 30px);
	grid-template-columns: repeat(var(--grid-columns-width), minmax(0, 1fr));
}

[class*=ct-contact-info] {
	--theme-link-initial-color: var(--theme-block-text-color, var(--theme-text-color));
}

[class*=ct-contact-info] ul {
	display: flex;
	flex-direction: var(--items-direction, row);
	flex-wrap: wrap;
	gap: var(--items-spacing, 15px);
	align-items: var(--horizontal-alignment);
	text-align: start;
}

[class*=ct-contact-info] li {
	display: flex;
	column-gap: 15px;
	align-items: center;
}

[class*=ct-contact-info] li:hover a {
	color: var(--theme-link-hover-color);
}

[class*=ct-contact-info] .contact-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	word-break: break-word;
	color: var(--theme-block-text-color, var(--theme-text-color));
}

[class*=ct-contact-info] .contact-title {
	font-weight: 600;
}

.ct-dynamic-data a {
	--theme-link-initial-color: initial;
}

.ct-dynamic-media {
	display: flex;
}

.ct-dynamic-media .ct-dynamic-media-inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	will-change: transform;
}

@media (hover: hover) {
	.ct-dynamic-media .ct-dynamic-media-inner[data-hover] img {
		transition: transform .5s ease;
	}
	
	.ct-dynamic-media .ct-dynamic-media-inner[data-hover=zoom-in]:hover img {
		transform: scale(1.1);
	}
	
	.ct-dynamic-media .ct-dynamic-media-inner[data-hover=zoom-out] img {
		transform: scale(1.1);
	}
	
	.ct-dynamic-media .ct-dynamic-media-inner[data-hover=zoom-out]:hover img {
		transform: scale(1);
	}
}

.ct-dynamic-data-layer {
	color: var(--theme-text-color);
	--theme-link-initial-color: var(--theme-text-color);
}

.ct-dynamic-data-layer>span {
	margin-inline-end: 5px;
}

.ct-widget li ul, .ct-widget li ol {
	padding-inline-start: 25px;
}

[data-panel*=in] [data-behaviour=modal].active .ct-panel-content, [data-panel*=out] [data-behaviour=modal] .ct-panel-content {
	animation-duration: .25s;
	animation-fill-mode: both;
}

[data-panel*=in] [data-behaviour=modal].active .ct-panel-content {
	animation-name: move-in;
}

[data-panel*=out] [data-behaviour=modal] .ct-panel-content {
	animation-name: move-out;
}

@keyframes move-in {
	0% {
		opacity: 0;
		transform: translate3d(0, -40px, 0);
	}
	
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes move-out {
	0% {
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		transform: translate3d(0, 40px, 0);
	}
}

[data-behaviour*=side] .ct-panel-inner {
	position: absolute;
	inset-block: 0px;
	height: calc(100% - var(--side-panel-offset, 0px) * 2);
	width: calc(100% - var(--side-panel-offset, 0px) * 2);
	max-width: var(--side-panel-width, 500px);
	margin: var(--side-panel-offset, 0px);
	box-shadow: var(--theme-box-shadow);
	border-radius: var(--side-panel-border-radius, 0px);
	transition: transform .25s ease-in-out;
}

[data-panel*=in] [data-behaviour*=side].active .ct-panel-inner {
	transform: translate3d(0, 0, 0);
}

[data-behaviour*=right-side] .ct-panel-inner {
	align-self: flex-end;
	transform: translate3d(var(--theme-panel-reveal-right, 20%), 0, 0);
}

[data-behaviour*=left-side] .ct-panel-inner {
	align-self: flex-start;
	transform: translate3d(var(--theme-panel-reveal-left, -20%), 0, 0);
}

body[data-panel] {
	padding-right: var(--scrollbar-width, 0px);
}

body[data-panel] .ct-panel.active {
	display: flex;
}

body[data-panel*=in] .ct-panel.active {
	opacity: 1;
	pointer-events: auto;
}

.ct-panel {
	flex-direction: column;
	position: fixed;
	z-index: 999999;
	inset: var(--admin-bar, 0px) 0 0 0;
	opacity: 0;
	display: none;
	pointer-events: none;
	transition: opacity .25s ease-in-out;
}

.ct-panel .ct-panel-inner {
	display: flex;
	flex-direction: column;
}

@media (max-width: 689.98px) {
	.ct-panel .ct-panel-inner {
		--panel-padding: 25px;
	}
}

.ct-panel-actions {
	display: flex;
	align-items: center;
	padding-inline: var(--panel-padding, 35px);
}

@media (max-width: 689.98px) {
	.ct-panel-actions {
		padding-top: 20px;
	}
}

@media (min-width: 690px) {
	.ct-panel-actions {
		padding-top: 30px;
	}
}

.ct-panel-actions .ct-panel-heading {
	font-size: 15px;
	font-weight: 600;
	color: var(--theme-text-color);
}

.ct-panel-actions .ct-toggle-close {
	--toggle-button-padding: 10px;
	--toggle-button-margin-end: -10px;
	--toggle-button-margin-block: -10px;
}

.ct-panel-content {
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
	justify-content: var(--vertical-alignment, flex-start);
}

.ct-panel-content-inner {
	display: flex;
	flex-direction: column;
	align-items: var(--horizontal-alignment, flex-start);
	height: var(--panel-content-height, auto);
	overflow-y: auto;
	padding: var(--panel-padding, 35px);
}

.ct-social-box {
	display: flex;
	flex-direction: var(--items-direction, row);
	flex-wrap: var(--wrap, wrap);
	gap: var(--items-spacing, 15px);
}

.ct-social-box a {
	display: flex;
	align-items: center;
}

.ct-social-box .ct-label {
	margin-inline-start: .7em;
	transition: color .12s cubic-bezier(.455, .03, .515, .955);
}

[data-color=official] .ct-icon-container {
	--theme-icon-color: var(--official-color);
	--theme-icon-hover-color: var(--official-color);
	transition: opacity .12s cubic-bezier(.455, .03, .515, .955);
}

[data-color=official] .ct-icon-container:hover {
	opacity: .7;
}

[data-color=official] .ct-label {
	color: var(--official-color);
}

[data-color=official][data-icons-type*=solid] .ct-icon-container {
	--theme-icon-color: #fff;
	--theme-icon-hover-color: #fff;
	background-color: var(--official-color);
}

[data-color=official][data-icons-type*=outline] .ct-icon-container {
	border: 1px solid var(--official-color);
}

.ct-drawer-canvas[data-location=end] {
	height: calc(var(--shortcuts-bar-parent-height, var(--shortcuts-bar-height, 0px)) + var(--floating-bar-parent-height, var(--floating-bar-height, 0px)) + var(--compare-bar-height, 0px));
}

.ct-drawer-canvas[data-location=end] .ct-drawer-inner {
	position: fixed;
	z-index: 100;
	inset-inline: var(--theme-frame-size, 0px) calc(var(--theme-frame-size, 0px) + var(--scrollbar-width, 0px));
	bottom: var(--theme-frame-size, 0px);
	height: calc(var(--shortcuts-bar-parent-height, var(--shortcuts-bar-height, 0px)) + var(--floating-bar-parent-height, var(--floating-bar-height, 0px)) + var(--compare-bar-height, 0px));
	transition: transform .2s ease;
}

#main-container {
	display: flex;
	flex-direction: column;
	position: relative;
	min-height: calc(100vh - var(--admin-bar, 0px) - var(--theme-frame-size, 0px) * 2);
	overflow: hidden;
	overflow: clip;
}

#main-container .site-main {
	flex-grow: 1;
}

[class*=ct-container] {
	margin-inline: auto;
}

.ct-container, .ct-container-narrow {
	width: var(--theme-container-width);
}

.ct-container {
	max-width: var(--theme-normal-container-max-width);
}

.ct-container-narrow {
	max-width: var(--theme-narrow-container-max-width);
}

.ct-container-fluid {
	width: calc(var(--theme-container-edge-spacing) - var(--theme-frame-size, 0px) * 2);
}

@media (min-width: 1000px) {
	.ct-container-fluid {
		--theme-container-edge-spacing: calc(100vw - 60px);
	}
}

.is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	width: var(--theme-block-width);
}

.is-width-constrained {
	margin-inline: auto;
	width: var(--theme-container-width);
	max-width: var(--theme-block-max-width);
}

[data-vertical-spacing*=top] {
	padding-top: var(--theme-content-vertical-spacing);
}

[data-vertical-spacing*=bottom] {
	padding-bottom: var(--theme-content-vertical-spacing);
}

[data-layout*=grid] {
	display: grid;
	grid-template-columns: var(--grid-template-columns);
	grid-column-gap: var(--grid-columns-gap, 30px);
	grid-row-gap: var(--grid-columns-gap, 30px);
}

@media (max-width: 689.98px) {
	[data-layout=enhanced-grid] {
		--grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

@media (min-width: 690px) {
	[data-layout=enhanced-grid] {
		--grid-template-columns: repeat(6, 1fr);
	}
}

@media (min-width: 690px)and (max-width: 999.98px) {
	[data-layout=enhanced-grid]>* {
		grid-column: span 3;
	}
}

@media (min-width: 1000px) {
	[data-layout=enhanced-grid]>* {
		grid-column: span 2;
	}
	
	[data-layout=enhanced-grid]>*:nth-child(5n+1), [data-layout=enhanced-grid]>*:nth-child(5n+2) {
		grid-column: span 3;
	}
}

[data-archive=default][data-layout=simple] article {
	display: flex;
	gap: var(--card-inner-spacing, 30px);
}

@media (max-width: 689.98px) {
	[data-archive=default][data-layout=simple] article {
		flex-direction: column;
	}
}

@media (min-width: 690px) {
	[data-archive=default][data-layout=simple] article>.ct-media-container {
		max-width: var(--card-media-max-width, 40%);
		flex-shrink: 0;
		margin-inline-end: 0;
	}
	
	[data-archive=default][data-layout=simple] article>.ct-media-container:not(.boundless-image) {
		align-self: center;
	}
}

[data-archive=default][data-layout=simple] article .card-content {
	flex: 1;
}

@media (min-width: 690px) {
	[data-archive=default][data-layout=simple] article .card-content {
		align-self: center;
	}
}

[data-archive=default][data-layout=simple]>article {
	border-bottom: var(--card-border, none);
	padding-bottom: var(--grid-columns-gap, 30px);
}

[data-archive=default][data-layout=simple]>article:not(:last-child) {
	margin-bottom: var(--grid-columns-gap, 30px);
}

@media (min-width: 690px) {
	[data-archive=default][data-layout=simple][data-cards=boxed] .entry-card .boundless-image {
		width: 100%;
		margin-bottom: calc(var(--card-inner-spacing, 30px) * -1);
	}
}

[data-archive=default][data-layout=classic] article:not(:last-child) {
	margin-bottom: var(--grid-columns-gap, 30px);
}

[data-archive=default][data-layout=gutenberg]>article {
	align-items: center;
}

[data-archive=default][data-layout=gutenberg]>article:not(:last-child) {
	margin-bottom: var(--grid-columns-gap, 30px);
}

[data-archive=default][data-layout=gutenberg]>article>*:not(.entry-button) {
	width: 100%;
}

[data-archive=default][data-layout=gutenberg]>article>*:not(.ct-media-container) {
	max-width: var(--theme-narrow-container-max-width);
}

[data-archive=default][data-layout=gutenberg]>article>.ct-media-container {
	max-width: calc(var(--theme-narrow-container-max-width) + var(--theme-wide-offset) * 2);
}

[data-archive=default][data-layout=gutenberg]>article:not(:last-child):after {
	content: "·····";
	font-size: 25px;
	letter-spacing: 1.5em;
	padding-inline-start: 1.5em;
	font-family: serif;
	text-align: center;
	opacity: .5;
	margin-top: calc(var(--grid-columns-gap, 30px) + 10px);
}

[data-archive=default] .entry-card {
	text-align: var(--text-horizontal-alignment);
}

[data-archive=default] .entry-card .entry-title {
	--theme-link-initial-color: initial;
}

[data-archive=default] .entry-card .entry-divider {
	border-bottom: var(--entry-divider);
}

[data-archive=default] .card-content {
	display: flex;
	flex-direction: column;
}

[data-archive=default] .card-content>* {
	margin-block: 0 var(--card-element-spacing, 20px);
}

[data-archive=default] .card-content>*:last-child {
	margin-bottom: 0;
}

[data-cards=boxed] .entry-card, [data-cards=cover] .entry-card {
	padding: var(--card-inner-spacing, 30px);
	border: var(--card-border, none);
	box-shadow: var(--theme-box-shadow);
	border-radius: var(--theme-border-radius);
}

[data-archive=default][data-cards=cover] .entry-card {
	position: relative;
	min-height: var(--card-min-height, 400px);
	justify-content: var(--vertical-alignment);
}

[data-archive=default][data-cards=cover] .entry-card .ct-media-container {
	position: absolute;
	isolation: isolate;
	inset: 0;
	margin: 0;
}

[data-archive=default][data-cards=cover] .entry-card .ct-media-container img {
	height: 100%;
}

[data-archive=default][data-cards=cover] .entry-card>*:not(.ct-media-container) {
	position: relative;
	z-index: 1;
}

[data-archive=default][data-cards=simple] .entry-card {
	padding-bottom: var(--grid-columns-gap, 30px);
	border-bottom: var(--card-border, none);
}

.entries:not([data-cards=cover]) :is(.entry-button,.entry-meta,.ct-media-container):last-child:not(:only-child) {
	--card-element-margin-start: auto;
	margin-top: var(--card-element-margin-start);
}

.entry-excerpt {
	max-width: 100%;
	color: var(--theme-text-color);
}

.entry-card .ct-media-container {
	box-shadow: var(--theme-image-shadow);
	border-radius: var(--theme-image-border-radius, var(--theme-border-radius, 0px));
}

.entry-card .boundless-image {
	width: calc(100% + var(--card-inner-spacing, 30px) * 2);
	margin-inline: calc(var(--card-inner-spacing, 30px) * -1);
}

.entry-card .boundless-image:first-child {
	margin-top: calc(var(--card-inner-spacing, 30px) * -1);
}

.entry-card .boundless-image:first-child:not(:only-child) {
	border-end-start-radius: 0;
	border-end-end-radius: 0;
}

.entry-card .boundless-image:last-child {
	margin-bottom: calc(var(--card-inner-spacing, 30px) * -1);
}

.entry-card .boundless-image:last-child:not(:only-child) {
	border-start-start-radius: 0;
	border-start-end-radius: 0;
}

.entry-card .boundless-image:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.entry-card .boundless-image img {
	height: 100%;
}

@media (min-width: 690px) {
	[data-layout=simple][data-cards=boxed] .entry-card .boundless-image {
		border-radius: var(--theme-image-border-radius, var(--theme-border-radius, 0px));
		border-start-end-radius: 0;
		border-end-end-radius: 0;
	}
}

article>.ct-comments, article>.ct-related-posts {
	margin-top: 60px;
	padding-top: 50px;
	border-top: 1px solid var(--theme-border-color);
}

@media (max-width: 689.98px) {
	.ct-comments-container>div {
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

@media (min-width: 690px) {
	.ct-comments-container>div {
		padding-top: 60px;
		padding-bottom: 100px;
	}
}

[data-block-structure=custom] {
	width: 100%;
}

.hero-section .ct-author-name [class*=ct-media-container] {
	border-radius: 100%;
	margin-bottom: 10px;
}

.author-box-socials {
	--theme-icon-size: 12px;
	--theme-icon-color: #fff;
}

.author-box-socials span {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
}

.author-box-socials span a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: var(--background-color, var(--theme-palette-color-1));
}

.author-box-socials span a:hover {
	background: var(--background-hover-color, var(--theme-palette-color-2));
}

.author-box-socials span a:hover .ct-icon {
	fill: var(--theme-icon-hover-color, #fff);
}

.ct-no-results {
	--alignment: center;
}

.ct-no-results .ct-search-form {
	margin: 0 auto;
	max-width: 400px;
}

[data-content=normal]>article {
	--theme-block-width: var(--has-wide, var(--theme-container-width));
	--theme-block-max-width: var(--has-wide, var(--theme-normal-container-max-width));
	--theme-block-wide-max-width: var(--has-wide, calc(var(--theme-normal-container-max-width) + var(--theme-wide-offset) * 2));
	--theme-boxed-content-max-width: var(--theme-normal-container-max-width);
}

[data-content=narrow]>article {
	--theme-block-width: var(--has-wide, var(--theme-container-width));
	--theme-block-max-width: var(--has-wide, var(--theme-narrow-container-max-width));
	--theme-block-wide-max-width: var(--has-wide, calc(var(--theme-narrow-container-max-width) + var(--theme-wide-offset) * 2));
	--theme-boxed-content-max-width: var(--theme-narrow-container-max-width);
}

[class*=ct-container]>article {
	--has-background: var(--has-boxed);
	--has-boxed-structure: var(--has-boxed);
	--wp--style--global--content-size: var(--theme-block-max-width);
	--wp--style--global--wide-size: var(--theme-block-wide-max-width);
	border: var(--has-boxed, var(--theme-boxed-content-border));
	padding: var(--has-boxed, var(--theme-boxed-content-spacing));
	box-shadow: var(--has-boxed, var(--theme-boxed-content-box-shadow));
	border-radius: var(--has-boxed, var(--theme-boxed-content-border-radius));
	margin-inline: var(--has-boxed-structure, auto);
	width: var(--has-boxed-structure, var(--theme-container-width));
	max-width: var(--has-boxed-structure, var(--theme-boxed-content-max-width));
}

[data-prefix*=preview-mode] article[class*=post] {
	--has-boxed: var(--false);
	--has-wide: var(--true);
}

.alignleft, .alignright {
	margin-top: .3em;
	margin-bottom: .3em;
}

.alignleft {
	float: left;
	margin-inline-end: 1.5em;
}

.alignright {
	float: right;
	margin-inline-start: 1.5em;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.entry-content>.alignleft {
	margin-inline-start: calc(( 100% - min(var(--theme-block-max-width), var(--theme-container-width-base)) ) / 2);
}

.entry-content>.alignright {
	margin-inline-end: calc(( 100% - min(var(--theme-block-max-width), var(--theme-container-width-base)) ) / 2);
}

.entry-content .alignleft {
	margin-inline-end: var(--theme-content-spacing);
}

.entry-content .alignright {
	margin-inline-start: var(--theme-content-spacing);
}

.entry-content:after {
	display: table;
	clear: both;
	content: "";
}

.wp-block-image:last-child {
	margin-bottom: 0;
}

.wp-block-image.wp-lightbox-container {
	isolation: isolate;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.is-style-outline, .wp-block-buttons .wp-block-button.is-style-outline>.wp-block-button__link {
	padding: var(--theme-button-padding);
}

.wp-block-button[style*=font-weight] .wp-block-button__link {
	font-weight: inherit;
}

article>.entry-content>table, article>.entry-content>iframe {
	--theme-block-width: var(--theme-container-width);
}

:where(.wp-block-calendar table:not(.has-background) th) {
	background: var(--theme-form-field-border-initial-color);
}

.wp-block-calendar table caption {
	font-weight: 500;
	padding: 0;
	margin-bottom: .7rem;
}

.wp-block-calendar table:where(:not(.has-text-color)) td, .wp-block-calendar table:where(:not(.has-text-color)) th {
	border-color: var(--theme-form-field-border-initial-color);
}

.has-drop-cap:not(:focus):first-letter {
	font-size: 5.55em;
	font-weight: 700;
}

@media (max-width: 689.98px) {
	.instagram-media {
		max-width: 100% !important;
		min-width: initial !important;
	}
}

.entry-content figcaption {
	text-align: center;
	margin-block: .5em 0;
}

.entry-content .wp-caption {
	max-width: min(var(--theme-block-width), var(--theme-block-max-width));
}

.wp-block-table table:not(.has-border-color) thead, .wp-block-table table:not(.has-border-color) tfoot, .wp-block-table table:not(.has-border-color) td, .wp-block-table table:not(.has-border-color) th {
	border-color: var(--theme-table-border-color, var(--theme-border-color));
}

.wp-block-table.is-style-stripes {
	border: 0;
}

.wp-block-search .wp-element-button {
	min-height: var(--theme-form-field-height, 40px);
}

.wp-block-search.wp-block-search__icon-button .wp-element-button {
	padding: 5px;
	min-width: var(--theme-form-field-height, 40px);
}

.wp-block-search.wp-block-search__text-button .wp-element-button {
	padding: 5px 20px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border-radius: var(--theme-form-field-border-radius, 3px);
	border-color: var(--theme-form-field-border-initial-color);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	border: none;
}

.wp-block-spacer {
	margin-block: 0;
}

.wp-block-gallery ul {
	width: 100%;
	margin-bottom: -16px;
}

.wp-block-gallery figcaption {
	--theme-block-max-width: 100%;
}

.wp-block-separator {
	border: none;
	color: var(--theme-form-field-border-initial-color);
}

.wp-block-separator:not(:where(.is-style-wide,.is-style-dots,.alignfull,.alignwide)) {
	max-width: 100px;
}

.wp-block-separator:not(.is-style-dots) {
	height: 2px;
}

.page-links, .woocommerce-pagination>.page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 500;
	border-top: 1px solid var(--theme-border-color);
	padding-top: calc(var(--theme-content-spacing) + 1.5em);
	margin-top: calc(var(--theme-content-spacing) + 1.5em);
}

.page-links a, .page-links .current, .page-links .post-pages-label, .woocommerce-pagination>.page-numbers a, .woocommerce-pagination>.page-numbers .current, .woocommerce-pagination>.page-numbers .post-pages-label {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	min-width: 38px;
	padding: 0 10px;
	border-radius: 3px;
	border: 1px solid var(--theme-border-color);
}

.page-links .current, .woocommerce-pagination>.page-numbers .current {
	color: #fff;
	background: var(--theme-palette-color-1);
	--theme-border-color: var(--theme-palette-color-1);
}

.page-links a, .woocommerce-pagination>.page-numbers a {
	--theme-link-initial-color: var(--theme-text-color);
}

.page-links a:hover, .woocommerce-pagination>.page-numbers a:hover {
	box-shadow: 0px 0px 0px 1px var(--theme-palette-color-1);
	--theme-border-color: var(--theme-palette-color-1);
}

@media (max-width: 600px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding: var(--theme-content-spacing);
	}
}

.wp-block-media-text .wp-block-media-text__content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 600px) {
	.wp-block-media-text:not(.has-background) .wp-block-media-text__content {
		padding-inline: 0;
		padding-bottom: 0;
	}
}

.wp-block-post-title a {
	--theme-link-initial-color: initial;
}

.post-password-form>p:last-child {
	display: grid;
	align-items: flex-end;
	gap: 15px;
}

@media (min-width: 690px) {
	.post-password-form>p:last-child {
		grid-template-columns: 1fr 250px;
	}
}

.post-password-form>p:last-child>label {
	margin-bottom: 0;
}

.post-password-form>p:last-child>label input {
	margin-top: .5em;
}

.post-password-form>p:last-child>input[type=submit] {
	height: var(--theme-form-field-height, 40px);
}

blockquote:where(:not(.is-style-plain)):where(:not(.has-text-align-center):not(.has-text-align-right)) {
	border-inline-start: 4px solid var(--theme-palette-color-1);
}

blockquote:where(:not(.is-style-plain)).has-text-align-center {
	padding-block: 1.5em;
	border-block: 3px solid var(--theme-palette-color-1);
}

blockquote:where(:not(.is-style-plain)).has-text-align-right {
	border-inline-end: 4px solid var(--theme-palette-color-1);
}

blockquote:where(:not(.is-style-plain):not(.has-text-align-center):not(.has-text-align-right)) {
	padding-inline-start: 1.5em;
}

blockquote.has-text-align-right {
	padding-inline-end: 1.5em;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote cite {
	font-size: 14px;
}

figure.wp-block-pullquote {
	position: relative;
	padding: 70px;
	text-align: initial;
	border-width: 10px;
	border-style: solid;
	border-color: var(--theme-palette-color-1);
}

@media (max-width: 689.98px) {
	figure.wp-block-pullquote {
		padding: 50px;
	}
}

figure.wp-block-pullquote blockquote {
	border: 0;
	padding: 0;
	position: relative;
	isolation: isolate;
}

figure.wp-block-pullquote blockquote:before {
	position: absolute;
	z-index: -1;
	content: "";
	width: var(--quote-icon-size, 70px);
	height: var(--quote-icon-size, 70px);
	top: calc(var(--quote-icon-size, 70px) / -3);
	inset-inline-start: calc(var(--quote-icon-size, 70px) / -3);
	opacity: .15;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3E%3Cpath d=\'M0,19.04v-8.62c-0.04-1.24,0.14-2.4,0.54-3.49S1.49,4.88,2.2,4.06C2.92,3.23,3.77,2.55,4.76,2C5.76,1.46,6.84,1.11,8,0.96 v3.72C6.58,5.17,5.6,5.89,5.07,6.85C4.55,7.8,4.29,8.98,4.29,10.37H8v8.67H0zM12,19.04v-8.62c-0.04-1.24,0.14-2.4,0.53-3.49 s0.95-2.05,1.66-2.87c0.71-0.83,1.57-1.51,2.56-2.06c0.99-0.54,2.08-0.89,3.24-1.04v3.72c-1.43,0.49-2.4,1.21-2.93,2.17c-0.53,0.96-0.79,2.13-0.79,3.52H20v8.67H12z\'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3E%3Cpath d=\'M0,19.04v-8.62c-0.04-1.24,0.14-2.4,0.54-3.49S1.49,4.88,2.2,4.06C2.92,3.23,3.77,2.55,4.76,2C5.76,1.46,6.84,1.11,8,0.96 v3.72C6.58,5.17,5.6,5.89,5.07,6.85C4.55,7.8,4.29,8.98,4.29,10.37H8v8.67H0zM12,19.04v-8.62c-0.04-1.24,0.14-2.4,0.53-3.49 s0.95-2.05,1.66-2.87c0.71-0.83,1.57-1.51,2.56-2.06c0.99-0.54,2.08-0.89,3.24-1.04v3.72c-1.43,0.49-2.4,1.21-2.93,2.17c-0.53,0.96-0.79,2.13-0.79,3.52H20v8.67H12z\'/%3E%3C/svg%3E");
}

@media (max-width: 689.98px) {
	figure.wp-block-pullquote blockquote:before {
		--quote-icon-size: 40px;
	}
}

figure.wp-block-pullquote blockquote p {
	margin-bottom: 1em;
}

figure.wp-block-pullquote blockquote p:last-child {
	margin-bottom: 0;
}

figure.wp-block-pullquote blockquote cite {
	font-size: 16px;
	font-weight: 500;
}

.wp-block-group.is-position-sticky {
	top: calc(var(--wp-block-top-offset, 0px) + var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--header-sticky-height, 0px) * var(--sticky-shrink, 100) / 100);
}

:root :where(p.has-background,.wp-block-group.has-background) {
	padding: var(--theme-content-spacing);
}

.price, .ct-product-sku {
	color: var(--theme-text-color);
}

.sale-price {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 5px;
	text-decoration: inherit;
}

.sale-price del {
	order: 2;
	font-size: 80%;
}

.clear {
	clear: both;
}

.woo-listing-top {
	display: flex;
	align-items: center;
	gap: 13px;
}

.woo-listing-top:not(:empty) {
	margin-bottom: 25px;
}

.woo-listing-top .woocommerce-result-count {
	margin-bottom: 0;
	color: var(--theme-text-color);
}

.woo-listing-top .woocommerce-ordering {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline-start: auto;
	position: relative;
}

.woo-listing-top .woocommerce-ordering select {
	font-size: 14px;
	height: 40px;
	cursor: pointer;
}

@media (max-width: 689.98px) {
	.woo-listing-top .woocommerce-ordering select {
		color: rgba(0, 0, 0, 0);
		width: 34px;
		height: 34px;
		padding: 0;
		-webkit-user-select: none;
		user-select: none;
		background-image: none;
	}
	
	.woo-listing-top .woocommerce-ordering select.nitro-lazy {
		background-image: none !important;
	}
}

.woo-listing-top .woocommerce-ordering .ct-sort-icon {
	position: absolute;
	pointer-events: none;
}

.onsale, .out-of-stock-badge, [class*=ct-woo-badge-] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	position: var(--has-container, absolute);
	top: var(--has-container, var(--badge-top, 15px));
	inset-inline-start: var(--has-container, var(--badge-left, 15px));
	height: var(--badge-height, 28px);
	min-width: var(--badge-min-width, 55px);
	border-radius: var(--badge-radius, 0px);
	padding: var(--badge-padding, 5px 10px);
	text-align: center;
	color: var(--badge-text-color, #fff);
	background-color: var(--badge-background-color, var(--theme-palette-color-1));
}

.onsale[data-shape=type-2], .out-of-stock-badge[data-shape=type-2], [class*=ct-woo-badge-][data-shape=type-2] {
	--badge-radius: 3px;
}

.onsale[data-shape=type-3], .out-of-stock-badge[data-shape=type-3], [class*=ct-woo-badge-][data-shape=type-3] {
	aspect-ratio: 1/1;
	--badge-radius: 200px;
	--badge-height: 48px;
	--badge-min-width: auto;
	--badge-padding: 5px 7px;
}

.product-entry-wrapper {
	position: relative;
	--badge-top: 20px;
	--badge-left: 20px;
}

@media (max-width: 689.98px) {
	.thumbs-left .product-entry-wrapper {
		--badge-left: 20px;
	}
}

@media (min-width: 690px) {
	.thumbs-left .product-entry-wrapper {
		--badge-left: calc(var(--thumbs-width) + var(--thumbs-spacing, 15px) + 20px);
	}
}

table.shop_table {
	margin-bottom: 2em;
	--theme-table-padding: 1em .7em;
	--theme-table-border-width: 0;
	--theme-table-font-size: 15px;
}

table.shop_table tr {
	--theme-table-border-width: 0 0 1px 0;
	--theme-table-border-style: dashed;
}

table.shop_table tr>*:first-child {
	padding-inline-start: 0;
}

table.shop_table tr>*:last-child {
	padding-inline-end: 0;
}

table.shop_table th {
	vertical-align: top;
	text-align: initial;
}

table.shop_table thead th {
	--theme-table-border-width: 0 0 2px 0;
	--theme-table-border-style: solid;
	color: var(--theme-headings-color);
}

table.shop_table tfoot td {
	font-weight: 600;
}

table.shop_table a {
	font-weight: 500;
	--theme-link-initial-color: var(--theme-text-color);
}

table.shop_table ul:last-child, table.shop_table ol:last-child {
	margin-bottom: 0;
}

.shop_table tfoot tr:last-child, .cart_totals table tr:last-child, .woocommerce-cart-form__contents tbody tr:last-child {
	--theme-table-border-width: 0;
}

@media (max-width: 689.98px) {
	table.shop_table_responsive {
		--theme-table-padding: 1em 0;
	}
	
	table.shop_table_responsive thead {
		display: none;
	}
	
	table.shop_table_responsive tbody th {
		display: none;
	}
	
	table.shop_table_responsive tbody td {
		display: block;
		text-align: right;
	}
	
	table.shop_table_responsive tbody td[data-title]:before {
		content: attr(data-title) ": ";
		display: table;
		float: left;
		font-size: 14px;
		font-weight: 600;
	}
	
	table.shop_table_responsive tbody td.order-actions:before {
		display: none;
	}
	
	table.my_account_orders tbody tr:not(:last-child) td:last-child {
		--theme-table-border-style: solid;
		--theme-table-border-width: 0 0 2px 0;
	}
}

.woocommerce-shipping-totals {
	--theme-table-text-align: start;
}

.woocommerce-shipping-totals td {
	padding-inline-start: 0;
}

.woocommerce-shipping-totals td .ct-shipping-heading {
	font-weight: 600;
	margin-bottom: 15px;
}

.woocommerce-shipping-totals form button {
	width: 100%;
}

.woocommerce-shipping-totals p:last-of-type {
	margin-bottom: 0;
}

ul#shipping_method {
	clear: both;
	list-style: none;
	padding-inline-start: 0;
}

ul#shipping_method li:not(:last-child) {
	margin-bottom: 10px;
}

[class*=add_to_cart_button].loading {
	position: relative;
	gap: .5em;
}

[class*=add_to_cart_button].loading:after {
	content: "";
	width: var(--theme-button-spinner-size, 16px);
	height: var(--theme-button-spinner-size, 16px);
	background-color: currentColor;
	animation: spin 1s linear infinite;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\'%3E%3Ccircle cx=\'12\' cy=\'12\' r=\'10\' opacity=\'0.2\' fill=\'none\' stroke=\'currentColor\' stroke-miterlimit=\'10\' stroke-width=\'2.5\'/%3E%3Cpath d=\'m12,2c5.52,0,10,4.48,10,10\' fill=\'none\' stroke=\'currentColor\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2.5\'/%3E%3C/svg%3E") center no-repeat;
}

span.select2-container .select2-selection--single, span.select2-container .select2-selection--multiple {
	border-radius: var(--has-classic-forms, var(--theme-form-field-border-radius, 3px));
	background-color: var(--has-classic-forms, var(--theme-form-field-background-initial-color));
	border: var(--theme-form-field-border-width, 1px) var(--theme-form-field-border-style, solid) var(--theme-form-field-border-initial-color);
}

span.select2-container .select2-selection--single .select2-selection__rendered, span.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: var(--theme-form-text-initial-color, var(--theme-text-color));
	padding: var(--has-classic-forms, var(--theme-form-field-padding, 0 15px));
}

span.select2-container .select2-selection--single {
	height: var(--theme-form-field-height, 40px);
}

span.select2-container .select2-selection--single .select2-selection__rendered {
	height: 100%;
}

span.select2-container .select2-selection--single .select2-selection__arrow {
	inset-inline-end: 8px;
	height: calc(var(--theme-form-field-height, 40px) - 2px);
}

span.select2-container .select2-selection--single .select2-selection__arrow b {
	border-top-color: var(--theme-form-text-initial-color, var(--theme-text-color));
}

span.select2-container .select2-selection--multiple .select2-selection__rendered {
	min-height: var(--theme-form-field-height, 40px);
	gap: 4px;
	padding-block: 6px;
}

span.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

span.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field {
	margin: 0;
	height: auto;
}

span.select2-container.select2-container--open .select2-selection--single, span.select2-container.select2-container--open .select2-selection--multiple {
	background-color: var(--has-classic-forms, var(--theme-form-select-background-initial-color, #fff));
}

span.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b, span.select2-container.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
	border-bottom-color: var(--theme-form-text-initial-color, var(--theme-text-color));
}

span.select2-dropdown {
	color: var(--form-field-select-initial-color, var(--theme-text-color));
	background-color: var(--theme-form-select-background-initial-color, #fff);
	border-radius: var(--has-classic-forms, var(--theme-form-field-border-radius, 3px));
	border: var(--theme-form-field-border-width, 1px) var(--theme-form-field-border-style, solid) var(--theme-form-field-border-initial-color);
}

span.select2-dropdown.select2-dropdown--below {
	box-shadow: 0px 15px 30px -5px rgba(0, 0, 0, .05);
}

span.select2-dropdown .select2-search--dropdown {
	padding: 12px;
}

span.select2-dropdown .select2-search--dropdown .select2-search__field {
	height: 35px;
	padding: var(--has-classic-forms, 0 10px);
	border-radius: var(--has-classic-forms, 2px);
	border: var(--theme-form-field-border-width, 1px) solid var(--theme-form-field-border-initial-color);
}

span.select2-dropdown .select2-search--dropdown .select2-search__field:focus {
	border-color: var(--theme-form-select-background-active-color, var(--theme-palette-color-1));
}

span.select2-dropdown .select2-results__option {
	margin: 0;
	padding: 8px 12px;
}

span.select2-dropdown .select2-results__option[aria-selected=true], span.select2-dropdown .select2-results__option[data-selected=true] {
	background-color: rgba(0, 0, 0, .03);
}

span.select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected], span.select2-dropdown .select2-results__option.select2-results__option--highlighted[data-selected] {
	color: var(--form-field-select-active-color, #fff);
	background-color: var(--theme-form-select-background-active-color, var(--theme-palette-color-1));
}

.form-row label {
	display: block;
	font-weight: 500;
}

.form-row .required {
	color: red;
	font-weight: 700;
	text-decoration: none;
}

.form-row textarea {
	display: block;
}

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

.form-row:before, .form-row:after {
	content: "";
	display: table;
}

.form-row:after {
	clear: both;
}

.form-row-wide {
	clear: both;
}

@media (min-width: 690px) {
	.form-row-first, .form-row-last {
		width: 48%;
		overflow: visible;
	}
	
	.form-row-first {
		float: left;
	}
	
	.form-row-last {
		float: right;
	}
}

.demo_store {
	font-size: 15px;
	color: var(--theme-text-color);
	margin: 0;
	padding-block: 13px;
	padding-inline: 30px 60px;
	background-color: var(--background-color);
}

.demo_store:before {
	display: inline-block;
	font-family: "woo";
	font-size: 17px;
	font-weight: 700;
	content: "";
	margin-inline-end: 15px;
}

@media (max-width: 689.98px) {
	.demo_store:before {
		display: none !important;
	}
}

.demo_store .woocommerce-store-notice__dismiss-link {
	position: absolute;
	top: calc(50% - 15px);
	inset-inline-end: 30px;
	width: 30px;
	height: 30px;
	font-size: 0;
	border-radius: 100%;
	background: rgba(0, 0, 0, .07);
}

.demo_store .woocommerce-store-notice__dismiss-link:before {
	display: flex;
	align-items: center;
	justify-content: center;
	content: "×";
	font-size: 17px;
	color: var(--theme-text-color);
}

.demo_store .woocommerce-store-notice__dismiss-link:hover {
	background: rgba(0, 0, 0, .1);
}

.demo_store[data-position=top] {
	position: relative;
}

.demo_store[data-position=bottom] {
	position: fixed;
	z-index: 120;
	inset-inline: var(--theme-frame-size, 0px);
	bottom: var(--theme-frame-size, 0px);
}

.woocommerce-order h2 {
	font-size: 18px;
}

.woocommerce-order p {
	font-size: 15px;
}

.woocommerce-thankyou-order-details {
	position: relative;
	list-style: none;
	padding: 0;
	margin-bottom: .5em;
	border: 1px solid var(--theme-border-color);
}

@media (min-width: 690px) {
	.woocommerce-thankyou-order-details {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}

.woocommerce-thankyou-order-details li {
	padding: 1em 1.3em;
	margin-bottom: -1px;
	border-bottom: 1px solid var(--theme-border-color);
}

@media (min-width: 690px) {
	.woocommerce-thankyou-order-details li:nth-child(odd) {
		border-inline-end: 1px solid var(--theme-border-color);
	}
}

.woocommerce-thankyou-order-details li strong {
	display: block;
}

.woocommerce-customer-details {
	margin-top: 2em;
}

.woocommerce-customer-details .col2-set {
	display: grid;
}

@media (max-width: 689.98px) {
	.woocommerce-customer-details .col2-set {
		grid-row-gap: 2em;
	}
}

@media (min-width: 690px) {
	.woocommerce-customer-details .col2-set {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
	}
}

.woocommerce-customer-details address {
	font-size: 15px;
	padding: 1.5em;
	border-radius: 5px;
	border: 1px dashed var(--theme-border-color);
}

.woocommerce-customer-details address p:last-child {
	margin-bottom: 0;
}

.wc-item-meta {
	margin-top: 5px;
}

.wc-item-meta li p {
	display: inline-block;
	margin-bottom: 0;
}

[class*=ct-dynamic-count] {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	top: -9px;
	inset-inline-end: -9px;
	min-width: 16px;
	cursor: pointer;
	height: 16px;
	padding: 0 3px;
	font-size: 10px;
	font-weight: 600;
	font-style: normal;
	border-radius: 10px;
	color: var(--theme-cart-badge-text, #fff);
	background: var(--theme-cart-badge-background, var(--theme-palette-color-1));
}

[class*=ct-dynamic-count][data-count="0"] {
	display: none;
}

@media (prefers-reduced-motion: no-preference) {
	a.ct-added [class*=ct-dynamic-count] {
		animation: .6s ease-in-out .12s normal both 1 bounce-in;
	}
}

.ct-product-brands {
	display: flex;
	align-items: center;
	justify-content: var(--horizontal-alignment);
	flex-wrap: wrap;
	gap: var(--product-brands-gap, 10px);
	--theme-link-initial-color: var(--theme-text-color);
}

.ct-product-brands .ct-media-container {
	flex: 0 0 var(--product-brand-logo-size, 60px);
	max-width: var(--product-brand-logo-size, 60px);
}

.ct-header-cart [data-price=no] .amount {
	display: none;
}

.ct-header-cart[data-cart=hide-empty]:has([data-count="0"]) {
	display: none;
}

.woocommerce-page .wc-block-components-notice-banner {
	margin: 0 0 2rem 0;
}

.woocommerce-page .wc-block-components-notice-banner:is(.is-info,.is-error,.is-success) {
	border: none;
	color: var(--theme-text-color);
	background-color: var(--background-color);
}

.woocommerce-page .wc-block-components-notice-banner:is(.is-info,.is-error,.is-success) svg {
	fill: var(--theme-button-text-initial-color);
	background-color: var(--theme-button-background-initial-color);
}

.woocommerce-page .wc-block-components-notice-banner .wc-block-components-notice-banner__content .wc-forward {
	color: inherit !important;
	line-height: unset;
	font-weight: unset;
	text-decoration-line: unset;
	margin-inline-end: 5px;
	padding: unset;
	min-height: unset;
	background-color: unset;
}

.woocommerce-notices-wrapper {
	margin-inline: auto;
	width: var(--theme-container-width);
	max-width: var(--theme-block-max-width);
}

.woocommerce-info, .woocommerce-error, .woocommerce-message, .woocommerce-thankyou-order-received {
	display: flex;
	position: relative;
	font-size: 15px;
	color: var(--theme-text-color);
	padding: 10px;
	min-height: 60px;
	clear: both;
	border-radius: 5px;
	margin-bottom: 2rem;
	background: var(--background-color);
	--theme-link-initial-color: var(--theme-text-color);
}

@media (max-width: 479.98px) {
	.woocommerce-info, .woocommerce-error, .woocommerce-message, .woocommerce-thankyou-order-received {
		align-items: flex-start;
		flex-direction: column;
		padding: 15px;
	}
}

@media (min-width: 480px) {
	.woocommerce-info, .woocommerce-error, .woocommerce-message, .woocommerce-thankyou-order-received {
		align-items: center;
		padding-inline-start: 55px;
	}
}

.woocommerce-info li, .woocommerce-error li, .woocommerce-message li, .woocommerce-thankyou-order-received li {
	width: 100%;
	margin-bottom: .3em;
}

.woocommerce-info .button, .woocommerce-info .showlogin, .woocommerce-info .restore-item, .woocommerce-error .button, .woocommerce-error .showlogin, .woocommerce-error .restore-item, .woocommerce-message .button, .woocommerce-message .showlogin, .woocommerce-message .restore-item, .woocommerce-thankyou-order-received .button, .woocommerce-thankyou-order-received .showlogin, .woocommerce-thankyou-order-received .restore-item {
	order: 2;
	--theme-button-font-size: 14px;
	--theme-button-min-height: 40px;
	--theme-button-padding: 5px 15px;
}

@media (max-width: 479.98px) {
	.woocommerce-info .button, .woocommerce-info .showlogin, .woocommerce-info .restore-item, .woocommerce-error .button, .woocommerce-error .showlogin, .woocommerce-error .restore-item, .woocommerce-message .button, .woocommerce-message .showlogin, .woocommerce-message .restore-item, .woocommerce-thankyou-order-received .button, .woocommerce-thankyou-order-received .showlogin, .woocommerce-thankyou-order-received .restore-item {
		margin-top: 10px !important;
	}
}

@media (min-width: 480px) {
	.woocommerce-info .button, .woocommerce-info .showlogin, .woocommerce-info .restore-item, .woocommerce-error .button, .woocommerce-error .showlogin, .woocommerce-error .restore-item, .woocommerce-message .button, .woocommerce-message .showlogin, .woocommerce-message .restore-item, .woocommerce-thankyou-order-received .button, .woocommerce-thankyou-order-received .showlogin, .woocommerce-thankyou-order-received .restore-item {
		margin-inline-start: auto !important;
	}
}

.woocommerce-info:before, .woocommerce-error:before, .woocommerce-message:before, .woocommerce-thankyou-order-received:before {
	position: absolute;
	width: 18px;
	height: 18px;
	font-family: "woo";
	content: "";
	font-size: 18px;
	line-height: 18px;
	opacity: .9;
}

@media (max-width: 479.98px) {
	.woocommerce-info:before, .woocommerce-error:before, .woocommerce-message:before, .woocommerce-thankyou-order-received:before {
		display: none;
	}
}

@media (min-width: 480px) {
	.woocommerce-info:before, .woocommerce-error:before, .woocommerce-message:before, .woocommerce-thankyou-order-received:before {
		top: 21px;
		inset-inline-start: 20px;
	}
}

.woocommerce-info:after, .woocommerce-error:after, .woocommerce-message:after, .woocommerce-thankyou-order-received:after {
	display: table;
	content: "";
	clear: both;
}

.woocommerce ul.woocommerce-error {
	flex-direction: column;
	justify-content: center;
	margin-bottom: 2rem;
}

.woocommerce ul.woocommerce-error li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .3em;
}

div.quantity {
	position: relative;
	display: inline-block;
	width: var(--quantity-width, 70px);
	height: var(--quantity-height, 55px);
}

div.quantity input[type=number] {
	font-weight: 500;
	text-align: center;
	max-width: initial;
	height: inherit;
	border-radius: var(--theme-form-field-border-radius, 3px) !important;
	--theme-form-font-size: .9em;
	--theme-form-field-height: 100%;
	--theme-form-field-border-style: solid;
	--theme-form-field-border-initial-color: var(--quantity-initial-color, var(--theme-button-background-initial-color));
	--theme-form-field-background-initial-color: transparent;
}

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

div.quantity[data-type] input[type=number]::-webkit-inner-spin-button, div.quantity[data-type] input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

div.quantity .ct-increase, div.quantity .ct-decrease {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	color: var(--quantity-arrows-initial-color, #fff);
	background: var(--quantity-initial-color, var(--theme-button-background-initial-color));
	transition: all .12s cubic-bezier(.455, .03, .515, .955);
}

div.quantity .ct-increase:before, div.quantity .ct-decrease:before {
	font-family: "woo";
	font-weight: normal;
	line-height: normal;
}

div.quantity .ct-increase:hover, div.quantity .ct-decrease:hover {
	color: var(--quantity-arrows-hover-color, #fff);
	background: var(--quantity-hover-color, var(--theme-button-background-hover-color));
}

div.quantity .ct-increase~input[type=number]:focus, div.quantity .ct-decrease~input[type=number]:focus {
	border-color: var(--quantity-initial-color, var(--theme-button-background-initial-color));
	box-shadow: 0 0 0 1px var(--quantity-initial-color, var(--theme-button-background-initial-color));
}

div.quantity.hidden {
	display: none;
}

.quantity[data-type=type-1] {
	width: var(--quantity-width, 100px);
}

.quantity[data-type=type-1] input[type=number] {
	padding-block: 0px;
	padding-inline-start: 5px;
	padding-inline-end: calc(25% + 3px);
	border-width: 1px;
	border-inline-end-width: 0;
}

.quantity[data-type=type-1] .ct-increase, .quantity[data-type=type-1] .ct-decrease {
	inset-inline-end: 0;
	border-radius: 0;
	width: 25%;
	max-width: 25px;
}

.quantity[data-type=type-1] .ct-increase:before, .quantity[data-type=type-1] .ct-decrease:before {
	content: "";
	font-size: calc(var(--quantity-height, 55px) / 6.7);
}

.quantity[data-type=type-1] .ct-increase {
	top: 0;
	height: calc(50% - 1px);
	border-start-end-radius: var(--theme-form-field-border-radius, 3px);
}

.quantity[data-type=type-1] .ct-decrease {
	bottom: 0;
	height: 50%;
	border-end-end-radius: var(--theme-form-field-border-radius, 3px);
}

.quantity[data-type=type-1] .ct-decrease:before {
	transform: scale(1, -1);
}

.quantity[data-type=type-2] {
	width: var(--quantity-width, 130px);
}

.quantity[data-type=type-2] input[type=number] {
	border-width: 1px;
	padding-block: 0px;
	padding-inline: calc(var(--quantity-height, 55px) / 1.8 + 9%);
}

.quantity[data-type=type-2] .ct-increase, .quantity[data-type=type-2] .ct-decrease {
	top: calc(50% - var(--quantity-height, 55px) / 3.6);
	width: calc(var(--quantity-height, 55px) / 1.8);
	height: calc(var(--quantity-height, 55px) / 1.8);
	border-radius: var(--theme-form-field-border-radius, 3px);
	--quantity-initial-color: transparent;
}

.quantity[data-type=type-2] .ct-increase:before, .quantity[data-type=type-2] .ct-decrease:before {
	margin-top: 2px;
	font-size: calc(var(--quantity-height, 55px) / 5.5);
}

.quantity[data-type=type-2] .ct-increase {
	inset-inline-end: 9%;
}

.quantity[data-type=type-2] .ct-increase:before {
	content: "";
}

.quantity[data-type=type-2] .ct-decrease {
	inset-inline-start: 9%;
}

.quantity[data-type=type-2] .ct-decrease:before {
	content: "";
}

@media (max-width: 479.98px) {
	.cart_item .product-mobile-actions .quantity[data-type=type-2], .mini_cart_item .ct-product-actions .quantity[data-type=type-2], table.shop_table .ct-checkout-cart-item .quantity[data-type=type-2] {
		--quantity-width: 80px;
		--quantity-height: 38px;
	}
}

.shop_table .quantity {
	font-size: 14px;
	--quantity-height: 40px;
}

.shop_table .quantity[data-type=type-1] {
	--quantity-width: 70px;
}

.shop_table .quantity[data-type=type-2] {
	--quantity-width: 100px;
}

.cart_totals.processing>*, .ct-cart-content.processing>*, .woocommerce-checkout.processing>*, .woocommerce-cart-form.processing>*, .woocommerce-mini-cart-item.processing>* {
	pointer-events: none;
	opacity: .2;
	transition: opacity .25s ease;
}

.cart_totals .blockUI, .ct-cart-content .blockUI, .woocommerce-checkout .blockUI, .woocommerce-cart-form .blockUI, .woocommerce-mini-cart-item .blockUI {
	background: rgba(0, 0, 0, 0) !important;
}

.cart_totals .blockOverlay, .woocommerce-checkout .blockOverlay, .woocommerce-cart-form .blockOverlay {
	opacity: 1 !important;
}

.cart_totals .blockOverlay:before, .woocommerce-checkout .blockOverlay:before, .woocommerce-cart-form .blockOverlay:before {
	content: "";
	position: absolute;
	inset: 0;
	width: var(--overlay-loader-size, 23px);
	height: var(--overlay-loader-size, 23px);
	margin: auto;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'100%\' height=\'100%\' viewBox=\'0 0 40 40\'%3E%3Cpath opacity=\'.2\' fill=\'currentColor\' d=\'M20.201 5.169c-8.254 0-14.946 6.692-14.946 14.946 0 8.255 6.692 14.946 14.946 14.946s14.946-6.691 14.946-14.946c-.001-8.254-6.692-14.946-14.946-14.946zm0 26.58c-6.425 0-11.634-5.208-11.634-11.634 0-6.425 5.209-11.634 11.634-11.634 6.425 0 11.633 5.209 11.633 11.634 0 6.426-5.208 11.634-11.633 11.634z\'%3E%3C/path%3E%3Cpath fill=\'currentColor\' d=\'m26.013 10.047 1.654-2.866a14.855 14.855 0 0 0-7.466-2.012v3.312c2.119 0 4.1.576 5.812 1.566z\'%3E%3CanimateTransform attributeName=\'transform\' type=\'rotate\' from=\'0 20 20\' to=\'360 20 20\' dur=\'0.5s\' repeatCount=\'indefinite\'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'100%\' height=\'100%\' viewBox=\'0 0 40 40\'%3E%3Cpath opacity=\'.2\' fill=\'currentColor\' d=\'M20.201 5.169c-8.254 0-14.946 6.692-14.946 14.946 0 8.255 6.692 14.946 14.946 14.946s14.946-6.691 14.946-14.946c-.001-8.254-6.692-14.946-14.946-14.946zm0 26.58c-6.425 0-11.634-5.208-11.634-11.634 0-6.425 5.209-11.634 11.634-11.634 6.425 0 11.633 5.209 11.633 11.634 0 6.426-5.208 11.634-11.633 11.634z\'%3E%3C/path%3E%3Cpath fill=\'currentColor\' d=\'m26.013 10.047 1.654-2.866a14.855 14.855 0 0 0-7.466-2.012v3.312c2.119 0 4.1.576 5.812 1.566z\'%3E%3CanimateTransform attributeName=\'transform\' type=\'rotate\' from=\'0 20 20\' to=\'360 20 20\' dur=\'0.5s\' repeatCount=\'indefinite\'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E");
}

.woocommerce-checkout>.blockOverlay {
	position: fixed !important;
}

.woocommerce-password-strength {
	font-size: 13px;
	font-weight: 500;
	padding: 4px 12px;
	margin-top: .5em;
}

.woocommerce-password-strength.strong {
	background-color: #c1e1b9;
}

.woocommerce-password-strength.good {
	background-color: #ffe399;
}

.woocommerce-password-strength.short {
	background-color: #f1adad;
}

.woocommerce-password-strength.bad {
	background-color: #fbc5a9;
}

.woocommerce-password-hint {
	display: block;
	margin-top: .5em;
}

[data-products] {
	display: grid;
	grid-template-columns: var(--shop-columns);
	grid-column-gap: var(--grid-columns-gap, 30px);
	grid-row-gap: var(--grid-rows-gap, 30px);
}

@media (min-width: 1000px) {
	[data-products].columns-2 {
		--shop-columns: repeat(2, minmax(0, 1fr));
	}
	
	[data-products].columns-3 {
		--shop-columns: repeat(3, minmax(0, 1fr));
	}
	
	[data-products].columns-4 {
		--shop-columns: repeat(4, minmax(0, 1fr));
	}
	
	[data-products].columns-5 {
		--shop-columns: repeat(5, minmax(0, 1fr));
	}
	
	[data-products].columns-6 {
		--shop-columns: repeat(6, minmax(0, 1fr));
	}
}

[data-products] .product {
	display: flex;
	flex-direction: column;
	align-items: var(--horizontal-alignment);
	text-align: var(--text-horizontal-alignment);
	position: relative;
	isolation: isolate;
}

[data-products] .product>* {
	margin-bottom: var(--product-element-spacing, 10px);
}

[data-products] .product>*:last-child {
	margin-bottom: 0;
}

[data-products] figure {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
}

[data-products] figure .ct-media-container {
	border-radius: var(--theme-border-radius, 3px);
}

[data-products] :where(.woocommerce-loop-product__title,.woocommerce-loop-category__title) {
	--theme-content-spacing: 0;
	--theme-link-initial-color: initial;
}

[data-products] .price {
	--theme-font-size: 15px;
}

[data-products] .ct-woo-card-rating {
	display: flex;
	align-items: center;
	gap: .5em;
}

[data-products] .ct-woo-card-rating [class*=ct-rating] {
	font-size: 13px;
}

[data-products] [data-add-to-cart=auto-hide] .added {
	display: none;
}

.ct-woo-card-extra, .ct-woo-card-actions {
	--theme-button-shadow: none;
	--theme-button-transform: none;
}

.ct-woo-card-extra {
	position: absolute;
	z-index: 2;
	--theme-icon-size: 14px;
	--theme-icon-color: currentColor;
	--theme-button-border: none;
}

[data-products=type-1] .ct-woo-card-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: var(--horizontal-alignment);
	gap: 10px;
}

[data-products=type-1] .ct-woo-card-actions[data-alignment=equal] {
	margin-top: auto;
}

[data-products=type-2] .product {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding-inline: 20px;
	padding-bottom: 20px;
	box-shadow: var(--theme-box-shadow);
	border: var(--card-border);
	border-radius: var(--theme-border-radius, 3px);
	background: var(--backgroundColor, var(--theme-palette-color-8));
	--horizontal-alignment: center;
	--text-horizontal-alignment: center;
}

[data-products=type-2] figure .ct-media-container {
	border-radius: 0;
}

[data-products=type-2] figure, [data-products=type-2] .ct-woo-card-actions {
	width: calc(100% + 40px);
	margin-inline: -20px;
}

[data-products=type-2] .ct-woo-card-actions {
	display: flex;
	align-items: center;
	margin-top: auto;
	border-block: 1px solid rgba(0, 0, 0, .05);
}

[data-products=type-2] .ct-woo-card-actions:first-child {
	border-top: 0;
}

[data-products=type-2] .ct-woo-card-actions:last-child {
	border-bottom: none;
	margin-bottom: -20px;
}

[data-products=type-2] .ct-woo-card-actions>* {
	flex: 1 0 0;
	padding: 5px;
	min-height: 55px;
}

[data-products=type-2] .ct-woo-card-actions .price {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 5px;
}

[data-products=type-2] .ct-woo-card-actions .price:not(:only-child):after {
	position: absolute;
	content: "";
	inset-inline-end: 0;
	width: 1px;
	height: 30px;
	top: calc(50% - 15px);
	background: rgba(0, 0, 0, .05);
}

[data-products=type-2] .ct-woo-card-actions .button, [data-products=type-2] .ct-woo-card-actions .added_to_cart {
	border: none;
	background-color: rgba(0, 0, 0, 0);
}

@media (any-hover: hover) {
	[data-products=type-3] .product:hover .ct-woo-card-extra {
		opacity: 1;
		bottom: 15px;
	}
}

.ct-woo-card-extra[data-type=type-2] {
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
	inset-inline: 15px;
}

@media (any-hover: hover) {
	.ct-woo-card-extra[data-type=type-2] {
		opacity: 0;
		bottom: 0px;
		transition: opacity .15s ease, bottom .15s ease;
	}
}

@media (any-hover: none) {
	.ct-woo-card-extra[data-type=type-2] {
		bottom: 15px;
	}
}

.ct-woo-card-extra[data-type=type-2] :is(a,button) {
	justify-content: center;
	padding: 5px;
	border-radius: 0;
	min-height: 50px;
}

.ct-woo-card-extra[data-type=type-2] :is(a,button).loading svg {
	display: none;
}

.ct-woo-card-extra[data-type=type-2] :is(a,button).added_to_cart, .ct-woo-card-extra[data-type=type-2] :is(a,button)[data-button-state=active] {
	color: var(--theme-button-text-hover-color);
}

.ct-woo-card-extra[data-type=type-2] :is(a,button) .ct-tooltip {
	transform: translate3d(0px, -45px, 0px);
}

@media (any-hover: hover) {
	.ct-woo-card-extra[data-type=type-2] :is(a,button):hover .ct-tooltip {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0px, -50px, 0px);
	}
}

.ct-media-container .zoomImg {
	z-index: 2;
	cursor: default;
	object-fit: initial;
	object-position: initial;
	transition: opacity .1s ease !important;
	background: var(--zoom-image-background, #fff);
}

.woocommerce-product-gallery__trigger {
	position: absolute;
	z-index: 9;
	top: 20px;
	inset-inline-end: 20px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	border-radius: 100%;
	color: var(--lightbox-button-icon-color, var(--theme-text-color));
	background: var(--lightbox-button-background-color, #fff);
}

.woocommerce-product-gallery__trigger:hover {
	color: var(--lightbox-button-icon-hover-color, #fff);
	background: var(--lightbox-button-hover-background-color, var(--theme-palette-color-1));
}

.woocommerce-product-gallery__trigger:before {
	position: absolute;
	inset: 0;
	content: "";
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 40 40\'%3E%3Cpath d=\'M14 12a2 2 0 0 0-2 2v3h1.5v-3a.5.5 0 0 1 .5-.5h3V12h-3Zm3 14.5h-3a.5.5 0 0 1-.5-.5v-3H12v3a2 2 0 0 0 2 2h3v-1.5Zm6 1.5v-1.5h3a.5.5 0 0 0 .5-.5v-3H28v3a2 2 0 0 1-2 2h-3Zm3-16a2 2 0 0 1 2 2v3h-1.5v-3a.5.5 0 0 0-.5-.5h-3V12h3Z\'/%3E%3C/svg%3E");
}

.woocommerce .pswp__bg, .woocommerce-page .pswp__bg {
	opacity: .7 !important;
}

.ct-lightbox-video-container {
	position: absolute;
	top: 50%;
	inset-inline: 10%;
	margin: auto;
	max-width: 150vh;
	aspect-ratio: 16/9;
	transform: translateY(-50%);
}

.ct-lightbox-video-container video, .ct-lightbox-video-container iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

.product[class*=gallery] .entry-summary-items>* {
	margin-bottom: var(--product-element-spacing, 10px);
}

.product[class*=gallery] .entry-summary-items>*:last-child {
	margin-bottom: 0;
}

.ct-quick-view-card .product_meta>span, .product[class*=gallery] .product_meta>span {
	font-size: 13px;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
}

.ct-quick-view-card .product_meta>span:not(:last-child), .product[class*=gallery] .product_meta>span:not(:last-child) {
	margin-bottom: 5px;
}

.ct-quick-view-card .product_meta>span>*, .product[class*=gallery] .product_meta>span>* {
	opacity: .7;
	font-weight: 500;
	--theme-link-initial-color: var(--theme-text-color);
}

.ct-quick-view-card .product_meta>span>a:hover, .product[class*=gallery] .product_meta>span>a:hover {
	opacity: 1;
}

.woocommerce-product-rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.woocommerce-product-rating .woocommerce-review-link {
	font-size: 12px;
	--theme-link-initial-color: var(--theme-text-color);
}

.comment-form-rating {
	display: flex;
	align-items: center;
}

.comment-form-rating label {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.comment-form-rating .stars {
	color: var(--star-rating-initial-color, #fda256);
	font-size: .9em;
}

.comment-form-rating .stars span {
	display: flex;
}

.comment-form-rating .stars a {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	text-indent: -999em;
	text-decoration: none;
	color: currentColor;
	margin-inline-start: 8px;
}

.comment-form-rating .stars a:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	font-family: "star";
	content: "s";
	line-height: 1;
	text-indent: 0;
}

.comment-form-rating .stars a:hover~a:before {
	content: "s";
}

.comment-form-rating .stars:hover a:before {
	content: "S";
}

.comment-form-rating .stars.selected a.active:before {
	content: "S";
}

.comment-form-rating .stars.selected a.active~a:before {
	content: "s";
}

.comment-form-rating .stars.selected a:not(.active):before {
	content: "S";
}

@media (min-width: 1000px) {
	.ct-order-review, .sticky-summary .entry-summary, .sticky-gallery .woocommerce-product-gallery {
		align-self: flex-start;
		position: sticky;
		top: calc(50px + var(--admin-bar, 0px) + var(--header-sticky-height, 0px) * var(--sticky-shrink, 100) / 100);
	}
}

.woocommerce-product-gallery {
	transition: opacity .3s ease;
}

.woocommerce-product-gallery[data-state=loading] {
	opacity: .3;
}

.woocommerce-product-gallery .ct-media-container {
	display: flex;
	border-radius: var(--border-radius);
}

@media (min-width: 1000px) {
	.ct-default-gallery .product-entry-wrapper, .ct-stacked-gallery .product-entry-wrapper {
		display: flex;
	}
}

@media (min-width: 690px)and (max-width: 999.98px) {
	.ct-default-gallery .woocommerce-product-gallery, .ct-stacked-gallery .woocommerce-product-gallery {
		width: 100%;
	}
}

@media (min-width: 1000px) {
	.ct-default-gallery .woocommerce-product-gallery, .ct-stacked-gallery .woocommerce-product-gallery {
		width: var(--product-gallery-width, 50%);
	}
}

@media (min-width: 690px)and (max-width: 999.98px) {
	.ct-default-gallery .entry-summary, .ct-stacked-gallery .entry-summary {
		width: 100%;
	}
}

@media (min-width: 1000px) {
	.ct-default-gallery .entry-summary, .ct-stacked-gallery .entry-summary {
		margin-inline-start: 40px;
		width: calc(100% - var(--product-gallery-width, 50%));
	}
}

div.woocommerce-product-gallery {
	position: relative;
	overflow: hidden;
	align-self: flex-start;
}

@media (max-width: 999.98px) {
	div.woocommerce-product-gallery {
		margin-bottom: 3em;
	}
}

div.woocommerce-product-gallery .ct-product-gallery-container {
	position: relative;
}

div.woocommerce-product-gallery ol {
	margin: var(--thumbs-container-margin, 0 calc(var(--thumbs-spacing, 15px) / -2));
}

div.woocommerce-product-gallery li {
	padding-top: var(--thumbs-top-spacing, var(--thumbs-spacing, 15px));
	padding-inline: var(--thumbs-left-spacing, calc(var(--thumbs-spacing, 15px) / 2));
	margin-bottom: 0;
	transition: opacity .25s cubic-bezier(.215, .61, .355, 1);
}

@media (max-width: 479.98px) {
	div.woocommerce-product-gallery li {
		--thumbs-width: 33.333%;
	}
}

@media (min-width: 480px)and (max-width: 689.98px) {
	div.woocommerce-product-gallery li {
		--thumbs-width: 25%;
	}
}

div.woocommerce-product-gallery li:hover {
	opacity: .75;
}

div.woocommerce-product-gallery li.active {
	opacity: 1;
}

div.woocommerce-product-gallery li.active .ct-media-container:after {
	border-color: rgba(0, 0, 0, .2);
}

div.woocommerce-product-gallery li .ct-media-container:after {
	position: absolute;
	content: "";
	z-index: 2;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
	border: 2px solid rgba(0, 0, 0, 0);
	transition: border-color .25s cubic-bezier(.215, .61, .355, 1);
}

div.woocommerce-product-gallery li .ct-video-indicator svg {
	width: 30%;
	height: 30%;
	transform: none;
}

@media (min-width: 690px) {
	.thumbs-left {
		--thumbs-width: 100px;
	}
	
	.thumbs-left .flexy {
		margin-inline-start: calc(var(--thumbs-width) + var(--thumbs-spacing, 15px));
	}
	
	.thumbs-left .flexy-pills {
		position: absolute;
		inset-inline-start: 0;
		inset-block: 0;
		height: 100%;
		--pills-direction: column;
		--pills-wrap: nowrap;
		--thumbs-left-spacing: 0;
		--thumbs-right-spacing: 0;
		--thumbs-container-margin: calc(var(--thumbs-spacing, 15px) * -1) 0 0 0;
	}
	
	.thumbs-left .flexy-pills [data-flexy] {
		max-height: calc(100% + var(--thumbs-spacing, 15px));
	}
	
	.thumbs-left .flexy-pills [class*=flexy-arrow] {
		left: calc(50% - 20px);
		right: initial;
		--rotate: 90deg;
	}
	
	.thumbs-left .flexy-pills .flexy-arrow-prev {
		top: 20px;
	}
	
	.thumbs-left .flexy-pills .flexy-arrow-next {
		top: initial;
		bottom: 20px;
	}
}

.woocommerce-product-gallery.images img {
	width: 100%;
}

.woocommerce-product-gallery.images img.flex-active {
	opacity: .5;
}

.woocommerce-product-gallery__wrapper {
	max-width: initial;
}

.ct-product-divider {
	display: block;
	border-top: var(--single-product-layer-divider);
}

.ct-payment-methods {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1em;
	padding: 15px 30px 20px 30px;
}

.ct-payment-methods legend {
	margin: 0 auto;
}

.ct-payment-methods[data-color=custom] {
	--theme-icon-color-2: #fff;
}

.ct-product-additional-info ul li {
	display: flex;
	align-items: center;
	gap: .5em;
}

.ct-product-additional-info ul li:not(:last-child) {
	margin-bottom: .3em;
}

.ct-product-additional-info ul li svg {
	fill: var(--theme-palette-color-1);
}

.entry-summary-items .ct-module-title {
	font-size: 14px;
	font-weight: 600;
}

form.cart table {
	border: none;
}

form.cart td, form.cart th {
	border: none;
}

form.cart td:first-child, form.cart th:first-child {
	padding-inline-start: 0;
}

form.cart td:last-child, form.cart th:last-child {
	padding-inline-end: 0;
}

.product[class*=gallery] form.cart:before, .product[class*=gallery] form.cart:after {
	content: "";
	display: table;
}

.product[class*=gallery] form.cart:after {
	clear: both;
}

.ct-cart-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ct-cart-actions>* {
	order: var(--item-order, 5);
	width: var(--item-width, 100%);
}

.ct-cart-actions .quantity {
	--item-order: 1;
	--quantity-height: var(--theme-button-min-height);
}

@media (max-width: 479.98px) {
	.ct-cart-actions .quantity[data-type=type-1] {
		--quantity-width: 80px;
	}
	
	.ct-cart-actions .quantity[data-type=type-2] {
		--quantity-width: 100px;
	}
}

.ct-cart-actions {
	--theme-button-padding: 5px 20px;
}

.ct-cart-actions .single_add_to_cart_button {
	flex: 1;
	--item-order: 2;
}

.ct-cart-actions .added_to_cart {
	--item-order: 3;
	--theme-button-text-initial-color: var(--theme-text-color);
	--theme-button-text-hover-color: var(--theme-text-color);
	--theme-button-background-initial-color: rgba(224, 229, 235, .6);
	--theme-button-background-hover-color: rgba(224, 229, 235, 1);
}

@media (min-width: 480px) {
	.ct-cart-actions .added_to_cart {
		flex: 1;
	}
}

.ct-cart-actions :is(.single_add_to_cart_button,.added_to_cart) {
	max-width: var(--theme-button-max-width);
}

form.grouped_form {
	--form-margin-bottom: 0;
}

form.grouped_form table {
	margin-bottom: 1em;
}

form.grouped_form td {
	padding-top: 0;
	padding-bottom: 1.5em;
}

form.grouped_form td:not(:last-child) {
	padding-inline-end: .6em;
}

form.grouped_form .woocommerce-grouped-product-list-item__quantity {
	width: 4em;
	font-size: 14px;
	--quantity-height: 45px;
}

form.grouped_form .woocommerce-grouped-product-list-item__quantity .quantity[data-type=type-1] {
	--quantity-width: 70px;
}

form.grouped_form .woocommerce-grouped-product-list-item__quantity .quantity[data-type=type-2] {
	--quantity-width: 90px;
}

form.grouped_form .woocommerce-grouped-product-list-item__label {
	padding-inline-start: .6em;
	padding-inline-end: 1.2em;
}

form.grouped_form .woocommerce-grouped-product-list-item__label label {
	--theme-font-size: 16px;
	--theme-font-weight: 500;
	--theme-link-initial-color: var(--theme-text-color);
}

form.grouped_form .woocommerce-grouped-product-list-item__price {
	font-weight: 500;
	text-align: right;
}

form.grouped_form .woocommerce-grouped-product-list-item__price .sale-price {
	flex-wrap: nowrap;
}

form.grouped_form .woocommerce-grouped-product-list-item__price del {
	order: initial;
	margin-inline-end: 5px;
	margin-inline-start: 0;
}

@media (max-width: 479.98px) {
	form.grouped_form .added_to_cart, form.grouped_form .single_add_to_cart_button {
		width: 100%;
	}
}

@media (min-width: 480px) {
	form.grouped_form .added_to_cart, form.grouped_form .single_add_to_cart_button {
		float: left;
		width: calc(50% - 7px);
	}
}

form.variations_form table.variations {
	margin-bottom: 1.5em;
}

form.variations_form table.variations tr {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

form.variations_form table.variations tr:not(:last-child) {
	margin-bottom: 1.5em;
}

form.variations_form table.variations th, form.variations_form table.variations td {
	padding: 0;
	text-align: initial;
}

form.variations_form table.variations label {
	display: block;
	margin-bottom: 0;
	font-weight: 500;
}

form.variations_form table.variations select {
	width: 100%;
	max-width: 100%;
}

form.variations_form .single_variation {
	display: none;
}

form.variations_form .single_variation :is(p,.price) {
	display: block;
	margin-bottom: 20px;
}

.entry-summary-items table.variations td {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.variations :is(.reset_variations,.ct-swatches-more) {
	font-size: 14px;
	--theme-link-initial-color: var(--theme-text-color);
}

.variations .reset_variations {
	visibility: hidden;
}

.product>.woocommerce-tabs {
	padding-top: 60px;
	clear: both;
}

.woocommerce div.product div.woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: var(--vertical-alignment, center);
}

@media (max-width: 689.98px) {
	.woocommerce div.product div.woocommerce-tabs ul.tabs {
		flex-direction: column;
		--vertical-alignment: stretch;
	}
}

@media (min-width: 690px) {
	.woocommerce div.product div.woocommerce-tabs ul.tabs {
		justify-content: var(--horizontal-alignment, center);
	}
}

.woocommerce div.product div.woocommerce-tabs ul.tabs li {
	position: relative;
	display: inline-flex;
}

@media (max-width: 689.98px) {
	.woocommerce div.product div.woocommerce-tabs ul.tabs li {
		border-top: 1px solid var(--tab-border-color, var(--theme-border-color));
	}
}

.woocommerce div.product div.woocommerce-tabs ul.tabs li a {
	position: relative;
	width: 100%;
	text-align: center;
	line-height: inherit;
	padding: 1.3em 1.5em;
}

.woocommerce div.product div.woocommerce-tabs ul.tabs li.active {
	z-index: 1;
}

.woocommerce div.product div.woocommerce-tabs ul.tabs li.active:before {
	position: absolute;
	content: "";
	height: 3px;
	inset-inline: 0;
	bottom: -2px;
	background: var(--tab-background, var(--theme-palette-color-1));
}

.woocommerce div.product div.woocommerce-tabs ul.tabs li.active a {
	color: var(--theme-link-active-color, var(--theme-link-hover-color));
}

.woocommerce div.product div.woocommerce-tabs div.woocommerce-Tabs-panel.panel {
	padding-top: 40px;
}

.woocommerce-tabs[data-type*=type-1] .tabs {
	border-bottom: 1px solid var(--tab-border-color, var(--theme-border-color));
}

.woocommerce-tabs[data-type*=type-2] .tabs li {
	border: 1px solid var(--tab-border-color, var(--theme-border-color));
}

@media (max-width: 689.98px) {
	.woocommerce-tabs[data-type*=type-2] .tabs li:not(:first-child) {
		margin-top: -1px;
	}
}

@media (min-width: 690px) {
	.woocommerce-tabs[data-type*=type-2] .tabs li {
		margin-inline-end: -1px;
	}
}

.woocommerce-tabs[data-type*=type-2] .tabs li:before {
	display: none;
}

.woocommerce-tabs[data-type*=type-2] .tabs li.active a {
	background: var(--tab-background, var(--theme-palette-color-1));
}

@media (min-width: 690px) {
	.woocommerce-tabs[data-type*=type-2] .tabs:before, .woocommerce-tabs[data-type*=type-2] .tabs:after {
		flex: 1 0 auto;
		height: 1px;
		background: var(--tab-border-color, var(--theme-border-color));
	}
}

@media (min-width: 690px) {
	.woocommerce-tabs[data-type*=type-2][data-type*=left] .tabs:after {
		content: "";
	}
	
	.woocommerce-tabs[data-type*=type-2][data-type*=center] .tabs:before, .woocommerce-tabs[data-type*=type-2][data-type*=center] .tabs:after {
		content: "";
	}
	
	.woocommerce-tabs[data-type*=type-2][data-type*=right] .tabs:before {
		content: "";
	}
}

.woocommerce-tabs[data-type*=type-3] .ct-accordion-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--theme-link-initial-color);
	padding: 18px 0;
	cursor: pointer;
	appearance: none;
	background: rgba(0, 0, 0, 0);
	transition: color .12s ease;
	border-top: 1px solid var(--tab-border-color, var(--theme-border-color));
}

.woocommerce-tabs[data-type*=type-3] .ct-accordion-heading:hover {
	color: var(--theme-link-hover-color);
}

.woocommerce-tabs[data-type*=type-3] [aria-expanded=true] {
	color: var(--theme-link-active-color, var(--theme-link-hover-color));
}

.woocommerce-tabs[data-type*=type-3] [aria-expanded=true] path:first-child {
	display: none;
}

.woocommerce-tabs[data-type*=type-3] .entry-content {
	padding-block: 15px 35px;
}

.woocommerce-tabs[data-type*=type-4]>article .entry-content>h2:first-of-type {
	color: var(--theme-link-initial-color);
}

.woocommerce-tabs[data-type*=type-4]>article .entry-content:not(:last-child) {
	margin-bottom: var(--woo-separated-tabs-spacing, 50px);
}

.woocommerce-tabs[data-type*=left] {
	--horizontal-alignment: flex-start;
}

.woocommerce-tabs[data-type*=right] {
	--horizontal-alignment: flex-end;
}

.ct-product-brands-tab>*:last-child {
	margin-bottom: 0;
}

.woocommerce-product-attributes {
	font-size: 15px;
}

.woocommerce-product-attributes p:last-child {
	margin-bottom: 0;
}

.woocommerce-product-attributes th {
	font-weight: 500;
	text-align: initial;
}

.woocommerce-product-attributes tr:nth-child(even) th, .woocommerce-product-attributes tr:nth-child(even) td {
	background: rgba(242, 244, 247, .5);
}

@media (min-width: 1000px) {
	[data-content=normal] .woocommerce-Reviews {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 5%;
	}
}

.entry-summary .woocommerce-Reviews {
	grid-template-columns: auto;
}

.woocommerce-Reviews {
	display: grid;
	row-gap: 40px;
}

.woocommerce-Reviews h2, .woocommerce-Reviews .comment-reply-title {
	font-size: 20px;
	margin-bottom: 20px;
}

.woocommerce-Reviews .comment-notes, .woocommerce-Reviews .woocommerce-noreviews {
	font-size: 13px;
}

.woocommerce-Reviews .commentlist li {
	border-top: 1px solid var(--theme-border-color);
}

.woocommerce-Reviews .commentlist li:not(:last-child) .comment_container {
	padding-bottom: 40px;
}

.woocommerce-Reviews .commentlist .children {
	margin-top: 40px;
}

@media (max-width: 689.98px) {
	.woocommerce-Reviews .commentlist .children {
		padding-inline-start: 35px;
	}
}

@media (min-width: 690px) {
	.woocommerce-Reviews .commentlist .children {
		padding-inline-start: 70px;
	}
}

.woocommerce-Reviews .comment_container {
	display: grid;
	gap: 25px;
	padding-top: 40px;
}

@media (min-width: 480px) {
	.woocommerce-Reviews .ct-has-avatar .comment_container {
		grid-template-columns: 45px 1fr;
	}
}

.woocommerce-Reviews .avatar {
	max-width: 45px;
	border-radius: 100%;
}

.woocommerce-Reviews .description {
	word-break: break-word;
}

.woocommerce-Reviews .description *:last-child {
	margin-bottom: 0;
}

@media (max-width: 479.98px) {
	.woocommerce-Reviews .star-rating {
		margin-bottom: 7px;
	}
}

@media (min-width: 480px) {
	.woocommerce-Reviews .star-rating {
		float: right;
		margin-top: 3px;
	}
}

.woocommerce-Reviews .meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 20px;
}

.woocommerce-Reviews .meta :is(em,time,span) {
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}

.woocommerce-Reviews .meta :is(em,time,span):not(:first-child) {
	margin-inline-start: .7em;
}

.woocommerce-Reviews>.clear {
	display: none;
}

#review_form {
	position: sticky;
	top: 70px;
}

#review_form .comment-reply-title {
	font-weight: 700;
	color: var(--theme-headings-color);
}

.single-product article>:where(.related,.up-sells) {
	margin-top: 50px;
}

.single-product article>:where(.related,.up-sells) .ct-module-title {
	margin-bottom: 30px;
}

.ct-woocommerce-cart-form {
	display: grid;
	gap: 40px;
}

@media (max-width: 999.98px) {
	.ct-woocommerce-cart-form {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (min-width: 1000px) {
	.ct-woocommerce-cart-form {
		grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	}
}

@media (min-width: 690px) {
	.ct-woocommerce-cart-form .woocommerce-cart-form table:first-child {
		margin-top: 7px;
	}
}

.woocommerce-checkout .ct-woocommerce-cart-form {
	grid-template-columns: initial;
}

.ct-cart-auto-update .actions button[name=update_cart] {
	display: none;
}

.woocommerce-cart-form .shop_table {
	margin-bottom: 0;
}

@media (max-width: 689.98px) {
	[class*=ct-woocommerce] .shop_table {
		--theme-table-padding: 1.3em .7em;
	}
}

@media (min-width: 690px) {
	[class*=ct-woocommerce] .shop_table {
		--theme-table-padding: 1.5em .7em;
	}
}

@media (max-width: 999.98px) {
	[class*=ct-woocommerce] .shop_table [class*=product-thumbnail] {
		width: 120px;
	}
}

@media (min-width: 1000px) {
	[class*=ct-woocommerce] .shop_table [class*=product-thumbnail] {
		width: 100px;
	}
}

[class*=ct-woocommerce] .shop_table [class*=product-thumbnail] img {
	border-radius: 2px;
}

@media (min-width: 690px) {
	[class*=ct-woocommerce] .shop_table [class*=product-name] {
		max-width: 300px;
	}
}

@media (max-width: 999.98px) {
	[class*=ct-woocommerce] .shop_table [class*=product-name] {
		padding-inline-end: 0;
	}
}

[class*=ct-woocommerce] .shop_table [class*=product-name] .price {
	--theme-font-size: 15px;
	--theme-font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0;
}

[class*=ct-woocommerce] .shop_table tr>[class*=product-remove] {
	width: 20px;
	text-align: end;
}

[class*=ct-woocommerce] .shop_table .remove {
	--theme-icon-size: 12px;
}

[class*=ct-woocommerce] .shop_table .remove:hover svg {
	fill: #d83428;
}

[class*=ct-woocommerce] .shop_table .product-mobile-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 1em;
}

[class*=ct-woocommerce] .shop_table .product-mobile-actions .remove {
	margin-inline-start: auto;
	padding-inline-start: 10px;
}

@media (max-width: 999.98px) {
	[class*=ct-woocommerce] .shop_table tr>.product-price, [class*=ct-woocommerce] .shop_table tr>.product-quantity, [class*=ct-woocommerce] .shop_table tr>.product-subtotal, [class*=ct-woocommerce] .shop_table tr>.product-remove {
		display: none;
	}
}

[class*=ct-woocommerce] .shop_table .product-quantity, [class*=ct-woocommerce] .shop_table .product-subtotal {
	text-align: center;
}

.woocommerce-cart-form__contents .actions {
	text-align: right;
}

@media (max-width: 689.98px) {
	.woocommerce-cart-form__contents .actions .button {
		width: 100%;
	}
}

.woocommerce-cart-form__contents .coupon {
	display: flex;
}

@media (max-width: 689.98px) {
	.woocommerce-cart-form__contents .coupon {
		flex-direction: column;
		margin-bottom: .8em;
	}
}

@media (min-width: 690px) {
	.woocommerce-cart-form__contents .coupon {
		float: left;
	}
}

.woocommerce-cart-form__contents .coupon label {
	display: none;
}

.woocommerce-cart-form__contents .coupon input {
	--theme-form-field-height: var(--theme-button-min-height);
}

@media (max-width: 689.98px) {
	.woocommerce-cart-form__contents .coupon input {
		width: 100%;
		margin-bottom: .8em;
	}
}

@media (min-width: 690px) {
	.woocommerce-cart-form__contents .coupon input {
		width: 220px;
		margin-inline-end: 8px;
	}
}

.cart_totals .shipping-calculator-button {
	display: block;
	margin: 10px 0;
}

.ct-woocommerce-cart-form .cart_totals {
	align-self: flex-start;
	position: sticky;
	top: calc(50px + var(--admin-bar, 0px) + var(--header-sticky-height, 0px) * var(--sticky-shrink, 100) / 100);
	padding: var(--cart-totals-padding);
	border: var(--cart-totals-border);
	border-radius: var(--cart-totals-border-radius);
}

.ct-woocommerce-cart-form .cart_totals h2 {
	font-size: 15px;
}

.ct-woocommerce-cart-form .cart_totals table td {
	text-align: var(--theme-table-text-align, end);
}

@media (max-width: 689.98px) {
	.ct-woocommerce-cart-form .cart_totals table td {
		padding-inline-start: 0;
	}
}

.ct-woocommerce-cart-form .cart_totals .wc-proceed-to-checkout {
	margin-top: 30px;
}

.ct-woocommerce-cart-form .cart_totals .checkout-button {
	width: 100%;
}

.ct-woocommerce-cart-form .cart_totals .shipping-calculator-button {
	display: block;
	margin: 10px 0;
}

.cross-sells {
	margin-top: 50px;
}

.cross-sells h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.cross-sells .products {
	margin: 0;
}

.cross-sells .add_to_cart_button.added {
	display: initial;
}

dl.variation {
	margin-top: .5em;
	--theme-description-list-indent: 0;
	--theme-description-list-spacing: 0;
}

dl.variation:not(:last-child) {
	margin-bottom: .5em;
}

dl.variation dt {
	display: inline-block;
	margin-inline-end: .25em;
	float: left;
	clear: both;
}

.showcoupon {
	padding-left: 5px;
	text-decoration: underline;
}

.checkout_coupon {
	margin-bottom: 2rem;
	border-bottom: 1px dashed rgba(224, 229, 235, .8);
}

@media (min-width: 690px) {
	.checkout_coupon .form-row {
		width: 49%;
		margin-bottom: 2rem;
	}
}

.ct-woocommerce-checkout {
	display: grid;
	gap: 35px;
}

@media (max-width: 999.98px) {
	.ct-woocommerce-checkout {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (min-width: 1000px) {
	.ct-woocommerce-checkout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.ct-woocommerce-checkout>.woocommerce-error, .ct-woocommerce-checkout>.woocommerce-NoticeGroup {
		grid-column: 1/-1;
	}
}

.ct-woocommerce-checkout h3 {
	font-size: 17px;
}

#customer_details .col-2 {
	margin-top: 40px;
}

#customer_details .col-2 .form-row:last-child {
	margin-bottom: 0;
}

#ship-to-different-address label {
	font-size: 15px;
	font-weight: 600;
}

.woocommerce-NoticeGroup-checkout {
	grid-column: 1/-1;
}

.ct-order-review {
	align-self: flex-start;
	padding: var(--order-review-padding);
	border: var(--order-review-border);
	border-radius: var(--order-review-border-radius);
}

.ct-order-review table.shop_table .product-total, .ct-order-review table.shop_table tfoot td {
	text-align: var(--theme-table-text-align, end);
}

@media (max-width: 689.98px) {
	.woocommerce-checkout-payment {
		position: relative;
		margin-inline: -26px;
	}
}

.woocommerce-checkout-payment .place-order {
	margin-top: 30px;
	margin-top: 2em;
}

@media (max-width: 689.98px) {
	.woocommerce-checkout-payment .place-order {
		padding: 0 25px;
	}
}

.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 30px;
}

.woocommerce-checkout-payment .place-order button[type=submit] {
	width: 100%;
}

#payment ul.payment_methods>li.wc_payment_method {
	position: relative;
	border: 1px solid var(--theme-border-color);
}

#payment ul.payment_methods>li.wc_payment_method:not(:first-child) {
	border-top: none;
}

#payment ul.payment_methods>li.wc_payment_method>input[type=radio]:first-child {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

#payment ul.payment_methods>li.wc_payment_method>input[type=radio]:first-child:checked+label:before {
	background: #fff;
	border-width: 5px;
	border-color: var(--theme-form-selection-field-active-color);
}

#payment ul.payment_methods>li.wc_payment_method>input[type=radio]:first-child:focus-visible+label:before {
	outline-offset: 2px;
	outline: 1px solid var(--theme-form-selection-field-active-color);
}

#payment ul.payment_methods>li.wc_payment_method>label {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 18px 25px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
}

#payment ul.payment_methods>li.wc_payment_method>label:before {
	content: "";
	width: 16px;
	height: 16px;
	min-width: 16px;
	margin-top: 2px;
	border-radius: 100%;
	border: var(--form-selection-control-border-width, var(--theme-form-field-border-width, 1px)) solid var(--theme-form-selection-field-initial-color);
}

#payment ul.payment_methods>li.wc_payment_method>label img {
	max-height: 35px;
}

#payment ul.payment_methods>li.wc_payment_method>label img:first-of-type {
	margin-inline-start: auto !important;
}

#payment ul.payment_methods>li.wc_payment_method>label .payment-methods--logos {
	margin-inline-start: auto;
}

#payment ul.payment_methods>li.wc_payment_method>label .about_paypal {
	display: none;
}

#payment ul.payment_methods .payment_box {
	padding: 25px;
	border-top: 1px solid var(--theme-border-color);
}

#payment ul.payment_methods .payment_box p {
	font-size: 14px;
	line-height: 1.5;
}

#payment ul.payment_methods .payment_box p:last-child {
	margin-bottom: 0;
}

#payment ul.payment_methods .payment_box .woocommerce-SavedPaymentMethods {
	margin: 0;
	padding: 0;
}

#payment ul.payment_methods .payment_box .woocommerce-SavedPaymentMethods li:not(:last-child) {
	margin-bottom: .5em;
}

#payment ul.payment_methods .payment_box fieldset {
	padding: 0 !important;
	border: none;
}

#payment ul.payment_methods .payment_box fieldset .form-row:not(:first-child) {
	margin-top: 15px;
}

.ct-woo-unauthorized>h2 {
	display: none;
}

.ct-woo-unauthorized>.woocommerce-form-login, .ct-woo-unauthorized>.woocommerce-ResetPassword {
	max-width: 450px;
	margin-inline: auto;
}

.ct-woo-unauthorized>.woocommerce-form-login button[type=submit], .ct-woo-unauthorized>.woocommerce-ResetPassword button[type=submit] {
	width: 100%;
}

.ct-woo-unauthorized label {
	font-size: 14px;
	font-weight: 500;
}

.ct-woo-unauthorized .woocommerce-form-login__rememberme {
	margin-bottom: var(--theme-content-spacing);
}

.ct-woo-unauthorized .woocommerce-LostPassword {
	font-size: 14px;
	margin: 0;
}

.ct-woo-unauthorized .woocommerce-ResetPassword .form-row-first:nth-last-of-type(2) {
	width: 100%;
}

.ct-woo-unauthorized .col2-set {
	display: grid;
}

@media (min-width: 690px) {
	.ct-woo-unauthorized .col2-set {
		grid-template-columns: 1fr 1fr;
	}
}

.ct-woo-unauthorized .col2-set h2 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 20px;
}

@media (max-width: 689.98px) {
	.ct-woo-unauthorized .col2-set>*:first-child {
		padding-bottom: 30px;
		border-bottom: 1px dashed var(--theme-border-color);
	}
	
	.ct-woo-unauthorized .col2-set>*:last-child {
		padding-top: 30px;
	}
}

@media (min-width: 690px) {
	.ct-woo-unauthorized .col2-set>*:first-child {
		padding-inline-end: 40px;
		border-inline-end: 1px dashed var(--theme-border-color);
	}
	
	.ct-woo-unauthorized .col2-set>*:last-child {
		padding-inline-start: 40px;
	}
}

@media (min-width: 690px) {
	.ct-woo-account {
		display: flex;
	}
}

.ct-acount-nav {
	overflow: hidden;
	align-self: start;
	border-radius: 5px;
	box-shadow: var(--theme-box-shadow);
	background: var(--account-nav-background-initial-color, var(--theme-palette-color-8));
}

@media (max-width: 689.98px) {
	.ct-acount-nav {
		margin-bottom: 30px;
	}
}

@media (min-width: 690px) {
	.ct-acount-nav {
		width: 20%;
		min-width: 220px;
		margin-inline-end: 30px;
	}
}

.woocommerce-MyAccount-navigation ul {
	font-size: 15px;
}

.woocommerce-MyAccount-navigation ul li:not(:last-child) a {
	border-bottom: 1px solid var(--account-nav-divider-color, rgba(0, 0, 0, .05));
}

.woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount-navigation ul li.is-active a {
	color: var(--account-nav-text-active-color, var(--theme-palette-color-8));
	background: var(--account-nav-background-active-color, var(--theme-palette-color-1));
}

.woocommerce-MyAccount-navigation ul li a {
	display: flex;
	align-items: center;
	height: 55px;
	padding: 0 20px;
	font-weight: 500;
	color: var(--account-nav-text-initial-color, var(--theme-palette-color-3));
}

.woocommerce-MyAccount-navigation ul li a:before {
	font-family: "woo";
	font-size: 16px;
	font-weight: normal;
	content: "";
	width: 20px;
	margin-inline-end: 15px;
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul [class*=ct-wish-list] a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: "";
}

.woocommerce-MyAccount-content {
	flex: 1;
}

.woocommerce-MyAccount-content>h2 {
	margin-top: 0;
}

.woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3 {
	font-size: 18px;
}

.woocommerce-MyAccount-content em {
	font-size: 13px;
	opacity: .8;
}

.woocommerce-MyAccount-content fieldset:not(:last-child) {
	margin-bottom: 2em;
}

.woocommerce-MyAccount-content fieldset p:last-child {
	margin-bottom: 0;
}

th.download-file, th.woocommerce-orders-table__header-order-actions {
	width: 20%;
}

@media (min-width: 690px) {
	td.download-file .button, td.woocommerce-orders-table__cell-order-actions .button {
		width: 100%;
	}
}

td.download-file .button:not(:last-child), td.woocommerce-orders-table__cell-order-actions .button:not(:last-child) {
	margin-bottom: 10px;
	margin-inline-end: 10px;
}

.ct-account-welcome {
	display: flex;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid var(--account-nav-divider-color, rgba(0, 0, 0, .05));
}

.ct-account-welcome [class*=ct-media-container] {
	margin: 10px 0;
	border-radius: 100%;
}

.ct-account-user-box {
	line-height: initial;
	color: var(--account-nav-text-initial-color, var(--theme-palette-color-3));
}

.ct-account-user-box:not(:only-child) {
	margin-inline-start: .8em;
}

.ct-account-user-box span {
	display: flex;
	flex-wrap: wrap;
	gap: .3em;
	font-size: 14px;
	margin-top: .2em;
	--theme-link-initial-color: var(--account-nav-text-initial-color, var(--theme-palette-color-3));
}

.woocommerce-Addresses {
	display: grid;
}

@media (max-width: 689.98px) {
	.woocommerce-Addresses {
		grid-row-gap: 2em;
	}
}

@media (min-width: 690px) {
	.woocommerce-Addresses {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
	}
}

.woocommerce-Addresses>* {
	padding: 1.5em;
	border-radius: 5px;
	border: 1px dashed var(--theme-border-color);
}

.woocommerce-Addresses .woocommerce-Address-title h3 {
	font-size: 16px;
}

.woocommerce-Addresses .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.woocommerce-Addresses .woocommerce-Address-title h3 {
	margin-bottom: 0;
}

.woocommerce-Addresses address {
	font-size: 15px;
	opacity: .8;
}

.woocommerce-address-fields__field-wrapper {
	margin-bottom: 2em;
}

.wc-block-review-sort-select {
	--has-width: var(--false);
}

.product_list_widget li {
	display: grid;
	grid-template-columns: 20% 1fr;
	grid-column-gap: 20px;
	align-items: center;
	margin-bottom: var(--mini-cart-items-spacing, 20px);
}

.product_list_widget .product-data {
	font-size: 13px;
}

.product_list_widget .product-title {
	display: block;
	font-size: 15px;
	font-weight: 500;
	margin-inline-end: 20px;
}

.product_list_widget .star-rating {
	margin-top: 5px;
}

.product_list_widget .star-rating:not(:last-child) {
	margin-bottom: 5px;
}

.product_list_widget .price {
	font-size: 13px;
	font-weight: 500;
	margin-top: 5px;
}

.product_list_widget .woocommerce-Price-amount {
	font-weight: 500;
}

.product_list_widget .reviewer {
	font-size: 13px;
	font-weight: 500;
	margin-top: 5px;
}

.product_list_widget .ct-product-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: .7em;
}

.product_list_widget .quantity {
	--quantity-height: 35px;
}

.product_list_widget .quantity[data-type=type-1] {
	--quantity-width: 60px;
}

.product_list_widget .quantity[data-type=type-2] {
	--quantity-width: 80px;
}

label.wc-pao-addon-name {
	font-weight: 500;
	margin-bottom: 10px;
}

.wc-pao-addon {
	margin-top: 20px;
}

.wc-pao-addon:first-child {
	margin-top: 0;
}

div.product-addon-totals strong {
	font-weight: 600;
}

.wc-pao-addon-image-swatch.selected {
	outline-color: var(--theme-palette-color-1);
}

.wc-points-rewards-product-message {
	display: block;
}

.product-type-variable .wcppec-checkout-buttons {
	position: relative;
	z-index: 1;
}

.wcppec-checkout-buttons__separator, #wc-square-wallet-divider, #wcpay-payment-request-button-separator, #wc-stripe-payment-request-button-separator {
	display: none !important;
}

div#wc-square-digital-wallet {
	max-width: 100%;
}

div.wc-square-wallet-buttons {
	width: 100%;
}

.payment_methods li .woocommerce-info {
	display: block;
}

.payment_methods fieldset .wc-stripe-elements-field {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: initial;
}

.payment_methods fieldset .stripe-source-errors ul {
	margin-top: 20px;
}

.payment_methods fieldset .stripe-source-errors ul:last-child {
	margin-bottom: 0;
}

.wc-proceed-to-checkout #wc-stripe-payment-request-wrapper {
	margin-bottom: 15px;
}

#wc-stripe-payment-request-wrapper {
	padding-top: 0 !important;
}

#payment .wc_payment_methods .payment_box #wc-woocommerce_payments-new-payment-method {
	top: 0;
}

#payment .wc_payment_methods .payment_method_woocommerce_payments_afterpay_clearpay {
	grid-template-areas: "li-label";
	grid-template-columns: 1fr;
}

#payment .wc_payment_methods .payment_method_woocommerce_payments_afterpay_clearpay .spacer {
	display: none;
}

.wc-product-table .product .ct-cart-actions {
	display: inline-block;
}

.wc-product-table .product .ct-cart-actions .added_to_cart, .wc-product-table .product .ct-cart-actions .single_add_to_cart_button {
	width: initial;
	min-height: initial;
}

.wc-product-table .product .quantity {
	--quantity-height: 34px;
}

.wc-product-table .product .quantity input.qty {
	max-width: initial !important;
}

.wc-product-table .product .quantity[data-type=type-1] {
	--quantity-width: 70px;
}

.wc-product-table .product .quantity[data-type=type-2] {
	--quantity-width: 80px;
}

.wc-product-table .product .cart select {
	height: 34px !important;
	padding-inline-end: 25px !important;
}

.component_option_thumbnail button {
	display: inline-block;
}

.composite_button {
	display: flex;
}

.composite_button .single_add_to_cart_button {
	--theme-button-min-height: 55px;
}

.composite_button .added_to_cart, .composite_button .single_add_to_cart_button {
	margin-left: 10px;
}

.mp-panel-checkout, .mp-panel-custom-checkout {
	padding: 0 !important;
	background: rgba(0, 0, 0, 0) !important;
}

.mp-panel-custom-checkout .mp-row-checkout .mp-col-md-6:nth-child(odd) .mp-ticket-payments {
	padding-inline-start: 0;
}

.mp-panel-custom-checkout .mp-row-checkout .mp-col-md-6:nth-child(even) .mp-ticket-payments {
	padding-inline-end: 0;
}

.mp-panel-custom-checkout .mp-img-ticket {
	max-height: 1.618em;
}

.mp-panel-custom-checkout .mp-ticket-name {
	font-size: 12px !important;
}

.mp-ticket-payments input[type=radio] {
	border: var(--form-selection-control-border-width, var(--theme-form-field-border-width, 1px)) solid var(--theme-form-selection-field-initial-color) !important;
}

.mp-ticket-payments input[type=radio]:checked {
	border-color: var(--theme-form-selection-field-active-color) !important;
	background-color: var(--theme-form-selection-field-active-color) !important;
}

form.checkout .gift-certificate {
	margin-top: 2em !important;
	margin-bottom: 0 !important;
}

#wpfnl-checkout-form form.woocommerce-checkout, #wcf-embed-checkout-form form.woocommerce-checkout {
	grid-column-gap: initial;
}

#wcf-embed-checkout-form #payment .payment_methods>li>label {
	display: flex;
}

#wcf-embed-checkout-form input[type=checkbox], #wcf-embed-checkout-form input[type=checkbox]:before {
	position: initial;
	top: initial;
	height: initial;
	border: initial;
	transform: initial;
}

#wcf-embed-checkout-form .wcf-qty {
	--has-height: var(--false);
}

.wfc-cart-table .wfc-cart-form__cart-item .product-quantity .quantity[data-type] {
	--quantity-height: 30px;
}

.wfc-cart-table .wfc-cart-form__cart-item .product-quantity .quantity[data-type] input[type=number] {
	width: initial;
	height: inherit;
	text-align: center;
	font-size: 13px;
}

.wfc-cart-table .wfc-cart-form__cart-item .product-quantity .quantity[data-type=type-1] {
	--quantity-width: 55px;
}

.wfc-cart-table .wfc-cart-form__cart-item .product-quantity .quantity[data-type=type-2] {
	--quantity-width: 70px;
}

#sellkit-checkout-widget-id>form {
	display: initial;
}

#sellkit-checkout-widget-id select {
	background-image: none;
}

[class*=wc-gzd]~table.shop_table {
	background-color: rgba(0, 0, 0, 0);
}

#sellkit-checkout-widget-id select.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 689.98px) {
	.woocommerce-account table.my_account_memberships {
		table-layout: auto;
	}
}

.woocommerce-checkout #wizard {
	grid-column: 1/-1;
}

.woocommerce-MyAccount-content .subscription_details, .woocommerce-MyAccount-content .subscription_details~.order_details {
	margin-bottom: 2.5em;
}

.woocommerce-order-details header h2, .woocommerce-MyAccount-content header h2 {
	margin-bottom: calc(var(--has-content-spacing, 1) * ( .3em + 10px ));
}

ul.wcsatt-options-prompt-radios, ul.wcsatt-options.overrides_exist {
	padding-inline-start: 0;
}

.flexy-container:not([data-flexy]) .flexy-items {
	flex-wrap: wrap;
}

.flexy, .flexy-pills {
	position: relative;
	-webkit-user-select: none;
	user-select: none;
}

[data-flexy*=no] .flexy-items>* {
	transform: translate3d(calc(-100% * var(--current-item, 0)), 0, 0);
}

[data-flexy*=no][data-wrap*=viewport] .flexy-items>* {
	order: 2;
	transform: translate3d(-100%, 0, 0);
}

[data-flexy*=no][data-wrap*=viewport] .flexy-items>*:last-child {
	order: 1;
}

.flexy-items {
	display: flex;
	gap: 0;
	will-change: transform, max-height;
	margin-inline: calc(var(--flexy-items-gap, 0px) / -2);
}

.flexy-items>* {
	cursor: grab;
	flex: 0 0 var(--flexy-item-width, 100%);
	max-width: var(--flexy-item-width, 100%);
	padding-inline: calc(var(--flexy-items-gap, 0px) / 2);
}

[data-flexy-moving] .flexy-items {
	align-items: start;
}

[data-flexy-moving] .flexy-items .flexy-item {
	transition: min-height .2s ease;
	min-height: var(--flexy-view-height);
}

.flexy-view {
	height: var(--flexy-view-height, initial);
	transition: height .2s ease;
}

[data-flexy=""]:not([data-flexy-moving]) .flexy-items>*:not(.flexy-item-is-visible) {
	height: 1px;
}

[data-flexy-dragging] {
	cursor: ew-resize;
}

[data-flexy-dragging] .flexy-items>* {
	pointer-events: none;
}

[data-flexy-view=boxed] {
	overflow: hidden;
}

.flexy-pills ol, .flex-control-nav:has(img) {
	display: flex;
	flex-direction: var(--pills-direction);
	justify-content: var(--pills-horizontal-alignment);
	flex-wrap: var(--pills-wrap, wrap);
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.flexy-pills ol li, .flex-control-nav:has(img) li {
	flex: 0 0 var(--thumbs-width, 20%);
	width: var(--thumbs-width, 20%);
	cursor: pointer;
}

.flexy-pills [data-flexy] {
	overflow: hidden;
	--pills-wrap: nowrap;
}

.flexy-pills[data-type=circle] {
	max-width: 180px;
	margin-top: 30px;
	margin-inline: auto;
}

.flexy-pills[data-type=circle] ol:not([data-flexy]), .flexy-pills[data-type=circle] ol[data-flexy*=paused] {
	--pills-horizontal-alignment: center;
}

.flexy-pills[data-type=circle] li {
	--thumbs-width: 20%;
	--thumbs-top-spacing: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
}

.flexy-pills[data-type=circle] li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	box-shadow: inset 0 0 0 5px var(--flexyInitialPill, rgba(44, 62, 80, .9));
	transition: box-shadow .2s ease, transform .2s ease;
}

.flexy-pills[data-type=circle] li.active:before {
	transform: scale3d(2, 2, 1);
	box-shadow: inset 0 0 0 1px var(--flexyActivePill, rgba(44, 62, 80, .9));
}

@media (any-hover: hover) {
	.flexy-container:not([data-flexy]) .flexy>[class*=flexy-arrow], .flexy-container[data-flexy*=no] .flexy>[class*=flexy-arrow] {
		visibility: hidden;
	}
}

[class*=flexy-arrow] {
	position: absolute;
	top: var(--flexy-nav-arrow-top-offset, calc(50% - 20px));
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 100%;
	color: var(--flexy-nav-arrow-color, var(--theme-text-color));
	box-shadow: 0px 25px 40px rgba(0, 0, 0, .03);
	background: var(--flexy-nav-background-color, #fff);
	transition: all .12s cubic-bezier(.455, .03, .515, .955);
}

[class*=flexy-arrow] svg {
	pointer-events: none;
}

@media (any-hover: hover) {
	[class*=flexy-arrow] {
		opacity: 0;
		transform: rotate(var(--rotate, 0)) translateX(var(--translate-x, 0));
	}
	
	[class*=flexy-arrow]:hover {
		color: var(--flexy-nav-arrow-hover-color, #fff);
		background: var(--flexy-nav-background-hover-color, var(--theme-palette-color-1));
	}
}

.flexy-arrow-prev {
	left: 20px;
	--translate-x: -10px;
}

.flexy-arrow-next {
	right: 20px;
	--translate-x: 10px;
}

[class*=flexy]:hover>[class*=flexy-arrow] {
	opacity: 1;
	--translate-x: 0;
}

.flexy-pills {
	--flexy-nav-arrow-top-offset: calc(50% - 20px + var(--thumbs-spacing, 15px) / 2);
}

.flexy-pills ol:is(:not([data-flexy]),[data-flexy*=paused])~[class*=arrow] {
	visibility: hidden;
}

.is-layout-slider .flexy-items {
	--flexy-items-gap: var(--grid-columns-gap, 30px);
	--flexy-item-width: var(--grid-columns-width);
}

.is-layout-slider .flexy-item {
	display: flex;
}

.is-layout-slider .flexy-item>* {
	width: 100%;
}

.entry-content>.elementor {
	width: initial;
	max-width: initial;
}

.ct-elementor-default-template .elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky) {
	margin-left: var(--has-wide, auto);
	margin-right: var(--has-wide, auto);
	width: var(--theme-block-width, var(--theme-container-width));
	max-width: var(--theme-block-max-width, var(--theme-normal-container-max-width));
}

.ct-elementor-default-template .elementor-section.elementor-section-boxed>.elementor-container {
	width: var(--theme-block-width, var(--theme-container-width));
	max-width: var(--theme-block-max-width, var(--theme-normal-container-max-width));
}

.ct-elementor-default-template .e-container {
	--container-max-width: min(var(--theme-block-max-width, var(--theme-normal-container-max-width)), var(--theme-container-width-base));
}

.ct-elementor-default-template .e-con {
	--container-max-width: var(--theme-block-max-width, var(--theme-normal-container-max-width));
}

.ct-elementor-default-template .e-con>.e-con-inner {
	width: var(--theme-block-width, var(--theme-container-width));
}

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

.elementor-select-wrapper select {
	background-image: none;
}

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

.elementor-search-form__input {
	--theme-form-field-height: auto;
}

.elementor-search-form__submit {
	--theme-button-shadow: none;
	--theme-button-transform: none;
}

.elementor-widget-container .flex-viewport {
	margin-bottom: 20px;
}

.elementor-widget-container .flex-control-thumbs {
	margin: 0 -10px;
}

.elementor-widget-container .flex-control-thumbs li {
	padding: 0 10px 10px 10px;
}

.elementor-add-to-cart--align-justify .quantity[data-type=type-1] {
	flex: 0 0 100px;
}

.elementor-add-to-cart--align-justify .quantity[data-type=type-2] {
	flex: 0 0 130px;
}

.elementor-widget-woocommerce-cart .woocommerce .quantity[data-type] .input-text {
	text-align: center;
	max-height: initial;
}

.elementor-widget-woocommerce-cart .woocommerce .quantity[data-type] span {
	color: var(--quantity-arrows-initial-color, #fff);
}

.elementor-widget-woocommerce-cart .woocommerce .quantity[data-type] span:hover {
	color: var(--quantity-arrows-hover-color, #fff);
}

.woocommerce div.product.elementor .woocommerce-tabs .woocommerce-Tabs-panel.panel {
	margin: 0;
}

@media (max-width: 689.98px) {
	.woocommerce-cart-form table.cart .actions .coupon {
		flex-direction: column !important;
	}
}

[data-products=type-2] .product {
	padding-inline: 20px !important;
	padding-bottom: 20px !important;
}

[data-products=type-2] .product figure {
	margin-inline: -20px !important;
}

:is(.ct-woo-card-actions,.ct-woo-card-extra) :is(a,button) {
	margin: 0 !important;
}

.elementor-element [data-products] .product>figure {
	margin-bottom: var(--product-element-spacing, 10px) !important;
}

.product.product-type-variable ul.tabs li.product_safety_tab, .wc-gzd-additional-info-placeholder, p.wc-gzd-additional-info:empty {
	display: none;
}

#order_review .wc-gzd-checkbox-placeholder {
	clear: both;
}

#order_review .wc-gzd-checkbox-placeholder p.form-row {
	float: none;
	padding: 0 1em 0 0;
	text-align: left;
}

#order_review .wc-gzd-checkbox-placeholder p.form-row label {
	display: inline;
}

#order_review .wc-gzd-checkbox-placeholder:empty {
	display: none;
}

.woocommerce-checkout .shop_table {
	background-color: #eee;
}

@media (min-width:768px) {
	table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper {
		align-items: center;
		display: flex;
	}
}

table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper .wc-gzd-cart-item-thumbnail {
	margin-right: 1em;
	max-width: 15%;
	min-width: 60px;
}

table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper .wc-gzd-cart-item-thumbnail img {
	margin: 0;
}

body.theme-astra table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail td.product-name {
	flex-wrap: wrap;
}

.cart_totals tr.order-total-differential-taxation-notice td:before, .cart_totals tr.order-total-small-business-notice td:before {
	content: "" !important;
}

.includes_tax, .tax_label, .woocommerce dl.variation dd[class*=variation-gzd-], .woocommerce dl.variation div[class*=variation-gzd-], .woocommerce dl.variation dt[class*=variation-gzd-], .woocommerce dl.variation li[class*=variation-gzd-], .woocommerce ul.variation dd[class*=variation-gzd-], .woocommerce ul.variation div[class*=variation-gzd-], .woocommerce ul.variation dt[class*=variation-gzd-], .woocommerce ul.variation li[class*=variation-gzd-], .woocommerce-cart dl.variation dd[class*=variation-gzd-], .woocommerce-cart dl.variation div[class*=variation-gzd-], .woocommerce-cart dl.variation dt[class*=variation-gzd-], .woocommerce-cart dl.variation li[class*=variation-gzd-], .woocommerce-cart ul.variation dd[class*=variation-gzd-], .woocommerce-cart ul.variation div[class*=variation-gzd-], .woocommerce-cart ul.variation dt[class*=variation-gzd-], .woocommerce-cart ul.variation li[class*=variation-gzd-], .woocommerce-checkout dl.variation dd[class*=variation-gzd-], .woocommerce-checkout dl.variation div[class*=variation-gzd-], .woocommerce-checkout dl.variation dt[class*=variation-gzd-], .woocommerce-checkout dl.variation li[class*=variation-gzd-], .woocommerce-checkout ul.variation dd[class*=variation-gzd-], .woocommerce-checkout ul.variation div[class*=variation-gzd-], .woocommerce-checkout ul.variation dt[class*=variation-gzd-], .woocommerce-checkout ul.variation li[class*=variation-gzd-], .woocommerce-mini-cart dl.variation dd[class*=variation-gzd-], .woocommerce-mini-cart dl.variation div[class*=variation-gzd-], .woocommerce-mini-cart dl.variation dt[class*=variation-gzd-], .woocommerce-mini-cart dl.variation li[class*=variation-gzd-], .woocommerce-mini-cart ul.variation dd[class*=variation-gzd-], .woocommerce-mini-cart ul.variation div[class*=variation-gzd-], .woocommerce-mini-cart ul.variation dt[class*=variation-gzd-], .woocommerce-mini-cart ul.variation li[class*=variation-gzd-] {
	display: none !important;
}

.wc-gzd-small-business-includes-tax {
	display: inline !important;
	font-size: .9em;
	padding-left: 3px;
}

.woocommerce-gzd-checkout #order_review_heading {
	display: none;
}

.woocommerce-checkout .shop_table tr td p {
	margin-bottom: 0;
}

.woocommerce-checkout .shop_table td, .woocommerce-checkout .shop_table th {
	line-height: 1.5;
}

.more-variants-available-info {
	display: block;
	font-size: 11px;
	font-weight: 400;
}

.shop_table .product-name-inner, .shop_table .product-name-inner tr td {
	border: none;
	margin: 0;
	padding: 0;
}

.shop_table .product-name-inner tr td:last-child {
	text-align: right;
}

.cart_totals .wc-gzd-additional-wrapper, .woocommerce-checkout table.shop_table .wc-gzd-additional-wrapper {
	clear: both;
	text-align: right;
}

.cart_totals p.wc-gzd-additional-info, .woocommerce-checkout table.shop_table p.wc-gzd-additional-info {
	display: inline-block;
	font-size: .8em;
	font-weight: 400;
	margin-bottom: 0;
}

.entry-content .woocommerce #payment {
	margin-bottom: 1em;
}

.woocommerce #payment .wc-terms-and-conditions {
	display: none !important;
}

.entry-content .woocommerce .checkout-btn-wrap {
	text-align: right;
}

.woocommerce-checkout p.direct-debit-checkbox {
	display: none;
}

.unit-price-cart {
	display: block;
	font-size: .9em;
	margin-top: 5px;
}

.product_list_widget .wc-gzd-additional-info, .products .wc-gzd-additional-info {
	font-size: .8em;
	margin: .7rem 0;
	padding: 0;
}

.product_list_widget .wc-gzd-additional-info, .product_list_widget p.price-unit {
	line-height: 1.8em;
	margin: .2rem 0;
}

.product_list_widget .wc-gzd-additional-info a {
	display: inline !important;
}

.product_list_widget .price-unit, .products .product .price-unit {
	font-size: .8em;
}

.product_list_widget .price-unit {
	margin-bottom: .7em;
}

.product p.wc-gzd-additional-info {
	clear: left;
	font-size: .9em;
	margin-bottom: .5rem;
}

.product .defect-description:not(:empty) {
	border: 2px solid #4b4f58;
	margin: 1em 0;
	padding: .5em;
}

.product .defect-description:not(:empty) p:last-child {
	margin-bottom: 0;
}

form.cart.wc-gzd-replace-price .single_variation_wrap .woocommerce-variation-price {
	display: none;
}

.deposit-packaging-type {
	font-weight: 700;
	text-transform: uppercase;
}

.product p.deposit-packaging-type {
	font-size: 1.2em !important;
}

.wc-gzd-rating-authenticity-status {
	display: block;
	font-size: .9em;
}

.woocommerce-product-rating .wc-gzd-rating-authenticity-status {
	display: inline-block;
}

.product .product_meta {
	margin-top: 1rem;
}

p.footer-info {
	font-size: .9em;
	padding-bottom: .5rem;
	text-align: center;
}

.wc-gzd-item-defect-description p, .wc-gzd-item-desc p {
	font-size: .9em;
	font-weight: 400;
}

.wc-gzd-edit-data-notice {
	background: #eee;
	display: inline-block;
	padding: 1em;
}

.wc-gzd-edit-data-notice p.wc-gzd-info {
	margin: 0;
	padding: 0;
}

.wc-gzd-power-supply {
	display: flex;
	flex-wrap: wrap;
	height: 70px;
	margin: 1em 0;
}

.wc-gzd-power-supply svg {
	align-items: center;
	display: flex;
	height: 70px;
	width: 70px;
}

.wc-gzd-power-supply svg text {
	text-anchor: middle;
	dominant-baseline: middle;
	font-size: 1.8rem;
	font-weight: 600;
}

.wc-gzd-power-supply svg text.min-max-watt-has-decimals, .wc-gzd-power-supply svg text.power-supply-usb-pd {
	font-size: 1.5rem;
}

.wc-gzd-cart-info {
	display: block;
}

table.product-details-inner {
	margin: 0;
	padding: 0;
	table-layout: fixed;
}

table.product-details-inner, table.product-details-inner td, table.product-details-inner tr {
	background: transparent;
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}

table.product-details-inner tr td:last-child {
	text-align: right;
}

.wc-gzd-product-name-left, .wc-gzd-product-name-right {
	float: left;
}

.wc-gzd-product-name-left {
	margin-right: 1em;
	max-width: 15%;
}

#order_review .blockMsg {
	line-height: 1.5em;
}

#shipping_parcelshop_post_number_field .optional {
	display: none !important;
}

.wc-gzd-nutri-score-value {
	display: block;
	height: 4rem;
	text-indent: -9999px;
	width: 7.0625rem;
}

.wc-gzd-placeholder-loading {
	display: flex;
	flex: 0 0 100%;
	flex-flow: column;
	overflow: hidden;
	position: relative;
}

.wc-gzd-placeholder-loading * {
	box-sizing: border-box;
}

.wc-gzd-placeholder-loading:before {
	animation: phAnimation .8s linear infinite;
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%;
	bottom: 0;
	content: " ";
	left: 50%;
	margin-left: -250%;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 500%;
	z-index: 1;
}

.wc-gzd-placeholder-loading .wc-gzd-placeholder-row {
	align-items: center;
	display: flex;
	vertical-align: middle;
}

.wc-gzd-placeholder-loading .wc-gzd-placeholder-row>* {
	background-color: #e7e7e7;
	display: block;
	height: 10px;
}

.wc-gzd-placeholder-loading .wc-gzd-placeholder-row .wc-gzd-placeholder-row-col-4 {
	min-width: 100px;
}

@keyframes phAnimation {
	0% {
		transform: translate3d(-30%, 0, 0);
	}
	
	to {
		transform: translate3d(30%, 0, 0);
	}
}

.wc-block-featured-product .wc-gzd-additional-info {
	color: inherit;
	font-size: .9em;
	margin: 0;
	padding: 5px 48px 0;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.wc-block-featured-product .wc-gzd-nutri-score {
	width: auto;
}

ul.wc-block-grid__products li.wc-block-grid__product .wc-gzd-additional-info {
	margin: .5em 0;
}

ul.wc-block-grid__products li.wc-block-grid__product .wc-gzd-additional-info:not(.deposit-packaging-type) {
	font-size: .9em;
	font-weight: 400;
}

.theme-twentytwenty form.woocommerce-checkout #order_review_heading, .theme-twentytwentyone form.woocommerce-checkout #order_review_heading {
	margin-bottom: 2rem;
	padding-left: 0;
	text-align: left;
	width: 100%;
}
