/* Laatjehuren Navigation Cleanup Hardfix v1 */
body.lhj-nav-cleanup-active .lhj-nav-auto-list-hidden,
body.lhj-nav-cleanup-active .lhj-nav-auto-list-hidden-wrapper {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.lhj-nav-cleanup-active .menu-toggle,
body.lhj-nav-cleanup-active .ast-mobile-menu-trigger-fill,
body.lhj-nav-cleanup-active .ast-mobile-popup-drawer.active,
body.lhj-nav-cleanup-active .ast-mobile-popup-drawer.active .main-header-menu {
    visibility: visible;
}

@media (min-width: 922px) {
    body.lhj-nav-cleanup-active .ast-mobile-header-wrap .ast-mobile-header-content,
    body.lhj-nav-cleanup-active .ast-mobile-popup-drawer:not(.active),
    body.lhj-nav-cleanup-active .ast-mobile-popup-drawer:not(.active) .main-header-menu,
    body.lhj-nav-cleanup-active .ast-mobile-popup-drawer:not(.active) .ast-builder-menu {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
}
