/* Align marketplace megamenu to the normal header container */
.aiz-bidaabak .header-menu .layout-container > .d-flex {
    position: relative;
}
.aiz-bidaabak .mega-menu-wrapper {
    position: relative !important;
    align-self: stretch;
    height: 50px;
}
.aiz-bidaabak .mega-menu-wrapper > .nav-link {
    align-self: center;
}
.aiz-bidaabak .global-megamenu {
    top: 100% !important;
    right: auto !important;
    left: 0 !important;
    width: min(1180px, calc(100vw - 32px)) !important;
    margin: 0 !important;
    transform: none !important;
}
@media (min-width: 1200px) and (max-width: 1231.98px) {
    .aiz-bidaabak .global-megamenu {
        width: calc(100vw - 32px) !important;
    }
}
