
.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-social-icons {
	--wd-link-decor: none;
	--wd-link-decor-hover: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--wd-social-gap, calc(var(--wd-social-size, 40px) / 4));
	justify-content: var(--wd-align);
}

.wd-social-icons>a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--wd-social-size, 40px);
	height: var(--wd-social-size, 40px);
	font-size: var(--wd-social-icon-size, calc(var(--wd-social-size, 40px) / 2.5));
	color: var(--wd-social-color);
	background-color: var(--wd-social-bg, unset);
	box-shadow: var(--wd-social-shadow);
	border: var(--wd-social-brd) var(--wd-social-brd-color);
	border-radius: var(--wd-social-radius);
	line-height: 1;
}

.wd-social-icons>a:hover {
	color: var(--wd-social-color-hover, var(--wd-social-color));
	background-color: var(--wd-social-bg-hover, var(--wd-social-bg));
	border-color: var(--wd-social-brd-color-hover, var(--wd-social-brd-color));
	box-shadow: var(--wd-social-shadow-hover);
}

.wd-social-icons .wd-icon:before {
	content: var(--wd-social-icon, unset);
	font-family: "woodmart-font";
}

.social-facebook {
	--wd-social-brand-color: #365493;
	--wd-social-icon: "";
}

.social-twitter {
	--wd-social-brand-color: #000;
	--wd-social-icon: "";
}

.social-instagram {
	--wd-social-brand-color: #774430;
	--wd-social-icon: "";
}

.social-email {
	--wd-social-brand-color: #f89a1e;
	--wd-social-icon: "";
}

.social-pinterest {
	--wd-social-brand-color: #cb2027;
	--wd-social-icon: "";
}

.social-youtube {
	--wd-social-brand-color: #cb2027;
	--wd-social-icon: "";
}

.social-tumblr {
	--wd-social-brand-color: #36465d;
	--wd-social-icon: "";
}

.social-linkedin {
	--wd-social-brand-color: #0274b3;
	--wd-social-icon: "";
}

.social-vimeo {
	--wd-social-brand-color: #1ab7ea;
	--wd-social-icon: "";
}

.social-flickr {
	--wd-social-brand-color: #fe0072;
	--wd-social-icon: "";
}

.social-github {
	--wd-social-brand-color: #171515;
	--wd-social-icon: "";
}

.social-dribbble {
	--wd-social-brand-color: #ec5e95;
	--wd-social-icon: "";
}

.social-behance {
	--wd-social-brand-color: #1f6ffc;
	--wd-social-icon: "";
}

.social-soundcloud {
	--wd-social-brand-color: #f9490d;
	--wd-social-icon: "";
}

.social-spotify {
	--wd-social-brand-color: #2ebd59;
	--wd-social-icon: "";
}

.social-ok {
	--wd-social-brand-color: #ee8208;
	--wd-social-icon: "";
}

.social-whatsapp {
	--wd-social-brand-color: #1ebea5;
	--wd-social-icon: "";
}

.social-vk {
	--wd-social-brand-color: #4c75a3;
	--wd-social-icon: "";
}

.social-snapchat {
	--wd-social-brand-color: #fffc00;
	--wd-social-icon: "";
}

.social-tg {
	--wd-social-brand-color: #37aee2;
	--wd-social-icon: "";
}

.social-viber {
	--wd-social-brand-color: #834995;
	--wd-social-icon: "";
}

.social-tiktok {
	--wd-social-brand-color: #010101;
	--wd-social-icon: "";
}

.social-discord {
	--wd-social-brand-color: #5562ea;
	--wd-social-icon: "";
}

.social-yelp {
	--wd-social-brand-color: #ff1a1a;
	--wd-social-icon: "";
}

.social-bluesky {
	--wd-social-brand-color: #218cff;
	--wd-social-icon: "";
}

.social-threads {
	--wd-social-brand-color: #0a0a0a;
	--wd-social-icon: "";
}

.wd-social-icons.wd-style-default {
	gap: 0;
	--wd-social-color: rgba(0, 0, 0, .6);
	--wd-social-color-hover: rgba(0, 0, 0, .8);
}

.wd-social-icons.wd-style-default>a {
	width: auto;
	height: auto;
	padding: var(--wd-social-gap, calc(var(--wd-social-size, 40px) / 6));
	min-width: 24px;
}

.wd-social-icons.wd-style-default.color-scheme-light, [class*="color-scheme-light"] .wd-social-icons.wd-style-default {
	--wd-social-color: #fff;
	--wd-social-color-hover: rgba(255, 255, 255, .6);
}

.wd-social-icons.wd-size-small {
	--wd-social-size: 30px;
	--wd-social-gap: 6px;
	--wd-social-icon-size: 14px;
}

.wd-social-icons.wd-shape-circle {
	--wd-social-radius: 50%;
}

.wd-social-icons.wd-shape-rounded {
	--wd-social-radius: 5px;
}

.wd-social-icons:not([class*="wd-layout-"]) .wd-label {
	flex: 1 1 100%;
}

.wd-social-icons.wd-layout-justify .wd-label {
	flex: 1 1 auto;
	text-align: start;
}

@media (min-width: 1025px) {
	.wd-social-icons.wd-size-large {
		--wd-social-size: 60px;
	}
}

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

.wd-tools-element.wd-design-8 .wd-tools-inner {
	display: flex;
	align-items: center;
	border-radius: 42px;
	height: 42px;
	padding-inline: 3px;
	background-color: var(--wd-primary-color);
	transition: background-color .25s ease;
	color: #fff;
}

.wd-tools-element.wd-design-8 .wd-tools-text {
	margin-inline: 10px;
	transition: color .25s ease;
}

.wd-tools-element.wd-design-8 .wd-tools-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #fff;
	color: #333;
	transition: all .25s ease;
}

.whb-top-bar .wd-tools-element.wd-design-8 .wd-tools-inner {
	height: 28px;
}

.whb-top-bar .wd-tools-element.wd-design-8 .wd-tools-icon {
	height: 22px;
	width: 22px;
}

.whb-top-bar .wd-tools-element.wd-design-8 .wd-tools-icon:before {
	font-size: 12px;
}

.whb-top-bar .wd-tools-element.wd-design-8 .wd-tools-text {
	margin-inline: 6px;
}

.wd-tools-element.wd-design-8:hover .wd-tools-inner {
	color: rgba(255, 255, 255, .8);
}

.wd-tools-element.wd-design-8:hover .wd-tools-icon {
	color: #767676;
}

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

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

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

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

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

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

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

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

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

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

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

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

:is(.register,.woocommerce-form-login) .button {
	width: 100%;
	border-radius: var(--btn-accented-brd-radius);
	color: var(--btn-accented-color);
	box-shadow: var(--btn-accented-box-shadow);
	background-color: var(--btn-accented-bgcolor);
	text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
	font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
	font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
	font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-item-image:after {
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	opacity: 0;
	transition: opacity .6s ease;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-left-color: var(--color-gray-900);
	border-radius: 50%;
	vertical-align: middle;
	animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wd-empty-mini-cart .btn {
	padding: 5px 14px;
	min-height: 36px;
	font-size: 12px;
	border-radius: var(--btn-accented-brd-radius);
	color: var(--btn-accented-color);
	box-shadow: var(--btn-accented-box-shadow);
	background-color: var(--btn-accented-bgcolor);
	text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
	font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
	font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
	font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
}

.wd-empty-mini-cart .btn:hover {
	color: var(--btn-accented-color-hover);
	box-shadow: var(--btn-accented-box-shadow-hover);
	background-color: var(--btn-accented-bgcolor-hover);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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