
.wd-z-index {
	position: relative;
	z-index: 35;
}

.wd-fontsize-xs {
	font-size: 14px;
}

.wd-fontsize-s {
	font-size: 16px;
}

.wd-fontsize-m {
	font-size: 18px;
}

.wd-fontsize-l {
	font-size: 22px;
}

.wd-fontsize-xl {
	font-size: 26px;
}

.wd-fontsize-xxl {
	font-size: 36px;
}

.wd-fontsize-xxxl {
	font-size: 46px;
}

.text-larger {
	font-size: 110%;
}

.font-text {
	font-family: var(--wd-text-font);
}

.font-primary {
	font-family: var(--wd-title-font);
}

.font-alt {
	font-style: var(--wd-alternative-font-style);
	font-family: var(--wd-alternative-font);
}

.wd-items-top {
	align-items: flex-start;
}

.wd-items-middle {
	align-items: center;
}

.wd-items-bottom {
	align-items: flex-end;
}

.wd-justify-left {
	justify-content: left;
}

.wd-justify-center {
	justify-content: center;
}

.wd-justify-right {
	justify-content: right;
}

.color-primary {
	color: var(--wd-primary-color);
}

.color-alt {
	color: var(--wd-alternative-color);
}

.color-title {
	color: var(--wd-title-color);
}

@media (max-width: 1024px) {
	.wd-fontsize-xl, .wd-fontsize-xxl, .wd-fontsize-xxxl {
		font-size: 22px;
	}
	
	.text-larger {
		font-size: inherit;
	}
}

.wd-lazy-fade {
	opacity: 0;
	transition: all .3s ease;
}

.wd-lazy-fade.wd-loaded {
	opacity: 1;
}

.wd-lazy-bg {
	background-image: none !important;
}

.wd-lazy-bg.nitro-lazy {
	background-image: none !important;
}

.wd-lazy-bg>:is(.wd-slide-bg,.wd-block-cover-img) {
	background-image: none !important;
}

.wd-lazy-bg>:is(.wd-slide-bg,.wd-block-cover-img).nitro-lazy {
	background-image: none !important;
}

.elementor-default i:not([class]) {
	font-style: italic;
}

.elementor .btn {
	box-shadow: var(--btn-box-shadow, unset);
}

.elementor .btn:hover {
	box-shadow: var(--btn-box-shadow-hover, var(--btn-box-shadow, unset));
}

.wd-button-wrapper .btn-style-link, .wd-button-wrapper .btn-style-bordered:not(:hover) {
	background-color: transparent !important;
}

.btn-full-width {
	width: 100%;
}

.rtl .btn-icon-pos-left {
	flex-direction: row;
}

.rtl .btn-icon-pos-right {
	flex-direction: row-reverse;
}

:is(.wd-entry-content,.entry-content)>.elementor {
	margin-bottom: 0;
}

.elementor-column-gap-no {
	--wd-el-column-gap: .001px;
}

.elementor-column-gap-narrow {
	--wd-el-column-gap: 10px;
}

.elementor-column-gap-default {
	--wd-el-column-gap: 20px;
}

.elementor-column-gap-extended {
	--wd-el-column-gap: 30px;
}

.elementor-column-gap-wide {
	--wd-el-column-gap: 40px;
}

.elementor-column-gap-wider {
	--wd-el-column-gap: 60px;
}

.elementor-section.wd-negative-gap>.elementor-container {
	margin-left: calc(var(--wd-el-column-gap) / 2 * -1);
	margin-right: calc(var(--wd-el-column-gap) / 2 * -1);
}

.elementor-section-boxed.wd-negative-gap .elementor-container {
	max-width: none;
}

.e-con-boxed.wd-negative-gap {
	--container-max-width: none;
}

[class*="wd-section-stretch"] {
	position: relative;
	min-width: calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w));
	width: calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w));
	left: calc(50% - 50vw + var(--wd-scroll-w) / 2 + var(--wd-sticky-nav-w) / 2);
}

[class*="wd-section-stretch"].wd-negative-gap {
	--padding-left: 15px;
	--padding-right: 15px;
}

[class*="wd-section-stretch"].wd-negative-gap:where(.elementor-section) {
	padding-inline: 15px;
}

.elementor-section.wd-section-stretch>.elementor-container {
	max-width: calc(var(--wd-container-w) - 30px + var(--wd-el-column-gap, .0001px));
}

.e-con-boxed.wd-section-stretch {
	--container-max-width: min(calc(var(--wd-container-w) - 30px));
}

.e-con-boxed.wd-section-stretch-content {
	--container-max-width: none;
}

@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: auto;
	}
}

.wd-elementor-sticky-column {
	align-items: flex-start;
}

.wd-sticky-spacer {
	opacity: 0;
}

.wd-divider .elementor-shape-fill {
	-webkit-transform: none;
	transform: none;
}

.elementor-select-wrapper .select-caret-down-wrapper {
	display: none;
}

.elementor-widget-text-editor .elementor-widget-container {
	width: 100%;
	columns: inherit;
	column-gap: inherit;
}

.elementor-widget-text-editor.text-left>* {
	margin-right: auto;
}

.elementor-widget-text-editor.text-center>* {
	margin-inline: auto;
}

.elementor-widget-text-editor.text-right>* {
	margin-left: auto;
}

.elementor-widget-text-editor>*>*:last-child, .elementor-widget-text-editor>*:last-child {
	margin-bottom: 0;
}

.elementor-widget-wd_products:has(.wd-hide)>* {
	display: none;
}

.elementor-page .elementor-widget-woodmart_menu_anchor {
	margin-bottom: 0;
}

.elementor a {
	text-decoration: var(--wd-link-decor);
	-webkit-text-decoration: var(--wd-link-decor);
}

.elementor a:where(:hover) {
	text-decoration: var(--wd-link-decor-hover);
	-webkit-text-decoration: var(--wd-link-decor-hover);
}

.wd-accordion-theme-style .elementor-accordion-item {
	border-top-width: 2px;
	border-right-width: 0 !important;
	border-left-width: 0 !important;
}

.elementor-tab-content>*:last-child {
	margin-bottom: 0;
}

.wd-el-page-heading {
	--wd-tags-mb: 0;
}

.elementor-element svg.wd-icon, .img-wrapper .e-font-icon-svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.wd-carousel-item.e-con {
	--padding-top: 0px;
	--padding-bottom: 0px;
}

.wd-carousel-item.e-con.e-flex {
	flex: 0 0 calc(100% / var(--wd-col));
}

:where(.e-con) .wd-width-100 {
	width: 100%;
}

.wd-animation.wd-animation-fast {
	--wd-anim-duration: .6s;
}

.wd-animation.wd-animation-slow {
	--wd-anim-duration: 1.6s;
}

.wd-video-theme-style .elementor-custom-embed-image-overlay {
	overflow: hidden;
	transition: all .5s cubic-bezier(0, 0, .44, 1.18);
}

.wd-video-theme-style .elementor-custom-embed-image-overlay:after, .wd-video-theme-style .elementor-custom-embed-image-overlay:before, .wd-video-theme-style .elementor-custom-embed-image-overlay .elementor-custom-embed-play i:before {
	content: "";
	position: absolute;
	inset: 0;
}

.wd-video-theme-style .elementor-custom-embed-image-overlay:before {
	background: inherit;
	transition: inherit;
}

.wd-video-theme-style .elementor-custom-embed-image-overlay:after {
	background-color: #000;
	transition: inherit;
	opacity: .15;
}

.wd-video-theme-style .elementor-custom-embed-play {
	z-index: 1;
	transition: inherit;
}

.wd-video-theme-style .elementor-custom-embed-play i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	font-family: unset;
	opacity: 1;
	transition: inherit;
}

.wd-video-theme-style .elementor-custom-embed-play i:before {
	border: .04em solid currentColor;
	border-radius: 50%;
	opacity: .4;
	transition: inherit;
}

.wd-video-theme-style .elementor-custom-embed-play i:after {
	margin-left: 5px;
	font-size: .3em;
	transition: inherit;
	content: "";
	font-family: "woodmart-font";
}

.wd-video-theme-style:hover .elementor-custom-embed-image-overlay:before {
	transform: scale(1.09);
}

.wd-video-theme-style:hover .elementor-custom-embed-image-overlay:after {
	opacity: .3;
}

.wd-video-theme-style:hover .elementor-custom-embed-play i:before {
	opacity: .6;
}

.wd-video-theme-style:hover .elementor-custom-embed-play i:after {
	transform: scale(.8);
}

.products:not(.wd-img-width) .cat-design-alt img {
	width: revert-layer;
}

.e-con :is(.wd-checkout-login,.wd-checkout-coupon) {
	align-items: unset;
}

.e-con :is(.wd-checkout-login,.wd-checkout-coupon) .elementor-widget-container {
	display: flex;
	flex-direction: column;
	align-items: var(--wd-align);
}

.wd-btn-align-center {
	--wd-btn-align: center;
}

.wd-btn-align-right {
	--wd-btn-align: end;
}

.wd-btn-align-full-width {
	--wd-btn-align: stretch;
}

div:where(.elementor-location-header) {
	margin-bottom: 40px;
}

.elementor-location-popup {
	overflow-x: hidden;
}

.elementor-element :is(.elementor-field-textual,.elementor-search-form__input) {
	height: auto;
}

.elementor-field.elementor-size-sm {
	border-radius: 3px;
}

.elementor-search-form input[type=search] {
	border-radius: 0;
}

:is(.elementor-wc-products,.elementor-widget-wc-archive-products) {
	text-align: end;
}

:is(.elementor-wc-products,.elementor-widget-wc-archive-products) .wd-filter-buttons {
	display: none;
}

:is(.elementor-wc-products,.elementor-widget-wc-archive-products) :is(.wd-products-per-page,.wd-products-shop-view,.woocommerce-ordering) {
	margin-right: 0;
	margin-bottom: 20px;
	vertical-align: middle;
}

:is(.elementor-wc-products,.elementor-widget-wc-archive-products) :is(.wd-products-per-page,.wd-products-shop-view,.woocommerce-ordering):not(:first-child) {
	margin-left: 30px;
}

:is(.elementor-wc-products,.elementor-widget-wc-archive-products) .woocommerce-ordering {
	display: inline-flex;
}

.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb {
	display: block;
}

.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb>span:last-child {
	font-weight: inherit;
	color: inherit;
}

.wd-page-content .elementor-widget-woocommerce-product-images>.elementor-widget-container>.product-labels, .wd-page-content .elementor-widget-woocommerce-product-images>.product-labels {
	display: none;
}

.elementor-widget-woocommerce-product-price .price {
	margin-bottom: 0;
}

.elementor-widget-woocommerce-product-price .price :is(del,.amount) {
	color: inherit;
	font-weight: inherit;
}

.elementor-widget-woocommerce-product-short-description .woocommerce-product-details__short-description {
	margin-bottom: 0;
}

.elementor-add-to-cart--align-left {
	--text-align: left;
	text-align: left;
	--content-align: flex-start;
}

.elementor-add-to-cart--align-center {
	--content-align: center;
	--text-align: center;
	text-align: center;
}

.elementor-add-to-cart--align-right {
	--text-align: right;
	text-align: right;
	--content-align: flex-end;
}

:is(.elementor-add-to-cart--align-center,.elementor-add-to-cart--align-right) form.variations_form .cell {
	display: inline-block;
}

:is(.elementor-add-to-cart--align-center,.elementor-add-to-cart--align-right) form.variations_form .value {
	width: auto;
}

.elementor-add-to-cart--align-justify form.cart .button {
	flex-grow: 1;
	flex-shrink: 1;
}

.elementor-widget-woocommerce-product-add-to-cart div.quantity input[type="number"] {
	border-radius: 0 !important;
	border-right: none !important;
	border-left: none !important;
}

.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs>.wd-accordion-item>.wd-accordion-title {
	display: none;
}

.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs .wd-nav-tabs-wrapper {
	margin-bottom: 0;
}

.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs .wd-nav-tabs[class*="wd-style-underline"] .nav-link-text:after {
	content: none;
}

.elementor-widget-woocommerce-product-additional-information table {
	margin-bottom: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .order_details {
	border-width: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .responsive-table {
	margin-bottom: 0;
}

.e-my-account-tab .wd-my-account-wrapper {
	margin: 0;
}

.e-my-account-tab .wd-my-account-sidebar {
	padding-inline-start: 0;
}

.e-my-account-tab .wd-my-account-links {
	display: none;
}

.e-my-account-tabs-horizontal .wd-my-account-wrapper {
	display: block;
}

.e-my-account-tabs-horizontal .wd-my-account-wrapper .woocommerce-MyAccount-content {
	max-width: none;
}

.e-my-account-tabs-horizontal .wd-my-account-sidebar {
	display: none;
}

.e-cart__column td.product-remove a {
	height: auto;
}

.e-cart__column .shop_table td.product-btn .button {
	float: none;
	color: var(--checkout-button-normal-text-color, #fff) !important;
	background-color: #5bc0de;
}

.e-cart__column .shop_table td.product-name .wd-cart-label {
	font-size: 0;
}

.e-cart__column .shop_table :is(td.product-price,td.product-subtotal) del span {
	color: var(--color-gray-300);
}

.e-cart__column .shop_table tbody tr td.product-sku {
	border-top-width: var(--order-summary-items-divider-weight, 1px);
	border-top-style: solid;
	border-top-color: var(--order-summary-items-divider-color, #d5d8dc);
}

.e-cart__column .shop_table .cart_item[class*="wd-fbt-item"]:not(.wd-fbt-item-first) td {
	padding-bottom: 0;
	border-top: none;
}

.e-cart__column .shop_table .cart_item.wd-fbt-item-last td {
	padding-bottom: 20px !important;
}

.e-cart__column .quantity :is(input[type="number"],input[type="text"]).input-text {
	max-height: unset;
	border-radius: 0;
	border-left: none;
	border-right: none;
	border-width: var(--wd-form-brd-width);
	border-color: var(--wd-form-brd-color);
	text-align: center;
}

.e-cart__column .wd-fg:not(:first-child) {
	margin-top: 40px;
}

.e-cart__column .responsive-table {
	margin-bottom: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce>.woocommerce-checkout {
	display: block;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tr.cart_item td.product-name {
	max-width: unset;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-shipping-totals td {
	max-width: unset;
}

.elementor-widget-woocommerce-checkout-page [class*="__field-wrapper"] {
	display: unset;
}

@media (min-width: 1025px) {
	.elementor-widget-woocommerce-product-images .wd-gallery-images:not(.wd-off-lg) .wd-carousel-inner .wd-carousel {
		margin-inline: calc(var(--wd-gap) / -2);
	}
	
	.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .wd-my-account-sidebar .woocommerce-MyAccount-navigation {
		width: auto;
	}
}

@media (max-width: 1024px) {
	.elementor-widget-woocommerce-product-images .wd-gallery-images:not(.wd-off-md) .wd-carousel-inner .wd-carousel {
		margin-inline: calc(var(--wd-gap) / -2);
	}
}

@media (max-width: 768.98px) {
	.elementor-widget-woocommerce-product-images .wd-gallery-images:not(.wd-off-sm) .wd-carousel-inner .wd-carousel {
		margin-inline: calc(var(--wd-gap) / -2);
	}
	
	.e-shop-table .woocommerce-cart-form__contents td.product-thumbnail {
		position: unset;
	}
	
	.e-shop-table .woocommerce-cart-form__contents td.product-thumbnail:before {
		content: none;
	}
	
	.e-shop-table .woocommerce-cart-form__contents td.product-remove {
		top: 0;
		right: 0;
	}
	
	.e-shop-table .shop_table.wd-fg-table tr {
		display: block;
	}
	
	.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive {
		display: table;
	}
	
	.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive tr {
		border: none;
		transform: translateX(0);
	}
	
	.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive td {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.elementor-widget-woocommerce-cart .woocommerce tbody {
		display: table-row-group;
	}
	
	.elementor-widget-woocommerce-cart .woocommerce tr {
		display: table-row;
	}
	
	.e-my-account-tab .wd-my-account-sidebar {
		padding-inline-end: 0;
	}
}

.star-rating {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: 2px;
	font-weight: 400;
	color: #eabe12;
	width: fit-content;
	font-family: "woodmart-font";
}

.star-rating:before {
	content: "" "" "" "" "";
	color: var(--color-gray-300);
}

.star-rating span {
	position: absolute;
	inset-block: 0;
	inset-inline-start: 0;
	overflow: hidden;
	width: 100%;
	text-indent: 99999px;
}

.star-rating span:before {
	content: "" "" "" "" "";
	position: absolute;
	top: 0;
	inset-inline-start: 0;
	text-indent: 0;
}

div.wc-block-components-notice-banner {
	--wd-link-decor: underline;
	--wd-link-decor-hover: underline;
	--wd-link-color: currentColor;
	--wd-link-color-hover: color-mix(in srgb, currentColor 80%, transparent);
	position: relative;
	margin-bottom: 20px;
	padding-block: 18px;
	padding-inline: 65px 30px !important;
	text-align: start;
	border: none;
	border-radius: var(--wd-brd-radius);
	outline: none !important;
	font-size: inherit;
	align-content: center;
	margin-top: 0;
	font-size: var(--wd-text-font-size);
}

div.wc-block-components-notice-banner:before {
	position: absolute;
	top: calc(50% - 9px);
	left: 24px;
	font-size: 18px;
	line-height: 18px;
	font-family: "woodmart-font";
}

div.wc-block-components-notice-banner p:last-child {
	margin-bottom: 0;
}

div.wc-block-components-notice-banner .amount {
	color: #fff;
}

div.wc-block-components-notice-banner :is(.button,.wc-backward) {
	text-decoration: none;
	--btn-color: currentColor;
	--btn-color-hover: currentColor;
	--btn-bgcolor: transparent;
	--btn-bgcolor-hover: transparent;
	--btn-brd-width: 2px;
	--btn-box-shadow-hover: none;
	--btn-height: none;
	--btn-padding: 0;
	--btn-brd-color: color-mix(in srgb, currentColor 50%, transparent);
	border-top: 0;
	border-inline: 0;
	margin-inline: 4px;
}

div.wc-block-components-notice-banner.is-success {
	background-color: var(--notices-success-bg);
	color: var(--notices-success-color);
}

div.wc-block-components-notice-banner.is-success:before {
	content: "";
}

div.wc-block-components-notice-banner:is(.is-info,.is-error) {
	background-color: var(--notices-warning-bg);
	color: var(--notices-warning-color);
}

div.wc-block-components-notice-banner:is(.is-info,.is-error):before {
	content: "";
}

div.wc-block-components-notice-banner>svg {
	display: none;
}

div.wc-block-components-notice-banner ul {
	display: flex;
	gap: 5px 7px;
	width: 100%;
	margin: 0 !important;
	list-style: none;
	--li-pl: 0;
	--li-mb: 5px;
	align-items: stretch;
	flex-direction: column;
	justify-content: center;
}

div.wc-block-components-notice-banner>div {
	display: flex;
	align-items: inherit;
	flex-wrap: wrap;
	gap: inherit;
}

div.wc-block-components-notice-banner>div .button.wc-forward {
	border-bottom: 2px solid rgba(255, 255, 255, .3);
	color: #fff !important;
	text-decoration: none;
	opacity: 1;
}

div.wc-block-components-notice-banner>div .button.wc-forward:hover {
	border-color: #fff;
}

.shop_attributes {
	margin-bottom: 0;
	overflow: hidden;
	--wd-attr-v-gap: 30px;
	--wd-attr-h-gap: 30px;
	--wd-attr-col: 1;
	--wd-attr-brd-width: 1px;
	--wd-attr-brd-style: solid;
	--wd-attr-brd-color: var(--brdcolor-gray-300);
	--wd-attr-img-width: 24px;
}

.shop_attributes tbody {
	display: grid;
	grid-template-columns: repeat(var(--wd-attr-col), 1fr);
	margin-bottom: calc(-1 * ( var(--wd-attr-v-gap) + var(--wd-attr-brd-width) ));
	column-gap: var(--wd-attr-h-gap);
}

.shop_attributes tr {
	display: flex;
	align-items: center;
	gap: 10px 20px;
	justify-content: space-between;
	padding-bottom: calc(var(--wd-attr-v-gap) / 2);
	margin-bottom: calc(var(--wd-attr-v-gap) / 2);
	border-bottom: var(--wd-attr-brd-width) var(--wd-attr-brd-style) var(--wd-attr-brd-color);
}

.shop_attributes :is(th,td) {
	padding: 0;
	border: none;
}

.shop_attributes th {
	display: flex;
	flex: 0 1 auto;
	font-family: var(--wd-text-font);
}

.shop_attributes td {
	text-align: end;
}

.shop_attributes p {
	margin-bottom: 0;
}

.shop_attributes :is(.wd-attr-name,.wd-attr-term) {
	--wd-link-color: var(--color-gray-400);
	--wd-link-color-hover: var(--color-gray-700);
	--wd-link-decor: none;
	--wd-link-decor-hover: none;
}

.shop_attributes .wd-attr-name {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.shop_attributes .wd-attr-name .wd-hint {
	margin-inline-start: -6px;
}

.shop_attributes .wd-attr-term p {
	display: inline;
}

.shop_attributes .wd-attr-name-img {
	width: var(--wd-attr-img-width);
}

@media (max-width: 1024px) {
	.wd-carousel-dis-mb .wd-carousel {
		padding: 0;
	}
	
	.wd-carousel-dis-mb .wd-carousel-wrap {
		padding: 15px 0;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px);
		mask-image: linear-gradient(to left, transparent 5px, #000 40px);
	}
	
	.wd-carousel-dis-mb :is(.wd-nav-arrows,.wd-nav-pagin-wrap) {
		display: none;
	}
}

.wd-tools-element {
	position: relative;
	--wd-header-el-color: #333;
	--wd-header-el-color-hover: rgba(51, 51, 51, .6);
	--wd-tools-icon-base-width: 20px;
}

.wd-tools-element>a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	color: var(--wd-header-el-color);
	line-height: 1;
	text-decoration: none !important;
	padding-inline: 10px;
}

.wd-tools-element .wd-tools-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}

.wd-tools-element .wd-tools-icon:before {
	font-size: var(--wd-tools-icon-base-width);
}

.wd-tools-element .wd-tools-text {
	margin-inline-start: 8px;
	text-transform: var(--wd-header-el-transform);
	white-space: nowrap;
	font-weight: var(--wd-header-el-font-weight);
	font-style: var(--wd-header-el-font-style);
	font-size: var(--wd-header-el-font-size);
	font-family: var(--wd-header-el-font);
}

.wd-tools-element .wd-tools-count {
	z-index: 1;
	width: var(--wd-count-size, 15px);
	height: var(--wd-count-size, 15px);
	border-radius: 50%;
	text-align: center;
	letter-spacing: 0;
	font-weight: 400;
	line-height: var(--wd-count-size, 15px);
}

.wd-tools-element:hover>a {
	color: var(--wd-header-el-color-hover);
}

.wd-tools-element.wd-style-icon .wd-tools-text {
	display: none !important;
}

.whb-top-bar .wd-tools-element {
	--wd-count-size: 13px;
	--wd-tools-icon-base-width: 14px;
}

.whb-top-bar .wd-tools-element .wd-tools-text {
	font-weight: 400;
	font-size: 12px;
}

.whb-color-light .wd-tools-element {
	--wd-header-el-color: #fff;
	--wd-header-el-color-hover: rgba(255, 255, 255, .8);
}

.wd-custom-icon, picture.wd-custom-icon img {
	max-width: var(--wd-tools-icon-width, 38px);
	width: var(--wd-tools-icon-width, revert-layer);
	transition: all .25s ease;
}

.wd-tools-custom-icon .wd-tools-icon:before, .wd-tools-custom-icon .wd-tools-icon:after {
	display: none;
}

.wd-tools-custom-icon:hover .wd-custom-icon {
	opacity: .6;
}

.wd-tools-element:is(.wd-design-2,.wd-design-5).wd-style-icon.wd-with-count {
	margin-inline-end: 5px;
}

.wd-tools-element:is(.wd-design-2,.wd-design-5).wd-style-text.wd-with-count .wd-tools-text {
	margin-inline-start: 14px;
}

.wd-tools-element:is(.wd-design-2,.wd-design-5) .wd-tools-count {
	position: absolute;
	top: -5px;
	inset-inline-end: -9px;
	background-color: var(--wd-primary-color);
	color: #fff;
	font-size: 9px;
}

.wd-tools-element.wd-design-1.wd-with-count .wd-tools-count {
	margin-inline-start: 8px;
}

.wd-tools-element.wd-design-1 .wd-tools-count {
	width: auto;
	height: auto;
	text-transform: var(--wd-header-el-transform);
	font-weight: var(--wd-header-el-font-weight);
	font-style: var(--wd-header-el-font-style);
	font-size: var(--wd-header-el-font-size);
	font-family: var(--wd-header-el-font);
	line-height: inherit;
}

.wd-tools-element.wd-design-1 .subtotal-divider {
	display: inline;
}

.wd-tools-element.wd-design-4 {
	--wd-count-size: 19px;
}

.wd-tools-element.wd-design-4.wd-with-count .wd-tools-count {
	margin-inline-start: 6px;
}

.wd-tools-element.wd-design-4 .wd-tools-count {
	display: inline-block;
	padding: 0 2px;
	background-color: var(--wd-primary-color);
	color: #fff;
	font-weight: 700;
	font-size: 10px;
}

.whb-top-bar .wd-tools-element.wd-design-4 {
	--wd-count-size: 16px;
}

.wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8) {
	--wd-count-size: 18px;
}

.wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8) .wd-tools-inner {
	position: relative;
}

.wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8) .wd-tools-inner .wd-tools-icon {
	position: static;
}

.wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8) .wd-custom-icon {
	max-width: var(--wd-tools-icon-width, var(--wd-tools-icon-base-width));
}

.wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8) .wd-tools-count {
	position: absolute;
	top: -3px;
	inset-inline-end: -7px;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, .17);
	color: var(--wd-primary-color);
	font-size: 11px;
}

.whb-top-bar .wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8) {
	--wd-count-size: 13px;
}

.wd-tools-element:is(.wd-design-6,.wd-design-7) {
	--wd-tools-sp: 13px;
}

.wd-tools-element:is(.wd-design-6,.wd-design-7) :is(.wd-tools-inner,.wd-tools-icon) {
	height: 42px;
	border-radius: 42px;
}

.wd-tools-element:is(.wd-design-6,.wd-design-7) .wd-tools-inner {
	display: flex;
	align-items: center;
	padding: 0 var(--wd-tools-sp);
}

.wd-tools-element:is(.wd-design-6,.wd-design-7):not(.wd-with-wrap) .wd-tools-icon {
	width: 42px;
}

.whb-top-bar .wd-tools-element:is(.wd-design-6,.wd-design-7) {
	--wd-tools-sp: 9px;
}

.whb-top-bar .wd-tools-element:is(.wd-design-6,.wd-design-7) :is(.wd-tools-inner,.wd-tools-icon) {
	height: 28px;
}

.whb-top-bar .wd-tools-element:is(.wd-design-6,.wd-design-7):not(.wd-with-wrap) .wd-tools-icon {
	width: 28px;
}

.whb-top-bar .wd-tools-element:is(.wd-design-6,.wd-design-7) .wd-tools-count {
	font-size: 9px;
}

.wd-tools-element.wd-design-6>a>:is(.wd-tools-inner,.wd-tools-icon) {
	border: 1px solid rgba(0, 0, 0, .105);
}

.whb-color-light .wd-tools-element.wd-design-6>a>:is(.wd-tools-inner,.wd-tools-icon) {
	border-color: rgba(255, 255, 255, .25);
}

.wd-tools-element.wd-design-7>a>:is(.wd-tools-inner,.wd-tools-icon) {
	background-color: var(--wd-primary-color);
	color: #fff;
	transition: inherit;
}

.wd-tools-element.wd-design-7:hover>a>:is(.wd-tools-inner,.wd-tools-icon) {
	color: rgba(255, 255, 255, .8);
}

.woocommerce-form-login>*:last-child {
	margin-bottom: 0;
}

.woocommerce-form-login:not(.hidden-form) {
	display: block !important;
}

.password-input {
	position: relative;
	display: block;
}

.password-input input {
	padding-inline-end: var(--wd-form-height) !important;
}

.show-password-input {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	inset-inline-end: 0;
	width: var(--wd-form-height);
	height: var(--wd-form-height);
	cursor: pointer;
	font-size: 16px;
	color: var(--color-gray-600);
	transition: all .25s ease;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	box-shadow: none !important;
	min-height: unset !important;
}

.show-password-input:hover {
	color: var(--color-gray-400);
}

.show-password-input:before {
	font-family: "woodmart-font";
	content: "";
}

.show-password-input.display-password:before {
	content: "";
}

.login-form-footer {
	--wd-link-color: var(--wd-primary-color);
	--wd-link-color-hover: var(--wd-primary-color);
	--wd-link-decor: none;
	--wd-link-decor-hover: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}

.login-form-footer .lost_password {
	order: 2;
}

.login-form-footer .lost_password:hover {
	opacity: .7;
}

.login-form-footer .woocommerce-form-login__rememberme {
	order: 1;
	margin-bottom: 0;
}

:is(.register,.woocommerce-form-login) .button {
	width: 100%;
	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));
}

:is(.register,.woocommerce-form-login) .button:hover {
	color: var(--btn-accented-color-hover);
	box-shadow: var(--btn-accented-box-shadow-hover);
	background-color: var(--btn-accented-bgcolor-hover);
}

:is(.register,.woocommerce-form-login) .button:active {
	box-shadow: var(--btn-accented-box-shadow-active);
	bottom: var(--btn-accented-bottom-active, 0);
}

.wd-login-divider {
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.wd-login-divider span {
	margin-inline: 20px;
}

.wd-login-divider:after, .wd-login-divider:before {
	content: "";
	flex: 1 0 0;
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.wd-header-my-account .wd-tools-icon:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-account-style-text .wd-tools-icon {
	display: none !important;
}

.wd-account-style-text .wd-tools-text {
	margin-left: 0;
}

.wd-account-style-icon:not(.wd-with-username) .wd-tools-text {
	display: none;
}

@media (max-width: 1024px) {
	.wd-header-my-account .wd-dropdown {
		display: none;
	}
}

.cart-widget-side {
	display: flex;
	flex-direction: column;
}

.cart-widget-side .widget_shopping_cart {
	position: relative;
	flex: 1 1 100%;
}

.cart-widget-side .widget_shopping_cart_content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	height: 100%;
}

.cart-widget-side .shopping-cart-widget-body {
	position: relative;
	flex: 1 1 auto;
}

.cart-widget-side .wd-scroll-content {
	position: absolute;
	inset: 0;
	max-height: 100%;
	overscroll-behavior: none;
}

.cart-widget-side .woocommerce-mini-cart .mini_cart_item {
	margin-bottom: 0;
	padding: 15px;
	transition: background-color .3s ease;
}

.cart-widget-side .woocommerce-mini-cart .mini_cart_item:hover {
	background-color: var(--bgcolor-gray-100);
}

.cart-widget-side .woocommerce-mini-cart .remove {
	top: 13px;
	inset-inline-end: 10px;
}

.cart-widget-side .shopping-cart-widget-footer {
	flex: 0 0 auto;
	padding-bottom: 15px;
}

.cart-widget-side .shopping-cart-widget-footer>* {
	padding-inline: 15px;
}

.cart-widget-side .woocommerce-mini-cart__total {
	margin-top: 0;
}

.cart-widget-side .wd-empty-mini-cart {
	margin-top: 20px;
	padding-inline: 15px;
}

div.quantity {
	--wd-form-height: 42px;
	display: inline-flex;
	vertical-align: top;
	white-space: nowrap;
}

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

div.quantity :is(input[type="number"],input[type="text"],input[type="button"]) {
	display: inline-block;
	color: var(--wd-form-color);
}

div.quantity input[type="number"] {
	width: 30px;
	border-radius: 0;
	border-right: none;
	border-left: none;
}

div.quantity input[type="text"] {
	width: var(--quantity-space, 80px);
	text-align: center;
}

div.quantity input[type="button"] {
	padding: 0 5px;
	min-width: 25px;
	min-height: unset;
	height: var(--wd-form-height);
	border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
	background: var(--wd-form-bg);
	box-shadow: none;
}

div.quantity input[type="button"]:hover {
	color: #fff;
	background-color: var(--wd-primary-color);
	border-color: var(--wd-primary-color);
}

div.quantity .minus {
	border-start-start-radius: var(--wd-form-brd-radius);
	border-end-start-radius: var(--wd-form-brd-radius);
}

div.quantity .plus {
	border-start-end-radius: var(--wd-form-brd-radius);
	border-end-end-radius: var(--wd-form-brd-radius);
}

div.quantity.hidden {
	display: none !important;
}

.form-style-underlined div.quantity input[type="number"], .form-style-underlined div.quantity input[type="text"] {
	border-top-style: solid;
}

@-moz-document url-prefix() {
	div.quantity input[type="number"] {
		-webkit-appearance: textfield;
		-moz-appearance: textfield;
		appearance: textfield;
	}
}

.whb-col-right .wd-dropdown-cart {
	right: 0;
	left: auto;
	margin-left: 0;
	margin-right: calc(var(--nav-gap, .001px) / 2 * -1);
}

.wd-header-cart .wd-tools-icon:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-header-cart .wd-tools-icon.wd-icon-alt:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-header-cart :is(.wd-cart-subtotal,.subtotal-divider,.wd-tools-count) {
	vertical-align: middle;
}

.wd-header-cart .wd-cart-number>span, .wd-header-cart .subtotal-divider {
	display: none;
}

.wd-header-cart .wd-cart-subtotal .amount {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
}

.wd-header-cart:is(.wd-design-5,.wd-design-6,.wd-design-7):not(.wd-style-text) .wd-tools-text {
	display: none;
}

.wd-header-cart.wd-design-2.wd-style-icon {
	margin-inline-end: 5px;
}

.wd-header-cart.wd-design-2 .wd-tools-text {
	margin-inline-start: 15px;
}

.wd-header-cart.wd-design-4 .wd-cart-number {
	display: inline-block;
	padding: 0 2px;
	margin-inline-start: 6px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background-color: var(--wd-primary-color);
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 10px;
	line-height: 19px;
}

.wd-header-cart.wd-design-4:not(.wd-style-text) .wd-tools-text {
	display: none;
}

.whb-top-bar .wd-header-cart.wd-design-4 .wd-cart-number {
	width: 16px;
	height: 16px;
	line-height: 16px;
}

.wd-header-cart.wd-design-5:not(.wd-style-text) {
	margin-inline-end: 5px;
}

.wd-header-cart.wd-design-5 .wd-tools-text {
	margin-inline-start: 15px;
}

.wd-dropdown-cart {
	padding: 20px;
	width: 330px;
}

:is(.woocommerce-cart,.woocommerce-checkout) :is(.cart-widget-side,.wd-dropdown-cart) {
	display: none;
}

.wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number {
	position: absolute;
	top: -5px;
	inset-inline-end: -9px;
	z-index: 1;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: var(--wd-primary-color);
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 9px;
	line-height: 15px;
}

.whb-top-bar .wd-header-cart.wd-design-2 .wd-cart-number, .whb-top-bar .wd-header-cart.wd-design-5 .wd-cart-number {
	width: 13px;
	height: 13px;
	line-height: 13px;
}

.wd-custom-dropdown {
	padding-inline: 10px;
}

@media (max-width: 1024px) {
	.wd-dropdown-cart {
		display: none;
	}
}

li:hover .cart-info .wd-entities-title {
	color: var(--wd-entities-title-color-hover);
}

.woocommerce-mini-cart>li {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.woocommerce-mini-cart>li a {
	margin-bottom: 0;
}

.woocommerce-mini-cart .remove {
	position: absolute;
	top: 1px;
	inset-inline-end: 0;
	z-index: 2;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: var(--color-gray-800);
	text-align: center;
	font-size: 0;
	line-height: 20px;
}

.woocommerce-mini-cart .remove:after {
	font-size: 10px;
	content: "";
	font-family: "woodmart-font";
}

.woocommerce-mini-cart .remove:hover {
	background-color: var(--bgcolor-white);
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.woocommerce-mini-cart .blockOverlay {
	display: none !important;
}

.cart-item-link {
	z-index: 1;
	font-size: 0;
}

.cart-item-image {
	position: relative;
	flex: 0 0 auto;
	overflow: hidden;
	margin-inline-end: 15px;
}

.cart-item-image img {
	float: none !important;
	margin-inline-end: 0 !important;
	transition: opacity .6s ease;
}

.cart-item-image:after {
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	opacity: 0;
	transition: opacity .6s ease;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	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);
}

.removing-process .cart-item-image:after, .wd-loading .cart-item-image:after {
	opacity: 1;
	--wd-anim-state: running;
}

.removing-process .cart-item-image img, .wd-loading .cart-item-image img {
	opacity: .2;
}

.cart-info {
	flex: 1 1 auto;
	padding-inline-end: 20px;
}

.cart-info .wd-entities-title {
	transition: all .25s ease;
}

.cart-info .wd-entities-title p {
	margin-block: 5px;
	color: var(--wd-text-color);
	font-weight: var(--wd-text-font-weight);
	font-style: var(--wd-text-font-style);
	font-size: 90%;
	font-family: var(--wd-text-font);
}

.cart-info ul.variation {
	margin-bottom: 6px;
	--li-mb: 5px;
	--list-mb: 0;
}

.cart-info span.quantity {
	display: block;
	color: var(--color-gray-300);
	font-size: 90%;
}

.cart-info div.quantity {
	--wd-form-height: 32px;
	position: relative;
	z-index: 1;
	display: inline-flex;
	margin-bottom: 8px;
	transition: opacity .6s ease;
}

.cart-info li.wd-loading>a {
	pointer-events: none;
}

.cart-info li.wd-loading div.quantity {
	opacity: .6;
	cursor: none;
	pointer-events: none;
}

.cart-info .wd-product-detail {
	margin-bottom: 5px;
}

.shopping-cart-widget-footer>* {
	margin-bottom: 10px;
}

.shopping-cart-widget-footer>*:last-child {
	margin-bottom: 0;
}

.shopping-cart-widget-footer .woocommerce-mini-cart__total {
	margin-bottom: 0;
}

.woocommerce-mini-cart__total {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 15px;
	padding-block: 15px;
	font-size: 130%;
	border-top: 1px solid var(--brdcolor-gray-300);
}

.woocommerce-mini-cart__total strong {
	color: var(--color-gray-900);
}

.woocommerce-mini-cart__total .woocommerce-Price-amount {
	flex-grow: 1;
	text-align: end;
}

.woocommerce-mini-cart__total .tax_label {
	margin-inline-start: 5px;
}

.woocommerce-mini-cart__buttons {
	display: block;
	text-align: center;
}

.woocommerce-mini-cart__buttons>* {
	margin-bottom: 10px;
	width: 100%;
}

.woocommerce-mini-cart__buttons>*:last-child {
	margin-bottom: 0;
}

.woocommerce-mini-cart__buttons .btn-cart {
	border-radius: var(--btn-default-brd-radius);
	color: var(--btn-default-color);
	box-shadow: var(--btn-default-box-shadow);
	background-color: var(--btn-default-bgcolor);
	text-transform: var(--btn-default-transform, var(--btn-transform, uppercase));
	font-weight: var(--btn-default-font-weight, var(--btn-font-weight, 600));
	font-family: var(--btn-default-font-family, var(--btn-font-family, inherit));
	font-style: var(--btn-default-font-style, var(--btn-font-style, unset));
}

.woocommerce-mini-cart__buttons .btn-cart:hover {
	color: var(--btn-default-color-hover);
	box-shadow: var(--btn-default-box-shadow-hover);
	background-color: var(--btn-default-bgcolor-hover);
}

.woocommerce-mini-cart__buttons .btn-cart:active {
	box-shadow: var(--btn-default-box-shadow-active);
	bottom: var(--btn-default-bottom-active);
}

.woocommerce-mini-cart__buttons .checkout {
	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));
}

.woocommerce-mini-cart__buttons .checkout:hover {
	color: var(--btn-accented-color-hover);
	box-shadow: var(--btn-accented-box-shadow-hover);
	background-color: var(--btn-accented-bgcolor-hover);
}

.woocommerce-mini-cart__buttons .checkout:active {
	box-shadow: var(--btn-accented-box-shadow-active);
	bottom: var(--btn-accented-bottom-active, 0);
}

.wd-empty-mini-cart {
	padding-block: 10px;
	text-align: center;
}

.wd-empty-mini-cart:before {
	display: block;
	margin-bottom: 20px;
	color: rgba(var(--bgcolor-black-rgb), .07);
	font-size: 86px;
	line-height: 1;
	content: "";
	font-family: "woodmart-font";
}

.wd-empty-mini-cart .btn {
	padding: 5px 14px;
	min-height: 36px;
	font-size: 12px;
	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-empty-mini-cart .btn:hover {
	color: var(--btn-accented-color-hover);
	box-shadow: var(--btn-accented-box-shadow-hover);
	background-color: var(--btn-accented-bgcolor-hover);
}

.wd-empty-mini-cart .btn:active {
	box-shadow: var(--btn-accented-box-shadow-active);
	bottom: var(--btn-accented-bottom-active, 0);
}

.product_list_widget>li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.product_list_widget>li:after {
	content: "";
	display: block;
	clear: both;
}

.product_list_widget>li>a {
	display: block;
	margin-bottom: 8px;
}

.product_list_widget>li img {
	float: inline-start;
	margin-inline-end: 15px;
	min-width: 65px;
	max-width: 65px;
	border-radius: calc(var(--wd-brd-radius) / 1.5);
}

.product_list_widget>li .widget-product-wrap {
	display: flex;
}

.product_list_widget>li .widget-product-img {
	flex: 0 0 auto;
	overflow: hidden;
	margin-inline-end: 15px;
}

.product_list_widget>li .widget-product-img img {
	float: none;
	margin-inline-end: 0;
}

.product_list_widget>li .widget-product-info {
	flex: 1 1 auto;
}

.product_list_widget>li .widget-product-info .price {
	display: block;
}

.product_list_widget>li .wd-entities-title {
	margin-bottom: 8px;
	font-size: inherit;
}

.product_list_widget>li .star-rating {
	margin-bottom: 4px;
	margin-inline-end: 5px;
}

.product_list_widget>li .reviewer {
	display: block;
	color: var(--color-gray-300);
}

.product_list_widget>li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.mobile-nav .wd-nav-opener.wd-active {
	background-color: var(--wd-primary-color);
	color: #fff;
}

.whb-col-right .wd-search-dropdown {
	right: 0;
	left: auto;
	margin-left: 0;
	margin-right: calc(var(--nav-gap, .001px) / 2 * -1);
}

.wd-header-search .wd-tools-icon img, .wd-header-search .wd-tools-icon:before {
	transition: opacity .3s ease;
}

.wd-header-search .wd-tools-icon:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-header-search .wd-tools-icon:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	font-size: clamp(var(--wd-tools-icon-base-width), var(--wd-tools-icon-width, var(--wd-tools-icon-base-width)), 60px);
	opacity: 0;
	transform: translate(-50%, -50%);
	content: "";
	font-family: "woodmart-font";
}

.wd-header-search:is(.wd-design-6.wd-with-wrap,.wd-design-7.wd-with-wrap,.wd-design-8) {
	min-width: var(--wd-tools-icon-base-width);
}

.wd-header-search:is(.wd-design-6.wd-with-wrap,.wd-design-7.wd-with-wrap,.wd-design-8) .wd-tools-icon:after {
	inset-inline-start: var(--wd-tools-sp);
	inset-inline-end: auto;
	transform: translateY(-50%);
}

.wd-search-opened .wd-header-search .wd-tools-icon:after {
	opacity: 1;
	transition: opacity .3s ease;
}

.wd-search-opened .wd-header-search .wd-tools-icon img, .wd-search-opened .wd-header-search .wd-tools-icon:before {
	opacity: 0;
	transition: none;
}

.wd-search-dropdown {
	width: 300px;
}

.wd-search-dropdown input[type="text"] {
	height: 70px !important;
	border: none;
}

.wd-search-dropdown .wd-dropdown-results {
	inset-inline: calc(( var(--wd-brd-radius) / 1.5 ));
}

.form-style-underlined .wd-search-dropdown input[type="text"] {
	padding-left: 15px;
}

.whb-color-light [class*="wd-header-search-form"] :is(.wd-style-default,.wd-style-with-bg-2) {
	--wd-form-brd-color: rgba(255, 255, 255, .2);
	--wd-form-brd-color-focus: rgba(255, 255, 255, .3);
	--wd-form-color: rgba(255, 255, 255, .8);
}

.whb-color-dark [class*="wd-header-search-form"] :is(.wd-style-default,.wd-style-with-bg-2) {
	--wd-form-brd-color: rgba(0, 0, 0, .1);
	--wd-form-brd-color-focus: rgba(0, 0, 0, .15);
	--wd-form-color: #767676;
	--wd-form-placeholder-color: var(--wd-form-color);
}

[class*="wd-header-search-form"] {
	padding-inline: 10px;
	flex: 1 1 auto;
}

[class*="wd-header-search-form"] input[type='text'] {
	min-width: 290px;
}

.wd-header-search-form-mobile .searchform {
	--wd-form-height: 42px;
}

.wd-header-search-form-mobile .searchform input[type="text"] {
	min-width: 100%;
}

[class*="wd-header-search-form"] .wd-style-with-bg {
	--wd-form-bg: #fff;
}

.global-color-scheme-light [class*="wd-header-search-form"] .wd-style-with-bg {
	--wd-form-brd-color: rgba(0, 0, 0, .1);
	--wd-form-brd-color-focus: rgba(0, 0, 0, .15);
	--wd-form-color: #767676;
	--wd-form-placeholder-color: var(--wd-form-color);
}

.searchform {
	position: relative;
	--wd-search-btn-w: var(--wd-form-height);
	--wd-form-height: 46px;
	--wd-search-clear-sp: .001px;
}

.searchform input[type="text"] {
	padding-inline-end: calc(var(--wd-search-btn-w) + 30px);
}

.searchform .searchsubmit {
	--btn-color: var(--wd-form-color, currentColor);
	--btn-bgcolor: transparent;
	position: absolute;
	gap: 0;
	inset-block: 0;
	inset-inline-end: 0;
	padding: 0;
	width: var(--wd-search-btn-w);
	min-height: unset;
	border: none;
	box-shadow: none;
	font-weight: 400;
	font-size: 0;
	font-style: unset;
}

.searchform .searchsubmit:hover:after, .searchform .searchsubmit:hover img {
	opacity: .7;
}

.searchform .searchsubmit:after {
	font-size: calc(var(--wd-form-height) / 2.3);
	transition: opacity .2s ease;
	content: "";
	font-family: "woodmart-font";
}

.searchform .searchsubmit img {
	max-width: 24px;
	transition: opacity .2s ease;
}

.searchform .searchsubmit:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: calc(( var(--wd-form-height) / 2.5 ) / -2);
	margin-left: calc(( var(--wd-form-height) / 2.5 ) / -2);
	opacity: 0;
	transition: opacity .1s ease;
	content: "";
	display: inline-block;
	width: calc(var(--wd-form-height) / 2.5);
	height: calc(var(--wd-form-height) / 2.5);
	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);
}

.searchform .searchsubmit.wd-with-img:after {
	content: none;
}

.searchform.wd-search-loading .searchsubmit:before {
	opacity: 1;
	transition-duration: .2s;
	--wd-anim-state: running;
}

.searchform.wd-search-loading .searchsubmit:after, .searchform.wd-search-loading .searchsubmit img {
	opacity: 0;
	transition-duration: .1s;
}

.searchform .wd-clear-search {
	position: absolute;
	top: calc(50% - 12px);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 24px;
	inset-inline-end: calc(var(--wd-search-cat-w, .001px) + var(--wd-search-btn-w) + var(--wd-search-clear-sp));
	color: var(--wd-form-color, currentColor);
	cursor: pointer;
}

.searchform .wd-clear-search:before {
	font-size: calc(var(--wd-form-height) / 3);
	line-height: 1;
	transition: opacity .2s ease;
	content: "";
	font-family: "woodmart-font";
}

.searchform .wd-clear-search:hover:before {
	opacity: .7;
}

.wd-search-results-wrapper {
	position: relative;
}

.wd-search-title.title {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: var(--wd-search-font-size);
	line-height: 1;
}

.wd-suggestions-group {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.wd-suggestion {
	position: relative;
	display: flex;
	line-height: 1;
	transition: all .25s ease;
}

.wd-suggestion .wd-entities-title {
	font-size: .92em;
}

.wd-suggestion .wd-entities-title strong {
	text-decoration: underline;
}

.wd-suggestion-thumb img {
	border-radius: calc(var(--wd-brd-radius) / 1.5);
}

.wd-suggestion-content {
	--wd-mb: 10px;
}

.wd-suggestion-sku {
	font-size: .8em;
}

.wd-suggestions-group.wd-type-categories .wd-suggestion-thumb {
	margin-inline-end: 7px;
}

.wd-suggestions-group.wd-type-categories .wd-suggestion-thumb img {
	max-height: 18px;
	max-width: 18px;
	object-fit: contain;
	object-position: 50% 50%;
}

.wd-suggestions-group.wd-type-categories .wd-suggestion-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.wd-suggestions-group.wd-type-categories .wd-suggestion-content .wd-entities-title {
	flex-grow: 1;
}

.wd-not-found {
	grid-column: 1/-1;
}

.wd-all-results {
	--wd-link-color: var(--color-gray-800);
	--wd-link-color-hover: var(--color-gray-800);
	display: block;
	border-block: 1px solid var(--brdcolor-gray-300);
	padding-inline: var(--wd-search-sp);
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: var(--wd-search-font-size);
	line-height: 50px;
	transition: all .25s ease;
	text-decoration: none !important;
}

.wd-all-results:hover {
	background-color: var(--bgcolor-gray-100) !important;
}

.wd-search-area {
	position: relative;
	transition: all .25s ease;
}

.wd-ajax-search-content:not(.wd-content-loaded) .wd-search-area {
	min-height: 70px;
}

.wd-ajax-search-content:not(.wd-content-loaded) .wd-search-loader {
	opacity: 1;
	pointer-events: auto;
}

.wd-ajax-search-content:not(.wd-content-loaded) .wd-search-loader:after {
	--wd-anim-state: running;
}

.wd-search-loader {
	z-index: 410;
	opacity: 0;
	pointer-events: none;
	background-color: rgba(var(--bgcolor-white-rgb), .8);
	transition: all .25s cubic-bezier(.19, 1, .22, 1);
	overflow: hidden;
}

.wd-search-loader:after {
	position: absolute;
	top: calc(50% - 16px);
	left: calc(50% - 16px);
	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);
}

@media (max-width: 1024px) {
	.wd-suggestions-group {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	}
	
	.wd-suggestion :is(.wd-entities-title,.price) {
		font-size: .9em;
	}
}

.wd-dropdown-results {
	margin-top: 0 !important;
	--wd-search-font-size: .92em;
	--wd-search-sp: 15px;
	overflow: hidden;
	right: calc(( var(--wd-form-brd-radius) / 1.5 ));
	left: calc(( var(--wd-form-brd-radius) / 1.5 ));
}

.wd-dropdown-results:after {
	width: auto !important;
	height: auto !important;
}

.wd-dropdown-results .wd-scroll-content {
	overscroll-behavior: none;
}

.wd-dropdown-results .wd-search-suggestions {
	margin-top: -1px;
	margin-inline-end: -1px;
}

.wd-dropdown-results .wd-search-suggestions .wd-search-title {
	margin-block: -1px;
	border-block: 1px solid var(--brdcolor-gray-300);
	background-color: var(--bgcolor-white);
	padding: var(--wd-search-sp);
}

.wd-dropdown-results .wd-suggestion {
	margin-bottom: -1px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-inline-end: 1px solid;
	border-color: var(--brdcolor-gray-300);
	background-color: var(--bgcolor-white);
	padding: var(--wd-search-sp);
}

.wd-dropdown-results .wd-suggestion:hover, .wd-dropdown-results .wd-suggestion.wd-active {
	background-color: var(--bgcolor-gray-100);
}

.wd-dropdown-results .wd-suggestion-thumb {
	flex: 0 0 auto;
	margin-inline-end: 15px;
	max-width: 65px;
}

.wd-dropdown-results .wd-suggestion-thumb img {
	border-radius: calc(var(--wd-brd-radius) / 1.5);
}

.wd-dropdown-results .wd-all-results {
	background-color: var(--bgcolor-white);
}

.wd-dropdown-results .wd-suggestions-group.wd-type-categories {
	display: block;
}

.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion {
	border: none;
	padding-block: 10px;
}

.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion:first-child {
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion:last-child {
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion-content:after {
	content: "";
	font-family: "woodmart-font";
	color: var(--color-gray-400);
}

.wd-dropdown-results .wd-not-found {
	background-color: var(--bgcolor-white) !important;
}

.wd-dropdown-results .wd-suggestions-group.wd-type-product:only-child .wd-not-found {
	margin-bottom: 0;
}

.wd-dropdown-results :is(.wd-search-requests,.wd-search-history,.wd-search-area) {
	padding: var(--wd-search-sp);
}

.wd-dropdown-results :is(.wd-search-requests,.wd-search-history,.wd-search-area):not(:first-child) {
	margin-top: -1px;
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-searched .wd-dropdown-results :is(.wd-search-history,.wd-search-requests,.wd-search-area) {
	display: none;
}

.wd-dropdown-results .wd-search-requests {
	--wd-requests-pd: 8px 12px;
	--wd-requests-fs: 10px;
}

@media (max-width: 1024px) {
	.wd-dropdown-results {
		--wd-search-sp: 10px;
	}
	
	.wd-dropdown-results .wd-suggestion-thumb {
		max-width: 45px;
	}
}

.title-wrapper {
	--wd-mb: 10px;
}

.title-wrapper [class*="title"] {
	display: inline-block;
}

.title-wrapper .title {
	margin-bottom: 0;
}

.title-wrapper .img-wrapper {
	display: block;
	margin-top: 10px;
}

.subtitle-color-black.subtitle-style-default {
	color: #000;
}

.subtitle-color-black.subtitle-style-background {
	background-color: #333;
	color: #fff;
}

.subtitle-color-white.subtitle-style-default {
	color: rgba(255, 255, 255, .8);
}

.subtitle-color-white.subtitle-style-background {
	background-color: rgba(255, 255, 255, .8);
	color: #242424;
}

.subtitle-color-gradient.subtitle-style-default {
	color: var(--color-gray-400);
}

.subtitle-color-gradient.subtitle-style-background {
	background-color: #f1f1f1;
	color: #333;
}

.wd-title-color-default {
	--el-title-color: rgba(0, 0, 0, .105);
}

.wd-title-color-primary {
	--el-title-color: var(--wd-primary-color);
}

.wd-title-color-alt {
	--el-title-color: var(--wd-alternative-color);
}

.wd-title-color-black {
	--el-title-color: #000;
}

.wd-title-color-white {
	color: var(--wd-text-color);
	--wd-text-color: rgba(255, 255, 255, .8);
	--wd-title-color: #fff;
	--el-title-color: #fff;
}

.wd-title-color-gradient .title {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wd-title-style-shadow {
	padding: 25px;
	border-radius: var(--wd-brd-radius);
	box-shadow: 0 0 8px rgba(0, 0, 0, .12);
}

.wpb-js-composer .title-wrapper {
	--content-width: var(--wd-max-width);
}

.wpb-js-composer .title-wrapper [class*="title"] {
	max-width: var(--content-width);
}

.wpb-js-composer .title-wrapper.wd-title-empty .liner-continer {
	margin-bottom: 0;
}

.wpb-js-composer .title-wrapper.wd-title-empty .liner-continer .title {
	display: none;
}

@media (max-width: 1024px) {
	.title-subtitle.wd-fontsize-m, .title-after_title.wd-fontsize-s {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.title-wrapper .title-subtitle {
		font-size: 12px;
	}
	
	.title-wrapper .title {
		font-size: 20px;
	}
}

.btn-color-primary {
	--btn-color: #fff;
	--btn-color-hover: #fff;
	--btn-bgcolor: var(--wd-primary-color);
	--btn-bgcolor-hover: var(--wd-primary-color);
	--btn-brd-color: var(--wd-primary-color);
	--btn-brd-color-hover: var(--wd-primary-color);
	--btn-box-shadow-hover: inset 0 0 0 1000px rgba(0, 0, 0, .1);
}

.btn-color-primary.btn-style-bordered {
	--btn-color: var(--wd-primary-color);
}

.btn-color-primary.btn-style-link {
	--btn-color: var(--color-gray-800);
	--btn-color-hover: var(--color-gray-500);
}

.btn-color-alt {
	--btn-color: #fff;
	--btn-color-hover: #fff;
	--btn-bgcolor: var(--wd-alternative-color);
	--btn-bgcolor-hover: var(--wd-alternative-color);
	--btn-brd-color: var(--wd-alternative-color);
	--btn-brd-color-hover: var(--wd-alternative-color);
	--btn-box-shadow-hover: inset 0 0 0 1000px rgba(0, 0, 0, .1);
}

.btn-color-alt.btn-style-bordered {
	--btn-color: var(--wd-alternative-color);
}

.btn-color-alt.btn-style-link {
	--btn-color: var(--color-gray-800);
	--btn-color-hover: var(--color-gray-500);
}

.btn-color-black {
	--btn-color: #fff;
	--btn-color-hover: #fff;
	--btn-bgcolor: #212121;
	--btn-bgcolor-hover: #212121;
	--btn-brd-color: #212121;
	--btn-brd-color-hover: #212121;
	--btn-box-shadow-hover: inset 0 0 0 1000px rgba(0, 0, 0, .1);
}

.btn-color-black.btn-style-bordered {
	--btn-color: #333;
}

.btn-color-black.btn-style-link {
	--btn-color: var(--color-gray-800);
	--btn-color-hover: var(--color-gray-500);
}

.btn-color-white {
	--btn-color: #333;
	--btn-color-hover: #333;
	--btn-bgcolor: #fff;
	--btn-bgcolor-hover: #fff;
	--btn-brd-color: rgba(255, 255, 255, .5);
	--btn-brd-color-hover: #fff;
	--btn-box-shadow-hover: inset 0 0 0 1000px rgba(0, 0, 0, .1);
}

.btn-color-white.btn-style-bordered {
	--btn-color: #fff;
}

.btn-color-white.btn-style-link {
	--btn-color: #fff;
	--btn-color-hover: #fff;
}

.btn.btn-style-3d {
	--btn-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
	--btn-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
}

.btn.btn-style-3d:active {
	box-shadow: none;
	top: 1px;
}

.btn.btn-style-bordered {
	--btn-bgcolor: transparent;
	--btn-brd-width: 2px;
	--btn-box-shadow-hover: none;
}

.btn.btn-style-link {
	--btn-bgcolor: transparent;
	--btn-bgcolor-hover: transparent;
	--btn-brd-width: 2px;
	--btn-box-shadow-hover: none;
	--btn-height: none;
	--btn-padding: 0;
	border-top: 0;
	border-inline: 0;
}

.btn-size-extra-small {
	--btn-padding: 5px 10px;
	--btn-height: 28px;
	--btn-font-size: 11px;
}

.btn-size-small {
	--btn-padding: 5px 14px;
	--btn-height: 36px;
	--btn-font-size: 12px;
}

.btn-shape-round, .btn-style-round {
	--btn-brd-radius: 35px;
}

.btn-shape-semi-round, .btn-style-semi-round {
	--btn-brd-radius: 5px;
}

.btn-icon-pos-left {
	flex-direction: row-reverse;
}

.btn-icon-pos-right {
	flex-direction: row;
}

@media (min-width: 1025px) {
	.btn-size-large {
		--btn-padding: 5px 28px;
		--btn-height: 48px;
		--btn-font-size: 14px;
	}
	
	.btn-size-extra-large {
		--btn-padding: 5px 40px;
		--btn-height: 56px;
		--btn-font-size: 16px;
	}
}

.wd-bordered-dark {
	--wd-bordered-brd: rgba(0, 0, 0, .105);
	--wd-bordered-bg: #f7f7f7;
}

.wd-bordered-light {
	--wd-bordered-brd: rgba(255, 255, 255, .15);
	--wd-bordered-bg: #0a0a0a;
}

.products-bordered-grid {
	--wd-prods-brd: 1px solid var(--wd-bordered-brd, var(--brdcolor-gray-300));
}

.products-bordered-grid.wd-grid-f-col {
	margin: 0;
}

.products-bordered-grid.wd-grid-f-col>.wd-col {
	margin-bottom: 0;
}

.products-bordered-grid.elements-grid {
	gap: 0;
	align-items: stretch;
	border-inline-start: var(--wd-prods-brd);
}

.products-bordered-grid.elements-grid>.wd-col {
	padding: calc(var(--wd-gap) / 2);
	border-top: var(--wd-prods-brd-top);
	border-bottom: var(--wd-prods-brd);
	border-inline-end: var(--wd-prods-brd);
}

.products-bordered-grid-ins :is(.wd-cat-wrap,.product-wrapper) {
	border: 1px solid var(--wd-bordered-brd, var(--brdcolor-gray-300));
}

.products-bordered-grid .wd-carousel-wrap {
	align-items: stretch;
}

.products-bordered-grid .wd-carousel-inner {
	margin: 0;
	border: var(--wd-prods-brd);
	border-radius: var(--wd-brd-radius);
}

.products-bordered-grid .wd-carousel {
	z-index: 1;
	padding: 0;
	margin: 0;
	border-radius: inherit;
	-webkit-mask-image: linear-gradient(to left, transparent 1px, black 1px);
	mask-image: linear-gradient(to left, transparent 1px, black 1px);
}

.products-bordered-grid .wd-carousel-item {
	height: auto;
	border-inline-end: var(--wd-prods-brd);
	padding: calc(var(--wd-gap) / 2);
}

.products-bordered-grid.wd-products-with-bg.elements-grid>.wd-col, .products-bordered-grid.wd-products-with-bg .wd-carousel-inner {
	background-color: var(--wd-bordered-bg, var(--wd-prod-bg));
}

.products-bordered-grid.wd-products-with-shadow.elements-grid>.wd-col, .products-bordered-grid.wd-products-with-shadow .wd-carousel-inner {
	box-shadow: var(--wd-prod-shadow);
}

@media (min-width: 1025px) {}

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

@media (min-width: 769px) and (max-width: 1024px) {}

.wd-products-with-bg, .wd-products-with-bg .wd-product, .wd-products-with-bg .wd-cat {
	--wd-prod-bg: var(--bgcolor-gray-100);
}

.wd-products-with-bg:not(.products-bordered-grid) :is(.product-wrapper,.wd-cat-wrap) {
	background-color: var(--wd-prod-bg);
}

.cat-design-side .wd-cat-wrap {
	height: 100%;
}

.cat-design-side .wd-cat-inner {
	display: flex;
	align-items: center;
	gap: 15px;
}

.cat-design-side.wd-with-subcat .wd-cat-inner {
	align-items: flex-start;
}

.cat-design-side .wd-cat-thumb {
	flex: 0 0 var(--wd-cat-img-width, auto);
	align-self: start;
	max-width: var(--wd-cat-img-width, 30%);
	border-radius: var(--wd-cat-brd-radius, var(--wd-brd-radius));
	overflow: hidden;
}

.cat-design-side .wd-cat-thumb img {
	width: var(--wd-cat-img-width, revert-layer);
}

.cat-design-side .wd-cat-content {
	flex-grow: 1;
	text-align: start;
	padding: 0 !important;
}

.cat-design-side .wd-cat-header {
	display: flex;
	align-items: center;
	gap: 5px;
}

.cat-design-side .wd-cat-footer {
	margin-top: 5px;
}

.cat-design-side .wd-cat-inner>a:hover ~ .wd-cat-content .wd-entities-title a {
	color: var(--wd-entities-title-color-hover);
}

.cat-design-side .wd-cat-count {
	padding: 3px 8px;
	min-width: 25px;
	border-radius: 15px;
	background-color: #fff;
	color: #333;
	margin-top: -7px;
	text-align: center;
	font-weight: 600;
	font-size: 11px;
	line-height: 1;
	box-shadow: 0 0 3px rgba(0, 0, 0, .12);
	flex-shrink: 0;
}

.wd-cats:is(.products-bordered-grid-ins,.wd-products-with-bg) .wd-carousel-item {
	height: auto;
}

.wd-cats:is(.products-bordered-grid-ins,.wd-products-with-bg) .wd-carousel-item .cat-design-side {
	height: 100%;
}

.wd-cat {
	--wd-otl-offset: calc(var(--wd-otl-width) * -1);
	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;
	}
}

[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) :is(picture,img) {
	width: 100%;
}

.wd-product .product-image-link {
	--wd-otl-offset: calc(var(--wd-otl-width) * -1);
	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);
	pointer-events: none;
}

.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 {
	text-decoration: none;
}

.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 .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 .wd-attr-name {
	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);
}

@supports (overflow: clip) {
	.product-element-top {
		overflow: clip;
	}
}

.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: translate3d(20px, 0, 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: translate3d(0, 0, 0);
}

.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: translate3d(0, 0, 0);
}

.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: translate3d(0, 0, 0);
		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-fw-button .wd-product-countdown .wd-timer {
	flex-wrap: nowrap;
	width: 100%;
	padding-top: 5px;
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-product.wd-hover-fw-button .wd-product-countdown .wd-timer>span {
	flex: 1 1 0%;
	min-width: 0;
}

.wd-product.wd-hover-fw-button {
	--text-align: start;
	--wd-more-desc-lines: 4em;
}

.wd-product.wd-hover-fw-button .wrap-price {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: var(--wd-prod-gap);
}

.wd-product.wd-hover-fw-button .fade-in-block {
	top: 100%;
	padding: var(--wd-prod-gap) 0 10px 0;
}

.wd-product.wd-hover-fw-button .hover-content {
	padding-inline-end: 2px;
	margin-block: var(--wd-prod-trim);
}

.wd-product.wd-hover-fw-button :is(.hover-content-wrap,.wd-progress-bar) {
	padding-top: var(--wd-prod-gap);
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-product.wd-hover-fw-button .wd-more-desc .wd-more-desc-btn {
	transform: none;
}

.wd-product.wd-hover-fw-button .wd-quick-shop-2 {
	width: 100%;
}

.wd-product.wd-hover-fw-button .wd-quick-shop-2 table.variations {
	display: inline-flex;
}

.wd-product.wd-hover-fw-button .wd-add-btn {
	font-size: 0;
	position: relative;
}

.wd-product.wd-hover-fw-button .wd-add-btn>a {
	width: 100%;
	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-product.wd-hover-fw-button .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-fw-button .wd-add-btn>a:active {
	box-shadow: var(--btn-accented-box-shadow-active);
	bottom: var(--btn-accented-bottom-active, 0);
}

.wd-product.wd-hover-fw-button .wd-add-btn .add-to-cart-loop span {
	display: block !important;
	overflow: hidden;
	padding: 12px;
	line-height: 18px;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wd-product.wd-hover-fw-button .shop_attributes {
	color: var(--color-gray-400);
	font-size: 95%;
	--wd-link-color: var(--color-gray-400);
	--wd-link-color-hover: var(--color-gray-700);
}

.wd-product.wd-hover-fw-button .shop_attributes tbody {
	margin: 0;
}

.wd-product.wd-hover-fw-button .shop_attributes td {
	text-align: start;
}

.wd-product.wd-hover-fw-button .shop_attributes tr {
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 4px;
	padding-bottom: 0;
	border-bottom: none;
}

.wd-product.wd-hover-fw-button .shop_attributes th .wd-hint {
	margin-inline-end: 2px;
}

.wd-product.wd-hover-fw-button .shop_attributes th:after {
	content: ":";
}

.wd-product.wd-hover-fw-button .wd-add-btn div.quantity input[type="button"].minus {
	border-start-start-radius: var(--btn-accented-brd-radius);
	border-end-start-radius: var(--btn-accented-brd-radius);
}

.wd-product.wd-hover-fw-button .wd-add-btn div.quantity input[type="button"].plus {
	border-start-end-radius: var(--btn-accented-brd-radius);
	border-end-end-radius: var(--btn-accented-brd-radius);
}

.wd-hover-with-fade .product-wrapper {
	position: relative;
	transition: transform .3s ease;
}

.wd-hover-with-fade .content-product-imagin {
	position: absolute;
	inset: -15px -15px -2px -15px;
	visibility: hidden;
	border: inherit;
	border-radius: var(--wd-brd-radius);
	background-color: var(--wd-prod-bg, var(--bgcolor-white));
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	opacity: 0;
	transform: scale(.98);
}

.wd-hover-with-fade .fade-in-block {
	display: flex;
	flex-direction: column;
	gap: var(--wd-prod-gap);
	position: absolute;
	inset-inline: 0;
	visibility: hidden;
	opacity: 0;
}

.wd-hover-with-fade .product-element-bottom {
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wd-hover-with-fade div.quick-shop-close {
	top: -5px;
}

.wd-hover-with-fade.quick-shop-shown .add-to-cart-loop {
	opacity: .3;
	pointer-events: none;
}

.wd-hover-with-fade.wd-fade-off :is(.content-product-imagin,[class*="hover-content"]) {
	display: none;
}

.wd-hover-with-fade.wd-fade-off .quick-shop-close {
	top: 5px;
	inset-inline-end: 10px;
}

.wd-hover-with-fade.wd-fade-off .product-element-bottom {
	position: static;
}

.wd-hover-with-fade.wd-fade-off .fade-in-block {
	position: static;
	gap: 0;
	margin-top: calc(var(--wd-prod-gap) * -1);
	padding: 0 !important;
	border: none;
	opacity: 1;
	visibility: visible;
}

.wd-hover-with-fade.wd-fade-off .fade-in-block>:is(.wd-progress-bar,.wd-countdown-timer) {
	margin-top: var(--wd-prod-gap);
}

.wd-hover-with-fade.state-hover .wd-more-desc-btn {
	transform: none;
}

.wd-hover-with-fade.hover-ready.state-hover .product-wrapper {
	z-index: 20;
	transform: translateY(-5px) translateZ(0);
}

.wd-hover-with-fade.hover-ready.state-hover .content-product-imagin {
	visibility: visible;
	opacity: 1;
	transition: opacity .3s ease, visibility 0s ease, transform .3s ease;
	transform: scale(1);
}

.wd-hover-with-fade.hover-ready.state-hover .fade-in-block {
	visibility: visible;
	opacity: 1;
	transition: opacity .3s ease, visibility 0s ease;
}

@media (hover: hover) {
	.wd-hover-with-fade.hover-ready:hover .product-wrapper {
		z-index: 20;
		transform: translateY(-5px) translateZ(0);
	}
	
	.wd-hover-with-fade.hover-ready:hover .content-product-imagin {
		visibility: visible;
		opacity: 1;
		transition: opacity .3s ease, visibility 0s ease, transform .3s ease;
		transform: scale(1);
	}
	
	.wd-hover-with-fade.hover-ready:hover .fade-in-block {
		visibility: visible;
		opacity: 1;
		transition: opacity .3s ease, visibility 0s ease;
	}
}

:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-hover-with-fade .content-product-imagin {
	top: -1px;
	inset-inline: -1px;
}

:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-hover-with-fade .fade-in-block {
	padding-bottom: 0;
}

[class*="products-bordered-grid"]:not(.wd-products-with-shadow) .wd-hover-with-fade .content-product-imagin {
	box-shadow: none;
}

.products-bordered-grid .wd-hover-with-fade .product-wrapper {
	transform: none !important;
}

.products-bordered-grid .wd-hover-with-fade .content-product-imagin {
	inset: calc(var(--wd-gap) / 2 * -1 - 1px) calc(var(--wd-gap) / 2 * -1 - 1px) 0;
	border: 1px solid var(--wd-bordered-brd, var(--brdcolor-gray-300));
	border-radius: 0;
	transform: none;
}

@media (max-width: 1024px) {
	.wd-hover-with-fade .content-product-imagin {
		top: -10px;
		inset-inline: -10px;
	}
}

@media (max-width: 768.98px) {
	.wd-hover-with-fade .quick-shop-close {
		top: -5px;
		inset-inline-end: -5px;
	}
	
	.wd-product.wd-hover-fw-button .wd-add-btn-replace .add-to-cart-loop {
		--btn-height: 38px;
	}
}

.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-more-desc {
	position: relative;
	overflow: hidden;
	max-height: calc(var(--wd-text-line-height) * var(--wd-more-desc-lines, calc(3em + 2px)));
}

.wd-more-desc .wd-more-desc-inner {
	--wd-tags-mb: 10px;
	line-height: var(--wd-text-line-height);
}

.wd-more-desc .wd-more-desc-btn {
	--wd-link-color: var(--color-gray-900);
	--wd-link-color-hover: var(--color-gray-900);
	position: absolute;
	inset: auto 0 0 0;
	z-index: 2;
	display: flex;
	align-items: end;
	justify-content: center;
	height: calc(var(--wd-text-line-height) * 1em);
	background: linear-gradient(to bottom, transparent 0, var(--wd-prod-bg, var(--bgcolor-white)) 90%);
	transform: translateY(calc(var(--wd-text-line-height) * 1em));
}

.wd-more-desc .wd-more-desc-btn:after {
	font-size: 20px;
	line-height: .8;
	content: "";
	font-family: "woodmart-font";
}

.wd-more-desc .wd-more-desc-btn:not(.wd-shown) {
	display: none;
}

.wd-more-desc.wd-more-desc-full {
	--wd-more-desc-lines: 21em;
	overflow-y: auto;
}

.wd-more-desc.wd-more-desc-full .wd-more-desc-btn {
	display: none;
}

@media (max-width: 576px) {
	.wd-more-desc {
		--wd-more-desc-lines: 4em;
		font-size: .9em;
	}
}

.wd-products[class*="wd-stretch-cont"] {
	align-items: stretch;
}

.wd-products[class*="wd-stretch-cont"] .wd-carousel-item {
	height: auto;
}

.wd-products[class*="wd-stretch-cont"] .wd-product {
	height: 100%;
}

.wd-products[class*="wd-stretch-cont"] .product-element-bottom {
	flex: 1 1 auto;
}

.wd-products[class*="wd-stretch-cont"] .wd-product :is(.price,.wrap-price,.product-rating-price) {
	margin-top: auto;
}

.wd-products[class*="wd-stretch-cont"].wd-grid-f-col .wd-product {
	height: auto;
}

@media (min-width: 1025px) {
	.wd-products.wd-stretch-cont-lg .wd-carousel-wrap {
		align-items: stretch;
	}
	
	.wd-products.wd-stretch-cont-lg .product-wrapper {
		height: 100%;
	}
}

@media (max-width: 768.98px) {
	.wd-products.wd-stretch-cont-sm .wd-carousel-wrap {
		align-items: stretch;
	}
	
	.wd-products.wd-stretch-cont-sm .product-wrapper {
		height: 100%;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.wd-products.wd-stretch-cont-md .wd-carousel-wrap {
		align-items: stretch;
	}
	
	.wd-products.wd-stretch-cont-md .product-wrapper {
		height: 100%;
	}
}

.wd-ajax-arrows.wd-nav-arrows.wd-pos-sep:after {
	display: none;
}

.wd-ajax-arrows.wd-nav-arrows.wd-pos-sep .wd-btn-arrow {
	inset-block: 0;
}

.wd-ajax-arrows.wd-nav-arrows.wd-pos-sep .wd-btn-arrow .wd-arrow-inner {
	position: sticky;
	top: calc(50% - var(--wd-arrow-offset-v, 0px) + var(--wd-arrow-height, var(--wd-arrow-size, 50px)) / -2);
}

.wd-ajax-arrows:where(.wd-pos-together) {
	--wd-arrow-offset-v: 15px;
}

.wd-animated-products .wd-product {
	opacity: 0;
	transition: transform .3s ease, opacity .3s ease;
	transform: scale(.7);
}

.wd-animated-products .wd-product.wd-animated {
	opacity: 1;
	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;
}

.mfp-bg {
	position: fixed;
	z-index: 1102;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .7);
	inset: 0;
	opacity: 0;
	transition: all .45s cubic-bezier(.19, 1, .22, 1);
}

.mfp-bg.mfp-ready {
	opacity: 1;
}

.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-wrap {
	--wd-popup-mt: 50px;
	--wd-popup-mr: 15px;
	--wd-popup-mb: 50px;
	--wd-popup-ml: 15px;
	--wd-popup-max-height: calc(100dvh - var(--wd-admin-bar-h) - var(--wd-popup-mt) - var(--wd-popup-mb));
	position: fixed;
	z-index: 1103;
	outline: none !important;
	inset: var(--wd-admin-bar-h) 0 0 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: var(--wd-align-items, center);
	justify-content: var(--wd-justify-content, center);
	padding: var(--wd-popup-mt) var(--wd-popup-mr) var(--wd-popup-mb) var(--wd-popup-ml);
}

.mfp-content {
	position: relative;
	z-index: 1105;
	width: 100%;
	max-height: 100%;
	max-width: var(--wd-popup-width, 800px);
}

.mfp-hide {
	display: none !important;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
	display: none;
}

.mfp-wrap ~ :is(.wd-close-side,.wd-side-hidden) {
	z-index: 900;
	pointer-events: none;
}

.mfp-wrap ~ .wd-skip-links {
	display: none;
}

.wd-popup-close {
	--wd-action-color: #fff;
	--wd-action-color-hover: #bbb;
	position: absolute;
	top: calc(var(--wd-close-btn-offset-v, 50px) * -1);
	inset-inline-end: calc(var(--wd-close-btn-offset-h, 15px) * -1);
	z-index: 100;
}

.wd-popup {
	position: relative;
	display: none;
	padding: var(--wd-popup-padding, 30px);
	border-radius: var(--wd-popup-brd-radius, var(--wd-brd-radius));
	background-color: var(--bgcolor-white);
	content-visibility: unset !important;
	height: var(--wd-popup-height, auto);
	max-height: var(--wd-popup-max-height) !important;
}

.mfp-wrap .wd-popup {
	display: block;
}

.wd-popup-wrap.wd-animation.wd-animated {
	--wd-anim-duration: .45s;
	--wd-trans-main: box 0s ease;
}

.wd-animation-default.wd-animation-ready.wd-animated {
	--wd-anim-timing-f: cubic-bezier(.19, 1, .22, 1);
}

.wd-animation-default.wd-animation-ready:not(.wd-in) {
	--wd-transform-translateX: -100px;
}

.wd-animation-default.wd-animation-ready.wd-out {
	--wd-transform-translateX: 100px;
}

.wd-animation {
	--wd-anim-duration: 1s;
	--wd-anim-timing-f: cubic-bezier(0, .87, .58, 1);
	--wd-anim-delay: 0s;
	--wd-anim-opa-timing-f: ease;
	--wd-trans-main: all .25s ease;
	--wd-trans-last: transform var(--wd-anim-duration) var(--wd-anim-timing-f) var(--wd-anim-delay), opacity .25s var(--wd-anim-opa-timing-f) var(--wd-anim-delay);
	opacity: 0;
}

.wd-animation:not(.wd-animated) {
	transition: none !important;
}

.wd-animation.wd-animated {
	transition: var(--wd-trans-main), var(--wd-trans-last);
}

.wd-animation.wd-in {
	opacity: 1;
}

.wd-transform {
	--wd-transform-perspective: 0;
	--wd-transform-rotateX: 0;
	--wd-transform-rotateY: 0;
	--wd-transform-rotateZ: 0;
	--wd-transform-translateX: 0;
	--wd-transform-translateY: 0;
	--wd-transform-scaleX: 1;
	--wd-transform-scaleY: 1;
	--wd-transform-skewX: 0;
	--wd-transform-skewY: 0;
	--wd-transform-origin-y: center;
	--wd-transform-origin-x: center;
	transform: perspective(var(--wd-transform-perspective)) translateX(var(--wd-transform-translateX)) translateY(var(--wd-transform-translateY)) scaleX(var(--wd-transform-scaleX)) scaleY(var(--wd-transform-scaleY)) rotateX(var(--wd-transform-rotateX)) rotateY(var(--wd-transform-rotateY)) rotateZ(var(--wd-transform-rotateZ)) skewX(var(--wd-transform-skewX)) skewY(var(--wd-transform-skewY));
	transform-origin: var(--wd-transform-origin-y) var(--wd-transform-origin-x);
}

.wd-btn-arrow {
	transition: all .25s ease;
}

.wd-btn-arrow.wd-lock, .wd-carousel:not(.wd-initialized)+.wd-nav-arrows .wd-btn-arrow {
	opacity: 0 !important;
	pointer-events: none !important;
}

.wd-arrow-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--wd-arrow-width, var(--wd-arrow-size, 50px));
	height: var(--wd-arrow-height, var(--wd-arrow-size, 50px));
	line-height: 1;
	color: var(--wd-arrow-color, var(--color-gray-800));
	background: var(--wd-arrow-bg, unset);
	box-shadow: var(--wd-arrow-shadow, unset);
	border: var(--wd-arrow-brd, unset) var(--wd-arrow-brd-color, unset);
	border-radius: var(--wd-arrow-radius, unset);
	cursor: pointer;
	transition: all .25s ease;
}

.wd-arrow-inner:after {
	font-size: var(--wd-arrow-icon-size, 24px);
	font-family: "woodmart-font";
}

.wd-arrow-inner:hover {
	color: var(--wd-arrow-color-hover, var(--color-gray-500));
	background: var(--wd-arrow-bg-hover, var(--wd-arrow-bg));
	border-color: var(--wd-arrow-brd-color-hover, var(--wd-arrow-brd-color));
}

.wd-disabled .wd-arrow-inner {
	color: var(--wd-arrow-color-dis, var(--color-gray-400));
	background: var(--wd-arrow-bg-dis, var(--wd-arrow-bg));
	border-color: var(--wd-arrow-brd-color-dis, var(--wd-arrow-brd-color));
	cursor: unset;
}

.wd-prev .wd-arrow-inner:after {
	content: "";
}

.wd-icon-2 .wd-prev .wd-arrow-inner:after {
	content: "";
}

.wd-next .wd-arrow-inner:after {
	content: "";
}

.wd-icon-2 .wd-next .wd-arrow-inner:after {
	content: "";
}

.wd-nav-arrows.wd-pos-sep:after {
	content: "";
	position: absolute;
	inset: 0px calc(( var(--wd-arrow-width, var(--wd-arrow-size, 50px)) + var(--wd-arrow-offset-h, 0px) ) * -1);
}

.wd-nav-arrows.wd-pos-sep .wd-btn-arrow {
	position: absolute;
	top: calc(50% - var(--wd-arrow-offset-v, 0px) + var(--wd-arrow-height, var(--wd-arrow-size, 50px)) / -2);
	z-index: 250;
}

.wd-nav-arrows.wd-pos-sep .wd-prev {
	inset-inline-end: calc(100% + var(--wd-arrow-offset-h, 0px));
}

.wd-nav-arrows.wd-pos-sep .wd-next {
	inset-inline-start: calc(100% + var(--wd-arrow-offset-h, 0px));
}

.wd-nav-arrows:where(.wd-pos-together) {
	--wd-arrow-size: 30px;
	--wd-arrow-icon-size: 16px;
	--wd-arrow-offset-h: 10px;
}

.wd-nav-arrows.wd-pos-together {
	position: absolute;
	top: calc(0% - var(--wd-arrow-offset-v, 0px) - var(--wd-arrow-height, var(--wd-arrow-size, 50px)));
	inset-inline-end: calc(var(--wd-arrow-offset-h, 0px) / -1);
	display: flex;
	gap: var(--wd-arrow-gap, .001px);
	z-index: 250;
}

@media (min-width: 1025px) {
	.wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow {
		opacity: 0;
		pointer-events: none;
	}
	
	:is(.wd-carousel-container,.wd-products-element):hover .wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow {
		opacity: 1;
		transform: translateY(0);
		pointer-events: unset;
	}
	
	.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-prev {
		transform: translateX(-30px);
	}
	
	.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-next {
		transform: translateX(30px);
	}
}

@media (max-width: 1024px) {
	.wd-nav-arrows {
		--wd-arrow-icon-size: 16px;
		--wd-arrow-size: 40px;
	}
	
	.wd-nav-arrows:where(.wd-pos-sep) {
		--wd-arrow-offset-h: -12px;
	}
	
	.wd-nav-arrows:where(.wd-pos-together) {
		--wd-arrow-size: 30px;
	}
}

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

.box-style-shadow {
	padding: 30px;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, .12);
	transition: box-shadow .7s ease;
}

.box-style-shadow:hover {
	box-shadow: 0 0 9px rgba(0, 0, 0, .2);
}

.box-style-bg-hover {
	padding: 30px;
	box-shadow: 2px 3px 14px transparent;
}

.box-style-bg-hover .info-svg-wrapper :is(img,svg) {
	transition: fill .25s ease, filter .25s ease;
}

.box-style-bg-hover :is(.box-icon-wrapper,.info-box-content) {
	z-index: 1;
}

.box-style-bg-hover:after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	opacity: 0;
	transition: opacity .25s ease;
	pointer-events: none;
}

.box-style-bg-hover:hover {
	box-shadow: 2px 3px 14px rgba(0, 0, 0, .16);
}

.box-style-bg-hover:hover:after {
	opacity: 1;
}

.wd-carousel-container {
	--wd-width: 100%;
	position: relative;
	width: var(--wd-width);
}

.wd-carousel-inner {
	position: relative;
	margin: -15px 0;
}

.wd-carousel {
	position: relative;
	overflow: var(--wd-carousel-overflow, hidden);
	padding: 15px 0;
	margin-inline: calc(var(--wd-gap) / -2);
	touch-action: pan-y;
}

@supports (overflow: clip) {
	.wd-carousel {
		overflow: var(--wd-carousel-overflow, clip);
	}
}

.wd-carousel-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: initial;
	box-sizing: content-box;
	transform: translate3d(0px, 0, 0);
}

.wd-carousel-item {
	position: relative;
	height: 100%;
	flex: 0 0 calc(100% / var(--wd-col));
	max-width: calc(100% / var(--wd-col));
	padding: 0 calc(var(--wd-gap) / 2);
	transition-property: transform;
	transform: translate3d(0px, 0, 0);
}

.wd-backface-hidden .wd-carousel-item {
	transform: translateZ(0);
	backface-visibility: hidden;
}

.wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]) {
	transform: translate3d(calc(50% - ( 100% / var(--wd-col) ) / 2), 0, 0);
}

.wd-autoheight, .wd-autoheight .wd-carousel-item {
	height: auto;
}

.wd-autoheight .wd-carousel-wrap {
	align-items: flex-start;
	transition-property: transform, height;
}

@media (min-width: 1025px) {
	.wd-carousel-container:not(.wd-off-lg) [style*="col-lg:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2) {
		display: none;
	}
}

@media (max-width: 768.98px) {
	.wd-carousel-container:not(.wd-off-sm) [style*="col-sm:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2) {
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.wd-carousel-container:not(.wd-off-md) [style*="col-md:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2) {
		display: none;
	}
}

.wd-insta {
	position: relative;
}

.wd-insta-cont {
	display: flex;
	align-items: center;
	inset: 15px;
	justify-content: center;
}

.wd-insta-cont>* {
	z-index: 5;
	padding: 30px;
	max-width: 300px;
	width: 100%;
	border-radius: var(--wd-brd-radius);
	background: var(--bgcolor-white);
	box-shadow: 0 0 12px rgba(0, 0, 0, .22);
}

.wd-insta-link {
	--wd-link-color: var(--color-gray-800);
	--wd-link-color-hover: var(--wd-primary-color);
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 10px;
	font-weight: 600;
	text-decoration: none !important;
}

.wd-insta-link:before {
	font-weight: 400;
	content: "";
	font-family: "woodmart-font";
}

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

.wd-insta-item a {
	--wd-otl-offset: calc(var(--wd-otl-width) * -1);
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
	transition: all .3s ease;
}

.wd-insta-item img {
	width: 100%;
	height: 100%;
	object-position: 50% 50%;
	object-fit: cover;
	aspect-ratio: var(--wd-aspect-ratio, 1);
}

.wd-insta-meta {
	--wd-col: 2;
	--wd-gap: 10px;
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	z-index: 2;
	padding: 20px 15px;
	line-height: 1;
	background: linear-gradient(transparent 0%, rgba(0, 0, 0, .65) 100%);
	opacity: 0;
	pointer-events: none;
	transform: translateY(30px);
	transition: all .3s ease;
}

.wd-insta-meta>span {
	overflow: hidden;
	color: #fff;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 120%;
}

.wd-insta-meta>span span {
	font-weight: 600;
	vertical-align: middle;
}

.wd-insta-meta>span:before {
	display: inline-block;
	margin-inline-end: 5px;
	font-size: 120%;
	vertical-align: middle;
	font-family: "woodmart-font";
}

.wd-insta-meta .wd-insta-likes {
	text-align: start;
}

.wd-insta-meta .wd-insta-likes:before {
	content: "";
}

.wd-insta-meta .wd-insta-comm {
	text-align: end;
}

.wd-insta-meta .wd-insta-comm:before {
	content: "";
}

:is(.instagram-rounded,.wd-meta-pos-center) .wd-insta-meta {
	top: 0;
	align-items: center;
	background: transparent;
}

:is(.instagram-rounded,.wd-meta-pos-center) .wd-insta-meta>span {
	text-align: center;
}

.instagram-rounded .wd-insta-item {
	--wd-brd-radius: 50%;
}

.wd-widget .wd-insta-meta {
	display: none;
}

.wd-insta.wd-error.loading {
	animation: wd-SemiFadeOut .4s infinite alternate linear;
}

@keyframes wd-SemiFadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: .6;
	}
}

.wd-product-instagram {
	margin-bottom: 35px;
	padding-top: 40px;
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-product-instagram .product-instagram-intro {
	font-size: 16px;
}

.wd-product-instagram .product-instagram-intro span {
	color: var(--color-gray-800);
	font-weight: 600;
}

@media (min-width: 1025px) {
	.wd-insta-item:is(:hover,:focus-within) a {
		opacity: 1;
	}
	
	.wd-insta-item:is(:hover,:focus-within) .wd-insta-meta {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 768.98px) {
	.wd-product-instagram {
		padding-top: 25px;
	}
}

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

.wd-text-block:not(.inline-element) {
	max-width: var(--content-width);
	--content-width: var(--wd-max-width);
}

.wd-text-block:not(.inline-element).text-left {
	margin-right: auto;
}

.wd-text-block:not(.inline-element).text-center {
	margin-inline: auto;
}

.wd-text-block:not(.inline-element).text-right {
	margin-left: auto;
}

.wd-list {
	--list-mb: 0;
	--li-mb: 15px;
	--li-pl: 0;
	--wd-row-gap: var(--li-mb);
	display: flex;
	flex-direction: column;
	justify-content: var(--wd-align);
	gap: var(--wd-row-gap);
	list-style: none;
}

.wd-list li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: inherit;
	gap: 10px;
	margin-bottom: 0 !important;
	transition: all .25s ease;
}

.wd-list .wd-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: var(--color-gray-800);
	line-height: 1;
	transition: all .25s ease;
	font-size: var(--li-icon-s, 1em);
}

.wd-list.wd-design-bordered li:not(:first-child):before {
	content: "";
	position: absolute;
	top: calc(var(--wd-row-gap) / 2 * -1);
	inset-inline: 0px;
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-list .wd-icon :is(img,svg) {
	width: var(--li-icon-s, revert-layer);
	min-width: var(--li-icon-s, 6px);
	max-width: 150px;
	fill: currentColor;
}

.wd-list .wd-icon:has(:is(img,svg)):before {
	display: none;
}

.wd-list.wd-type-ordered {
	counter-reset: item;
}

.wd-list.wd-type-ordered .wd-icon {
	font-weight: 600;
}

.wd-list.wd-type-ordered .wd-icon:before {
	content: counter(item) ".";
	counter-increment: item;
}

.wd-list.wd-type-unordered .wd-icon:before {
	font-size: .6em;
	content: "";
	font-family: "woodmart-font";
}

.wd-list.wd-type-unordered-2 .wd-icon:before {
	content: "";
	width: 1em;
	height: 1em;
	font-size: calc(var(--li-icon-s, 10px) / 2);
	background: currentColor;
	border-radius: 50%;
}

.wd-list.wd-shape-icon .wd-icon {
	background-color: var(--color-gray-200);
	width: var(--li-icon-s, 2em);
	height: var(--li-icon-s, 2em);
	font-size: calc(var(--li-icon-s, 2em) / 2);
}

.wd-list.wd-shape-icon .wd-icon :is(img,svg) {
	width: calc(var(--li-icon-s, 2em) / 2);
	height: calc(var(--li-icon-s, 2em) / 2);
	min-width: calc(var(--li-icon-s, 14px) / 2);
	object-fit: contain;
}

.wd-list.wd-style-rounded .wd-icon {
	border-radius: 50%;
}

.wd-list .wd-icon .e-font-icon-svg {
	height: var(--li-icon-s, 1em);
}

@media (max-width: 1024px) {
	.wd-list:is(.wd-fontsize-m,.wd-fontsize-l) {
		font-size: 16px;
	}
}

.scrollToTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 350;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(var(--bgcolor-white-rgb), .9);
	box-shadow: 0 0 5px rgba(0, 0, 0, .17);
	color: var(--color-gray-800);
	font-size: 16px;
	opacity: 0;
	pointer-events: none;
	text-decoration: none !important;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateX(100%);
}

.scrollToTop.button-show {
	opacity: 1;
	transform: none;
	pointer-events: visible;
}

.scrollToTop:after {
	content: "";
	font-family: "woodmart-font";
}

.scrollToTop:hover {
	color: var(--color-gray-500);
}

.wd-search-opened .scrollToTop {
	display: none;
}

@media (max-width: 1024px) {
	.scrollToTop {
		right: 12px;
		bottom: 12px;
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
}

.login-form-side .woocommerce-notices-wrapper {
	padding: 20px 15px 0 15px;
}

.login-form-side .woocommerce-notices-wrapper>.woocommerce-error {
	margin-bottom: 0;
}

.login-form-side .woocommerce-form-login {
	padding: 20px 15px 15px 15px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.login-form-side .woocommerce-form-login.hidden-form {
	display: none;
}

.create-account-question {
	padding: 20px 15px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
	text-align: center;
	--wd-tags-mb: 15px;
}

.create-account-question p {
	color: var(--color-gray-900);
	font-weight: 600;
}

.create-account-question:before {
	display: block;
	margin-bottom: 15px;
	color: var(--color-gray-200);
	font-size: 54px;
	line-height: 1;
	content: "";
	font-family: "woodmart-font";
}

.create-account-question .btn {
	--btn-color: var(--color-gray-800);
	--btn-color-hover: var(--color-gray-500);
	--btn-brd-color: var(--wd-primary-color);
	--btn-bgcolor: transparent;
	--btn-brd-width: 2px;
	--btn-height: none;
	--btn-padding: 0;
	border-top: 0;
	border-inline: 0;
}

.wd-social-login {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.wd-social-login .btn {
	flex: 1 1 200px;
	border-radius: var(--btn-accented-brd-radius);
	--btn-color: #fff;
	--btn-bgcolor: var(--wd-social-btn-bg);
	--btn-box-shadow-hover: inset 0 0 0 1000px rgba(0, 0, 0, .1);
}

.wd-social-login .btn:before {
	position: absolute;
	top: 50%;
	font-weight: 400;
	transform: translateY(-50%);
	font-family: "woodmart-font";
}

.wd-social-login .login-vk-link {
	--wd-social-btn-bg: #597da3;
}

.wd-social-login .login-vk-link:before {
	inset-inline-start: calc(10px + ( var(--btn-accented-brd-radius) / 4 ));
	font-size: 22px;
	content: "";
}

.wd-social-login .login-fb-link {
	--wd-social-btn-bg: #3b5998;
}

.wd-social-login .login-fb-link:before {
	inset-inline-start: calc(9px + ( var(--btn-accented-brd-radius) / 4 ));
	font-size: 28px;
	content: "";
}

.wd-social-login .login-goo-link {
	--wd-social-btn-bg: #4285f4;
}

.wd-social-login .login-goo-link:before {
	content: "";
	inset-inline-start: calc(8px + ( var(--btn-accented-brd-radius) / 4 ));
	width: 26px;
	height: 26px;
	border-radius: 2px;
	background: no-repeat center/16px url("https://cdn-ileapid.nitrocdn.com/caeCiTnulZUtUxcRttbvAfWDhFuMRJQO/assets/images/optimized/rev-0dbaca4/universaldriveshafts.com/wp-content/themes/woodmart/images/google-btn-icon.svg") #fff;
}

:root {
	--wd-top-bar-h: 60px;
	--wd-top-bar-sm-h: 60px;
	--wd-top-bar-sticky-h: .00001px;
	--wd-top-bar-brd-w: .00001px;
	--wd-header-general-h: 90px;
	--wd-header-general-sm-h: 60px;
	--wd-header-general-sticky-h: .00001px;
	--wd-header-general-brd-w: .00001px;
	--wd-header-bottom-h: 70px;
	--wd-header-bottom-sm-h: 60px;
	--wd-header-bottom-sticky-h: 70px;
	--wd-header-bottom-brd-w: .00001px;
	--wd-header-clone-h: .00001px;
	--wd-header-brd-w: calc(var(--wd-top-bar-brd-w) + var(--wd-header-general-brd-w) + var(--wd-header-bottom-brd-w));
	--wd-header-h: calc(var(--wd-top-bar-h) + var(--wd-header-general-h) + var(--wd-header-bottom-h) + var(--wd-header-brd-w));
	--wd-header-sticky-h: calc(var(--wd-top-bar-sticky-h) + var(--wd-header-general-sticky-h) + var(--wd-header-bottom-sticky-h) + var(--wd-header-clone-h) + var(--wd-header-brd-w));
	--wd-header-sm-h: calc(var(--wd-top-bar-sm-h) + var(--wd-header-general-sm-h) + var(--wd-header-bottom-sm-h) + var(--wd-header-brd-w));
}

.whb-top-bar .wd-dropdown {
	margin-top: 9px;
}

.whb-top-bar .wd-dropdown:after {
	height: 20px;
}

.whb-header-bottom .wd-dropdown {
	margin-top: 14px;
}

.whb-header-bottom .wd-dropdown:after {
	height: 25px;
}

.whb-sticked .whb-header-bottom .wd-dropdown:not(.sub-sub-menu) {
	margin-top: 14px;
}

.whb-sticked .whb-header-bottom .wd-dropdown:not(.sub-sub-menu):after {
	height: 25px;
}

.whb-igjz5nqo9pa73z8wawee.info-box-wrapper div.wd-info-box {
	--ib-icon-sp: 10px;
}

.whb-igjz5nqo9pa73z8wawee .info-box-subtitle {
	font-size: 13px;
}

.whb-igjz5nqo9pa73z8wawee .wd-info-box .info-box-title {
	font-size: 13px;
}

.whb-igjz5nqo9pa73z8wawee .info-box-content .info-box-inner {
	font-size: 13px;
}

.whb-top-bar {
	background-color: rgba(47, 96, 193, 1);
}

.whb-4m2vgmkekh9r8e5w45zx {
	--wd-form-brd-radius: 5px;
	max-width: 1000px;
}

.whb-4m2vgmkekh9r8e5w45zx form.searchform {
	--wd-form-height: 46px;
}

.whb-4m2vgmkekh9r8e5w45zx.wd-search-form.wd-header-search-form .searchform {
	--wd-form-bg: rgba(255, 255, 255, 1);
}

.whb-jhk5p3srfg9fgh4suqz1 form.searchform {
	--wd-form-height: 42px;
}

.whb-jhk5p3srfg9fgh4suqz1.wd-search-form.wd-header-search-form-mobile .searchform {
	--wd-form-bg: rgba(255, 255, 255, 1);
}

.whb-header-bottom {
	background-color: rgba(18, 70, 171, 1);
}

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-transform: none;
	--wd-entities-title-color: #242424;
	--wd-entities-title-color-hover: rgba(51, 51, 51, 65%);
	--wd-alternative-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #1246ab;
	--wd-alternative-color: #e22d2d;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #1c85f1;
	--btn-accented-bgcolor-hover: #0075ea;
	--wd-form-brd-width: 0px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #e0b252;
	--notices-warning-color: #fff;
	--wd-link-color: #333;
	--wd-link-color-hover: #242424;
}

.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}

.wd-popup.wd-promo-popup {
	background-color: #f8f8f8;
	background-image: url("https://cdn-ileapid.nitrocdn.com/caeCiTnulZUtUxcRttbvAfWDhFuMRJQO/assets/images/optimized/rev-0dbaca4/universaldriveshafts.com/wp-content/uploads/2025/01/Diseno-sin-titulo-59.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}

.wd-popup.wd-promo-popup.nitro-lazy {
	background-image: none !important;
}

:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}

.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}

.wd-footer {
	background-color: #fff;
	background-image: none;
}

.wd-footer.nitro-lazy {
	background-image: none !important;
}

html .wd-nav.wd-nav-secondary > li > a {
	font-family: "Mulish", Arial, Helvetica, sans-serif;
	font-weight: 800;
}

html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 18px;
	text-transform: none;
}

html .wd-nav-mobile > li > a {
	text-transform: none;
}

.whb-general-header .wd-nav.wd-nav-secondary > li > a {
	font-weight: 400;
	color: #777;
}

.whb-general-header .wd-nav.wd-nav-secondary > li:hover > a, .whb-general-header .wd-nav.wd-nav-secondary > li.current-menu-item > a {
	color: #242424;
}

html .entry-summary .single_add_to_cart_button, .wd-single-add-cart .single_add_to_cart_button, html .wd-sticky-btn-cart .single_add_to_cart_button, html .wd-sticky-add-to-cart, html .wd-sticky-btn.wd-quantity-overlap div.quantity input[type] {
	color: #fff;
	background: #1c85f1;
}

html .entry-summary .single_add_to_cart_button:hover, .wd-single-add-cart .single_add_to_cart_button:hover, html .wd-sticky-btn-cart .single_add_to_cart_button:hover, html .wd-sticky-add-to-cart:hover, html .wd-sticky-btn.wd-quantity-overlap .cart:hover > div.quantity input[type], html .wd-sticky-btn.wd-quantity-overlap .cart:hover > div.quantity+.button {
	color: #fff;
	background: #ce400c;
}

body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: #777;
	--wd-form-placeholder-color: #777;
	--wd-form-bg: rgba(15, 15, 15, .04);
}

.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-radius: 12px;
}

.wd-nav-pagin-wrap:not(.wd-custom-style) {
	--wd-pagin-radius: 0px;
}

.product-labels .product-label.onsale {
	background-color: #1e73be;
}

.product-labels .product-label.new {
	background-color: #1e73be;
}

.product-labels .product-label.featured {
	background-color: #1e73be;
}

.product-labels .product-label.out-of-stock {
	background-color: #dd4f4f;
}

.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

.woocommerce-product-gallery {
	--wd-gallery-gap: 15px;
}

@media (max-width: 1024px) {
	html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
		font-size: 16px;
	}
	
	.woocommerce-product-gallery {
		--wd-gallery-gap: 10px;
	}
}

@media (max-width: 768.98px) {
	html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
		font-size: 16px;
	}
	
	.woocommerce-product-gallery {
		--wd-gallery-gap: 4px;
	}
}

:root {
	--wd-container-w: 1600px;
	--wd-form-brd-radius: 5px;
	--btn-default-color: #333;
	--btn-default-color-hover: #333;
	--btn-accented-color: #fff;
	--btn-accented-color-hover: #fff;
	--btn-default-brd-radius: 5px;
	--btn-default-box-shadow: none;
	--btn-default-box-shadow-hover: none;
	--btn-accented-brd-radius: 5px;
	--btn-accented-box-shadow: none;
	--btn-accented-box-shadow-hover: none;
	--wd-brd-radius: 8px;
}

@media (min-width: 1600px) {
	section.elementor-section.wd-section-stretch > .elementor-container {
		margin-left: auto;
		margin-right: auto;
	}
}

.wd-page-title {
	background-color: #2859b8;
}

.wd-slider.wd-section-container>.wd-carousel-inner>.wd-carousel {
	border-radius: 0px 0px 12px 12px !important;
}

.wd-product.product-list-item .product-list-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.wcpt-cart-widget {
	background-color: #2264ad !important;
	border-color: rgba(0, 0, 0, .1);
}

.wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu>li:hover>a, .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu>li.wd-opened>a {
	background-color: var(--bgcolor-white);
	color: var(--color-gray-800);
	border-radius: 0px !important;
}

.wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu {
	background-color: var(--wd-primary-color);
	border-radius: 0px !important;
}

@media (max-width: 576px) {
	.wcpt-cart-widget {
		display: inline-block;
		margin-bottom: 55px;
	}
	
	.frzTbl .wcpt-property-list--1-column {
		max-width: 100% !important;
		width: 100% !important;
	}
}
