/*# sourceMappingURL=woocommerce.css.map */

@charset "UTF-8";

@keyframes slideInDown1 {
	from {
		transform: translate3d(0, 0, 0);
	}
	
	to {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
}

@keyframes slideOutUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: hidden;
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

.price {
	display: flex;
	gap: 5px;
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	font-size: 20px;
	font-size: 1.25rem;
	margin: 0;
	line-height: 1.3;
	letter-spacing: 0;
	color: var(--e-global-color-primary);
	align-items: baseline;
}

.price ins {
	order: -1;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.price del {
	color: var(--e-global-color-lighter);
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.3;
	letter-spacing: 0;
	text-decoration-line: line-through;
}

a[class*=wc-forward], a[class*=product_type_], a[class*=add_to_cart_button], button[class*=add_to_cart_button] {
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	font-size: 14px;
	font-size: .875rem;
	padding: 14px;
	line-height: 1.4285714286;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	text-transform: capitalize;
	border-radius: 28px;
	position: relative;
}

a[class*=wc-forward]:hover, a[class*=product_type_]:hover, a[class*=add_to_cart_button]:hover, button[class*=add_to_cart_button]:hover {
	background-color: var(--e-global-color-secondary);
}

.aunuca-products.swiper-wrapper a[class*=wc-forward], .aunuca-products.elementor-grid a[class*=wc-forward], .aunuca-products-grid a[class*=wc-forward], .aunuca-products.swiper-wrapper a[class*=product_type_], .aunuca-products.elementor-grid a[class*=product_type_], .aunuca-products-grid a[class*=product_type_], .aunuca-products.swiper-wrapper a[class*=add_to_cart_button], .aunuca-products.elementor-grid a[class*=add_to_cart_button], .aunuca-products-grid a[class*=add_to_cart_button], .aunuca-products.swiper-wrapper button[class*=add_to_cart_button], .aunuca-products.elementor-grid button[class*=add_to_cart_button], .aunuca-products-grid button[class*=add_to_cart_button] {
	justify-content: flex-end;
}

/**
Header Absolute
 */
.home .header-absolute {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/**
 * Header Elements
 */
.site-header-cart {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	margin-bottom: 0;
}

.site-header-cart .cart-contents {
	position: relative;
	display: block;
	text-align: center;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.site-header-cart .cart-contents::before {
	color: var(--e-global-color-primary);
}

.site-header-cart .widget_shopping_cart {
	display: none;
	background-color: var(--background);
	padding: 2.290779772em 1.41577975em 1.41577975em;
}

.site-header-cart .widget_shopping_cart .buttons {
	padding: 0;
}

.site-header-cart .widget_shopping_cart .buttons .button {
	margin: 0;
}

.site-search {
	color: var(--e-global-color-text);
	clear: both;
	display: none;
}

.site-search .widget_product_search #searchsubmit {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.site-search .widget_product_search #searchsubmit:focus {
	background-color: #f1f1f1;
	color: #21759b;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	display: block;
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/**
 * Handheld footer bar
 */
.aunuca-handheld-footer-bar {
	position: fixed !important;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 996;
	border-top: 1px solid;
	border-top-color: var(--e-global-color-border);
}

.aunuca-handheld-footer-bar::before, .aunuca-handheld-footer-bar::after {
	content: "";
	display: table;
}

.aunuca-handheld-footer-bar::after {
	clear: both;
}

@media (min-width: 1025px) {
	.aunuca-handheld-footer-bar {
		display: none;
	}
}

.aunuca-handheld-footer-bar ul {
	margin: 0;
}

.aunuca-handheld-footer-bar ul li {
	display: inline-block;
	float: left;
	text-align: center;
}

.aunuca-handheld-footer-bar ul li:last-child > a {
	border-right: 0;
}

.aunuca-handheld-footer-bar ul li > a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	padding-bottom: 5px;
	background-color: var(--background);
	height: 4.2360680659em;
	position: relative;
	z-index: 999;
	border-right: 1px solid;
	border-right-color: var(--e-global-color-border);
}

.aunuca-handheld-footer-bar ul li > a:before {
	color: var(--e-global-color-secondary);
}

.aunuca-handheld-footer-bar ul li > a .title {
	font-weight: var(--e-global-typography-primary-font-weight);
	font-size: 14px;
	font-size: .875rem;
	color: var(--e-global-color-secondary);
}

.aunuca-handheld-footer-bar ul li.search .site-search {
	background-color: var(--background);
	position: absolute;
	bottom: -5em;
	left: 0;
	right: 0;
	transition: all, ease, .2s;
	padding: 1em;
	z-index: 1;
	display: block;
}

.aunuca-handheld-footer-bar ul li.search.active .site-search {
	bottom: calc(100% + 1px);
}

.aunuca-handheld-footer-bar ul li.search .site-search, .aunuca-handheld-footer-bar ul li.search .widget, .aunuca-handheld-footer-bar ul li.search form {
	margin-bottom: 0;
}

.aunuca-handheld-footer-bar ul li.search .widget_product_search {
	padding-bottom: 0;
}

.aunuca-handheld-footer-bar ul li.search .ajax-search-result {
	display: none;
}

.aunuca-handheld-footer-bar ul li.cart .count, .aunuca-handheld-footer-bar ul li.wishlist .count {
	display: inline-block;
	min-width: 16px;
	text-indent: 0;
	line-height: 12px;
	font-size: 14px;
	font-size: .875rem;
	padding: 2px 0;
	box-sizing: content-box;
	position: absolute;
	top: .5em;
	left: 50%;
	border-radius: 100%;
	color: #fff;
	background-color: var(--e-global-color-primary);
}

.aunuca-handheld-footer-bar ul.columns-1 li {
	width: 100%;
	display: block;
	float: none;
}

.aunuca-handheld-footer-bar ul.columns-2 li {
	width: 50%;
}

.aunuca-handheld-footer-bar ul.columns-3 li {
	width: 33.33333%;
}

.aunuca-handheld-footer-bar ul.columns-4 li {
	width: 25%;
}

.aunuca-handheld-footer-bar ul.scsscolumns-5 li {
	width: 20%;
}

.sf-input-focused .aunuca-handheld-footer-bar {
	display: none;
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before, table.shop_table_responsive tr td::after {
	content: "";
	display: table;
}

table.shop_table_responsive tr td::after {
	clear: both;
}

table.shop_table_responsive tr td[data-title]::before {
	content: attr(data-title) ": ";
	font-weight: var(--e-global-typography-primary-font-weight);
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
	line-height: 50px;
}

table.shop_table_responsive.my_account_orders .order-actions {
	text-align: right;
}

table.shop_table_responsive.my_account_orders .order-actions::before {
	display: none;
}

/**
 * Breadcrumbs
 */

/**
 * Right to left styles
 */

/*!rtl:begin:ignore*/
.rtl .widget_price_filter .price_label, .rtl .widget_price_filter .price_label span {
	direction: ltr;
	unicode-bidi: embed;
}

/*!rtl:end:ignore*/

/**
 * General WooCommerce components
 */
.woocommerce-form__label-for-checkbox {
	cursor: pointer;
	display: block;
}

.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
	margin-right: .3342202552em;
}

.form-row label {
	color: var(--e-global-color-secondary);
	display: block;
	margin-bottom: .5em;
}

.form-row .select2-container--default .select2-selection--single {
	border: 1px solid;
	border-color: var(--e-global-color-border);
	border-radius: 5px;
	min-height: 50px;
}

.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	color: var(--e-global-color-text);
}

.form-row .select2-container--default .select2-search--dropdown .select2-search__field {
	background: #fff !important;
}

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

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

.form-row .button {
	width: auto;
}

.form-row.create-account label {
	display: inline-block;
}

.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #f33;
}

.form-row.woocommerce-invalid input.input-checkbox {
	outline: 2px solid #f33;
	outline-offset: 1px;
}

.form-row.woocommerce-invalid .select2-selection {
	border-color: #f33;
	border-width: 2px;
}

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

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

.required {
	border-bottom: 0 !important;
	color: #f33;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 69px;
	right: 0;
	margin: 0;
	padding: 1em 1.41577975em;
	background-color: #3d9cd2;
	color: #fff;
	z-index: 9998;
}

.demo_store a {
	color: #fff;
	font-weight: var(--e-global-typography-text-font-weight);
	text-decoration: underline;
}

.demo_store a:hover {
	text-decoration: none;
}

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

.posted-in {
	color: var(--e-global-color-lighter);
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
}

.posted-in a {
	color: var(--e-global-color-lighter);
}

.posted-in a:hover {
	text-decoration: underline;
}

.star-rating {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 14px;
	font-size: .875rem;
	width: 75px;
	letter-spacing: 0;
}

.star-rating::before {
	content: "" "" "" "" "" "" "" "" "";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	color: #999;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 23px;
	color: #f2b52f;
}

.star-rating span:before {
	content: "" "" "" "" "" "" "" "" "";
	top: 0;
	position: absolute;
	left: 0;
	color: #f2b52f;
}

p.stars {
	display: inline-block;
	margin: 0;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: var(--e-global-typography-text-font-weight);
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "star";
	content: "S";
	color: var(--e-global-color-text);
	text-indent: 0;
	opacity: .25;
}

p.stars a:hover ~ a::before {
	content: "S";
	color: var(--e-global-color-text);
	opacity: .25;
}

p.stars:hover a::before {
	content: "S";
	color: #f99e31;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "S";
	color: #f99e31;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "S";
	color: var(--e-global-color-text);
	opacity: .25;
}

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

.product-labels {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 4;
	max-width: 100%;
}

@media (max-width: 425px) {
	.product-labels {
		display: none;
	}
}

.product-labels .product-label {
	text-transform: uppercase;
	padding: 4px 16px 4px 16px;
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	border-radius: 0 20px 20px 0;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.8333333333;
	letter-spacing: 0;
}

.wc-block-grid__product-onsale, .product-label, .onsale {
	text-align: center;
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	line-height: 1.7142;
	padding: 4px 10px 4px 10px;
	border-radius: 10px;
	background-color: #f8f3ed;
	color: var(--e-global-color-primary);
}

.onsale + .stock-label {
	top: 30px;
	left: 0;
}

.stock-label {
	line-height: 28px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	padding: 2px 13px;
	background-color: var(--e-global-color-primary);
	border-radius: 20px;
	color: #fff;
}

.aunuca-sorting-wrapper {
	margin-bottom: 30px;
	position: relative;
	z-index: 9;
}

.aunuca-sorting {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
	padding: 0;
	font-size: 17px;
	font-size: 1.0625rem;
	color: var(--e-global-color-text);
	justify-content: space-between;
}

.aunuca-sorting > * {
	margin-top: 0;
	margin-bottom: 0;
}

.aunuca-sorting .woocommerce-result-count {
	display: none;
}

@media (min-width: 1024px) {
	.aunuca-sorting .woocommerce-result-count {
		display: block;
		order: 2;
		font-family: var(--e-global-typography-text-font-family);
		font-weight: var(--e-global-typography-text-font-weight);
		text-transform: var(--e-global-typography-text-text-transform);
		font-style: var(--e-global-typography-text-font-style);
		text-decoration: var(--e-global-typography-text-text-decoration);
		line-height: var(--e-global-typography-text-line-height);
		letter-spacing: var(--e-global-typography-text-letter-spacing);
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.625;
		color: var(--e-global-color-text);
	}
}

.aunuca-sorting .aunuca-products-per-page {
	background-color: transparent;
	padding: 8px 19px;
	border: 1px solid var(--e-global-color-border);
	border-radius: 20px;
}

.aunuca-sorting .woocommerce-ordering {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	order: 2;
	background-color: transparent;
	padding: 8px 19px;
	border: 1px solid var(--e-global-color-border);
	border-radius: 20px;
}

@media (min-width: 768px) {
	.aunuca-sorting .woocommerce-ordering {
		order: 3;
	}
}

@media (max-width: 568px) {
	.aunuca-sorting .woocommerce-ordering {
		margin-left: 0;
	}
}

.aunuca-sorting .woocommerce-ordering .orderby-name {
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	font-size: 14px;
	font-size: .875rem;
	text-transform: initial;
	line-height: 1.5714285714;
	letter-spacing: 0;
	color: var(--e-global-color-text);
}

@media (max-width: 768px) {
	.aunuca-sorting .woocommerce-ordering .orderby-name {
		display: none;
	}
}

.aunuca-sorting .woocommerce-ordering select {
	width: auto;
	border: none;
	border-radius: 0;
	padding: 0 18px 0 0;
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-size: 14px;
	font-size: .875rem;
	color: var(--e-global-color-text);
}

.aunuca-sorting select:not([size]):not([multiple]) {
	width: 100%;
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5714285714;
	font-weight: 500;
	text-transform: initial;
	letter-spacing: 0;
	color: var(--e-global-color-text);
	padding: 0 20px 0 0;
	border: none;
	background-size: 20px 20px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGcgZmlsbD0ibm9uZSIgY2xhc3M9Im5jLWljb24td3JhcHBlciI+PHBhdGggZD0iTTEyIDE1LjAwMDZMNy43NTczMiAxMC43NThMOS4xNzE1NCA5LjM0Mzc1TDEyIDEyLjE3MjJMMTQuODI4NCA5LjM0Mzc1TDE2LjI0MjYgMTAuNzU4TDEyIDE1LjAwMDZaIiBmaWxsPSIjNjY2NjY2Ij48L3BhdGg+PC9nPjwvc3ZnPg==");
	background-position: calc(100% - 0px) center;
	background-repeat: no-repeat;
}

.shop_filter_canvas .aunuca-sorting .woocommerce-ordering .orderby-name {
	display: none;
}

.aunuca-sorting select:not([size]):not([multiple]).nitro-lazy {
	background-image: none !important;
}

.aunuca-products-per-page {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
	color: var(--e-global-color-text);
	position: relative;
	display: none;
	align-items: center;
	background-color: transparent;
	order: 4;
	margin: 0 0 0 5px;
}

@media (min-width: 768px) {
	.aunuca-products-per-page {
		display: flex;
	}
}

.aunuca-products-per-page .per-page-title {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	color: var(--e-global-color-text);
}

.gridlist-toggle {
	display: none;
	align-items: center;
}

@media (min-width: 1024px) {
	.gridlist-toggle {
		display: inline-flex;
		align-items: center;
		gap: 12px;
		order: 2;
		margin-left: auto;
	}
}

.gridlist-toggle a {
	display: flex;
	color: var(--e-global-color-lighter);
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	line-height: 1;
	text-align: center;
	align-items: center;
	font-size: 0px;
	font-size: 0rem;
	text-transform: uppercase;
}

.gridlist-toggle a i {
	font-size: 24px;
	font-size: 1.5rem;
}

.gridlist-toggle a:hover, .gridlist-toggle a.active {
	color: var(--e-global-color-secondary);
}

.gridlist-toggle a:hover i, .gridlist-toggle a.active i {
	color: var(--e-global-color-secondary);
}

.related, .upsells {
	padding-top: 60px;
	margin-bottom: 0px;
	position: relative;
	text-align: left;
}

@media (min-width: 1024px) {
	.related, .upsells {
		padding-top: 91px;
	}
}

.related .woocommerce-subtitle-upsells-product, .related .woocommerce-subtitle-related-product, .upsells .woocommerce-subtitle-upsells-product, .upsells .woocommerce-subtitle-related-product {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	color: var(--e-global-color-primary);
}

.related .woocommerce-title-upsells-product, .related .woocommerce-title-related-product, .upsells .woocommerce-title-upsells-product, .upsells .woocommerce-title-related-product {
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 0;
	color: var(--e-global-color-secondary);
}

@media (max-width: 768px) {
	.related .woocommerce-title-upsells-product, .related .woocommerce-title-related-product, .upsells .woocommerce-title-upsells-product, .upsells .woocommerce-title-related-product {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

.related .woocommerce-title-upsells-product span, .related .woocommerce-title-related-product span, .upsells .woocommerce-title-upsells-product span, .upsells .woocommerce-title-related-product span {
	color: #3f9065;
}

.related .woocommerce-related-product-wrapper, .related .woocommerce-upsells-product-wrapper, .upsells .woocommerce-related-product-wrapper, .upsells .woocommerce-upsells-product-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
	gap: 10px;
}

@media (max-width: 568px) {
	.related .woocommerce-related-product-wrapper, .related .woocommerce-upsells-product-wrapper, .upsells .woocommerce-related-product-wrapper, .upsells .woocommerce-upsells-product-wrapper {
		margin-bottom: 30px;
	}
}

@media (max-width: 320px) {
	.related .woocommerce-related-product-wrapper, .related .woocommerce-upsells-product-wrapper, .upsells .woocommerce-related-product-wrapper, .upsells .woocommerce-upsells-product-wrapper {
		justify-content: center;
	}
}

.related .woocommerce-link-related-product, .related .woocommerce-link-upsells-product, .upsells .woocommerce-link-related-product, .upsells .woocommerce-link-upsells-product {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	border-radius: 30px;
	padding: 18px 36px;
	position: relative;
	border: 1px solid var(--e-global-color-primary);
	backdrop-filter: blur(50px);
	transition: unset;
	text-transform: capitalize;
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: var(--e-global-typography-primary-font-weight);
	text-transform: var(--e-global-typography-primary-text-transform);
	font-style: var(--e-global-typography-primary-font-style);
	text-decoration: var(--e-global-typography-primary-text-decoration);
	line-height: var(--e-global-typography-primary-line-height);
	letter-spacing: var(--e-global-typography-primary-letter-spacing);
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1;
	text-transform: capitalize;
	color: var(--e-global-color-secondary);
	display: flex;
	align-items: center;
	gap: 8px;
	transition: .3s all ease;
}

.related .woocommerce-link-related-product i, .related .woocommerce-link-related-product svg, .related .woocommerce-link-upsells-product i, .related .woocommerce-link-upsells-product svg, .upsells .woocommerce-link-related-product i, .upsells .woocommerce-link-related-product svg, .upsells .woocommerce-link-upsells-product i, .upsells .woocommerce-link-upsells-product svg {
	color: var(--e-global-color-primary);
}

.related .woocommerce-link-related-product .button-wrapper, .related .woocommerce-link-upsells-product .button-wrapper, .upsells .woocommerce-link-related-product .button-wrapper, .upsells .woocommerce-link-upsells-product .button-wrapper {
	position: relative;
}

.related .woocommerce-link-related-product:hover, .related .woocommerce-link-related-product:focus, .related .woocommerce-link-upsells-product:hover, .related .woocommerce-link-upsells-product:focus, .upsells .woocommerce-link-related-product:hover, .upsells .woocommerce-link-related-product:focus, .upsells .woocommerce-link-upsells-product:hover, .upsells .woocommerce-link-upsells-product:focus {
	background: var(--e-global-color-primary);
	color: #fff;
	transition: unset;
}

.related .woocommerce-link-related-product:hover i, .related .woocommerce-link-related-product:hover svg, .related .woocommerce-link-related-product:focus i, .related .woocommerce-link-related-product:focus svg, .related .woocommerce-link-upsells-product:hover i, .related .woocommerce-link-upsells-product:hover svg, .related .woocommerce-link-upsells-product:focus i, .related .woocommerce-link-upsells-product:focus svg, .upsells .woocommerce-link-related-product:hover i, .upsells .woocommerce-link-related-product:hover svg, .upsells .woocommerce-link-related-product:focus i, .upsells .woocommerce-link-related-product:focus svg, .upsells .woocommerce-link-upsells-product:hover i, .upsells .woocommerce-link-upsells-product:hover svg, .upsells .woocommerce-link-upsells-product:focus i, .upsells .woocommerce-link-upsells-product:focus svg {
	color: #fff;
}

.related .woocommerce-link-related-product:after, .related .woocommerce-link-upsells-product:after, .upsells .woocommerce-link-related-product:after, .upsells .woocommerce-link-upsells-product:after {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	font-size: 20px;
	font-size: 1.25rem;
}

.related .woocommerce-link-related-product:hover, .related .woocommerce-link-upsells-product:hover, .upsells .woocommerce-link-related-product:hover, .upsells .woocommerce-link-upsells-product:hover {
	color: #fff;
}

.related .woocommerce-link-related-product:hover:after, .related .woocommerce-link-upsells-product:hover:after, .upsells .woocommerce-link-related-product:hover:after, .upsells .woocommerce-link-upsells-product:hover:after {
	color: #fff;
}

.related .slick-track, .upsells .slick-track {
	margin: 0;
}

.hentry .woocommerce-message strong, .hentry .woocommerce-info strong, .hentry .woocommerce-error strong, .hentry .woocommerce-noreviews strong, .hentry p.no-comments strong {
	color: #fff;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 30px;
	padding: 1.3em 1.618034em 1em;
	background-color: #0f834d;
	border-radius: 2px;
	color: #fff;
	clear: both;
	border-left: .6180339845em solid rgba(0, 0, 0, .15);
}

.woocommerce-message::before, .woocommerce-message::after, .woocommerce-info::before, .woocommerce-info::after, .woocommerce-error::before, .woocommerce-error::after, .woocommerce-noreviews::before, .woocommerce-noreviews::after, p.no-comments::before, p.no-comments::after {
	content: "";
	display: table;
}

.woocommerce-message::after, .woocommerce-info::after, .woocommerce-error::after, .woocommerce-noreviews::after, p.no-comments::after {
	clear: both;
}

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

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

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

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

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

.woocommerce-message strong, .woocommerce-info strong, .woocommerce-error strong, .woocommerce-noreviews strong, p.no-comments strong {
	color: #fff;
}

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

.home .woocommerce-message, .home .woocommerce-info, .home .woocommerce-error, .home .woocommerce-noreviews, .home p.no-comments {
	display: none;
}

.site-content > .col-full > .woocommerce > .woocommerce-info:first-child, .site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
	margin-top: 2.6180340252em;
}

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

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

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

dl.variation {
	font-size: .875em;
}

dl.variation dd {
	margin: 0 0 1em;
}

.wc-item-meta {
	font-size: .875em;
	margin-left: 0;
	list-style: none;
}

.wc-item-meta li::before, .wc-item-meta li::after {
	content: "";
	display: table;
}

.wc-item-meta li::after {
	clear: both;
}

.wc-item-meta li strong, .wc-item-meta li p {
	display: inline-block;
}

/**
 * Homepage
 */
.aunuca-product-section {
	margin-bottom: 1.618034em;
}

.aunuca-product-section .section-title {
	text-align: center;
	margin-bottom: 1em;
}

.aunuca-product-section:last-child {
	margin-bottom: 0;
}

/**
 * Single Product Pagination
 */
.aunuca-product-pagination {
	position: relative;
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {
	.aunuca-product-pagination {
		display: none;
	}
}

.aunuca-product-pagination a > span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--e-global-color-lighter);
}

.aunuca-product-pagination a > span i {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 5px 0 7px;
}

.aunuca-product-pagination a > span:hover {
	color: var(--e-global-color-secondary);
}

.aunuca-product-pagination a:last-child {
	margin-left: 22px;
}

.aunuca-product-pagination a:hover .product-item {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	top: 100%;
	padding: 10px;
}

.aunuca-product-pagination a span.shop-tooltip {
	display: inline-flex;
	align-items: center;
	margin: 0 3px;
	vertical-align: text-bottom;
	line-height: 22px;
}

.aunuca-product-pagination a:nth-child(2):hover {
	color: var(--e-global-color-secondary);
}

.aunuca-product-pagination .product-item {
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	opacity: 0;
	visibility: visible;
	pointer-events: none;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	text-align: left;
	transition: all ease-in-out .3s;
	overflow: hidden;
	z-index: 99;
	border-radius: 20px;
}

.aunuca-product-pagination .product-item img {
	max-width: 100px;
	border-radius: 20px;
}

.aunuca-product-pagination .product-item .aunuca-product-pagination-content {
	padding: 0 15px;
}

.aunuca-product-pagination .product-item .aunuca-product-pagination__title {
	color: var(--e-global-color-secondary);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 2.4em;
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: 1.2;
	margin-bottom: 5px;
}

/**
 * Sticky Add to Cart
 */
.aunuca-sticky-add-to-cart {
	display: none;
}

@media (max-width: 1023px) {
	.aunuca-archive-product #secondary {
		display: none;
	}
}

.quantity_wrap .quantity_label {
	font-size: 14px;
	font-size: .875rem;
	display: none;
	color: var(--e-global-color-text);
	margin-bottom: 12px;
}

.quantity_wrap .quantity {
	position: relative;
	display: flex;
	overflow: hidden;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 10px 20px;
	width: 140px;
	border: 1px solid var(--e-global-color-border);
	border-radius: 24px;
}

.quantity_wrap .quantity.hidden {
	display: none;
}

.quantity_wrap .quantity.buttons_added {
	margin-right: 10px;
}

.quantity_wrap .quantity button {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 9;
	border: none;
	border-radius: 50px;
	color: var(--e-global-color-text);
	background-color: transparent;
	font-size: 16px;
	font-size: 1rem;
	height: 50%;
	padding: 0;
}

.quantity_wrap .quantity button:hover {
	color: var(--e-global-color-primary);
	outline: none;
}

.quantity_wrap .quantity .qty {
	-moz-appearance: textfield;
	font-size: 16px;
	font-size: 1rem;
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	color: var(--e-global-color-secondary);
	line-height: 1.625;
	flex: 1;
	border: unset;
	background-color: transparent;
	text-align: center;
	padding: 0 5px;
	width: 100%;
}

.quantity_wrap .quantity .qty::-webkit-outer-spin-button, .quantity_wrap .quantity .qty::-webkit-inner-spin-button {
	opacity: 0;
	display: none;
}

.quantity_wrap .quantity .qty:focus {
	border-color: var(--e-global-color-accent);
}

.woosb-products {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: var(--e-global-color-border);
	padding-bottom: 10px;
}

.woosb-products .woosb-product {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	padding: 10px 0;
	border-bottom: none;
}

.woosb-products .woosb-product .woosb-thumb {
	width: 60px;
	padding: 0;
	margin-right: 15px;
	flex: 0 0 60px;
}

.woosb-products .woosb-product .woosb-thumb img {
	width: 60px;
	height: 60px;
	max-width: 60px;
	object-fit: cover;
}

.woosb-products .woosb-product .woosb-title .woosb-title-inner {
	font-size: 14px;
	line-height: 22px;
}

.woosb-products .woosb-product .woosb-price {
	width: auto;
	margin-left: auto;
	flex: unset;
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
}

.woosb-products .woosb-product .woosb-quantity {
	width: unset;
	flex: unset;
	margin-right: 10px;
	padding: 0;
}

.woosb-products .woosb-product .woosb-quantity button {
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	text-align: center;
	z-index: 9;
	top: 0;
	bottom: 0;
	border: none;
	width: 30px;
	height: 36px;
	border-radius: 0;
	font-size: 10px;
	color: #000;
}

.woosb-bundles .woosb-products, .woosb-wrap .woosb-products {
	margin-bottom: 20px;
}

.woosb-bundles .woosb-text, .woosb-wrap .woosb-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 43px;
	color: var(--e-global-color-secondary);
}

.woosb-bundles .amount, .woosb-wrap .amount {
	font-weight: 800;
	font-size: 20px;
	line-height: 22px;
	color: var(--e-global-color-secondary);
}

#reviews .commentlist li p.meta .verified {
	display: inline-block;
	height: 1.41577975em;
	width: 1.41577975em;
	position: relative;
	text-indent: -9999px;
}

#reviews .commentlist li p.meta .verified::before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	color: #0f834d;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.41577975em;
	height: 1.41577975em;
	text-indent: 0;
	text-align: center;
	line-height: 1.618034em;
}

.woocommerce-MyAccount-downloads .button::after {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	margin-left: .5407797364em;
}

.my_account_orders .button.view::after {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	margin-left: .5407797364em;
}

p.order-again .button::after {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	margin-left: .5407797364em;
}

#shipping_method li > label {
	cursor: pointer;
	padding-right: 20px;
	position: relative;
}

#shipping_method li > label::after {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#shipping_method li > input[type=radio]:first-child {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

#shipping_method li > input[type=radio]:first-child:focus {
	background-color: #f1f1f1;
	color: #21759b;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	display: block;
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#shipping_method li > input[type=radio]:first-child:checked + label::after {
	content: "";
}

#shipping_method li > input[type=hidden]:first-child + label {
	padding-right: 0;
}

#shipping_method li > input[type=hidden]:first-child + label::after {
	content: none;
}

#payment .payment_methods li > label {
	cursor: pointer;
}

#payment .payment_methods li > label::before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	margin-right: .5407797364em;
	transition: color, ease, .2s;
}

#payment .payment_methods li > input[type=radio]:first-child {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

#payment .payment_methods li > input[type=radio]:first-child:focus {
	background-color: #f1f1f1;
	color: #21759b;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	display: block;
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#payment .payment_methods li > input[type=radio]:first-child:checked + label::before {
	content: "";
}

.woocommerce-password-strength::after {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	margin-left: .5407797364em;
}

.woocommerce-password-strength.strong::after {
	content: "";
}

.woocommerce-password-strength.good::after {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.is-active a::before {
	opacity: 1;
}

.woocommerce-MyAccount-navigation ul li a::before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	line-height: 1.618;
	margin-left: .5407797364em;
	width: 1.41577975em;
	text-align: right;
	float: right;
	opacity: .25;
}

.woocommerce-MyAccount-navigation ul li a:hover::before {
	opacity: 1;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
	content: "";
}

.woocommerce-shipping-calculator > p:first-child a::before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	margin-right: .3342202552em;
}

.blockUI::before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	animation: fa-spin .75s linear infinite;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 30px;
	font-size: 1.875rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
}

.stock::before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	margin-right: .5407797364em;
	margin-top: -4px;
}

.stock.in-stock::before {
	content: "";
}

.stock.out-of-stock::before {
	content: "";
}

.products-load-more-btn-wrap {
	display: flex;
	justify-content: center;
	text-align: center;
}

.products-load-more-btn {
	margin-top: 60px;
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	border-radius: 30px;
	position: relative;
	border: none;
	text-transform: capitalize;
	transition: unset;
	display: flex;
	gap: .5rem;
	text-align: center;
	justify-content: center;
	background: transparent;
}

.products-load-more-btn .blob-btn__inner {
	z-index: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
}

.products-load-more-btn .blob-btn__inner .blob-btn__blobs {
	position: relative;
	display: block;
	height: 100%;
	filter: url("#goo");
}

.products-load-more-btn .blob-btn__inner .blob-btn__blobs .blob-btn__blob {
	position: absolute;
	top: 2px;
	width: 25%;
	height: 100%;
	background: var(--e-global-color-primary);
	border-radius: 100%;
	transform: translate3d(0, 150%, 0) scale(1.7);
	transition: transform .45s;
}

.products-load-more-btn .blob-btn__inner .blob-btn__blobs .blob-btn__blob:nth-child(1) {
	left: 0%;
	transition-delay: 0s;
}

.products-load-more-btn .blob-btn__inner .blob-btn__blobs .blob-btn__blob:nth-child(2) {
	left: 30%;
	transition-delay: .08s;
}

.products-load-more-btn .blob-btn__inner .blob-btn__blobs .blob-btn__blob:nth-child(3) {
	left: 60%;
	transition-delay: .16s;
}

.products-load-more-btn .blob-btn__inner .blob-btn__blobs .blob-btn__blob:nth-child(4) {
	left: 90%;
	transition-delay: .24s;
}

.products-load-more-btn svg {
	position: absolute;
}

.products-load-more-btn:before {
	content: "";
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid var(--e-global-color-primary);
	border-radius: 30px;
}

.products-load-more-btn:after {
	content: "";
	z-index: -2;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 100%;
	height: 100%;
	transition: all .3s .2s;
	border-radius: 30px;
}

.products-load-more-btn i, .products-load-more-btn svg {
	color: var(--e-global-color-primary);
}

.products-load-more-btn:hover, .products-load-more-btn:focus {
	color: #fff;
}

.products-load-more-btn:hover:after, .products-load-more-btn:focus:after {
	transition: all .3s;
	left: 0;
	top: 0;
	border-radius: 30px;
}

.products-load-more-btn:hover .blob-btn__inner .blob-btn__blobs .blob-btn__blob, .products-load-more-btn:focus .blob-btn__inner .blob-btn__blobs .blob-btn__blob {
	transform: translateZ(0) scale(1.7);
}

.products-load-more-btn:hover i, .products-load-more-btn:hover svg, .products-load-more-btn:focus i, .products-load-more-btn:focus svg {
	color: #fff;
}

.products-load-more-btn .loadmore-text {
	z-index: 1;
}

.products-load-more-btn:hover {
	background-color: transparent !important;
}

.products-load-more-btn:before {
	content: "";
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid var(--e-global-color-primary);
	border-radius: 30px;
}

.products-load-more-btn:after {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	font-size: 14px;
	font-size: .875rem;
	margin: 0 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
	width: auto;
}

/**
 * Products
 */
.products-no-gutter ul.products {
	margin-left: 0;
	margin-right: 0;
}

ul.products li {
	z-index: 1;
}

.products-no-gutter .products-list ul.products {
	margin-left: -15px;
	margin-right: -15px;
}

@media (max-width: 568px) {
	.aunuca-products-grid .aunuca-products {
		grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	}
}

ul.products, .wc-block-grid__products {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product {
	list-style: none;
	position: relative;
	transition: all .3s ease;
}

ul.products li.product .added_to_cart.wc-forward, ul.products .wc-block-grid__product .added_to_cart.wc-forward, .wc-block-grid__products li.product .added_to_cart.wc-forward, .wc-block-grid__products .wc-block-grid__product .added_to_cart.wc-forward {
	display: none;
}

ul.products li.product .woocommerce-LoopProduct-link, ul.products .wc-block-grid__product .woocommerce-LoopProduct-link, .wc-block-grid__products li.product .woocommerce-LoopProduct-link, .wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link {
	display: block;
}

ul.products li.product .product-unit, ul.products .wc-block-grid__product .product-unit, .wc-block-grid__products li.product .product-unit, .wc-block-grid__products .wc-block-grid__product .product-unit {
	font-size: 14px;
	font-size: .875rem;
	color: var(--e-global-color-lighter);
	margin-bottom: 0;
}

ul.products li.product .product-unit .value, ul.products .wc-block-grid__product .product-unit .value, .wc-block-grid__products li.product .product-unit .value, .wc-block-grid__products .wc-block-grid__product .product-unit .value {
	color: var(--e-global-color-secondary);
}

ul.products li.product h2, ul.products li.product h3, ul.products li.product .woocommerce-loop-product__title, ul.products li.product .wc-block-grid__product-title, ul.products .wc-block-grid__product h2, ul.products .wc-block-grid__product h3, ul.products .wc-block-grid__product .woocommerce-loop-product__title, ul.products .wc-block-grid__product .wc-block-grid__product-title, .wc-block-grid__products li.product h2, .wc-block-grid__products li.product h3, .wc-block-grid__products li.product .woocommerce-loop-product__title, .wc-block-grid__products li.product .wc-block-grid__product-title, .wc-block-grid__products .wc-block-grid__product h2, .wc-block-grid__products .wc-block-grid__product h3, .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
	font-size: 16px;
	font-size: 1rem;
	font-family: var(--e-global-typography-tertiary-font-family);
	font-weight: var(--e-global-typography-tertiary-font-weight);
	text-transform: var(--e-global-typography-tertiary-text-transform);
	font-style: var(--e-global-typography-tertiary-font-style);
	text-decoration: var(--e-global-typography-tertiary-text-decoration);
	line-height: var(--e-global-typography-tertiary-line-height);
	letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
	line-height: 1.625;
	margin-bottom: 5px;
	z-index: 1;
	text-transform: capitalize;
}

ul.products li.product h2 a, ul.products li.product h3 a, ul.products li.product .woocommerce-loop-product__title a, ul.products li.product .wc-block-grid__product-title a, ul.products .wc-block-grid__product h2 a, ul.products .wc-block-grid__product h3 a, ul.products .wc-block-grid__product .woocommerce-loop-product__title a, ul.products .wc-block-grid__product .wc-block-grid__product-title a, .wc-block-grid__products li.product h2 a, .wc-block-grid__products li.product h3 a, .wc-block-grid__products li.product .woocommerce-loop-product__title a, .wc-block-grid__products li.product .wc-block-grid__product-title a, .wc-block-grid__products .wc-block-grid__product h2 a, .wc-block-grid__products .wc-block-grid__product h3 a, .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--e-global-color-secondary);
}

ul.products li.product h2 a:hover, ul.products li.product h3 a:hover, ul.products li.product .woocommerce-loop-product__title a:hover, ul.products li.product .wc-block-grid__product-title a:hover, ul.products .wc-block-grid__product h2 a:hover, ul.products .wc-block-grid__product h3 a:hover, ul.products .wc-block-grid__product .woocommerce-loop-product__title a:hover, ul.products .wc-block-grid__product .wc-block-grid__product-title a:hover, .wc-block-grid__products li.product h2 a:hover, .wc-block-grid__products li.product h3 a:hover, .wc-block-grid__products li.product .woocommerce-loop-product__title a:hover, .wc-block-grid__products li.product .wc-block-grid__product-title a:hover, .wc-block-grid__products .wc-block-grid__product h2 a:hover, .wc-block-grid__products .wc-block-grid__product h3 a:hover, .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a:hover, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a:hover {
	color: var(--e-global-color-primary);
}

ul.products li.product img, ul.products .wc-block-grid__product img, .wc-block-grid__products li.product img, .wc-block-grid__products .wc-block-grid__product img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

ul.products li.product.product-category h2, ul.products li.product.product-category h3, ul.products li.product.product-category .woocommerce-loop-category__title, ul.products .wc-block-grid__product.product-category h2, ul.products .wc-block-grid__product.product-category h3, ul.products .wc-block-grid__product.product-category .woocommerce-loop-category__title, .wc-block-grid__products li.product.product-category h2, .wc-block-grid__products li.product.product-category h3, .wc-block-grid__products li.product.product-category .woocommerce-loop-category__title, .wc-block-grid__products .wc-block-grid__product.product-category h2, .wc-block-grid__products .wc-block-grid__product.product-category h3, .wc-block-grid__products .wc-block-grid__product.product-category .woocommerce-loop-category__title {
	font-size: 1.1em;
}

ul.products li.product.product-category img, ul.products .wc-block-grid__product.product-category img, .wc-block-grid__products li.product.product-category img, .wc-block-grid__products .wc-block-grid__product.product-category img {
	margin-bottom: 1.618034em;
}

@media (max-width: 767px) {
	ul.products .elementor-grid, .wc-block-grid__products .elementor-grid {
		grid-row-gap: 30px;
	}
}

.product-block {
	position: relative;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 9;
	display: flex;
	flex-direction: column;
	width: 100%;
	outline: none;
	height: 100%;
	overflow: hidden;
}

.product-block .product-scent {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	color: var(--e-global-color-lighter);
	margin-bottom: 4px;
}

.product-block .label_rating {
	display: flex;
	position: absolute;
	top: 12px;
	left: 20px;
}

.product-block .label_rating .count-review .star-rating span {
	width: 100% !important;
}

.product-block .label_rating .count-review .star-rating span:before {
	color: var(--e-global-color-secondary);
}

.product-block:hover {
	z-index: 999;
}

@media (min-width: 1024px) {
	.product-block:hover .add_to_cart, .product-block:hover .group-action {
		opacity: 1;
		visibility: visible;
	}
}

.product-block:hover .group-action {
	right: 20px;
}

.product-block:hover .product-price-stock .inventory_status {
	position: relative;
	opacity: 0;
	visibility: hidden;
}

@media (min-width: 1024px) {
	.product-block:hover .content-product-imagin {
		visibility: visible;
		opacity: 1;
	}
}

@media (min-width: 1024px) {
	.product-block:hover .product-img-wrap .inner {
		-ms-transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-o-transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-moz-transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-webkit-transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
		transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
	}
	
	.product-block:hover .product-img-wrap.bottom-to-top .inner {
		-ms-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	.product-block:hover .product-img-wrap.top-to-bottom .inner {
		-ms-transform: translate3d(0, 100%, 0);
		-o-transform: translate3d(0, 100%, 0);
		-moz-transform: translate3d(0, 100%, 0);
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	.product-block:hover .product-img-wrap.left-to-right .inner {
		-ms-transform: translate3d(100%, 0, 0);
		-o-transform: translate3d(100%, 0, 0);
		-moz-transform: translate3d(100%, 0, 0);
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	.product-block:hover .product-img-wrap.right-to-left .inner {
		-ms-transform: translate3d(-100%, 0, 0);
		-o-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	.product-block:hover .product-img-wrap.swap .product-image {
		opacity: 0;
	}
	
	.product-block:hover .product-img-wrap.swap .product-image img {
		transform: rotateY(180deg);
	}
	
	.product-block:hover .product-img-wrap.swap .product-image.second-image {
		opacity: 1;
	}
	
	.product-block:hover .product-img-wrap.swap .product-image.second-image img {
		transform: rotateY(0deg);
	}
	
	.product-block:hover .product-img-wrap.fade .product-image.second-image {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	
	.product-block:hover .product-img-wrap.zoom-in .product-image.second-image {
		transform: scale(1);
	}
	
	.product-block:hover .product-img-wrap.zoom-out .product-image {
		transform: scale(0);
	}
	
	.product-block:hover .product-img-wrap.zoom-out .product-image.second-image {
		transform: scale(1);
	}
}

.product-block:hover .product-transition a[class*=product_type_] {
	opacity: 1;
}

@media (max-width: 1023px) {
	.product-block .product-price-stock .inventory_status {
		display: none;
	}
}

.product-block .blob-btn__inner {
	display: none;
}

.product-top {
	position: relative;
	padding-top: 129.67%;
}

.product-transition {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	margin-bottom: 0;
	transition: all .35s ease-in-out;
	border-radius: 20px;
	background: #f5f5f5;
}

.product-transition .woocommerce-loop-product__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all .4s ease-in-out;
}

.product-transition .time-sale {
	border: 1px solid var(--e-global-color-border);
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
}

.product-transition .aunuca-gift-label {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #2d81ff;
	color: #fff;
	padding: 5px 9px 4px 9px;
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: var(--e-global-typography-primary-font-weight);
	text-transform: var(--e-global-typography-primary-text-transform);
	font-style: var(--e-global-typography-primary-font-style);
	text-decoration: var(--e-global-typography-primary-text-decoration);
	line-height: var(--e-global-typography-primary-line-height);
	letter-spacing: var(--e-global-typography-primary-letter-spacing);
	line-height: 1.1;
	text-transform: uppercase;
	border-radius: 5px;
}

.product-transition .aunuca-gift-label:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	margin-right: 6px;
}

.product-transition a[class*=product_type_] {
	gap: 0;
	opacity: 1;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	height: 48px;
	width: fit-content;
	background: #fff;
	color: var(--e-global-color-text);
}

.product-transition a[class*=product_type_] .button-wrapper {
	max-width: 0;
	transition: max-width .8s ease;
	overflow: hidden;
}

@media (min-width: 1024px) {
	.product-transition a[class*=product_type_] {
		opacity: 0;
	}
}

.product-transition a[class*=product_type_]:after {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	font-size: 20px;
	font-size: 1.25rem;
	margin: 0 0;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.product-transition a[class*=product_type_].loading:after {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	color: #000;
	animation: fa-spin .75s linear infinite;
}

.product-transition a[class*=product_type_]:hover {
	gap: 8px;
	background: var(--e-global-color-primary);
	color: #fff;
	width: fit-content;
	padding: 13px 20px;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.product-transition a[class*=product_type_]:hover .button-wrapper {
	max-width: 200px;
}

.product-transition a[class*=product_type_]:hover:after {
	color: #fff;
}

.product-transition .aunuca-wrap-swatches {
	position: absolute;
	bottom: 30px;
	left: 15px;
	right: 15px;
	z-index: 9;
	display: flex;
	justify-content: center;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.product-transition .aunuca-wrap-swatches .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 10px 14px;
	border-radius: 20px;
	gap: 10px;
}

.product-transition .aunuca-wrap-swatches .aunuca-product-swatches {
	cursor: pointer;
	transition: transform .2s;
	position: relative;
}

.product-transition .aunuca-wrap-swatches .aunuca-product-swatches:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 50%;
	border: 1px solid var(--e-global-color-primary);
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	visibility: hidden;
	opacity: 0;
}

.product-transition .aunuca-wrap-swatches .aunuca-product-swatches:hover:before, .product-transition .aunuca-wrap-swatches .aunuca-product-swatches.active:before {
	width: 140%;
	height: 140%;
	visibility: visible;
	opacity: 1;
}

.product-transition .aunuca-wrap-swatches .aunuca-product-swatches .color {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: block;
}

.product-transition .aunuca-wrap-swatches .aunuca-more-colors {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.6666666667;
	font-weight: 500;
	color: var(--e-global-color-text);
}

.product-transition .aunuca-wrap-swatches .aunuca-more-colors:hover {
	color: var(--e-global-color-primary);
}

.woocommerce ul.products .wpb-get-a-quote-button-btn, .woocommerce-page ul.products .wpb-get-a-quote-button-btn {
	padding: 0 !important;
	margin-top: 16px !important;
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	font-weight: var(--e-global-typography-secondary-font-weight) !important;
	display: inline-flex;
	background-color: transparent;
	color: var(--e-global-color-secondary);
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: .75rem !important;
	line-height: 1.2;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: none;
}

.woocommerce ul.products .wpb-get-a-quote-button-btn:before, .woocommerce-page ul.products .wpb-get-a-quote-button-btn:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	font-size: 20px;
	font-size: 1.25rem;
	margin-right: 5px;
	color: var(--e-global-color-secondary);
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.woocommerce ul.products .wpb-get-a-quote-button-btn.wpb-gqf-btn-loading:before, .woocommerce-page ul.products .wpb-get-a-quote-button-btn.wpb-gqf-btn-loading:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	border: none;
}

.woocommerce ul.products .wpb-get-a-quote-button-btn:hover, .woocommerce-page ul.products .wpb-get-a-quote-button-btn:hover {
	color: var(--e-global-color-primary);
	box-shadow: none;
}

.woocommerce ul.products .wpb-get-a-quote-button-btn:hover:before, .woocommerce-page ul.products .wpb-get-a-quote-button-btn:hover:before {
	color: var(--e-global-color-primary);
}

.product-caption {
	display: flex;
	flex-direction: column;
	position: relative;
	flex-grow: 1;
	transition: all .35s ease-in-out;
	padding-top: 20px;
}

@media (max-width: 425px) {
	.product-caption {
		align-items: center;
	}
}

.product-caption .product-caption-top {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: auto;
}

.product-caption .product-caption-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-caption .product-price-stock {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.product-caption .count-review {
	gap: 6px;
	margin-top: 0;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
	position: relative;
}

.product-caption .product-ingredient {
	z-index: 1;
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 8px;
	text-transform: capitalize;
	color: var(--e-global-color-lighter);
}

.product-caption .cart {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.product-caption .quantity_wrap {
	margin-right: 5px;
}

.product-caption .quantity_wrap input[type=number]::-webkit-inner-spin-button {
	opacity: 1;
}

.product-caption .minus, .product-caption .plus {
	display: none;
	visibility: hidden;
	opacity: 0;
}

.product-caption .qty {
	padding: .391rem;
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	border-radius: 10px;
}

.product-caption .add_to_cart {
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
}

.product-caption a[class*=product_type_] {
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-transform: capitalize;
	gap: .5rem;
	z-index: 9;
	border-radius: 30px;
	padding: 12px 28px;
}

.product-caption a[class*=product_type_]:hover {
	background-color: var(--e-global-color-primary);
	color: #fff;
}

.product-extra_description i {
	font-size: 20px;
	font-size: 1.25rem;
}

.product-extra_description p {
	font-family: var(--e-global-typography-tertiary-font-family);
	font-weight: var(--e-global-typography-tertiary-font-weight);
	text-transform: var(--e-global-typography-tertiary-text-transform);
	font-style: var(--e-global-typography-tertiary-font-style);
	text-decoration: var(--e-global-typography-tertiary-text-decoration);
	line-height: var(--e-global-typography-tertiary-line-height);
	letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5714285714;
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--e-global-color-lighter);
	margin: 5px 0 0 0;
}

.product-action {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

@media (max-width: 425px) {
	.product-action {
		justify-content: center;
	}
}

.product-category {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	line-height: 1.5;
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 8px;
}

.product-category .product-category-item {
	color: var(--e-global-color-text);
}

.product-category .product-category-item:nth-of-type(n+2):before {
	content: " - ";
	color: var(--e-global-color-text);
	margin: 0 6px;
}

.product-category .product-category-item:hover {
	color: var(--e-global-color-primary);
}

.group-action {
	top: 20px;
	position: absolute;
	right: 20px;
	z-index: 3;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

@media (min-width: 1024px) {
	.group-action {
		right: 0;
		opacity: 0;
		visibility: hidden;
	}
}

.group-action .shop-action {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0;
	gap: 10px;
}

.group-action .shop-action .add_to_cart {
	margin-right: auto;
	flex: 0 0 100%;
	margin-bottom: 1.25rem;
}

.group-action .shop-action .woosc-btn, .group-action .shop-action .woosq-btn, .group-action .shop-action .woosw-btn {
	display: flex;
	padding: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	transition: all ease .3s;
	background-color: #fff;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-size: 12px;
	font-size: .75rem;
	position: relative;
	align-items: center;
	justify-content: center;
	font-size: 0px;
	font-size: 0rem;
	box-shadow: none;
	border: none;
}

.group-action .shop-action .woosc-btn:before, .group-action .shop-action .woosq-btn:before, .group-action .shop-action .woosw-btn:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	font-size: 20px;
	font-size: 1.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.group-action .shop-action .woosc-btn:hover, .group-action .shop-action .woosc-btn:focus, .group-action .shop-action .woosc-btn:active, .group-action .shop-action .woosq-btn:hover, .group-action .shop-action .woosq-btn:focus, .group-action .shop-action .woosq-btn:active, .group-action .shop-action .woosw-btn:hover, .group-action .shop-action .woosw-btn:focus, .group-action .shop-action .woosw-btn:active {
	background-color: var(--e-global-color-primary);
	color: #fff;
}

.group-action .shop-action .woosw-btn:before {
	content: "";
}

.group-action .shop-action .woosw-btn.woosw-adding::after {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "" !important;
	animation: fa-spin 1s linear infinite;
	color: var(--e-global-color-secondary);
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-size: 16px;
	font-size: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	display: block;
	transform: translate(0);
}

.group-action .shop-action .woosw-btn.woosw-adding:before {
	opacity: 0;
}

.group-action .shop-action .woosw-btn.woosw-added:before {
	content: "";
	font-size: 16px;
	font-size: 1rem;
}

.group-action .shop-action .woosc-btn:before {
	content: "";
}

.group-action .shop-action .woosq-btn:before {
	content: "";
}

li.product.swiper-slide:not(.swiper-slide-visible) .product-block:hover:before {
	opacity: 0;
}

li.product.swiper-slide:not(.swiper-slide-visible) .product-block:hover .second-image {
	opacity: 0;
}

.content-product-imagin {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: -73px;
	background-color: #fff;
	box-shadow: 0 3px 36px rgba(0, 0, 0, .09);
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	visibility: hidden;
	opacity: 0;
}

.product-img-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.product-img-wrap .inner {
	width: 100%;
	height: 100%;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-ms-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
}

.product-img-wrap .product-image {
	opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	-ms-transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1) 0ms;
	-o-transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1) 0ms;
	-moz-transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1) 0ms;
	-webkit-transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1) 0ms;
	transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1) 0ms;
}

.product-img-wrap .product-image.second-image {
	position: absolute;
	width: 100%;
	height: 100%;
}

.product-img-wrap.top-to-bottom .product-image {
	bottom: 100%;
}

.product-img-wrap.left-to-right .product-image {
	top: 0;
	right: 100%;
}

.product-img-wrap.right-to-left .product-image {
	top: 0;
	left: 100%;
}

.product-img-wrap.swap .product-image {
	top: 0;
	left: 0;
	transition: all .7s ease;
}

.product-img-wrap.swap .product-image img {
	transition: all .7s ease;
	transform: rotateY(0deg);
}

.product-img-wrap.swap .product-image.second-image {
	z-index: 2;
	opacity: 0;
}

.product-img-wrap.swap .product-image.second-image img {
	transform: rotateY(-180deg);
}

.product-img-wrap.fade .product-image {
	top: 0;
	left: 0;
	transition: all .5s ease;
}

.product-img-wrap.fade .product-image.second-image {
	opacity: 0;
	transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
}

.product-img-wrap.zoom-in .product-image {
	top: 0;
	left: 0;
	transition: all .5s ease;
}

.product-img-wrap.zoom-in .product-image.second-image {
	transform: scale(0);
	z-index: 2;
}

.product-img-wrap.zoom-out .product-image {
	top: 0;
	left: 0;
	transition: all .5s ease;
}

.product-img-wrap.zoom-out .product-image.second-image {
	z-index: -1;
}

.aunuca-single-product-extra-description {
	margin-bottom: .5rem;
}

.aunuca-single-product-extra-description p {
	margin-bottom: 0;
}

.hentry .entry-content .wc-block-grid__products .wc-block-grid__product > a, .hentry .entry-content ul.products li.product > a {
	text-decoration: none;
}

.opal-product-tooltipster {
	display: block !important;
}

.opal-product-tooltipster .tooltipster-content {
	background-color: #000;
	border-radius: 0;
	color: #fff;
	padding: 8px;
	line-height: 1;
}

.opal-product-tooltipster.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	margin-top: -8px;
	right: 0px;
}

.opal-product-tooltipster.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #000;
}

.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow {
	transform: translateY(-5px);
}

.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #000;
}

.deal-progress .progress-bar {
	width: 100%;
	height: 3px;
	background-color: #e6e6e6;
	position: relative;
	overflow: hidden;
	margin-bottom: 13px;
}

.deal-progress .progress-value {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: var(--e-global-color-primary);
}

.deal-sold {
	width: 100%;
	margin-top: 30px;
}

.deal-sold-text {
	color: var(--e-global-color-lighter);
	text-align: left;
}

.deal-sold-text .value {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	color: var(--e-global-color-secondary);
}

.product-color {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	display: inline-flex;
	justify-content: center;
}

.product-color .item {
	cursor: pointer;
	margin: 0 5px;
}

.product-color .color-item {
	position: relative;
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.product-color .color-item:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 0;
	border: 1px solid currentColor;
	background-color: transparent;
	transition: all .3s ease;
}

.product-color .color-item:hover:before {
	opacity: 1;
}

.product-color .color-item.active-swatch:before {
	opacity: 1;
}

.product-color .image-item img {
	border: 1px solid #fff;
	width: 20px !important;
	height: 20px !important;
	object-fit: cover;
	border-radius: 50%;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .05));
}

.time-sale {
	padding: 12px;
}

.time-sale .deal-text {
	margin-top: 5px;
	color: var(--e-global-color-lighter);
}

.time-sale .aunuca-countdown {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

@media (max-width: 425px) {
	.time-sale .aunuca-countdown {
		justify-content: flex-start;
	}
}

.time-sale .aunuca-countdown .countdown-item {
	position: relative;
	text-align: center;
	margin-top: 5px;
}

.time-sale .aunuca-countdown .countdown-digits {
	font-size: 24px;
	font-size: 1.5rem;
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	color: var(--e-global-color-secondary);
	line-height: 1;
}

.time-sale .aunuca-countdown .countdown-label {
	display: block;
	color: var(--e-global-color-text);
}

.woocommerce-cart .cross-sells {
	margin-bottom: 40px;
	--e-global-column-to-show: 3;
}

.count-review {
	font-size: 14px;
	font-size: .875rem;
	color: var(--e-global-color-lighter);
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-weight: 500;
	line-height: 1.375rem;
	letter-spacing: 0;
}

.preloader .product-button, .preloader .count-review, .preloader .product-transition, .preloader .woocommerce-loop-product__title > a, .preloader .short-description, .preloader .star-rating, .preloader .button-group, .preloader .posted-in, .preloader .price, .preloader .product-attributes .item, .preloader .shop-action, .preloader .product-caption-bottom, .preloader .product-label, .preloader .product-image {
	position: relative;
}

.preloader .product-button:after, .preloader .count-review:after, .preloader .product-transition:after, .preloader .woocommerce-loop-product__title > a:after, .preloader .short-description:after, .preloader .star-rating:after, .preloader .button-group:after, .preloader .posted-in:after, .preloader .price:after, .preloader .product-attributes .item:after, .preloader .shop-action:after, .preloader .product-caption-bottom:after, .preloader .product-label:after, .preloader .product-image:after {
	content: "";
	position: absolute;
	z-index: 996;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
	background-size: 800px 104px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0;
	}
	
	100% {
		background-position: 468px 0;
	}
}

.aunuca-products-popular ul.products {
	margin-right: 0;
	margin-left: 0;
}

.aunuca-products-popular ul.products li.product {
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	border-right: none;
	flex: 0 0 100% !important;
	max-width: 100% !important;
}

.aunuca-products-popular ul.products li.product:before {
	content: none;
}

.aunuca-products-popular ul.products li.product:last-child .product-block-list {
	padding-bottom: 0;
	border-bottom: none;
}

.aunuca-products-popular ul.products li.product:first-child .product-block-list {
	padding-top: 0;
}

.aunuca-products-popular .product-block-list {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid var(--e-global-color-border);
}

.aunuca-products-popular .product-block-list .left {
	width: 80px;
	margin-right: 15px;
}

.aunuca-products-popular .product-block-list .right {
	flex: 1;
}

.product-gallery {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 1.5rem;
	padding-top: 5px;
}

.product-gallery .gallery_item {
	width: 58px;
	flex: 0 0 58px;
	max-width: 58px;
	cursor: pointer;
	display: block;
	margin-top: 10px;
}

.product-gallery .gallery_item:not(:first-child) {
	margin-left: 10px;
}

.product-gallery .gallery_item.active img {
	border-color: var(--e-global-color-primary);
}

.product-gallery .gallery_item img {
	width: 58px;
	height: 58px;
	border: 1px dashed var(--e-global-color-border);
	border-radius: 4px;
	object-fit: cover;
}

.grid-layout-2 .group-action {
	visibility: hidden;
	opacity: 0;
	display: none;
}

@media (min-width: 1366px) {
	.elementor-grid-5 .elementor-grid .product-block .label_rating .count-review {
		display: none;
	}
}

/**
 * Single Product
 */
.single-product.aunuca-sidebar-left .aunuca-product-template_extra_section .e-con-inner .e-con-full, .single-product.aunuca-sidebar-right .aunuca-product-template_extra_section .e-con-inner .e-con-full {
	width: 25%;
}

@media (max-width: 767px) {
	.single-product.aunuca-sidebar-left .aunuca-product-template_extra_section .e-con-inner .e-con-full, .single-product.aunuca-sidebar-right .aunuca-product-template_extra_section .e-con-inner .e-con-full {
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.single-product.aunuca-sidebar-left .aunuca-product-template_extra_section .e-con-inner, .single-product.aunuca-sidebar-right .aunuca-product-template_extra_section .e-con-inner {
		flex-wrap: wrap;
	}
	
	.single-product.aunuca-sidebar-left .aunuca-product-template_extra_section .e-con-inner .e-con-full, .single-product.aunuca-sidebar-right .aunuca-product-template_extra_section .e-con-inner .e-con-full {
		border: none;
		width: 50%;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.single-product.aunuca-sidebar-left .aunuca-product-template_extra_section .e-con-inner, .single-product.aunuca-sidebar-right .aunuca-product-template_extra_section .e-con-inner {
		flex-wrap: unset;
	}
	
	.single-product.aunuca-sidebar-left .aunuca-product-template_extra_section .e-con-inner .e-con-full, .single-product.aunuca-sidebar-right .aunuca-product-template_extra_section .e-con-inner .e-con-full {
		border: none;
		width: unset;
		align-items: center;
	}
}

.single-product.aunuca-sidebar-left .aunuca-product-template_extra_section:before, .single-product.aunuca-sidebar-right .aunuca-product-template_extra_section:before {
	content: "";
	position: absolute;
	background-color: #fcfaf5;
	top: 0;
	height: 100%;
}

.single-product .aunuca-product-template_extra_section {
	position: relative;
}

.single-product .swal2-html-container {
	margin: 0;
}

.single-product .wpb_gqb_form_product_info_hide p label {
	color: var(--e-global-color-secondary) !important;
}

.single-product .wpb_gqb_form_product_info_hide p label input {
	display: block !important;
	background: rgba(255, 255, 255, .1);
	border: none;
	border-radius: 4px;
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	background-color: #e8eeef;
	color: #8a97a0;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .03) inset;
	transition: all .3s linear;
}

.single-product .pswp__button {
	background-color: transparent;
	border: none;
}

.single-product .component_selections .clear_component_options::before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	margin-right: .5407797364em;
}

.single-product .entry-summary-top {
	display: flex;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	margin-bottom: 12px;
}

.single-product .entry-summary-top .aunuca-product-pagination-wrap {
	margin-left: auto;
}

.single-product.single-product-sticky .woocommerce-tabs {
	padding: 26px 0;
	border-bottom: none;
}

@media (min-width: 1366px) {
	.single-product[class*=aunuca-sidebar-] div.product .content-single-images-wrapper {
		width: calc(50% - 40px);
	}
}

@media (max-width: 1366px) {
	.single-product[class*=aunuca-sidebar-] div.product .content-single-images-wrapper {
		width: 100%;
	}
}

@media (min-width: 1366px) {
	.single-product[class*=aunuca-sidebar-] .summary {
		width: calc(50% - 40px);
		margin: 0 40px 0 40px;
		float: left;
	}
}

@media (max-width: 880px) {
	.single-product[class*=aunuca-sidebar-] .summary {
		width: 100%;
	}
}

.single-product .summary {
	width: calc(50% - 60px);
	float: right;
}

@media (min-width: 1366px) {
	.single-product .summary {
		width: calc(50% - 115px);
	}
}

@media (max-width: 880px) {
	.single-product .summary {
		width: 100%;
	}
}

.single-product .summary .price {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.3;
	margin-bottom: 10px;
	color: var(--e-global-color-primary);
	align-items: baseline;
	gap: 12px;
}

.single-product .summary .price del {
	color: var(--e-global-color-lighter);
	text-decoration: revert;
}

.single-product .summary .product-extra_description > * {
	margin: 0 0 20px 0;
}

@media (max-width: 425px) {
	.single-product .summary .product-extra_description > * {
		margin: 0 0 10px 0;
	}
}

.single-product .summary .yith-wcwl-add-to-wishlist {
	display: none;
}

.single-product .summary .single_add_to_cart_button {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	border-radius: 30px;
	position: relative;
	border: none;
	text-transform: capitalize;
	transition: unset;
	gap: .5rem;
	flex: 1;
	text-align: center;
	justify-content: center;
	min-width: 190px;
	padding: 12px 34px;
	margin-right: 10px;
	background: transparent;
}

.single-product .summary .single_add_to_cart_button .blob-btn__inner {
	z-index: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
}

.single-product .summary .single_add_to_cart_button .blob-btn__inner .blob-btn__blobs {
	position: relative;
	display: block;
	height: 100%;
	filter: url("#goo");
}

.single-product .summary .single_add_to_cart_button .blob-btn__inner .blob-btn__blobs .blob-btn__blob {
	position: absolute;
	top: 2px;
	width: 25%;
	height: 100%;
	background: var(--e-global-color-primary);
	border-radius: 100%;
	transform: translate3d(0, 150%, 0) scale(1.7);
	transition: transform .45s;
}

.single-product .summary .single_add_to_cart_button .blob-btn__inner .blob-btn__blobs .blob-btn__blob:nth-child(1) {
	left: 0%;
	transition-delay: 0s;
}

.single-product .summary .single_add_to_cart_button .blob-btn__inner .blob-btn__blobs .blob-btn__blob:nth-child(2) {
	left: 30%;
	transition-delay: .08s;
}

.single-product .summary .single_add_to_cart_button .blob-btn__inner .blob-btn__blobs .blob-btn__blob:nth-child(3) {
	left: 60%;
	transition-delay: .16s;
}

.single-product .summary .single_add_to_cart_button .blob-btn__inner .blob-btn__blobs .blob-btn__blob:nth-child(4) {
	left: 90%;
	transition-delay: .24s;
}

.single-product .summary .single_add_to_cart_button svg {
	position: absolute;
}

.single-product .summary .single_add_to_cart_button:before {
	content: "";
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid var(--e-global-color-primary);
	border-radius: 30px;
}

.single-product .summary .single_add_to_cart_button:after {
	content: "";
	z-index: -2;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 100%;
	height: 100%;
	transition: all .3s .2s;
	border-radius: 30px;
}

.single-product .summary .single_add_to_cart_button i, .single-product .summary .single_add_to_cart_button svg {
	color: var(--e-global-color-primary);
}

.single-product .summary .single_add_to_cart_button:hover, .single-product .summary .single_add_to_cart_button:focus {
	color: #fff;
}

.single-product .summary .single_add_to_cart_button:hover:after, .single-product .summary .single_add_to_cart_button:focus:after {
	transition: all .3s;
	left: 0;
	top: 0;
	border-radius: 30px;
}

.single-product .summary .single_add_to_cart_button:hover .blob-btn__inner .blob-btn__blobs .blob-btn__blob, .single-product .summary .single_add_to_cart_button:focus .blob-btn__inner .blob-btn__blobs .blob-btn__blob {
	transform: translateZ(0) scale(1.7);
}

.single-product .summary .single_add_to_cart_button:hover i, .single-product .summary .single_add_to_cart_button:hover svg, .single-product .summary .single_add_to_cart_button:focus i, .single-product .summary .single_add_to_cart_button:focus svg {
	color: #fff;
}

.single-product .summary .single_add_to_cart_button:before {
	content: "";
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid var(--e-global-color-primary);
	border-radius: 30px;
}

.single-product .summary .single_add_to_cart_button:after {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	font-size: 24px;
	font-size: 1.5rem;
	margin: 0 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
	width: auto;
}

.single-product .summary .single_add_to_cart_button.loading:after {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	color: var(--e-global-color-primary);
	animation: fa-spin .75s linear infinite;
}

.single-product .summary .single_add_to_cart_button.loading:hover:after {
	color: #fff;
}

.woosq-popup .single-product .summary .single_add_to_cart_button.loading:hover {
	background: var(--e-global-color-primary);
}

.single-product .summary .single_add_to_cart_button:hover {
	color: #fff;
}

.single-product .summary .single_add_to_cart_button:hover:after {
	color: #fff;
}

@media (max-width: 1700px) and (min-width: 1024px) {
	.single-product .summary .single_add_to_cart_button:after {
		margin: 0;
	}
}

.single-product .summary .product_button {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
	align-items: center;
}

@media (max-width: 320px) {
	.single-product .summary .product_button {
		row-gap: 10px;
	}
}

.single-product .summary .product_button .product_button-wrapper {
	display: flex;
	column-gap: 24px;
	row-gap: 15px;
}

.single-product .summary .wpb-get-a-quote-button-btn:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
}

.single-product .summary .wpb-gqf-btn-loading:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	border: none;
}

.single-product .summary .woosc-btn:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
}

.single-product .summary .woosw-btn:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
}

.single-product .summary .woosw-btn.woosw-added:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
}

.single-product .summary .wpb-get-a-quote-button-btn, .single-product .summary .woosw-btn, .single-product .summary .woosc-btn {
	background-color: transparent;
	padding: 0;
	margin: 0;
	font-family: var(--e-global-typography-tertiary-font-family);
	font-weight: var(--e-global-typography-tertiary-font-weight);
	text-transform: var(--e-global-typography-tertiary-text-transform);
	font-style: var(--e-global-typography-tertiary-font-style);
	text-decoration: var(--e-global-typography-tertiary-text-decoration);
	line-height: var(--e-global-typography-tertiary-line-height);
	letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
	text-transform: inherit;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5714285714;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: none;
	gap: 10px;
	color: var(--e-global-color-lighter);
}

.single-product .summary .wpb-get-a-quote-button-btn:before, .single-product .summary .woosw-btn:before, .single-product .summary .woosc-btn:before {
	font-size: 20px;
	font-size: 1.25rem;
	color: var(--e-global-color-lighter);
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.single-product .summary .wpb-get-a-quote-button-btn:hover, .single-product .summary .woosw-btn:hover, .single-product .summary .woosc-btn:hover {
	color: var(--e-global-color-primary);
	box-shadow: none;
}

.single-product .summary .wpb-get-a-quote-button-btn:hover:before, .single-product .summary .woosw-btn:hover:before, .single-product .summary .woosc-btn:hover:before {
	color: var(--e-global-color-primary);
}

.single-product .content-single-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.single-product div.product {
	position: relative;
}

.single-product div.product::before, .single-product div.product::after {
	content: "";
	display: table;
}

.single-product div.product::after {
	clear: both;
}

.single-product div.product .product-video-360 {
	position: absolute;
	z-index: 111;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	top: 20px;
	right: 60px;
}

@media (min-width: 426px) {
	.single-product div.product .product-video-360 {
		bottom: 20px;
		left: 60px;
		top: auto;
		right: auto;
	}
}

.single-product div.product .product-video-360 .product-video-360__btn {
	cursor: pointer;
	color: var(--e-global-color-text);
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	display: inline-flex;
}

.single-product div.product .product-video-360 .product-video-360__btn:hover {
	color: var(--e-global-color-primary);
}

.single-product div.product .product-video-360 .product-video-360__btn span {
	display: block;
	line-height: 30px;
}

.single-product div.product .product-video-360 .product-video-360__btn.btn-video span {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.single-product div.product .product-video-360 .product-video-360__btn.btn-video span:focus {
	background-color: #f1f1f1;
	color: #21759b;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	display: block;
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.single-product div.product .product-video-360 .product-video-360__btn.btn-360 span {
	display: none;
}

.single-product div.product .product-video-360 .product-video-360__btn i {
	font-size: 24px;
	font-size: 1.5rem;
}

.single-product div.product .woocommerce-product-gallery-gallery .product-video-360, .single-product div.product .woocommerce-product-gallery-sticky .product-video-360 {
	top: 20px;
	right: 20px;
	left: auto;
	bottom: auto;
}

@media (min-width: 426px) {
	.single-product div.product .woocommerce-product-gallery-gallery .product-video-360 {
		right: 40px;
	}
}

.single-product div.product .content-single-images-wrapper {
	float: left;
	width: 50%;
}

@media (min-width: 880px) {
	.single-product div.product .content-single-images-wrapper {
		width: calc(50% + 35px);
	}
}

@media (max-width: 880px) {
	.single-product div.product .content-single-images-wrapper {
		width: 100%;
		margin-bottom: 60px;
	}
}

@media (max-width: 768px) {
	.single-product div.product .content-single-images-wrapper {
		margin-bottom: 30px;
	}
}

.single-product div.product .woocommerce-product-gallery {
	opacity: 0;
	overflow: hidden;
	transition: opacity .25s ease-in-out;
	position: relative;
	width: 100%;
	margin-right: 0;
	float: left;
	--swiper-navigation-size: 14px;
	--swiper-navigation-color: #fff;
}

.single-product div.product .woocommerce-product-gallery .swiper-button-disabled {
	opacity: 0;
	visibility: hidden;
}

.single-product div.product .woocommerce-product-gallery .swiper-button {
	border-radius: 50px;
	width: 30px;
	height: 30px;
	background-color: rgba(0, 0, 0, .45);
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	display: block;
	width: 20px;
	z-index: 80;
	text-align: center;
	font-size: 0;
	color: var(--e-global-color-text);
	top: 20px;
	right: 20px;
}

@media (min-width: 426px) {
	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
		bottom: 20px;
		left: 20px;
		top: auto;
		right: auto;
	}
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	font-size: 20px;
	font-size: 1.25rem;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	color: var(--e-global-color-primary);
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	position: relative;
	display: block;
	height: 100%;
	overflow: hidden;
	width: 100%;
	border-radius: 20px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 20px;
	border-radius: 20px;
}

@media (max-width: 425px) {
	.single-product div.product .woocommerce-product-gallery .flex-viewport {
		width: 395px;
	}
}

@media (max-width: 375px) {
	.single-product div.product .woocommerce-product-gallery .flex-viewport {
		width: 345px;
	}
}

@media (max-width: 320px) {
	.single-product div.product .woocommerce-product-gallery .flex-viewport {
		width: 290px;
		height: 290px;
	}
}

.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport img {
	overflow: hidden;
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	display: flex;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:first-child {
	margin-left: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	display: block !important;
	position: relative;
	width: 100px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	object-fit: cover;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 20px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
	border-color: var(--e-global-color-secondary);
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
	border-color: var(--e-global-color-secondary);
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .flex-control-thumbs img {
	max-width: 100%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .woocommerce-product-gallery__image > img {
	background-color: var(--body-color);
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .woocommerce-product-gallery__image > img {
	background-color: var(--body-color);
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-thumbs {
	margin: 0;
}

@media (min-width: 426px) {
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-thumbs li {
		margin-left: 20px !important;
		margin-bottom: 20px !important;
	}
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-thumbs li:last-child {
	margin-bottom: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical {
	width: 100%;
}

@media (min-width: 426px) {
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical {
		margin-top: 0;
		order: -1;
		width: 120px;
		display: block;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
	}
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical .swiper-button {
	left: calc(50% - 5px);
	right: auto;
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical .swiper-button-next {
	top: 15px;
	bottom: auto;
}

@media (max-width: 425px) {
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical .swiper-button-next {
		right: 0;
		left: auto;
		top: calc(50% - 5px);
		transform: rotate(0deg);
	}
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical .swiper-button-prev {
	top: auto;
	bottom: 15px;
}

@media (max-width: 425px) {
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical .swiper-button-prev {
		right: auto;
		left: 0;
		top: calc(50% - 5px);
		transform: rotate(0deg);
	}
}

@media (min-width: 426px) {
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
		width: calc(100% - 120px);
		margin-bottom: 0;
		margin-right: auto;
		border-radius: 20px;
	}
}

.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	border: none;
}

.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	flex-basis: 50%;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

@media (max-width: 425px) {
	.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
		flex-basis: 100%;
		width: 100%;
		padding: 0;
	}
	
	.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:last-child {
		margin: 0;
	}
}

.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
	width: 100%;
}

@media (max-width: 425px) {
	.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper {
		margin: 0;
	}
}

.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper {
	display: flex;
	flex-wrap: wrap;
	border: none;
}

.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	flex-basis: 100%;
	min-width: 630px;
	min-height: 630px;
}

@media (max-width: 1200px) {
	.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
		min-width: 530px;
		min-height: 530px;
	}
}

@media (max-width: 1024px) {
	.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
		min-width: 430px;
		min-height: 430px;
	}
}

.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
	display: block;
	margin-bottom: 30px;
	border-radius: 20px;
	overflow: hidden;
}

@media (max-width: 425px) {
	.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
		width: 395px;
	}
}

@media (max-width: 375px) {
	.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
		width: 345px;
	}
}

@media (max-width: 320px) {
	.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
		width: 290px;
	}
}

.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
	width: 100%;
}

@media (max-width: 375px) {
	.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
		min-width: 0;
		min-height: 0;
	}
}

.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:last-child a {
	margin-bottom: 0;
}

.single-product div.product .woocommerce-product-gallery-vertical + .onsale {
	left: 145px;
}

.single-product div.product .stock.in-stock {
	margin-bottom: 30px;
	display: none;
}

.single-product div.product .single_add_to_cart_button + a.added_to_cart {
	display: none;
}

.single-product div.product .product_title {
	display: block;
	color: var(--e-global-color-secondary);
	font-size: 36px;
	font-size: 2.25rem;
	font-family: var(--e-global-typography-tertiary-font-family);
	font-weight: var(--e-global-typography-tertiary-font-weight);
	text-transform: var(--e-global-typography-tertiary-text-transform);
	font-style: var(--e-global-typography-tertiary-font-style);
	text-decoration: var(--e-global-typography-tertiary-text-decoration);
	line-height: var(--e-global-typography-tertiary-line-height);
	letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
	margin: 0 0 9px 0;
	clear: none;
	line-height: 1.35;
	text-transform: capitalize;
	letter-spacing: 0;
}

@media (max-width: 425px) {
	.single-product div.product .product_title {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

.single-product div.product .product-unit {
	font-size: 15px;
	font-size: .9375rem;
	line-height: 24px;
	margin-bottom: 15px;
	color: var(--e-global-color-lighter);
}

.single-product div.product .product-unit .value {
	color: var(--e-global-color-secondary);
}

.single-product div.product .sold-by-meta {
	margin-bottom: 12px;
	color: var(--e-global-color-lighter);
}

.single-product div.product .sold-by-meta a {
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.single-product div.product .sold-by-meta a:hover {
	text-decoration: underline;
}

.single-product div.product .woocommerce-product-details__short-description {
	margin: 0 0 40px 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 568px) {
	.single-product div.product .woocommerce-product-details__short-description {
		margin-bottom: 20px;
	}
}

.single-product div.product .woocommerce-product-details__short-description p {
	margin: 0;
}

.single-product div.product .woocommerce-product-details__short-description * {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.625;
}

.single-product div.product .woocommerce-product-details__short-description + .stock {
	display: none;
}

.single-product div.product table.variations {
	position: relative;
	margin: 0;
	width: 100%;
}

.single-product div.product table.variations tr {
	border: 0;
}

.single-product div.product table.variations tr:last-child td {
	padding: 0;
}

.single-product div.product table.variations tr td {
	margin-bottom: 20px;
}

.single-product div.product table.variations th, .single-product div.product table.variations td {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: transparent;
}

.single-product div.product table.variations th.label {
	margin-bottom: 10px;
}

.single-product div.product table.variations th.label .woo-selected-variation-item-name {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	letter-spacing: 0;
	color: var(--e-global-color-text);
	text-transform: capitalize;
}

.single-product div.product table.variations td.value {
	position: relative;
}

.single-product div.product table.variations label {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	color: var(--e-global-color-secondary);
	letter-spacing: 0;
	text-transform: capitalize;
	margin: 0;
}

.single-product div.product table.variations select {
	max-width: 100%;
	vertical-align: middle;
	padding: 12px 35px 12px 20px;
	color: transparent;
	border-radius: 20px;
}

.single-product div.product table.variations select + label {
	display: block;
	text-transform: uppercase;
	position: absolute;
	padding: 0 5px;
	background-color: #fff;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	transition: all ease-in-out .2s;
	color: var(--e-global-color-lighter);
}

.single-product div.product table.variations select:valid, .single-product div.product table.variations select:focus {
	color: var(--e-global-color-text);
}

.single-product div.product table.variations select:valid ~ label, .single-product div.product table.variations select:focus ~ label {
	top: 0;
}

.single-product div.product table.variations a.reset_variations {
	margin-top: 0px;
	display: inline-block;
	margin-left: 0;
	color: var(--e-global-color-secondary);
	border-bottom: 1px solid;
	line-height: 1;
}

.single-product div.product table.variations a.reset_variations:hover {
	color: var(--e-global-color-primary);
}

.single-product div.product table.variations td.label label {
	font-size: 14px;
	font-size: .875rem;
	color: var(--e-global-color-secondary);
	font-weight: var(--e-global-typography-primary-font-weight);
	text-transform: uppercase;
}

.single-product div.product table.variations td.value ul.variable-items-wrapper {
	display: inline-flex;
	align-items: center;
	margin-right: 16px;
}

.single-product div.product table.variations td.value ul li.variable-item {
	box-shadow: none;
	width: auto;
	height: auto;
	padding: 0;
	border-radius: 20px;
	border: 1px solid var(--e-global-color-secondary);
}

.single-product div.product table.variations td.value ul li.variable-item.color-variable-item {
	margin: 0 6px 0 6px;
}

.single-product div.product table.variations td.value ul li.variable-item.color-variable-item:first-child {
	margin-left: 0px;
}

.single-product div.product table.variations td.value ul li.variable-item:hover, .single-product div.product table.variations td.value ul li.variable-item.selected {
	outline: none;
	box-shadow: none;
}

.single-product div.product table.variations td.value ul li.variable-item:hover.color-variable-item .variable-item-contents, .single-product div.product table.variations td.value ul li.variable-item.selected.color-variable-item .variable-item-contents {
	align-items: center;
}

.single-product div.product table.variations td.value ul li.variable-item:hover .variable-item-span, .single-product div.product table.variations td.value ul li.variable-item.selected .variable-item-span {
	color: #fff;
}

.single-product div.product table.variations td.value ul li.variable-item.disabled .variable-item-contents:before {
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	width: calc(100% + 5px);
	background-color: var(--e-global-color-primary);
	rotate: 25deg;
}

.single-product div.product table.variations td.value ul li.variable-item .variable-item-span {
	font-size: 15px;
	font-size: .9375rem;
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	line-height: 1.6;
}

.single-product div.product table.variations td.value ul li.variable-item .variable-item-span-button {
	padding: 4px 16px !important;
}

.single-product div.product table.variations td.value ul li.variable-item.color-variable-item {
	transition: all .3s ease;
	border-radius: 50%;
	min-width: 24px;
	min-height: 24px;
	width: 24px;
	height: 24px;
}

.single-product div.product table.variations td.value ul li.variable-item.color-variable-item .variable-item-contents {
	align-items: center;
	border-radius: 50%;
	min-width: 18px;
	min-height: 18px;
	width: 18px;
	height: 18px;
	position: relative;
}

.single-product div.product table.variations td.value ul li.variable-item.color-variable-item .variable-item-span {
	transition: all .3s ease;
	padding: 2px;
	border-radius: 50%;
}

.single-product div.product table.variations td.value ul li.variable-item.button-variable-item:hover, .single-product div.product table.variations td.value ul li.variable-item.button-variable-item.selected {
	background-color: var(--e-global-color-secondary);
}

.single-product div.product table.variations td.value ul li.variable-item.disabled:before {
	display: none;
}

.single-product div.product table.variations td.value ul li.variable-item.disabled:after {
	display: none;
}

.single-product div.product .single_variation .price {
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	align-items: center;
	color: var(--e-global-color-primary);
	margin-bottom: 20px;
}

.single-product div.product .single_variation .price ins {
	font-size: 24px;
	font-size: 1.5rem;
}

.single-product div.product .single_variation .price del {
	margin-right: 10px;
	font-size: 14px;
	font-size: .875rem;
}

.single-product div.product .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding: 0;
}

.single-product div.product .single_variation_wrap {
	width: 100%;
}

.single-product div.product .variations_button {
	flex: 0 0 100%;
	display: flex;
	align-items: center;
	row-gap: 20px;
	flex-wrap: wrap;
}

@media (max-width: 425px) {
	.single-product div.product .variations_button {
		flex-wrap: wrap;
	}
}

@media (max-width: 320px) {
	.single-product div.product .variations_button {
		row-gap: 10px;
	}
}

.single-product div.product .woocommerce-grouped-add-to-cart {
	flex: 0 0 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0;
	row-gap: 20px;
}

@media (max-width: 320px) {
	.single-product div.product .woocommerce-grouped-add-to-cart {
		row-gap: 10px;
	}
}

.single-product div.product tr.woocommerce-grouped-product-list-item {
	border: 0 !important;
}

.single-product div.product .product_after_title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	position: relative;
}

.single-product div.product .product_after_title > * {
	margin-bottom: 0;
}

.single-product div.product .product_after_title > *:not(:last-child) {
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
}

.single-product div.product .product_after_title > *:not(:last-child):after {
	content: "";
	height: 11px;
	width: 1px;
	background-color: var(--e-global-color-border);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.single-product div.product .product_after_title .sku_wrapper {
	text-transform: uppercase;
	color: var(--e-global-color-lighter);
}

.single-product div.product .product_after_title .sku_wrapper .sku {
	color: var(--e-global-color-secondary);
}

.single-product div.product .rating_brands {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 13px;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
	position: relative;
}

.single-product div.product .rating_brands > * {
	margin-bottom: 0;
}

.single-product div.product .rating_brands > *:not(:last-child) {
	margin-right: 10px;
	position: relative;
}

@media (max-width: 320px) {
	.single-product div.product .rating_brands > *:not(:last-child) {
		margin-right: 13px;
	}
}

.single-product div.product .woocommerce-product-rating {
	display: flex;
	align-items: center;
}

.single-product div.product .woocommerce-product-rating a {
	color: var(--e-global-color-lighter);
	font-family: var(--e-global-typography-tertiary-font-family);
	font-weight: var(--e-global-typography-tertiary-font-weight);
	text-transform: var(--e-global-typography-tertiary-text-transform);
	font-style: var(--e-global-typography-tertiary-font-style);
	text-decoration: var(--e-global-typography-tertiary-text-decoration);
	line-height: var(--e-global-typography-tertiary-line-height);
	letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5714285714;
	letter-spacing: 0;
	margin-left: 6px;
}

.single-product div.product .woocommerce-product-rating a:hover {
	color: var(--e-global-color-primary);
}

.single-product div.product .woocommerce-product-rating .star-rating {
	font-size: 14px;
	font-size: .875rem;
}

.single-product div.product .product_meta {
	padding-top: 30px;
	border-top: 1px solid var(--e-global-color-border);
}

@media (max-width: 568px) {
	.single-product div.product .product_meta {
		padding-top: 20px;
	}
}

.single-product div.product .product_meta > span {
	display: block;
	margin-bottom: 0;
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	text-transform: capitalize;
	letter-spacing: 0;
	color: var(--e-global-color-lighter);
	line-height: 2;
}

.single-product div.product .product_meta > span:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.single-product div.product .product_meta > span a, .single-product div.product .product_meta > span .sku {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	letter-spacing: 0;
	text-transform: capitalize;
}

.single-product div.product .product_meta > span a:hover {
	color: var(--e-global-color-primary);
}

.single-product .aunuca-single-product-extra {
	font-size: 14px;
	font-size: .875rem;
	margin-bottom: 2rem;
	color: var(--e-global-color-secondary);
}

.single-product .aunuca-single-product-extra ul {
	list-style: none;
	margin: 0;
}

.single-product .aunuca-single-product-extra ul li {
	padding-bottom: 2px;
}

.single-product .aunuca-single-product-extra ul li i {
	color: var(--e-global-color-primary);
	padding: 0 5px 6px 0;
	font-size: 20px;
	font-size: 1.25rem;
}

.single-product .time-sale {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 20px;
}

.single-product .time-sale .deal-text {
	font-size: 14px;
	font-size: .875rem;
	max-width: 140px;
	line-height: 1.5;
	margin: 0 16px 10px 0;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}

.single-product .time-sale .aunuca-countdown .countdown-item {
	margin-top: 0;
	text-align: center;
	position: relative;
	background-color: var(--e-global-color-primary);
	padding: 10px 16px;
	border-radius: 10px;
}

@media (max-width: 425px) {
	.single-product .time-sale .aunuca-countdown .countdown-item {
		margin-bottom: 15px;
		padding: 10px 12px;
	}
}

.single-product .time-sale .aunuca-countdown .countdown-item:after {
	content: none;
}

.single-product .time-sale .aunuca-countdown .countdown-item .countdown-digits {
	font-size: 24px;
	font-size: 1.5rem;
	color: #fff;
	min-width: 60px;
	min-height: 60px;
}

.single-product .time-sale .aunuca-countdown .countdown-item .countdown-label {
	padding-top: 5px;
	display: block;
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	letter-spacing: 0;
	text-transform: capitalize;
	width: 40px;
	color: #fff;
	font-size: 14px;
	font-size: .875rem;
}

.single-product .deal-sold {
	display: flex;
	flex-direction: column;
	margin: 0 0 1.5em;
}

.single-product .deal-sold > div {
	width: 100%;
}

.single-product .deal-sold .deal-sold-text {
	margin-top: 0;
	margin-bottom: 10px;
	order: -1;
}

.single-product .deal-sold .deal-sold-text span:last-child {
	color: var(--e-global-color-text);
}

.single-product .deal-sold .progress-bar {
	border-radius: 5px;
	height: 8px;
}

.single-product .deal-sold .progress-bar .progress-value {
	background-color: var(--e-global-color-text);
	border-radius: 5px;
}

.single-product .woocommerce-tabs {
	display: block;
	position: relative;
	padding: 30px 0 0;
	margin: 0 auto;
}

@media (min-width: 1024px) {
	.single-product .woocommerce-tabs {
		padding: 60px 0 0px;
	}
}

.single-product .woocommerce-tabs .woocommerce-additional-title, .single-product .woocommerce-tabs .woocommerce-description-title, .single-product .woocommerce-tabs .woocommerce-Reviews-title {
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.5;
	text-transform: capitalize;
	letter-spacing: 0;
	margin-bottom: 33px;
}

@media (max-width: 768px) {
	.single-product .woocommerce-tabs .woocommerce-additional-title, .single-product .woocommerce-tabs .woocommerce-description-title, .single-product .woocommerce-tabs .woocommerce-Reviews-title {
		font-size: 20px;
		font-size: 1.25rem;
		margin-bottom: 10px;
	}
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description p:last-child {
	margin: 0;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table {
	margin: 0;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews form {
	margin-bottom: 0 !important;
}

.single-product .woocommerce-tabs .woocommerce-Reviews-title {
	display: none;
}

.single-product .woocommerce-tabs ul.tabs {
	margin: 0;
	list-style: none;
	position: relative;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.single-product .woocommerce-tabs ul.tabs {
		display: none;
	}
}

.single-product .woocommerce-tabs ul.tabs li {
	display: inline-block;
	margin: 0 3px;
}

.single-product .woocommerce-tabs ul.tabs li:first-child {
	margin-left: 0;
}

.single-product .woocommerce-tabs ul.tabs li:last-child {
	margin-right: 0;
}

.single-product .woocommerce-tabs ul.tabs li a {
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	color: var(--e-global-color-text);
	display: block;
	position: relative;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.625;
	text-transform: capitalize;
	background: transparent;
	padding: 8px 24px;
	border: 1px solid var(--e-global-color-border);
	border-radius: 22px;
}

.single-product .woocommerce-tabs ul.tabs li:hover a, .single-product .woocommerce-tabs ul.tabs li.active a {
	border-color: var(--e-global-color-primary);
	background: var(--e-global-color-primary);
	color: #fff;
}

.single-product .woocommerce-tabs .panel h2:first-of-type {
	font-size: 0px;
	font-size: 0rem;
}

.single-product .woocommerce-tabs .block-media-text {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.single-product .woocommerce-tabs .media-full {
	position: relative;
}

.single-product .woocommerce-tabs .media-full * {
	color: #fff;
	margin: 0;
}

.single-product .woocommerce-tabs .media-full .media-full__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 308px;
}

@media (max-width: 768px) {
	.single-product .woocommerce-tabs .media-full .media-full__content {
		width: 100%;
		max-width: 100%;
	}
}

.single-product .woocommerce-tabs .media-full .media-full__content .heading {
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	font-size: 64px;
	font-size: 4rem;
	line-height: .9;
	text-transform: capitalize;
	text-align: center;
}

@media (max-width: 768px) {
	.single-product .woocommerce-tabs .media-full .media-full__content .heading {
		padding: 30px 15px;
	}
}

@media (max-width: 568px) {
	.single-product .woocommerce-tabs .media-full .media-full__content .heading {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

.single-product .woocommerce-tabs.product-accordions {
	padding: 0;
	margin-top: 1.5rem;
	border-bottom: 0;
}

.single-product .woocommerce-tabs.product-accordions .accordion-item {
	position: relative;
}

.single-product .woocommerce-tabs.product-accordions .accordion-item:first-child {
	content: "";
}

.single-product .woocommerce-tabs.product-accordions .accordion-item:last-child .accordion-body {
	border-bottom: none;
}

.single-product .woocommerce-tabs.product-accordions .accordion-item .accordion-body {
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #e2e0e0;
}

.single-product .woocommerce-tabs.product-accordions .accordion-item .accordion-body h2 {
	font-size: 0px;
	font-size: 0rem;
}

@media (max-width: 1366px) {
	.single-product .woocommerce-tabs.product-accordions .accordion-item .accordion-body {
		margin: auto;
	}
}

.single-product .woocommerce-tabs.product-accordions .accordion-item .accordion-body .woocommerce-description-wrapper {
	display: flex;
	justify-content: center;
}

.single-product .woocommerce-tabs.product-accordions .accordion-item .accordion-body .woocommerce-description-wrapper .woocommerce-description-content {
	width: 100%;
}

.single-product .woocommerce-tabs.product-accordions:after, .single-product .woocommerce-tabs.product-accordions:before {
	content: none;
}

.single-product .woocommerce-tabs.product-accordions .accordion-head {
	padding: 24px 0;
	border-bottom: 1px solid #e2e0e0;
	position: relative;
	cursor: pointer;
}

.single-product .woocommerce-tabs.product-accordions .accordion-head:hover .accordion-title-wrapper:before {
	color: var(--e-global-color-primary);
}

.single-product .woocommerce-tabs.product-accordions .accordion-head:hover .accordion-title {
	color: var(--e-global-color-primary);
}

.single-product .woocommerce-tabs.product-accordions .accordion-head.active .accordion-title {
	color: var(--e-global-color-primary);
}

.single-product .woocommerce-tabs.product-accordions .accordion-head.active .accordion-title-wrapper:before {
	content: "";
}

.single-product .woocommerce-tabs.product-accordions .accordion-head .accordion-title-wrapper {
	position: relative;
}

.single-product .woocommerce-tabs.product-accordions .accordion-head .accordion-title-wrapper:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	position: absolute;
	top: 50%;
	padding: 6px 8px;
	border-radius: 50%;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--e-global-color-secondary);
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	right: 0;
	font-size: 24px;
	font-size: 1.5rem;
}

.single-product .woocommerce-tabs.product-accordions .accordion-title {
	display: inline-block;
	position: relative;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.0833333333;
	margin-bottom: 0;
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	color: var(--e-global-color-text);
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	text-transform: none;
}

.single-product .woocommerce-tabs.product-accordions .accordion-body {
	padding: 0;
	display: none;
}

.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #comments, .single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper {
	max-width: 100%;
	width: 100%;
	float: none;
	padding-right: 0;
	padding-left: 0;
}

.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #comments .commentlist, .single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper .commentlist {
	padding: 0;
	border: none;
}

.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper {
	padding-top: 0;
}

.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper #review_form {
	margin-left: auto;
}

.single-product .woocommerce-tabs.product-accordions .accordion-body .list-unstyled {
	margin-left: 0;
}

.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled {
	margin: 0;
}

.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li {
	margin-bottom: 5px;
}

.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-name > span:not(.details), .single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.seller-name > span:not(.details), .single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-address > span:not(.details) {
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-secondary);
}

.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating {
	vertical-align: middle;
}

.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating .text {
	vertical-align: text-bottom;
}

.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .star-rating {
	display: inline-block;
}

.single-product .woocommerce-tabs.product-accordions table td, .single-product .woocommerce-tabs.product-accordions table th {
	word-break: unset;
}

@media (min-width: 768px) {
	.single-product .woocommerce-tabs.product-accordions ul.products li.product {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled {
	margin: 0;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li {
	margin-bottom: 5px;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-name > span:not(.details), .single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.seller-name > span:not(.details), .single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-address > span:not(.details) {
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-secondary);
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating {
	vertical-align: middle;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating .text {
	vertical-align: text-bottom;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .star-rating {
	display: inline-block;
}

.single-product .woocommerce-tabs .comment-form-cookies-consent {
	display: inline-block;
}

.single-product .woocommerce-tabs .review_form label {
	margin-bottom: .5em;
	display: block;
}

.single-product .woocommerce-tabs h2.resp-accordion {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: var(--e-global-typography-secondary-font-weight);
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.1;
	padding: .5em 0;
	margin: 0;
	gap: 10px;
}

@media (min-width: 768px) {
	.single-product .woocommerce-tabs h2.resp-accordion {
		display: none;
	}
}

@media (max-width: 425px) {
	.single-product .woocommerce-tabs h2.resp-accordion {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

.single-product .woocommerce-tabs h2.resp-accordion:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	order: 1;
}

.single-product .woocommerce-tabs h2.resp-accordion.active:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
}

.single-product .product-extra-info ul {
	margin: 0;
	list-style: none;
}

.single-product .product-extra-info ul li {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-size: .875rem;
	line-height: 16px;
	margin-bottom: 20px;
	color: var(--e-global-color-text);
}

.single-product .product-extra-info ul li:last-child {
	margin-bottom: 0;
}

.single-product .product-extra-info ul li i {
	margin-right: 10px;
}

.single-product .product-extra-info .brand-content {
	padding-bottom: 20px;
}

.single-product .product-extra-info .brand-wrap {
	padding-top: 20px;
	border-top: 1px solid var(--e-global-color-border);
}

.single-product .product-extra-info .title-brand {
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: 22px;
	color: var(--e-global-color-primary);
}

.single-product .product-brand {
	display: inline-block;
	color: var(--e-global-color-text);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 20px;
	border-right: 1px solid #e8eaee;
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
	letter-spacing: 0;
	text-transform: capitalize;
}

.single-product .product-brand a {
	color: var(--e-global-color-secondary);
}

@media (max-width: 320px) {
	.single-product .product-brand {
		padding-right: 15px;
	}
}

.single-product.single-product-horizontal div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	top: 20px;
	bottom: auto;
	right: 20px;
	left: auto;
}

.single-product.single-product-horizontal div.product .product-video-360 {
	top: 20px;
	bottom: auto;
	right: 60px;
	left: auto;
}

.entry-summary form.cart {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 30px;
	row-gap: 20px;
}

@media (max-width: 568px) {
	.entry-summary form.cart {
		padding-bottom: 20px;
	}
}

@media (max-width: 425px) {
	.entry-summary form.cart {
		justify-content: center;
	}
}

@media (max-width: 320px) {
	.entry-summary form.cart {
		row-gap: 10px;
	}
}

.entry-summary form.cart .variations_wrap {
	width: 100%;
}

.entry-summary form.cart .clear {
	position: relative;
	flex: 0 0 calc(100% + 3.6rem);
	width: calc(100% + 2rem);
	margin-left: -1.8rem;
	margin-top: 20px;
	border-top: 1px solid var(--e-global-color-border);
}

.entry-summary form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
	float: none;
	margin-right: 0;
	text-align: right;
}

.entry-summary form.cart table.woocommerce-grouped-product-list .quantity_wrap {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.entry-summary form.cart table.woocommerce-grouped-product-list .button {
	padding: 13px 20px;
}

.entry-summary form.cart table.group_table {
	margin-bottom: 20px;
	margin-top: 8px;
}

.entry-summary form.cart table.group_table tr {
	border-bottom: 1px solid;
	border-color: var(--e-global-color-border);
}

.entry-summary form.cart table.group_table td {
	padding: 0 0 12px 0;
	vertical-align: middle;
}

.entry-summary form.cart table.group_table td.woocommerce-grouped-product-list-item__price {
	text-align: end;
}

.entry-summary form.cart table.group_table .quantity_label {
	display: none;
}

@media (max-width: 500px) {
	.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__image, .entry-summary form.cart table.group_table .woocommerce-grouped-product-image {
		display: none;
	}
	
	.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label {
		padding-left: 0;
	}
}

.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__image, .entry-summary form.cart table.group_table .woocommerce-grouped-product-image {
	padding-right: 20px;
	width: 100px;
}

.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__image img, .entry-summary form.cart table.group_table .woocommerce-grouped-product-image img {
	max-width: 100px;
	height: 100px;
	object-fit: cover;
	margin: auto;
	border-radius: 10px;
}

.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label {
	padding-right: 10px;
}

.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label .aunuca-single-product-extra-description p {
	margin-bottom: .4rem;
}

.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label a {
	color: var(--e-global-color-secondary);
	word-break: break-word;
	font-size: 16px;
	font-size: 1rem;
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
}

.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label a:hover {
	color: var(--e-global-color-primary);
}

.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount {
	color: var(--e-global-color-lighter);
	font-weight: var(--e-global-typography-primary-font-weight);
	font-size: 14px;
	font-size: .875rem;
}

.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__price ins .woocommerce-Price-amount {
	color: var(--e-global-color-text);
	font-weight: var(--e-global-typography-primary-font-weight);
}

.entry-summary form.cart table.group_table p.price {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
	margin: 0;
}

.entry-summary form.cart table.group_table p.price del {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
}

.entry-summary form.cart table.group_table p.price ins {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
}

.entry-summary form.cart table.group_table .stock.in-stock {
	margin: 0;
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.entry-summary form.cart table.group_table .stock.in-stock:focus {
	background-color: #f1f1f1;
	color: #21759b;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	display: block;
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.entry-summary form.cart table.group_table .woocommerce-Price-amount {
	word-break: normal;
	display: block;
}

.entry-summary form.cart table.group_table .stock.out-of-stock {
	display: none;
}

.entry-summary .aunuca-single-product-extra-description {
	padding: 0 0 30px 0;
	margin: 0;
}

.entry-summary .aunuca-single-product-extra-description ul {
	justify-content: flex-start;
	margin: 0;
	flex-wrap: wrap;
	gap: 30px;
}

@media (max-width: 568px) {
	.entry-summary .aunuca-single-product-extra-description ul {
		row-gap: 15px;
	}
}

.entry-summary .aunuca-single-product-extra-description ul li {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
	color: var(--e-global-color-text);
}

.entry-summary .aunuca-single-trust-seal-image {
	padding: 30px 0px 0px;
	border-top: 1px solid var(--e-global-color-border);
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.entry-summary .aunuca-single-trust-seal-image .label {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-size: 14px;
	font-size: .875rem;
	text-align: center;
	color: var(--e-global-color-secondary);
	padding: 0 10px;
	margin-bottom: 10px;
}

.entry-summary .aunuca-single-trust-seal-image img {
	margin: 0 auto;
	object-fit: cover;
}

.content-single-status {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 10px;
}

.inventory_status {
	display: flex;
	justify-content: center;
	color: #33cb79;
	align-items: center;
	margin-bottom: 0;
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5714285714;
	text-transform: uppercase;
}

.inventory_status:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	font-size: 24px;
	font-size: 1.5rem;
	margin-right: 6px;
}

.inventory_status.out-stock {
	color: var(--e-global-color-text);
}

.inventory_status.out-stock:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
}

.stock {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
	margin: 0 0 10px;
}

.stock.out-of-stock {
	color: #f33;
	margin: 0 0 10px;
}

a.reset_variations {
	display: inline-block;
	margin-left: 1em;
}

.aunuca-woocommerce-tabs {
	margin-top: 50px;
}

.aunuca-woocommerce-tabs .umimi-woocommerce-tabs-panel {
	padding: 50px 0;
	border-top: 1px solid;
	border-top-color: var(--e-global-color-border);
}

.aunuca-woocommerce-tabs .umimi-woocommerce-tabs-panel .woocommerce-description-title:first-of-type {
	font-size: 14px;
	font-size: .875rem;
	margin-bottom: 40px;
	color: var(--e-global-color-secondary);
}

.aunuca-woocommerce-tabs .umimi-woocommerce-tabs-panel table.shop_attributes th {
	padding: 4px 10px 4px 0;
}

.aunuca-woocommerce-tabs .umimi-woocommerce-tabs-panel table.shop_attributes td {
	padding: 4px 0 4px 10px;
	text-align: right;
}

.single-product-reviews-wrap {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

.single-product-reviews-wrap .woocommerce-Reviews-title {
	display: none;
}

.single-product-reviews-wrap .review-title {
	font-size: 36px;
	font-size: 2.25rem;
	border-bottom: 1px solid;
	border-bottom-color: var(--e-global-color-border);
	margin-bottom: 50px;
}

.single-product-reviews-wrap .review-title .count {
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background-color: #000;
	border-radius: 20px;
	text-align: center;
	display: inline-block;
	margin-left: 5px;
}

/**
* Reviews
*/
#reviews {
	outline: none;
	margin-left: auto;
	margin-right: auto;
}

#reviews #respond {
	padding-top: 50px;
	border-top: 1px solid var(--e-global-color-border);
}

#reviews #reply-title {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.1;
}

@media (max-width: 425px) {
	#reviews #reply-title {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

#reviews #comments {
	padding-top: 0;
	margin: 0 0 50px 0;
	max-width: 100%;
}

#reviews .commentlist {
	list-style: none;
	margin: 0;
	padding-top: 60px;
	border-top: 1px solid var(--e-global-color-border);
}

@media (max-width: 768px) {
	#reviews .commentlist {
		padding-top: 30px;
	}
}

#reviews .commentlist li {
	margin-bottom: 27px;
	list-style: none;
	clear: both;
}

#reviews .commentlist li::before, #reviews .commentlist li::after {
	content: "";
	display: table;
}

#reviews .commentlist li::after {
	clear: both;
}

@media (max-width: 768px) {
	#reviews .commentlist li {
		margin-bottom: 20px;
	}
}

#reviews .commentlist li .comment_container {
	border-radius: 10px;
}

#reviews .commentlist li .comment_container::before, #reviews .commentlist li .comment_container::after {
	content: "";
	display: table;
}

#reviews .commentlist li .comment_container::after {
	clear: both;
}

#reviews .commentlist li .comment_container .comment-text {
	width: calc(100% - 130px);
	float: right;
}

@media (max-width: 768px) {
	#reviews .commentlist li .comment_container .comment-text {
		width: calc(100% - 70px);
	}
}

#reviews .commentlist li .comment_container .comment-text .meta {
	margin-bottom: 13px;
}

#reviews .commentlist li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

#reviews .commentlist li time {
	color: var(--e-global-color-lighter);
}

#reviews .commentlist li .avatar {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 30px;
	border-radius: 50%;
	object-fit: cover;
}

@media (max-width: 768px) {
	#reviews .commentlist li .avatar {
		width: 50px;
		height: 50px;
		margin-right: 20px;
	}
}

#reviews .commentlist li p.meta strong {
	font-size: 14px;
	font-size: .875rem;
	color: var(--e-global-color-secondary);
}

#reviews .commentlist li p.meta time {
	margin-left: 10px;
}

#reviews .commentlist li p.meta time:before {
	margin-right: 5px;
	line-height: 1;
	margin-top: -3px;
}

#reviews .commentlist li p.meta .verified {
	font-style: normal;
	font-size: .875em;
}

#reviews .commentlist li p.meta .woocommerce-review__dash {
	display: none;
}

#reviews .commentlist li ul.children {
	margin: 0;
	width: 82.2222222222%;
	float: right;
	margin-right: 0;
	padding-top: 1.618034em;
}

#reviews .commentlist li ul.children .avatar {
	width: 13.5135135135%;
	float: left;
	margin-right: 8.1081081081%;
}

#reviews .commentlist li ul.children .comment-text {
	width: 78.3783783784%;
	float: right;
	margin-right: 0;
}

#reviews .commentlist li ul.children li {
	margin-bottom: 1.618034em;
}

#reviews .commentlist li ul.children li:last-child {
	margin-bottom: 0;
}

#reviews .comment-form-rating {
	clear: both;
	margin-bottom: 1em;
}

#reviews .comment-form-rating label {
	margin-right: 20px;
}

#reviews .comment-form-rating p.stars {
	line-height: 1;
}

#reviews .comment-form-comment input, #reviews .comment-form-author input, #reviews .comment-form-email input {
	width: 100%;
}

#reviews .comment-form-comment textarea {
	color: var(--e-global-color-secondary);
}

#reviews .comment-form-comment, #reviews .comment-form-author, #reviews .comment-form-email, #reviews .comment-form-cookies-consent, #reviews .comment-notes {
	margin-bottom: 1.41577975em;
}

#reviews .comment-form-cookies-consent:before {
	content: "";
	display: block;
	clear: left;
}

#reviews label {
	display: block;
	margin-bottom: 8px;
}

table.shop_attributes tr:last-child {
	border-bottom: none;
}

@media (max-width: 768px) {
	table.shop_attributes tr {
		display: flex;
		flex-direction: column;
		gap: 6px;
		padding: 10px 0;
		border-bottom: 1px solid var(--e-global-color-border);
	}
	
	table.shop_attributes tr:first-child {
		padding-top: 0;
	}
	
	table.shop_attributes tr:last-child {
		padding-bottom: 0;
	}
}

table.shop_attributes th {
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	font-size: 16px;
	font-size: 1rem;
	color: var(--e-global-color-secondary);
	text-transform: capitalize;
	max-width: 300px;
}

@media (max-width: 768px) {
	table.shop_attributes th {
		padding: 0;
	}
}

table.shop_attributes td {
	color: #525252;
}

@media (max-width: 768px) {
	table.shop_attributes td {
		padding: 0;
	}
}

table.shop_attributes td b {
	color: var(--e-global-color-secondary);
}

table.shop_attributes td ul {
	margin-left: 20px;
}

.wrapper-technical_specs table {
	color: var(--e-global-color-lighter);
}

.wrapper-technical_specs table tr:not(:first-child) {
	border-top: 1px solid var(--e-global-color-border);
	padding-top: 20px;
}

.wrapper-technical_specs table th {
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	font-size: 20px;
	font-size: 1.25rem;
	color: var(--e-global-color-lighter);
	text-transform: uppercase;
	padding: 40px 0 20px;
}

.wrapper-technical_specs table td {
	padding: 40px 0 20px;
}

.wrapper-technical_specs table strong {
	color: var(--e-global-color-secondary);
}

.aunuca-sticky-add-to-cart {
	background-color: var(--background);
}

.aunuca-sticky-add-to-cart__content {
	font-size: 14px;
	font-size: .875rem;
}

.aunuca-sticky-add-to-cart__content-title strong {
	color: var(--e-global-color-secondary);
	font-weight: var(--e-global-typography-text-font-weight);
}

.aunuca-sticky-add-to-cart__content-button {
	border: none;
	letter-spacing: 0;
	padding: 13px 25px;
	background-color: var(--e-global-color-accent);
}

.aunuca-sticky-add-to-cart__content-button:hover {
	background-color: var(--e-global-color-primary);
}

.aunuca-sticky-add-to-cart__content-price {
	display: inline-flex;
	color: var(--e-global-color-primary);
	margin-bottom: 4px;
	align-items: center;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.aunuca-sticky-add-to-cart__content-price ins {
	order: -1;
	margin-left: 0;
	margin-right: .6180469716em;
	background-color: transparent;
	color: var(--e-global-color-text);
}

.aunuca-sticky-add-to-cart__content-price del {
	font-size: 14px;
	font-size: .875rem;
	color: var(--e-global-color-lighter);
}

.aunuca-frequently-bought {
	margin-top: 5px;
	padding-top: 20px;
	margin-bottom: 10px;
	border-top: 1px solid;
	border-color: var(--e-global-color-border);
}

.aunuca-frequently-bought .frequently-bought-title {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: var(--e-global-color-secondary);
}

.aunuca-frequently-bought ul {
	list-style: none;
	margin: 0;
}

.aunuca-frequently-bought .product-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
	position: relative;
	border-color: var(--e-global-color-border);
	cursor: pointer;
}

.aunuca-frequently-bought .product-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.aunuca-frequently-bought .product-item img {
	width: 80px;
	margin-right: 20px;
	border: 4px solid #fff;
	box-shadow: 0 0 0 1px;
	color: var(--e-global-color-border);
	background-color: #f7f4ef;
	border-radius: 18px;
}

.aunuca-frequently-bought .product-item.uncheck * {
	opacity: .8;
}

.aunuca-frequently-bought .content-product-item {
	height: 100%;
	flex: 1;
}

.aunuca-frequently-bought .content-product-item .product-title {
	position: relative;
	z-index: 2;
	color: var(--e-global-color-secondary);
}

.aunuca-frequently-bought .content-product-item .posted-in a {
	color: var(--e-global-color-text);
}

.aunuca-frequently-bought .product-price {
	font-size: 14px;
	font-size: .875rem;
	margin: 0 30px;
	color: var(--e-global-color-primary);
}

.aunuca-frequently-bought .product-price del {
	font-size: .95em;
}

.aunuca-frequently-bought .product-price ins {
	background: transparent;
}

.aunuca-frequently-bought .price-box .label {
	color: var(--e-global-color-secondary);
}

.aunuca-frequently-bought .price-box .aunuca-total-price {
	font-size: 30px;
	font-size: 1.875rem;
	color: var(--e-global-color-primary);
}

.aunuca-frequently-bought input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0 !important;
	z-index: 1;
	cursor: pointer;
}

.aunuca-frequently-bought input[type=checkbox] + span {
	opacity: 1 !important;
}

.aunuca-frequently-bought input[type=checkbox] + span:before {
	content: "+";
	width: 30px;
	height: 30px;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 30px;
	text-align: center;
	background-color: #f7f4ef;
	border-radius: 50%;
	color: #000;
}

.aunuca-frequently-bought input[type=checkbox]:checked + span:before {
	content: "-";
}

.aunuca-frequently-bought .aunuca_add_to_wishlist_button {
	color: #000;
}

.aunuca-frequently-bought .product-buttons {
	display: flex;
	justify-content: space-between;
}

.aunuca-frequently-bought .product-buttons form {
	margin-bottom: 0;
}

.aunuca-frequently-bought .product-buttons .aunuca-add-to-cart {
	font-size: 14px;
	font-size: .875rem;
}

#rotateimages {
	cursor: ew-resize;
}

.view-360-group {
	margin-top: 30px;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.view-360-group .view-360-svg {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 30px;
	font-size: 1.875rem;
	color: var(--e-global-color-secondary);
}

.view-360-group .view-360-button i {
	font-size: 14px;
	font-size: .875rem;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	border: 1px solid;
	border-color: var(--e-global-color-border);
	border-radius: 50%;
	color: var(--e-global-color-secondary);
	cursor: pointer;
}

.view-360-group .view-360-button i:hover {
	color: var(--e-global-color-primary);
}

.single-product .view-360-group + .mfp-close {
	border: none;
	color: #000;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: var(--e-global-typography-text-font-weight);
	width: 30px;
	height: 30px;
	line-height: 1;
}

.single-product.single-product-tabs-layout-accordion .content-full-width {
	position: relative;
	width: 100vw;
	left: 75%;
	transform: translateX(-75%);
}

@media (max-width: 1366px) {
	.single-product.single-product-tabs-layout-accordion .content-full-width {
		left: 50%;
		transform: translateX(-50%);
	}
}

.single-product.single-product-tabs-layout-sticky .woocommerce-tabs-full-content:after {
	width: 100%;
}

.single-product.single-product-tabs-layout-sticky .tabs-full-content-item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: var(--e-global-color-border);
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 768px) {
	.single-product.single-product-tabs-layout-sticky .woocommerce-tabs {
		padding: 120px 0 0;
		border-bottom: none;
	}
}

.single-product.single-product-tabs-layout-sticky .woocommerce-description, .single-product.single-product-tabs-layout-sticky .woocommerce-additional_information, .single-product.single-product-tabs-layout-sticky .woocommerce-Reviews {
	padding-top: 30px;
}

.single-product.single-product-tabs-layout-sticky .woocommerce-description-title, .single-product.single-product-tabs-layout-sticky .woocommerce-additional-title, .single-product.single-product-tabs-layout-sticky .woocommerce-Reviews-title {
	text-transform: capitalize;
	text-align: left;
}

.single-product.single-product-tabs-layout-sticky .single_add_to_cart_button {
	min-width: 100px;
}

.tabs-full-content-item {
	margin: 0 auto;
}

.tabs-full-content-item:before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 1px;
	background-color: var(--e-global-color-border);
	left: 50%;
	transform: translateX(-50%);
}

.tabs-full-content-item .woocommerce-description {
	padding-bottom: 55px;
}

.tabs-full-content-item .woocommerce-description:before {
	content: "";
}

.tabs-full-content-item .woocommerce-additional_information {
	padding-bottom: 60px;
}

.tabs-full-content-item .woocommerce-description, .tabs-full-content-item .woocommerce-additional_information, .tabs-full-content-item .woocommerce-reviews {
	padding-top: 50px;
}

.tabs-full-content-item .woocommerce-description-title, .tabs-full-content-item .woocommerce-additional-title, .tabs-full-content-item .woocommerce-Reviews-title {
	font-size: 40px;
	font-size: 2.5rem;
	text-align: center;
}

@media (max-width: 768px) {
	.woocommerce-Tabs-panel {
		margin-top: 15px;
		margin-bottom: 30px;
	}
}

.woocommerce-Tabs-panel .woocommerce-additional-title, .woocommerce-Tabs-panel .woocommerce-Reviews-title {
	text-transform: capitalize;
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
	display: none;
}

.single-product .aunuca-woobt-wrap {
	margin-top: 50px;
}

@media (min-width: 768px) {
	.single-product .aunuca-woobt-wrap {
		margin-top: 85px;
	}
}

.single-product .aunuca_product_woobt_title {
	position: relative;
	text-align: center;
	display: block;
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	font-size: 30px;
	font-size: 1.875rem;
	margin-bottom: 20px;
	color: var(--e-global-color-secondary);
}

@media (min-width: 768px) {
	.single-product .aunuca_product_woobt_title {
		font-size: 40px;
		font-size: 2.5rem;
		margin-bottom: 28px;
	}
}

.single-product .woobt-wrap[class*=woobt-layout-grid] {
	display: flex;
	border: 1px dashed var(--e-global-color-border);
	border-radius: 4px;
	padding: 15px;
	align-items: center;
	flex-wrap: wrap;
}

@media (min-width: 1024px) {
	.single-product .woobt-wrap[class*=woobt-layout-grid] {
		padding: 40px;
	}
}

.single-product .woobt-wrap .product-woobt-bottom {
	width: 100%;
	flex: 0 0 100%;
	padding-left: 0;
	margin-top: 40px;
}

@media (min-width: 1024px) {
	.single-product .woobt-wrap .product-woobt-bottom {
		flex: 0 0 30%;
		padding-left: 30px;
		margin-top: 0;
	}
}

.single-product .woobt-wrap .product-woobt-bottom .woocommerce-Price-amount {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: var(--e-global-typography-primary-font-weight);
	text-transform: var(--e-global-typography-primary-text-transform);
	font-style: var(--e-global-typography-primary-font-style);
	text-decoration: var(--e-global-typography-primary-text-decoration);
	line-height: var(--e-global-typography-primary-line-height);
	letter-spacing: var(--e-global-typography-primary-letter-spacing);
}

.single-product .woobt-wrap .single_add_to_cart_button {
	width: 100%;
}

.single-product .woobt-wrap .single_add_to_cart_button:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	font-size: 15px;
	padding-right: 5px;
}

@media (min-width: 1024px) {
	.single-product .woobt-wrap .single_add_to_cart_button:before {
		font-size: 20px;
		font-size: 1.25rem;
		padding-right: 10px;
	}
}

.single-product .woobt-products[class*=woobt-products-layout-grid] {
	flex-grow: 1;
	justify-content: space-between;
	padding-right: 0;
	margin: 0;
	flex-wrap: wrap;
}

@media (min-width: 1024px) {
	.single-product .woobt-products[class*=woobt-products-layout-grid] {
		padding-right: 70px;
	}
}

.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 160px;
	position: relative;
	font-size: 14px;
	font-size: .875rem;
}

.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product > div {
	text-align: left;
	margin-bottom: 12px;
}

.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-price {
	max-width: 100%;
	margin-bottom: 0;
}

.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-price .woobt-price-ori {
	display: flex;
	align-items: center;
}

.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-price .woocommerce-Price-amount {
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: var(--e-global-typography-primary-font-weight);
	text-transform: var(--e-global-typography-primary-text-transform);
	font-style: var(--e-global-typography-primary-font-style);
	text-decoration: var(--e-global-typography-primary-text-decoration);
	line-height: var(--e-global-typography-primary-line-height);
	letter-spacing: var(--e-global-typography-primary-letter-spacing);
	color: var(--e-global-color-secondary);
}

.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-price del {
	order: 2;
	margin-left: 10px;
}

.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-price del .woocommerce-Price-amount {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	text-decoration: line-through;
}

.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-price ins .woocommerce-Price-amount {
	color: var(--e-global-color-primary);
}

.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-title-inner {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
}

.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-title {
	order: 2;
	margin-bottom: 30px;
}

.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-choose {
	order: 3;
	position: relative;
}

.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-choose .checkmark {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 5px;
	background-color: #eee;
}

.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-choose .checkmark:after {
	content: "";
	position: absolute;
	left: 7px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-choose input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
	z-index: 9;
}

.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-choose input:checked ~ .checkmark {
	background-color: #84c8bb;
}

.single-product .block-single-product {
	display: flex;
	gap: 30px;
}

@media (max-width: 768px) {
	.single-product .block-single-product {
		display: block;
	}
}

.single-product .block-single-product .ul-single-product {
	list-style: none;
	margin: 0 0 40px;
	width: 50%;
}

@media (max-width: 768px) {
	.single-product .block-single-product .ul-single-product {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.single-product .block-single-product .ul-single-product li * {
		margin: auto;
	}
}

.woosc-quick-table {
	margin-top: 0;
	position: relative;
	padding: 50px 0 0;
}

@media (min-width: 768px) {
	.woosc-quick-table {
		padding: 95px 0 0;
	}
}

.woosc-quick-table > h2 {
	position: relative;
	text-align: center;
	display: block;
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	font-size: 30px;
	font-size: 1.875rem;
	margin-bottom: 20px;
	color: var(--e-global-color-secondary);
}

@media (min-width: 768px) {
	.woosc-quick-table > h2 {
		font-size: 40px;
		font-size: 2.5rem;
		margin-bottom: 46px;
	}
}

.radio-group .owcpv_custom_radio_group {
	padding-bottom: 12px;
}

.radio-group .owcpv_custom_radio_group .color_group_preview {
	border: none !important;
	width: 16px !important;
	height: 16px !important;
}

.owcpv_price_summary .owcpv_price {
	color: var(--e-global-color-secondary) !important;
}

.reviews-summary {
	display: flex;
	padding-bottom: 53px;
	max-width: 675px;
}

@media (max-width: 768px) {
	.reviews-summary {
		display: block;
		padding-bottom: 30px;
		padding-top: 20px;
		max-width: 100%;
	}
}

.reviews-summary .review-summary-detal {
	display: flex;
	flex-direction: column-reverse;
	padding-left: 20px;
}

@media (max-width: 768px) {
	.reviews-summary .review-summary-detal {
		margin-top: 10px;
		padding-left: 0;
		align-items: center;
		justify-content: center;
	}
}

.reviews-summary .review-summary-detal .review-label {
	color: #000;
	font-weight: 400;
	min-width: 60px;
	line-height: 1.2;
}

.reviews-summary .progress {
	display: flex;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 6px;
	overflow: hidden;
	font-size: 0;
	border-radius: 10px;
	background-color: var(--e-global-color-border);
	width: 315px;
	margin-left: 4px;
}

@media (max-width: 768px) {
	.reviews-summary .progress {
		width: 100%;
	}
}

.reviews-summary .progress-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: var(--primary);
	border-radius: 5px;
}

.reviews-summary .progress-bar-striped {
	background: var(--e-global-color-accent);
}

.reviews-summary .progress-bar-animated {
	animation: progress-bar-stripes .35s;
}

.reviews-summary .review-summery-item {
	align-items: center;
	display: flex;
	width: 100%;
	margin-bottom: 2px;
}

.reviews-summary .progress-title {
	display: flex;
	align-items: baseline;
	font-size: 12px;
	line-height: 1.4;
}

.reviews-summary .progress-title .review-star-number {
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	font-size: 17px;
	font-size: 1.0625rem;
	margin-right: 5px;
	width: 7px;
	letter-spacing: 0;
}

.reviews-summary .progress-title i {
	color: #f2b52f;
	margin-right: 8px;
}

.reviews-summary .review-number-count {
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	color: var(--e-global-color-lighter);
	font-size: 14px;
	font-size: .875rem;
	margin-left: 15px;
	letter-spacing: 0;
	order: 1;
}

.reviews-summary .review-summary-total {
	padding-right: 40px;
}

@media (max-width: 768px) {
	.reviews-summary .review-summary-total {
		padding-right: 0;
		border-right: none;
	}
}

.reviews-summary .review-summary-total .star-rating {
	font-size: 14px;
	height: 1em;
	margin-bottom: 7px;
}

.reviews-summary .review-summary-total .star-rating span:before {
	color: var(--F9BF00);
}

.reviews-summary .review-summary-total .review-summary-result {
	color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	font-size: 50px;
	line-height: .8;
	letter-spacing: -1px;
}

.reviews-summary .review-summary-total .review-summary-rating {
	font-size: 14px;
	font-weight: 500;
	min-height: 50px;
	display: flex;
	flex-direction: column;
}

.reviews-summary .review-summary-total .review-summary-rating .label {
	color: var(--e-global-color-lighter);
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	letter-spacing: 0;
	text-transform: lowercase;
}

.reviews-summary .review-summary-total .review-summary-info {
	display: flex;
	gap: 15px;
	align-items: flex-start;
}

.reviews-summary .review-summary-total .review-summary-btn {
	margin-top: 14px;
}

.reviews-summary .review-summary-total .review-summary-btn.review-btn {
	display: none;
}

.reviews-summary .review-summary-total .review-summary-btn .button {
	background-color: var(--e-global-color-primary);
	color: var(--body-color);
	padding: 8px 20px;
}

.reviews-summary .review-summary-total .review-summary-btn .button:hover {
	color: #fff;
}

.reviews-summary .review-summary-total .review-summary-btn .button i:before {
	margin-left: 6px;
}

/**
 * Widgets
 */
.widget_products .widgettitle {
	font-size: 32px;
	font-size: 2rem;
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	line-height: 1.3125;
}

.widget_top_rated_products .widgettitle {
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.3125;
	text-transform: capitalize;
}

.product_list_widget {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.product_list_widget li {
	display: flex;
	margin-bottom: 0 !important;
	overflow: hidden;
}

.product_list_widget li::before, .product_list_widget li::after {
	content: "";
	display: table;
}

.product_list_widget li::after {
	clear: both;
}

.product_list_widget li img {
	max-width: 93px;
	object-fit: cover;
}

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

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

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

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

.product_list_widget .product-list-inner {
	display: flex;
}

.product_list_widget .reviewer {
	font-size: .875em;
}

.product_list_widget .product-image {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.product_list_widget .product-content {
	margin-left: 20px;
	flex: 1;
}

.product_list_widget .woocommerce-loop-product__title {
	margin: 0;
}

.product_list_widget .woocommerce-loop-product__title a {
	line-height: 1.625 !important;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--e-global-color-secondary) !important;
}

.product_list_widget .woocommerce-loop-product__title a:hover {
	color: var(--e-global-color-primary) !important;
}

.product_list_widget .count-review {
	display: flex;
	gap: 6px;
	margin-bottom: 8px;
	align-items: center;
}

.product_list_widget .price {
	margin-bottom: 0;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.3;
}

.product_list_widget .price ins {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.3;
}

.product_list_widget .price del {
	font-size: 14px;
	font-size: .875rem;
	line-height: 2.0142857143;
	margin-left: 10px;
}

.product_list_widget a {
	display: block;
}

.widget ul.products li.product a {
	text-decoration: none;
}

.widget_rating_filter ul {
	margin-bottom: 0;
}

.widget_rating_filter .wc-layered-nav-rating {
	margin-bottom: 16px;
}

.widget_rating_filter .wc-layered-nav-rating.chosen a, .widget_rating_filter .wc-layered-nav-rating.chosen .count {
	color: var(--e-global-color-primary);
}

.widget_rating_filter .wc-layered-nav-rating.chosen a:before, .widget_rating_filter .wc-layered-nav-rating.chosen .count:before {
	border-color: var(--e-global-color-primary);
	background-color: var(--e-global-color-primary);
	box-shadow: rgba(19, 100, 255, .3) 0 0 0, rgba(19, 100, 255, .3) 0 0 0 2px;
}

.widget_rating_filter .wc-layered-nav-rating.chosen a:after, .widget_rating_filter .wc-layered-nav-rating.chosen .count:after {
	transition: .4s all ease;
	opacity: 1;
	visibility: visible;
}

.widget_rating_filter .wc-layered-nav-rating a {
	display: flex;
	align-items: center;
	text-decoration: none !important;
	letter-spacing: 0;
	color: var(--e-global-color-lighter);
	justify-content: space-between;
	position: relative;
}

.widget_rating_filter .wc-layered-nav-rating .star-rating {
	display: inline-block;
	height: 1em;
	line-height: 1;
	margin-right: 5px;
}

.widget_rating_filter .wc-layered-nav-rating:last-child {
	margin-bottom: 0;
}

.widget_products a {
	display: block;
}

.widget_shopping_cart .product_list_widget {
	margin-bottom: 0;
}

.widget_shopping_cart .product_list_widget li {
	position: relative;
	padding-left: 27px;
}

.widget_shopping_cart .product_list_widget li a.remove {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	opacity: 1;
}

.widget_shopping_cart .product_list_widget li a.remove:hover:before {
	color: #f33;
}

.widget_shopping_cart .product_list_widget li:first-child {
	padding-top: 1em;
}

.widget_shopping_cart .woocommerce-mini-cart-scroll {
	position: relative;
	flex: 1 1 auto;
	overflow-y: auto;
}

.widget_shopping_cart .woocommerce-mini-cart__empty-message {
	margin: 1.41577975em;
}

.widget_shopping_cart .product_list_widget {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
}

.widget_shopping_cart .product_list_widget img {
	margin-right: 1em;
	float: left;
	max-width: 85px;
}

.widget_shopping_cart .mini_cart_item {
	display: block;
	border-bottom: 1px dashed;
	border-bottom-color: var(--e-global-color-border);
}

.widget_shopping_cart .mini_cart_item a {
	color: var(--e-global-color-secondary);
	font-weight: var(--e-global-typography-primary-font-weight);
	margin-bottom: 3px;
}

.widget_shopping_cart .mini_cart_item a:hover {
	color: var(--e-global-color-primary);
}

.widget_shopping_cart .mini_cart_item .quantity {
	color: #000;
}

.widget_shopping_cart .mini_cart_item .quantity .amount {
	color: var(--e-global-color-lighter);
}

.widget_shopping_cart p.total {
	padding: 12px 15px 12px 15px;
	margin: 0;
	margin-bottom: 5px;
	border-top: 1px dashed;
	border-top-color: var(--e-global-color-border);
}

.widget_shopping_cart p.total::before, .widget_shopping_cart p.total::after {
	content: "";
	display: table;
}

.widget_shopping_cart p.total::after {
	clear: both;
}

.widget_shopping_cart p.total strong {
	color: #000;
	font-weight: var(--e-global-typography-text-font-weight);
	font-size: 18px;
	font-size: 1.125rem;
}

.widget_shopping_cart p.total .amount {
	font-size: 1.41577975em;
	float: right;
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-size: 18px;
	font-size: 1.125rem;
	color: var(--e-global-color-primary);
}

.widget_shopping_cart .buttons {
	padding: 0 0 1em;
	margin: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.widget_shopping_cart .buttons a {
	display: flex;
	justify-content: center;
	margin-bottom: .6180339845em;
	margin-right: 15px;
	margin-left: 15px;
	background-color: var(--e-global-color-primary);
	border: none;
	color: #fff;
	overflow: hidden;
}

.widget_shopping_cart .buttons a:last-child {
	margin-bottom: 0;
}

.widget_shopping_cart .buttons a img {
	margin-left: auto;
	margin-right: auto;
}

.widget_shopping_cart .buttons a:hover {
	background: var(--e-global-color-secondary);
}

.widget_rating_filter ul li a, .widget_product_categories ul li a {
	position: relative;
	color: var(--e-global-color-text);
}

.widget_rating_filter ul li a:hover, .widget_product_categories ul li a:hover {
	color: var(--e-global-color-primary);
}

.widget_rating_filter ul li .count, .widget_product_categories ul li .count {
	margin-left: 0px;
}

.widget_rating_filter li.chosen:before, .widget_rating_filter li.current-cat:before, .widget_product_categories li.chosen:before, .widget_product_categories li.current-cat:before {
	border-color: var(--e-global-color-primary);
	background-color: var(--e-global-color-primary);
}

.widget_rating_filter li.chosen:after, .widget_rating_filter li.current-cat:after, .widget_product_categories li.chosen:after, .widget_product_categories li.current-cat:after {
	transition: .4s all ease;
	opacity: 1;
	visibility: visible;
}

.widget_rating_filter li.chosen > a, .widget_rating_filter li.current-cat > a, .widget_product_categories li.chosen > a, .widget_product_categories li.current-cat > a {
	color: var(--e-global-color-primary);
}

.widget_rating_filter li.chosen > .count, .widget_rating_filter li.current-cat > .count, .widget_product_categories li.chosen > .count, .widget_product_categories li.current-cat > .count {
	color: var(--e-global-color-primary);
}

.widget_rating_filter .icon-minus, .widget_rating_filter .icon-plus, .widget_product_categories .icon-minus, .widget_product_categories .icon-plus {
	width: 20px;
	text-align: center;
	cursor: pointer;
	float: right;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.widget_rating_filter .icon-minus:hover, .widget_rating_filter .icon-plus:hover, .widget_product_categories .icon-minus:hover, .widget_product_categories .icon-plus:hover {
	color: var(--e-global-color-primary);
}

.widget_rating_filter .icon-minus:before, .widget_rating_filter .icon-plus:before, .widget_product_categories .icon-minus:before, .widget_product_categories .icon-plus:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	font-size: 14px;
	font-size: .875rem;
}

.widget_rating_filter .icon-minus:before, .widget_product_categories .icon-minus:before {
	content: "";
}

.widget_rating_filter .icon-plus:before, .widget_product_categories .icon-plus:before {
	content: "";
}

.aunuca_widget_stock .product-stock {
	margin: 0;
}

.aunuca_widget_stock .product-stock .stock-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.aunuca_widget_stock .product-stock .stock-item.chosen a {
	color: var(--e-global-color-primary);
}

.aunuca_widget_stock .product-stock .stock-item.chosen a:before {
	background-color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.aunuca_widget_stock .product-stock .stock-item.chosen a:after {
	opacity: 1;
	visibility: visible;
}

.aunuca_widget_stock .product-stock .stock-item a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	padding-left: 26px;
}

.aunuca_widget_stock .product-stock .stock-item a:before {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #fff;
	border: 1px solid var(--e-global-color-border);
	z-index: -1;
	transform: translate(0, -50%);
	border-radius: 4px;
}

.aunuca_widget_stock .product-stock .stock-item a:after {
	width: 8px;
	height: 8px;
	font-size: 8px;
	font-size: .5rem;
	position: absolute;
	top: 50%;
	left: 3px;
	z-index: 1;
	transform: translate(0, -50%);
	color: #fff;
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	opacity: 0;
	visibility: hidden;
}

.aunuca_widget_stock .product-stock .stock-item a:hover {
	color: var(--e-global-color-primary);
}

.aunuca_widget_stock .product-stock .stock-item a:hover:before {
	background-color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.aunuca_widget_stock .product-stock .stock-item a:hover:after {
	opacity: 1;
	visibility: visible;
}

.aunuca_widget_stock .product-stock .stock-item .count {
	float: right;
	color: var(--e-global-color-lighter);
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.widget_price_filter form {
	margin-bottom: 0;
}

.widget_price_filter .price_slider {
	margin-top: 25px;
	margin-bottom: 25px;
}

.widget_price_filter .price_slider_amount {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.widget_price_filter .price_slider_amount .button {
	width: unset;
	position: relative;
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	color: var(--e-global-color-secondary);
	order: 3;
	margin-left: auto;
	padding: 0 0;
	background: unset;
	border: none;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.6666666667;
	letter-spacing: 2px;
}

.widget_price_filter .price_slider_amount .button:hover, .widget_price_filter .price_slider_amount .button:focus {
	color: var(--e-global-color-primary);
}

.widget_price_filter .price_slider_amount .price_label {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.625;
	letter-spacing: 0;
	text-transform: capitalize;
}

.widget_price_filter .price_slider_amount .price_label span {
	color: var(--e-global-color-secondary);
	font-weight: 600;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	top: auto;
	z-index: 2;
	width: 12px;
	height: 12px;
	cursor: ew-resize;
	box-sizing: border-box;
	margin-top: -5px;
	margin-left: auto;
	opacity: 1;
	border-radius: 50%;
	border: 2px solid var(--e-global-color-primary);
	background-color: var(--e-global-color-primary);
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -12px;
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	border-radius: 1em;
	background-color: var(--e-global-color-primary);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 20px;
	background: #edeef1;
	background-color: var(--e-global-color-border);
	border: 0;
}

.widget_price_filter .ui-slider-horizontal {
	height: 2px;
}

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

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

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

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li {
	margin-bottom: 0;
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .aunuca-button-type {
	border-color: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aunuca-button-type {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-size: 16px;
	font-size: 1rem;
	color: var(--e-global-color-text);
	line-height: 2;
	position: relative;
	padding-left: 26px;
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aunuca-button-type:before {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #fff;
	border: 1px solid var(--e-global-color-border);
	z-index: -1;
	transform: translate(0, -50%);
	border-radius: 4px;
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aunuca-button-type:after {
	width: 8px;
	height: 8px;
	font-size: 8px;
	font-size: .5rem;
	position: absolute;
	top: 50%;
	left: 3px;
	z-index: 1;
	transform: translate(0, -50%);
	color: #fff;
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	opacity: 0;
	visibility: hidden;
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aunuca-button-type:hover {
	color: var(--e-global-color-primary);
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aunuca-button-type:hover:before {
	background-color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aunuca-button-type:hover:after {
	opacity: 1;
	visibility: visible;
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aunuca-color-type {
	position: relative;
	display: flex;
	gap: 12px;
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aunuca-color-type:hover .color-name {
	color: var(--e-global-color-primary);
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aunuca-color-type .color-label {
	width: 21px;
	height: 21px;
	display: block;
	position: relative;
	border-radius: 50%;
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aunuca-color-type .color-name {
	letter-spacing: 0;
	text-transform: capitalize;
	transition: .3s all ease;
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .count {
	letter-spacing: 0;
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aunuca-image-type {
	display: block;
	min-width: 90px;
	margin-top: 5px;
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aunuca-image-type img {
	margin: auto;
	opacity: .2;
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aunuca-image-type .image-count {
	display: block;
	text-align: center;
	color: var(--e-global-color-lighter);
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aunuca-image-type .image-name {
	display: block;
	text-align: center;
	margin-top: 10px;
	color: var(--e-global-color-secondary);
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aunuca-image-type:hover img {
	opacity: 1;
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .aunuca-image-type img {
	opacity: 1;
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .aunuca-image-type .image-name {
	color: var(--e-global-color-primary);
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .aunuca-button-type {
	color: var(--e-global-color-primary);
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .aunuca-button-type:before {
	background-color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .aunuca-button-type:after {
	opacity: 1;
	visibility: visible;
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list-vertical {
	flex-direction: column;
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list-vertical li .aunuca-color-type {
	display: flex;
	align-items: center;
}

.aunuca_widget_layered_nav ul.woocommerce-widget-layered-nav-list-vertical li .aunuca-color-type .color-name {
	display: inline-flex;
}

.ajax-search .site-header-search .button-search-popup {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: none;
	width: 100%;
	height: unset;
}

.ajax-search .site-header-search i {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1;
	margin-bottom: 10px;
	color: var(--e-global-color-secondary);
}

.ajax-search .site-header-search .content {
	font-size: 14px;
	font-size: .875rem;
	line-height: 14px;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-secondary);
}

.ajax-search .site-header-search:hover i {
	color: var(--e-global-color-secondary);
}

.search-by-category {
	display: none;
}

.enable-category-yes .search-by-category {
	display: block;
}

@media (max-width: 567px) {
	.search-by-category {
		display: none;
	}
}

.search-by-category .input-dropdown-inner {
	height: 44px;
	line-height: 44px;
	width: 215px;
	position: relative;
}

.search-by-category .input-dropdown-inner:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: var(--e-global-color-border);
	width: 1px;
	height: 23px;
}

.search-by-category .input-dropdown-inner > a {
	display: block;
	padding-right: 25px;
	padding-left: 30px;
	color: var(--e-global-color-secondary);
	position: relative;
}

.search-by-category .input-dropdown-inner > a span {
	width: 135px;
	display: block;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

.search-by-category .input-dropdown-inner > a:after {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	font-size: 1.25rem;
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
}

.search-by-category .input-dropdown-inner select.dropdown_product_cat_ajax {
	line-height: 44px;
	height: 44px;
	padding: 0 15px;
	display: none;
	border: none;
	background-color: transparent;
}

.search-by-category .list-wrapper {
	position: absolute;
	top: 100%;
	left: 1px;
	z-index: 300;
	display: none;
	margin-top: 1px;
	height: auto;
	background-color: #fff;
	text-align: left;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.search-by-category .list-wrapper .aunuca-scroll-content {
	position: relative;
	max-height: 255px;
	min-width: 214px;
	overflow-y: auto;
	margin-bottom: 0;
}

.search-by-category ul li {
	margin-bottom: 0;
}

.search-by-category ul li a {
	display: block;
	padding: 5px 25px;
	color: var(--e-global-color-secondary);
	line-height: 20px;
	white-space: nowrap;
}

.search-by-category ul li a:focus, .search-by-category ul li a:hover {
	background-color: #f9f9f9;
	color: var(--e-global-color-primary);
}

.search-by-category ul li.current-item > a {
	background-color: #f4f4f4;
	color: var(--e-global-color-secondary);
}

.search-by-category ul .children {
	margin-top: 0;
	display: none;
}

.search-by-category ul .children > li > a {
	padding-left: 15px;
	color: var(--e-global-color-lighter);
}

.search-by-category ul .children > li > a:focus, .search-by-category ul .children > li > a:hover {
	background-color: #f9f9f9;
	color: var(--e-global-color-primary);
}

.search-by-category ul .children .cat-item a span {
	color: var(--e-global-color-accent);
}

.search-by-category ul .children .cat-item a:focus, .search-by-category ul .children .cat-item a:hover {
	background-color: #f9f9f9;
	color: var(--e-global-color-secondary);
}

.product-brands a, .wc-brand-list-layered-nav-product_brand a, .widget_product_categories a {
	position: relative;
	padding-left: 26px;
	line-height: 2;
	color: var(--e-global-color-text);
}

.product-brands a:hover, .wc-brand-list-layered-nav-product_brand a:hover, .widget_product_categories a:hover {
	color: var(--e-global-color-primary);
}

.product-brands a:before, .wc-brand-list-layered-nav-product_brand a:before, .widget_product_categories a:before {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #fff;
	border: 1px solid var(--e-global-color-border);
	z-index: -1;
	transform: translate(0, -50%);
	border-radius: 4px;
}

.product-brands a:after, .wc-brand-list-layered-nav-product_brand a:after, .widget_product_categories a:after {
	width: 8px;
	height: 8px;
	font-size: 8px;
	font-size: .5rem;
	position: absolute;
	top: 50%;
	left: 3px;
	z-index: 1;
	transform: translate(0, -50%);
	color: #fff;
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	opacity: 0;
	visibility: hidden;
}

.product-brands a:hover:before, .wc-brand-list-layered-nav-product_brand a:hover:before, .widget_product_categories a:hover:before {
	background-color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.product-brands a:hover:after, .wc-brand-list-layered-nav-product_brand a:hover:after, .widget_product_categories a:hover:after {
	opacity: 1;
	visibility: visible;
}

.product-brands .cat-item a, .wc-brand-list-layered-nav-product_brand .cat-item a, .widget_product_categories .cat-item a {
	display: inline-flex !important;
}

.product-brands .count, .wc-brand-list-layered-nav-product_brand .count, .widget_product_categories .count {
	float: right;
}

.product-brands ul.children, .wc-brand-list-layered-nav-product_brand ul.children, .widget_product_categories ul.children {
	margin-top: 0;
}

.product-brands li, .wc-brand-list-layered-nav-product_brand li, .widget_product_categories li {
	position: relative;
}

.product-brands li:last-child, .wc-brand-list-layered-nav-product_brand li:last-child, .widget_product_categories li:last-child {
	margin-bottom: 0;
}

.product-brands li.chosen a, .product-brands li.chosen .count, .wc-brand-list-layered-nav-product_brand li.chosen a, .wc-brand-list-layered-nav-product_brand li.chosen .count, .widget_product_categories li.chosen a, .widget_product_categories li.chosen .count {
	color: var(--e-global-color-primary);
}

.product-brands li.chosen a:before, .product-brands li.chosen .count:before, .wc-brand-list-layered-nav-product_brand li.chosen a:before, .wc-brand-list-layered-nav-product_brand li.chosen .count:before, .widget_product_categories li.chosen a:before, .widget_product_categories li.chosen .count:before {
	background-color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.product-brands li.chosen a:after, .product-brands li.chosen .count:after, .wc-brand-list-layered-nav-product_brand li.chosen a:after, .wc-brand-list-layered-nav-product_brand li.chosen .count:after, .widget_product_categories li.chosen a:after, .widget_product_categories li.chosen .count:after {
	opacity: 1;
	visibility: visible;
}

.product-brands .count, .wc-brand-list-layered-nav-product_brand .count, .widget_product_categories .count {
	color: var(--e-global-color-lighter);
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	line-height: 2;
}

.widget_product_categories li.current-cat > a {
	color: var(--e-global-color-primary);
}

.widget_product_categories li.current-cat > a:before {
	background-color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.widget_product_categories li.current-cat > a:after {
	opacity: 1;
	visibility: visible;
}

.widget_product_categories li.current-cat > i[class*=icon-] {
	color: #fff;
}

.widget_product_categories .icon-minus, .widget_product_categories .icon-plus {
	text-align: center;
	cursor: pointer;
	float: right;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	top: 7px;
	z-index: 99;
}

.widget_product_categories .icon-minus:before, .widget_product_categories .icon-plus:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	font-size: 12px;
	font-size: .75rem;
}

.widget_product_categories i[class*=icon-] {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	top: 7px;
	z-index: 99;
}

.widget_product_categories .icon-minus:before {
	content: "";
}

.widget_product_categories .icon-plus:before {
	content: "";
}

.widget.woocommerce .widget-content ul {
	list-style: none;
}

.widget.woocommerce .widget-content ul li {
	margin: 0;
	list-style: none;
}

.widget.woocommerce .widget-content ul li a {
	position: relative;
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
	color: var(--e-global-color-text);
}

.widget.woocommerce .widget-content ul li a:hover {
	color: var(--e-global-color-primary);
}

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

.widget.woocommerce .widget-content ul li.chosen > a, .widget.woocommerce .widget-content ul li.chosen > .count, .widget.woocommerce .widget-content ul li.current-cat > a, .widget.woocommerce .widget-content ul li.current-cat > .count {
	color: var(--e-global-color-primary);
}

.widget.woocommerce .widget-content ul.product-categories li, .widget.woocommerce .widget-content ul.product-brands li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.widget.woocommerce .widget-content ul.product-categories li .children, .widget.woocommerce .widget-content ul.product-brands li .children {
	width: 100%;
}

.widget.woocommerce .widget-content > ul > li:hover > .count {
	color: var(--e-global-color-primary);
}

.widget.woocommerce .widget-content > ul > li ul > li:hover > .count {
	color: var(--e-global-color-primary);
}

/**
 * Cart
 */
@media (min-width: 768px) {
	table.cart {
		margin-bottom: 3.7065595576em;
	}
}

table.cart .quantity_label {
	display: none;
}

table.cart thead {
	border-bottom: 1px solid;
	border-bottom-color: var(--e-global-color-border);
}

table.cart th {
	text-transform: uppercase;
	color: var(--e-global-color-secondary);
	font-weight: var(--e-global-typography-primary-font-weight);
}

table.cart td, table.cart th {
	padding: 2em 0 0;
}

table.cart tr td {
	text-align: left;
	border-color: var(--e-global-color-border);
}

@media (max-width: 767px) {
	table.cart tr td {
		text-align: right;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	table.cart tr td:not(:last-child) {
		border-style: solid;
		border-width: 0 0 1px 0;
	}
	
	table.cart tr td .quantity {
		margin-top: 30px;
	}
}

table.cart tr td[data-title]::before {
	font-size: 14px;
	font-size: .875rem;
	text-transform: uppercase;
	color: var(--e-global-color-secondary);
	font-weight: var(--e-global-typography-text-font-weight);
}

table.cart tr:first-child td.product-remove {
	border-top-width: 0;
}

table.cart td.product-thumbnail img {
	margin: auto;
	max-width: 90px;
	border-radius: 10px;
}

table.cart td.product-thumbnail::before {
	display: none;
}

@media (max-width: 767px) {
	table.cart td.product-thumbnail {
		position: absolute;
		left: 10px;
		top: 15px;
		padding: 0;
		border: none !important;
	}
}

table.cart td.product-remove {
	padding: 0;
	position: relative;
}

@media (max-width: 767px) {
	table.cart td.product-remove {
		position: absolute;
		top: 18px;
		right: 20px;
		z-index: 1;
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
		font-size: 11px;
		font-size: .6875rem;
	}
}

table.cart td.product-remove a.remove {
	position: absolute;
	font-size: 1.41577975em;
	top: -8px;
	left: -6px;
}

table.cart td.product-remove a.remove::before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-indent: 0;
	text-align: center;
}

table.cart td.product-remove a.remove:hover:before, table.cart td.product-remove a.remove:active:before {
	color: red;
}

table.cart td.product-name:before {
	margin-right: 1em;
}

table.cart td.product-name a {
	text-decoration: none !important;
	color: var(--e-global-color-secondary);
}

table.cart td.product-name a:hover {
	color: var(--e-global-color-primary);
}

@media (max-width: 767px) {
	table.cart td.product-name {
		text-align: left;
		border-width: 0;
		padding-right: 30px;
	}
	
	table.cart td.product-name:before {
		display: none;
	}
}

table.cart td.product-price .amount {
	color: var(--e-global-color-secondary);
}

table.cart td.product-quantity .qty {
	border-width: 1px;
	padding: 0;
	font-weight: var(--e-global-typography-text-font-weight);
	color: #000;
}

table.cart td.product-subtotal {
	padding-bottom: 1.41577975em;
}

@media (min-width: 768px) {
	table.cart td.product-subtotal {
		padding-bottom: 2.290779772em;
	}
}

table.cart td.product-subtotal .amount {
	color: var(--e-global-color-secondary);
	font-weight: var(--e-global-typography-primary-font-weight);
}

table.cart .cart_item {
	margin-bottom: 1em;
	border-bottom: 1px solid;
	border-bottom-color: var(--e-global-color-border);
}

@media (max-width: 767px) {
	table.cart .cart_item {
		padding-left: 120px;
		position: relative;
		display: block;
	}
}

table.cart td.actions {
	background-color: transparent;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
}

@media (min-width: 768px) {
	table.cart td.actions {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	table.cart td.actions {
		display: flex;
		flex-direction: column-reverse;
	}
}

table.cart td.actions label {
	display: none;
}

table.cart td.actions .coupon {
	position: relative;
	margin-bottom: 1.5em;
	text-align: left;
	border-color: var(--e-global-color-border);
}

@media (max-width: 767px) {
	table.cart td.actions .coupon {
		padding: 25px 30px 30px;
		border-style: solid;
		border-width: 2px;
		margin-bottom: 0;
		margin-top: 1.5em;
	}
}

table.cart td.actions .coupon .input-text {
	min-width: 220px;
	margin-right: 10px;
	border-radius: 30px;
}

table.cart td.actions .coupon .input-text:focus {
	border-color: var(--e-global-color-accent);
}

table.cart td.actions .coupon button[type=submit] {
	border: none;
}

@media (max-width: 767px) {
	table.cart td.actions .coupon button[type=submit] {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	table.cart td.actions .coupon button[type=submit] {
		padding: 15px 25px;
	}
}

table.cart td.actions input {
	display: block;
	width: 100%;
	margin: .5407797364em 0;
}

table.cart td.actions button[name=update_cart] {
	border: none;
}

@media (max-width: 767px) {
	table.cart td.actions button[name=update_cart] {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	table.cart td.actions button[name=update_cart] {
		padding: 15px 25px;
	}
}

.woocommerce-cart-form {
	margin-bottom: 0;
}

.woocommerce-cart-form table td {
	vertical-align: middle;
}

.cart_totals {
	padding: 30px 30px 40px;
	position: relative;
	border: 6px solid var(--e-global-color-border);
	border-radius: 10px;
}

.cart_totals > h2 {
	font-size: 28px;
	font-size: 1.75rem;
	margin-bottom: 15px;
}

.cart_totals table th {
	color: var(--e-global-color-secondary);
	font-size: 18px;
	font-size: 1.125rem;
}

.cart_totals table th, .cart_totals table td {
	padding: 1em 0;
}

.cart_totals .cart-subtotal {
	border-bottom: 1px solid;
	border-bottom-color: var(--e-global-color-border);
	color: var(--e-global-color-secondary);
	font-size: 18px;
	font-size: 1.125rem;
}

.cart_totals .cart-subtotal .amount {
	color: var(--e-global-color-secondary);
	font-size: 18px;
	font-size: 1.125rem;
}

.cart_totals .order-total {
	border-top: 1px solid;
	border-top-color: var(--e-global-color-border);
	color: var(--e-global-color-secondary);
}

.cart_totals .order-total th {
	vertical-align: middle;
}

.cart_totals .order-total td {
	font-size: 18px;
	font-size: 1.125rem;
	padding: .5em 0;
}

.cart_totals .order-total .amount {
	color: var(--e-global-color-primary);
	font-size: 24px;
	font-size: 1.5rem;
}

.cart_totals .checkout-button {
	display: flex;
	border-width: 1px 3px 3px 1px;
}

.woocommerce-shipping-calculator {
	margin: 0;
}

.woocommerce-shipping-calculator > p:first-child {
	margin: 0;
}

.woocommerce-shipping-calculator .shipping-calculator-form {
	padding-top: 1.41577975em;
}

.woocommerce-shipping-destination {
	margin-bottom: 0;
}

ul#shipping_method {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

ul#shipping_method li {
	margin-bottom: .2360679726em;
}

ul#shipping_method li:last-child {
	margin-bottom: 0;
}

ul#shipping_method input {
	margin-right: .3342202552em;
}

ul#shipping_method input[type=radio] + label {
	margin-left: 0;
	color: var(--e-global-color-secondary);
}

ul#shipping_method input[type=radio]:first-child:checked + label:after {
	color: var(--e-global-color-primary);
}

.cart-collaterals {
	margin-bottom: 30px;
}

.woocommerce-checkout ul#shipping_method {
	margin-bottom: 0;
}

.site-header-cart .widget_shopping_cart {
	border-color: var(--e-global-color-border);
}

.site-header-cart .widget.widget_shopping_cart {
	border-top-color: var(--e-global-color-primary);
}

.woocommerce-cart .site-content {
	margin-bottom: 6.8541021569em;
}

.woocommerce-cart .cart-empty {
	background-color: transparent;
	border: none;
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
	color: var(--e-global-color-secondary);
}

.woocommerce-cart .cart-empty:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	font-size: 164px;
	color: var(--e-global-color-lighter);
	display: block;
	margin-bottom: 50px;
}

.woocommerce-cart .return-to-shop {
	text-align: center;
}

.woocommerce-cart .return-to-shop a {
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	padding: 1.125rem 2.25rem;
	font-size: 14px;
	font-size: .875rem;
	border-radius: 30px;
	white-space: nowrap;
	background-color: var(--e-global-color-accent);
	color: #fff;
	justify-content: center;
	position: relative;
	overflow: hidden;
	display: inline-block;
	border-color: transparent;
	gap: 8px;
	text-transform: capitalize;
	line-height: 1.25rem;
	letter-spacing: 2px;
}

.woocommerce-cart .return-to-shop a .elementor-button-content-wrapper {
	overflow: hidden;
}

.woocommerce-cart .return-to-shop a span {
	z-index: 2;
}

.woocommerce-cart .return-to-shop a span i, .woocommerce-cart .return-to-shop a span svg {
	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce-cart .return-to-shop a:hover {
	color: #fff;
	background-color: var(--e-global-color-secondary);
}

.cross-sells h2 {
	margin-bottom: 30px;
	font-size: 28px;
	font-size: 1.75rem;
}

.cross-sells .slick-list li.product {
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

.cross-sells .slick-slider .slick-dots {
	bottom: -30px;
}

/**
 * Checkout
 *
 * 1 - Required to make the blockUI overlay cover the entire page rather than just the checkout form. We do this because
 *     otherwise our sticky order review can break out of the checkout form (and the blockUI element).
 */
.checkout_coupon {
	margin-bottom: 2.6180340252em;
	display: grid;
	max-width: 622px;
}

.checkout_coupon p:first-child {
	grid-column: 1/span 2;
}

.checkout_coupon .form-row-first {
	margin-right: 0;
	width: 100%;
}

.checkout_coupon .form-row-last {
	width: unset;
	float: left;
}

.checkout_coupon .input-text {
	width: 100%;
}

.checkout_coupon .input-text:focus {
	border-color: var(--e-global-color-accent);
}

.checkout_coupon button[type=submit] {
	margin-left: 20px;
}

form.checkout {
	position: static !important;
}

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

form.checkout::after {
	clear: both;
}

form.checkout > .blockUI {
	position: fixed !important;
}

form.checkout h3 {
	font-size: 28px;
	font-size: 1.75rem;
}

#order_review {
	padding: 30px 30px 40px;
	position: relative;
	border-radius: 5px;
	border: 6px solid var(--e-global-color-border);
}

#order_review #order_review_heading {
	font-size: 28px;
	font-size: 1.75rem;
}

#order_review table {
	margin-bottom: 0;
}

#order_review table td, #order_review table th {
	padding: 1em 0;
}

#order_review .woocommerce-checkout-review-order-table thead th, #order_review .woocommerce-checkout-review-order-table thead td {
	border: none;
}

#order_review .woocommerce-checkout-review-order-table th {
	color: var(--e-global-color-secondary);
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: var(--e-global-typography-primary-font-weight);
}

#order_review .woocommerce-checkout-review-order-table th.product-total {
	text-align: right;
}

#order_review .woocommerce-checkout-review-order-table td {
	text-align: right;
	vertical-align: middle;
}

#order_review .woocommerce-checkout-review-order-table td.product-name {
	text-align: left;
}

#order_review .woocommerce-checkout-review-order-table th, #order_review .woocommerce-checkout-review-order-table td {
	border-top: 1px solid;
	border-top-color: var(--e-global-color-border);
}

#order_review .woocommerce-checkout-review-order-table .cart-subtotal .amount {
	color: var(--e-global-color-secondary);
}

#order_review .woocommerce-checkout-review-order-table .order-total th {
	vertical-align: middle;
}

#order_review .woocommerce-checkout-review-order-table .order-total .amount {
	font-size: 24px;
	font-size: 1.5rem;
	color: var(--e-global-color-primary);
	font-weight: var(--e-global-typography-primary-font-weight);
}

#payment::before, #payment::after {
	content: "";
	display: table;
}

#payment::after {
	clear: both;
}

#payment .create-account {
	clear: both;
}

#payment .payment_methods {
	margin: 0;
	padding: 0;
}

#payment .payment_methods > .woocommerce-PaymentMethod, #payment .payment_methods > .wc_payment_method {
	border-bottom: 1px solid;
	border-bottom-color: var(--e-global-color-border);
}

#payment .payment_methods > .woocommerce-PaymentMethod > label, #payment .payment_methods > .wc_payment_method > label {
	display: block;
	padding: 1em 0;
	cursor: pointer;
	font-size: 14px;
	font-size: .875rem;
	margin-left: 0;
}

#payment .payment_methods li {
	list-style: none !important;
	margin-left: 0;
	position: relative;
}

#payment .payment_methods li img {
	float: right;
	border: 0;
	padding: 0;
	max-height: 1.618034em;
}

#payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child:checked + label::before, #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label::before {
	color: var(--e-global-color-primary);
}

#payment .payment_methods li > label {
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-secondary);
}

#payment .payment_methods li p {
	margin: 0;
}

#payment .payment_methods li .payment_box {
	padding: 1em 1.618034em 2em;
	font-size: .875em;
}

#payment .payment_methods li .payment_box fieldset {
	border: 0;
	margin: 0;
	padding: 1em 0 0;
	font-size: .875em;
}

#payment .payment_methods li .payment_box fieldset label {
	width: auto;
	margin-left: 0;
}

#payment .payment_methods li .payment_box fieldset .form-row {
	margin-bottom: 1em;
}

#payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
	margin-right: 5px;
}

#payment .payment_methods li .payment_box fieldset #cvv {
	width: 22% !important;
}

#payment .payment_methods li .payment_box fieldset .help {
	width: 75%;
	float: right;
}

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
	padding-top: 1em;
	margin: 0;
}

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
	margin-top: .6180339845em;
}

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
	margin-right: .236em;
}

#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
	margin-left: 0;
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number, #payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry, #payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
	font-size: 1.41577975em;
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
	background-repeat: no-repeat;
	background-position: right .6180339845em center;
	background-size: 31px 20px;
	background-image: url("https://belanovaindustries.com/wp-content/themes/assets/images/credit-cards/unknown.svg");
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.nitro-lazy {
	background-image: none !important;
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
	background-image: url("https://belanovaindustries.com/wp-content/themes/assets/images/credit-cards/visa.svg");
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa.nitro-lazy {
	background-image: none !important;
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
	background-image: url("https://belanovaindustries.com/wp-content/themes/assets/images/credit-cards/mastercard.svg");
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard.nitro-lazy {
	background-image: none !important;
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
	background-image: url("https://belanovaindustries.com/wp-content/themes/assets/images/credit-cards/laser.svg");
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser.nitro-lazy {
	background-image: none !important;
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
	background-image: url("https://belanovaindustries.com/wp-content/themes/assets/images/credit-cards/diners.svg");
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub.nitro-lazy {
	background-image: none !important;
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
	background-image: url("https://belanovaindustries.com/wp-content/themes/assets/images/credit-cards/maestro.svg");
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro.nitro-lazy {
	background-image: none !important;
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
	background-image: url("https://belanovaindustries.com/wp-content/themes/assets/images/credit-cards/jcb.svg");
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb.nitro-lazy {
	background-image: none !important;
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
	background-image: url("https://belanovaindustries.com/wp-content/themes/assets/images/credit-cards/amex.svg");
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex.nitro-lazy {
	background-image: none !important;
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
	background-image: url("https://belanovaindustries.com/wp-content/themes/assets/images/credit-cards/discover.svg");
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover.nitro-lazy {
	background-image: none !important;
}

#payment .terms {
	width: 100%;
	clear: both;
	float: none;
	margin-bottom: 1em;
}

#payment .terms label {
	display: block;
	cursor: pointer;
}

#payment .woocommerce-terms-and-conditions {
	padding: 1em;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
	margin-bottom: 16px;
	background-color: rgba(0, 0, 0, .05);
}

#payment .place-order {
	margin-top: 1.618034em;
	margin-bottom: 0;
	float: none;
	width: 100%;
}

#payment .place-order .button {
	width: 100%;
	white-space: pre-wrap;
	background-color: var(--e-global-color-primary);
	color: #fff;
	border: none;
}

#payment .place-order .button:hover {
	background-color: var(--e-global-color-secondary);
}

table.woocommerce-checkout-review-order-table .product-name {
	width: 45%;
	word-wrap: break-word;
}

table.woocommerce-checkout-review-order-table .product-quantity {
	font-weight: var(--e-global-typography-text-font-weight);
}

table.woocommerce-checkout-review-order-table .variation, table.woocommerce-checkout-review-order-table .product-quantity {
	color: var(--e-global-color-text);
}

table.woocommerce-checkout-review-order-table .variation dt {
	font-weight: var(--e-global-typography-text-font-weight);
}

.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
	display: none;
}

.woocommerce-checkout .form-row .select2-container--default .select2-selection--single {
	border-color: var(--e-global-color-border);
}

.woocommerce-checkout .woocommerce form.woocommerce-form-login {
	margin-left: 0;
	margin-top: 30px;
	max-width: 505px;
}

.woocommerce-checkout .woocommerce form.woocommerce-form-login .form-row-last, .woocommerce-checkout .woocommerce form.woocommerce-form-login .form-row-first {
	width: 100%;
	margin-right: 0;
}

.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid var(--e-global-color-border);
}

.woocommerce-checkout .select2-dropdown {
	border: 1px solid var(--e-global-color-border);
}

.woocommerce-form-login-toggle .woocommerce-info, .woocommerce-form-coupon-toggle .woocommerce-info {
	padding: 0;
	border: 0;
	background-color: transparent;
	color: var(--e-global-color-text);
}

.woocommerce-form-login-toggle .woocommerce-info a, .woocommerce-form-coupon-toggle .woocommerce-info a {
	color: var(--e-global-color-primary);
}

.woocommerce-form-login-toggle .woocommerce-info {
	margin-bottom: 10px;
}

.woocommerce-order .woocommerce-thankyou-order-received {
	color: #0f834d;
	background-color: #f8f8f8;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: var(--e-global-typography-primary-font-weight);
	text-align: center;
	padding: 2.290779772em 1.41577975em;
}

.woocommerce-order .woocommerce-order-details__title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.618034em;
}

.woocommerce-order .woocommerce-customer-details h2 {
	font-size: 1.618034em;
}

@media (min-width: 768px) {
	.woocommerce-order ul.order_details {
		display: flex;
		justify-content: center;
		max-width: 100%;
	}
	
	.woocommerce-order ul.order_details li {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.woocommerce-order ul.order_details li:first-child {
		padding-top: 0;
	}
	
	.woocommerce-order ul.order_details li:last-child {
		padding-bottom: 0;
	}
	
	.woocommerce-order ul.woocommerce-thankyou-order-details li {
		width: 20%;
		margin: 0 !important;
	}
}

.woocommerce-order .woocommerce-table--order-details {
	max-width: 900px;
	margin: 1.41577975em auto 5.9973393873em;
}

.woocommerce-order .woocommerce-table--order-details th {
	color: var(--e-global-color-secondary);
}

.woocommerce-order .woocommerce-table--order-details tr td:last-child, .woocommerce-order .woocommerce-table--order-details tr th:last-child {
	text-align: right;
}

.woocommerce-order .woocommerce-table--order-details td, .woocommerce-order .woocommerce-table--order-details th {
	border-top: 1px solid;
	border-top-color: var(--e-global-color-border);
	padding-left: 0;
	padding-right: 0;
}

.woocommerce-order .woocommerce-table--order-details thead td, .woocommerce-order .woocommerce-table--order-details thead th {
	border-top: 0;
	border-bottom: 2px solid;
	border-bottom-color: var(--e-global-color-border);
}

.woocommerce-order .woocommerce-table--order-details .product-name a {
	color: var(--e-global-color-text);
}

.woocommerce-order .woocommerce-table--order-details .product-name a:hover {
	color: var(--e-global-color-primary);
}

.woocommerce-order .woocommerce-table--order-details tfoot {
	color: var(--e-global-color-secondary);
}

.woocommerce-order .woocommerce-table--order-details tfoot .amount {
	font-weight: var(--e-global-typography-primary-font-weight);
}

.woocommerce-order .woocommerce-table--order-details tfoot tr:last-child .amount {
	font-weight: var(--e-global-typography-primary-font-weight);
	font-size: 1.618034em;
	color: var(--e-global-color-primary);
}

form.woocommerce-form-track-order label {
	font-size: 20px;
	font-size: 1.25rem;
	display: block;
	color: var(--e-global-color-secondary);
	margin-bottom: 10px;
}

form.woocommerce-form-track-order input, form.woocommerce-form-track-order button {
	width: 100%;
	margin-bottom: 30px;
}

@media (min-width: 1024px) {
	form.woocommerce-form-track-order button {
		margin-top: 42px;
	}
}

/*=======================
* MODAL POPUP STYLE
========================*/
#woosq-popup .product .summary {
	background-color: var(--body-color);
}

#woosq-popup .product .summary .summary-content form.cart .woosw-btn.woosw-added:before {
	color: red;
}

#woosq-popup .product .summary .summary-content form.cart .woosc-btn {
	margin-right: 0;
}

#woosq-popup .product .slick-track {
	max-height: unset;
}

#woosq-popup .product .slick-slider {
	overflow: unset !important;
}

#woosq-popup .product .slick-slider .slick-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid;
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .1);
	border-color: var(--e-global-color-border);
	border-radius: 50%;
	background-color: var(--body-color);
	visibility: hidden;
	opacity: 0;
	letter-spacing: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#woosq-popup .product .slick-slider .slick-arrow:hover {
	background-color: var(--body-color);
	border-color: var(--e-global-color-primary);
}

#woosq-popup .product .slick-slider .slick-arrow:hover:before {
	color: var(--e-global-color-primary);
}

#woosq-popup .product .slick-slider .slick-arrow:before {
	line-height: 1;
	color: var(--e-global-color-secondary);
	background-color: transparent;
}

#woosq-popup .product .slick-slider .slick-arrow.slick-next {
	right: 10px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

#woosq-popup .product .slick-slider .slick-arrow.slick-prev {
	left: 10px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#woosq-popup .product .slick-slider:hover .slick-arrow.slick-prev, #woosq-popup .product .slick-slider:hover .slick-arrow.slick-next {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#woosq-popup .product .slick-slider .slick-dots {
	display: none !important;
}

#woosq-popup .single-product div.product .woocommerce-product-rating {
	margin-bottom: 10px;
}

#woosq-popup .single-product div.product .product_meta {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

#woosq-popup .single-product div.product form.cart .quantity {
	width: auto;
}

.mfp-woosq .mfp-close:before {
	color: var(--e-global-color-secondary);
}

.mfp-woosq .mfp-close:hover {
	border: none;
}

/**
 * Password strength meter
 */
.woocommerce-account .entry-header {
	display: none;
}

.woocommerce-password-strength {
	font-weight: var(--e-global-typography-primary-font-weight);
	padding: .5407797364em 0;
	text-align: right;
	font-size: .875em;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #f33;
}

.woocommerce-password-strength.bad {
	color: #f33;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * My Account
 */
label.inline {
	display: inline !important;
	margin-left: 1em;
}

.woocommerce-MyAccount-navigation ul {
	margin-left: 0;
	border-top: 1px solid;
	border-top-color: var(--e-global-color-border);
}

.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px dashed;
	border-bottom-color: var(--e-global-color-border);
	position: relative;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
	text-decoration: none;
	padding: .875em 0;
	display: block;
	color: var(--e-global-color-secondary);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
	color: var(--e-global-color-primary);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
	color: var(--e-global-color-primary);
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a::before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
}

ul.order_details {
	list-style: none;
	position: relative;
	max-width: 900px;
	margin: 0 auto 1.618034em;
}

ul.order_details::before, ul.order_details::after {
	content: "";
	display: table;
}

ul.order_details::after {
	clear: both;
}

ul.order_details li {
	padding: 1em 1.618034em;
	text-align: center;
	border-color: var(--e-global-color-border);
}

ul.order_details li:first-child {
	padding-top: 1.618034em;
	border: 0;
}

ul.order_details li:last-child {
	padding-bottom: 1.618034em;
}

ul.order_details li:last-child::before, ul.order_details li:last-child::after {
	content: "";
	display: table;
}

ul.order_details li:last-child::after {
	clear: both;
}

ul.order_details li strong {
	display: block;
	text-transform: none;
	color: var(--e-global-color-secondary);
}

.my_account_orders .button, .woocommerce-MyAccount-downloads .button {
	padding: .6180339845em .875em;
	font-size: .875em;
	margin-right: .236em;
}

.woocommerce-MyAccount-content h2 {
	font-size: 2em;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.woocommerce-MyAccount-content #payment .payment_methods {
	margin-bottom: 1.618034em !important;
}

/**
 * My Account
 */
.woocommerce-MyAccount-content .woocommerce-Pagination {
	text-align: center;
}

.woocommerce-MyAccount-content table th {
	color: var(--e-global-color-secondary);
}

.woocommerce-MyAccount-content table thead th {
	background-color: rgba(0, 0, 0, .05);
}

.woocommerce-MyAccount-content table tr:nth-of-type(even) {
	background-color: rgba(0, 0, 0, .05);
}

.woocommerce-MyAccount-content .order_details a:not(.button) {
	color: var(--e-global-color-secondary);
}

.woocommerce-MyAccount-content .order_details a:not(.button):hover {
	text-decoration: underline;
}

.woocommerce-MyAccount-content .order_details .product-quantity {
	color: var(--e-global-color-lighter);
}

.woocommerce-MyAccount-content .order_details .product-total .amount {
	font-weight: var(--e-global-typography-primary-font-weight);
}

.woocommerce-MyAccount-content .order_details tfoot .amount {
	font-weight: var(--e-global-typography-primary-font-weight);
	font-size: 1.41577975em;
	color: var(--e-global-color-secondary);
}

.woocommerce-MyAccount-content .order-again {
	margin-bottom: 3.7065595576em;
}

.register-from-title, .login-form-title {
	font-size: 28px;
	font-size: 1.75rem;
	margin-bottom: 40px;
}

.login-form-col {
	border: none;
}

form.woocommerce-form-register {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	form.woocommerce-form-register {
		margin-right: 0;
		margin-left: 0;
	}
}

form.woocommerce-form-register button[type=submit] {
	display: block;
	width: 100%;
	min-height: 60px;
}

form.woocommerce-form-register button[type=submit]:hover {
	background-color: var(--e-global-color-secondary);
}

form.woocommerce-form-register .form-row-wide {
	margin-bottom: 32px;
}

form.woocommerce-form-register .form-row:last-child {
	margin: 0;
}

form.woocommerce-form-register .form-row label {
	line-height: 28px;
	margin-bottom: 5px;
}

form.woocommerce-form-register .woocommerce-privacy-policy-text {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.col2-set#customer_login form.woocommerce-form-login {
		margin-right: 0;
	}
}

form.woocommerce-form-login .woocommerce-form-login-wrap {
	margin-bottom: 30px;
}

form.woocommerce-form-login .woocommerce-form-row--wide {
	margin-bottom: 15px;
}

form.woocommerce-form-login button[type=submit] {
	display: block;
	width: 100%;
	min-height: 60px;
}

form.woocommerce-form-login button[type=submit]:hover {
	background-color: var(--e-global-color-secondary);
}

form.woocommerce-form-login .woocommerce-form__label-for-checkbox {
	float: left;
	display: flex;
	align-items: center;
	margin-bottom: 40px !important;
}

form.woocommerce-form-login .woocommerce-LostPassword {
	text-align: right;
	margin-bottom: 0;
}

form.woocommerce-form-login .woocommerce-LostPassword a {
	color: var(--e-global-color-text);
	text-decoration: underline;
}

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

form.woocommerce-form-login .form-row label {
	line-height: 28px;
	margin-bottom: 5px;
}

.woocommerce, .woocommerce-page {}

.woocommerce form .password-input, .woocommerce-page form .password-input {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.woocommerce form .password-input input[type=password], .woocommerce-page form .password-input input[type=password] {
	padding-right: 3rem;
}

.woocommerce form .password-input input::-ms-reveal, .woocommerce-page form .password-input input::-ms-reveal {
	display: none;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	color: var(--e-global-color-text, #000);
	cursor: pointer;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
}

.woocommerce form .show-password-input:before, .woocommerce-page form .show-password-input:before {
	content: "";
}

.woocommerce form .show-password-input:before, .woocommerce-page form .show-password-input:before {
	margin-left: 0;
	/* reset the left margin from iconafter mixin */
	margin-top: -2px;
	/* Manual vertical alignment adjustment */
	vertical-align: middle;
	display: inline-block;
}

.woocommerce form .show-password-input.display-password:before, .woocommerce-page form .show-password-input.display-password:before {
	color: var(--e-global-color-lighter, #000);
}

@media (min-width: 768px) {
	ul.order_details {
		margin: 3.7065595576em auto;
	}
	
	ul.order_details li {
		width: 22.5806451613%;
		float: left;
		margin-right: 3.2258064516%;
		border-left-style: solid;
		border-left-width: 1px;
	}
	
	ul.order_details li:first-child {
		border: 0;
	}
	
	ul.order_details li:last-child {
		float: right;
		margin-right: 0;
	}
	
	ul.order_details li:last-child::before, ul.order_details li:last-child::after {
		content: "";
		display: table;
	}
	
	ul.order_details li:last-child::after {
		clear: both;
	}
	
	.demo_store {
		bottom: 0;
	}
	
	.demo_store a.woocommerce-store-notice__dismiss-link {
		background: rgba(0, 0, 0, .1);
		float: right;
		display: inline-block;
		margin: -1em -1.41575em -1em 0;
		padding: 1em 1.41577975em;
	}
	
	/**
   * Responsive tables
   */
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	
	table.shop_table_responsive tr td::before {
		display: none;
	}
	
	table.shop_table_responsive tr.woocommerce-shipping-totals td {
		width: 60%;
	}
	
	/**
   * Header Elements
   */
	.site-header-cart {
		position: relative;
	}
	
	.site-header-cart .cart-contents {
		display: flex;
		position: relative;
		text-indent: 0;
	}
	
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		margin-top: 20px;
		top: 100%;
		width: 320px;
		z-index: 999999;
		right: -999em;
		display: block;
		border-width: 2px;
		border-style: solid;
	}
	
	.site-header-cart .widget_shopping_cart:before {
		content: "";
		display: block;
		position: absolute;
		top: -20px;
		left: 0;
		right: 0;
		height: 20px;
	}
	
	.site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
		display: none;
		left: 0;
	}
	
	.site-header-cart .widget_shopping_cart h2.widgettitle {
		display: none;
	}
	
	.site-header-cart .widget_shopping_cart .product_list_widget {
		height: 0;
	}
	
	.site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
		text-align: left;
	}
	
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		right: 0;
		display: block;
	}
	
	.site-header-cart:hover .widget_shopping_cart .product_list_widget, .site-header-cart.focus .widget_shopping_cart .product_list_widget {
		height: auto;
	}
	
	.site-search {
		display: block;
	}
	
	.site-search form {
		margin: 0;
	}
	
	.checkout_coupon {
		grid-template-columns: 53.6231884058% auto;
	}
	
	/**
   * Reset mobile product styles
   */
	ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product {
		clear: none;
	}
	
	/**
   * Single product page
   */
	.single-product div.product .images .thumbnails::before, .single-product div.product .images .thumbnails::after {
		content: "";
		display: table;
	}
	
	.single-product div.product .images .thumbnails::after {
		clear: both;
	}
	
	.single-product div.product .images .thumbnails a.zoom {
		width: 22.5806451613%;
		float: left;
		margin-right: 3.2258064516%;
	}
	
	.single-product div.product .images .thumbnails a.zoom.last {
		float: right;
		margin-right: 0;
	}
	
	.single-product div.product .woocommerce-tabs {
		clear: both;
	}
	
	.single-product.aunuca-sidebar-left div.product .summary, .single-product.aunuca-sidebar-right div.product .summary {
		float: right;
	}
	
	.single-product #reviews .comment-form-rating, .single-product #reviews .comment-form-author, .single-product #reviews .comment-form-email {
		flex: 33.3333%;
		max-width: 33.3333%;
	}
	
	.single-product #reviews .comment-form-email {
		margin-right: 0;
	}
	
	#reviews .comment-form-email {
		margin-right: 0;
	}
	
	/**
   * General full-width styles
   */
	.aunuca-full-width-content.woocommerce-cart .entry-header, .aunuca-full-width-content.woocommerce-checkout .entry-header, .aunuca-full-width-content.woocommerce-account .entry-header {
		text-align: center;
		padding: 0 0 5.9973393873em;
	}
	
	.aunuca-full-width-content.woocommerce-cart .entry-header h1:last-child, .aunuca-full-width-content.woocommerce-checkout .entry-header h1:last-child, .aunuca-full-width-content.woocommerce-account .entry-header h1:last-child {
		margin-bottom: 0;
	}
	
	.aunuca-full-width-content .woocommerce-products-header {
		text-align: center;
	}
	
	.woocommerce .page-description {
		margin-bottom: 1.618034em;
	}
	
	.aunuca-sorting select {
		width: auto;
	}
	
	.aunuca-sorting .woocommerce-pagination + .woocommerce-result-count {
		margin-right: auto;
		margin-left: 0;
	}
	
	/**
   * Cart
   */
	.woocommerce-cart .content-area, .woocommerce-checkout .content-area {
		width: 100%;
		float: right;
		margin-right: 0;
	}
	
	.woocommerce-cart .hentry, .woocommerce-checkout .hentry {
		border-bottom: 0;
		padding-bottom: 0;
	}
	
	table.cart th, table.cart td {
		padding: 1.618034em 1.618034em 1.618034em 0;
	}
	
	table.cart .qty {
		padding: .875em;
		max-width: 3.632em;
	}
	
	table.cart td.product-remove {
		display: table-cell;
		padding: 1.618034em 1.618034em 1.618034em 0;
		border: 0;
		width: 5%;
	}
	
	table.cart td.product-remove a.remove {
		float: none;
		position: relative;
		top: auto;
		right: auto;
		font-size: 1em;
	}
	
	table.cart td.product-thumbnail {
		width: 17%;
	}
	
	table.cart td.product-name {
		width: 30%;
	}
	
	table.cart td.product-price {
		width: 16%;
	}
	
	table.cart td.product-subtotal {
		padding: 1.618034em 1.618034em 1.618034em 0;
		width: 16%;
	}
	
	table.cart .quantity .qty {
		padding: .6180339845em;
	}
	
	table.cart td.actions {
		text-align: right;
	}
	
	table.cart td.actions label {
		display: none;
	}
	
	table.cart td.actions .coupon {
		display: flex;
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
		float: left;
		width: 60%;
	}
	
	table.cart td.actions input {
		display: inline-block;
		width: auto;
		margin: 0;
	}
	
	.cart-collaterals::before, .cart-collaterals::after {
		content: "";
		display: table;
	}
	
	.cart-collaterals::after {
		clear: both;
	}
	
	.cart-collaterals .cross-sells {
		width: 42.0289855072%;
		float: left;
		margin-right: 4.347826087%;
	}
	
	.cart-collaterals .shipping_calculator {
		width: 53.6231884058%;
		float: right;
		margin-right: 0;
		margin: 0;
		clear: right;
	}
	
	.cart-collaterals .cart_totals small.includes_tax {
		display: block;
	}
	
	.cart-collaterals .shipping_calculator {
		clear: right;
	}
	
	/**
   * Wishlist
   */
	table.wishlist_table .wishlist-items-wrapper tr td.product-name a.yith-wcqv-button {
		display: none;
	}
	
	/**
   * Checkout
   */
	#ship-to-different-address {
		position: relative;
	}
	
	#ship-to-different-address .woocommerce-form__input-checkbox {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		margin-right: 0;
	}
	
	.col2-set {
		width: 53.6231884058%;
		float: left;
		margin-right: 4.347826087%;
	}
	
	.col2-set .form-row-first {
		width: 48.3870967742%;
		float: left;
		margin-right: 3.2258064516%;
	}
	
	.col2-set .form-row-last {
		width: 48.3870967742%;
		float: right;
		margin-right: 0;
	}
	
	.col2-set .col-1, .col2-set .col-2 {
		margin-bottom: 1.618034em;
	}
	
	.col2-set + #customer_details {
		display: none;
	}
	
	.col2-set .woocommerce-billing-fields::before, .col2-set .woocommerce-billing-fields::after {
		content: "";
		display: table;
	}
	
	.col2-set .woocommerce-billing-fields::after {
		clear: both;
	}
	
	.col2-set.addresses {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
	
	.col2-set.addresses .col-1 {
		width: 47.8260869565%;
		float: left;
		margin-right: 4.347826087%;
	}
	
	.col2-set.addresses .col-2 {
		width: 47.8260869565%;
		float: right;
		margin-right: 0;
	}
	
	#customer_details + #wc_checkout_add_ons {
		width: 42.0289855072%;
		float: right;
		margin-right: 0;
	}
	
	#wc_checkout_add_ons input[type=radio] {
		float: left;
		margin-right: .5407797364em;
		clear: left;
		margin-top: .35em;
	}
	
	#order_review {
		width: 42.0289855072%;
		float: right;
		margin-right: 0;
		clear: right;
	}
	
	#order_review {
		transition: box-shadow ease .4s;
	}
	
	.woocommerce-order-pay #order_review {
		width: 100%;
		float: none;
	}
	
	.woocommerce-order-pay #order_review #payment h3 {
		padding-left: 1em;
		padding-top: 1em;
	}
	
	.woocommerce-order-pay #order_review #payment .form-row {
		padding: 1em;
	}
	
	.woocommerce-order-pay #order_review .payment_methods + .form-row {
		padding: 1em;
	}
	
	.woocommerce-order-pay #order_review .button#place_order {
		display: block;
		width: 100%;
		font-size: 1.41577975em;
	}
	
	/**
   * My Account
   */
	table + .addresses {
		margin-top: 1.618034em;
	}
	
	.col2-set#customer_login {
		width: 100%;
		margin: 0;
	}
	
	.col2-set#customer_login .col-1 {
		width: 50%;
		float: left;
		padding-right: 5%;
		border-right: 1px solid var(--e-global-color-border);
	}
	
	.col2-set#customer_login .col-2 {
		width: 50%;
		float: right;
		padding-left: 5%;
	}
	
	.col2-set.addresses {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
	
	.col2-set.addresses .col-1 {
		width: 48.3870967742%;
		float: left;
		margin-right: 3.2258064516%;
	}
	
	.col2-set.addresses .col-2 {
		width: 48.3870967742%;
		float: right;
		margin-right: 0;
	}
	
	.woocommerce-MyAccount-navigation {
		width: 27.2727272727%;
		float: left;
		margin-right: 3.8961038961%;
	}
	
	.woocommerce-MyAccount-content {
		width: 68.8311688312%;
		float: right;
		margin-right: 0;
	}
	
	.addresses header.title::before, .addresses header.title::after {
		content: "";
		display: table;
	}
	
	.addresses header.title::after {
		clear: both;
	}
	
	.addresses header.title a {
		float: right;
	}
	
	.addresses header.title h3 {
		float: left;
	}
	
	/**
   * General WooCommerce Components
   */
	.form-row-first {
		width: 48.3870967742%;
		float: left;
		margin-right: 3.2258064516%;
		clear: both;
	}
	
	.form-row-last {
		width: 48.3870967742%;
		float: right;
		margin-right: 0;
	}
	
	/**
   * Single Product Pagination
   */
	
	/**
   * Sticky Add to Cart
   */
	.aunuca-sticky-add-to-cart {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 99998;
		transform: translate3d(0, 100%, 0);
		padding: 10px 1em;
		overflow: hidden;
		zoom: 1;
		box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
		animation-duration: .5s;
		animation-fill-mode: both;
		background-color: #fff;
	}
	
	.aunuca-sticky-add-to-cart--slideInDown {
		animation-name: slideInDown1;
	}
	
	.aunuca-sticky-add-to-cart--slideOutUp {
		animation-name: slideOutUp;
	}
	
	.aunuca-sticky-add-to-cart__content {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.aunuca-sticky-add-to-cart__content-title {
		display: block;
	}
	
	.aunuca-sticky-add-to-cart__content-price {
		margin-right: .875em;
	}
	
	.aunuca-sticky-add-to-cart__content-button {
		margin-left: auto;
	}
	
	.aunuca-sticky-add-to-cart img {
		max-width: 60px;
		margin: 0 1em 0 0;
		border: 1px solid rgba(0, 0, 0, .1);
	}
	
	.aunuca-sticky-add-to-cart .star-rating {
		display: inline-block;
		margin: 0;
		vertical-align: sub;
	}
	
	#yith-quick-view-modal.open .product-title {
		margin-top: -.2333em;
		font-size: 30px;
		font-size: 1.875rem;
	}
	
	#yith-quick-view-close {
		top: 10px;
		right: 10px;
		text-indent: -9999px;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	body:not(.page-template-template-fullwidth-php) table.cart td, body:not(.page-template-template-fullwidth-php) table.cart th {
		padding: 1em;
	}
}

@media (min-width: 911px) {
	.woocommerce-cart-form, .woocommerce-cart .cross-sells {
		width: 65.5913978495%;
		float: left;
		margin-right: 3.2258064516%;
	}
	
	.cart-collaterals {
		width: 31.1827956989%;
		float: right;
		margin-right: 0;
	}
}

.elementor-element.elementor-products-grid .woocommerce ul.products li.product {
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
}

@media (max-width: 1366px) {
	.aunuca-product-laptop-1 ul.products li.product {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.aunuca-product-laptop-2 ul.products li.product {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.aunuca-product-laptop-3 ul.products li.product {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.aunuca-product-laptop-4 ul.products li.product {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.aunuca-product-laptop-5 ul.products li.product {
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.aunuca-product-laptop-6 ul.products li.product {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
}

@media (max-width: 1024px) {
	.woocommerce-page-aunuca-sidebar-left .content-area, .woocommerce-page-aunuca-sidebar-right .content-area {
		width: calc(100% - 30px);
	}
	
	.aunuca-product-tablet-1 ul.products li.product {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.aunuca-product-tablet-2 ul.products li.product {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.aunuca-product-tablet-3 ul.products li.product {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.aunuca-product-tablet-4 ul.products li.product {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.aunuca-product-tablet-5 ul.products li.product {
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.aunuca-product-tablet-6 ul.products li.product {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
}

@media (max-width: 768px) {
	.aunuca-product-mobile-1 ul.products li.product {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.aunuca-product-mobile-2 ul.products li.product {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.aunuca-product-mobile-3 ul.products li.product {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.aunuca-product-mobile-4 ul.products li.product {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.aunuca-product-mobile-5 ul.products li.product {
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.aunuca-product-mobile-6 ul.products li.product {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
}

@media (max-width: 300px) {
	.aunuca-product-mobile-1 ul.products li.product {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.aunuca-product-mobile-2 ul.products li.product {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.aunuca-product-mobile-3 ul.products li.product {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.aunuca-product-mobile-4 ul.products li.product {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.aunuca-product-mobile-5 ul.products li.product {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.aunuca-product-mobile-6 ul.products li.product {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
	padding: 15px;
	border: 1px solid var(--e-global-color-border);
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a {
	color: #43454b;
	text-transform: none;
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	font-size: 14px;
	font-size: .875rem;
	margin-right: 10px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a:hover {
	color: var(--e-global-color-primary);
}

@media (max-width: 767px) {
	.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th:first-child {
		min-width: 150px;
		width: auto;
	}
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table .tr-additional td {
	vertical-align: top;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {
	max-width: 150px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:nth-child(2n) td {
	background-color: var(--body-color);
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:hover td {
	background-color: var(--body-color);
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
	padding: 15px;
	border: 1px solid var(--e-global-color-border);
	background-color: var(--body-color);
	color: var(--e-global-color-secondary);
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-label {
	font-weight: var(--e-global-typography-primary-font-weight);
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes {
	table-layout: auto !important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes td, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes th {
	border: none !important;
	background: none !important;
	padding: 10px !important;
}

@media (max-width: 768px) {
	.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes td {
		padding-top: 0 !important;
		display: block;
	}
	
	.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes th {
		display: block;
		padding-bottom: 0 !important;
	}
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del {
	text-decoration: none;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del .amount {
	text-decoration: line-through;
	color: var(--e-global-color-lighter);
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .amount {
	color: var(--e-global-color-primary);
	font-size: 14px;
	font-size: .875rem;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.woosc-area-open-table table.woosc_table tbody tr td a.button {
	padding: 10px 20px;
	display: inline-block;
}

.woosc-popup-content-inner {
	color: #000;
}

ul.products-list {
	margin-left: 0;
	list-style: none;
	--grid-row-gap: 0;
}

.aunuca-products-grid ul.products-list {
	grid-template-columns: repeat(1, 1fr);
}

ul.products-list li.product-list {
	position: relative;
	margin: 30px 0 0 0;
	padding-bottom: 29px;
	border-bottom: 1px solid #e8eaee;
}

ul.products-list li.product-list:first-child {
	margin-top: 0;
}

.product-block-list {
	overflow: hidden;
	flex-wrap: wrap;
	display: flex;
}

@media (min-width: 768px) {
	.product-block-list {
		flex-wrap: nowrap;
	}
}

.product-block-list:hover .inventory_status {
	visibility: hidden;
	opacity: 0;
}

.product-block-list:hover .add_to_cart {
	visibility: visible;
	opacity: 1;
	bottom: 0;
	left: 0;
}

.product-block-list .product-transition {
	padding: 0;
}

.product-block-list .product-color {
	position: absolute;
	bottom: 40px;
	left: 40px;
	display: inline-flex;
	justify-content: flex-start;
}

.product-block-list .product-color .item {
	cursor: pointer;
	margin: 0 5px;
}

.product-block-list .product-color .color-item {
	position: relative;
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 50%;
}

.product-block-list .product-color .color-item:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 1;
	border: 1px solid var(--e-global-color-border);
	background-color: transparent;
	transition: all .3s ease;
}

.product-block-list .product-color .color-item:hover:before {
	border: 1px solid currentColor;
}

.product-block-list .product-color .color-item.active-swatch:before {
	border: 1px solid currentColor;
}

.product-block-list .product-color .image-item img {
	border: 1px solid #fff;
	width: 20px !important;
	height: 20px !important;
	object-fit: cover;
	border-radius: 50%;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .05));
}

.product-block-list .wc-block-grid__product-title {
	font-size: 14px;
	font-size: .875rem;
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 1.15em;
}

.product-block-list .product-transition {
	width: 100%;
	position: relative;
	overflow: hidden;
}

@media (min-width: 768px) {
	.product-block-list .product-transition {
		max-width: calc(100% - 300px);
		margin: 0;
		width: 300px;
		height: 389px;
	}
}

.product-block-list .product-transition:before {
	display: none;
}

.product-block-list .product-transition img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.has-mega-menu .product-block-list .product-transition {
	width: 100%;
	margin-bottom: 10px;
}

.product-block-list .group-action {
	display: none;
}

.product-block-list .count-review {
	margin-bottom: 8px;
}

.product-block-list .product-caption {
	padding: 20px 0 0px 0;
	flex: 1;
	position: relative;
	border-top-width: 0;
	margin-bottom: 0;
	background-color: transparent;
}

@media (max-width: 425px) {
	.product-block-list .product-caption {
		align-items: center;
	}
}

@media (min-width: 768px) {
	.product-block-list .product-caption {
		padding: 0px 0px 0px 30px;
	}
}

.product-block-list .product-caption .product-ingredient {
	z-index: 1;
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 15px;
	text-transform: capitalize;
	color: var(--e-global-color-text);
}

.has-mega-menu .product-block-list .product-caption {
	max-width: 100%;
}

.product-block-list .product-caption .cart {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.product-block-list .product-caption button[class*=product_type_], .product-block-list .product-caption a[class*=product_type_] {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	border-radius: 30px;
	position: relative;
	border: none;
	text-transform: capitalize;
	transition: unset;
	gap: .5rem;
	background: transparent;
}

.product-block-list .product-caption button[class*=product_type_] .blob-btn__inner, .product-block-list .product-caption a[class*=product_type_] .blob-btn__inner {
	z-index: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
}

.product-block-list .product-caption button[class*=product_type_] .blob-btn__inner .blob-btn__blobs, .product-block-list .product-caption a[class*=product_type_] .blob-btn__inner .blob-btn__blobs {
	position: relative;
	display: block;
	height: 100%;
	filter: url("#goo");
}

.product-block-list .product-caption button[class*=product_type_] .blob-btn__inner .blob-btn__blobs .blob-btn__blob, .product-block-list .product-caption a[class*=product_type_] .blob-btn__inner .blob-btn__blobs .blob-btn__blob {
	position: absolute;
	top: 2px;
	width: 25%;
	height: 100%;
	background: var(--e-global-color-primary);
	border-radius: 100%;
	transform: translate3d(0, 150%, 0) scale(1.7);
	transition: transform .45s;
}

.product-block-list .product-caption button[class*=product_type_] .blob-btn__inner .blob-btn__blobs .blob-btn__blob:nth-child(1), .product-block-list .product-caption a[class*=product_type_] .blob-btn__inner .blob-btn__blobs .blob-btn__blob:nth-child(1) {
	left: 0%;
	transition-delay: 0s;
}

.product-block-list .product-caption button[class*=product_type_] .blob-btn__inner .blob-btn__blobs .blob-btn__blob:nth-child(2), .product-block-list .product-caption a[class*=product_type_] .blob-btn__inner .blob-btn__blobs .blob-btn__blob:nth-child(2) {
	left: 30%;
	transition-delay: .08s;
}

.product-block-list .product-caption button[class*=product_type_] .blob-btn__inner .blob-btn__blobs .blob-btn__blob:nth-child(3), .product-block-list .product-caption a[class*=product_type_] .blob-btn__inner .blob-btn__blobs .blob-btn__blob:nth-child(3) {
	left: 60%;
	transition-delay: .16s;
}

.product-block-list .product-caption button[class*=product_type_] .blob-btn__inner .blob-btn__blobs .blob-btn__blob:nth-child(4), .product-block-list .product-caption a[class*=product_type_] .blob-btn__inner .blob-btn__blobs .blob-btn__blob:nth-child(4) {
	left: 90%;
	transition-delay: .24s;
}

.product-block-list .product-caption button[class*=product_type_] svg, .product-block-list .product-caption a[class*=product_type_] svg {
	position: absolute;
}

.product-block-list .product-caption button[class*=product_type_]:before, .product-block-list .product-caption a[class*=product_type_]:before {
	content: "";
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid var(--e-global-color-primary);
	border-radius: 30px;
}

.product-block-list .product-caption button[class*=product_type_]:after, .product-block-list .product-caption a[class*=product_type_]:after {
	content: "";
	z-index: -2;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 100%;
	height: 100%;
	transition: all .3s .2s;
	border-radius: 30px;
}

.product-block-list .product-caption button[class*=product_type_] i, .product-block-list .product-caption button[class*=product_type_] svg, .product-block-list .product-caption a[class*=product_type_] i, .product-block-list .product-caption a[class*=product_type_] svg {
	color: var(--e-global-color-primary);
}

.product-block-list .product-caption button[class*=product_type_]:hover, .product-block-list .product-caption button[class*=product_type_]:focus, .product-block-list .product-caption a[class*=product_type_]:hover, .product-block-list .product-caption a[class*=product_type_]:focus {
	color: #fff;
}

.product-block-list .product-caption button[class*=product_type_]:hover:after, .product-block-list .product-caption button[class*=product_type_]:focus:after, .product-block-list .product-caption a[class*=product_type_]:hover:after, .product-block-list .product-caption a[class*=product_type_]:focus:after {
	transition: all .3s;
	left: 0;
	top: 0;
	border-radius: 30px;
}

.product-block-list .product-caption button[class*=product_type_]:hover .blob-btn__inner .blob-btn__blobs .blob-btn__blob, .product-block-list .product-caption button[class*=product_type_]:focus .blob-btn__inner .blob-btn__blobs .blob-btn__blob, .product-block-list .product-caption a[class*=product_type_]:hover .blob-btn__inner .blob-btn__blobs .blob-btn__blob, .product-block-list .product-caption a[class*=product_type_]:focus .blob-btn__inner .blob-btn__blobs .blob-btn__blob {
	transform: translateZ(0) scale(1.7);
}

.product-block-list .product-caption button[class*=product_type_]:hover i, .product-block-list .product-caption button[class*=product_type_]:hover svg, .product-block-list .product-caption button[class*=product_type_]:focus i, .product-block-list .product-caption button[class*=product_type_]:focus svg, .product-block-list .product-caption a[class*=product_type_]:hover i, .product-block-list .product-caption a[class*=product_type_]:hover svg, .product-block-list .product-caption a[class*=product_type_]:focus i, .product-block-list .product-caption a[class*=product_type_]:focus svg {
	color: #fff;
}

.product-block-list .product-caption button[class*=product_type_] .button-wrapper, .product-block-list .product-caption a[class*=product_type_] .button-wrapper {
	z-index: 1;
}

.product-block-list .product-caption button[class*=product_type_]:before, .product-block-list .product-caption a[class*=product_type_]:before {
	content: "";
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid var(--e-global-color-primary);
	border-radius: 30px;
}

.product-block-list .product-caption button[class*=product_type_]:after, .product-block-list .product-caption a[class*=product_type_]:after {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	font-size: 24px;
	font-size: 1.5rem;
	margin: 0 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
}

.product-block-list .product-caption button[class*=product_type_].loading:after, .product-block-list .product-caption a[class*=product_type_].loading:after {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	color: var(--e-global-color-primary);
	animation: fa-spin .75s linear infinite;
}

.product-block-list .product-caption button[class*=product_type_].loading:hover:after, .product-block-list .product-caption a[class*=product_type_].loading:hover:after {
	color: #fff;
}

.product-block-list .product-caption button[class*=product_type_]:hover:after, .product-block-list .product-caption a[class*=product_type_]:hover:after {
	color: #fff;
}

@media (max-width: 1700px) and (min-width: 1024px) {
	.product-block-list .product-caption button[class*=product_type_]:after, .product-block-list .product-caption a[class*=product_type_]:after {
		margin: 0;
	}
}

.product-block-list .product-caption .woosq-btn, .product-block-list .product-caption .woosc-btn, .product-block-list .product-caption .woosw-btn {
	display: flex;
	padding: 0;
	background-color: transparent;
	border-radius: 50%;
	transition: all ease .3s;
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-size: 14px;
	font-size: .875rem;
	border: none;
	margin: 5px;
	position: relative;
	align-items: center;
	justify-content: center;
	font-size: 0px;
	font-size: 0rem;
}

.product-block-list .product-caption .woosq-btn:before, .product-block-list .product-caption .woosc-btn:before, .product-block-list .product-caption .woosw-btn:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	width: unset;
	height: unset;
	transform: unset;
	background: unset;
	position: unset;
	transition: unset;
}

.product-block-list .product-caption .woosq-btn:after, .product-block-list .product-caption .woosc-btn:after, .product-block-list .product-caption .woosw-btn:after {
	content: unset;
}

.product-block-list .product-caption .woosw-btn:before {
	content: "";
}

.product-block-list .product-caption .woosw-btn.woosw-adding::after {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "" !important;
	animation: fa-spin .75s linear infinite;
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-size: 14px;
	font-size: .875rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	display: block;
	transform: translate(0);
}

.product-block-list .product-caption .woosw-btn.woosw-adding:before {
	opacity: 0;
}

.product-block-list .product-caption .woosw-btn.woosw-btn-added, .product-block-list .product-caption .woosw-btn.woosw-added {
	color: var(--e-global-color-primary);
}

.product-block-list .product-caption .woosc-btn:before {
	content: "";
}

.product-block-list .product-caption .woosq-btn:before {
	content: "";
}

.product-block-list .short-description {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	font-size: 16px;
	font-size: 1rem;
	color: var(--e-global-color-text);
	line-height: 1.625;
}

@media (max-width: 425px) {
	.product-block-list .short-description {
		text-align: center;
	}
}

.has-mega-menu .product-block-list .short-description {
	display: none;
}

.product-block-list .short-description p {
	margin-bottom: 0;
}

.product-block-list .woocommerce-loop-product__title {
	font-family: var(--e-global-typography-tertiary-font-family);
	font-weight: var(--e-global-typography-tertiary-font-weight);
	text-transform: var(--e-global-typography-tertiary-text-transform);
	font-style: var(--e-global-typography-tertiary-font-style);
	text-decoration: var(--e-global-typography-tertiary-text-decoration);
	line-height: var(--e-global-typography-tertiary-line-height);
	letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.3125;
	margin-bottom: 11px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-transform: capitalize;
}

@media (max-width: 425px) {
	.product-block-list .woocommerce-loop-product__title {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.625;
	}
}

.product-block-list .woocommerce-loop-product__title a {
	color: var(--e-global-color-secondary);
}

.product-block-list .woocommerce-loop-product__title a:hover {
	color: var(--e-global-color-primary);
}

.product-block-list .posted-in {
	margin-bottom: .75rem;
}

.product-block-list .price {
	display: flex;
	flex-direction: row;
	margin-bottom: 9px;
	align-items: flex-end;
	font-size: 24px;
	font-size: 1.5rem;
}

.product-block-list .price del {
	padding-bottom: 4px;
}

@media (max-width: 425px) {
	.product-block-list .price {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.3;
	}
}

.product-block-list .product-extra_description > * {
	margin: 0 0 20px 0;
}

.product-block-list .product-button {
	position: relative;
	display: flex;
	margin-top: 36px;
}

.product-block-list .product-button .inventory_status {
	position: relative;
	transition: all .4s ease;
	margin: 0;
}

@media (max-width: 1024px) {
	.product-block-list .product-button .inventory_status {
		display: none;
	}
}

@media (max-width: 425px) {
	.product-block-list .product-button {
		margin-top: 20px;
	}
}

.product-block-list .product-input-quantity {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.product-block-list .product-unit {
	font-size: 14px;
	font-size: .875rem;
	color: var(--e-global-color-lighter);
	margin-left: 15px;
}

.product-block-list .product-unit .value {
	color: var(--e-global-color-secondary);
}

.product-block-list .added_to_cart {
	display: none;
}

.product-block-list .add_to_cart_tooltips {
	display: inline-block;
}

.product-block-list .product-caption-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: static;
}

.product-block-list .product-caption-bottom > * {
	margin-bottom: 5px;
}

.product-block-list:hover .group-action {
	opacity: 1;
	visibility: visible;
}

.wcml-dropdown {
	width: 100%;
}

.wcml-dropdown li, .wcml-dropdown .wcml-cs-submenu li {
	border-color: var(--e-global-color-border);
}

.wcml-dropdown .wcml-cs-submenu {
	border-top: 0;
}

.wcml-dropdown a {
	padding: 1em 1.41577975em;
}

.wcml-dropdown a.wcml-cs-item-toggle:after {
	right: 1em;
}

.wcml-horizontal-list li.wcml-cs-active-currency a, .wcml-vertical-list li.wcml-cs-active-currency a {
	font-weight: bold;
	color: var(--e-global-color-secondary);
	cursor: default;
}

/**
 * Wishlist
 */
.woosw-area .woosw-inner .woosw-content {
	max-width: 570px;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items {
	min-width: 400px;
}

@media (max-width: 640px) {
	.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item td {
		padding: 5px;
	}
	
	.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item td.woosw-content-item--image {
		width: 80px;
	}
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a {
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	border: none;
	background-color: var(--e-global-color-primary);
	color: #fff;
	white-space: nowrap;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a:hover {
	color: #fff;
	background-color: var(--e-global-color-primary);
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--title a {
	font-weight: 400 !important;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: var(--e-global-color-lighter);
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price del {
	color: var(--e-global-color-lighter);
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price ins {
	order: -1;
	color: var(--e-global-color-text);
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price del + ins {
	margin-right: .327em;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a:hover {
	text-decoration: underline;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue:hover {
	text-decoration: underline;
}

.woosw-list .woosw-item .woosw-item--actions .woosw-item--atc .aunuca-add-to-cart a.button {
	text-align: center;
	display: inline-block;
	white-space: nowrap;
	color: var(--e-global-color-secondary);
	border-width: 1px 3px 3px 1px;
	border-style: solid;
	border-color: #110a00;
}

.woosw-list .woosw-item .woosw-item--actions .woosw-item--atc .aunuca-add-to-cart a.button:hover {
	color: #fff;
	background-color: var(--e-global-color-primary);
}

@media (max-width: 767px) {
	.woosw-list .woosw-item {
		padding: 10px 0 10px 100px;
		position: relative;
		display: block;
		border-bottom: 1px solid var(--e-global-color-border);
		background: transparent !important;
	}
	
	.woosw-list .woosw-item:first-child {
		border-top: 1px solid var(--e-global-color-border);
	}
	
	.woosw-list .woosw-item td {
		background: transparent !important;
		display: block;
	}
	
	.woosw-list .woosw-item .woosw-item--remove {
		position: absolute;
		top: 15px;
		right: 0;
		margin-bottom: 0;
		padding: 0 !important;
	}
	
	.woosw-list .woosw-item .woosw-item--image {
		position: absolute;
		left: 0;
		top: 20px;
		padding: 0 !important;
	}
	
	.woosw-list .woosw-item .woosw-item--info {
		padding-right: 30px !important;
	}
	
	.woosw-list .woosw-item .stock {
		justify-content: left;
	}
}

.woosw-list .woosw-content-item--price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: var(--e-global-color-secondary);
}

.woosw-list .woosw-content-item--price del {
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-lighter);
}

.woosw-list .woosw-content-item--price ins {
	order: -1;
}

.woosw-list .woosw-content-item--price del + ins {
	margin-right: .327em;
}

.woosw-list .woosw-content-item--title a {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 400 !important;
}

.woosw-list .woosw-content-item .woosw-content-item--actions .woosw-content-item--add p > a.button {
	font-size: 11px;
	font-size: .6875rem;
	text-align: center;
	display: inline-block;
}

@media (max-width: 568px) {
	.woosw-list .woosw-content-item .woosw-content-item--image {
		display: none;
	}
}

.woosw-list .woosw-content-item--actions .woosw-content-item--stock {
	margin-bottom: 5px;
}

.woosw-list .woosw-content-item .woosw-content-item--remove span:hover:before {
	color: red !important;
}

.woosw-list .woosw-actions .woosw-copy {
	flex-wrap: wrap;
}

@media (max-width: 768px) {
	.woosw-list .woosw-actions .woosw-copy {
		row-gap: 10px;
	}
	
	.woosw-list .woosw-actions .woosw-copy .woosw-copy-label {
		width: 100%;
	}
	
	.woosw-list .woosw-actions .woosw-copy .woosw-copy-url {
		flex: 1;
		margin: 0;
	}
	
	.woosw-list .woosw-actions .woosw-copy .woosw-copy-url input {
		width: 100%;
	}
}

.woosw-list .woosw-actions .woosw-copy-btn {
	margin-left: 10px;
}

.woosw-list .woosw-actions .woosw-copy-btn .button {
	text-align: center;
	display: inline-block;
	white-space: nowrap;
	padding: 13px 30px;
	color: #fff;
	border: none;
}

.woosw-list .woosw-actions .woosw-copy-btn .button:hover {
	color: #fff;
	background-color: #000;
}

.woosw-list .woosw-actions .woosw-copy-btn input {
	margin-left: 5px;
}

.woosw-list .woosw-content-mid-notice {
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
	color: var(--e-global-color-secondary);
	margin-bottom: 30px;
}

.woosw-list .woosw-content-mid-notice:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	font-size: 164px;
	color: var(--e-global-color-lighter);
	display: block;
	margin-bottom: 50px;
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--name a {
	font-weight: var(--e-global-typography-text-font-weight);
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content {
	max-width: 630px;
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot, .woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid {
	background-color: #fff;
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot-inner a {
	border-color: var(--e-global-color-border);
	color: #000;
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-items {
	color: #000;
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item--name a {
	color: #000;
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item--name:hover a {
	color: var(--e-global-color-primary);
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item--actions {
	text-align: end;
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item--actions .woosw-item--add {
	margin-top: 15px;
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .aunuca-add-to-cart a.button {
	text-align: center;
	display: inline-block;
	white-space: nowrap;
	color: var(--e-global-color-secondary);
	border-width: 1px 3px 3px 1px;
	border-style: solid;
	border-color: #110a00;
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .aunuca-add-to-cart a.button:hover {
	color: #fff;
	background-color: var(--e-global-color-primary);
}

.woosw-popup.woosw-show .woosw-items .woosw-item .woosw-item-inner {
	border-color: var(--e-global-color-border);
}

.widget_product_search {
	position: relative;
}

.ajax-search-result {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: white;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
	padding: 0 20px;
	z-index: 999;
	max-height: 500px;
	overflow-y: scroll;
}

.product-item-search {
	padding: 10px 0;
	border-bottom: 1px solid;
	border-bottom-color: var(--e-global-color-border);
}

.product-item-search .product-link {
	display: flex;
	align-items: center;
	color: #888;
}

.product-item-search .product-link img {
	width: 60px;
	margin-right: 15px;
}

.product-item-search .product-link:hover .product-title {
	color: #de3431;
}

.product-item-search .product-title {
	margin-bottom: 5px;
}

.product-item-search:last-child {
	border-bottom: none;
}

.product-item-search .amount {
	font-weight: var(--e-global-typography-primary-font-weight);
	color: #de3431;
}

.product-item-search del .amount {
	font-weight: var(--e-global-typography-primary-font-weight);
	color: #000;
}

.aunuca-canvas-filter {
	position: fixed;
	padding: 60px 15px;
	top: 0;
	left: 0;
	z-index: 10002;
	visibility: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	width: 320px;
	height: 100vh;
	background-color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

@media (min-width: 768px) {
	.aunuca-canvas-filter {
		padding: 80px 40px 115px;
		width: 400px;
	}
}

.aunuca-canvas-filter::-webkit-scrollbar {
	width: 3px;
}

.aunuca-canvas-filter::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	background-color: #f5f5f5;
}

.aunuca-canvas-filter::-webkit-scrollbar-thumb {
	background-color: #999;
}

.aunuca-canvas-filter .widget_block, .aunuca-canvas-filter .widget {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid var(--e-global-color-border);
}

.aunuca-canvas-filter .widget_block:last-child, .aunuca-canvas-filter .widget:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.aunuca-canvas-filter .aunuca-canvas-filter-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.aunuca-overlay-filter {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	bottom: 0;
	z-index: 997;
	opacity: 0;
	background-color: rgba(0, 0, 0, .7);
	visibility: hidden;
	transition: opacity .25s ease, visibility 0s ease;
}

.off-canvas-active .aunuca-overlay-filter {
	visibility: visible;
	opacity: 1;
}

.off-canvas-active .aunuca-canvas-filter {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.filter-toggle {
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	font-weight: 500;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.7333333333;
	letter-spacing: 0;
	align-items: center;
	justify-content: flex-start;
	outline: none;
	text-align: center;
	border-radius: 50px;
	text-transform: uppercase;
	color: var(--e-global-color-secondary);
	margin: 0;
}

@media (min-width: 1025px) {
	.filter-toggle {
		display: none;
	}
}

.filter-toggle i {
	font-size: 14px;
	font-size: .875rem;
	line-height: inherit;
	margin-right: 10px;
	display: inline-block;
	color: var(--e-global-color-secondary);
}

.aunuca-full-width-content .filter-toggle {
	display: inline-flex;
	margin-right: auto;
}

.filter-toggle:hover {
	color: var(--e-global-color-primary);
}

.filter-toggle:after {
	content: "";
	border-left: 1px solid;
	height: 20px;
	margin-left: 30px;
	margin-right: 30px;
	display: none;
	vertical-align: middle;
}

.filter-close {
	display: flex;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	color: var(--e-global-color-lighter);
	font-size: 24px;
	font-size: 1.5rem;
	transition: .3s all ease;
}

@media (min-width: 768px) {
	.filter-close {
		right: 20px;
		top: 20px;
	}
}

.filter-close:hover {
	color: var(--e-global-color-primary);
}

@media (min-width: 783px) {
	.admin-bar .aunuca-canvas-filter {
		top: 32px;
	}
}

@media (min-width: 600px) and (max-width: 782px) {
	.admin-bar .aunuca-canvas-filter {
		top: 46px;
	}
}

.shop_filter_canvas .aunuca-sorting {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--e-global-color-border);
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
	border-radius: 0px;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
	padding-top: 7px;
	padding-bottom: 7px;
	height: auto;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
	min-width: 57px;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
	padding: .34rem .65rem;
}

.site-header-cart-side {
	position: fixed;
	top: 0;
	bottom: 0;
	overflow: hidden;
	overflow-y: auto;
	width: 300px;
	background-color: #fff;
	transition: transform .25s ease;
	display: flex;
	flex-direction: column;
	right: 0;
	z-index: 999999999;
	transform: translate3d(300px, 0, 0);
}

@media (min-width: 1024px) {
	.site-header-cart-side {
		width: 340px;
		transform: translate3d(340px, 0, 0);
	}
}

.site-header-cart-side .cart-side-heading {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	flex-direction: row;
	justify-content: flex-end;
	padding: 15px;
	border-bottom: 1px dashed;
	border-bottom-color: var(--e-global-color-border);
}

.site-header-cart-side .cart-side-title {
	flex: 1 1 auto;
	font-size: 18px;
	font-size: 1.125rem;
	color: #000;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.site-header-cart-side .close-cart-side {
	color: #000;
	text-decoration: none;
	letter-spacing: .3px;
	padding-right: 18px;
	position: relative;
}

.site-header-cart-side .close-cart-side:before, .site-header-cart-side .close-cart-side:after {
	content: " ";
	position: absolute;
	top: 50%;
	display: inline-block;
	margin-top: -1px;
	width: 12px;
	height: 2px;
	background-color: #000;
	transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
	right: 0;
	transform: rotate(-45deg);
}

.site-header-cart-side .close-cart-side:before {
	transform: rotate(45deg);
}

.site-header-cart-side .close-cart-side:hover:before, .site-header-cart-side .close-cart-side:hover:after {
	transform: rotate(0);
}

.site-header-cart-side .widget_shopping_cart {
	margin-bottom: 0;
	position: relative;
	flex: 1 1 auto;
	display: flex;
	border: none;
	padding: 0;
	border-radius: 0;
}

.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__empty-message {
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
	color: var(--e-global-color-lighter);
}

.site-header-cart-side .widget_shopping_cart .mini_cart_item {
	padding: 15px 30px 15px 15px;
	margin-bottom: 0;
	transition: background-color .3s ease;
}

.site-header-cart-side .widget_shopping_cart .mini_cart_item:hover {
	background-color: #f9f9f9;
}

.site-header-cart-side .widget_shopping_cart .mini_cart_item a {
	color: #000;
	margin-bottom: 3px;
}

.site-header-cart-side .widget_shopping_cart .mini_cart_item a:hover {
	color: var(--e-global-color-primary);
}

.site-header-cart-side .widget_shopping_cart .mini_cart_item a.remove {
	position: absolute;
	top: 15px;
	margin-bottom: 0;
	transform: translateY(-50%);
	left: unset;
	opacity: 1;
	right: 8px;
}

.site-header-cart-side .widget_shopping_cart .widget_shopping_cart_content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__total {
	margin-top: auto;
}

.site-header-cart-side.active {
	transform: none;
}

.site-header-cart-side.active + .cart-side-overlay {
	visibility: visible;
	opacity: 1;
}

.cart-side-overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 997;
	opacity: 0;
	background-color: rgba(0, 0, 0, .7);
	visibility: hidden;
	transition: opacity .25s ease, visibility 0s ease;
}

.aunuca-dropdown-filter {
	display: none;
	width: 100%;
	padding-top: 30px;
	margin-bottom: 30px;
	position: relative;
	order: 5;
}

.aunuca-dropdown-filter::-webkit-scrollbar {
	height: 10px;
}

.aunuca-dropdown-filter::-webkit-scrollbar-track {
	border-radius: 0;
}

.aunuca-dropdown-filter::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #fff;
	border-bottom: 1px solid #000;
}

.aunuca-dropdown-filter:before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	width: 100vw;
	border-top: 1px solid var(--e-global-color-border);
	left: 50%;
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 1023px) {
	.aunuca-dropdown-filter {
		display: none !important;
	}
}

.aunuca-dropdown-filter .widget_price_filter form {
	margin: 0;
}

.aunuca-dropdown-filter .widget .wp-block-group__inner-container > h2, .aunuca-dropdown-filter .widget .widget-title, .aunuca-dropdown-filter .widget .widgettitle {
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	text-decoration: var(--e-global-typography-secondary-text-decoration);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.3;
	text-transform: capitalize;
	color: var(--e-global-color-secondary);
}

.aunuca-dropdown-filter .widget .wp-block-group__inner-container > h2:before, .aunuca-dropdown-filter .widget .widget-title:before, .aunuca-dropdown-filter .widget .widgettitle:before {
	content: none;
}

.aunuca-dropdown-filter .widget_products, .aunuca-dropdown-filter .widget_block {
	display: none;
	visibility: hidden;
	opacity: 0;
}

.aunuca-dropdown-filter-wrap {
	display: flex;
	grid-column-gap: 30px;
	overflow-x: auto;
}

.aunuca-dropdown-filter-wrap .widget {
	width: 240px;
	min-width: 240px;
	flex: 1;
	border: 0;
	margin-bottom: 20px;
}

.aunuca-dropdown-filter-wrap .widget .widget-content {
	max-height: 240px;
	height: 240px;
	padding-right: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

.aunuca-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar {
	width: 2px;
	border-radius: 5px;
}

.aunuca-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #e4e4e4;
}

.aunuca-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 5px;
}

.aunuca-dropdown-filter-wrap .price_slider_wrapper {
	padding-top: 15px;
}

.filter-toggle-dropdown {
	display: none;
	align-items: center;
	justify-content: flex-start;
	background: transparent;
	margin-right: 20px;
	outline: none;
	text-align: center;
	line-height: 18px;
	font-weight: var(--e-global-typography-primary-font-weight);
	text-transform: uppercase;
	color: #000;
}

.filter-toggle-dropdown i {
	line-height: inherit;
	margin-right: 6px;
	display: inline-block;
	color: var(--e-global-color-primary);
}

.filter-toggle-dropdown:focus, .filter-toggle-dropdown:hover {
	color: var(--e-global-color-primary);
}

.filter-toggle-dropdown:focus span:before, .filter-toggle-dropdown:hover span:before {
	background-color: var(--e-global-color-primary);
}

.aunuca-archive-product-width-wide .col-full {
	max-width: 1680px;
}

@media (min-width: 1024px) {
	.aunuca-full-width-content.shop_filter_dropdown .filter-toggle-dropdown {
		display: inline-flex;
	}
}

@media (min-width: 1024px) {
	.shop_filter_drawing .content-area {
		transition: width ease .5s;
	}
	
	.shop_filter_drawing:not(.active-drawing)[class*=aunuca-sidebar-] .content-area {
		width: 100%;
	}
	
	.shop_filter_drawing:not(.active-drawing) .widget-area {
		transition: transform ease .3s, visibility ease .3s, opacity ease .3s;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		display: none !important;
	}
	
	.shop_filter_drawing .filter-toggle {
		display: inline-flex;
		margin-right: auto;
	}
	
	.shop_filter_drawing .aunuca-sorting {
		padding-bottom: 20px;
		border-bottom: 1px solid var(--e-global-color-border);
	}
}

.active-drawing .icon {
	color: var(--e-global-color-secondary);
}

.active-drawing circle:nth-of-type(1) {
	transform: translate(6px);
}

.active-drawing circle:nth-of-type(2) {
	transform: translate(-6px);
}

.aunuca-menu-filter {
	display: none;
	align-items: center;
	margin-right: auto;
	padding: 0;
}

@media (min-width: 1024px) {
	.aunuca-menu-filter {
		display: flex;
	}
}

.aunuca-menu-filter .widget {
	position: relative;
	padding-bottom: 0 !important;
}

.aunuca-menu-filter .widget .widget-content {
	text-transform: capitalize !important;
	display: none;
	position: absolute;
	top: calc(100% + 28px);
	left: 0px;
	min-width: 300px;
	padding: 30px;
	background-color: #fff;
	z-index: 99;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, .15);
	border-top: 1px solid #e2e0e0;
}

.aunuca-menu-filter .widget .widget-content .price_slider_amount .price_label {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.5;
}

.aunuca-menu-filter .widget .wp-block-group__inner-container > h2, .aunuca-menu-filter .widget .widget-title, .aunuca-menu-filter .widget .widgettitle {
	font-size: 14px;
	font-size: .875rem;
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	text-decoration: var(--e-global-typography-accent-text-decoration);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	font-weight: 500;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 0;
	border: none;
	letter-spacing: 0;
	transition: .4s all ease;
	color: var(--e-global-color-secondary);
}

.aunuca-menu-filter .widget .wp-block-group__inner-container > h2.toggled-on:after, .aunuca-menu-filter .widget .widget-title.toggled-on:after, .aunuca-menu-filter .widget .widgettitle.toggled-on:after {
	transform: rotate(180deg);
}

.aunuca-menu-filter .widget .wp-block-group__inner-container > h2:after, .aunuca-menu-filter .widget .widget-title:after, .aunuca-menu-filter .widget .widgettitle:after {
	margin-left: 11px;
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	transition: all ease .2s;
	font-size: 14px;
	font-size: .875rem;
	transform: rotate(0deg);
}

.aunuca-menu-filter .widget .wp-block-group__inner-container > h2.toggled-on, .aunuca-menu-filter .widget .widget-title.toggled-on, .aunuca-menu-filter .widget .widgettitle.toggled-on {
	transition: .4s all ease;
}

.aunuca-menu-filter .widget .wp-block-group__inner-container > h2.toggled-on:after, .aunuca-menu-filter .widget .widget-title.toggled-on:after, .aunuca-menu-filter .widget .widgettitle.toggled-on:after {
	transform: rotate(180deg);
}

.aunuca-menu-filter .widget.widget_block, .aunuca-menu-filter .widget.widget_products {
	display: none;
}

.aunuca-menu-filter .widget .dropdown-sidebar {
	top: 15px;
	right: 18px;
}

.aunuca-menu-filter .aunuca-menu-filter-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.aunuca-menu-filter .aunuca-menu-filter-wrap > * {
	margin-bottom: 0;
	margin-right: 5px;
	border: none;
	padding: 0;
	border-radius: 5px;
}

.aunuca-menu-filter .aunuca-menu-filter-wrap > *:last-child {
	margin-right: 0;
}

.aunuca-menu-filter .aunuca-menu-filter-wrap .widget_price_filter form {
	margin-top: 8px;
}

.shop_filter_menu .aunuca-sorting-wrapper {
	margin-bottom: 40px;
}

.shop_filter_menu .aunuca-sorting-wrapper .aunuca-sorting {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--e-global-color-border);
}

@media (min-width: 1024px) {
	.shop_filter_menu .filter-toggle {
		display: none;
	}
}

.shop_filter_menu .active-filter-toggle .filter-toggle {
	display: inline-flex;
}

.shop_filter_menu .active-filter-toggle .aunuca-menu-filter {
	display: none;
}

.quick-shop-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .95);
	transition: transform .3s ease;
	transform: translate3d(0, 103%, 0);
}

.quick-shop-wrapper .quick-shop-form {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	width: 100%;
	height: 100%;
	text-align: center;
}

.quick-shop-wrapper .quick-shop-form .woosc-btn, .quick-shop-wrapper .quick-shop-form .woosw-btn {
	display: none;
}

.quick-shop-wrapper .quick-shop-form .variations td {
	text-align: center;
	padding: 5px;
}

.quick-shop-wrapper .quick-shop-form .variations td.label label {
	color: var(--e-global-color-secondary);
}

.quick-shop-wrapper .quick-shop-form .variable-items-wrapper {
	justify-content: center;
}

.quick-shop-wrapper .quick-shop-form table.variations {
	table-layout: fixed;
	margin-top: 10px;
	margin-bottom: 0;
	position: relative;
}

.quick-shop-wrapper .quick-shop-form table.variations th, .quick-shop-wrapper .quick-shop-form table.variations td {
	display: list-item;
	padding: 0;
	list-style: none;
	background-color: transparent;
}

.quick-shop-wrapper .quick-shop-form table.variations select {
	max-width: 100%;
	vertical-align: middle;
}

.quick-shop-wrapper .quick-shop-form table.variations label {
	display: block;
}

.quick-shop-wrapper .quick-shop-form table.variations a.reset_variations {
	margin-top: 0;
	margin-bottom: 15px;
	display: block;
	margin-left: 0;
	color: #f37070;
}

.quick-shop-wrapper .quick-shop-form table.variations td.label label {
	font-size: 14px;
	font-size: .875rem;
	color: var(--e-global-color-text);
	font-weight: var(--e-global-typography-primary-font-weight);
	margin-bottom: 8px;
}

.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item {
	box-shadow: none;
	border: 1px solid;
	margin: 0 5px 5px 0;
	width: auto;
	height: auto;
	min-width: 30px;
	min-height: 30px;
	padding: 0;
	border-color: var(--e-global-color-border);
}

.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item:hover, .quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.selected {
	border-color: var(--e-global-color-primary);
	outline: none;
	box-shadow: none;
}

.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item .variable-item-span {
	padding: 0px 10px;
	color: var(--e-global-color-secondary);
}

.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.color-variable-item {
	border-radius: 50%;
}

.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.color-variable-item .variable-item-span {
	border-radius: 50%;
}

.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.color-variable-item .variable-item-span:after {
	content: none;
}

.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.disabled:before {
	display: none;
}

.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.disabled:after {
	transform: rotate(-30deg);
	height: 2px;
	background-color: var(--e-global-color-border);
	width: calc(100% + 12px);
	left: -7px;
	box-shadow: none;
}

.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.disabled .variable-item-span {
	color: var(--e-global-color-text);
}

.quick-shop-wrapper .variations_form {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 0;
	padding-bottom: 15px;
}

.quick-shop-wrapper .variations_form:before {
	content: "";
}

.quick-shop-wrapper .variations_form .woocommerce-variation {
	-webkit-animation: none;
	animation: none;
}

.quick-shop-wrapper .variations_form .woocommerce-variation-description p {
	margin-bottom: 10px;
}

.quick-shop-wrapper .variations_form .woocommerce-variation-price .price, .quick-shop-wrapper .variations_form .woocommerce-variation-availability p.stock {
	margin-right: 5px;
	margin-bottom: 10px !important;
	margin-left: 5px;
	display: block;
	padding-bottom: 0 !important;
}

.quick-shop-wrapper .variations_form .woocommerce-variation-availability p.stock {
	display: none !important;
}

.quick-shop-wrapper div.quantity {
	display: none !important;
}

.quick-shop-wrapper button.single_add_to_cart_button {
	background-color: transparent;
	font-size: 14px;
	font-size: .875rem;
	color: var(--e-global-color-secondary);
	border: 1px solid;
	border-color: var(--e-global-color-secondary);
	padding: 3px 15px;
}

.quick-shop-wrapper button.single_add_to_cart_button:hover {
	color: #fff;
	background-color: var(--e-global-color-secondary);
}

.quick-shop-wrapper table.variations {
	margin-bottom: 0;
}

.quick-shop-wrapper table.variations .reset_variations {
	bottom: -30px;
	margin-left: 0;
	text-decoration: underline;
	color: var(--e-global-color-lighter);
}

.quick-shop-wrapper table.variations .reset_variations:before {
	content: none;
}

.quick-shop-wrapper .variation-swatch-selected .variations {
	margin-bottom: 40px;
}

.quick-shop-wrapper .quick-shop-close {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 5;
	height: 30px;
	opacity: 0;
	transition: opacity .2s ease 0s;
}

.quick-shop-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	width: 24px;
	height: 24px;
	box-shadow: 0 0 0 1px var(--e-global-color-border);
}

.quick-shop-shown .quick-shop-wrapper {
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transform: translate3d(0, 0, 0);
}

.quick-shop-shown .quick-shop-close {
	opacity: 1;
	transition: all .25s ease .35s;
	padding-right: 16px;
}

.loading-quick-shop .product-transition::after {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	animation: fa-spin .75s linear infinite;
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-size: 20px;
	font-size: 1.25rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	display: block;
	color: var(--e-global-color-secondary);
	z-index: 10;
}

.loading-quick-shop .product-transition .woocommerce-loop-product__link {
	background-color: rgba(255, 255, 255, .95);
}

.cross-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	line-height: 30px;
}

.cross-button:after, .cross-button:before {
	content: " ";
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	margin-top: -1px;
	width: 12px;
	height: 2px;
	background-color: #000;
	transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}

.cross-button:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cross-button:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cross-button:hover:after, .cross-button:hover:before {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

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

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

.woocommerce-breadcrumb {
	margin-bottom: 20px;
}

.woocommerce-breadcrumb > a:first-of-type:before {
	font-family: "aunuca-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	margin-right: 5px;
	top: -2px;
	position: relative;
	font-size: 16px;
	opacity: .85;
	display: none;
}

.breadcrumb-wrap {
	display: var(--page-title-display);
}

.home .main-breadcrumb {
	display: none;
}
