:root{
	--wd-top-bar-h: 30px;
	--wd-top-bar-sm-h: 30px;
	--wd-top-bar-sticky-h: 30px;

	--wd-header-general-h: 85px;
	--wd-header-general-sm-h: 70px;
	--wd-header-general-sticky-h: 85px;

	--wd-header-bottom-h: 35px;
	--wd-header-bottom-sm-h: 35px;
	--wd-header-bottom-sticky-h: 35px;

	--wd-header-clone-h: 0.001px;
}

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

.whb-top-bar .wd-dropdown:after {
	height: 5px;
}
.whb-sticked .whb-top-bar .wd-dropdown:not(.sub-sub-menu) {
	margin-top: -5px;
}

.whb-sticked .whb-top-bar .wd-dropdown:not(.sub-sub-menu):after {
	height: 5px;
}

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

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

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

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

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

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

.whb-header .whb-header-bottom .wd-header-cats {
	margin-top: -0px;
	margin-bottom: -1px;
	height: calc(100% + 1px);
}


@media (min-width: 1025px) {
		.whb-top-bar-inner {
		height: 30px;
		max-height: 30px;
	}

		.whb-sticked .whb-top-bar-inner {
		height: 30px;
		max-height: 30px;
	}
		
		.whb-general-header-inner {
		height: 85px;
		max-height: 85px;
	}

		.whb-sticked .whb-general-header-inner {
		height: 85px;
		max-height: 85px;
	}
		
		.whb-header-bottom-inner {
		height: 35px;
		max-height: 35px;
	}

		.whb-sticked .whb-header-bottom-inner {
		height: 35px;
		max-height: 35px;
	}
		
	
	}

@media (max-width: 1024px) {
		.whb-top-bar-inner {
		height: 30px;
		max-height: 30px;
	}
	
		.whb-general-header-inner {
		height: 70px;
		max-height: 70px;
	}
	
		.whb-header-bottom-inner {
		height: 35px;
		max-height: 35px;
	}
	
	
	}
		
.whb-top-bar {
	background-color: rgba(222, 182, 120, 1);border-color: rgba(217, 217, 217, 1);border-bottom-width: 0px;border-bottom-style: solid;
}

.whb-general-header {
	border-color: rgba(129, 129, 129, 0.2);border-bottom-width: 0px;border-bottom-style: solid;
}

.whb-header-bottom {
	border-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;
}
