#header-mobile-menu-template-1 {
    position: fixed;
    top: var(--header-top-mobile-bar-template-1-height, 59px);
    right: 0;
    width: 100%;
    max-width: 100%;
    height: calc(100dvh - var(--header-top-mobile-bar-template-1-height, 59px));
    background: #ffffff;
    z-index: 10010;
    padding: 2px 0 0 0;
    border-left: 1px solid rgba(255, 255, 255, .25);
    box-shadow: -18px 0 40px rgba(0, 0, 0, 0.16);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: transform 0.35s ease, opacity 0.25s ease, visibility 0.25s ease;
    -o-transition: transform 0.35s ease, opacity 0.25s ease, visibility 0.25s ease;
    transition: transform 0.35s ease, opacity 0.25s ease, visibility 0.25s ease;
}

#header-mobile-menu-template-1.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    top: var(--header-top-mobile-bar-template-1-height, 59px);
    background: rgba(17, 24, 39, 0.34);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    -o-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mobile-menu-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.lock-scroll {
    overflow: hidden;
    touch-action: none;
}

#header-mobile-menu-template-1 .menu1-main {
    min-height: calc(100% - 2rem);
}

#header-mobile-menu-template-1 .menu-user-section {
    list-style: none;
    font-weight: 600;
    position: relative;
    background: #eee;
}

#header-mobile-menu-template-1 .menu-user-section a {
    color: black;
    font-size: 15px;
    white-space: normal;
    position: relative;
    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: 20px 31px 20px 30px;
    border-bottom: 1px solid white;
}

#header-mobile-menu-template-1 .menu-user-section.user-section-with-img a {
    padding-right: 22px;
}

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

@media (max-width: 575.98px) {
    #header-mobile-menu-template-1 {
        width: 100vw;
    }
}
