#header-mobile-menu-template-1 {
    position: absolute;
    background: #ffffff;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
    padding: 12px 0 0 0;
    right: -100%;
    -webkit-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out;
    overflow-y: auto;
}

#header-mobile-menu-template-1 {
    position: fixed;
    border-left: 1px solid rgba(255, 255, 255, .25);
    max-height: 100vh;
    overflow: auto;
}

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

#header-mobile-menu-template-1 .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);
}

#header-mobile-menu-template-1 .menu-user-section {
    background: #eee;
}

#header-mobile-menu-template-1 .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;
}
#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;
}
