#mobile-megamenu-pro {
    display: none;
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0; left: 0;
    bottom: 0;
    z-index: 99999;
    overflow-y: auto;
    padding: 20px;
}

.mm-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mm-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.mm-backbar {
    display: none;
    align-items: center;
    padding: 10px 0;
}

#mobile-megamenu-pro {
    z-index: 99999;
}

.leo-mobile-toggle {
    z-index: 100000; 
}
