.whb-top-bar .wd-dropdown {
margin-top: -5px;
}
.whb-top-bar .wd-dropdown:after {
height: 5px;
}
.whb-sticked .whb-general-header .wd-dropdown {
margin-top: 30px;
}
.whb-sticked .whb-general-header .wd-dropdown:after {
height: 40px;
}
@media (min-width: 1025px) {
.whb-top-bar-inner {
height: 30px;
max-height: 30px;
}
.whb-sticked .whb-top-bar-inner {
height: 40px;
max-height: 40px;
}
.whb-general-header-inner {
height: 100px;
max-height: 100px;
}
.whb-sticked .whb-general-header-inner {
height: 100px;
max-height: 100px;
}
}
@media (max-width: 1024px) {
.whb-top-bar-inner {
height: 30px;
max-height: 30px;
}
.whb-general-header-inner {
height: 60px;
max-height: 60px;
}
}
.whb-top-bar {
background-color: rgba(157, 113, 149, 1);
}
.whb-general-header {
border-color: rgba(129, 129, 129, 0.2);border-bottom-width: 1px;border-bottom-style: solid;
}