
@charset "UTF-8";

:root {
	--woocommerce: var(--e-global-color-primary);
	--wc-primary: var(--e-global-color-primary);
	--wc-secondary-text: var(--color-text);
	--wc-subtext: var(--color-text);
	--wc-form-color-text: var(--e-global-color-text);
	--wc-form-border-color: var(--color-border);
	--wc-form-border-radius: var(--global-border-radius);
	--wc-form-border-width: 1px;
}

.woocommerce .shop-before-loop {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.woocommerce .shop-before-loop:not(:empty) {
	margin-bottom: var(--sidebar-widgets-spacing);
}

.woocommerce .shop-before-loop .woocommerce-notices-wrapper {
	display: none;
}

.woocommerce .woocommerce-result-count {
	margin-top: var(--small-content-spacing);
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: var(--letter-spacing-small);
	transition: var(--global-transition);
	font-weight: var(--e-global-typography-secondary-font-weight);
	letter-spacing: var(--letter-spacing-small);
	color: var(--e-global-color-text);
	margin: 0;
	line-height: inherit;
}

.woocommerce .woocommerce-ordering {
	margin-bottom: 0;
}

.woocommerce .woocommerce-ordering select {
	font-size: var(--font-size-default);
}

.woocommerce div.product .kd-woo-product-grid__badge, .woocommerce div.product span.onsale, .woocommerce div.product span.out-of-stock-badge, .woocommerce ul.products li.kd-woo-product-grid__item .kd-woo-product-grid__badge, .woocommerce ul.products li.kd-woo-product-grid__item span.onsale, .woocommerce ul.products li.kd-woo-product-grid__item span.out-of-stock-badge, .woocommerce ul.products li.product .kd-woo-product-grid__badge, .woocommerce ul.products li.product span.onsale, .woocommerce ul.products li.product span.out-of-stock-badge {
	display: inline-flex !important;
	align-items: center;
	width: auto;
	min-width: auto;
	justify-content: center;
	position: absolute;
	z-index: 1;
	top: var(--column-spacing);
	left: var(--column-spacing);
	right: auto;
	padding: 4px 10px 3px 10px;
	font-size: 11px;
	line-height: inherit;
	min-height: auto;
	margin: 0 !important;
	text-transform: uppercase;
	color: var(--color-white);
	background-color: var(--e-global-color-primary);
	border-radius: var(--global-border-radius);
	transition: var(--global-transition);
	font-weight: var(--e-global-typography-secondary-font-weight);
	letter-spacing: var(--letter-spacing-small);
}

.woocommerce .product-image-right div.product span.onsale, .woocommerce .product-image-right div.product span.out-of-stock-badge {
	left: calc(52% + var(--column-spacing));
}

.woocommerce table.shop_table {
	margin-bottom: var(--grid-columns-gap);
	border-color: var(--color-border);
	border-radius: 0;
	border-collapse: collapse;
}

.woocommerce table.shop_table strong, .woocommerce table.shop_table th, .woocommerce table.shop_table tfoot td {
	font-weight: var(--e-global-typography-secondary-font-weight);
	color: var(--e-global-color-text);
}

.woocommerce table.shop_table td, .woocommerce table.shop_table tr, .woocommerce table.shop_table th {
	border-color: var(--color-border);
}

.woocommerce table.shop_table.shop_table_responsive tr td::before {
	font-weight: var(--e-global-typography-secondary-font-weight);
	color: var(--e-global-color-text);
}

.woocommerce table.shop_table.shop_table_responsive th, .woocommerce table.shop_table.shop_table_responsive td {
	border: 0;
	border-top: 1px solid var(--color-border);
}

.woocommerce [class*="add_to_cart_button"].loading {
	position: relative;
}

.woocommerce [class*="add_to_cart_button"].loading:after {
	display: none;
}

.woocommerce .woocommerce #respond input#submit.disabled, .woocommerce .woocommerce #respond input#submit:disabled, .woocommerce .woocommerce #respond input#submit:disabled[disabled], .woocommerce .woocommerce a.button.disabled, .woocommerce .woocommerce a.button:disabled, .woocommerce .woocommerce a.button:disabled[disabled], .woocommerce .woocommerce button.button.disabled, .woocommerce .woocommerce button.button:disabled, .woocommerce .woocommerce button.button:disabled[disabled], .woocommerce .woocommerce input.button.disabled, .woocommerce .woocommerce input.button:disabled, .woocommerce .woocommerce input.button:disabled[disabled] {
	padding: 0 var(--button-padding);
	color: var(--color-white);
}

.woocommerce .woocommerce #respond input#submit.disabled:hover, .woocommerce .woocommerce #respond input#submit:disabled:hover, .woocommerce .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce .woocommerce a.button.disabled:hover, .woocommerce .woocommerce a.button:disabled:hover, .woocommerce .woocommerce a.button:disabled[disabled]:hover, .woocommerce .woocommerce button.button.disabled:hover, .woocommerce .woocommerce button.button:disabled:hover, .woocommerce .woocommerce button.button:disabled[disabled]:hover, .woocommerce .woocommerce input.button.disabled:hover, .woocommerce .woocommerce input.button:disabled:hover, .woocommerce .woocommerce input.button:disabled[disabled]:hover {
	background-color: var(--e-global-color-secondary);
}

.woocommerce div.quantity {
	position: relative;
	display: inline-block;
	height: var(--component-height);
	margin: 0 !important;
}

.woocommerce div.quantity input[type="number"], .woocommerce div.quantity .qty {
	font-weight: 600;
	text-align: center;
	max-width: 100px;
	font-size: inherit;
	width: auto;
	padding: 0;
}

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

.woocommerce div.quantity.hidden {
	display: none;
}

.woocommerce .woocommerce-pagination {
	margin-top: var(--sidebar-widgets-spacing);
}

.woocommerce .woocommerce-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
	border: none;
	align-items: center;
	justify-content: center;
}

.woocommerce .woocommerce-pagination ul.page-numbers li {
	border: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers {
	height: 36px;
	min-width: 36px;
	margin: 5px;
	border-radius: var(--global-border-radius);
	border: 1px solid var(--color-border);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: var(--e-global-typography-secondary-font-weight);
	letter-spacing: var(--letter-spacing-small);
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.current {
	color: var(--color-white);
	background: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.prev, .woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.next {
	font-size: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.prev:after, .woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.next:after {
	content: "";
	-webkit-mask: url("https://cdn-ilehdih.nitrocdn.com/LKELiajqpIRaTWcQanacbkkWaCilCsSe/assets/images/optimized/rev-e64ce3e/www.silversquirreldigital.com/wp-content/plugins/keydesign-framework/assets/svg/arrow-breadcrumbs.svg") no-repeat 50% 50%;
	mask: url("https://cdn-ilehdih.nitrocdn.com/LKELiajqpIRaTWcQanacbkkWaCilCsSe/assets/images/optimized/rev-e64ce3e/www.silversquirreldigital.com/wp-content/plugins/keydesign-framework/assets/svg/arrow-breadcrumbs.svg") no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	width: 7px;
	height: 7px;
	margin: 0;
	background-color: currentColor;
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.prev {
	flex-direction: row-reverse;
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.prev:after {
	transform: scale(-1, -1);
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers:focus {
	background: var(--color-white);
	color: var(--e-global-color-text);
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers:not(.current):hover {
	border-color: var(--e-global-color-primary);
	color: var(--e-global-color-primary);
	background: var(--color-white);
}

.woocommerce-page span.select2-container, .woocommerce-checkout span.select2-container {
	height: var(--component-height);
}

.woocommerce-page span.select2-container .select2-selection--single, .woocommerce-checkout span.select2-container .select2-selection--single {
	height: var(--component-height);
	background: none;
	border-radius: var(--global-border-radius);
}

.woocommerce-page span.select2-container .select2-selection--single .select2-selection__rendered, .woocommerce-checkout span.select2-container .select2-selection--single .select2-selection__rendered {
	display: flex;
	align-items: center;
	height: 100%;
	color: var(--color-text);
	padding-left: var(--column-spacing, 15px);
	padding-right: var(--column-spacing, 15px);
}

.woocommerce-page span.select2-dropdown, .woocommerce-checkout span.select2-dropdown {
	z-index: 999999;
	border-radius: var(--global-border-radius);
}

.woocommerce-page span.select2-dropdown .select2-search--dropdown, .woocommerce-checkout span.select2-dropdown .select2-search--dropdown {
	padding: 13px;
}

.woocommerce-page span.select2-dropdown .select2-search--dropdown input.select2-search__field, .woocommerce-checkout span.select2-dropdown .select2-search--dropdown input.select2-search__field {
	border-radius: var(--global-border-radius);
	border-color: var(--color-border);
}

.woocommerce-page span.select2-dropdown .select2-search--dropdown input.select2-search__field:focus, .woocommerce-checkout span.select2-dropdown .select2-search--dropdown input.select2-search__field:focus {
	border-color: var(--e-global-color-primary);
}

.woocommerce-page span.select2-dropdown .select2-results > .select2-results__options, .woocommerce-checkout span.select2-dropdown .select2-results > .select2-results__options {
	max-height: 325px;
}

.woocommerce-page span.select2-dropdown .select2-results__option, .woocommerce-checkout span.select2-dropdown .select2-results__option {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	padding-left: var(--column-spacing, 15px);
	padding-right: var(--column-spacing, 15px);
}

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

.woocommerce-page span.select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected], .woocommerce-page span.select2-dropdown .select2-results__option.select2-results__option--highlighted[data-selected], .woocommerce-checkout span.select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected], .woocommerce-checkout span.select2-dropdown .select2-results__option.select2-results__option--highlighted[data-selected] {
	background-color: var(--e-global-color-primary);
}

.woocommerce-page span.select2-dropdown, .woocommerce-page span.select2-container .select2-selection--single, .woocommerce-checkout span.select2-dropdown, .woocommerce-checkout span.select2-container .select2-selection--single {
	border-color: var(--color-border);
}

.woocommerce-page span.select2-dropdown .select2-selection__arrow, .woocommerce-page span.select2-container .select2-selection--single .select2-selection__arrow, .woocommerce-checkout span.select2-dropdown .select2-selection__arrow, .woocommerce-checkout span.select2-container .select2-selection--single .select2-selection__arrow {
	height: var(--component-height);
}

.woocommerce-page .select2-selection__clear, .woocommerce-checkout .select2-selection__clear {
	order: 2;
	margin-left: auto;
	margin-right: 30px;
}

.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: var(--e-global-color-light);
	border-radius: var(--global-border-radius);
	margin-bottom: var(--grid-columns-gap);
	padding: var(--column-spacing);
	padding-left: 55px;
	color: var(--e-global-color-text);
	font-size: var(--font-size-paragraphs);
	font-weight: var(--e-global-typography-accent-font-weight);
	outline: none;
	margin-bottom: var(--grid-columns-gap);
}

@media (max-width:766.98px) {
	.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner .woocommerce-Button, .woocommerce .woocommerce-error .woocommerce-Button, .woocommerce .woocommerce-info .woocommerce-Button, .woocommerce .woocommerce-message .woocommerce-Button {
		margin-top: var(--column-spacing);
	}
}

.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner::before, .woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before {
	top: calc(var(--column-spacing) + 2px);
}

.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner a.button, .woocommerce .woocommerce-error a.button, .woocommerce .woocommerce-info a.button, .woocommerce .woocommerce-message a.button {
	--component-height: 0;
	padding: 0;
	background: none;
	font-size: var(--font-size-paragraphs);
	color: var(--e-global-color-primary);
	line-height: normal;
}

.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner a.button:hover, .woocommerce .woocommerce-error a.button:hover, .woocommerce .woocommerce-info a.button:hover, .woocommerce .woocommerce-message a.button:hover {
	color: var(--e-global-color-primary);
	background: none;
	opacity: .8;
}

.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner, .woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
	border-color: var(--e-global-color-primary);
}

.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner::before, .woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info::before {
	color: var(--e-global-color-primary);
}

.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner svg, .woocommerce .woocommerce-message svg, .woocommerce .woocommerce-info svg {
	background-color: var(--e-global-color-primary);
}

.woocommerce .woocommerce-order-overview {
	background-color: var(--e-global-color-light);
	padding-top: var(--grid-columns-gap);
	padding-bottom: var(--grid-columns-gap);
	border-radius: var(--global-border-radius);
}

.woocommerce .woocommerce-order-overview strong {
	color: var(--e-global-color-text);
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.woocommerce #add_payment_method #payment div.payment_box, .woocommerce .woocommerce-cart #payment div.payment_box, .woocommerce .woocommerce-checkout #payment div.payment_box {
	background-color: var(--e-global-color-light);
	color: var(--e-global-color-text);
}

.woocommerce #add_payment_method #payment div.payment_box:before, .woocommerce .woocommerce-cart #payment div.payment_box:before, .woocommerce .woocommerce-checkout #payment div.payment_box:before {
	border-bottom: 1em solid var(--e-global-color-light);
}

.woocommerce .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
	background: var(--e-global-color-primary) !important;
	color: #fff !important;
	opacity: 1;
	padding: 0 var(--button-padding) !important;
	text-decoration-line: none;
	text-underline-position: none;
}

.woocommerce .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {
	background-color: var(--e-global-color-secondary) !important;
}

.form-row label {
	display: block;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.form-row .required {
	color: #c00;
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-decoration: none;
}

.form-row textarea {
	display: block;
}

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

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

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

.woocommerce ul.products:not(.elementor-grid) {
	display: grid;
	grid-template-columns: var(--shop-columns) !important;
	grid-column-gap: var(--grid-columns-gap);
	grid-row-gap: var(--sidebar-widgets-spacing);
	margin-bottom: 0;
}

@media (min-width:767px) {
	.woocommerce ul.products:not(.elementor-grid) {
		--shop-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width:1024.02px) {
	.woocommerce ul.products:not(.elementor-grid) {
		--shop-columns: repeat(3, minmax(0, 1fr));
	}
	
	.woocommerce ul.products:not(.elementor-grid).columns-2 {
		--shop-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width:1240px) {
	.woocommerce ul.products:not(.elementor-grid).columns-2 {
		--shop-columns: repeat(2, minmax(0, 1fr));
	}
	
	.woocommerce ul.products:not(.elementor-grid).columns-3 {
		--shop-columns: repeat(3, minmax(0, 1fr));
	}
	
	.woocommerce ul.products:not(.elementor-grid).columns-4 {
		--shop-columns: repeat(4, minmax(0, 1fr));
	}
}

.woocommerce ul.products:not(.elementor-grid)::after {
	display: none;
}

.woocommerce ul.products.elementor-grid li.product {
	width: auto;
}

@media (max-width:1024px) {
	.woocommerce ul.products li.kd-woo-product-grid__item, .woocommerce ul.products li.product {
		margin-bottom: 0 !important;
	}
}

.woocommerce ul.products li.kd-woo-product-grid__item .woo-entry-image, .woocommerce ul.products li.product .woo-entry-image {
	margin-bottom: 20px;
	border-radius: var(--global-border-radius);
}

.woocommerce ul.products li.kd-woo-product-grid__item .woocommerce-loop-product__title, .woocommerce ul.products li.kd-woo-product-grid__item .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-category__title {
	transition: .2s cubic-bezier(.19, 1, .22, 1);
	margin: 0;
	padding: 0;
	font-weight: var(--e-global-typography-secondary-font-weight);
	font-size: 21px;
	line-height: 1.42;
}

.woocommerce ul.products li.kd-woo-product-grid__item .star-rating, .woocommerce ul.products li.product .star-rating {
	margin-bottom: 15px;
	font-size: var(--font-size-paragraphs);
	color: #f7ba2f;
}

.woocommerce ul.products li.kd-woo-product-grid__item .star-rating:before, .woocommerce ul.products li.product .star-rating:before {
	content: "SSSSS";
	color: var(--color-border);
}

.woocommerce ul.products li.kd-woo-product-grid__item .price, .woocommerce ul.products li.product .price {
	font-size: var(--font-size-default);
	color: var(--e-global-color-text);
	margin: 0;
	padding: 3px 0;
}

.woocommerce ul.products li.kd-woo-product-grid__item .price del, .woocommerce ul.products li.product .price del {
	opacity: 1;
	color: var(--color-text);
}

.woocommerce ul.products li.kd-woo-product-grid__item .price ins, .woocommerce ul.products li.product .price ins {
	font-weight: 400;
}

.woocommerce ul.products li.kd-woo-product-grid__item .button, .woocommerce ul.products li.kd-woo-product-grid__item .add_to_cart_button, .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .add_to_cart_button {
	display: var(--display, inline-flex);
}

.woocommerce ul.products li.kd-woo-product-grid__item .button.added, .woocommerce ul.products li.kd-woo-product-grid__item .add_to_cart_button.added, .woocommerce ul.products li.product .button.added, .woocommerce ul.products li.product .add_to_cart_button.added {
	--display: none;
}

.woocommerce ul.products li.kd-woo-product-grid__item:hover .woocommerce-loop-product__title, .woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
	color: var(--e-global-color-primary);
}

.woocommerce .wc-style-detailed ul.products::before {
	display: none;
}

.woocommerce .wc-style-detailed ul.products .product {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0;
	width: 100% !important;
}

.woocommerce .wc-style-detailed ul.products .product .woo-entry-image {
	background: var(--e-global-color-light);
	transition: .2s cubic-bezier(.19, 1, .22, 1);
}

.woocommerce .wc-style-detailed ul.products .product .woo-entry-image img {
	transition: transform .2s cubic-bezier(.19, 1, .22, 1);
}

.woocommerce .wc-style-detailed ul.products .product .price {
	font-size: var(--font-size-paragraphs);
}

.woocommerce .wc-style-detailed ul.products .product .button, .woocommerce .wc-style-detailed ul.products .product a.added_to_cart {
	margin-top: 12px;
}

.woocommerce .wc-style-detailed ul.products .product:hover .woo-entry-image {
	background: var(--color-white);
}

.woocommerce .wc-style-detailed ul.products .product:hover .woo-entry-image img {
	transform: rotate(3deg);
}

.woocommerce .wc-style-minimal ul.products {
	grid-row-gap: var(--grid-columns-gap);
}

.woocommerce .wc-style-minimal ul.products::before {
	display: none;
}

.woocommerce .wc-style-minimal ul.products .product {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0;
	width: 100% !important;
}

.woocommerce .wc-style-minimal ul.products .product .woo-entry-image {
	border: 1px solid var(--color-border);
	transition: .2s cubic-bezier(.19, 1, .22, 1);
}

.woocommerce .wc-style-minimal ul.products .product .woo-entry-image img {
	transition: transform .2s cubic-bezier(.19, 1, .22, 1);
	margin-bottom: 0;
}

.woocommerce .wc-style-minimal ul.products .product .star-rating {
	display: none;
}

.woocommerce .wc-style-minimal ul.products .product .price {
	font-size: var(--font-size-paragraphs);
	font-weight: var(--e-global-typography-accent-font-weight);
	padding-top: 5px;
	padding-bottom: 2px;
}

.woocommerce .wc-style-minimal ul.products .product .button, .woocommerce .wc-style-minimal ul.products .product a.added_to_cart {
	margin: 0;
	padding: 0;
	min-height: inherit;
	background: none;
	color: var(--e-global-color-text);
	font-weight: var(--e-global-typography-secondary-font-weight);
	letter-spacing: var(--letter-spacing-small);
	font-size: 12px;
	text-transform: uppercase;
}

.woocommerce .wc-style-minimal ul.products .product .button:hover, .woocommerce .wc-style-minimal ul.products .product a.added_to_cart:hover {
	color: var(--e-global-color-primary);
	background: none;
}

.woocommerce .wc-style-minimal ul.products .product:hover .woo-entry-image {
	background: var(--e-global-color-light);
	border: 1px solid var(--e-global-color-light);
}

.woocommerce .wc-style-minimal ul.products .product:hover .woo-entry-image img {
	transform: scale(1.05);
}

.product-image-right #primary div.product div.images {
	float: right;
}

.product-image-right #primary div.product div.summary {
	float: left;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	border-radius: var(--global-border-radius);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover::before {
	border-color: var(--e-global-color-primary);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover::after {
	background: var(--e-global-color-primary);
}

.woocommerce .pswp__bg, .woocommerce-page .pswp__bg {
	opacity: .7 !important;
}

.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
	background: var(--e-global-color-light);
}

.ct-photoswipe-open .ct-header {
	pointer-events: none;
}

.woocommerce.single-product div.product .entry-summary {
	margin-bottom: var(--sidebar-widgets-spacing);
}

.woocommerce.single-product div.product .entry-summary .product_title {
	margin-bottom: 0;
}

.woocommerce.single-product div.product .entry-summary .price {
	color: var(--e-global-color-primary);
	font-size: 24px;
	line-height: inherit;
	font-weight: var(--e-global-typography-secondary-font-weight);
	margin-bottom: var(--column-spacing);
	margin-top: var(--column-spacing);
}

@media (min-width:1024.02px) {
	.woocommerce.single-product div.product .entry-summary .price {
		margin-bottom: var(--grid-columns-gap);
		margin-top: var(--grid-columns-gap);
	}
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating {
	margin-bottom: var(--small-content-spacing);
	margin-top: var(--small-content-spacing);
}

@media (min-width:1024.02px) {
	.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating {
		margin-bottom: var(--grid-columns-gap);
	}
}

.woocommerce.single-product div.product .entry-summary > .stock {
	margin-top: 24px;
	font-size: inherit;
	font-weight: var(--e-global-typography-secondary-font-weight);
	font-size: var(--font-size-paragraphs);
}

.single-product .product_meta > span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: var(--letter-spacing-small);
	font-weight: var(--e-global-typography-secondary-font-weight);
	display: block;
}

.single-product .product_meta > span:not(:last-child) {
	margin-bottom: 8px;
}

.single-product .product_meta > span > * {
	transition: var(--global-transition);
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.single-product .product_meta > span > a:hover {
	opacity: 1;
}

.single-product .product_meta {
	margin-top: var(--grid-columns-gap);
	padding-top: var(--grid-columns-gap);
	border-top: 1px solid var(--color-border);
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0;
	margin-bottom: var(--column-spacing);
	padding: 0;
	font-size: var(--font-size-paragraphs);
	color: var(--color-text);
	font-weight: var(--e-global-typography-accent-font-weight);
}

@media (min-width:1024.02px) {
	.woocommerce .woocommerce-breadcrumb {
		margin-bottom: var(--grid-columns-gap);
	}
}

.woocommerce .woocommerce-breadcrumb a {
	color: var(--color-text);
}

.woocommerce .woocommerce-breadcrumb a:hover {
	color: var(--e-global-color-primary);
}

.woocommerce .woocommerce-product-rating {
	line-height: inherit;
	margin-top: 5px;
	display: block;
	padding-bottom: 5px;
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: 0;
	font-size: var(--font-size-paragraphs);
	color: #f7ba2f;
	float: none;
	display: inline-flex;
}

.woocommerce .woocommerce-product-rating .star-rating:before {
	content: "SSSSS";
	color: #e7e7e7;
}

.woocommerce .woocommerce-product-rating .woocommerce-review-link {
	font-weight: var(--e-global-typography-accent-font-weight);
}

.woocommerce .woocommerce-product-rating .woocommerce-review-link:hover {
	color: var(--e-global-color-primary);
}

.woocommerce .product_list_widget .star-rating, .woocommerce .woocommerce-Reviews .star-rating {
	margin: 0;
	font-size: var(--font-size-paragraphs);
	color: #f7ba2f;
}

.woocommerce .product_list_widget .star-rating:before, .woocommerce .woocommerce-Reviews .star-rating:before {
	content: "SSSSS";
	color: #e7e7e7;
}

.woocommerce .comment-form-rating .stars {
	line-height: 1;
}

.woocommerce .comment-form-rating .stars a {
	color: var(--e-global-color-primary);
}

.woocommerce .comment-form-rating .stars span {
	line-height: 1;
}

.woocommerce .comment-form-rating label {
	margin-bottom: 10px;
	display: block;
}

.woocommerce div.product div.woocommerce-product-gallery.images {
	position: relative;
	overflow: hidden;
	align-self: flex-start;
	margin-bottom: var(--sidebar-widgets-spacing);
}

.woocommerce div.product div.woocommerce-product-gallery.images .flex-viewport {
	background: var(--e-global-color-light);
	border-radius: var(--global-border-radius);
}

.woocommerce div.product div.woocommerce-product-gallery.images .zoomImg {
	background: var(--e-global-color-light) !important;
}

.woocommerce div.product div.woocommerce-product-gallery.images ol.flex-control-thumbs {
	display: flex;
	gap: var(--column-spacing);
	margin-top: var(--column-spacing);
	flex-wrap: wrap;
}

.woocommerce div.product div.woocommerce-product-gallery.images ol.flex-control-thumbs li {
	background: var(--e-global-color-light);
	border: 1px solid var(--e-global-color-light);
	margin-bottom: 0;
	flex: 1;
	max-width: max-content;
	transition: var(--image-transition);
	overflow: hidden;
	border-radius: var(--global-border-radius);
	flex: 0 0 calc(25% - 15px);
}

.woocommerce div.product div.woocommerce-product-gallery.images ol.flex-control-thumbs li:hover {
	border-color: var(--color-border);
	background: transparent;
}

.woocommerce div.product div.woocommerce-product-gallery.images ol.flex-control-thumbs li:hover img {
	transform: scale(1.05);
}

.woocommerce div.product div.woocommerce-product-gallery.images ol.flex-control-thumbs li img {
	opacity: 1;
	transition: var(--image-transition);
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: var(--grid-columns-gap);
	padding-top: var(--grid-columns-gap);
	border-top: 1px solid var(--color-border);
}

.woocommerce div.product form.cart > * {
	width: auto;
}

.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
	display: none;
}

.woocommerce div.product form.cart .quantity {
	order: 1;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
	flex: 1;
	order: 2;
	border-radius: var(--global-border-radius);
}

.woocommerce div.product form.cart table {
	border: none;
}

.woocommerce div.product form.cart td, .woocommerce div.product form.cart th {
	border: none;
}

.woocommerce div.product form.cart td:first-child, .woocommerce div.product form.cart th:first-child {
	padding-inline-start: 0;
}

.woocommerce div.product form.cart td:last-child, .woocommerce div.product form.cart th:last-child {
	padding-inline-end: 0;
}

.woocommerce div.product form.grouped_form {
	flex-direction: column;
	gap: 0;
}

.woocommerce div.product form.grouped_form table {
	margin-bottom: 7px;
}

.woocommerce div.product form.grouped_form td {
	padding: 0;
	vertical-align: middle !important;
}

.woocommerce div.product form.grouped_form td:last-child {
	text-align: right;
}

.woocommerce div.product form.grouped_form .woocommerce-grouped-product-list-item__label label {
	font-size: var(--font-size-paragraphs);
	font-weight: var(--e-global-typography-secondary-font-weight);
	color: var(--e-global-color-text);
}

.woocommerce div.product form.grouped_form .woocommerce-grouped-product-list-item__price {
	color: var(--e-global-color-primary);
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.woocommerce div.product form.grouped_form .woocommerce-grouped-product-list-item__price .sale-price {
	flex-wrap: nowrap;
}

.woocommerce div.product form.grouped_form .woocommerce-grouped-product-list-item__price del {
	order: initial;
	margin-inline-end: 5px;
	margin-inline-start: 0;
}

.woocommerce div.product form.variations_form table.variations {
	margin-bottom: 12px;
}

.woocommerce div.product form.variations_form table.variations tr {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.woocommerce div.product form.variations_form table.variations tr:not(:last-child) {
	margin-bottom: 1.5em;
}

.woocommerce div.product form.variations_form table.variations tr:last-child td select {
	margin-bottom: .5em;
}

.woocommerce div.product form.variations_form table.variations td, .woocommerce div.product form.variations_form table.variations th {
	text-align: initial;
	padding: 0;
}

.woocommerce div.product form.variations_form table.variations label {
	display: block;
	font-weight: var(--e-global-typography-secondary-font-weight);
	color: var(--e-global-color-text);
	font-size: inherit;
}

.woocommerce div.product form.variations_form table.variations select {
	width: 100%;
	max-width: 100%;
}

.woocommerce div.product form.variations_form table.variations .reset_variations {
	display: none;
	font-weight: var(--e-global-typography-secondary-font-weight);
	color: var(--e-global-color-text);
	font-size: inherit;
}

.woocommerce div.product form.variations_form table.variations .reset_variations:hover {
	color: var(--e-global-color-primary);
}

.woocommerce div.product form.variations_form .single_variation_wrap {
	width: 100%;
}

.woocommerce div.product form.variations_form .single_variation_wrap .woocommerce-variation-price {
	margin-bottom: 20px;
}

.woocommerce div.product form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
	display: flex;
	width: 100%;
	gap: 10px;
}

.woocommerce div.product div.woocommerce-tabs h2 {
	font-size: 24px;
	margin-bottom: 24px;
}

.woocommerce div.product div.woocommerce-tabs div.woocommerce-Tabs-panel.panel {
	padding-top: var(--sidebar-widgets-spacing);
}

.woocommerce div.product div.woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid var(--color-border);
	padding: 0;
	margin: 0;
	overflow: visible;
}

.woocommerce div.product div.woocommerce-tabs ul.tabs::before {
	display: none !important;
}

.woocommerce div.product div.woocommerce-tabs ul.tabs li {
	position: relative;
	margin-bottom: -1px;
	border: none;
	background: none;
	color: var(--color-text);
	border-radius: 0;
	padding: 0;
	display: inline-flex !important;
}

@media (max-width:766.98px) {
	.woocommerce div.product div.woocommerce-tabs ul.tabs li {
		width: 100%;
	}
}

.woocommerce div.product div.woocommerce-tabs ul.tabs li:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0px;
	height: 3px;
	opacity: var(--tab-visibility, 0);
	background: var(--e-global-color-primary);
	width: 100%;
	box-shadow: none !important;
	border: none;
	border-radius: 0;
}

.woocommerce div.product div.woocommerce-tabs ul.tabs li:after {
	display: none;
}

.woocommerce div.product div.woocommerce-tabs ul.tabs li a {
	position: relative;
	width: 100%;
	text-align: center;
	line-height: inherit;
	padding: 1.2em 1.5em;
	font-size: var(--font-size-paragraphs);
	color: var(--color-text);
	font-weight: var(--e-global-typography-accent-font-weight);
}

.woocommerce div.product div.woocommerce-tabs ul.tabs li a:hover {
	color: var(--e-global-color-primary);
}

.woocommerce div.product div.woocommerce-tabs ul.tabs li.active {
	z-index: 1;
	--tab-visibility: 1;
}

.woocommerce div.product div.woocommerce-tabs ul.tabs li.active a {
	color: var(--e-global-color-text);
}

.woocommerce table.woocommerce-product-attributes {
	border: 0;
	margin-bottom: 0;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: var(--color-border);
}

.woocommerce table.woocommerce-product-attributes th {
	font-weight: var(--e-global-typography-accent-font-weight);
	color: var(--e-global-color-text);
	text-align: initial;
	border-style: solid;
	border-width: 1px;
	border-color: var(--color-border);
	padding: 0 var(--column-spacing);
}

.woocommerce table.woocommerce-product-attributes td {
	border-style: solid;
	border-width: 1px;
	border-color: var(--color-border);
	padding: 0 var(--column-spacing);
}

.woocommerce table.woocommerce-product-attributes tr {
	border-style: solid;
	border-width: 1px;
	border-color: var(--color-border);
}

.woocommerce table.woocommerce-product-attributes tr:nth-child(even) th, .woocommerce table.woocommerce-product-attributes tr:nth-child(even) td {
	background: none;
}

.woocommerce-Reviews .comment-reply-title {
	font-weight: var(--e-global-typography-primary-font-weight);
	letter-spacing: var(--letter-spacing-default);
	color: var(--e-global-color-text);
	font-size: 24px;
	margin-bottom: 15px;
}

.woocommerce-Reviews .commentlist li {
	margin-bottom: 0;
}

.woocommerce-Reviews .commentlist li:not(:last-child) .comment_container {
	padding-bottom: 10px;
}

.woocommerce-Reviews .comment_container {
	position: relative;
}

.woocommerce-Reviews .avatar {
	position: absolute;
	left: 0;
	width: 45px;
	height: 45px;
	border-radius: 100%;
}

.woocommerce-Reviews .comment-text {
	padding-inline-start: 70px;
	border-color: var(--color-border) !important;
}

.woocommerce-Reviews .comment-text .description > * {
	margin: 20px 0 0 0;
}

.woocommerce-Reviews .comment-text .description > *:first-child {
	margin-top: 0;
}

.woocommerce-Reviews .meta {
	display: flex;
	align-items: center;
	line-height: 20px;
	margin-bottom: 10px !important;
	font-size: 16px !important;
	color: var(--e-global-color-text) !important;
}

@media (max-width:766.98px) {
	.woocommerce-Reviews .meta {
		width: 100%;
		margin-top: 15px !important;
	}
}

.woocommerce-Reviews .meta span {
	display: inline-block;
	text-indent: -99999px;
	margin: 0 10px;
}

.woocommerce-Reviews .meta span:before {
	font-size: 12px;
	float: left;
	content: "/";
	text-indent: 1px;
}

@media (max-width:766.98px) {
	.woocommerce-Reviews .star-rating {
		float: none;
	}
}

.woocommerce-Reviews > .clear {
	display: none;
}

.woocommerce #review_form {
	margin-top: 30px;
}

@media (max-width:766.98px) {
	.woocommerce #review_form {
		margin-top: 10px;
	}
}

.woocommerce #review_form #respond p {
	margin-bottom: 0;
}

.single-product .related, .single-product .up-sells {
	margin-top: var(--sidebar-widgets-spacing);
	padding-top: var(--sidebar-widgets-spacing);
	border-top: 1px solid var(--color-border);
}

.single-product .related .products, .single-product .up-sells .products {
	margin-bottom: 0;
}

.single-product .related h2, .single-product .up-sells h2 {
	font-size: 24px;
	margin-bottom: var(--grid-columns-gap);
}

.woocommerce-cart table.shop_table {
	margin-bottom: 0;
}

.woocommerce-cart table.shop_table .product-name a {
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.woocommerce-cart table.shop_table td.actions {
	padding: var(--column-spacing);
}

@media (min-width:1024.02px) {
	.woocommerce-cart table.shop_table td.actions .coupon {
		min-width: fit-content;
	}
	
	.woocommerce-cart table.shop_table td.actions .coupon .input-text {
		margin: 0 10px 0 0;
		border-color: var(--color-border);
		width: fit-content !important;
	}
}

@media (min-width:1024.02px) {
	.woocommerce-cart table.shop_table .product-quantity {
		width: 125px;
	}
	
	.woocommerce-cart table.shop_table .product-remove {
		width: 52px;
	}
	
	.woocommerce-cart table.shop_table .product-price, .woocommerce-cart table.shop_table .product-subtotal {
		width: 1%;
		min-width: 125px;
		white-space: nowrap;
	}
}

.woocommerce-cart table.shop_table .product-thumbnail {
	width: 75px;
}

.woocommerce-cart table.shop_table .product-thumbnail img {
	width: 50px;
	background: var(--e-global-color-light);
	border-radius: var(--global-border-radius);
}

.woocommerce-cart table.shop_table .product-subtotal, .woocommerce-cart table.shop_table .product-price, .woocommerce-cart table.shop_table .product-quantity {
	text-align: right;
}

.woocommerce-cart table.shop_table .remove {
	font-weight: 500;
	color: var(--e-global-color-primary) !important;
}

.woocommerce-cart table.shop_table .remove:hover {
	color: var(--e-global-color-secondary) !important;
	background: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
	padding-top: var(--sidebar-widgets-spacing);
}

.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
	font-size: 24px;
	margin-bottom: var(--grid-columns-gap);
}

.woocommerce .cart-collaterals .cart_totals .shop_table, .woocommerce-page .cart-collaterals .cart_totals .shop_table {
	border-collapse: collapse;
	margin-bottom: 0;
}

.woocommerce .cart-collaterals .cart_totals .shop_table td, .woocommerce-page .cart-collaterals .cart_totals .shop_table td {
	text-align: right;
}

.woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .checkout-button {
	margin-bottom: 0;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout, .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	padding-bottom: 0;
	padding-top: var(--grid-columns-gap);
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
	width: 100%;
	padding-top: var(--sidebar-widgets-spacing);
}

.woocommerce .cart-collaterals .cross-sells h2, .woocommerce-page .cart-collaterals .cross-sells h2 {
	font-size: 24px;
	margin-bottom: var(--grid-columns-gap);
}

.woocommerce .cart-collaterals .cross-sells .products, .woocommerce-page .cart-collaterals .cross-sells .products {
	margin-bottom: 0;
}

.woocommerce .cart-collaterals .cross-sells .products::before, .woocommerce-page .cart-collaterals .cross-sells .products::before {
	display: none;
}

form.woocommerce-checkout .woocommerce-additional-fields {
	margin-top: var(--grid-columns-gap);
}

@media (min-width:1024.02px) {
	form.woocommerce-checkout {
		grid-column-gap: var(--grid-columns-gap);
		display: grid;
		grid-auto-flow: column;
		grid-auto-rows: 85px min-content 1fr;
		grid-template-areas: "A B" "A C";
	}
	
	form.woocommerce-checkout select {
		width: 100%;
	}
	
	form.woocommerce-checkout #customer_details {
		grid-area: A;
		display: flex;
		flex-direction: column;
	}
	
	form.woocommerce-checkout #customer_details .col-1, form.woocommerce-checkout #customer_details .col-2 {
		width: 100%;
	}
	
	form.woocommerce-checkout .woocommerce-NoticeGroup, form.woocommerce-checkout #order_review_heading {
		grid-area: B;
		margin-top: 0;
		height: fit-content;
	}
	
	form.woocommerce-checkout #order_review {
		grid-area: C;
	}
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	border: 1px solid var(--color-border);
	border-radius: var(--global-border-radius);
	background: none;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border-color: var(--color-border);
}

#add_payment_method #payment .woocommerce-privacy-policy-text, .woocommerce-cart #payment .woocommerce-privacy-policy-text, .woocommerce-checkout #payment .woocommerce-privacy-policy-text {
	margin-bottom: 10px;
}

#add_payment_method #payment #place_order, .woocommerce-cart #payment #place_order, .woocommerce-checkout #payment #place_order {
	width: 100%;
	margin-top: 10px;
}

.woocommerce .showcoupon {
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.woocommerce form.checkout_coupon {
	border: 1px solid var(--color-border);
	padding: var(--column-spacing);
	margin: 0;
	text-align: left;
	border-radius: var(--global-border-radius);
	margin-bottom: var(--grid-columns-gap);
}

.woocommerce form.checkout_coupon p {
	margin: 0;
}

.woocommerce form.checkout_coupon .button {
	width: 100%;
	min-width: 100%;
}

.woocommerce-account h2 {
	text-align: center;
}

.woocommerce-account .woocommerce-Address-title h2 {
	text-align: inherit;
}

.woocommerce-account form.login, .woocommerce-account form.register {
	margin-bottom: 0;
	border-radius: var(--global-border-radius);
	background-color: var(--e-global-color-light);
	display: flex;
	flex-direction: column;
	max-width: var(--block-width);
	margin: auto;
	border: none;
	padding: var(--grid-columns-gap);
	margin-top: 30px;
}

.woocommerce-account form.login .form-row, .woocommerce-account form.register .form-row {
	margin-bottom: 10px;
}

.woocommerce-account form.login .woocommerce-button, .woocommerce-account form.register .woocommerce-button {
	width: 100%;
}

.woocommerce-account form.login .woocommerce-LostPassword a, .woocommerce-account form.register .woocommerce-LostPassword a {
	font-weight: var(--e-global-typography-secondary-font-weight);
	font-size: var(--font-size-default);
	margin-top: 5px;
	display: inline-flex;
}

.woocommerce-account .woocommerce {
	border-radius: var(--global-border-radius, 0px);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
	margin-bottom: var(--grid-columns-gap);
}

.woocommerce-account .woocommerce strong {
	font-weight: normal;
}

.woocommerce-account .woocommerce a {
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.woocommerce-account .woocommerce em {
	font-size: var(--font-size-default);
}

.woocommerce-account .woocommerce .woocommerce-EditAccountForm fieldset {
	margin: 30px 3px;
}

.woocommerce-account .woocommerce .my_account_orders .button {
	margin-bottom: 10px;
	margin-top: 10px;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
	margin-bottom: 27px;
}

.woocommerce .woocommerce-Addresses {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.woocommerce .woocommerce-Addresses address {
	font-style: normal;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address {
	width: 100%;
}

.woocommerce .woocommerce-Addresses::before, .woocommerce .woocommerce-Addresses::after {
	display: none;
}

.woocommerce .woocommerce-customer-details address {
	border: 1px solid var(--color-border);
	border-radius: var(--global-border-radius, 0px);
	padding: var(--grid-columns-gap);
}

.widget_product_categories li .count {
	float: right;
}

.wc-block-checkbox-list li label, .wc-block-components-checkbox__label, .woocommerce-widget-layered-nav-list li {
	display: flex;
	align-items: center;
	width: 100%;
}

.wc-block-checkbox-list li label .wc-filter-element-label-list-count, .wc-block-checkbox-list li label .count, .wc-block-components-checkbox__label .wc-filter-element-label-list-count, .wc-block-components-checkbox__label .count, .woocommerce-widget-layered-nav-list li .wc-filter-element-label-list-count, .woocommerce-widget-layered-nav-list li .count {
	opacity: 1;
	margin-inline-start: auto;
}

.wc-block-checkbox-list__checkbox {
	width: 100%;
}

.widget_rating_filter a, .widget_product_categories .count, .widget_layered_nav_filters a:before, .woocommerce-widget-layered-nav-list .count {
	font-size: var(--font-size-paragraphs);
}

.woocommerce #content .product_list_widget li {
	min-height: 75px;
	margin-bottom: 10px;
	justify-content: center;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}

.woocommerce #content .product_list_widget li::before, .woocommerce #content .product_list_widget li::after {
	display: none;
}

.woocommerce #content .product_list_widget li a {
	font-weight: var(--e-global-typography-accent-font-weight);
	max-width: 100%;
	display: flex;
	justify-content: space-between;
}

.woocommerce #content .product_list_widget li img {
	width: 75px;
	height: auto;
	box-shadow: none;
	float: none;
	right: 0;
	top: 0;
	border-radius: var(--global-border-radius);
	background: var(--e-global-color-light);
	margin: 0;
	order: 10;
	position: absolute;
}

.woocommerce #content .product_list_widget li .star-rating {
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 13px;
}

.woocommerce #content .widget_shopping_cart_content {
	position: relative;
}

.woocommerce #content .widget_shopping_cart_content li {
	position: relative;
	z-index: 1;
}

.woocommerce #content .widget_shopping_cart_content .total {
	border-top: 1px solid var(--color-border);
	padding: 20px 0;
	margin-top: 20px;
	margin-bottom: 0;
	color: var(--e-global-color-text);
	display: flex;
	justify-content: space-between;
}

.woocommerce #content .widget_shopping_cart_content .total strong {
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.woocommerce #content .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
	display: flex;
	justify-content: space-between;
}

.woocommerce #content .widget_shopping_cart_content .woocommerce-mini-cart__buttons::before, .woocommerce #content .widget_shopping_cart_content .woocommerce-mini-cart__buttons::after {
	display: none;
}

.woocommerce #content .widget_shopping_cart_content .remove {
	position: absolute;
	z-index: 2;
	display: block;
	left: 0;
	top: 3px;
	font-size: 18px;
}

.widget_product_search form label {
	display: none !important;
}

.woocommerce #page .widget_price_filter .ui-slider {
	position: relative;
	z-index: 1;
	height: 3px;
	margin-bottom: 20px;
	background-color: var(--color-border);
}

.woocommerce #page .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	height: 100%;
	background-color: var(--color-border-hard);
}

.woocommerce #page .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	top: calc(50% - 7px);
	width: 14px;
	height: 14px;
	cursor: pointer;
	background: #fff;
	border-radius: 100%;
	box-shadow: inset 0px 0px 0px 18px var(--e-global-color-primary);
}

.woocommerce #page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -14px;
}

.woocommerce #page .widget_price_filter .ui-slider .ui-slider-handle:focus {
	outline: none;
}

.woocommerce #page .widget_price_filter .ui-slider .ui-slider-handle:hover, .woocommerce #page .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	transform: scale(1.1);
	box-shadow: inset 0px 0px 0px 2px var(--e-global-color-primary);
}

.woocommerce #page .widget_price_filter .price_slider_amount {
	display: flex;
	align-items: center;
	line-height: inherit;
	font-size: inherit;
}

.woocommerce #page .widget_price_filter .price_slider_amount .price_label {
	font-weight: var(--e-global-typography-accent-font-weight);
}

.woocommerce #page .widget_price_filter .price_slider_amount #min_price, .woocommerce #page .widget_price_filter .price_slider_amount #max_price, .woocommerce #page .widget_price_filter .price_slider_amount .clear {
	display: none;
}

.woocommerce #page .widget_price_filter .price_slider_amount .button {
	font-size: var(--font-size-default);
	order: 5;
	margin-inline-start: auto;
}

.woocommerce #content .widget_layered_nav ul {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce #content .widget_layered_nav ul li a {
	display: flex;
	align-items: center;
	height: 30px;
	line-height: 100%;
	padding: 0 10px;
	border-radius: var(--global-border-radius);
	border: 1px solid var(--color-border);
	transition: var(--global-transition);
	font-weight: var(--e-global-typography-secondary-font-weight);
	letter-spacing: var(--letter-spacing-small);
	font-size: 11px;
	text-transform: uppercase;
}

.woocommerce #content .widget_layered_nav ul li a::before {
	display: none;
}

.woocommerce #content .widget_layered_nav ul li a:after {
	content: "×";
	width: 13px;
	height: 13px;
	line-height: 11px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-left: 5px;
	color: var(--e-global-color-primary);
	transition: var(--global-transition);
}

.woocommerce #content .widget_layered_nav ul li a .amount {
	margin-left: 5px;
}

.woocommerce #content .widget_layered_nav ul li.chosen a, .woocommerce #content .widget_layered_nav ul li a:hover {
	color: var(--color-white);
	border-color: var(--e-global-color-primary);
	background: var(--e-global-color-primary);
}

.woocommerce #content .widget_layered_nav ul li.chosen a:after, .woocommerce #content .widget_layered_nav ul li a:hover:after {
	color: var(--color-white);
}
