@media (max-width: 991px) {
    body.page-loaded #header-mobile-menu-template-1 {
        display: block !important;
    }
}

#header-mobile-menu-template-1 {

    & {
        background: #ffffff;
        width: 100vw;
        z-index: 9999;
        padding: 12px 0 0 0;
        left: 100%;
        -webkit-transition: right 0.5s ease-in-out;
        -o-transition: right 0.5s ease-in-out;
        transition: left 0.5s ease-in-out;
        position: fixed;
        border-left: 1px solid rgba(255, 255, 255, .25);
        max-height: 100vh;
        overflow: auto;
    }

    .menu-user-section {
        list-style: none;
        font-weight: 600;
        position: relative;
    }

    .menu-user-section a {
        color: black;
        font-size: 15px;
        padding: .5rem 45px .5rem 30px;
        white-space: normal;
        position: relative;
        display: block;
        width: calc(100% - 15px);
    }

    .menu-user-section {
        background: #eee;
    }

    .menu-user-section a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding-right: 31px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid white;
    }

    .menu-user-section.user-section-with-img a {
        padding-right: 22px;
    }


    .menu-user-section a img,
    .menu-user-section a i,
    .menu-user-section a svg {
        font-size: 16px;
        height: 28px;
        line-height: 28px;
    }

    .menu-group {
        padding: 0.5rem 0;
    }

    .menu-group:not(.menu-group-1) {
        background-color: #eee;
    }

    .menu-contact-group {
        background: #353535;
        color: white;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .contact-info {
        display: flex;
        font-size: 15px;
        padding: var(--MOBILE--menu-items-template-2-menu-level-0-padding);
        gap: 20px;
    }

    .separator {
        border: 0;
        border-top: var(--bs-border-width) solid;
        color: inherit;
        /* margin: 1rem 0; */
        opacity: .25;
    }
}
