
.wd-info-box {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: var(--wd-brd-radius);
	gap: var(--ib-icon-sp);
	--ib-icon-sp: 20px;
}

.wd-info-box .box-icon-wrapper {
	flex: 0 0 auto;
	line-height: 0;
}

.wd-info-box :is(.info-box-icon, .info-svg-wrapper) {
	display: inline-block;
	max-width: 100%;
}

.wd-info-box .info-box-icon {
	transition: all .25s ease;
}

.wd-info-box .info-svg-wrapper img {
	height: inherit;
}

.wd-info-box .info-svg-wrapper :is(img, svg) {
	width: inherit !important;
	height: inherit !important;
}

.wd-info-box :is(.info-box-subtitle, .info-box-title) {
	transition: all .25s ease;
	margin-bottom: 0;
}

.wd-info-box :is(.info-box-subtitle, .info-box-title, .info-box-inner):not(:first-child) {
	margin-top: 10px;
}

.wd-info-box :is(.info-box-subtitle:not(.subtitle-style-background), .info-box-title) {
	line-height: 1.3;
}

.wd-info-box .info-box-content {
	--wd-tags-mb: 10px;
	position: relative;
	flex: 1 1 auto;
	border-radius: var(--wd-brd-radius);
}

.wd-info-box .info-box-inner p:first-child:empty, .wd-info-box .info-box-inner p:first-child:empty ~ p:last-child, .wd-info-box .info-box-inner:empty {
	display: none;
}

.wd-info-box .info-btn-wrapper {
	margin-top: 15px;
}

.wd-info-box-link {
	z-index: 2;
}

.box-icon-align-top .box-icon-wrapper {
	margin-bottom: -5px;
}

:is(.box-icon-align-left, .box-icon-align-right) .box-icon-wrapper {
	max-width: 50%;
}

.box-icon-align-left {
	flex-direction: row;
}

.box-icon-align-right {
	flex-direction: row-reverse;
}

.box-title-style-underlined {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.box-with-icon .info-box-icon {
	overflow: hidden;
}

.box-icon-wrapper.box-with-text {
	color: var(--wd-primary-color);
	font-weight: 700;
	line-height: 1;
}

.box-with-text.text-size-small {
	font-size: 38px;
}

.box-with-text:is(.text-size-default, .text-size-large) {
	font-size: 52px;
}

[class*="box-icon-with-"].box-with-text {
	--text-bg-size: 85px;
}

[class*="box-icon-with-"].box-with-text .info-box-icon {
	padding: 0 10px;
	min-width: var(--text-bg-size);
	height: var(--text-bg-size);
	border-radius: 100px;
	line-height: var(--text-bg-size);
}

[class*="box-icon-with-"]:is(.text-size-default, .text-size-large) {
	--text-bg-size: 100px;
}

[class*="box-icon-with-"] .info-box-icon {
	border-radius: 50%;
	text-align: center;
}

.box-icon-with-bg .info-box-icon {
	padding: 20px;
	background-color: #f1f1f1;
}

.box-icon-with-border .info-box-icon {
	padding: 18px;
	border: 2px solid #f1f1f1;
}

.wpb-js-composer .info-box-wrapper.inline-element {
	max-width: 100%;
}

.wpb-js-composer .info-box-carousel .inline-element {
	display: block;
	margin-inline: 0 !important;
}

.wpb-js-composer .info-box-carousel .inline-element .wd-info-box {
	display: inline-flex;
}

.with-animation .info-svg-wrapper path {
	stroke: var(--wd-primary-color);
}

.info-box-carousel-wrapper .wd-wpb {
	margin-bottom: 0;
}

[class*="color-scheme-hover"] {
	transition: all .25s ease;
}

[class*="color-scheme-hover"] .title {
	transition: all .25s ease;
}

.color-scheme-hover-dark:hover {
	--color-gray-400: #a5a5a5;
	--color-gray-500: #a5a5a5;
	--color-gray-800: #333;
	--bgcolor-gray-200: #f7f7f7;
	--brdcolor-gray-500: rgba(0, 0, 0, .2);
	--wd-text-color: #767676;
	--wd-title-color: #242424;
	--wd-link-color: #333;
	--wd-link-color-hover: #242424;
	color: var(--wd-text-color);
}

.color-scheme-hover-light:hover {
	--color-gray-400: rgba(255, 255, 255, .8);
	--color-gray-500: rgba(255, 255, 255, .8);
	--color-gray-800: #fff;
	--brdcolor-gray-300: rgba(255, 255, 255, .15);
	--brdcolor-gray-500: rgba(255, 255, 255, .3);
	--wd-text-color: rgba(255, 255, 255, .8);
	--wd-title-color: #fff;
	--wd-link-color: rgba(255, 255, 255, .9);
	--wd-link-color-hover: #fff;
	color: var(--wd-text-color);
}

.color-scheme-hover-light:hover .info-svg-wrapper svg {
	fill: #fff !important;
}

.color-scheme-hover-light:hover .info-svg-wrapper img {
	filter: brightness(0) invert(1);
}

.color-scheme-hover-light:hover :is(.info-box-icon, .title) {
	color: #fff !important;
}

@media (min-width: 1025px) {
	.box-with-text.text-size-large {
		font-size: 74px;
	}
	
	[class*="box-icon-with-"].text-size-large {
		--text-bg-size: 130px;
	}
}

.wd-tabs:not(.wd-inited) .wd-nav-tabs[class*="wd-style-underline"]>li:first-child>a .nav-link-text:after {
	width: 100%;
}

.wd-tabs {
	--wd-row-gap: 20px;
	--wd-header-padding: .001px;
	display: flex;
	flex-direction: column;
	gap: var(--wd-row-gap);
}

.wd-tabs .tabs-name {
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 0;
}

.wd-tabs .tabs-name>span {
	vertical-align: middle;
}

.wd-tabs .tabs-name .img-wrapper {
	display: inline-flex;
	margin-right: 10px;
}

.wd-tabs-header {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: var(--wd-header-padding);
}

.wd-tabs-header.wp-block .tabs-text {
	display: inline-block;
}

.wd-nav-tabs {
	--nav-gap: 30px;
	align-items: center;
}

.wd-nav-tabs>li>a {
	padding: 10px 0;
	vertical-align: bottom;
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-size: 16px;
	font-family: var(--wd-title-font);
	line-height: 1;
}

.wd-tabs.tabs-design-default:not(.wd-header-with-bg) {
	--wd-row-gap: 10px;
}

.wd-tabs.tabs-design-simple .tabs-name {
	position: relative;
	z-index: 1;
	margin-bottom: -2px;
	padding-block: 5px;
	border-bottom: 2px solid var(--wd-primary-color);
	vertical-align: middle;
}

.wd-tabs.tabs-design-simple .tabs-name>span {
	vertical-align: bottom;
}

.wd-tabs.tabs-design-simple .tabs-name .img-wrapper {
	margin-left: 4px;
}

.wd-tabs.tabs-design-simple .wd-nav-tabs li a {
	min-height: 42px;
	font-size: 14px;
}

.wd-tabs.wd-header-with-bg {
	--wd-header-padding: 15px;
}

.wd-tabs.wd-header-with-bg .wd-tabs-header {
	background-color: var(--bgcolor-gray-100);
	border-radius: var(--wd-brd-radius);
}

.wd-tabs:not(.wd-inited) .wd-nav-tabs>li:first-child>a {
	color: var(--nav-color-active);
}

.color-scheme-light .wd-nav-tabs.wd-style-default {
	--nav-color-hover: var(--wd-primary-color);
	--nav-color-active: var(--wd-primary-color);
}

.wd-nav-tabs[class*="wd-style-underline"] {
	--nav-color: rgba(51, 51, 51, .7);
	--nav-color-hover: #333;
	--nav-color-active: #333;
}

.color-scheme-light .wd-nav-tabs[class*="wd-style-underline"] {
	--nav-color: rgba(255, 255, 255, .7);
	--nav-color-hover: #fff;
	--nav-color-active: #fff;
}

.wd-nav-tabs a {
	gap: 10px;
}

.wd-nav-tabs .img-wrapper {
	min-width: max-content;
}

.wd-nav-tabs.wd-icon-pos-start a {
	flex-direction: row;
}

.wd-nav-tabs.wd-icon-pos-top {
	align-items: flex-end;
}

.wd-nav-tabs.wd-icon-pos-top a {
	flex-direction: column;
}

.wd-nav-tabs.wd-icon-pos-end a {
	flex-direction: row-reverse;
}

.wd-nav-tabs.wd-icon-pos-left a {
	flex-direction: row;
}

.wd-nav-tabs.wd-icon-pos-right a {
	flex-direction: row-reverse;
}

.wd-tabs:not(.wd-inited) .wd-tab-content:first-child {
	display: flex;
	opacity: 1;
	transform: none;
}

.wd-tabs .wd-tabs-content-wrapper {
	position: relative;
}

.wd-tabs .wd-tab-content {
	display: none;
	opacity: 0;
	transition: all .25s ease;
	transform: translateY(30px);
}

.wd-tabs .wd-tab-content>div:not(:is(.wd-nav-arrows, .grid-masonry)) {
	--wd-width: 100%;
	width: var(--wd-width);
}

.wd-tabs .wd-tab-content.wd-active {
	display: flex;
}

.wd-tabs .wd-tab-content.wd-in {
	opacity: 1;
	transform: none;
}

.wd-tabs .wd-tab-content>.elementor {
	min-width: 1px;
}

.wp-block-wd-tabs .wd-tab-content {
	--wd-row-gap: 20px;
	flex-direction: column;
	row-gap: var(--wd-row-gap);
}

:root .wp-block-wd-tabs .wd-tab-content>* {
	margin-bottom: 0;
}

@media (min-width: 1025px) {
	.wd-tabs.tabs-design-aside {
		position: relative;
		display: grid;
		align-items: flex-start;
		grid-template-columns: var(--wd-side-width, 300px) 1fr;
		gap: var(--wd-row-gap);
	}
	
	.wd-tabs.tabs-design-aside .wd-tabs-header {
		--text-align: start;
	}
	
	.wd-tabs.tabs-design-aside .wd-nav-tabs {
		flex-direction: column;
		align-items: flex-start;
		row-gap: var(--nav-gap);
		--nav-gap: .001px;
	}
	
	.wd-tabs.tabs-design-aside .wd-nav-tabs>li {
		margin-inline-end: 0;
		cursor: pointer;
	}
	
	.wd-tabs.tabs-design-aside .wd-nav-tabs>li>a {
		display: inline-flex;
	}
	
	.wd-tabs.tabs-design-aside .wd-tabs-content-wrapper {
		min-width: 1px;
	}
	
	.wd-tabs.tabs-design-alt .wd-tabs-header {
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.wd-tabs.tabs-design-simple .wd-tabs-header {
		flex-direction: row;
		align-items: flex-end;
		gap: 25px;
		border-bottom: 2px solid var(--brdcolor-gray-300);
	}
}

@media (max-width: 1024px) {
	.wd-tabs {
		--wd-row-gap: 10px;
	}
	
	.wd-tabs .wd-tabs-header .svg-icon {
		width: 25px !important;
		height: 25px !important;
	}
	
	.wd-tabs .wd-tabs-header .img-wrapper img {
		max-height: 25px;
		width: auto;
	}
	
	.wd-nav-tabs {
		flex-wrap: nowrap;
		white-space: nowrap;
	}
	
	.wd-nav-tabs-wrapper {
		overflow-x: auto;
		-webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px);
		mask-image: linear-gradient(to left, transparent 5px, #000 40px);
	}
	
	.wd-tabs.tabs-design-simple .wd-tabs-header {
		--text-align: start;
		align-items: flex-start;
		gap: 0;
	}
	
	.wd-tabs.tabs-design-simple .wd-nav-tabs-wrapper {
		flex: 1 1 auto;
		max-width: 100%;
		width: 100%;
		border-top: 2px solid var(--brdcolor-gray-300);
	}
}

.wc-tabs-wrapper .woocommerce-Tabs-panel {
	display: none;
}

.wd-nav-wrapper+.woocommerce-Tabs-panel:not([style]) {
	display: block;
}

.wd-nav.wd-style-underline-reverse>li>a {
	padding-top: 30px;
}

.wd-nav.wd-style-underline-reverse>li>a>.nav-link-text:after {
	top: -30px;
	height: 3px;
}

.wc-tabs-wrapper .shop_attributes {
	margin: 0 auto;
}

.tabs-layout-tabs>.wd-accordion-item>.wd-accordion-title {
	display: none;
}

@media (min-width: 1025px) {
	.wd-nav-wrapper+div .woocommerce-Tabs-panel:not([style]) {
		display: block;
	}
}

@media (max-width: 1024px) {
	.wd-nav.wd-style-underline-reverse>li>a {
		padding-top: 15px;
	}
	
	.wd-nav.wd-style-underline-reverse>li>a>.nav-link-text:after {
		top: -15px;
	}
	
	.tabs-layout-accordion>.wd-nav-tabs-wrapper {
		display: none;
	}
	
	.tabs-layout-tabs {
		display: none;
	}
}

.wd-accordion {
	--wd-accordion-spacing: 20px;
	--wd-row-gap: .001px;
	display: flex;
	flex-direction: column;
	gap: var(--wd-row-gap);
}

.wd-accordion .wd-scroll {
	height: auto;
}

.wd-accordion .wd-scroll-content {
	padding-inline-end: 10px;
}

.wd-accordion.wd-style-default>.wd-accordion-item:first-of-type, .wd-accordion.wd-style-default>.wd-nav-wrapper+.wd-accordion-item {
	border-top: 2px solid var(--brdcolor-gray-300);
}

.wd-accordion.wd-style-default>.wd-accordion-item {
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.wd-accordion.wd-style-default.wd-border-off>.wd-accordion-item:first-of-type {
	border-top: none;
}

.wd-accordion.wd-style-default.wd-border-off>.wd-accordion-item:last-child {
	border-bottom: none;
}

.wd-accordion.wd-style-simple {
	--wd-accordion-spacing: 10px;
}

.wd-accordion.wd-style-shadow {
	--wd-row-gap: 12px;
}

.wd-accordion.wd-style-shadow>.wd-accordion-item {
	border-radius: var(--wd-brd-radius);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

.wd-accordion.wd-style-shadow>.wd-accordion-item>:is(.wd-accordion-title, .wd-accordion-content) {
	padding-inline: var(--wd-accordion-spacing);
}

.global-color-scheme-light .wd-accordion.wd-style-shadow>.wd-accordion-item {
	background-color: var(--bgcolor-gray-200);
}

.wd-accordion-title {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-block: var(--wd-accordion-spacing);
	cursor: pointer;
	transition: all .25s ease;
	user-select: none;
}

.wd-accordion-title:is(.wd-active, :hover)>.wd-accordion-title-text {
	color: var(--wd-primary-color);
}

.wd-accordion-title .img-wrapper {
	display: flex;
}

.wd-accordion-title-text {
	display: flex;
	align-items: center;
	flex: 1;
	gap: 5px;
	color: var(--wd-title-color);
	font-weight: var(--wd-title-font-weight);
	font-size: var(--wd-accordion-font-size, 16px);
	transition: inherit;
}

.wd-accordion-opener {
	position: relative;
	color: var(--color-gray-300);
	text-align: center;
	font-size: 10px;
	line-height: 1;
	transition: inherit;
}

.wd-accordion.wd-opener-style-arrow>.wd-accordion-item>.wd-accordion-title .wd-accordion-opener:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-accordion.wd-opener-style-arrow>.wd-accordion-item>.wd-accordion-title.wd-active .wd-accordion-opener {
	transform: rotate(180deg);
}

.wd-accordion.wd-opener-style-plus>.wd-accordion-item>.wd-accordion-title .wd-accordion-opener:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-accordion.wd-opener-style-plus>.wd-accordion-item>.wd-accordion-title.wd-active .wd-accordion-opener {
	transform: rotate(45deg);
}

.wd-accordion-content {
	padding-bottom: var(--wd-accordion-spacing);
	transition: opacity .25s ease;
	display: none;
	opacity: 0;
}

.wd-accordion-content.wd-active {
	display: block;
	opacity: 1;
}

.wd-accordion-content-inner {
	--wd-row-gap: 20px;
	display: flex;
	flex-direction: column;
	row-gap: var(--wd-row-gap);
}

:root .wd-accordion-content-inner>* {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.wd-accordion .wd-scroll-content {
		overflow: visible;
		padding-inline-end: 0;
		max-height: none !important;
	}
}

.wd-accordion.wd-titles-left>.wd-accordion-item>.wd-accordion-title>div {
	justify-content: left;
}

.wd-accordion.wd-titles-right>.wd-accordion-item>.wd-accordion-title>div {
	justify-content: right;
}

.wd-wpb.wd-accordion .wd-accordion-title-text {
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
}

.wd-accordion.wd-opener-pos-left>.wd-accordion-item>.wd-accordion-title {
	flex-direction: row-reverse;
}

.wd-accordion.wd-opener-pos-right>.wd-accordion-item>.wd-accordion-title {
	flex-direction: row;
}

.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";
}

[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-nav-pagin-wrap {
	display: flex;
	min-height: var(--wd-pagin-size, 10px);
	margin-top: 20px;
	justify-content: var(--wd-align, var(--wd-center));
	font-size: 0;
}

.wd-nav-pagin-wrap:has(.wd-lock) {
	display: none;
}

.wd-nav-pagin {
	--list-mb: 0;
	--li-mb: 0;
	--li-pl: 0;
	list-style: none;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--wd-pagin-gap, 10px);
	transition: all .25s ease;
}

.wd-nav-pagin li {
	position: relative;
	cursor: pointer;
	transition: all .25s ease;
}

.wd-nav-pagin:not([class*="wd-type-"]), .wd-nav-pagin.wd-lock {
	opacity: 0;
}

.wd-dynamic>.wd-nav-pagin {
	flex-wrap: nowrap;
	gap: 0;
	margin: 0 auto;
	overflow: hidden;
}

.wd-dynamic>.wd-nav-pagin li {
	margin-inline: calc(var(--wd-pagin-gap, 10px) / 2);
}

.wd-nav-pagin-wrap[class*="wd-style-shape"] span {
	display: inline-flex;
	width: var(--wd-pagin-size, 10px);
	height: var(--wd-pagin-size, 10px);
	background-color: var(--wd-pagin-bg, unset);
	border: var(--wd-pagin-brd, 2px solid) var(--wd-pagin-brd-color, var(--color-gray-300));
	border-radius: var(--wd-pagin-radius, var(--wd-pagin-size, 10px));
	transition: all .25s ease;
}

.wd-nav-pagin-wrap[class*="wd-style-shape"] li:not(.wd-active):hover span {
	border-color: var(--wd-pagin-brd-color-hover, var(--color-gray-800));
	background-color: var(--wd-pagin-bg-hover, var(--wd-pagin-bg, unset));
}

.wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
	border-color: var(--wd-pagin-brd-color-act, var(--color-gray-800));
	background-color: var(--wd-pagin-bg-act, var(--color-gray-800));
}

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