
:root {
	--wd-top-bar-h: 50px;
	--wd-top-bar-sm-h: 55px;
	--wd-top-bar-sticky-h: .001px;
	--wd-header-general-h: 70px;
	--wd-header-general-sm-h: 60px;
	--wd-header-general-sticky-h: 60px;
	--wd-header-bottom-h: .001px;
	--wd-header-bottom-sm-h: .001px;
	--wd-header-bottom-sticky-h: .001px;
	--wd-header-clone-h: .001px;
}

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

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

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

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

@media (min-width: 1025px) {
	.whb-top-bar-inner {
		height: 50px;
		max-height: 50px;
	}
	
	.whb-sticked .whb-top-bar-inner {
		height: 40px;
		max-height: 40px;
	}
	
	.whb-general-header-inner {
		height: 70px;
		max-height: 70px;
	}
	
	.whb-sticked .whb-general-header-inner {
		height: 60px;
		max-height: 60px;
	}
}

@media (max-width: 1024px) {
	.whb-top-bar-inner {
		height: 55px;
		max-height: 55px;
	}
	
	.whb-general-header-inner {
		height: 60px;
		max-height: 60px;
	}
}

.whb-top-bar {
	background-color: rgba(0, 0, 0, 1);
}

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