.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-flex-equal-sides :is(.whb-col-left,.whb-col-right) {
	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-row {
	transition: background-color .2s ease;
}

.whb-color-dark:not(.whb-with-bg) {
	background-color: #fff;
}

@keyframes wd-fadeInDownBig {
	from {
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		transform: none;
	}
}

@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-hidden-lg, .whb-hidden-desktop {
		display: none;
	}
	
	.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-visible-lg, .whb-hidden-mobile {
		display: none;
	}
}

.wd-tools-element {
	position: relative;
	--wd-header-el-color: #333;
	--wd-header-el-color-hover: rgba(51, 51, 51, .6);
	--wd-tools-icon-base-width: 20px;
}

.wd-tools-element>a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	height: 40px;
	color: var(--wd-header-el-color);
	line-height: 1;
	text-decoration: none !important;
	padding-inline: 10px;
}

.wd-tools-element [class*=wd-tools-text] {
	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);
}

.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;
}

.wd-tools-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	font-size: 0;
}

.wd-tools-icon:before {
	content: var(--wd-tools-icon, unset);
	font-size: var(--wd-tools-icon-base-width);
	font-family: "woodmart-font";
}

.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[class*=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[class*=wd-design-4] {
	--wd-count-size: 19px;
}

.wd-tools-element[class*=wd-design-4] .wd-tools-count {
	display: inline-block;
	padding: 0 2px;
	background-color: var(--wd-primary-color);
	color: #fff;
	font-weight: 600;
	font-size: 10px;
}

.whb-top-bar .wd-tools-element[class*=wd-design-4] {
	--wd-count-size: 16px;
}

.wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7],.wd-design-8) {
	--wd-count-size: 18px;
}

.wd-tools-element:is([class*=wd-design-6],[class*=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([class*=wd-design-6],[class*=wd-design-7],.wd-design-8) {
	--wd-count-size: 13px;
}

.wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7]) {
	--wd-tools-sp: 13px;
}

.wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7]) :is(.wd-tools-inner,.wd-tools-icon) {
	height: 42px;
	border-radius: 42px;
}

.wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7]):not(.wd-with-wrap) .wd-tools-icon {
	width: 42px;
}

.whb-top-bar .wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7]) {
	--wd-tools-sp: 9px;
}

.whb-top-bar .wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7]) :is(.wd-tools-inner,.wd-tools-icon) {
	height: 28px;
}

.whb-top-bar .wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7]):not(.wd-with-wrap) .wd-tools-icon {
	width: 28px;
}

.whb-top-bar .wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7]) .wd-tools-count {
	font-size: 9px;
}

.wd-tools-element[class*=wd-design-6]>a>:is(.wd-tools-inner,.wd-tools-icon) {
	border: 1px solid rgba(0, 0, 0, .105);
}

.wd-tools-element[class*=wd-design-7]>a>:is(.wd-tools-inner,.wd-tools-icon) {
	background-color: var(--wd-primary-color);
	color: #fff;
	transition: inherit;
}

.wd-tools-element[class*=wd-design-7]:hover>a>:is(.wd-tools-inner,.wd-tools-icon) {
	color: hsla(0, 0%, 100%, .8);
}

.wd-header-nav {
	flex: 1 1 auto;
	padding-inline: 10px;
}

.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);
}

.whb-color-dark .wd-nav-header {
	--wd-navigation-color: 51, 51, 51;
}

:is(.whb-top-bar,.whb-clone) .wd-nav-header>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 {
	content: none;
}

.site-logo {
	max-height: inherit;
	padding-inline: 10px;
}

.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-header-text {
	--wd-tags-mb: 10px;
	flex: 1 1 auto;
	padding-inline: 10px;
}

.wd-header-text p:first-child:empty {
	display: none;
}

.whb-top-bar .wd-header-text {
	font-size: 12px;
	line-height: 1.2;
}

.wd-header-mobile-nav {
	--wd-tools-icon: "";
}

.wd-header-wishlist {
	--wd-tools-icon: "";
}

.wd-header-my-account {
	--wd-tools-icon: "";
}

@media (max-width: 1024px) {
	.wd-header-my-account .wd-dropdown {
		display: none;
	}
}