﻿/* For old pages that are not redesigned - fixes a little position difference */
@media (min-width: 992px) {
	.main-page-header .custom-dropdown:not(.profile-menu-bar):not(.header-search-dropdown) {
		top: 48px !important;
	}
}
