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

	--wd-header-general-h: 90px;
	--wd-header-general-sm-h: 60px;
	--wd-header-general-sticky-h: 0.001px;

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

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

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

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



.whb-clone.whb-sticked .wd-dropdown {
	margin-top: 40px;
}

.whb-clone.whb-sticked .wd-dropdown:after {
	height: 50px;
}

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

		
		.whb-general-header-inner {
		height: 90px;
		max-height: 90px;
	}

		
	
			.whb-clone .whb-general-header-inner {
		height: 120px;
		max-height: 120px;
	}
	
	}

@media (max-width: 1024px) {
	
		.whb-general-header-inner {
		height: 60px;
		max-height: 60px;
	}
	
	
			.whb-clone .whb-general-header-inner {
		height: 60px;
		max-height: 60px;
	}
	
	}
		
.whb-top-bar {
	background-color: rgba(61, 65, 92, 1);
}
.whb-general-header-inner {  }
.whb-general-header {
	background-color: rgba(61, 65, 92, 1);
}
