/* ===== إصلاح القائمة الجانبية - قالب سيليا ===== */

.mobile-menu{
    width:85vw !important;
    max-width:340px !important;
    background:#fff !important;
}

.mm-spn{
    width:100% !important;
    background:#fff !important;
}

.mm-spn ul{
    margin:0 !important;
    padding:0 !important;
}

.mm-spn li{
    margin:0 !important;
    padding:0 !important;
    border-bottom:1px solid #eee;
}

.mm-spn li a{
    display:flex !important;
    align-items:center;
    justify-content:flex-end;
    min-height:56px;
    padding:0 20px !important;
    color:#222 !important;
    font-size:17px;
    font-weight:600;
}

.mm-spn li:last-child{
    border-bottom:none;
}