
.wd-header-nav.wd-full-height .wd-nav>li>.wd-dropdown-menu {
	margin-top: 0 !important;
}

.wd-header-nav.wd-full-height .wd-nav>li>.wd-dropdown-menu:after {
	width: auto !important;
	height: auto !important;
}

.rtl .wd-header-nav .wd-nav.wd-icon-right>li>a .wd-nav-img {
	order: 0;
	margin: 0;
	margin-inline-end: 7px;
}

.rtl .wd-header-nav .wd-nav.wd-icon-left>li>a .wd-nav-img {
	order: 1;
	margin: 0;
	margin-inline-start: 7px;
}

:is(.whb-top-bar,.whb-clone) .wd-nav-header>li>a .menu-label, .wd-nav-mobile>li>a>.menu-label, .wd-nav-mobile>li>ul li>a>.menu-label {
	position: static;
	margin-top: 0;
	margin-inline-start: 5px;
	opacity: 1;
	align-self: center;
}

:is(.whb-top-bar,.whb-clone) .wd-nav-header>li>a .menu-label:before, .wd-nav-mobile>li>a>.menu-label:before, .wd-nav-mobile>li>ul li>a>.menu-label:before {
	content: none;
}

.whb-flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.whb-column {
	display: flex;
	align-items: center;
	flex-direction: row;
	max-height: inherit;
}

.whb-col-left, .whb-mobile-left {
	justify-content: flex-start;
	margin-left: -10px;
}

.whb-col-right, .whb-mobile-right {
	justify-content: flex-end;
	margin-right: -10px;
}

.whb-col-mobile {
	flex: 1 1 auto;
	justify-content: center;
	margin-inline: -10px;
}

.whb-clone .whb-general-header-inner {
	height: var(--wd-header-clone-h);
	max-height: var(--wd-header-clone-h);
}

.whb-flex-flex-middle .whb-col-center {
	flex: 1 1 0%;
}

.whb-flex-equal-sides :is(.whb-col-left,.whb-col-right) {
	flex: 1 1 0%;
}

.whb-col-1 :is(.whb-flex-row,.whb-column) {
	max-width: calc(100% + 20px);
	justify-content: center;
}

.whb-col-1 :is(.whb-col-left,.whb-mobile-left) {
	flex: 1 1 auto;
	margin-inline: -10px;
}

.whb-col-1 .wd-header-html {
	max-width: 100%;
}

.whb-general-header :is(.whb-mobile-left,.whb-mobile-right) {
	flex: 1 1 0%;
}

.whb-empty-column+.whb-mobile-right {
	flex: 1 1 auto;
}

.wd-header-overlap:where(:not(.single-product)) .wd-content-layout:first-child {
	padding-top: 0;
}

.whb-overcontent {
	min-height: .2px;
}

.whb-overcontent .whb-main-header {
	position: absolute;
}

body:not(.single-product) .whb-overcontent, .whb-overcontent.whb-custom-header {
	margin-bottom: 0;
	padding-top: 0 !important;
}

.whb-with-shadow {
	box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

.whb-main-header {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 390;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.whb-clone {
	position: fixed;
	z-index: 391;
	visibility: hidden;
	opacity: 0;
	transition: opacity .1s ease, visibility .1s ease, transform .3s ease;
	animation: wd-fadeOutUpBig .1s ease;
	pointer-events: none;
}

.whb-clone .whb-flex-row {
	border: none;
}

.whb-clone.whb-sticked {
	visibility: visible;
	opacity: 1;
	animation: wd-fadeInDownBig .3s ease;
	pointer-events: visible;
	pointer-events: unset;
}

.whb-clone.whb-sticked .whb-not-sticky-row {
	display: block;
}

.whb-clone .wd-header-main-nav {
	text-align: center;
}

.whb-clone.whb-hide-on-scroll {
	transform: translateY(-100%);
	animation: none;
}

.whb-clone.whb-scroll-up {
	transform: none;
}

.whb-sticky-prepared {
	padding-top: var(--wd-header-h);
}

.whb-sticky-prepared .whb-main-header {
	position: absolute;
}

:root:has(.whb-sticky-prepared):not(:has(.whb-top-bar)) {
	--wd-top-bar-h: .00001px;
	--wd-top-bar-sm-h: .00001px;
}

:root:has(.whb-sticky-prepared):not(:has(.whb-general-header)) {
	--wd-header-general-h: .00001px;
	--wd-header-general-sm-h: .00001px;
}

:root:has(.whb-sticky-prepared):not(:has(.whb-header-bottom)) {
	--wd-header-bottom-h: .00001px;
	--wd-header-bottom-sm-h: .00001px;
	--wd-header-bottom-brd-w: .00001px;
}

.whb-scroll-stick .whb-flex-row {
	transition: height .2s ease, max-height .2s ease;
}

.whb-scroll-stick.whb-sticked .whb-flex-row {
	transition-duration: .3s;
}

.whb-scroll-stick:is(.whb-scroll-down,.whb-scroll-up) .whb-main-header {
	transition: transform .3s ease;
}

.whb-scroll-stick.whb-scroll-down .whb-main-header {
	transform: translateY(-100%);
}

.whb-scroll-stick.whb-scroll-up .whb-main-header {
	transform: none;
}

.whb-scroll-slide.whb-sticked .whb-main-header {
	animation: wd-fadeInDownBig .4s ease;
}

.whb-scroll-slide:is(.whb-scroll-down,.whb-scroll-up) .whb-main-header {
	transition: transform .3s ease;
}

.whb-scroll-slide.whb-hide-on-scroll.whb-sticked .whb-main-header {
	transform: translateY(-100%);
	animation: none;
}

.whb-scroll-slide.whb-hide-on-scroll.whb-scroll-up .whb-main-header {
	transform: none;
}

.whb-sticked .whb-main-header {
	position: fixed;
}

.whb-sticked .whb-row {
	transition: background-color .3s ease;
}

.whb-sticked .whb-not-sticky-row {
	display: none;
}

.whb-sticky-shadow.whb-sticked .whb-main-header {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.whb-sticky-shadow.whb-sticked .whb-row:last-child {
	border-bottom: none;
}

.whb-sticky-shadow.whb-sticked .whb-row:last-child .whb-flex-row {
	border-bottom: none;
}

.whb-sticky-shadow+.whb-clone {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.whb-sticky-shadow+.whb-clone .whb-row {
	border-bottom: none;
}

.whb-row {
	transition: background-color .2s ease;
}

.whb-color-dark:not(.whb-with-bg) {
	background-color: #fff;
}

.whb-color-light:not(.whb-with-bg) {
	background-color: #212121;
}

body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) {
	background-color: transparent;
}

.whb-row.whb-with-bdf, .whb-row.whb-with-bdf>.container {
	position: relative;
}

.whb-row.whb-with-bdf:before {
	content: "";
	position: absolute;
	inset: 0;
}

@keyframes wd-fadeInDownBig {
	from {
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		transform: none;
	}
}

@keyframes wd-fadeOutUpBig {
	from {
		transform: none;
	}
	
	to {
		transform: translate3d(0, -100%, 0);
	}
}

.wd-header-nav, .site-logo {
	padding-inline: 10px;
}

.wd-header-nav.wd-full-height, .wd-header-nav.wd-full-height :is(.wd-nav,.wd-nav>li,.wd-nav>li>a), .wd-header-divider.wd-full-height, .wd-header-divider.wd-full-height:before {
	height: 100%;
}

.wd-header-nav {
	flex: 1 1 auto;
}

.wd-header-nav.wd-inline {
	flex: 0 0 auto;
	max-width: 100%;
}

.whb-color-light .wd-header-nav>span {
	color: rgba(255, 255, 255, .8);
}

.wd-nav-header>li>a {
	font-size: var(--wd-header-el-font-size);
	font-weight: var(--wd-header-el-font-weight);
	font-style: var(--wd-header-el-font-style);
	font-family: var(--wd-header-el-font);
	text-transform: var(--wd-header-el-transform);
}

.wd-nav-header>li.color-primary {
	--nav-color: var(--wd-primary-color);
	--nav-color-hover: var(--wd-primary-color);
}

.wd-nav-header:not(.wd-offsets-calculated)>li>.wd-dropdown:not(.wd-design-default) {
	opacity: 0;
	pointer-events: none;
}

@supports (-webkit-touch-callout: none) {
	.wd-nav-header:not(.wd-offsets-calculated)>li>.wd-dropdown:not(.wd-design-default) {
		transform: translateY(15px) translateZ(0);
	}
}

.whb-color-light .wd-nav-header {
	--wd-navigation-color: 255, 255, 255;
}

.whb-color-light .wd-nav-header.wd-style-default {
	--nav-color-hover: rgba(255, 255, 255, .7);
}

.whb-color-dark .wd-nav-header {
	--wd-navigation-color: 51, 51, 51;
}

.whb-top-bar .wd-nav-secondary>li>a {
	font-weight: 400;
	font-size: 12px;
}

.wd-header-sticky-nav .wd-tools-icon:before {
	content: "";
	font-family: "woodmart-font";
}

.site-logo {
	max-height: inherit;
}

.wd-logo {
	max-height: inherit;
	transition: none;
}

.wd-logo picture {
	max-height: inherit;
}

.wd-logo picture img {
	max-width: inherit;
}

.wd-logo img {
	padding-top: 5px;
	padding-bottom: 5px;
	max-height: inherit;
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	perspective: 800px;
}

.wd-logo img[src$=".svg"] {
	height: 100%;
}

.wd-logo img[width]:not([src$=".svg"]) {
	width: auto;
	object-fit: contain;
}

.wd-switch-logo .wd-sticky-logo {
	display: none;
	animation: wd-fadeIn .5s ease;
}

:is(.whb-sticked,.whb-clone) .wd-switch-logo .wd-main-logo {
	display: none;
}

:is(.whb-sticked,.whb-clone) .wd-switch-logo .wd-sticky-logo {
	display: block;
}

.wd-header-divider:before {
	content: "";
	display: block;
	height: 18px;
	border-right: 1px solid;
}

.whb-color-dark .wd-header-divider:before {
	border-color: var(--wd-divider-color, rgba(0, 0, 0, .105));
}

.whb-color-light .wd-header-divider:before {
	border-color: var(--wd-divider-color, rgba(255, 255, 255, .25));
}

.whb-col-right .wd-header-divider:last-child, .whb-mobile-right .wd-header-divider:last-child, .whb-col-mobile .wd-header-divider:last-child {
	padding-right: 10px;
}

.whb-col-left .wd-header-divider:first-child, .whb-mobile-left .wd-header-divider:first-child, .whb-col-mobile .wd-header-divider:first-child {
	padding-left: 10px;
}

.whb-col-center .wd-header-divider:first-child {
	padding-left: 10px;
}

.whb-col-center .wd-header-divider:last-child {
	padding-right: 10px;
}

.wd-header-mobile-nav .wd-tools-icon:before {
	content: "";
	font-family: "woodmart-font";
}

.mobile-nav .wd-heading {
	position: relative;
	z-index: 6;
	background-color: inherit;
}

.mobile-nav .searchform {
	--wd-form-brd-width: 0;
	--wd-form-bg: transparent;
	--wd-form-color: var(--color-gray-500);
	--wd-form-placeholder-color: var(--color-gray-500);
	z-index: 4;
	box-shadow: 0 -1px 9px rgba(0, 0, 0, .17);
}

.mobile-nav .searchform input[type="text"] {
	padding-right: 70px;
	padding-left: 20px;
	height: 70px;
	font-weight: 600;
}

.mobile-nav .wd-search-results {
	position: relative;
	z-index: 4;
	border-radius: 0;
	inset-inline: auto;
}

.mobile-nav .wd-search-results:not(.wd-opened) {
	display: none;
}

.mobile-nav .wd-suggestion {
	padding: 10px 20px;
}

.mobile-nav .create-nav-msg {
	padding: 20px;
}

.wd-nav-mobile {
	--nav-radius: 0;
	--nav-color-hover: var(--wd-primary-color);
	display: none;
	margin-inline: 0;
	animation: wd-fadeIn 1s ease;
}

.wd-nav-mobile>li {
	flex: 1 1 100%;
	max-width: 100%;
	width: 100%;
}

.wd-nav-mobile>li>a:hover {
	color: var(--nav-color-hover);
}

.wd-nav-mobile>li.menu-item-has-children>a:after {
	content: none;
}

.wd-nav-mobile .wd-with-icon>a:before {
	margin-right: 7px;
	font-weight: 400;
	font-family: "woodmart-font";
}

.wd-nav-mobile .menu-item-account>a:before {
	content: "";
}

.wd-nav-mobile .menu-item-wishlist>a:before {
	content: "";
}

.wd-nav-mobile .menu-item-compare>a:before {
	content: "";
}

.wd-nav-mobile.wd-active {
	display: block;
}

.wd-nav-mobile:not(.wd-html-block-on) .menu-item-has-block .wd-nav-opener {
	display: none;
}

.wd-nav-mobile.wd-html-block-on .wd-mob-nav-html-block {
	overflow: hidden;
	border-bottom: 1px solid var(--brdcolor-gray-300);
	max-width: var(--wd-side-hidden-w);
}

.wd-nav-mobile.wd-html-block-on .menu-item-has-block .wd-negative-gap>.elementor-container {
	--wd-el-column-gap: .001px;
}

.wd-nav-mobile.wd-html-block-on .menu-item-has-block .mega-menu-list .sub-sub-menu {
	display: block;
}

.wd-nav-mobile>li, .wd-nav-mobile>li>ul li {
	display: flex;
	flex-wrap: wrap;
}

.wd-nav-mobile>li>a, .wd-nav-mobile>li>ul li>a {
	flex: 1 1 0%;
	padding: 5px 20px;
	min-height: 50px;
	border: none;
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.wd-nav-mobile>li>:is(.wd-sub-menu,.sub-sub-menu), .wd-nav-mobile>li>ul li>:is(.wd-sub-menu,.sub-sub-menu) {
	display: none;
	flex: 1 1 100%;
	order: 3;
}

.wd-nav-mob-tab {
	--nav-gap: 0;
	--nav-pd: 18px 15px;
	--nav-color: rgba(var(--wd-navigation-color), .5);
	--nav-color-hover: rgba(var(--wd-navigation-color), 1);
	--nav-bg: rgba(var(--color-black-rgb), .04);
	--nav-bg-active: rgba(var(--color-black-rgb), .09);
	--nav-radius: 0;
	display: flex;
	margin: 0;
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.wd-nav-mob-tab>li {
	flex: 1 0 50%;
	max-width: 50%;
}

.wd-nav-mob-tab>li>a {
	justify-content: center;
	text-align: center;
	height: 100%;
}

.wd-nav-mob-tab.wd-style-underline .nav-link-text {
	position: static;
}

.wd-nav-mob-tab.wd-style-underline .nav-link-text:after {
	top: auto;
	bottom: -1px;
}

.wd-nav-mob-tab.wd-swap {
	flex-direction: row-reverse;
}

.wd-nav-mob-tab:not(.wd-swap) li:first-child .nav-link-text:after, .wd-nav-mob-tab.wd-swap li:last-child .nav-link-text:after {
	right: 0;
	left: auto;
}

.mobile-nav .wd-nav-opener {
	border-left: 1px solid var(--brdcolor-gray-300);
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.widgetarea-mobile {
	padding: 20px;
}

@media (min-width: 1025px) {
	.whb-top-bar-inner {
		height: var(--wd-top-bar-h);
		max-height: var(--wd-top-bar-h);
	}
	
	.whb-sticked .whb-top-bar-inner {
		height: var(--wd-top-bar-sticky-h);
		max-height: var(--wd-top-bar-sticky-h);
	}
	
	.whb-general-header-inner {
		height: var(--wd-header-general-h);
		max-height: var(--wd-header-general-h);
	}
	
	.whb-sticked:not(.whb-clone) .whb-general-header-inner {
		height: var(--wd-header-general-sticky-h);
		max-height: var(--wd-header-general-sticky-h);
	}
	
	.whb-header-bottom-inner {
		height: var(--wd-header-bottom-h);
		max-height: var(--wd-header-bottom-h);
	}
	
	.whb-sticked .whb-header-bottom-inner {
		height: var(--wd-header-bottom-sticky-h);
		max-height: var(--wd-header-bottom-sticky-h);
	}
	
	.whb-hidden-lg, .whb-hidden-desktop {
		display: none;
	}
	
	.whb-clone, .whb-sticked .whb-main-header {
		top: var(--wd-admin-bar-h);
	}
	
	.wd-header-overlap .wd-page-title {
		padding-top: calc(var(--wd-header-h) + var(--wd-header-boxed-sp, .001px) + var(--wd-title-sp));
	}
	
	.single-product .whb-overcontent:not(.whb-custom-header) {
		padding-top: calc(var(--wd-header-h) + var(--wd-header-boxed-sp, .001px));
	}
	
	.whb-full-width .whb-row>.container, .whb-full-width+.whb-clone .whb-row>.container {
		max-width: 100%;
		width: clamp(var(--wd-container-w), 95%, 100%);
	}
}

@media (max-width: 1024px) {
	.whb-top-bar-inner {
		height: var(--wd-top-bar-sm-h);
		max-height: var(--wd-top-bar-sm-h);
	}
	
	.whb-general-header-inner {
		height: var(--wd-header-general-sm-h);
		max-height: var(--wd-header-general-sm-h);
	}
	
	.whb-header-bottom-inner {
		height: var(--wd-header-bottom-sm-h);
		max-height: var(--wd-header-bottom-sm-h);
	}
	
	.whb-visible-lg, .whb-hidden-mobile {
		display: none;
	}
	
	.wd-header-overlap .wd-page-title {
		padding-top: calc(var(--wd-header-sm-h) + var(--wd-title-sp));
	}
	
	.single-product .whb-overcontent:not(.whb-custom-header) {
		padding-top: var(--wd-header-sm-h);
	}
	
	.whb-sticky-prepared {
		padding-top: var(--wd-header-sm-h);
	}
}

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

.whb-column>.info-box-wrapper, .wd-header-text, .whb-column>.wd-button-wrapper, .whb-column>.wd-social-icons, .wd-header-html {
	padding-inline: 10px;
}

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

.wd-header-text {
	--wd-tags-mb: 10px;
	flex: 1 1 auto;
}

.wd-header-text p:first-child:empty {
	display: none;
}

.wd-header-text.wd-inline {
	flex: 0 0 auto;
}

.whb-top-bar .wd-header-text {
	font-size: 12px;
	line-height: 1.2;
}

.whb-color-light .wd-header-text {
	--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);
}

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

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

.wd-dropdown-compare a {
	justify-content: space-between;
}

.wd-dropdown-compare .count {
	margin-inline-start: 10px;
	color: var(--color-gray-300);
}

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

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

.elementor-514 .elementor-element.elementor-element-c5dc380 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 15px 15px;
	--row-gap: 15px;
	--column-gap: 15px;
	--padding-top: 10px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-514 .elementor-element.elementor-element-c5dc380.e-con {
	--flex-grow: 0;
	--flex-shrink: 0;
}

.elementor-514 .elementor-element.elementor-element-6b08c14 {
	--display: flex;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 10px;
	--padding-right: 10px;
}

.elementor-514 .elementor-element.elementor-element-5996ebe > .elementor-widget-container {
	margin: 0px 0px 10px 0px;
}

.elementor-514 .elementor-element.elementor-element-5996ebe {
	--wd-brd-radius: 0px;
}

.elementor-514 .elementor-element.elementor-element-9c29952 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 15px 15px;
	--row-gap: 15px;
	--column-gap: 15px;
	border-style: solid;
	--border-style: solid;
	border-width: 0px 0px 2px 0px;
	--border-top-width: 0px;
	--border-right-width: 0px;
	--border-bottom-width: 2px;
	--border-left-width: 0px;
	border-color: var(--e-global-color-a0dd6c7);
	--border-color: var(--e-global-color-a0dd6c7);
	--border-radius: 0px 0px 0px 0px;
	--margin-top: 0px;
	--margin-bottom: 5px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 10px;
	--padding-left: 1px;
	--padding-right: 10px;
}

.elementor-514 .elementor-element.elementor-element-4115c4a {
	--display: flex;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 10px;
	--padding-right: 0px;
}

.elementor-514 .elementor-element.elementor-element-ca82656 {
	margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
	padding: 0px 0px 10px 0px;
}

.elementor-514 .elementor-element.elementor-element-ca82656 .elementor-heading-title {
	font-family: "Poppins", Sans-serif;
	font-size: 19px;
}

.elementor-514 .elementor-element.elementor-element-4755759 {
	font-size: 14px;
}

.elementor-514 .elementor-element.elementor-element-120ac5c > .elementor-widget-container {
	margin: 0px 0px 10px 0px;
}

.elementor-514 .elementor-element.elementor-element-120ac5c .wd-text-block {
	font-size: 14px;
}

.elementor-514 .elementor-element.elementor-element-623b697 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-514 .elementor-element.elementor-element-1757716 {
	--display: flex;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--padding-top: 16px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-514 .elementor-element.elementor-element-7928046 .wd-text-block {
	font-size: 14px;
}

.elementor-514 .elementor-element.elementor-element-293eca8 .wd-list {
	--wd-row-gap: 10px;
}

.elementor-514 .elementor-element.elementor-element-50d3efb {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 15px 15px;
	--row-gap: 15px;
	--column-gap: 15px;
	--padding-top: 10px;
	--padding-bottom: 30px;
	--padding-left: 10px;
	--padding-right: 10px;
}

.elementor-514 .elementor-element.elementor-element-954bc46 {
	--display: flex;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
}

.elementor-514 .elementor-element.elementor-element-c256528 {
	margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
	padding: 0px 0px 10px 0px;
}

.elementor-514 .elementor-element.elementor-element-c256528 .elementor-heading-title {
	font-family: "Poppins", Sans-serif;
	font-size: 19px;
}

.elementor-514 .elementor-element.elementor-element-02e018b {
	font-size: 14px;
}

.elementor-514 .elementor-element.elementor-element-ea157bb > .elementor-widget-container {
	margin: 0px 0px 10px 0px;
}

.elementor-514 .elementor-element.elementor-element-ea157bb .wd-text-block {
	font-size: 14px;
}

.elementor-514 .elementor-element.elementor-element-42cbe41 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-514 .elementor-element.elementor-element-46a7dff {
	--display: flex;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--padding-top: 16px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-514 .elementor-element.elementor-element-b7c9921 .wd-text-block {
	font-size: 14px;
}

.elementor-514 .elementor-element.elementor-element-fe50985 .wd-list {
	--wd-row-gap: 10px;
}

.elementor-514 .elementor-element.elementor-element-171892f {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
	--border-radius: 8px 8px 8px 8px;
	--padding-top: 20px;
	--padding-bottom: 20px;
	--padding-left: 20px;
	--padding-right: 20px;
}

.elementor-514 .elementor-element.elementor-element-171892f:not(.elementor-motion-effects-element-type-background), .elementor-514 .elementor-element.elementor-element-171892f > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #f1f3f8;
}

@media (min-width:769px) {
	.elementor-514 .elementor-element.elementor-element-c5dc380 {
		--width: 100.064%;
	}
	
	.elementor-514 .elementor-element.elementor-element-6b08c14 {
		--width: 58%;
	}
	
	.elementor-514 .elementor-element.elementor-element-4115c4a {
		--width: 58%;
	}
	
	.elementor-514 .elementor-element.elementor-element-1757716 {
		--width: 42%;
	}
	
	.elementor-514 .elementor-element.elementor-element-954bc46 {
		--width: 58%;
	}
	
	.elementor-514 .elementor-element.elementor-element-46a7dff {
		--width: 42%;
	}
	
	.elementor-514 .elementor-element.elementor-element-171892f {
		--content-width: unset;
	}
}

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

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

.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-search-history ul {
	--li-pl: 0;
	--list-mb: 0;
	--li-mb: 0;
	display: flex;
	flex-direction: column;
	margin: -10px -5px;
	list-style: none;
}

.wd-search-history li {
	display: flex;
	align-items: center;
	line-height: 1;
}

.wd-search-history:empty {
	display: none;
}

.wd-sh-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
	margin-bottom: 15px;
	line-height: 1;
}

.wd-sh-link {
	--wd-link-color: var(--color-gray-600);
	--wd-link-color-hover: var(--color-gray-400);
	--wd-link-decor: none;
	--wd-link-decor-hover: none;
	display: flex;
	align-items: center;
	flex-grow: 1;
	gap: 5px;
	padding-block: 10px;
	padding-inline: 5px 0;
}

.wd-sh-link:before {
	content: "";
	font-family: "woodmart-font";
	color: var(--color-gray-300);
	font-size: 1.08em;
}

.wd-sh-clear {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .25s ease;
	cursor: pointer;
}

.wd-sh-clear:hover {
	opacity: .6;
}

.wd-search-history li .wd-sh-clear {
	padding: 10px 5px;
}

.wd-search-history li .wd-sh-clear:before {
	content: "";
	font-family: "woodmart-font";
	color: var(--color-gray-400);
}

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

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

.wd-page-title {
	--wd-align: start;
	--wd-title-sp: 15px;
	--wd-title-font-s: 36px;
	position: relative;
	padding-block: var(--wd-title-sp);
}

.wd-page-title .container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: var(--wd-align);
	text-align: var(--wd-align);
	gap: 10px;
}

.wd-page-title .title {
	font-size: var(--wd-title-font-s);
	line-height: 1.2;
	margin-bottom: 0;
}

.wd-page-title-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.title-design-centered {
	--wd-align: center;
}

@media (min-width: 1025px) {
	.title-size-small {
		--wd-title-sp: 20px;
		--wd-title-font-s: 44px;
	}
	
	.title-size-default {
		--wd-title-sp: 60px;
		--wd-title-font-s: 68px;
	}
	
	.title-size-large {
		--wd-title-sp: 100px;
		--wd-title-font-s: 78px;
	}
}

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

[class*="wd-underline"] u {
	text-decoration: none;
}

[class*="wd-underline-colored"] u {
	color: var(--wd-primary-color);
}

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

.wd-underline-bordered u {
	text-decoration: underline 3px solid var(--wd-primary-color);
	text-underline-offset: .25em;
}

.wd-underline-gradient u {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-color: currentColor;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wd-pf-results {
	--list-mb: 0;
	--li-mb: 0;
	--li-pl: 0;
	overflow: hidden;
	white-space: nowrap;
	list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[class*="wd-swatches"].wd-bg-style-1 .wd-swatch.wd-bg:after {
	bottom: -5px;
}

@media (hover: hover) {
	[class*="wd-swatches"].wd-bg-style-1 .wd-swatch.wd-bg:hover:not(.wd-disabled):after {
		opacity: 1;
	}
}

[class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text {
	min-width: max(var(--wd-swatch-text-min-width, 25px), var(--wd-swatch-text-size));
	min-height: 20px;
}

[class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text:after {
	bottom: -3px;
}

[class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text .wd-swatch-text {
	padding: 0;
}

@media (hover: hover) {
	[class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text:hover:not(.wd-disabled):after {
		opacity: 1;
	}
}

[class*="wd-swatches"].wd-text-style-1.wd-swatches-grid {
	--wd-swatch-text-min-width: 15px;
}

[class*="wd-swatches"].wd-text-style-1.wd-swatches-grid .wd-swatch.wd-text:after {
	bottom: -1px;
}

[class*="wd-swatches"].wd-text-style-1.wd-swatches-grid .wd-swatch.wd-bg:after {
	bottom: -4px;
}

.wd-swatches-grid.wd-bg-style-1 .wd-swatch:hover:not(.wd-active):after {
	opacity: 0 !important;
}

[class*="wd-swatches"].wd-bg-style-1 .wd-swatch.wd-bg:after, [class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text:after {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	width: 100%;
	border-bottom: 2px solid var(--color-gray-900);
	opacity: 0;
	transition: inherit;
	pointer-events: none;
}

[class*="wd-swatches"].wd-bg-style-1 .wd-swatch.wd-bg.wd-active:after, [class*="wd-swatches"].wd-bg-style-1 :is(.wd-swatch-wrap a:hover,.wd-swatch-wrap.wd-active) .wd-swatch.wd-bg:after, [class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text.wd-active:after, [class*="wd-swatches"].wd-text-style-1 :is(.wd-swatch-wrap a:hover,.wd-swatch-wrap.wd-active) .wd-swatch.wd-text:after {
	opacity: 1;
}

[class*="wd-swatches"].wd-bg-style-4 .wd-swatch.wd-bg {
	overflow: hidden;
}

[class*="wd-swatches"].wd-bg-style-4 .wd-swatch.wd-bg:after {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .2);
	color: #fff;
	font-weight: 400;
	font-size: calc(var(--wd-swatch-text-size) - 4px);
	opacity: 0;
	transition: inherit;
	border-radius: inherit;
	content: "";
	font-family: "woodmart-font";
}

@media (hover: hover) {
	[class*="wd-swatches"].wd-bg-style-4 .wd-swatch.wd-bg:hover:not(.wd-disabled):after {
		opacity: 1;
	}
}

[class*="wd-swatches"].wd-bg-style-4 .wd-swatch.wd-bg.wd-active:after, [class*="wd-swatches"].wd-bg-style-4 :is(.wd-swatch-wrap a:hover,.wd-swatch-wrap.wd-active) .wd-swatch.wd-bg:after {
	opacity: 1;
}

[class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text {
	border: 1px solid var(--wd-swatch-brd-color);
}

[class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text .wd-swatch-text {
	font-size: calc(var(--wd-swatch-text-size) - 2px);
}

@media (hover: hover) {
	[class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text:hover:not(.wd-disabled) {
		border-color: var(--color-gray-900);
		background-color: var(--color-gray-900);
		color: var(--color-white);
	}
}

[class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text.wd-active, [class*="wd-swatches"].wd-text-style-4 :is(.wd-swatch-wrap a:hover,.wd-swatch-wrap.wd-active) .wd-swatch.wd-text {
	border-color: var(--color-gray-900);
	background-color: var(--color-gray-900);
	color: var(--color-white);
}

:is(.e-con,.elementor-column).wd-side-hidden {
	position: fixed;
	display: flex;
	flex-direction: column;
	width: var(--wd-side-hidden-w) !important;
	transition: transform .5s cubic-bezier(.19, 1, .22, 1);
}

:is(.e-con,.elementor-column).wd-side-hidden.wd-left {
	left: 0 !important;
}

:is(.e-con,.elementor-column).wd-side-hidden.wd-right {
	right: 0 !important;
}

.elementor-column.wd-side-hidden>.elementor-widget-wrap {
	flex: 1 1 auto;
	max-height: 100%;
}

.e-con.wd-side-hidden {
	justify-content: flex-start;
	align-items: stretch;
	overflow: hidden !important;
	overflow-y: auto !important;
	z-index: 500 !important;
	flex-wrap: nowrap;
	align-self: unset !important;
}

.e-con.wd-side-hidden .wd-heading {
	position: sticky;
	background: var(--bgcolor-white);
	top: calc(var(--padding-top, 10px) * -1);
	margin-top: calc(var(--padding-top, 10px) * -1);
	margin-left: calc(var(--padding-left, 10px) * -1);
	margin-right: calc(var(--padding-right, 10px) * -1);
	margin-bottom: calc(var(--gap, 20px) * -1 + var(--padding-right, 10px));
	z-index: 4;
}

@media (min-width: 1025px) {
	.wd-col-offcanvas-lg:not(.wd-side-hidden) {
		display: none;
	}
	
	.wd-col-content-lg:is(.e-con,.elementor-column) {
		width: 100% !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.wd-col-offcanvas-md-sm:not(.wd-side-hidden) {
		display: none;
	}
	
	.wd-col-content-md-sm:is(.e-con,.elementor-column) {
		width: 100% !important;
	}
}

@media (max-width: 767.98px) {
	.wd-col-offcanvas-sm:not(.wd-side-hidden) {
		display: none;
	}
	
	.wd-col-content-sm:is(.e-con,.elementor-column) {
		width: 100% !important;
	}
}

.wd-filter-list .count {
	padding-inline: 5px;
	margin-inline-start: 5px;
	min-width: 30px;
	height: 20px;
	border: 1px solid var(--brdcolor-gray-300);
	border-radius: 35px;
	color: var(--color-gray-500);
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}

.wd-filter-list .wc-layered-nav-term a:hover+.count, .wd-filter-list .wc-layered-nav-term.wd-active .count {
	color: #fff;
	background-color: var(--wd-primary-color);
	border-color: var(--wd-primary-color);
}

.wd-filter-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}

.wd-filter-list a {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	padding-block: 5px;
}

.wd-filter-list .wc-layered-nav-term.wd-active a {
	color: var(--color-gray-800);
	font-weight: 600;
}

.wd-filter-list.wd-scroll-content {
	padding-inline-end: 5px;
}

.wd-filter-search {
	position: relative;
	margin-bottom: 10px;
}

.wd-filter-search input {
	padding-right: 40px;
}

.wd-filter-search:before {
	position: absolute;
	top: calc(50% - 10px);
	right: 12px;
	color: var(--wd-form-color);
	font-size: 20px;
	line-height: 1;
	content: "";
	font-family: "woodmart-font";
}

.wd-filter-search-clear {
	position: absolute;
	inset-block: 0;
	right: 0;
	z-index: 1;
	display: none;
}

.wd-filter-search-clear.wd-style-icon {
	--wd-action-icon-size: 14px;
	--wd-action-color: var(--wd-form-color);
	--wd-action-color-hover: var(--wd-form-color);
}

.wd-filter-search-clear.wd-style-icon a {
	width: 42px;
	height: 100%;
}

.wd-filter-search.wd-active .wd-filter-search-clear {
	display: block;
}

.wd-filter-search.wd-active:before {
	display: none;
}

.wd-off-canvas-btn {
	--wd-action-icon-size: 1.2em;
}

.wd-loading .wd-off-canvas-btn {
	pointer-events: none;
}

.wd-action-custom-icon .wd-action-icon {
	margin-inline-end: .3em;
	transition: all .25s ease;
}

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

.wd-sidebar-opener img {
	max-width: 20px;
}

.wd-action-hide-btn {
	position: absolute;
}

.wd-action-hide-btn>a, .wd-action-hide-btn .wd-off-canvas-btn {
	display: none;
}

.wd-sidebar.wd-side-hidden {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.wd-sidebar.wd-side-hidden .wd-heading {
	display: flex;
}

.wd-sidebar.wd-side-hidden .widget-area {
	flex: 1 1 auto;
	padding-block: 30px;
	max-height: 100%;
}

.wd-sidebar.wd-side-hidden .wd-widget {
	padding-inline: 30px;
}

.wd-loading .wd-show-sidebar-btn {
	pointer-events: none;
}

@media (min-width: 1025px) {
	.wd-sidebar-hidden-lg .wd-sidebar:not(.wd-side-hidden) {
		display: none;
	}
}

@media (max-width: 768.98px) {
	.wd-sidebar-hidden-sm .wd-sidebar:not(.wd-side-hidden) {
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.wd-sidebar-hidden-md-sm .wd-sidebar:not(.wd-side-hidden) {
		display: none;
	}
}

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

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

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

.wd-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-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.product-list-item .product-list-content {
	display: flex;
	flex-direction: column;
	gap: var(--wd-prod-gap);
}

.wd-product.product-list-item .woocommerce-review-link {
	display: none;
}

.wd-product.product-list-item :is(.shop_attributes tbody,[class*="short-description"]) {
	overflow-y: auto;
	padding-inline-end: 2px;
}

.wd-product.product-list-item .shop_attributes tbody {
	max-height: 154px;
}

.wd-product.product-list-item [class*="short-description"] {
	max-height: 11em;
	line-height: var(--wd-text-line-height);
	margin-block: var(--wd-prod-trim);
}

.wd-product.product-list-item [class*="wd-swatches"] {
	--wd-swatch-size: 20px;
	--wd-swatch-text-size: 16px;
}

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

.wd-product.product-list-item .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.product-list-item .wd-add-btn>a:active {
	box-shadow: var(--btn-accented-box-shadow-active);
	bottom: var(--btn-accented-bottom-active, 0);
}

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

.products-bordered-grid.elements-list {
	padding: var(--wd-gap);
	border: 1px solid var(--wd-bordered-brd, var(--brdcolor-gray-300));
}

.products-bordered-grid-ins .wd-product.product-list-item, .wd-products-with-bg:not(.products-bordered-grid) .wd-product.product-list-item, .wd-products-with-shadow:not(.products-bordered-grid) .wd-product.product-list-item {
	--wd-prod-bg-sp: var(--wd-gap);
	padding-bottom: 0;
	border-bottom: 0;
}

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

.products-bordered-grid.elements-list.wd-products-with-shadow {
	box-shadow: var(--wd-prod-shadow);
}

.wd-product.product-list-item .wd-add-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: var(--text-align);
}

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

@media (min-width: 769px) {
	.wd-products.elements-list {
		--wd-gap: 30px;
	}
	
	.wd-product.product-list-item {
		--text-align: start;
		--wd-prod-gap: 18px;
	}
	
	.wd-product.product-list-item:where(:not(:last-child)) {
		padding-bottom: var(--wd-gap);
		border-bottom: 1px solid var(--wd-bordered-brd, var(--brdcolor-gray-300));
	}
	
	.wd-product.product-list-item .product-wrapper {
		flex-direction: row;
		align-items: center;
		gap: 15px;
	}
	
	.wd-product.product-list-item .product-element-top {
		flex: 0 0 300px;
	}
	
	.wd-product.product-list-item .product-list-content {
		flex: 1 1 auto;
	}
	
	.wd-product.product-list-item .product-list-content .wd-entities-title {
		font-size: 130%;
	}
	
	.wd-product.product-list-item .product-list-content .price {
		font-size: 140%;
	}
	
	.wd-product.product-list-item .wd-quick-shop-2 table.variations {
		display: inline-flex;
	}
}

@media (max-width: 768.98px) {
	.wd-product.product-list-item [class*="wd-swatches"] {
		--wd-swatch-size: 15px;
		--wd-swatch-text-size: 14px;
	}
	
	.wd-product.product-list-item [class*="short-description"] {
		display: none;
	}
}

.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-quantity-overlap {
	--quantity-space: 80px;
}

.wd-quantity-overlap div.quantity {
	position: absolute;
	bottom: 0;
	inset-inline-start: 0;
	z-index: 2;
	height: 100%;
	filter: brightness(.95);
	transform: translate3d(0, 0, 0);
}

.wd-quantity-overlap div.quantity input[type] {
	height: 100%;
	border: none;
	background-color: var(--btn-accented-bgcolor);
	box-shadow: var(--btn-accented-box-shadow);
	color: var(--btn-accented-color);
	transition: all .25s ease;
}

.wd-quantity-overlap div.quantity input[type]:hover {
	filter: brightness(.95);
}

.wd-quantity-overlap div.quantity input[type="button"] {
	min-width: 25px;
	border-radius: 0;
}

.wd-quantity-overlap div.quantity:not(.hidden)+.button, .wd-quantity-overlap div.quantity:not(.hidden)+link+.button, .wd-quantity-overlap div.quantity:not(.hidden)+link+link+.button {
	padding-inline-start: var(--quantity-space);
}

.wd-quantity-overlap div.quantity:not(.hidden)+.button:before, .wd-quantity-overlap div.quantity:not(.hidden)+link+.button:before, .wd-quantity-overlap div.quantity:not(.hidden)+link+link+.button:before {
	inset-inline-start: var(--quantity-space);
}

.wd-quantity-overlap div.quantity:not(.hidden)+.button:after, .wd-quantity-overlap div.quantity:not(.hidden)+link+.button:after, .wd-quantity-overlap div.quantity:not(.hidden)+link+link+.button:after {
	inset-inline-start: calc(50% - 9px + var(--quantity-space) / 2);
}

.wd-quantity-overlap div.quantity:not(.hidden)+.single_add_to_cart_button {
	padding-inline-start: calc(20px + var(--quantity-space));
}

.wd-quantity-overlap :is(div,.cart):hover>div.quantity input[type], .wd-quantity-overlap :is(div,.cart):hover>div.quantity+.button {
	background-color: var(--btn-accented-bgcolor-hover);
	box-shadow: var(--btn-accented-box-shadow-hover);
	color: var(--btn-accented-color-hover);
}

.wd-quantity-overlap :is(div,.cart):active>div.quantity {
	bottom: var(--btn-accented-bottom-active);
}

.wd-quantity-overlap :is(div,.cart):active>div.quantity input[type], .wd-quantity-overlap :is(div,.cart):active>div.quantity+.button {
	box-shadow: var(--btn-accented-box-shadow-active);
}

.wd-quantity-overlap div.quantity:active {
	bottom: 0 !important;
}

.wd-quantity-overlap div.quantity:active input[type], .wd-quantity-overlap div.quantity:active+.button {
	box-shadow: var(--btn-accented-box-shadow) !important;
}

@media (min-width: 769px) {
	.cat-design-default .wd-cat-inner {
		overflow: hidden;
	}
	
	.cat-design-default .wd-cat-content {
		position: absolute;
		inset-inline: 20px;
		bottom: 15px;
		padding: 0 !important;
		text-align: start;
		transition: transform .3s ease;
		transform: translateY(100%) translateZ(0);
	}
	
	.cat-design-default .wd-entities-title {
		position: absolute;
		bottom: 100%;
		inset-inline-start: 0;
	}
	
	.cat-design-default .wd-cat-count {
		margin-top: 5px;
		opacity: 0;
		transition: transform .3s ease, opacity .3s ease;
		transform: translateY(15px) translateZ(0);
	}
	
	.cat-design-default.categories-with-shadow .wd-cat-inner {
		box-shadow: 1px 1px 2px rgba(0, 0, 0, .12);
	}
	
	.cat-design-default:hover .wd-cat-content {
		transform: translateY(0) translateZ(0);
	}
	
	.cat-design-default:hover .wd-cat-count {
		opacity: 1;
		transform: translateY(0) translateZ(0);
	}
}

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

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

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

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

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

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

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

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

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

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

.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-product.wd-hover-small {
	--text-align: start;
}

.wd-product.wd-hover-small .product-wrapper {
	position: relative;
	flex-direction: row;
	gap: 15px;
}

.wd-product.wd-hover-small .product-element-top {
	flex: 0 0 auto;
	max-width: 50%;
	border-radius: calc(var(--wd-brd-radius) / 1.5);
}

.wd-product.wd-hover-small .product-element-top :is(.product-image-link,.hover-img) img {
	border-radius: calc(var(--wd-brd-radius) / 1.5);
}

.wd-product.wd-hover-small .product-element-bottom {
	flex: 1 1 auto;
}

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

.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-22fbd06/universaldriveshafts.com/wp-content/themes/woodmart/images/google-btn-icon.svg") #fff;
}

.wc-stripe-payment-button-preview {
	align-items: center;
	background-color: #000;
	border-radius: 5px;
	display: flex;
	height: 40px;
	justify-content: center;
}

.wc-stripe-payment-button-preview img {
	height: 22px;
}

.wc-stripe-payment-button-preview:hover {
	cursor: pointer;
	filter: opacity(.7);
}

.wc-stripe-payment-button-preview.wc-stripe-amazon-pay-preview {
	background-color: #ffd814;
}

.wc-stripe-payment-button-preview.wc-stripe-amazon-pay-preview img {
	height: 40px;
}

.wc-stripe-payment-button-preview.wc-stripe-link-preview {
	background-color: #00d66f;
}

.wc-stripe-payment-button-preview.wc-stripe-link-preview img {
	height: 40px;
}

button.stripe-gateway-stripelink-modal-trigger {
	background: no-repeat url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA3MiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM2LjEyIDMuNjc2ODNDMzYuMTIgMi41NDg4MiAzNy4wNzA0IDEuNjMyMDIgMzguMTg4OCAxLjYzMjAyQzM5LjMwNzIgMS42MzIwMiA0MC4yNTc2IDIuNTUzNjIgNDAuMjU3NiAzLjY3NjgzQzQwLjI1NzYgNC44MDAwMyAzOS4zNDA4IDUuNzQ1NjMgMzguMTg4OCA1Ljc0NTYzQzM3LjAzNjggNS43NDU2MyAzNi4xMiA0LjgyODgzIDM2LjEyIDMuNjc2ODNaIiBmaWxsPSIjMDExRTBGIi8+CjxwYXRoIGQ9Ik0yOS45ODA4IDEuOTIwMDFIMzMuNTgwOFYyMi4wOEgyOS45ODA4VjEuOTIwMDFaIiBmaWxsPSIjMDExRTBGIi8+CjxwYXRoIGQ9Ik00MC4wMDggNy42ODAwMUgzNi4zNzkyVjIyLjA4SDQwLjAwOFY3LjY4MDAxWiIgZmlsbD0iIzAxMUUwRiIvPgo8cGF0aCBkPSJNNjYuMDk2IDE0LjM5MDRDNjguODI3MiAxMi43MTA0IDcwLjY4NDggMTAuMjA5NiA3MS40MTkyIDcuNjc1MjRINjcuNzkwNEM2Ni44NDQ4IDEwLjA5NDQgNjQuNjc1MiAxMS45MTM2IDYyLjI4OTYgMTIuNjg2NFYxLjkxNTIzSDU4LjY2MDhWMjIuMDc1Mkg2Mi4yODk2VjE2LjA4QzY1LjA1OTIgMTYuNzcxMiA2Ny4yNDggMTkuMTY2NCA2Ny45OTY4IDIyLjA3NTJINzEuNjQ5NkM3MS4wOTI4IDE5LjAyMjQgNjkuMDA0OCAxNi4xNjY0IDY2LjA5NiAxNC4zOTA0WiIgZmlsbD0iIzAxMUUwRiIvPgo8cGF0aCBkPSJNNDYuNDQgOS4yOTI4M0M0Ny4zOTA0IDguMDMwNDMgNDkuMjQzMiA3LjI5NjAyIDUwLjc0NTYgNy4yOTYwMkM1My41NDg4IDcuMjk2MDIgNTUuODY3MiA5LjM0NTYzIDU1Ljg3MiAxMi40NDE2VjIyLjA3NTJINTIuMjQzMlYxMy4yNDMyQzUyLjI0MzIgMTEuOTcxMiA1MS42NzY4IDEwLjUwMjQgNDkuODM4NCAxMC41MDI0QzQ3LjY3ODQgMTAuNTAyNCA0Ni40MzUyIDEyLjQxNzYgNDYuNDM1MiAxNC42NTkyVjIyLjA4NDhINDIuODA2NFY3LjY4OTYySDQ2LjQ0VjkuMjkyODNaIiBmaWxsPSIjMDExRTBGIi8+CjxwYXRoIGQ9Ik0xMiAyNEMxOC42Mjc0IDI0IDI0IDE4LjYyNzQgMjQgMTJDMjQgNS4zNzI1NyAxOC42Mjc0IDAgMTIgMEM1LjM3MjU5IDAgMCA1LjM3MjU3IDAgMTJDMCAxOC42Mjc0IDUuMzcyNTkgMjQgMTIgMjRaIiBmaWxsPSIjMDBENjZGIi8+CjxwYXRoIGQ9Ik0xMS40NDc5IDQuODAwMDVINy43NDcwN0M4LjQ2NzA3IDcuODA5NjUgMTAuNTY5NSAxMC4zODI0IDEzLjE5OTkgMTJDMTAuNTY0NyAxMy42MTc2IDguNDY3MDcgMTYuMTkwNCA3Ljc0NzA3IDE5LjJIMTEuNDQ3OUMxMi4zNjQ3IDE2LjQxNiAxNC45MDM5IDEzLjk5NjggMTguMDIzOSAxMy41MDI0VjEwLjQ5MjlDMTQuODk5MSAxMC4wMDMzIDEyLjM1OTkgNy41ODQwNSAxMS40NDc5IDQuODAwMDVaIiBmaWxsPSIjMDExRTBGIi8+Cjwvc3ZnPgo=");
	background-color: transparent !important;
	border: none;
	cursor: pointer;
	display: none;
	height: 40px;
	position: absolute;
	right: 5px;
	width: 64px;
}

button.stripe-gateway-stripelink-modal-trigger.nitro-lazy {
	background: none !important;
}

button.stripe-gateway-stripelink-modal-trigger:hover {
	background-color: transparent;
	border-color: transparent;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__label>span {
	width: 100%;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__label>span>span {
	align-items: center;
	display: flex;
	float: right;
	justify-content: center;
}

#radio-control-wc-payment-method-options-stripe__content.optimized-checkout-element {
	padding-top: 1.4em;
}

#radio-control-wc-payment-method-options-stripe__content.optimized-checkout-element .content:empty {
	display: none;
}

#radio-control-wc-payment-method-options-stripe__label>span>span {
	border: none;
}
