/* Match megamenu, normal header and homepage content widths */
.aiz-bidaabak .global-megamenu {
    width: min(1200px, calc(100vw - 32px)) !important;
    min-width: min(960px, calc(100vw - 32px)) !important;
    max-width: 1200px !important;
}
.aiz-bidaabak .global-megamenu .bdb-mega {
    width: 100% !important;
    max-width: 1200px !important;
}
@media (min-width: 992px) and (max-width: 1231.98px) {
    .aiz-bidaabak .global-megamenu {
        width: calc(100vw - 32px) !important;
        max-width: calc(100vw - 32px) !important;
    }
}
