:root{
	--wd-top-bar-h: 143px;
	--wd-top-bar-sm-h: 0.001px;
	--wd-top-bar-sticky-h: 101px;

	--wd-header-general-h: 16px;
	--wd-header-general-sm-h: 91px;
	--wd-header-general-sticky-h: 35px;

	--wd-header-bottom-h: 95px;
	--wd-header-bottom-sm-h: 174px;
	--wd-header-bottom-sticky-h: 0.001px;

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

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

.whb-top-bar .wd-dropdown:after {
	height: 61.5px;
}
.whb-sticked .whb-top-bar .wd-dropdown {
	margin-top: 30.5px;
}

.whb-sticked .whb-top-bar .wd-dropdown:after {
	height: 40.5px;
}

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

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

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

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


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


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

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

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

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

@media (max-width: 1024px) {
	
		.whb-general-header-inner {
		height: 91px;
		max-height: 91px;
	}
	
		.whb-header-bottom-inner {
		height: 174px;
		max-height: 174px;
	}
	
	
	}
		
.whb-top-bar {
	background-color: rgba(255, 255, 255, 0.91);
}

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

.whb-header-bottom {
	border-bottom-width: 0px;border-bottom-style: groove;
}
