.has-sidebar .content-container {
	grid-gap: var(--global-md-spacing);
}
.has-left-sidebar .content-container {
	-ms-grid-columns: 1fr 4fr;
	grid-template-columns: 1fr 4fr;
}
.has-right-sidebar .content-container {
	-ms-grid-columns: 4fr 1fr;
	grid-template-columns: 4fr 1fr;
}
body.admin-bar .popup-drawer,
body.admin-bar .popup-drawer .drawer-inner {
	top: 0;
}
.woocommerce ul.products {
	position: relative;
}
.woocommerce ul.products .product-actions {
	position: absolute;
	top: 10px;
	right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.wc-block-grid ul.wc-block-grid__products,
.woocommerce ul.products.grid-cols {
	-webkit-column-gap: 1.875em;
	-moz-column-gap: 1.875em;
	column-gap: 1.875em;
	row-gap: 1.875em;
}
@media screen and (max-width: 1024px) {
	.wc-block-grid ul.wc-block-grid__products,
	.woocommerce ul.products.grid-cols {
		-webkit-column-gap: 0.938em;
		-moz-column-gap: 0.938em;
		column-gap: 0.938em;
		row-gap: 0.938em;
	}
}
.elementor-page ul.products.grid-cols,
.woocommerce-product-list ul.products.grid-cols {
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	row-gap: 0;
}
.elementor-page ul.products.grid-cols li,
.woocommerce-product-list ul.products.grid-cols li {
	margin: 0 10px 20px;
}
.add_to_cart_button.added,
.woocommerce
ul.products:not(.woo-archive-btn-button)
li:where(:not(.woo-archive-btn-button))
.button:not(.kb-button).added {
	display: none;
}
.woocommerce
a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
	border-radius: 3px;
	background: var(--global-palette-btn-bg);
	color: var(--global-palette-btn);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0.4em 1em;
	line-height: 1.6;
	text-align: center;
	text-decoration: none;
	text-transform: unset;
	font-size: inherit;
	font-weight: normal;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.woocommerce
a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(
        form.cart .added_to_cart
    ):hover {
	color: var(--global-palette-btn-hover);
	background: var(--global-palette-btn-bg-hover);
}
.product-action-wrap.style-button a.added_to_cart {
	width: 100%;
	display: block;
}
.wc-block-grid__product-add-to-cart.wp-block-button.style-button .wp-block-button__link {
	padding: 0.4em 1em;
}
.woocommerce .product-action-wrap.style-text a.added_to_cart {
	padding: 0.5em 0 0.5em 0.3em;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price,
.woocommerce ul.products li.product span.price {
	font-size: 1em;
}
.woocommerce ul.products li.product span.price ins {
	font-weight: 500;
	color: var(--global-palette-highlight);
}
.woocommerce ul.products li.product .entry-content-wrap .woocommerce-loop-category__title,
.woocommerce ul.products li.product .entry-content-wrap .woocommerce-loop-product__title,
.woocommerce ul.products li.product .entry-content-wrap h3 {
	padding: 0 0 0.3rem 0;
}
.woocommerce ul.products li.product .entry-content-wrap .woocommerce-loop-category__title a:hover,
.woocommerce ul.products li.product .entry-content-wrap .woocommerce-loop-product__title a:hover,
.woocommerce ul.products li.product .entry-content-wrap h3 a:hover {
	color: var(--global-palette1);
}
#wrapper .wc-block-grid .wc-block-grid__products li.entry,
.woocommerce ul.products li.product,
.woocommerce.content-style-boxed ul.products li.product {
	border: 1px solid var(--global-gray-400);
}
.woocommerce-carousel ul.products {
	margin: 1px !important;
}
.woocommerce ul.products li.product .product-details.entry-content-wrap {
	padding: 1rem;
	background: var(--global-palette9);
}
@media screen and (max-width: 540px) {
	.woocommerce ul.products li.product .product-details.entry-content-wrap {
		padding: 0.5rem;
	}
}
.woocommerce ul.products li.product .product-details.entry-content-wrap .product-action-wrap {
	bottom: -2rem;
}
@media screen and (max-width: 767px) {
	.woocommerce ul.products li.product .product-details.entry-content-wrap .product-action-wrap {
		padding: 0rem;
	}
}
.woocommerce
ul.products.woo-archive-action-on-hover:not(.products-list-view)
li.product.is-visible:hover
.entry-content-wrap,
.woocommerce
ul.products.woo-archive-action-on-hover:not(.products-list-view)
li.product:focus-within
.entry-content-wrap {
	background: var(--global-palette9);
}
.woocommerce
ul.products.woo-archive-action-on-hover:not(.products-list-view)
li.product:focus-within
.entry-content-wrap,
.woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:hover .entry-content-wrap {
	-webkit-transform: translateY(-2.5rem);
	-ms-transform: translateY(-2.5rem);
	transform: translateY(-2.5rem);
}
@media screen and (max-width: 767px) {
	.woocommerce
	ul.products.woo-archive-action-on-hover:not(.products-list-view)
	li.product:focus-within
	.entry-content-wrap,
	.woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:hover .entry-content-wrap {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
.woocommerce
ul.products.woo-archive-action-on-hover:not(.products-list-view)
li.product.no-buttons:focus-within
.entry-content-wrap,
.woocommerce
ul.products.woo-archive-action-on-hover:not(.products-list-view)
li.product.no-buttons:hover
.entry-content-wrap {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap,
div.products-list ul.products li.product .product-details.entry-content-wrap .product-action-wrap {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	vertical-align: top;
	margin-top: 0.4em;
}
.woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap .product-excerpt,
div.products-list ul.products li.product .product-details.entry-content-wrap .product-excerpt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap .product-excerpt p,
div.products-list ul.products li.product .product-details.entry-content-wrap .product-excerpt p {
	margin: 0;
}
.products-list.woocommerce-product-list ul.products li.product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border: none;
	margin-bottom: 10px;
}
.products-list.woocommerce-product-list ul.products li.product .product-thumbnail {
	width: 30%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
}
.products-list.woocommerce-product-list ul.products li.product .product-thumbnail img {
	padding: 0;
}
.products-list.woocommerce-product-list ul.products li.product .product-details.entry-content-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0;
	padding-left: 1rem;
	background: transparent;
}
.widget-content .products-list.woocommerce-product-list ul.products li.product .product-details.entry-content-wrap {
	padding-left: 0.75rem;
}
.products-list.woocommerce-product-list ul.products li.product .product-details.entry-content-wrap > * {
	margin: 0;
	padding: 0;
}
.products-list.woocommerce-product-list ul.products li.product .product-details.entry-content-wrap .posted-in {
	margin-bottom: 8px;
}
.products-list.woocommerce-product-list ul.products li.product .product-details.entry-content-wrap .posted-in a {
	background-color: var(--global-palette7);
	padding: 2px 10px;
	margin-inline: 0 2px;
	display: inline-block;
	font-size: 12px;
}
.products-list.woocommerce-product-list ul.products li.product .product-details.entry-content-wrap .short-description {
	margin-bottom: 12px;
}
.products-list.woocommerce-product-list ul.products li.product .product-details.entry-content-wrap .time-sale {
	margin-block: 10px;
}
@media screen and (max-width: 540px) {
	.products-list.woocommerce-product-list ul.products li.product .product-details.entry-content-wrap .time-sale {
		margin-block: 5px;
	}
}
.products-list.woocommerce-product-list ul.products li.product .product-details.entry-content-wrap .star-rating {
	float: none;
	margin-left: 0;
}
.widget-content
.products-list.woocommerce-product-list
ul.products
li.product
.product-details.entry-content-wrap
.price {
	font-size: 16px;
}
.products-list.woocommerce-product-list ul.products li.product .product-action-wrap {
	position: relative !important;
	bottom: unset !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.products-list.woocommerce-product-list ul.products li.product .product-action-wrap .button,
.products-list.woocommerce-product-list ul.products li.product .product-action-wrap a,
.products-list.woocommerce-product-list ul.products li.product .product-action-wrap button {
	width: auto;
}
.products-list.woocommerce-product-list ul.products li.product .product-action-wrap a.icon_only .cart-text {
	display: none;
}
.products-list.woocommerce-product-list ul.products li.product:focus-within .product-details.entry-content-wrap,
.products-list.woocommerce-product-list ul.products li.product:hover .product-details.entry-content-wrap {
	-webkit-transform: translateY(0px) !important;
	-ms-transform: translateY(0px) !important;
	transform: translateY(0px) !important;
}
#widget-drawer .drawer-inner .drawer-content {
	margin-top: 15px;
}
#widget-drawer .drawer-inner .drawer-content .widget-title {
	position: absolute;
	top: 10px;
}
#widget-drawer
.drawer-inner
.drawer-content
.widget.tmcore-wp-widget-products
.widget-content
ul.product_list_widget.layout-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: minmax(0, 1fr) 15px minmax(0, 1fr);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}
#widget-drawer
.drawer-inner
.drawer-content
.widget.tmcore-wp-widget-products
.widget-content
ul.product_list_widget.layout-grid
li {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#widget-drawer
.drawer-inner
.drawer-content
.widget.tmcore-wp-widget-products
.widget-content
ul.product_list_widget.layout-grid
li
.product-thumbnail {
	width: 100%;
}
#widget-drawer
.drawer-inner
.drawer-content
.widget.tmcore-wp-widget-products
.widget-content
ul.product_list_widget.layout-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#wrapper .wc-block-grid .wc-block-grid__products li.entry .entry-content-wrap,
.woocommerce ul.products li.product .product-details.entry-content-wrap {
	margin: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce ul.products li.product .product-onsale .onsale {
	right: auto;
	left: 6px;
	text-transform: none;
}
.woocommerce span.onsale {
	font-weight: normal;
}
.load-more-wrap {
	margin: 20px;
	text-align: center;
}
.widget-area .widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.wc-block-grid
.wc-block-grid__product:not(.woo-archive-btn-button)
.wc-block-grid__product-add-to-cart
.wp-block-button__link
.base-svg-iconset,
.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link .base-svg-iconset,
.wc-block-grid__product .wc-block-grid__product-add-to-cart a.added_to_cart,
.woocommerce ul.products li.product .product-action-wrap .button .base-svg-iconset svg {
	margin-left: 0.3em;
}
.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
	font-size: inherit;
}
.wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
	font-size: 0.85em;
}
.wc-block-grid.has-6-columns .wc-block-grid__product {
	font-size: 0.75em;
}
.woocommerce .woocommerce-product-rating .star-rating {
	margin: 0.4em 4px 0 0;
}
.tm-star-rating {
	--size: 15px;
	--fill: var(--color-star);
	--half: var(--color-star);
	--empty: #666666;
	display: inline-block;
	font-size: 0;
	line-height: 24px;
}
.tm-star-rating > span {
	font-size: var(--size);
}
.tm-star-rating > svg {
	display: inline-block;
	vertical-align: middle;
	width: var(--size);
	height: auto;
}
.tm-star-rating > svg.tm-star-full [stroke^="#"] {
	stroke: var(--fill);
}
.tm-star-rating > svg.tm-star-full [fill^="#"] {
	fill: var(--fill);
}
.tm-star-rating > svg.tm-star-half [stroke^="#"] {
	stroke: var(--half);
}
.tm-star-rating > svg.tm-star-half [fill^="#"] {
	fill: var(--half);
}
.tm-star-rating > svg.tm-star-empty [stroke^="#"] {
	stroke: var(--empty);
}
.tm-star-rating > svg.tm-star-empty [fill^="#"] {
	fill: var(--empty);
}
.primary-sidebar.widget-area .widget-title {
	display: block;
	position: relative;
	margin-bottom: 0;
}
.primary-sidebar.widget-area .widget-content,
.primary-sidebar.widget-area .wp-widget-group__inner-blocks {
	margin-top: 1.2em;
}
.primary-sidebar.widget-area .widget-scrollable .widget-content-inner {
	position: relative;
	max-height: 240px;
	overflow-y: auto;
	scrollbar-width: thin;
}
.primary-sidebar.widget-area .widget-scrollable .widget-content-inner::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f1f1f1;
}
.primary-sidebar.widget-area .widget-scrollable .widget-content-inner::-webkit-scrollbar-thumb {
	background: #a8a8a8;
}
.filter-toggle-open-container {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}
#filter-drawer .drawer-content {
	padding: 0 1.875em 1.875em;
}
.tmcore-wp-widget-filter .filter-pseudo-link {
	display: none;
}
.tmcore-wp-widget-filter .tmcore-product-price-filter {
	display: block;
}
.tmcore-wp-widget-filter .tmcore-product-price-filter li {
	display: block;
}
.tmcore-wp-widget-filter ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tmcore-wp-widget-filter ul.show-display-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.tmcore-wp-widget-filter ul li {
	list-style-type: none;
	line-height: normal;
}
.tmcore-wp-widget-filter ul li.li.wc-layered-nav-rating a {
	text-decoration: none;
}
.tmcore-wp-widget-filter ul .chosen > a {
	color: var(--global-palette1) !important;
}
.tmcore-wp-widget-filter ul a {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 26px;
	padding: 0;
}
.tmcore-wp-widget-filter ul .count {
	margin: 0 0 0 5px;
}
.tmcore-wp-widget-filter ul a.disabled,
.tmcore-wp-widget-filter ul > li.disabled a {
	cursor: auto;
	opacity: 0.8;
}
.tmcore-wp-widget-filter ul.single-choice .chosen a {
	cursor: auto;
}
.tmcore-wp-widget-filter ul ul.children {
	margin: 0px 0 0 25px;
	width: auto;
}
.tmcore-wp-widget-filter ul.show-display-inline {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.tmcore-wp-widget-filter ul.show-display-inline li {
	margin: 0 10px 10px 0;
}
.tmcore-wp-widget-filter ul.show-display-list li + li {
	margin: 7px 0 0;
}
.tmcore-wp-widget-filter ul.show-items-count-off .count {
	display: none;
}
.tmcore-wp-widget-filter ul.show-labels-off.list-style-color li .term-name,
.tmcore-wp-widget-filter ul.show-labels-off.list-style-image li .term-name {
	display: none;
}
.tmcore-wp-widget-filter ul.show-labels-off.list-style-color li .term-shape,
.tmcore-wp-widget-filter ul.show-labels-off.list-style-image li .term-shape {
	margin: 0;
}
.tmcore-wp-widget-filter ul.list-style-checkbox > li:not(.disabled) a:hover:before {
	border-color: #000;
}
.tmcore-wp-widget-filter ul.list-style-checkbox a {
	position: relative;
	padding-left: 30px;
}
.tmcore-wp-widget-filter ul.list-style-checkbox a:after,
.tmcore-wp-widget-filter ul.list-style-checkbox a:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 0;
	top: 4px;
	left: 0;
}
.tmcore-wp-widget-filter ul.list-style-checkbox a:before {
	border: 1px solid var(--global-gray-400);
	background: #fff;
}
.tmcore-wp-widget-filter ul.list-style-checkbox a:after {
	content: "";
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22base-svg-icon%20base-check-svg%22%20fill%3D%22currentColor%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3EDone%3C%2Ftitle%3E%3Cpath%20d%3D%22M14%202.5l-8.5%208.5-3.5-3.5-1.5%201.5%205%205%2010-10z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.tmcore-wp-widget-filter ul.list-style-checkbox .chosen > a {
}
.tmcore-wp-widget-filter ul.list-style-checkbox .chosen > a:after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.tmcore-wp-widget-filter ul.list-style-radio > li:not(.disabled) a:hover:before {
	border-color: #000;
}
.tmcore-wp-widget-filter ul.list-style-radio a {
	position: relative;
	padding-left: 30px;
}
.tmcore-wp-widget-filter ul.list-style-radio a:after,
.tmcore-wp-widget-filter ul.list-style-radio a:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}
.tmcore-wp-widget-filter ul.list-style-radio a:before {
	border: 1px solid var(--global-gray-400);
	background: #fff;
}
.tmcore-wp-widget-filter ul.list-style-radio a:after {
	opacity: 0;
	width: 10px;
	height: 10px;
	background: var(--global-palette3);
	-webkit-transform: translate(4px, 4px);
	-ms-transform: translate(4px, 4px);
	transform: translate(4px, 4px);
}
.tmcore-wp-widget-filter ul.list-style-radio .chosen > a:after {
	opacity: 1;
}
.tmcore-wp-widget-filter ul.list-style-color .term-shape,
.tmcore-wp-widget-filter ul.list-style-image .term-shape {
	position: relative;
	width: 32px;
	height: 32px;
	display: block;
	border-radius: 50%;
}
.tmcore-wp-widget-filter ul.list-style-color .term-shape .term-shape-border,
.tmcore-wp-widget-filter ul.list-style-image .term-shape .term-shape-border {
	--size: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	border: 1px solid #000;
	opacity: 0;
}
.tmcore-wp-widget-filter ul.list-style-color .term-shape .term-shape-bg,
.tmcore-wp-widget-filter ul.list-style-image .term-shape .term-shape-bg {
	--size: 100%;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0 0 0 1px rgba(150, 150, 150, 0.5);
	box-shadow: inset 0 0 0 1px rgba(150, 150, 150, 0.5);
}
.tmcore-wp-widget-filter ul.list-style-color a:hover .term-shape-border,
.tmcore-wp-widget-filter ul.list-style-color li.chosen .term-shape-border,
.tmcore-wp-widget-filter ul.list-style-image a:hover .term-shape-border,
.tmcore-wp-widget-filter ul.list-style-image li.chosen .term-shape-border {
	opacity: 1;
}
.tmcore-wp-widget-filter ul.list-style-color a:hover .term-shape-bg,
.tmcore-wp-widget-filter ul.list-style-color li.chosen .term-shape-bg,
.tmcore-wp-widget-filter ul.list-style-image a:hover .term-shape-bg,
.tmcore-wp-widget-filter ul.list-style-image li.chosen .term-shape-bg {
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.tmcore-wp-widget-filter ul.list-style-color .term-name,
.tmcore-wp-widget-filter ul.list-style-image .term-name {
	margin: 0 0 0 6px;
}
.tmcore-wp-widget-filter ul.list-style-color.show-labels-on .term-link:after,
.tmcore-wp-widget-filter ul.list-style-color.show-labels-on .term-link:before,
.tmcore-wp-widget-filter ul.list-style-image.show-labels-on .term-link:after,
.tmcore-wp-widget-filter ul.list-style-image.show-labels-on .term-link:before {
	display: none;
}
.tmcore-wp-widget-filter ul.list-style-text a {
	border: 1px solid var(--global-gray-400);
	border-radius: 5px;
	line-height: 22px;
	padding: 5px 9px;
	min-width: 42px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
}
.tmcore-wp-widget-filter ul.list-style-text .count {
	color: inherit;
}
.tmcore-wp-widget-filter ul.list-style-text .chosen a,
.tmcore-wp-widget-filter ul.list-style-text a:hover {
	background: #000;
	border-color: #000;
	color: #fff !important;
}
.tmcore-wp-widget-product-sorting .selected-order a {
	color: #000;
	text-decoration: underline;
}
.tmcore-wp-widget-product-banner {
	padding: 0 !important;
}
.tmcore-wp-widget-product-banner .banner-product-wrapper {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	padding: 30px;
	border-radius: inherit;
	min-height: 380px;
}
.tmcore-wp-widget-product-banner .banner-product-thumbnail {
	position: relative;
}
.tmcore-wp-widget-product-banner .banner-product-title {
	font-size: 30px;
	line-height: 1.5;
	margin: 0;
}
.tmcore-wp-widget-product-banner .banner-product-title a {
	color: inherit;
}
.tmcore-wp-widget-product-banner .banner-product-category {
	font-size: 15px;
	text-transform: capitalize;
	color: var(--tmcore-color-heading);
}
.tmcore-wp-widget-product-banner .product-banner-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	background: #ffd55a;
	color: var(--tmcore-color-heading);
	height: 74px;
	width: 74px;
	border-radius: 50%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.tmcore-wp-widget-product-banner .product-banner-badge .badge-value {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}
.tmcore-wp-widget-product-banner .product-banner-badge .badge-text {
	margin-top: 4px;
	font-size: 16px;
	line-height: 1;
}
.tmcore-wp-widget-product-banner .amount,
.tmcore-wp-widget-product-banner .price {
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
}
.tmcore-wp-widget-product-banner .amount ins,
.tmcore-wp-widget-product-banner .price ins {
	display: inline-block;
	vertical-align: middle;
}
.tmcore-wp-widget-product-banner .amount del,
.tmcore-wp-widget-product-banner .price del {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.584em;
	margin-top: 1px;
}
.tmcore-wp-widget-product-banner .amount del:before,
.tmcore-wp-widget-product-banner .price del:before {
	margin-top: 0;
}
.tmcore-wp-widget-product-banner .price del,
.tmcore-wp-widget-product-banner del .amount {
	color: var(--tmcore-color-text);
}
.tmcore-wp-widget-product-banner .price {
	margin: 8px 0 0;
}
.tmcore-wp-widget-product-banner .product-banner-button {
	margin: 18px 0 0;
}
.active-filters-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.active-filters-list .remove-filter-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	line-height: 24px;
	padding: 2px 10px 2px 30px;
	background: #e8e8e8;
	color: #000;
	border-radius: 5px;
	margin: 0 15px 15px 0;
	text-decoration: none;
}
.active-filters-list .remove-filter-link:hover {
	color: #fff;
	background: #000;
}
.active-filters-list .remove-filter-link:hover .filter-link-text:after,
.active-filters-list .remove-filter-link:hover .filter-link-text:before {
	border-color: #fff;
}
.active-filters-list .remove-filter-link .filter-link-text:before {
	content: "";
	height: 13px;
	border-left: 2px solid #000;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 15px;
	top: 8px;
}
.active-filters-list .remove-filter-link .filter-link-text:after {
	content: "";
	height: 13px;
	border-left: 2px solid #000;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 15px;
	top: 8px;
}
.active-filters-list .remove-filter-link .filter-link-text .amount {
	font-size: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
}
.active-filters-list .remove-all-filters-link {
	margin: 0 15px 15px 0;
	font-weight: 400;
	white-space: nowrap;
	display: block;
	text-transform: capitalize;
	text-decoration: underline;
}
.active-filters-list .remove-all-filters-link:hover {
	color: #000;
}
.color-switch-dark .tm-star-rating {
	--fill: #d9d9d9;
	--half: #d9d9d9;
}
.color-switch-dark .tmcore-wp-widget-filter ul.list-style-text .chosen a,
.color-switch-dark .tmcore-wp-widget-filter ul.list-style-text a:hover {
	background: #f8f9fb;
	border-color: #f8f9fb;
	color: #000 !important;
	text-decoration: none;
}
.color-switch-dark .tmcore-wp-widget-filter ul.list-style-color .term-shape .term-shape-bg,
.color-switch-dark .tmcore-wp-widget-filter ul.list-style-image .term-shape .term-shape-bg {
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.color-switch-dark .tmcore-wp-widget-filter ul.list-style-color .term-shape .term-shape-border,
.color-switch-dark .tmcore-wp-widget-filter ul.list-style-image .term-shape .term-shape-border {
	border-color: #f8f9fb;
}
.color-switch-dark .tmcore-wp-widget-filter ul.list-style-color .term-link:hover .term-shape .term-shape-border,
.color-switch-dark .tmcore-wp-widget-filter ul.list-style-image .term-link:hover .term-shape .term-shape-border {
	border-color: var(--global-palette-highlight);
}
.color-switch-dark .blockUI {
	opacity: 0.4 !important;
	background: rgba(255, 255, 255, 0.3) !important;
}
@media screen and (max-width: 1024px) {
	#sticky_filter.base-shop-top-row.fixed {
		position: fixed;
		top: 0px;
		bottom: auto;
		z-index: 999;
		background-color: var(--global-palette9);
		left: 0;
		right: 0;
		padding: 15px 15px;
		-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	}
}
.admin-bar #sticky_filter.base-shop-top-row.fixed {
	top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar #sticky_filter.base-shop-top-row.fixed {
		top: 46px;
	}
}
.single-product .woocommerce-product-gallery__wrapper.gallery-navigation-carousel {
	padding: 0 30px !important;
	margin: 10px 15px 0 !important;
}
.woocommerce ul.cart_list li dl.variation,
.woocommerce ul.product_list_widget li dl.variation {
	display: table;
	padding-left: 0;
	margin: 5px 0 0 0;
	font-weight: 400;
}
.woocommerce ul.cart_list li dl.variation dt,
.woocommerce ul.product_list_widget li dl.variation dt {
	font-weight: 500;
}
.woocommerce table.shop_table .product-name .wc-item-meta .wc-item-meta-label,
.woocommerce table.shop_table .product-name .wc-item-meta dt,
.woocommerce table.shop_table .product-name dl.variation .wc-item-meta-label,
.woocommerce table.shop_table .product-name dl.variation dt {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	float: left;
	clear: both;
	list-style: none outside;
	text-transform: capitalize;
}
.woocommerce table.shop_table .product-name .wc-item-meta dd,
.woocommerce table.shop_table .product-name dl.variation dd {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
}
.woocommerce table.shop_table .product-name .wc-item-meta,
.woocommerce table.shop_table .product-name dl.variation {
	margin-top: 4px;
}
.woocommerce div.product form.cart div.quantity:not(.woosq-popup div.quantity) {
	width: 102px;
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (min-width: 1400px) {
	.woocommerce div.product div.summary > :not(.product_title):not(.onsale) {
		max-width: 650px;
	}
}
.woocommerce div.product div.summary .bas-btn.bt-size-btn,
.woocommerce div.product div.summary .onsale {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.woocommerce #content div.product .wrap-summary,
.woocommerce div.product .wrap-summary,
.woocommerce-page #content div.product .wrap-summary,
.woocommerce-page div.product .wrap-summary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.woocommerce div.product .summary-sidebar,
.woocommerce div.product div.product-images,
.woocommerce div.product div.summary {
	margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
	.woocommerce div.product .summary-sidebar,
	.woocommerce div.product div.product-images,
	.woocommerce div.product div.summary {
		position: sticky;
		-ms-flex-item-align: start;
		align-self: flex-start;
		top: 0;
	}
}
@media screen and (max-width: 767px) {
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		margin-left: 0;
	}
}
.woocommerce div.product form.cart div.quantity:has(input.qty[type="hidden"]) {
	display: none;
}
.woocommerce div.product div.summary form.cart .woocommerce-variation-add-to-cart,
.woocommerce div.product div.summary form.cart:not(.variations_form):not(.grouped_form) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 15px;
}
.woocommerce div.product div.summary form.cart .button {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: auto;
	margin: 0 0 0;
	display: inline-block;
}
.woocommerce div.product form.cart .variations label {
	font-weight: 500;
}
.single-product div.product .single_add_to_cart_button {
	position: relative;
}
.single-product div.product .single_add_to_cart_button.loading {
	color: transparent;
}
.single-product div.product .single_add_to_cart_button.loading:before {
	--loader-size: 18px;
	height: var(--loader-size);
	width: var(--loader-size);
	display: inline-block;
	top: 50%;
	left: 50%;
	margin-top: calc(var(--loader-size) * -0.5);
	margin-left: calc(var(--loader-size) * -0.5);
	content: "";
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	background: transparent !important;
	border: 2px solid var(--global-palette-btn);
	border-top-color: currentColor;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	line-height: 1;
	text-align: center;
	font-size: 2em;
}
.single-product div.product .summary p.price,
.single-product div.product .summary span.price {
	margin-bottom: 15px;
	font-size: inherit;
}
.single-product div.product .summary .variations_form .price,
.single-product div.product .summary .wrap_price_rating span.price {
	font-size: 22px;
}
@media screen and (max-width: 1024px) {
	.single-product div.product .summary .variations_form .price,
	.single-product div.product .summary .wrap_price_rating span.price {
		font-size: 18px;
	}
}
.single-product .woocommerce-product-details__short-description {
	display: inline-block;
	margin-top: 0;
}
.woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart,
.woocommerce div.product div.summary .added_to_cart,
.woocommerce div.product div.summary .button.single_add_to_cart_button {
	height: var(--global-button-height);
	line-height: var(--global-button-height);
}
.base-sticky-add-to-cart-action-wrap form.cart .button-buy-now {
	margin-left: 5px;
}
.woocommerce.base-cart-button-normal div.product div.summary .added_to_cart {
	width: 100%;
	margin-left: 0;
	margin: 0;
}
.summary .single_add_to_cart_button.button-buy-now {
	width: 100% !important;
}
.base-cart-button-large.woocommerce div.product div.summary form.cart .button,
.base-cart-button-medium-large.woocommerce div.product div.summary form.cart .button,
.base-cart-button-normal.woocommerce div.product div.summary form.cart .button {
	font-size: 100%;
}
.base-cart-button-large.woocommerce div.product form.cart div.quantity.spinners-added .qty,
.base-cart-button-medium-large.woocommerce div.product form.cart div.quantity.spinners-added .qty,
.base-cart-button-normal.woocommerce div.product form.cart div.quantity.spinners-added .qty {
	height: auto;
}
.woocommerce table.shop_table td .quantity.spinners-added {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.woocommerce .quantity.spinners-added {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: var(--global-palette8);
}
.woocommerce .quantity.spinners-added input.qty {
	height: auto;
}
.woocommerce .quantity.spinners-added input.minus,
.woocommerce .quantity.spinners-added input.plus {
	font-size: 0;
	color: var(--global-palette5);
	background-size: 45%;
	background-repeat: no-repeat;
	background-position: center;
	width: 36px;
	height: auto;
	padding: 0;
}
.woocommerce .quantity.spinners-added input.minus {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19%2011H5V13H19V11Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.woocommerce .quantity.spinners-added input.plus {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11%2011V5H13V11H19V13H13V19H11V13H5V11H11Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.woocommerce form .form-row label {
	font-size: inherit;
	color: var(--global-palette3);
}
.woocommerce table.shop_table {
	font-size: inherit;
}
.color-switch-dark .quantity.spinners-added input.minus,
.color-switch-dark .quantity.spinners-added input.plus {
	-webkit-filter: invert(1);
	filter: invert(1);
}
.woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(
        .tmcore-product-price-filter .woocommerce-Price-amount
    ) {
	color: var(--global-palette1);
}
.price,
.tr-price,
.woocommerce-grouped-product-list-item__price {
	color: var(--global-palette1);
}
.price del,
.tr-price del,
.woocommerce-grouped-product-list-item__price del {
	color: var(--global-palette4);
	text-decoration-color: var(--global-palette4);
}
.woocommerce
table.shop_table
tbody
th
.woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(
        .tmcore-product-price-filter .woocommerce-Price-amount
    ),
.woocommerce
table.shop_table
tfoot
td
.woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(
        .tmcore-product-price-filter .woocommerce-Price-amount
    ),
.woocommerce
table.shop_table
tfoot
th
.woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(
        .tmcore-product-price-filter .woocommerce-Price-amount
    ) {
	font-weight: 600;
}
.woocommerce div.product div.summary .single-product-payments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 6px;
}
.woocommerce div.product div.summary a {
	text-decoration: none;
}
.woocommerce div.product div.summary .product-onsale {
	margin: 0 0 10px 0;
}
.woocommerce div.product div.summary span.onsale {
	position: static;
	display: inline-block;
	vertical-align: top;
	padding: 5px 15px;
	font-size: 1em;
	font-weight: normal;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}
.woocommerce div.product div.summary .wrap_price_rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	gap: 15px;
	margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
	.woocommerce div.product div.summary .wrap_price_rating {
		gap: 5px;
		margin-bottom: 10px;
	}
}
.woocommerce div.product div.summary .wrap_price_rating .woocommerce-product-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.woocommerce div.product div.summary .wrap_price_rating .price {
	margin: 0;
}
@media screen and (max-width: 1100px) {
	.woocommerce div.product div.summary .wrap_price_rating {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.time-sale.style_1 .tmcore-countdown .countdown-item .countdown-digits,
.time-sale.style_2 .tmcore-countdown .countdown-item .countdown-digits {
	border: 1px solid var(--global-palette3);
}
.time-sale.style_1 .tmcore-countdown .countdown-item .countdown-label,
.time-sale.style_2 .tmcore-countdown .countdown-item .countdown-label {
	color: var(--global-palette3);
}
.color-switch-dark .product-thumbnail .time-sale.style_1 .tmcore-countdown .countdown-item .countdown-digits,
.color-switch-dark .product-thumbnail .time-sale.style_2 .tmcore-countdown .countdown-item .countdown-digits {
	border: 1px solid var(--global-palette9);
}
.color-switch-dark .product-thumbnail .time-sale.style_1 .tmcore-countdown .countdown-item .countdown-label,
.color-switch-dark .product-thumbnail .time-sale.style_2 .tmcore-countdown .countdown-item .countdown-label {
	color: var(--global-palette9);
}
.time-sale {
	margin-bottom: 20px;
	display: block;
}
.product-thumbnail .time-sale {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	text-align: center;
	padding: 0;
	border: none;
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.product-thumbnail .time-sale {
		bottom: 5px;
		left: 5px;
		right: 5px;
	}
}
.product-thumbnail .time-sale .tmcore-countdown {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}
.time-sale .deal-text {
	color: var(--global-palette3);
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 16px;
}
.time-sale .countdown-item {
	text-align: center;
}
.woocommerce ul.products.woo-archive-action-on-hover li.product .product-thumbnail .time-sale,
.woocommerce-page ul.products.woo-archive-action-on-hover li.product .product-thumbnail .time-sale {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.woocommerce ul.products.woo-archive-action-on-hover li.product:hover .product-thumbnail .time-sale,
.woocommerce-page ul.products.woo-archive-action-on-hover li.product:hover .product-thumbnail .time-sale {
	opacity: 0;
	visibility: hidden;
}
.time-sale .tmcore-countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
@media screen and (max-width: 1366px) {
	.product-thumbnail .time-sale .tmcore-countdown {
		-webkit-column-gap: 3px;
		-moz-column-gap: 3px;
		column-gap: 3px;
	}
}
.time-sale .tmcore-countdown .countdown-item .countdown-digits {
	background-color: var(--global-palette3);
}
.time-sale .tmcore-countdown .countdown-item .countdown-digits {
	color: var(--global-palette9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0px;
	width: 50px;
	height: 50px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50%;
	line-height: 1;
	margin-bottom: 10px;
}
.product-details .time-sale .tmcore-countdown .countdown-item .countdown-digits,
.product-thumbnail .time-sale .tmcore-countdown .countdown-item .countdown-digits {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
	.product-details .time-sale .tmcore-countdown .countdown-item .countdown-digits,
	.product-thumbnail .time-sale .tmcore-countdown .countdown-item .countdown-digits {
		width: 33px;
		height: 33px;
	}
}
@media screen and (max-width: 767px) {
	.product-details .time-sale .tmcore-countdown .countdown-item .countdown-digits,
	.product-thumbnail .time-sale .tmcore-countdown .countdown-item .countdown-digits {
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 540px) {
	.product-details .time-sale .tmcore-countdown .countdown-item .countdown-digits,
	.product-thumbnail .time-sale .tmcore-countdown .countdown-item .countdown-digits {
		width: 26px;
		height: 26px;
		margin-bottom: 0px;
		font-size: 10px;
	}
}
.time-sale .tmcore-countdown .countdown-item .countdown-label {
	font-size: 11px;
	line-height: 1;
	display: block;
}
@media screen and (max-width: 1366px) {
	.time-sale .tmcore-countdown .countdown-item .countdown-label {
		font-size: 11px;
	}
}
@media screen and (max-width: 540px) {
	.product-details .time-sale .tmcore-countdown .countdown-item .countdown-label,
	.product-thumbnail .time-sale .tmcore-countdown .countdown-item .countdown-label {
		display: none;
	}
}
.time-sale.single_style_1 .tmcore-countdown .countdown-item .countdown-digits,
.time-sale.single_style_2 .tmcore-countdown .countdown-item .countdown-digits,
.time-sale.style_1 .tmcore-countdown .countdown-item .countdown-digits,
.time-sale.style_2 .tmcore-countdown .countdown-item .countdown-digits {
	line-height: 50px;
}
.time-sale.single_style_2 .tmcore-countdown .countdown-item .countdown-digits,
.time-sale.style_2 .tmcore-countdown .countdown-item .countdown-digits {
	border-radius: 0;
}
.time-sale.single_style_3 .tmcore-countdown,
.time-sale.single_style_4 .tmcore-countdown,
.time-sale.style_3 .tmcore-countdown,
.time-sale.style_4 .tmcore-countdown {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border: 1px solid var(--global-gray-400);
	background-color: var(--global-palette9);
	padding: 10px 15px;
}
.time-sale.single_style_3 .tmcore-countdown .countdown-item,
.time-sale.single_style_4 .tmcore-countdown .countdown-item,
.time-sale.style_3 .tmcore-countdown .countdown-item,
.time-sale.style_4 .tmcore-countdown .countdown-item {
	padding: 0 10px 0 0;
	position: relative;
}
.time-sale.single_style_3 .tmcore-countdown .countdown-item .countdown-digits,
.time-sale.single_style_4 .tmcore-countdown .countdown-item .countdown-digits,
.time-sale.style_3 .tmcore-countdown .countdown-item .countdown-digits,
.time-sale.style_4 .tmcore-countdown .countdown-item .countdown-digits {
	background-color: transparent;
	color: var(--global-palette3);
	height: auto;
	padding: 0;
}
.time-sale.single_style_3 .tmcore-countdown .countdown-item .countdown-digits.countdown-seconds,
.time-sale.single_style_4 .tmcore-countdown .countdown-item .countdown-digits.countdown-seconds,
.time-sale.style_3 .tmcore-countdown .countdown-item .countdown-digits.countdown-seconds,
.time-sale.style_4 .tmcore-countdown .countdown-item .countdown-digits.countdown-seconds {
	color: var(--color-alert);
}
.time-sale.single_style_3 .tmcore-countdown .countdown-item:after,
.time-sale.single_style_4 .tmcore-countdown .countdown-item:after,
.time-sale.style_3 .tmcore-countdown .countdown-item:after,
.time-sale.style_4 .tmcore-countdown .countdown-item:after {
	content: "";
	background: var(--global-gray-400);
	position: absolute;
	height: 50%;
	width: 1px;
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
}
.time-sale.single_style_3 .tmcore-countdown .countdown-item:last-child,
.time-sale.single_style_4 .tmcore-countdown .countdown-item:last-child,
.time-sale.style_3 .tmcore-countdown .countdown-item:last-child,
.time-sale.style_4 .tmcore-countdown .countdown-item:last-child {
	padding: 0;
}
.time-sale.single_style_3 .tmcore-countdown .countdown-item:last-child:after,
.time-sale.single_style_4 .tmcore-countdown .countdown-item:last-child:after,
.time-sale.style_3 .tmcore-countdown .countdown-item:last-child:after,
.time-sale.style_4 .tmcore-countdown .countdown-item:last-child:after {
	display: none;
}
@media screen and (max-width: 540px) {
	.time-sale.single_style_3 .tmcore-countdown .countdown-item .countdown-digits,
	.time-sale.single_style_4 .tmcore-countdown .countdown-item .countdown-digits {
		width: 30px;
	}
}
.product .time-sale.style_3 .tmcore-countdown,
.product .time-sale.style_4 .tmcore-countdown {
	padding: 10px 10px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
@media screen and (max-width: 1366px) {
	.product .time-sale.style_3 .tmcore-countdown,
	.product .time-sale.style_4 .tmcore-countdown {
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
	}
}
@media screen and (max-width: 540px) {
	.product .time-sale.style_3 .tmcore-countdown,
	.product .time-sale.style_4 .tmcore-countdown {
		padding: 10px 5px;
	}
}
.product .time-sale.style_3 .tmcore-countdown .countdown-item,
.product .time-sale.style_4 .tmcore-countdown .countdown-item {
	padding: 0 5px 0 0;
}
.product .time-sale.style_3 .tmcore-countdown .countdown-item .countdown-digits,
.product .time-sale.style_4 .tmcore-countdown .countdown-item .countdown-digits {
	height: auto;
	width: auto;
	line-height: 1;
}
@media screen and (max-width: 540px) {
	.product .time-sale.style_3 .tmcore-countdown .countdown-item:after,
	.product .time-sale.style_4 .tmcore-countdown .countdown-item:after {
		height: 100%;
	}
}
.time-sale.single_style_4 .tmcore-countdown,
.time-sale.style_4 .tmcore-countdown {
	background-color: var(--global-palette8);
	border-width: 2px;
}
.time-sale.single_style_5 .tmcore-countdown .countdown-item,
.time-sale.single_style_6 .tmcore-countdown .countdown-item,
.time-sale.single_style_7 .tmcore-countdown .countdown-item,
.time-sale.style_5 .tmcore-countdown .countdown-item,
.time-sale.style_6 .tmcore-countdown .countdown-item,
.time-sale.style_7 .tmcore-countdown .countdown-item {
	width: 42px;
	height: 42px;
	background-color: var(--global-palette8);
	padding: 6px 0;
}
.time-sale.single_style_5 .tmcore-countdown .countdown-item .countdown-digits,
.time-sale.single_style_6 .tmcore-countdown .countdown-item .countdown-digits,
.time-sale.single_style_7 .tmcore-countdown .countdown-item .countdown-digits,
.time-sale.style_5 .tmcore-countdown .countdown-item .countdown-digits,
.time-sale.style_6 .tmcore-countdown .countdown-item .countdown-digits,
.time-sale.style_7 .tmcore-countdown .countdown-item .countdown-digits {
	background-color: transparent;
	color: var(--global-palette3);
	height: auto;
	width: auto;
	line-height: 18px;
	margin-bottom: 1px;
}
.time-sale.single_style_5 .tmcore-countdown .countdown-item .countdown-digits.countdown-seconds,
.time-sale.single_style_6 .tmcore-countdown .countdown-item .countdown-digits.countdown-seconds,
.time-sale.single_style_7 .tmcore-countdown .countdown-item .countdown-digits.countdown-seconds,
.time-sale.style_5 .tmcore-countdown .countdown-item .countdown-digits.countdown-seconds,
.time-sale.style_6 .tmcore-countdown .countdown-item .countdown-digits.countdown-seconds,
.time-sale.style_7 .tmcore-countdown .countdown-item .countdown-digits.countdown-seconds {
	color: var(--color-alert);
}
@media screen and (max-width: 540px) {
	.time-sale.single_style_5 .tmcore-countdown .countdown-item,
	.time-sale.single_style_6 .tmcore-countdown .countdown-item,
	.time-sale.single_style_7 .tmcore-countdown .countdown-item,
	.time-sale.style_5 .tmcore-countdown .countdown-item,
	.time-sale.style_6 .tmcore-countdown .countdown-item,
	.time-sale.style_7 .tmcore-countdown .countdown-item {
		width: 40px;
		height: 40px;
		padding: 5px 0;
	}
}
.time-sale.single_style_5 .tmcore-countdown .countdown-item .countdown-label,
.time-sale.single_style_6 .tmcore-countdown .countdown-item .countdown-label,
.time-sale.style_5 .tmcore-countdown .countdown-item .countdown-label,
.time-sale.style_6 .tmcore-countdown .countdown-item .countdown-label {
	color: var(--global-palette3);
}
.product .time-sale.style_5 .tmcore-countdown .countdown-item,
.product .time-sale.style_6 .tmcore-countdown .countdown-item,
.product .time-sale.style_7 .tmcore-countdown .countdown-item {
	width: 42px;
	height: 42px;
	padding: 4px 0;
}
@media screen and (max-width: 1366px) {
	.product .time-sale.style_5 .tmcore-countdown .countdown-item,
	.product .time-sale.style_6 .tmcore-countdown .countdown-item,
	.product .time-sale.style_7 .tmcore-countdown .countdown-item {
		width: 36px;
		height: 40px;
	}
}
@media screen and (max-width: 767px) {
	.product .time-sale.style_5 .tmcore-countdown .countdown-item,
	.product .time-sale.style_6 .tmcore-countdown .countdown-item,
	.product .time-sale.style_7 .tmcore-countdown .countdown-item {
		width: 33px;
	}
}
@media screen and (max-width: 540px) {
	.product .time-sale.style_5 .tmcore-countdown .countdown-item,
	.product .time-sale.style_6 .tmcore-countdown .countdown-item,
	.product .time-sale.style_7 .tmcore-countdown .countdown-item {
		width: 26px;
		height: 26px;
		padding: 6px 2px;
	}
	.product .time-sale.style_5 .tmcore-countdown .countdown-item .countdown-digits,
	.product .time-sale.style_6 .tmcore-countdown .countdown-item .countdown-digits,
	.product .time-sale.style_7 .tmcore-countdown .countdown-item .countdown-digits {
		margin: 0;
	}
}
@media screen and (max-width: 540px) {
	.product .time-sale.style_6 .tmcore-countdown .countdown-digits,
	.product .time-sale.style_7 .tmcore-countdown .countdown-digits {
		line-height: normal;
	}
}
.time-sale.single_style_6 .tmcore-countdown .countdown-item,
.time-sale.style_6 .tmcore-countdown .countdown-item {
	background-color: var(--global-palette9);
	border: 1px solid var(--global-gray-400);
}
.time-sale.single_style_7 .tmcore-countdown .countdown-item,
.time-sale.style_7 .tmcore-countdown .countdown-item {
	border: none;
	background-color: #fef2f2;
	color: var(--color-alert);
	border-radius: 5px;
}
.time-sale.single_style_7 .tmcore-countdown .countdown-item .countdown-digits,
.time-sale.style_7 .tmcore-countdown .countdown-item .countdown-digits {
	color: var(--color-alert);
}
.time-sale.single_style_8 .tmcore-countdown .countdown-item,
.time-sale.style_8 .tmcore-countdown .countdown-item {
	position: relative;
	padding: 0 5px 0 0;
}
@media screen and (max-width: 767px) {
	.product-details .time-sale.single_style_8 .tmcore-countdown .countdown-item,
	.product-details .time-sale.style_8 .tmcore-countdown .countdown-item,
	.product-thumbnail .time-sale.single_style_8 .tmcore-countdown .countdown-item,
	.product-thumbnail .time-sale.style_8 .tmcore-countdown .countdown-item {
		padding: 0;
	}
}
.time-sale.single_style_8 .tmcore-countdown .countdown-item .countdown-digits,
.time-sale.style_8 .tmcore-countdown .countdown-item .countdown-digits {
	background-color: #e5e5e5;
	color: #000000;
	font-size: 15px;
	width: 40px;
	height: 40px;
	margin: 0;
	text-align: center;
}
.product-details .time-sale.single_style_8 .tmcore-countdown .countdown-item .countdown-digits,
.product-details .time-sale.style_8 .tmcore-countdown .countdown-item .countdown-digits,
.product-thumbnail .time-sale.single_style_8 .tmcore-countdown .countdown-item .countdown-digits,
.product-thumbnail .time-sale.style_8 .tmcore-countdown .countdown-item .countdown-digits {
	font-size: 13px;
	width: 30px;
	height: 30px;
}
@media screen and (max-width: 767px) {
	.product-details .time-sale.single_style_8 .tmcore-countdown .countdown-item .countdown-digits,
	.product-details .time-sale.style_8 .tmcore-countdown .countdown-item .countdown-digits,
	.product-thumbnail .time-sale.single_style_8 .tmcore-countdown .countdown-item .countdown-digits,
	.product-thumbnail .time-sale.style_8 .tmcore-countdown .countdown-item .countdown-digits {
		width: 25px;
		height: 25px;
		font-size: 11px;
	}
}
.time-sale.single_style_8 .tmcore-countdown .countdown-item .countdown-label,
.time-sale.style_8 .tmcore-countdown .countdown-item .countdown-label {
	display: none;
}
.time-sale.single_style_8 .tmcore-countdown .countdown-item:after,
.time-sale.style_8 .tmcore-countdown .countdown-item:after {
	content: ":";
	position: absolute;
	right: -5px;
	left: auto;
	top: 0;
	bottom: 0;
	line-height: 40px;
	font-weight: 700;
}
.product-details .time-sale.single_style_8 .tmcore-countdown .countdown-item:after,
.product-details .time-sale.style_8 .tmcore-countdown .countdown-item:after,
.product-thumbnail .time-sale.single_style_8 .tmcore-countdown .countdown-item:after,
.product-thumbnail .time-sale.style_8 .tmcore-countdown .countdown-item:after {
	line-height: 30px;
	right: -3px;
}
@media screen and (max-width: 1366px) {
	.product-details .time-sale.single_style_8 .tmcore-countdown .countdown-item:after,
	.product-details .time-sale.style_8 .tmcore-countdown .countdown-item:after,
	.product-thumbnail .time-sale.single_style_8 .tmcore-countdown .countdown-item:after,
	.product-thumbnail .time-sale.style_8 .tmcore-countdown .countdown-item:after {
		right: -2px;
	}
}
@media screen and (max-width: 767px) {
	.product-details .time-sale.single_style_8 .tmcore-countdown .countdown-item:after,
	.product-details .time-sale.style_8 .tmcore-countdown .countdown-item:after,
	.product-thumbnail .time-sale.single_style_8 .tmcore-countdown .countdown-item:after,
	.product-thumbnail .time-sale.style_8 .tmcore-countdown .countdown-item:after {
		display: none;
	}
}
.time-sale.single_style_8 .tmcore-countdown .countdown-item .countdown-digits,
.time-sale.style_8 .tmcore-countdown .countdown-item .countdown-digits {
	line-height: 40px;
}
.time-sale.single_style_8 .tmcore-countdown .countdown-item:last-child,
.time-sale.style_8 .tmcore-countdown .countdown-item:last-child {
	padding: 0;
}
.time-sale.single_style_8 .tmcore-countdown .countdown-item:last-child:after,
.time-sale.style_8 .tmcore-countdown .countdown-item:last-child:after {
	display: none;
}
.woocommerce .time-sale.style_9 .tmcore-countdown {
	background: #fff;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	padding: 7px 15px;
	border-radius: 5px;
	color: var(--color-alert);
	gap: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.woocommerce .time-sale.style_9 .tmcore-countdown span.countdown-digits,
.woocommerce .time-sale.style_9 .tmcore-countdown span.countdown-label {
	font-size: 13px;
	font-weight: 600;
	color: var(--color-alert);
	line-height: 24px;
}
@media (max-width: 540px) {
	.woocommerce .time-sale.style_9 .tmcore-countdown {
		padding: 0px 5px;
	}
	.woocommerce .time-sale.style_9 .tmcore-countdown span.countdown-digits {
		font-size: 11px;
	}
	.woocommerce .time-sale.style_9 .tmcore-countdown span.countdown-label {
		display: none;
	}
}
.woocommerce .time-sale.single_style_9 .tmcore-countdown {
	gap: 0;
	color: var(--color-alert);
}
.woocommerce .time-sale.single_style_9 .tmcore-countdown .countdown-digits,
.woocommerce .time-sale.single_style_9 .tmcore-countdown .countdown-label {
	font-size: 16px;
	color: var(--color-alert);
	font-weight: 600;
	line-height: 24px;
}
.woocommerce .time-sale.single_style_9 .deal-text {
	margin-bottom: 5px;
}
.woocommerce div.product div.summary .single-product-extras {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.woocommerce div.product div.summary .single-product-extras ul {
	margin: 0 0 0.5em;
}
.woocommerce div.product div.summary .wrap_after_button {
	border-bottom: 1px solid var(--global-gray-400);
	padding-bottom: 1em;
	margin-bottom: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.woocommerce div.product div.summary .wrap_after_button .wrap_compare_wishlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.woocommerce div.product div.summary .wrap_after_button a.button,
.woocommerce div.product div.summary .wrap_after_button button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
.woocommerce div.product div.summary .wrap_after_button .woosc-btn-icon-text .woosc-btn-text,
.woocommerce div.product div.summary .wrap_after_button .woosw-btn-icon-text .woosw-btn-text {
	margin-left: 0;
}
@media (max-width: 1366px) {
	.woocommerce div.product div.summary .wrap_after_button {
		display: block;
	}
	.woocommerce div.product div.summary .wrap_after_button .wrap_compare_wishlist {
		margin-bottom: 10px;
	}
}
.woocommerce div.product div.summary .entry-product-stock {
	color: var(--global-palette3);
}
.woocommerce div.product div.summary .entry-product-stock.low-stock-bar {
	margin-bottom: 25px;
}
.woocommerce div.product div.summary .woocommerce-variation .woocommerce-variation-availability,
.woocommerce div.product div.summary .woocommerce-variation .woocommerce-variation-description,
.woocommerce div.product div.summary .woocommerce-variation .woocommerce-variation-price {
	margin-bottom: 1em;
}
.woocommerce div.product div.summary .entry-product-stock:not(.low-stock-bar) {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 4px;
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 1em;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.woocommerce div.product div.summary .entry-product-stock:not(.low-stock-bar).out-of-stock {
	background-color: var(--color-alert-bg);
	color: var(--color-alert);
}
.woocommerce div.product div.summary .entry-product-stock:not(.low-stock-bar).in-stock {
	color: var(--color-success, "#2a7a25");
	background-color: var(--color-success-bg, "#e6f7e6");
}
.woocommerce div.product div.summary .entry-product-stock:not(.low-stock-bar).available-on-backorder {
	color: var(--color-success, "#2a7a25");
	background-color: var(--color-success-bg, "#e6f7e6");
}
.entry-product-stock .value {
	font-weight: 600;
}
.tmcore-progress {
	max-width: 350px;
	margin-top: 8px;
	margin-bottom: 20px;
}
.woosq-popup .tmcore-progress {
	width: 100%;
}
.tmcore-progress .progress-bar-wrap {
	height: 5px;
	position: relative;
	border-radius: 4px;
	background-color: #e4e4e4;
}
.progress-bar {
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 6px 0 0 6px;
	background-color: var(--color-alert);
	-webkit-animation: stock-progress-bar 8s ease;
	animation: stock-progress-bar 8s ease;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.progress-bar[data-width="100%"] {
	border-radius: 6px;
}
.tmcore-live-viewing-visitors {
	position: relative;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.tmcore-live-viewing-visitors .eye {
	font-size: 18px;
	margin-right: 10px;
	-webkit-animation: 2s cubic-bezier(0.4, 0, 0.6, 1) infinite eye-pulse;
	animation: 2s cubic-bezier(0.4, 0, 0.6, 1) infinite eye-pulse;
}
.tmcore-live-viewing-visitors .count {
	font-weight: 600;
}
.tmcore-live-viewing-visitors .text-wrapper {
	color: var(--global-palette3);
}
.tmcore-in-cart,
.tmcore-last-sold {
	margin: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--color-alert);
	background-color: #fff5f4;
	border-radius: 4px;
	padding: 8px 15px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.style1 .tmcore-in-cart,
.style1 .tmcore-last-sold {
	background-color: transparent;
}
.tmcore-in-cart span,
.tmcore-last-sold span {
	font-weight: bold;
	font-size: 15px;
}
.tmcore-in-cart i,
.tmcore-last-sold i {
	margin-right: 10px;
	position: relative;
	top: 2px;
	-webkit-animation: icon-flash-animate 2000ms infinite;
	animation: icon-flash-animate 2000ms infinite;
}
.check-incart-sold {
	overflow: hidden;
	position: relative;
	height: 40px;
	clear: both;
	border-radius: 4px;
	margin-bottom: 15px;
}
.check-incart-sold .tmcore-scroll {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: absolute;
	top: 0px;
	color: var(--color-alert);
	position: absolute;
	background-color: #fff5f4;
	border-radius: 4px;
	height: 200%;
	-webkit-animation: slide_notif 12s ease-in-out infinite;
	animation: slide_notif 12s ease-in-out infinite;
}
.check-incart-sold .tmcore-scroll .tmcore-in-cart,
.check-incart-sold .tmcore-scroll .tmcore-last-sold {
	padding: 8px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	height: 50%;
	margin: 0;
}
.check-incart-sold svg {
	width: 18px;
	height: 18px;
	color: var(--color-alert);
}
.style1 .tmcore-scroll,
.style1.tmcore-in-cart,
.style1.tmcore-last-sold {
	background-color: transparent;
	padding: 0;
}
.style1.check-incart-sold {
	height: 25px;
	margin-bottom: 15px;
}
.style1.check-incart-sold .tmcore-scroll .tmcore-in-cart,
.style1.check-incart-sold .tmcore-scroll .tmcore-last-sold {
	background-color: transparent;
	padding: 0;
}
@media screen and (max-width: 1366px) {
	.style1.check-incart-sold,
	.style2.check-incart-sold {
		height: 50px;
	}
}
.style1.check-incart-sold .tmcore-scroll,
.style2.check-incart-sold .tmcore-scroll {
	width: auto;
}
.style1.check-incart-sold .tmcore-scroll .tmcore-in-cart,
.style2.check-incart-sold .tmcore-scroll .tmcore-in-cart {
	width: auto;
	text-align: left;
}
a.bt-size-btn {
	color: var(--global-palette3);
	background: unset;
	padding: 0 !important;
	margin: 0 !important;
	line-height: normal;
}
a.bt-size-btn:hover {
	background: unset;
	color: var(--global-palette3);
	line-height: normal;
	padding: 0 !important;
	margin: 0 !important;
	text-decoration: underline;
}
.ask-question,
.social-share {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	-webkit-padding-end: 15px;
	padding-inline-end: 15px;
	margin-right: 1em;
}
.ask-question svg,
.social-share svg {
	background: transparent;
	color: var(--global-palette3);
	fill: var(--global-palette3);
}
.ask-question button,
.social-share button {
	background: transparent;
	padding: 0;
	color: var(--global-palette3) !important;
	font-size: 15px;
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ask-question button:active,
.ask-question button:focus,
.ask-question button:hover,
.social-share button:active,
.social-share button:focus,
.social-share button:hover {
	color: var(--global-palette3);
	background: transparent;
}
#askquestion-popup.popup-drawer .drawer-inner .drawer-header,
#share-popup.popup-drawer .drawer-inner .drawer-header {
	padding-block: 15px;
	padding-inline: 30px;
}
#askquestion-popup.popup-drawer .drawer-inner .drawer-header .drawer-toggle,
#share-popup.popup-drawer .drawer-inner .drawer-header .drawer-toggle {
	top: 18px;
	right: 20px;
}
#askquestion-popup.popup-drawer .drawer-inner .drawer-content,
#share-popup.popup-drawer .drawer-inner .drawer-content {
	padding: 10px 30px 30px;
}
#askquestion-popup.popup-drawer .drawer-inner .wpcf7-form p {
	position: relative;
	margin-block: 0 15px;
}
#askquestion-popup.popup-drawer .drawer-inner .wpcf7-form p .wpcf7-submit,
#askquestion-popup.popup-drawer .drawer-inner .wpcf7-form p input {
	width: 100%;
}
#askquestion-popup.popup-drawer .drawer-inner .wpcf7-form p textarea.wpcf7-form-control.wpcf7-textarea {
	height: 100px;
}
#askquestion-popup.popup-drawer .drawer-inner .wpcf7-form .wpcf7-response-output {
	margin: 0;
}
#askquestion-popup.popup-drawer .drawer-inner .wpcf7-form .wpcf7-spinner {
	margin: 10px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 50%;
}
#share-popup.popup-drawer .drawer-inner .drawer-content a.social-share-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#share-popup.popup-drawer .drawer-inner .drawer-content a.social-share-icon svg.e-font-icon-svg.e-fab-facebook-f {
	padding: 2px;
}
#share-popup.popup-drawer .drawer-inner .drawer-content .flex.items-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
}
#share-popup.popup-drawer .drawer-inner .drawer-content .flex.items-center #copy_permalink {
	width: 100%;
}
#share-popup.popup-drawer .drawer-inner .drawer-content .flex.items-center #copyButton,
#share-popup.popup-drawer .drawer-inner .drawer-content .flex.items-center #copy_permalink {
	max-height: var(--global-button-max-height);
	height: var(--global-button-height);
}
@media screen and (max-width: 600px) {
	#askquestion-popup.popup-drawer .drawer-inner .drawer-header,
	#share-popup.popup-drawer .drawer-inner .drawer-header {
		padding-block: 10px;
		padding-inline: 20px;
	}
	#askquestion-popup.popup-drawer .drawer-inner .drawer-header .drawer-toggle,
	#share-popup.popup-drawer .drawer-inner .drawer-header .drawer-toggle {
		top: 12px;
		right: 15px;
	}
	#askquestion-popup.popup-drawer .drawer-inner .drawer-content,
	#share-popup.popup-drawer .drawer-inner .drawer-content {
		padding: 10px 20px 20px;
	}
}
@media screen and (max-width: 480px) {
	#share-popup.popup-drawer .drawer-inner .drawer-content .tmcore-social-share {
		display: inline-block;
	}
	#share-popup.popup-drawer .drawer-inner .drawer-content a.social-share-icon {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin: 4px;
	}
}
.woocommerce .product-action-wrap a.button.default .add-to-cart-icon,
.woocommerce .product-action-wrap a.button.text .add-to-cart-icon {
	display: none !important;
}
.woocommerce a.button .base-check-svg,
.woocommerce a.button .base-spinner-svg {
	display: none;
}
.woocommerce a.button.loading .base-spinner-svg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-left: -5px;
}
.woocommerce a.button.added .base-check-svg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.woocommerce ul.products li.product.action-style-default .product-action-wrap a.button .add-to-cart-icon {
	display: none;
}
.woocommerce a.button:not(.text) .base-arrow-right-alt-svg {
	display: none;
}
.archive.content-style-unboxed
.products.woo-archive-action-visible
li.product.content-bg.loop-entry
.content-bg:not(.loop-entry),
.post-type-archive.content-style-unboxed
.products.woo-archive-action-visible
li.product.content-bg.loop-entry
.content-bg:not(.loop-entry),
.single-product.content-style-unboxed
.products.woo-archive-action-visible
li.product.content-bg.loop-entry
.content-bg:not(.loop-entry) {
	padding: 1rem;
}
@media screen and (min-width: 1025px) {
	#base-mobile-sticky-add-to-cart .base-sticky-add-to-cart-action-wrap .single_add_to_cart_button,
	#base-mobile-sticky-add-to-cart .base-sticky-add-to-cart-action-wrap .single_link_to_cart_button {
		min-height: inherit;
		height: inherit;
		line-height: unset;
		padding: inherit;
	}
}
.product-brand-image-wrapper .product-brand-link {
	border-radius: 3px;
	outline: 2px solid var(--global-palette7, #eeeeee);
}
@media screen and (max-width: 767px) {
	#base-mobile-sticky-add-to-cart .base-sticky-add-to-cart-action-wrap .single_add_to_cart_button,
	#base-mobile-sticky-add-to-cart .base-sticky-add-to-cart-action-wrap .single_link_to_cart_button {
		font-size: 14px;
	}
}
.woocommerce ul.products:not(.products-list-view) li.product.action-style-default button,
.woocommerce ul.products:not(.products-list-view) li.product.action-style-icon_button button {
	width: 50px;
}
.woocommerce div.products-list ul.products .product-action-wrap.style-button .added_to_cart,
.woocommerce div.products-list ul.products .product-action-wrap.style-button .button,
.woocommerce ul.products-list-view .product-action-wrap.style-button .added_to_cart,
.woocommerce ul.products-list-view .product-action-wrap.style-button .button {
	width: auto;
}
.woocommerce ul.products li.product {
}
.woocommerce ul.products li.product.entry-content-wrap {
	padding: 0;
}
.woocommerce ul.products li.product.no-buttons .product-action-wrap {
	display: none;
}
.woocommerce ul.products li.product.action-style-icon_only .product-action-wrap a.button:not(.text),
.woocommerce ul.products li.product.action-style-icon_only .product-action-wrap button:not(.text) {
	background: var(--global-palette7);
	color: var(--global-palette3);
	padding: 10px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	white-space: nowrap;
	border: none;
}
.woocommerce ul.products li.product.action-style-icon_only .product-action-wrap a.button:not(.text):hover,
.woocommerce ul.products li.product.action-style-icon_only .product-action-wrap button:not(.text):hover {
	background: var(--global-palette1);
	color: var(--global-palette9);
}
.woocommerce ul.products li.product.action-style-icon_only .added_to_cart {
	display: none;
}
.woocommerce
ul.products
li.product.action-style-icon_only
.product-action-wrap
.button:not(.text)
.base-svg-iconset
svg.base-spinner-svg {
	margin: 0;
	margin-top: -2px;
}
.woocommerce ul.products li.product.action-style-icon_only a.button:not(.text) .cart-text {
	display: none;
}
.woocommerce ul.products li.product .seller {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 4px;
}
.woocommerce ul.products li:not(.action-style-icon_only) .product-action-wrap .button.added {
	display: none;
}
.woocommerce ul.products li.product.cart-button-hide .product-action-wrap a.button {
	display: none !important;
}
.woocommerce .woocommerce-grouped-product-list-item__quantity .add-to-cart-icon {
	display: none;
}
.woocommerce ul.products li.product .product-action-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	vertical-align: middle;
	gap: 6px;
}
.woocommerce ul.products li.product .product-action-wrap .added_to_cart,
.woocommerce ul.products li.product .product-action-wrap .cart-text {
	margin-top: auto;
}
.woocommerce ul.products li.product .product-action-wrap .added_to_cart,
.woocommerce ul.products li.product .product-action-wrap .cart-text {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.woocommerce ul.products li.product .product-action-wrap .text .cart-text {
	margin-top: 0.2em;
}
.woocommerce ul.products li.product .product-action-wrap a.button,
.woocommerce ul.products li.product .product-action-wrap button {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.woocommerce ul.products li.product .product-action-wrap .woosc-btn-text,
.woocommerce ul.products li.product .product-action-wrap .woosq-btn-text,
.woocommerce ul.products li.product .product-action-wrap .woosw-btn-text {
	display: none;
}
.woocommerce ul.products li.product .product-action-wrap .add-to-cart-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
}
.woocommerce ul.products li.product .product-action-wrap .add-to-cart-icon svg {
	width: 18px;
	font-size: initial;
}
.woocommerce ul.products li.product .product-action-wrap .default .add-to-cart-icon,
.woocommerce ul.products li.product .product-action-wrap .text .add-to-cart-icon {
	display: none;
}
.woocommerce ul.products li.product .product-action-wrap a:not(.text) .base-arrow-right-alt-svg {
	display: none;
}
.woocommerce ul.products li.product .product-action-wrap .icon_only {
	font-size: 0;
	background: var(--global-palette7);
	color: var(--global-palette3);
	padding: 10px;
	margin: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	white-space: nowrap;
	border: none;
}
.woocommerce ul.products li.product .product-action-wrap .icon_only .base-spinner-svg {
	font-size: initial;
}
.woocommerce ul.products li.product .product-action-wrap .icon_only.added {
	height: auto;
}
.woocommerce ul.products li.product .product-action-wrap .icon_only .base-arrow-right-alt-svg {
	display: none;
}
.woocommerce ul.products li.product .product-action-wrap .icon_only.loading .add-to-cart-icon {
	display: none;
}
.woocommerce ul.products li.product .product-action-wrap .icon_only.added .add-to-cart-icon {
	display: none;
}
.woocommerce ul.products li.product .product-action-wrap .woosc-btn,
.woocommerce ul.products li.product .product-action-wrap .woosq-btn,
.woocommerce ul.products li.product .product-action-wrap .woosw-btn {
	color: var(--global-palette-btn);
	background: var(--global-palette-btn-bg);
	padding: 10px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	min-width: 42px;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 3px;
	min-height: var(--global-button-height);
}
.woocommerce ul.products li.product .product-action-wrap .woosc-btn:hover,
.woocommerce ul.products li.product .product-action-wrap .woosq-btn:hover,
.woocommerce ul.products li.product .product-action-wrap .woosw-btn:hover {
	color: var(--global-palette-btn-hover);
	background: var(--global-palette-btn-bg-hover);
}
.woocommerce ul.products li.product .product-action-wrap .default .add-to-cart-icon {
	margin-right: 5px;
}
.woocommerce ul.products li.product .product-action-wrap .icon_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.woocommerce ul.products li.product .product-action-wrap .icon_button .base-arrow-right-alt-svg {
	display: none;
}
.woocommerce ul.products li.product .product-action-wrap .icon_button .add-to-cart-icon {
	margin-right: 5px;
}
.woocommerce ul.products li.product .product-thumbnail {
	position: relative;
	overflow: hidden;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions a,
.woocommerce ul.products li.product .product-thumbnail .product-actions a.button,
.woocommerce ul.products li.product .product-thumbnail .product-actions button {
	background: var(--global-palette9);
	color: var(--global-palette3);
	padding: 10px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	white-space: nowrap;
	border: none;
	-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions a.button:hover,
.woocommerce ul.products li.product .product-thumbnail .product-actions a:hover,
.woocommerce ul.products li.product .product-thumbnail .product-actions button:hover {
	background: var(--global-palette1);
	color: var(--global-palette9);
}
.woocommerce ul.products li.product .product-thumbnail .product-actions a.button {
	font-size: 0;
	letter-spacing: normal;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions a.button .cart-text {
	display: none;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions a.button svg {
	width: 16px;
	font-size: initial;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions a.button .base-spinner-svg {
	margin-top: -2px;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions a.button .base-arrow-right-alt-svg {
	display: none;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions a.button .add-to-cart-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions a.button.loading .add-to-cart-icon {
	display: none;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions a.button.added .add-to-cart-icon {
	display: none;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions .added_to_cart {
	display: none;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions .base-svg-iconset svg {
	margin: 0;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions .base-svg-iconset .base-check-svg {
	width: 14px;
}
.woocommerce ul.products li.product.hover-left .onsale,
.woocommerce ul.products li.product.hover-left .product-onsale .onsale {
	right: 6px;
	left: auto;
}
@media screen and (min-width: 768px) {
	.woocommerce ul.products {
		position: relative;
	}
	.woocommerce ul.products .product-actions {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		visibility: hidden;
	}
	.woocommerce ul.products li.product:hover .product-thumbnail .product-actions {
		opacity: 1;
		visibility: visible;
		position: absolute;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	.woocommerce ul.products li.product.hover-left .product-thumbnail .product-actions {
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0);
		top: auto;
		right: 50%;
	}
	.woocommerce ul.products li.product.hover-left:hover .product-thumbnail .product-actions {
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		top: 15px;
		bottom: auto;
		left: 30px;
		right: auto;
	}
	.woocommerce ul.products li.product.hover-top .product-thumbnail .product-actions {
		-webkit-transform: translate3d(0, 0, -100px);
		transform: translate3d(0, 0, -100px);
		top: 0;
		right: 0;
		left: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.woocommerce ul.products li.product.hover-top:hover .product-thumbnail .product-actions {
		-webkit-transform: translate3d(0, 0, 0px);
		transform: translate3d(0, 0, 0px);
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		top: 25px;
		left: 0px;
		right: 0;
	}
	.woocommerce ul.products li.product.hover-bottom .product-thumbnail .product-actions {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
		top: auto;
		right: 0;
		left: 0;
		bottom: -30px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 0;
	}
	.woocommerce ul.products li.product.hover-bottom:hover .product-thumbnail .product-actions {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		bottom: 55px;
		left: 0;
		right: 0;
	}
	.woocommerce ul.products li.product.hover-center .product-thumbnail .product-actions {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: 40%;
		right: 0;
		left: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		opacity: 0;
	}
	.woocommerce ul.products li.product.hover-center:hover .product-thumbnail .product-actions {
		opacity: 1;
	}
}
.woocommerce ul.products li.product .product-action-wrap .added_to_cart,
.woocommerce ul.products li.product .product-action-wrap a.button,
.woocommerce ul.products li.product .product-action-wrap button {
	max-height: var(--global-button-max-height);
}
.woocommerce ul.products li.product.action-style-default button,
.woocommerce ul.products li.product.action-style-icon_button button {
	max-height: var(--global-button-max-height);
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
	height: var(--global-button-height);
}
.woocommerce ul.products li.product.action-style-icon_only .product-action-wrap .button.added .base-check-svg {
	margin-left: 0;
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.color-switch-dark .woocommerce-Reviews .bt_reviews_stats_total b {
	color: var(--global-palette1) !important;
}
.color-switch-dark .woocommerce-Reviews .bt_rating_bar_row {
	color: var(--global-palette1);
}
.color-switch-dark .woocommerce-Reviews .bt_rating_bar_row .bt_perc_rating {
	background: var(--global-palette1) !important;
}
.color-switch-dark img.product-brand-image {
	-webkit-filter: invert(1);
	filter: invert(1);
}
@media (min-width: 1024px) and (max-width: 719px) {
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce div.product div.product-images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 50%;
	}
}
@media screen and (max-width: 1024px) {
	.bt-layout-left .thumb-wrapper.splide__slider .splide__arrow,
	.bt-layout-right .thumb-wrapper.splide__slider .splide__arrow {
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
		padding: 10px;
	}
}
.splide .splide__list {
	-webkit-transform-style: unset;
	transform-style: unset;
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
	.woocommerce .base-product-gallery-thumbnails .splide__track {
		margin-top: 40px !important;
	}
	.woocommerce .bt-md-layout-left .base-product-gallery-thumbnails,
	.woocommerce .bt-md-layout-right .base-product-gallery-thumbnails {
		width: 20%;
		height: 400px;
	}
	.woocommerce .bt-md-layout-left .base-product-gallery-main {
		margin-left: 75px;
	}
	.woocommerce .bt-md-layout-right .base-product-gallery-main {
		margin-right: 75px;
	}
	.woocommerce .base-product-gallery-thumbnails.splide .splide__arrows--ttb .splide__arrow {
		left: 58%;
	}
	.woocommerce .base-product-gallery-thumbnails.splide .splide__arrows--ttb .splide__arrow--next {
		bottom: 5px;
	}
	.woocommerce .bt-md-layout-left .base-product-gallery-thumbnails .bt-woo-gallery-thumbnail,
	.woocommerce .bt-md-layout-right .base-product-gallery-thumbnails .bt-woo-gallery-thumbnail {
		height: auto !important;
	}
	.woocommerce .bt-md-layout-above .base-product-gallery-thumbnails {
		width: 100% !important;
	}
	.woocommerce .bt-md-layout-above .base-product-gallery-main {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.woocommerce .bt-md-layout-above .thumb-wrapper.splide__slider {
		padding: 0 !important;
	}
	.woocommerce .bt-md-layout-above .thumb-wrapper.splide__slider .splide__track {
		margin: 0 20px !important;
	}
	.woocommerce .bt-md-layout-above .thumb-wrapper.splide__slider .splide__arrow {
		padding: 10px;
	}
	.woocommerce .bt-layout-left .thumb-wrapper.splide__slider,
	.woocommerce .bt-layout-right .thumb-wrapper.splide__slider {
		padding: 0;
		margin-right: 0;
	}
}
.single-product div.product .woocommerce-tabs {
	margin-bottom: 70px;
	border: 1px solid var(--gray-400);
	border-radius: 5px;
	display: block;
}
.single-product div.product .woocommerce-tabs .panel {
	margin-bottom: 0;
}
.single-product div.product .woocommerce-tabs .wc-tab,
.single-product div.product .woocommerce-tabs ul.tabs {
	padding: 30px;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.single-product div.product .woocommerce-tabs {
		margin-bottom: 50px;
	}
	.single-product div.product .woocommerce-tabs .wc-tab,
	.single-product div.product .woocommerce-tabs ul.tabs {
		padding: 15px;
	}
}
@media screen and (max-width: 540px) {
	.single-product div.product .woocommerce-tabs {
		margin-bottom: 40px;
	}
}
.wc-tabs-wrapper .woocommerce-Tabs-panel p:last-child {
	margin-bottom: 0;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel p:first-child {
	margin-top: 0;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel .is-type-video,
.wc-tabs-wrapper .woocommerce-Tabs-panel .wp-block-columns,
.wc-tabs-wrapper .woocommerce-Tabs-panel .wp-block-list,
.wc-tabs-wrapper .woocommerce-Tabs-panel table {
	margin-bottom: 0;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid var(--global-gray-400);
}
@media screen and (max-width: 767px) {
	.woocommerce ul.products li.product {
		overflow: visible;
	}
}
@media (max-width: 719px) {
	.woocommerce #content div.product .wrap-summary,
	.woocommerce div.product .wrap-summary,
	.woocommerce-page #content div.product .wrap-summary,
	.woocommerce-page div.product .wrap-summary {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.woocommerce div.entry .wrap-summary .product-brand-image-wrapper {
	margin: 15px 0;
}
.woocommerce-privacy-policy-text {
	margin: 0 0 0.8em;
}
.woocommerce-checkout .woocommerce-input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 6px;
	-moz-column-gap: 6px;
	column-gap: 6px;
}
.woocommerce-checkout .woocommerce-input-wrapper label {
	margin-right: 15px;
}
.woocommerce-checkout input[type="radio"],
.woocommerce-checkout label.radio {
	cursor: pointer;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox,
.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox .input-checkbox {
	cursor: pointer;
	margin-right: 0.5em;
}
.woocommerce-checkout .woocommerce-checkout-payment label {
	cursor: pointer;
}
.woocommerce-checkout .woocommerce-shipping-methods input,
.woocommerce-checkout .woocommerce-shipping-methods label {
	cursor: pointer;
}
.woocommerce-checkout form.checkout .woocommerce-account-fields div.create-account,
.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout form.checkout .woocommerce-shipping-fields .shipping_address {
	padding: 30px;
	margin-bottom: 20px;
	border: 1px solid var(--global-gray-400);
	border-radius: 5px;
}
.woocommerce-checkout form.checkout label.woocommerce-form__label-for-checkbox {
	font-size: 17px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-payment label.woocommerce-form__label-for-checkbox {
	font-size: inherit;
	font-weight: inherit;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order {
	padding: 30px;
	border: 1px solid var(--global-gray-400);
	background: var(--gray-025);
	border-radius: 5px;
	margin-bottom: 30px;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .coupon_inner_checkout {
	font-size: 16px;
	background: var(--global-palette7);
	padding: 15px 25px;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table {
	background: transparent;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table thead th {
	font-weight: 600;
	color: var(--global-palette3);
	padding: 10px 0;
	font-size: 16px;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table thead th.product-total {
	text-indent: -9999em;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table thead tr {
	border-bottom: none;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table thead tr td {
	padding-bottom: 0;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table td {
	padding: 10px 0;
	color: var(--global-palette3);
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tbody th,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tfoot td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tfoot th {
	padding: 10px 0;
	font-weight: 600;
	color: var(--global-palette3);
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tr.order-total,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tr.shipping {
	padding-top: 15px;
	padding-bottom: 15px;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table .shipping label {
	font-weight: normal;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tr.order-total {
	border-bottom: none;
	padding-bottom: 0;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tbody {
	border-bottom: 1px solid var(--global-gray-400);
	padding-bottom: 20px;
	padding-top: 20px;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tbody tr:first-child {
	padding-top: 0px;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tbody tr:last-child {
	padding-bottom: 15px;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tbody td {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 5px 0;
	border-bottom: none;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tbody td .variation p {
	margin: 0;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tbody td.product-name {
	color: var(--global-palette3);
	position: relative;
	padding: 10px 0 10px 65px;
	padding-bottom: 0;
}
.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
.shop_table
tbody
td.product-name
.product-quantity {
	display: none;
}
.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
.shop_table
tbody
td.product-name
.checkout-review-product-image {
	display: inline-block;
	position: absolute;
	margin-right: 20px;
	top: 10px;
	left: 0;
}
.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
.shop_table
tbody
td.product-name
.checkout-review-product-image
img {
	max-width: 48px;
	width: 48px;
	border-radius: 4px;
}
.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
.shop_table
tbody
td.product-name
.checkout-review-product-image
.product-quantity {
	position: absolute;
	right: 0;
	top: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--global-palette3);
	line-height: 1;
	min-height: 20px;
	min-width: 20px;
	padding: 0 0.4em;
	background: var(--global-palette9);
	border: 1px solid var(--global-gray-400);
	border-radius: 1em;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	white-space: nowrap;
}
.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
.shop_table
tbody
td.product-name
.checkout-review-product-name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
.shop_table
tbody
td.product-name
.checkout-review-product-price {
	display: block;
	font-weight: 500;
}
.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
.shop_table
tbody
td.product-name
.checkout-review-product-price
ins {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	background-color: transparent;
}
.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
.shop_table
tbody
td.product-name
.checkout-review-product-price
del {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-top: 2px;
	font-size: 13px;
	font-size: 0.8125rem;
}
.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
.shop_table
tbody
td.product-name
.checkout-review-product-price {
	display: block;
	font-weight: 500;
}
.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
.shop_table
tbody
td.product-name
.checkout-review-product-price
ins {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	background-color: transparent;
}
.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
.shop_table
tbody
td.product-name
.checkout-review-product-price
del {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-top: 2px;
	font-size: 13px;
	font-size: 0.8125rem;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tbody td.product-name dl.variation {
	margin-top: -20px;
	font-weight: normal;
	font-size: 13px;
	font-size: 0.8125rem;
}
.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
.shop_table
tbody
td.product-name
dl.variation
dt {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.8125rem;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tbody td.product-total {
	width: 25%;
	text-align: end;
	font-weight: 500;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 0px;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tfoot .cart-subtotal {
	display: none;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tfoot .cart-discount td {
	text-align: right;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tfoot .woocommerce-shipping-methods {
	padding-top: 3px;
	padding-bottom: 0;
}
.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
.shop_table
tfoot
.woocommerce-shipping-methods
li {
	padding-bottom: 5px;
}
.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
#payment
ul.wc_payment_methods
li.wc_payment_method
> label {
	background: transparent;
	border-left: none;
	font-weight: 500;
	color: var(--global-palette3);
	font-size: 17px;
	padding: 0;
	margin: 0 0 0 35px;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .form-row {
	margin-bottom: 0;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-payment {
	padding: 0 30px;
	margin: 0 -30px;
	padding-top: 10px;
	border-top: 1px solid var(--global-gray-400);
}
.woocommerce-checkout #payment #place_order {
	margin: 15px 0 0 0;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center;
	width: 100%;
	font-size: 105%;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr {
	border-bottom: 1px solid var(--global-gray-400);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals {
	display: block;
}
.woocommerce-checkout
.woocommerce-checkout-review-order-table
tr.woocommerce-shipping-totals
ul#shipping_method
li
label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td,
.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals th {
	width: 100%;
	display: block;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: right;
}
.woocommerce-checkout .single-product-payments {
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 6px;
	padding: 0;
	margin: 1em 0;
}
@media (max-width: 767px) {
	.woocommerce-checkout form.checkout .woocommerce-checkout-payment {
		padding: 0 15px;
		margin: 0 -15px;
	}
}
@media (min-width: 1025px) {
	form.woocommerce-checkout .checkout-order-review,
	form.woocommerce-checkout .col2-set,
	form.woocommerce-checkout .woocommerce-checkout-review-order {
		position: sticky;
		top: 50px;
	}
	form.woocommerce-checkout #order_review_heading,
	form.woocommerce-checkout .woocommerce-checkout-review-order {
		float: none;
		width: auto;
	}
}
@media (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		width: 50%;
		padding-right: 10px;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
		width: 50%;
		padding-left: 10px;
	}
}
form.woocommerce-checkout .col2-set {
	float: left;
	width: 60%;
	padding-right: 24px;
}
form.woocommerce-checkout > #order_review_heading {
	clear: none;
	display: none;
	visibility: hidden;
}
form.woocommerce-checkout #order_review_title {
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid var(--global-gray-400);
	padding-bottom: 15px;
}
form.woocommerce-checkout .checkout-order-review,
form.woocommerce-checkout .woocommerce-checkout-review-order {
	float: left;
	width: 39.9%;
}
form.woocommerce-checkout .checkout-order-review .woocommerce-checkout-review-order {
	float: none;
	width: 100%;
	position: unset;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tfoot tr.tax-rate th,
.woocommerce-checkout-review-order tfoot .cart-subtotal th,
.woocommerce-checkout-review-order tfoot .shipping th {
	font-size: 16px;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .shop_table tfoot tr.order-total > th {
	font-size: 18px;
}
.woocommerce-checkout
form.checkout
.woocommerce-checkout-review-order
.shop_table
tfoot
tr.order-total
.woocommerce-Price-amount {
	font-weight: 600;
	font-size: 16px;
}
@media (max-width: 1024px) {
	form.woocommerce-checkout .col2-set {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	form.woocommerce-checkout .col2-set .col-1,
	form.woocommerce-checkout .col2-set .col-2 {
		float: none;
		width: 100%;
	}
	form.woocommerce-checkout .checkout-order-review,
	form.woocommerce-checkout .woocommerce-checkout-review-order {
		float: left;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.woocommerce-checkout form.checkout .woocommerce-checkout-review-order {
		padding: 15px;
	}
	.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper {
		padding: 15px;
	}
	.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .coupon_inner_checkout {
		padding: 10px 15px;
		font-size: 16px;
	}
}
.woocommerce-order-received .woocommerce-customer-details .col2-set {
	float: none;
}
.woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: var(--global-palette8);
	padding: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid var(--global-gray-400);
	overflow-x: auto;
	scrollbar-width: thin;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow-y: hidden;
	scroll-behavior: smooth;
}
.woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details li {
	font-size: inherit;
	border-right: 1px solid var(--global-gray-400);
	min-height: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details li strong {
	font-size: inherit;
	color: var(--global-palette3);
	padding-top: 5px;
}
.woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals td ul.woocommerce-shipping-methods li label,
.woocommerce-checkout
.checkout-order-review
.woocommerce-checkout-review-order
.woocommerce-checkout-payment
.payment_methods
li
label,
.woocommerce-checkout
.woocommerce-checkout-review-order-table
.woocommerce-shipping-totals
td
ul.woocommerce-shipping-methods
li
label {
	cursor: pointer;
}
.woocommerce-cart
.cart-collaterals
.woocommerce-shipping-totals
td
ul.woocommerce-shipping-methods
li
input[type="radio"],
.woocommerce-checkout
.checkout-order-review
.woocommerce-checkout-review-order
.woocommerce-checkout-payment
.payment_methods
li
input[type="radio"],
.woocommerce-checkout
.woocommerce-checkout-review-order-table
.woocommerce-shipping-totals
td
ul.woocommerce-shipping-methods
li
input[type="radio"] {
	cursor: pointer;
	position: relative !important;
	margin-right: 17px !important;
	-webkit-transition: 0.3s !important;
	transition: 0.3s !important;
}
.woocommerce-cart
.cart-collaterals
.woocommerce-shipping-totals
td
ul.woocommerce-shipping-methods
li
input[type="radio"]:hover:before,
.woocommerce-checkout
.checkout-order-review
.woocommerce-checkout-review-order
.woocommerce-checkout-payment
.payment_methods
li
input[type="radio"]:hover:before,
.woocommerce-checkout
.woocommerce-checkout-review-order-table
.woocommerce-shipping-totals
td
ul.woocommerce-shipping-methods
li
input[type="radio"]:hover:before {
	border-color: var(--global-palette3);
}
.woocommerce-cart
.cart-collaterals
.woocommerce-shipping-totals
td
ul.woocommerce-shipping-methods
li
input[type="radio"]:before,
.woocommerce-checkout
.checkout-order-review
.woocommerce-checkout-review-order
.woocommerce-checkout-payment
.payment_methods
li
input[type="radio"]:before,
.woocommerce-checkout
.woocommerce-checkout-review-order-table
.woocommerce-shipping-totals
td
ul.woocommerce-shipping-methods
li
input[type="radio"]:before {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	top: -2px;
	left: -1px;
	border: 1px solid var(--global-gray-400);
	background-color: var(--global-palette9);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.woocommerce-cart
.cart-collaterals
.woocommerce-shipping-totals
td
ul.woocommerce-shipping-methods
li
input[type="radio"]:checked:after,
.woocommerce-checkout
.checkout-order-review
.woocommerce-checkout-review-order
.woocommerce-checkout-payment
.payment_methods
li
input[type="radio"]:checked:after,
.woocommerce-checkout
.woocommerce-checkout-review-order-table
.woocommerce-shipping-totals
td
ul.woocommerce-shipping-methods
li
input[type="radio"]:checked:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid var(--global-palette9);
	position: absolute;
	top: 0;
	left: 1px;
}
.woocommerce-cart
.cart-collaterals
.woocommerce-shipping-totals
td
ul.woocommerce-shipping-methods
li
input[type="radio"]:checked:before,
.woocommerce-checkout
.checkout-order-review
.woocommerce-checkout-review-order
.woocommerce-checkout-payment
.payment_methods
li
input[type="radio"]:checked:before,
.woocommerce-checkout
.woocommerce-checkout-review-order-table
.woocommerce-shipping-totals
td
ul.woocommerce-shipping-methods
li
input[type="radio"]:checked:before {
	border-color: var(--global-palette3);
	background-color: var(--global-palette3);
}
#payment ul.wc_payment_methods li.wc_payment_method > input[type="radio"]:first-child {
	clip: unset;
}
#payment ul.wc_payment_methods li.wc_payment_method > label:before {
	content: none !important;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	line-height: 1.5;
	margin: 0;
	padding-top: 20px;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
	margin-top: 3px;
}
.woocommerce-cart table.cart td.actions .button:disabled {
	background: transparent;
	padding: 0;
	color: var(--global-palette3);
	opacity: 1;
	text-decoration: underline;
}
.woocommerce-cart table.cart td.actions button[name="update_cart"].button {
	background: transparent;
	padding: 0;
	color: var(--global-palette3);
	opacity: 1;
	text-decoration: underline;
}
.woocommerce-cart table.cart td.actions button[name="update_cart"].button:hover {
	color: var(--global-palette2);
}
.woocommerce-cart .woocommerce-cart-form .shop_table th {
	color: var(--global-palette3);
	font-weight: 500;
	font-size: 18px;
}
.woocommerce-cart .cart-collaterals .shop_table th {
	color: var(--global-palette3);
	font-weight: 600;
	font-size: 16px;
}
.woocommerce-cart .cart-collaterals .cart_totals_summary {
	background-color: var(--global-palette8);
	color: var(--global-palette3);
	border-radius: 5px;
	padding: 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals_summary tbody tr.order-total td {
	text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals_summary tbody tr.order-total td .woocommerce-Price-amount {
	font-weight: 600;
	text-align: right;
	font-size: 18px;
}
.woocommerce-cart .cart-collaterals .cart_totals_summary tbody tr.order-total td small.includes_tax {
	color: var(--global-palette3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}
.woocommerce-cart .cart-collaterals .cart_totals_summary .single-product-payments {
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 6px;
	padding: 0;
	margin: 0.5em 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr.shipping td {
	border-top: 0;
	padding: 0 !important;
	width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 14px;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	margin: 10px 0;
}
.woocommerce-cart
.cart-collaterals
.cart_totals
.woocommerce-shipping-calculator
.select2-container--default
.select2-selection--single {
	background: var(--global-palette9);
	border-radius: 3px;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form p button {
	float: inline-end;
	margin: 10px 0 20px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
	margin: 25px 0 15px 0;
}
.woocommerce-cart .cart-collaterals td,
.woocommerce-cart .cart-collaterals th {
	padding: 20px 0 !important;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
	text-decoration: underline;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover {
	text-decoration: underline;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods li label {
	width: 100%;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods li label span.woocommerce-Price-amount {
	float: right;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
	padding-bottom: 0;
}
#add_payment_method .wc-proceed-to-checkout .button,
#add_payment_method .wc-proceed-to-checkout .checkout-button,
#add_payment_method .wc-proceed-to-checkout button,
.woocommerce-cart .wc-proceed-to-checkout .button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout button,
.woocommerce-checkout .wc-proceed-to-checkout .button,
.woocommerce-checkout .wc-proceed-to-checkout .checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout button {
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center;
	width: 100%;
	font-size: 105%;
}
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th {
	font-size: 18px;
}
.woocommerce .woocommerce-checkout-review-order .shop_table td,
.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr,
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot td,
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot th {
	border: none;
}
@media screen and (min-width: 720px) {
	.woocommerce-cart .bt-woo-cart-notice .button {
		min-width: 130px;
		text-align: center;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}
@media screen and (min-width: 720px) and (max-width: 1440px) {
	.woocommerce-cart .quantity.spinners-added input.minus,
	.woocommerce-cart .quantity.spinners-added input.plus {
		width: 33px;
	}
	.woocommerce-cart table.shop_table td {
		padding: 9px 5px;
	}
	.woocommerce-cart .base-woo-cart-form-wrap > form {
		padding-right: 25px;
	}
}
@media screen and (min-width: 1025px) {
	.woocommerce-cart .woocommerce-cart-form {
		position: sticky;
		left: 0;
		float: left;
		top: 2.2rem;
		width: 65%;
	}
	.woocommerce-cart .base-woo-cart-form-wrap {
		margin-bottom: 50px;
	}
	.woocommerce-cart .cart-collaterals {
		position: sticky;
		top: 50px;
		width: 35%;
	}
	.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals td,
	.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals th {
		width: 100%;
		display: block;
	}
}
@media screen and (min-width: 720px) {
	.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals td,
	.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals th {
		width: 100%;
		display: block;
	}
}
@media screen and (max-width: 1024px) {
	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals {
		margin-bottom: 50px;
	}
	.base-woo-cart-form-wrap > form {
		padding-right: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.single-product .product-page-cms-service .elementor-column.elementor-element .elementor-icon-box-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media screen and (max-width: 719px) {
	.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
		text-align: left;
	}
	.woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals td:before {
		content: attr(data-title) ": ";
		display: block;
		width: 100%;
		text-align: left;
		float: none;
		margin-bottom: 10px;
	}
	.woocommerce table.shop_table_responsive tr td:before,
	.woocommerce-page table.shop_table_responsive tr td:before {
		content: attr(data-title) ": ";
		font-weight: 500;
		text-align: left;
		float: left;
	}
	.woocommerce ul#shipping_method li label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.woocommerce-cart .cart-collaterals .cart_totals .cart-discount,
	.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal,
	.woocommerce-cart .cart-collaterals .cart_totals .order-total {
		display: block;
	}
	.woocommerce-cart
	.cart-collaterals
	.cart_totals
	.woocommerce-shipping-calculator
	.shipping-calculator-form
	p
	button {
		float: none;
		margin: 0;
	}
	.woocommerce form .form-row input.input-text {
		height: 40px;
		padding: 0px 15px;
	}
	.woocommerce form .form-row textarea {
		height: 80px;
		padding: 10px 15px;
	}
}
@media screen and (min-width: 601px) and (max-width: 767px) {
	.single-product .product-page-cms-service .elementor-column.elementor-element,
	.woocommerce-cart .checkout-cms-service .elementor-column.elementor-element {
		width: 33.33%;
	}
}
@media screen and (max-width: 540px) {
	.woocommerce-cart .cart-collaterals .cart_totals_summary {
		padding: 20px;
	}
	.woocommerce-cart .cart-collaterals .cart_totals h2 {
		margin: 0 0 5px 0;
	}
	.woocommerce-cart .cart-collaterals td,
	.woocommerce-cart .cart-collaterals th {
		padding: 15px 0 !important;
	}
}
.base-breadcrumbs a {
	text-decoration: none;
}
.woocommerce-cart-form .bt-woo-cart-notice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	border-radius: 5px;
}
.woocommerce-cart-form .bt-woo-cart-notice:after {
	content: unset;
}
@media (max-width: 1024px) {
	.base-sticky-add-to-cart {
		padding: 0 15px;
	}
}
@media (max-width: 544px) {
	.base-sticky-add-to-cart {
		padding: 0 10px;
	}
	.base-sticky-add-to-cart .base-sticky-add-to-cart-action-wrap {
		-webkit-padding-start: 0;
		padding-inline-start: 0;
	}
}
@media screen and (max-width: 767px) {
	.woocommerce-cart-form .bt-woo-cart-notice {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
}
@media screen and (max-width: 767px) {
	.woocommerce ul.products li.product .product-thumbnail .product-actions {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	.woocommerce ul.products li.product .product-thumbnail .product-actions .button,
	.woocommerce ul.products li.product .product-thumbnail .product-actions a.button,
	.woocommerce ul.products li.product .product-thumbnail .product-actions button {
		width: 28px;
		height: 28px;
		font-size: 16px;
	}
	.woocommerce ul.products li.product .product-thumbnail .product-actions .button svg,
	.woocommerce ul.products li.product .product-thumbnail .product-actions a.button svg,
	.woocommerce ul.products li.product .product-thumbnail .product-actions button svg {
		width: 15px;
		top: inherit;
	}
	.woocommerce ul.products li.product .product-thumbnail .product-actions button.woosc-btn {
		display: none;
	}
	li.product.hover-left .product-thumbnail .product-actions {
		top: 10px;
		bottom: auto;
		left: 10px;
		right: auto;
	}
}
.woocommerce ul#shipping_method {
	min-width: auto;
}
.woocommerce ul#shipping_method .amount {
	font-weight: normal;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper input[type="radio"],
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper label.radio {
	cursor: pointer;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper label {
	margin-right: 10px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info:after,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info:before {
	content: unset;
}
@media (max-width: 767px) {
	.woocommerce .woocommerce-MyAccount-content .woocommerce-info {
		padding: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px;
	}
}
.woocommerce-account .account-navigation-wrap li {
	border-bottom: 1px solid var(--global-gray-400);
}
.woocommerce-account .account-navigation-wrap li.is-active a,
.woocommerce-account .account-navigation-wrap li.is-active a:hover {
	background-color: var(--global-palette7);
}
.woocommerce-account .account-navigation-wrap li:last-child {
	border-bottom: 0;
}
.woocommerce-account .account-navigation-wrap li a {
	padding: 0.9em 1.5em 0.9em 1em;
}
.woocommerce-account .account-navigation-wrap li a:hover {
	background-color: var(--global-palette7);
}
@media (min-width: 768px) {
	.woocommerce-account .account-navigation-wrap {
		width: 30%;
		border-left: 0;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 70%;
	}
}
@media (min-width: 1025px) {
	.woocommerce-account .account-navigation-wrap {
		width: 20%;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 80%;
	}
}
.base-coupone-pro-modal .bt-coupon-modal-close {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}
.base-coupone-pro-modal .bt-coupon-modal-close:hover {
	background: transparent;
	color: var(--global-palette1);
}
.woocommerce .woocommerce-customer-details address {
	line-height: 1.7em;
	padding: 15px 20px;
}
.price .in-stock,
.tr-price .in-stock,
.woocommerce-grouped-product-list-item__price .in-stock {
	font-weight: 400;
}
.products-list.woocommerce ul.products li .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.products-list.woocommerce ul.products li .info .short-description {
	margin-block: 10px 20px;
}
.products-list.woocommerce ul.products li .info .button {
	height: var(--global-button-max-height);
}
.woocommerce div.products-list ul.products .product-excerpt ul,
.woocommerce ul.products-list-view .product-excerpt ul {
	list-style: disc;
	margin: 0 0 0 20px;
}
.woocommerce div.products-list ul.products .product-excerpt ul li,
.woocommerce ul.products-list-view .product-excerpt ul li {
	list-style: disc;
}
.woocommerce div.products-list ul.products li.product .product-details.entry-content-wrap,
.woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap {
	padding-left: 0.75rem;
}
.woocommerce div.products-list ul.products li.product .product-details.entry-content-wrap .product-action-wrap,
.woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap {
	padding-top: 10px;
}
@media (max-width: 575px) {
	.woocommerce div.products-list ul.products li.product .product-thumbnail:not(#mobile-menu .product-thumbnail),
	.woocommerce ul.products.products-list-view li.product .product-thumbnail:not(#mobile-menu .product-thumbnail) {
		max-width: 222px;
		margin: 0.5rem;
	}
}
@media screen and (max-width: 1024px) {
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce div.product div.product-images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 350px !important;
	}
}
@media (max-width: 767px) {
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce div.product div.product-images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 100% !important;
	}
}
.base-product-toggle-container .base-toggle-shop-layout.toggle-active,
.base-product-toggle-container .base-toggle-shop-layout:hover {
	color: var(--global-palette-btn);
	background: var(--global-palette-btn-bg);
}
.header-cart-button .header-cart-total {
	display: block;
	margin-left: -6px;
	margin-top: -16px;
	width: 18px;
	height: 18px;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0;
	border-radius: 50%;
	overflow: hidden;
}
.site-header-item:not(:last-child) .header-cart-total {
	margin-right: -10px;
}
.header-cart-wrap .header-cart-button .header-cart-total,
.header-wishlist-wrap .header-wishlist-button .header-wishlist-total {
	font-size: 11px;
}
#bt-modal-review-login .login p.form-row {
	float: none;
	width: 100%;
}
#bt-modal-review-login .login .input {
	width: 100%;
	line-height: 30px;
}
#bt-modal-review-login .login button {
	background: #999;
	color: #fff;
	border: 0;
	padding: 6px;
	width: 100%;
	line-height: 30px;
}
#bt-modal-review-login .login button:hover {
	background: #555;
}
#bt-modal-review-login form.login,
#bt-modal-review-login form.register,
#login-drawer #loginform,
#login-drawer .login {
	border: none;
	padding: 0;
	margin: 0;
}
.color-switch-dark .active-filters-list .remove-all-filters-link:hover {
	color: #fff;
}
.color-switch-dark
.base-product-gallery-thumbnails.splide.splide--nav
> .splide__slider
> .splide__track
> .splide__list
> .splide__slide.is-active,
.color-switch-dark
.base-product-gallery-thumbnails.splide.splide--nav
> .splide__slider
> .splide__track
> .splide__list
> .splide__slide:hover {
	outline: 1px solid #aaa;
}
.color-switch-dark .mfp-woosq .mfp-close:before {
	color: #a7a7a7;
}
@media screen and (max-width: 719px) {
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
}
.woosw-popup .woosw-items .woosw-item .woosw-item--name,
.woosw-popup .woosw-items .woosw-item .woosw-item--name a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
	#woosw_wishlist .woosw-popup-content .woosw-item-inner > div {
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
	font-size: 12px;
}
.woocommerce
a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart),
.woosw-popup .woosw-items .button {
	max-height: var(--global-button-max-height);
	overflow: hidden;
	text-align: center;
}
.woosw-list table.woosw-items tr:hover td {
	background-color: unset;
}
.woosw-list table.woosw-items tr:nth-child(2n) td {
	background-color: var(--global-palette7);
}
.mfp-woosq .mfp-close {
	margin-top: 0;
	margin-right: 0 !important;
	background: var(--global-palette9);
	opacity: 1;
	border-radius: 0;
}
.mfp-woosq .mfp-close:hover {
	background: var(--global-palette9);
}
@media screen and (max-width: 719px) {
	.woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
		text-align: left !important;
	}
}
@media screen and (max-width: 540px) {
	.woocommerce-checkout form.woocommerce-checkout h3 {
		font-size: 20px;
	}
}
#mobile-secondary-site-navigation .product-cat ul.sub-categories li a {
	padding: 0;
}
.woocommerce-checkout .woocommerce-notices-wrapper .kwsb-snackbar-notice {
	background: #e43622;
	color: #fff;
	padding: 30px;
	gap: 5px;
}
.woocommerce-checkout .woocommerce-notices-wrapper .kwsb-snackbar-notice ul.woocommerce-error {
	background: #e43622;
	margin: 0;
	border: none;
	padding: 0;
	line-height: 1.6em;
}
.woocommerce-checkout .woocommerce-notices-wrapper .kwsb-snackbar-notice ul.woocommerce-error li {
	color: #fff;
}
.woocommerce div.product form.cart .reset_variations {
	padding: 0;
	background-color: transparent;
	color: var(--global-palette3);
	position: relative;
	padding-left: 20px;
}
.woocommerce div.product form.cart .reset_variations:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 1px;
	background-color: var(--global-palette3);
	top: 50%;
	left: 10px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.woocommerce div.product form.cart .reset_variations:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 1px;
	background-color: var(--global-palette3);
	top: 50%;
	left: 10px;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.woocommerce div.product form.cart .reset_variations:hover {
	color: var(--global-palette3);
}
.woocommerce div.product form.cart .reset_variations:hover:after {
	background-color: var(--global-palette3);
}
.woocommerce div.product form.cart .reset_variations:hover:before {
	background-color: var(--global-palette3);
}
.base-mini-cart-shipping-progress-wrap {
	margin-top: 5px;
}
#cart-drawer .base-mini-cart-shipping {
	margin: 0;
}
#cart-drawer.popup-drawer .drawer-content {
	padding: 0;
}
#cart-drawer.popup-drawer .drawer-content .base-mini-cart-refresh .woocommerce-mini-cart__empty-message .button {
	margin: 0 20px;
}
#cart-drawer.popup-drawer
.drawer-content
.woocommerce-mini-cart__total.total
.woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(
        .tmcore-product-price-filter .woocommerce-Price-amount
    ),
#cart-drawer.popup-drawer .drawer-content .woocommerce-mini-cart__total.total strong {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 22px;
	font-weight: 500;
}
:root {
	--progress-none: #e0e0e0;
	--progress-some: #ffc107;
	--progress-full: #4caf50;
	--fsb-color: var(--progress-some);
}
.tmcore-fsb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border: 1px dashed var(--fsb-color);
	padding: 40px 30px 25px;
	margin-bottom: 25px;
	border-radius: 5px;
	background-color: var(--gray-025);
}
.tmcore-fsb.tm-is-unreached {
	--fsb-color: var(--progress-some);
}
.tmcore-fsb.tm-is-success {
	--fsb-color: var(--progress-full);
}
.tmcore-fsb-message {
	color: var(--global-palette3);
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.tmcore-fsb-message .woocommerce-Price-amount bdi {
	font-weight: 500;
}
.tmcore-fsb-message strong {
	font-weight: 500;
}
.tmcore-fsb-progress {
	width: 100%;
	background-color: var(--gray-400, #ebebeb);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 5px;
	border-radius: 0;
	position: relative;
}
.tmcore-fsb-progress-bar {
	background-color: var(--fsb-color);
	background-size: 15px 15px;
	border-radius: 0;
	height: 100%;
	position: relative;
	min-width: 30px;
	width: var(--fsb-percent);
	-webkit-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
	-webkit-animation: 5s linear infinite progress;
	animation: 5s linear infinite progress;
	-webkit-background-image: linear-gradient(
			135deg,
			rgba(255, 255, 255, 0.1490196078) 0 25%,
			rgba(255, 255, 255, 0) 25% 50%,
			rgba(255, 255, 255, 0.1490196078) 50% 75%,
			rgba(255, 255, 255, 0) 75% 100%
	);
	background-image: linear-gradient(
			135deg,
			rgba(255, 255, 255, 0.1490196078) 0 25%,
			rgba(255, 255, 255, 0) 25% 50%,
			rgba(255, 255, 255, 0.1490196078) 50% 75%,
			rgba(255, 255, 255, 0) 75% 100%
	);
	background-size: 40px 40px;
}
.tmcore-fsb-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid var(--fsb-color);
	color: var(--fsb-color);
	border-radius: 50px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: var(--global-palette9);
	-webkit-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}
.rtl .tmcore-fsb-icon {
	right: auto;
	left: 0;
	-webkit-transform: translateY(-50%) scaleX(-1);
	-ms-transform: translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1);
}
.rtl .tmcore-fsb--preload .tmcore-fsb-icon {
	right: auto;
	left: 0;
}
.tmcore-fsb--preload .tmcore-fsb-progress-bar {
	width: 30px;
	min-width: 30px;
	-webkit-animation:
			movement 0.9s forwards,
			5s linear infinite progress;
	animation:
			movement 0.9s forwards,
			5s linear infinite progress;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.tm-is-success .tmcore-fsb-message {
	font-weight: 500;
}
.tm-is-success .tmcore-fsb-icon {
	background-color: var(--global-palette9);
}
.tm-is-success .tmcore-fsb-icon {
	color: var(--fsb-color);
}
.tmcore-fsb-icon svg {
	width: 1.1em;
	height: 1.1em;
	line-height: 1.1em;
	fill: currentColor;
	display: inline-block;
}
.tmcore-fsb-icon {
	font-size: 19px;
	color: var(--fsb-color);
	-webkit-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}
.tmcore-fsb-percent-value {
	font-size: 13px;
	font-weight: 500;
	width: 50px;
	text-align: right;
	margin-top: -9px;
	display: none;
}
.rtl .tmcore-fsb-percent-value {
	text-align: left;
}
.woocommerce-cart .site-content .tmcore-fsb,
.woocommerce-checkout .site-content .tmcore-fsb {
	border: 1px dashed var(--gray-400, #ebebeb);
	padding: 42px 30px 25px;
	margin-bottom: 25px;
}
.woocommerce-checkout .site-content .tmcore-fsb {
	margin-bottom: 25px;
	padding-bottom: 20px;
}
.base-mini-cart-refresh .tmcore-fsb {
	padding: 15px;
	padding-top: 20px;
	position: relative;
	border: none;
	margin-bottom: 0px;
}
.base-mini-cart-refresh .tmcore-fsb-message {
	margin-top: 15px;
	margin-bottom: 15px;
}
.base-mini-cart-refresh .tmcore-fsb:after {
	content: "";
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: var(--gray-400, #ebebeb);
}
.tmcore-popup-add-to-cart .tmcore-fsb {
	padding-top: 20px;
}
.tmcore-fsb + .widget_shopping_cart_content {
	height: calc(100% - 105px);
}
@media (max-width: 767px) {
	.base-mini-cart-refresh .tmcore-fsb-message {
		font-size: 14px;
	}
}
#add_payment_method table.cart .product-name a,
.woocommerce-cart table.cart .product-name a,
.woocommerce-checkout table.cart .product-name a {
	color: var(--global-palette3);
}
#add_payment_method table.cart .product-name a:hover a,
.woocommerce-cart table.cart .product-name a:hover a,
.woocommerce-checkout table.cart .product-name a:hover a {
	color: var(--global-palette1);
}
.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover {
	color: var(--global-palette1);
	text-decoration: none;
}
.woocommerce .cross-sells,
.woocommerce .up-sells.products {
	margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
	.woocommerce .cross-sells,
	.woocommerce .up-sells.products {
		margin-top: 3rem;
	}
}
.woocommerce-cart .elementor-testimonial-item-wrapper .elementor-testimonial-item .star-rating-block,
.woocommerce-checkout .elementor-testimonial-item-wrapper .elementor-testimonial-item .star-rating-block {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.woocommerce-cart .elementor-testimonial-item-wrapper .elementor-testimonial-item .elementor-testimonial-image,
.woocommerce-checkout .elementor-testimonial-item-wrapper .elementor-testimonial-item .elementor-testimonial-image {
	display: inline-block;
	vertical-align: middle;
	margin-inline: 0 10px;
}
.woocommerce-cart .elementor-testimonial-item-wrapper .elementor-testimonial-item .details,
.woocommerce-checkout .elementor-testimonial-item-wrapper .elementor-testimonial-item .details {
	color: var(--global-palette3);
	display: inline-block;
	vertical-align: middle;
}
.woocommerce-cart .cart-testimonial .elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.woocommerce-checkout
.checkout-testimonial
.elementor-widget-tmcore-testimonials
.splide__track
.elementor-testimonial-item {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
@media (max-width: 1366px) {
	.woocommerce-cart
	.cart-testimonial
	.elementor-widget-tmcore-testimonials
	.splide__track
	.elementor-testimonial-item {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
	.woocommerce-checkout
	.checkout-testimonial
	.elementor-widget-tmcore-testimonials
	.splide__track
	.elementor-testimonial-item {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.woocommerce-cart
	.cart-testimonial
	.elementor-widget-tmcore-testimonials
	.splide__track
	.elementor-testimonial-item {
		width: 100%;
		padding-left: 7.5px;
		padding-right: 7.5px;
		margin-bottom: 15px;
	}
	.woocommerce-checkout
	.checkout-testimonial
	.elementor-widget-tmcore-testimonials
	.splide__track
	.elementor-testimonial-item {
		padding-left: 7.5px;
		padding-right: 7.5px;
		margin-bottom: 15px;
	}
}
#login-drawer .login button.show-password-input {
	width: auto;
}
@media (max-width: 767px) {
	.splide .splide__arrow {
		opacity: 1 !important;
	}
}
@media (max-width: 1024px) {
	.sidebar-slug-sidebar-woocommerce-shop {
		display: none;
	}
}

.woocommerce-ordering-horizontal {
	margin: 0;
	padding: 0;
}

.woocommerce-ordering-horizontal .order-by-horizontal {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.woocommerce-ordering-horizontal .order-by-item {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-ordering-horizontal .order-by-item a {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	transition: all 0.3s ease;
	font-size: 14px;
	white-space: nowrap;
}

.woocommerce-ordering-horizontal .order-by-item a:hover {
	background-color: #f5f5f5;
	border-color: #999;
	color: #000;
}

.woocommerce-ordering-horizontal .order-by-item.active a {
	background-color: var(--global-palette-btn-bg, #0073aa);
	color: var(--global-palette-btn, #fff);
	border-color: var(--global-palette-btn-bg, #0073aa);
	font-weight: 500;
}

.woocommerce-ordering-horizontal .order-by-item.active a:hover {
	background-color: var(--global-palette-btn-bg-hover, #005a87);
	border-color: var(--global-palette-btn-bg-hover, #005a87);
	color: var(--global-palette-btn-hover, #fff);
}

@media (max-width: 768px) {
	.woocommerce-ordering-horizontal .order-by-horizontal {
		gap: 8px;
	}
	
	.woocommerce-ordering-horizontal .order-by-item a {
		padding: 6px 12px;
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.woocommerce-ordering-horizontal .order-by-horizontal {
		gap: 6px;
	}
	
	.woocommerce-ordering-horizontal .order-by-item a {
		padding: 5px 10px;
		font-size: 12px;
	}
}

#sticky_filter.base-shop-top-row,
.base-shop-top-row {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding-bottom: var(--global-sm-spacing);
	flex-direction: row-reverse;
}

#sticky_filter .base-shop-top-item.base-woo-offcanvas-filter-area,
.base-shop-top-row .base-shop-top-item.base-woo-offcanvas-filter-area {
	order: 1;
	flex-shrink: 0;
	margin-bottom: 0 !important;
}

#sticky_filter .base-shop-top-item.base-woo-toggle,
.base-shop-top-row .base-shop-top-item.base-woo-toggle {
	order: 2;
	flex-shrink: 0;
	margin-bottom: 0 !important;
	margin-left: 0;
}

#sticky_filter .base-shop-top-item.base-woo-results-count,
.base-shop-top-row .base-shop-top-item.base-woo-results-count {
	order: 3;
	flex-grow: 0;
	flex-shrink: 0;
	margin-bottom: 0 !important;
	margin-left: 15px;
	line-height: 30px;
}

#sticky_filter .base-shop-top-item.base-woo-ordering,
.base-shop-top-row .base-shop-top-item.base-woo-ordering {
	order: 4;
	flex-shrink: 0;
	margin-left: auto;
	margin-bottom: 0 !important;
}

#sticky_filter.base-shop-top-row .base-shop-top-item,
.base-shop-top-row .base-shop-top-item {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

#sticky_filter .woocommerce-ordering-horizontal .order-by-horizontal,
.base-shop-top-row .woocommerce-ordering-horizontal .order-by-horizontal {
	flex-wrap: nowrap !important;
	gap: 8px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

#sticky_filter .woocommerce-ordering-horizontal .order-by-horizontal::-webkit-scrollbar,
.base-shop-top-row .woocommerce-ordering-horizontal .order-by-horizontal::-webkit-scrollbar {
	display: none;
}

#sticky_filter .woocommerce-ordering-horizontal .order-by-horizontal,
.base-shop-top-row .woocommerce-ordering-horizontal .order-by-horizontal {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

@media (max-width: 1024px) {
	#sticky_filter.base-shop-top-row,
	.base-shop-top-row {
		flex-wrap: wrap;
		gap: 10px;
	}
	
	#sticky_filter .base-shop-top-item.base-woo-results-count,
	.base-shop-top-row .base-shop-top-item.base-woo-results-count {
		order: 2;
		margin-left: 0;
	}
	
	#sticky_filter .base-shop-top-item.base-woo-toggle,
	.base-shop-top-row .base-shop-top-item.base-woo-toggle {
		order: 3;
	}
	
	#sticky_filter .base-shop-top-item.base-woo-ordering,
	.base-shop-top-row .base-shop-top-item.base-woo-ordering {
		order: 4;
		margin-left: 0;
		width: 100%;
	}
	
	#sticky_filter .woocommerce-ordering-horizontal .order-by-horizontal,
	.base-shop-top-row .woocommerce-ordering-horizontal .order-by-horizontal {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}

@media (max-width: 768px) {
	#sticky_filter.base-shop-top-row,
	.base-shop-top-row {
		gap: 8px;
	}
	
	#sticky_filter .base-shop-top-item.base-woo-results-count,
	.base-shop-top-row .base-shop-top-item.base-woo-results-count {
		display: none;
	}
}
