
.wd-pf-results, .wd-pf-dropdown ul {
	list-style: none;
	--li-pl: 0;
	--list-mb: 0;
	--li-mb: 0;
}

[class*="wd-style-form"] .wd-pf-dropdown {
	margin: 0;
}

[class*="wd-style-form"] .wd-pf-dropdown:after {
	height: auto;
}

.wd-product-filters {
	align-items: center;
}

.wd-pf-checkboxes {
	position: relative;
}

.wd-pf-btn button {
	padding-inline: 40px;
	border-radius: var(--btn-accented-brd-radius);
	color: var(--btn-accented-color);
	box-shadow: var(--btn-accented-box-shadow);
	background-color: var(--btn-accented-bgcolor);
	text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
	font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
	font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
	font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
}

.wd-pf-btn button:hover {
	color: var(--btn-accented-color-hover);
	box-shadow: var(--btn-accented-box-shadow-hover);
	background-color: var(--btn-accented-bgcolor-hover);
}

.wd-pf-btn button:active {
	box-shadow: var(--btn-accented-box-shadow-active);
	bottom: var(--btn-accented-bottom-active, 0);
}

.wd-grid-f-stretch .wd-pf-btn {
	flex: 0 0 auto;
	width: auto;
}

.wd-pf-title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	height: 30px;
	line-height: 1;
	cursor: pointer;
	transition: all .3s ease;
	user-select: none;
	padding-inline-end: 20px;
}

.wd-pf-title span {
	flex: 1 0 auto;
	color: var(--color-gray-800);
	font-weight: 600;
	text-align: start;
	transition: all .3s ease;
}

.wd-pf-title:after {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	color: var(--color-gray-300);
	font-size: 12px;
	inset-inline-end: 0;
	content: "";
	font-family: "woodmart-font";
}

.wd-style-form .wd-pf-title {
	height: var(--wd-form-height);
	border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
	border-radius: var(--wd-form-brd-radius);
	background-color: var(--wd-form-bg);
	padding-inline: 15px 35px;
}

.wd-style-form .wd-pf-title:hover {
	border-color: var(--wd-form-brd-color-focus);
}

.wd-style-form .wd-pf-title span {
	text-transform: uppercase;
	font-size: 12px;
}

.wd-style-form .wd-pf-title:after {
	inset-inline-end: 15px;
}

.wd-style-form-underlined .wd-pf-title {
	height: var(--wd-form-height);
	border-bottom: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
}

.wd-style-form-underlined .wd-pf-title:hover {
	border-color: var(--wd-form-brd-color-focus);
}

.wd-style-form-underlined .wd-pf-title:after {
	inset-inline-end: 7px;
}

.wd-pf-results {
	overflow: hidden;
	white-space: nowrap;
}

.wd-pf-results li {
	position: relative;
	display: inline-block;
	padding: 4px 8px;
	background-color: var(--bgcolor-gray-200);
	color: var(--color-gray-800);
	font-weight: 600;
	font-size: 12px;
	transition: all .25s ease;
	margin-inline-end: 5px;
}

.wd-pf-results li:after {
	position: absolute;
	top: 50%;
	margin-top: -4px;
	font-size: 8px;
	font-weight: 400;
	opacity: 0;
	transition: opacity .2s ease;
	inset-inline-start: 7px;
	content: "";
	font-family: "woodmart-font";
}

.wd-pf-results li:hover {
	padding-inline-start: 20px;
}

.wd-pf-results li:hover:after {
	opacity: 1;
}

.wd-pf-dropdown {
	inset-inline: 0;
	min-width: 200px;
}

.wd-pf-dropdown .wd-scroll {
	overflow: hidden;
	border-radius: var(--wd-brd-radius);
}

.wd-pf-dropdown a {
	display: flex;
	align-items: center;
	padding: 8px 18px;
	color: var(--color-gray-500);
	line-height: 1.3;
}

.wd-pf-dropdown a:hover {
	background-color: var(--bgcolor-gray-200);
}

.wd-pf-dropdown .wd-active>a {
	background-color: var(--bgcolor-gray-100);
}

.wd-pf-price-range .wd-pf-dropdown {
	padding: 20px;
}

.wd-pf-price-range .ui-slider-horizontal {
	margin-bottom: 20px;
}

.wd-pf-price-range .filter_price_slider_amount {
	margin: 0 -20px -20px -20px;
	padding: 10px 20px;
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-pf-price-range .price_label .from:after {
	content: "-";
	margin: 0 5px;
}

.wd-pf-categories .children a {
	padding-inline-start: 35px;
}

.wd-pf-categories .children .children a {
	padding-inline-start: 55px;
}

.wd-swatch {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--wd-swatch-w);
	height: var(--wd-swatch-h);
	color: var(--color-gray-900);
	vertical-align: middle;
	text-align: center;
	font-weight: 600;
	font-size: var(--wd-swatch-size);
	line-height: 1;
	cursor: pointer;
	transition: all .25s ease;
}

.wd-swatch :is(img, picture) {
	display: block;
	max-height: 100%;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	object-fit: cover;
}

.wd-swatch.wd-bg .wd-swatch-text {
	display: none;
}

.wd-swatch.wd-text {
	min-width: 1em;
	min-height: 1em;
	width: auto;
	height: auto;
}

.wd-swatch.wd-text .wd-swatch-text {
	padding: 0 calc(var(--wd-swatch-size) / 5);
	font-size: var(--wd-swatch-text-size);
}

.wd-swatch.wd-linked {
	cursor: pointer !important;
}

.wd-swatch-bg {
	display: inherit;
	align-items: inherit;
	justify-content: inherit;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

:is(body:not(.global-color-scheme-light), .color-scheme-dark) .wd-swatch.wd-bg .wd-swatch-bg:is(:not([style^="background-color"]), [style*="#ffffff"], [style*="#FFFFFF"], [style*="255, 255, 255"]):before {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid var(--wd-swatch-brd-color);
	border-radius: inherit;
}

[class*="wd-swatches"] {
	--wd-swatch-size: 25px;
	--wd-swatch-w: 1em;
	--wd-swatch-h: 1em;
	--wd-swatch-text-size: 16px;
	--wd-swatch-h-sp: 15px;
	--wd-swatch-v-sp: 10px;
	--wd-swatch-inn-sp: .001px;
	--wd-swatch-brd-color: var(--brdcolor-gray-200);
}

.wd-swatches-product {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: var(--text-align);
	vertical-align: middle;
	gap: var(--wd-swatch-v-sp) var(--wd-swatch-h-sp);
}

.wd-swatches-product+select {
	display: none;
}

[class*="wd-swatches"].wd-size-xs {
	--wd-swatch-size: 20px;
	--wd-swatch-text-size: 14px;
}

[class*="wd-swatches"].wd-size-m {
	--wd-swatch-size: 35px;
}

[class*="wd-swatches"].wd-size-large {
	--wd-swatch-size: 45px;
	--wd-swatch-text-size: 18px;
}

[class*="wd-swatches"].wd-size-xlarge {
	--wd-swatch-size: 70px;
	--wd-swatch-text-size: 24px;
}

[class*="wd-swatches"].wd-size-xxl {
	--wd-swatch-size: 90px;
	--wd-swatch-text-size: 32px;
}

.wd-swatches-grid {
	--wd-swatch-v-sp: 5px;
	--wd-swatch-h-sp: 8px;
}

.wd-swatches-grid:is(.wd-size-xs, .wd-size-default) {
	--wd-swatch-size: 15px;
	--wd-swatch-text-size: 14px;
}

.wd-swatches-grid.wd-size-m {
	--wd-swatch-size: 20px;
}

.wd-swatches-grid.wd-size-large {
	--wd-swatch-size: 25px;
	--wd-swatch-text-size: 16px;
}

.wd-swatches-grid:is(.wd-size-xlarge, .wd-size-xxl) {
	--wd-swatch-size: 35px;
	--wd-swatch-text-size: 18px;
}

.wd-swatches-filter {
	--wd-swatch-h-sp: 10px;
}

.wd-swatches-filter.wd-size-small {
	--wd-swatch-size: 15px;
	--wd-swatch-text-size: 14px;
}

.wd-swatches-filter.wd-size-large {
	--wd-swatch-size: 35px;
}

[class*="wd-swatches"].wd-shape-round .wd-swatch {
	border-radius: 1em;
}

[class*="wd-swatches"].wd-shape-rounded .wd-swatch {
	border-radius: 5px;
}

.wd-swatches-filter .wd-swatch {
	flex: 0 0 auto;
}

.wd-swatches-filter .wd-swatch.wd-bg:before {
	position: absolute;
	inset: var(--wd-swatch-inn-sp);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: inherit;
	background-color: rgba(0, 0, 0, .2);
	color: #fff;
	font-weight: 400;
	font-size: calc(var(--wd-swatch-text-size) - 4px);
	opacity: 0;
	transition: inherit;
	content: "";
	font-family: "woodmart-font";
}

.wd-swatches-filter .wd-swatch-wrap.wd-active a:hover .wd-swatch.wd-bg:before {
	opacity: 1;
}

.wd-swatches-filter:not(.wd-bg-style-1) .wd-swatch-wrap.wd-active a:hover .wd-swatch.wd-bg:after {
	opacity: 0;
}

.wd-swatches-filter .wd-swatch.wd-text+span {
	display: none;
}

.wd-swatches-brands .wd-swatch :is(img, picture) {
	object-fit: contain;
}

.wd-swatches-brands .wd-swatch.wd-bg {
	flex: 1 0 auto;
	max-width: var(--wd-swatch-w);
	width: auto;
	height: var(--wd-swatch-h);
	border-radius: 0;
}

.wd-swatches-brands .wd-swatch.wd-bg:before {
	display: none;
}

.wd-swatches-brands .wd-swatch-bg:before {
	border: none !important;
}

.wd-swatches-brands :is(.wd-swatch-wrap a:hover, .wd-swatch-wrap.wd-active) .wd-swatch.wd-bg {
	opacity: .5;
}

.wd-swatches-filter.wd-swatches-brands {
	--wd-swatch-h: 30px;
	--wd-swatch-w: 60px;
}

.wd-swatches-filter.wd-swatches-brands.wd-size-small {
	--wd-swatch-w: 45px;
}

.wd-swatches-filter.wd-swatches-brands.wd-size-large {
	--wd-swatch-h: 40px;
	--wd-swatch-w: 90px;
}

.wd-swatch+.wd-filter-lable {
	margin-inline-start: 10px;
}

.wd-swatches-filter.wd-labels-off :is(.wd-swatch+span, .count) {
	display: none;
}

.wd-swatches-filter.wd-checkboxes-on li>a {
	position: relative;
}

.wd-swatches-filter:is(.wd-layout-double, .wd-layout-inline) {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--wd-swatch-v-sp) var(--wd-swatch-h-sp);
}

.wd-swatches-filter:is(.wd-layout-double, .wd-layout-inline) li {
	margin-bottom: 0;
}

.wd-swatches-filter:is(.wd-layout-double, .wd-layout-inline) a {
	padding: 0;
	background: transparent !important;
}

.wd-swatches-filter:is(.wd-layout-double, .wd-layout-inline):is(.wd-bg-style-1, .wd-text-style-1) {
	padding-bottom: 5px;
}

.wd-product-filters .wd-swatches-filter:is(.wd-layout-double, .wd-layout-inline) {
	padding: 10px;
}

.wd-swatches-filter.wd-layout-double li {
	flex: 0 1 calc(50% - var(--wd-swatch-h-sp) / 2);
}

.wd-swatches-filter.wd-checkboxes-on li>a:before {
	content: "";
	display: inline-block;
	margin-inline-end: 8px;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	border: 2px solid var(--brdcolor-gray-300);
	vertical-align: middle;
	transition: all .2s ease;
}

.wd-swatches-filter.wd-checkboxes-on li>a:after {
	position: absolute;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	inset-inline-start: .2em;
	color: #fff;
	font-weight: 400;
	font-size: .7em;
	opacity: 0;
	content: "";
	font-family: "woodmart-font";
}

.wd-swatches-filter.wd-checkboxes-on li>a:hover:before {
	border-color: var(--wd-primary-color);
}

.wd-swatches-filter.wd-checkboxes-on li.wd-active>a:before {
	background-color: var(--wd-primary-color);
	border-color: var(--wd-primary-color);
}

.wd-swatches-filter.wd-checkboxes-on li.wd-active>a:after {
	opacity: 1;
}

[class*="title-line-"] .wd-product .wd-entities-title {
	overflow: hidden;
	max-height: calc(var(--title-line-count, 1) * var(--title-line-height, 1.4em));
	line-height: var(--title-line-height, 1.4em);
}

.title-line-two {
	--title-line-count: 2;
}

.wd-product {
	position: relative;
	text-align: var(--text-align);
	line-height: 1.4;
	--text-align: center;
	--wd-btn-inset: 10px;
	--wd-prod-gap: 12px;
	--wd-prod-bg-sp: 0;
	--wd-prod-bg-cont-sp: 0;
	--wd-prod-trim: calc(( var(--wd-text-line-height) * -.5em ) + .5em);
}

.wd-product .product-wrapper {
	border-radius: var(--wd-brd-radius);
	padding: var(--wd-prod-bg-sp);
}

.wd-product :where(.product-wrapper, .product-element-bottom) {
	display: flex;
	flex-direction: column;
	gap: var(--wd-prod-gap);
}

.wd-product:not(.wd-hover-small) :is(.product-image-link, .hover-img) img {
	width: 100%;
}

.wd-product .product-image-link {
	position: relative;
	display: block;
}

.wd-product .hover-img {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bgcolor-white);
	opacity: 0;
	transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}

.wd-product .hover-img>a {
	display: block;
	flex: 1 1 100%;
	max-width: 100%;
	width: 100%;
}

.wd-product :is(.wd-entities-title, .wd-product-cats, .wd-product-brands-links, .wd-product-sku, .wd-product-stock, .price) {
	line-height: inherit;
	margin-block: -.2em;
}

.wd-product .wd-entities-title {
	font-size: inherit;
}

.wd-product :is(.wd-product-cats, .wd-product-brands-links) {
	font-size: 95%;
	color: var(--color-gray-400);
	--wd-link-color: var(--color-gray-400);
	--wd-link-color-hover: var(--color-gray-700);
}

.wd-product :is(.wd-product-cats, .wd-product-brands-links) a {
	display: inline-block;
}

.wd-product .wd-product-sku {
	color: var(--color-gray-400);
}

.wd-product .wd-star-rating {
	display: inline-flex;
	align-items: center;
	align-self: var(--text-align);
	gap: 5px;
}

.wd-product .star-rating {
	align-self: var(--text-align);
	line-height: 1;
}

.wd-product .woocommerce-review-link {
	line-height: 1;
	color: var(--color-gray-500);
}

.wd-product .woocommerce-review-link:hover {
	color: var(--color-gray-900);
}

.wd-product .wd-swatches-grid:empty {
	display: none;
}

.wd-product :is(.wd-product-countdown, .wd-swatches-grid) {
	justify-content: var(--text-align);
}

.wd-product .price {
	display: block;
}

.wd-product .added_to_cart {
	display: none !important;
}

.wd-product .shop_attributes {
	font-size: 90%;
	--wd-attr-v-gap: 10px;
	--wd-attr-brd-style: dashed;
	--wd-attr-img-width: 18px;
}

.wd-product .shop_attributes :is(.wd-attr-name, .wd-attr-term) {
	gap: 4px;
}

.wd-product .shop_attributes .wd-hint {
	margin: 0;
}

.wd-product:is(.wd-variation-active, .product-swatched, .wd-loading-image) .hover-img {
	display: none;
}

.wd-product:is(.quick-shop-shown, .wd-loading-quick-shop) .product-element-top .hover-img {
	opacity: 0;
	transition: opacity .25s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}

.product-element-top {
	position: relative;
	overflow: hidden;
	border-radius: var(--wd-brd-radius);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

.product-element-top:hover .hover-img {
	opacity: 1;
	transform: scale(1.09);
}

.product-element-top:after {
	position: absolute;
	top: calc(50% - 16px);
	left: calc(50% - 16px);
	visibility: hidden;
	opacity: 0;
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-left-color: var(--color-gray-900);
	border-radius: 50%;
	vertical-align: middle;
	animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

.wd-product[class*="wd-loading"] .product-image-link {
	opacity: .4;
}

.wd-product[class*="wd-loading"] .product-element-top:after {
	visibility: visible;
	opacity: 1;
	transition: opacity .25s ease, visibility .25s ease;
	--wd-anim-state: running;
}

:is(.catalog-mode-on, .login-see-prices) .wd-product.product .wd-add-btn {
	display: none;
}

.wd-buttons {
	z-index: 4;
	display: flex;
	flex-direction: column;
	border-radius: calc(var(--wd-brd-radius) / 1.2);
	background: var(--bgcolor-white);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	transition: all .3s ease;
}

.wd-buttons .wd-action-btn>a {
	height: 45px;
}

.wd-buttons[class*="wd-pos-r"] {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transform: translateX(20px) translateZ(0);
}

.wd-buttons.wd-pos-r-t {
	top: var(--wd-btn-inset);
	inset-inline-end: var(--wd-btn-inset);
}

.wd-buttons.wd-pos-r-b {
	inset-inline-end: var(--wd-btn-inset);
	bottom: var(--wd-btn-inset);
}

.wd-action-btn.wd-style-icon .button {
	gap: 0;
	min-height: unset;
	padding: 0;
	background-color: transparent;
}

.wd-action-btn.wd-style-icon .button:hover {
	background-color: transparent;
	box-shadow: none;
}

.wd-product:hover:not(:is(.product-swatched, .quick-shop-shown, [class*="wd-loading"])) .wd-buttons[class*="wd-pos-r"] {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.wd-product.product-swatched:not(.quick-shop-shown):not([class*="wd-loading"]) .product-element-top:hover .wd-buttons[class*="wd-pos-r"] {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.wd-product.product-type-simple.outofstock .product_type_simple:before, .wd-product .product_type_grouped:before {
	content: "";
}

.wd-product .product_type_external:before {
	content: "";
}

:is(.products-bordered-grid-ins, .wd-products-with-bg:not(.products-bordered-grid), .wd-products-with-shadow:not(.products-bordered-grid)) .wd-product {
	--wd-prod-bg-sp: 15px;
}

.wd-product :is(.product-wrapper, .product-element-bottom, .product-list-content, [class*="-information"])>*:not(:is(.product-element-bottom, .wd-entities-title, [class*="wd-product-"], .price)) {
	margin-block: 0;
}

:is(.quick-shop-shown, .wd-loading-quick-shop) :is(.wd-buttons, .product-labels) {
	opacity: 0;
}

@media (max-width: 1024px) {
	.wd-product .hover-img {
		display: none;
	}
	
	.wd-product .wd-buttons {
		opacity: 1;
		transform: none;
		visibility: visible;
	}
	
	.wd-buttons {
		border-radius: 35px;
	}
	
	.wd-buttons .wd-action-btn {
		--wd-action-icon-size: 14px;
	}
	
	.wd-buttons .wd-action-btn>a {
		width: 35px;
		height: 35px;
	}
	
	.wd-buttons :is(.wd-quick-view-icon, .wd-compare-btn) {
		display: none;
	}
}

@media (max-width: 768.98px) {
	:is(.products-bordered-grid-ins, .wd-products-with-bg:not(.products-bordered-grid), .wd-products-with-shadow:not(.products-bordered-grid)) .wd-product {
		--wd-prod-bg-sp: 10px;
	}
}

@media (max-width: 576px) {}

.wd-product.wd-hover-standard .wd-add-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: var(--text-align);
	gap: var(--wd-prod-gap);
}

.wd-product.wd-hover-standard .wd-add-btn>a {
	border-radius: var(--btn-accented-brd-radius);
	color: var(--btn-accented-color);
	box-shadow: var(--btn-accented-box-shadow);
	background-color: var(--btn-accented-bgcolor);
	text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
	font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
	font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
	font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
	min-height: unset;
}

.wd-product.wd-hover-standard .wd-add-btn>a:hover {
	color: var(--btn-accented-color-hover);
	box-shadow: var(--btn-accented-box-shadow-hover);
	background-color: var(--btn-accented-bgcolor-hover);
}

.wd-product.wd-hover-standard .wd-add-btn>a:active {
	box-shadow: var(--btn-accented-box-shadow-active);
	bottom: var(--btn-accented-bottom-active, 0);
}

.wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span {
	padding: 5px 14px;
	min-height: 36px;
	font-size: 12px;
}

.wd-product.wd-hover-standard .wd-add-btn div.quantity {
	--wd-form-height: 36px;
}

.wd-add-btn-replace .add-to-cart-loop {
	overflow: hidden;
	padding: 0;
}

.wd-add-btn-replace .add-to-cart-loop span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: inherit;
	transition: transform .25s ease, opacity .15s ease;
}

.wd-add-btn-replace .add-to-cart-loop:before {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 20px;
	transition: opacity .15s ease, transform .25s ease;
	transform: translateY(100%);
	content: "";
	font-family: "woodmart-font";
}

.wd-add-btn-replace .add-to-cart-loop:after {
	position: absolute;
	top: calc(50% - 9px);
	inset-inline-start: calc(50% - 9px);
	opacity: 0;
	transition: opacity .2s ease;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-left-color: currentColor;
	border-radius: 50%;
	vertical-align: middle;
	animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

.wd-add-btn-replace .add-to-cart-loop:hover:before {
	transform: translateY(0) translateZ(0);
}

.wd-add-btn-replace .add-to-cart-loop:hover span {
	transform: translateY(-100%) translateZ(0);
}

.wd-add-btn-replace .add-to-cart-loop.loading:before, .wd-add-btn-replace .add-to-cart-loop.loading span {
	opacity: 0;
}

.wd-add-btn-replace .add-to-cart-loop.loading:after {
	opacity: 1;
	--wd-anim-state: running;
}

.wd-product.product-type-simple.outofstock .wd-add-btn-replace .add-to-cart-loop:before, .wd-add-btn-replace .add-to-cart-loop.product_type_grouped:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-add-btn-replace .add-to-cart-loop.product_type_external:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-cat {
	text-align: center;
}

.wd-cat img {
	width: 100%;
}

.wd-cat-inner {
	position: relative;
}

.wd-cat-content {
	padding: 10px;
}

.wd-cat-wrap {
	padding: var(--wd-prod-bg-sp);
	border-radius: var(--wd-cat-brd-radius, var(--wd-brd-radius));
}

.wd-cat .wd-entities-title {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 20px;
}

:is(.products-bordered-grid-ins, .wd-products-with-bg:not(.products-bordered-grid), .wd-products-with-shadow:not(.products-bordered-grid)) .wd-cat {
	--wd-prod-bg-sp: 15px;
}

@media (max-width: 768.98px) {
	:is(.products-bordered-grid-ins, .wd-products-with-bg:not(.products-bordered-grid), .wd-products-with-shadow:not(.products-bordered-grid)) .wd-cat {
		--wd-prod-bg-sp: 10px;
	}
}

.category-grid-item .wd-cat-thumb {
	position: relative;
	overflow: hidden;
	border-radius: var(--wd-cat-brd-radius, var(--wd-brd-radius));
	transform: translate3d(0, 0, 0);
}

.category-grid-item .wd-cat-image {
	display: block;
	margin: -1px;
	transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
}

.category-grid-item:hover .wd-cat-image {
	transform: scale3d(1.1, 1.1, 1);
}

.category-grid-item .wd-cat-count>a {
	color: inherit;
}

.category-grid-item .wd-cat-inner {
	border-radius: var(--wd-cat-brd-radius, var(--wd-brd-radius));
}

.category-grid-item .wd-cat-inner>a {
	z-index: 5;
}

.cat-design-alt .wd-cat-thumb {
	margin-inline: auto;
	max-width: var(--wd-cat-img-width);
}

.cat-design-alt.categories-with-shadow .wd-cat-thumb {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .12);
}

@media (max-width: 768.98px) {
	.category-grid-item .wd-entities-title {
		font-size: 16px;
	}
	
	.category-grid-item:hover .wd-cat-image {
		transform: none;
	}
}

.wd-sticky-loader {
	position: absolute;
	inset: 70px 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	pointer-events: none;
	opacity: 0;
}

.wd-sticky-loader .wd-loader {
	position: sticky;
	top: calc(50% - 15px);
}

.wd-sticky-loader.wd-loading, .wd-content-layout.wd-loading .wd-sticky-loader.wd-content-loader {
	opacity: 1;
	transition: all .25s ease;
	--wd-anim-state: running;
}

.wd-widget-collapse .widget-title {
	position: relative;
	margin-bottom: 0;
	padding-inline-end: 22px;
	cursor: pointer;
	user-select: none;
}

.wd-widget-collapse .widget-title ~ * {
	margin-top: 20px;
}

.wd-widget-collapse .widget-title:after {
	position: absolute;
	top: calc(50% - 12px);
	inset-inline-end: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	color: var(--color-gray-800);
	font-weight: 400;
	font-size: 10px;
	transition: all .25s ease;
	content: "";
	font-family: "woodmart-font";
}

.wd-widget-collapse.wd-opened .widget-title:after {
	background-color: #f1f1f1;
	transform: rotate(180deg);
}

.rtl .wd-widget-collapse.wd-opened .widget-title:after {
	transform: rotate(-180deg);
}

.wd-widget-collapse:not(.wd-opened-initially)>.widget-title ~ * {
	display: none;
}

[class*="color-scheme-light"] .wd-widget-collapse.wd-opened .widget-title:after {
	background-color: #fff;
	color: #333;
}

.footer-sidebar {
	padding-block: 40px;
}

.footer-column>*:not(.widget) {
	margin-block: 0 var(--wd-block-spacing);
}

.footer-column>*:not(.widget):last-child {
	margin-bottom: 0;
}

[class*="color-scheme-light"] .footer-widget {
	--wd-link-color: rgba(255, 255, 255, .6);
}

.wd-prefooter {
	padding-bottom: 40px;
	background-color: var(--wd-main-bgcolor);
}

.wd-copyrights {
	--wd-tags-mb: 10px;
	padding-block: 20px;
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-copyrights.wd-layout-two-columns>.wd-grid-g {
	--wd-col-lg: 2;
	--wd-col-md: 1;
}

.wd-copyrights.wd-layout-centered {
	text-align: center;
}

@media (min-width: 1025px) {
	.sticky-footer-on :is(.wd-page-content, .wd-prefooter) {
		position: relative;
		z-index: 2;
	}
	
	.sticky-footer-on .wd-footer {
		position: sticky;
		bottom: 0;
	}
	
	.wd-copyrights.wd-layout-two-columns .wd-col-end {
		text-align: end;
	}
}

@media (max-width: 1024px) {
	.wd-copyrights.wd-layout-two-columns {
		text-align: center;
	}
}
