.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;
}

: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-flex-flex-middle .whb-col-center {
	flex: 1 1 0%;
}

.whb-general-header :is(.whb-mobile-left,.whb-mobile-right) {
	flex: 1 1 0%;
}

.whb-empty-column+.whb-mobile-right {
	flex: 1 1 auto;
}

.whb-main-header {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 390;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.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;
}

@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-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: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;
}

.site-logo {
	max-height: inherit;
}

.wd-logo {
	max-height: inherit;
	transition: none;
}

.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;
}

.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;
}

.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>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-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: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;
}

@media (min-width: 1025px) {
	.whb-top-bar-inner {
		height: var(--wd-top-bar-h);
		max-height: var(--wd-top-bar-h);
	}
	
	.whb-general-header-inner {
		height: var(--wd-header-general-h);
		max-height: var(--wd-header-general-h);
	}
	
	.whb-header-bottom-inner {
		height: var(--wd-header-bottom-h);
		max-height: var(--wd-header-bottom-h);
	}
	
	.whb-hidden-lg, .whb-hidden-desktop {
		display: none;
	}
}

@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;
	}
}