@media all and (min-width: 320px) and (max-width: 980px) {
    .sfm-sidebar {
        display: none;
    }
    .sfm-search-form {
        display: none;
    }
    #sfm-sidebar .sfm-view .sfm-menu {
        display: block;
    }
    .sfm-logo {
        top: 70px !important;
    }
    #sfm-sidebar .sfm-va-middle {
        display: block !important;
        top: 140px !important;
    }
    .sfm-logo img {
        width: 100%;
        height: 67px;
        object-fit: contain;
    }
    nav.sfm-nav {
        height: auto !important;
    }
    #sfm-sidebar .sfm-menu li:first-child a {
        border-top: none !important;
    }
    .sfm-sidebar-close {
        background: rgb(232 29 49 / 62%) !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 45px;
        top: 10px;
        right: 10px;
        left: auto;
        position: absolute;
        border-radius: 10px;
    }
    .sfm-sidebar-close::after,
    .sfm-sidebar-close::before {
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
    }
    .sfm-menu li:first-child a:before {
        opacity: 0;
    }
    .sfm-menu li a:before {
        height: 1px !important;
        width: 96% !important;
        right: 0 !important;
        background: rgb(232 29 49) !important;
        z-index: -1 !important;
        left: auto !important;
    }
    .sfm-active-class,
    .sfm-active-class a,
    .sfm-active-class a:after {
        background: none !important;
    }
    .sfm-menu li:after {
        background: rgba(102, 45, 145, 1) !important;
        width: 80% !important;
        height: 1px !important;
    }
    #sfm-sidebar .sfm-menu li a {
        border: none;
    }
    .sfm-rollback {
        display: block;
        height: auto;
    }
    .srvc_mnu_itm {
        display: block !important;
    }
    .sfm-sidebar {
        display: block;
    }
    .sfm-navicon-button.x.sf_label_default {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        top: 61px;
        right: 15px !important;
        background: #ff352e;
        border-radius: 50%;
    }
    #sfm-sidebar .sfm-view .sfm-menu {
        display: block;
    }
    #sfm-sidebar .sfm-menu li:hover>a,
    #sfm-sidebar .sfm-menu li>a:focus {
        color: #fff !important;
    }
    .sfm-logo img {
        width: 100%;
        height: 57px;
        object-fit: contain;
    }
    .sfm-menu li {
        padding: 0 25px;
        position: relative !important;
        z-index: 13;
    }
    .sfm-menu li:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: #ff0000b5;
        left: 25px;
        bottom: -5px;
        z-index: 37;
        background-size: 100%;
    }
    .sfm-menu li:last-child::before {
        display: none;
    }
    #sfm-sidebar .sfm-menu li:first-child a {
        border-top: none !important;
    }
    #sfm-sidebar .sfm-va-middle {
        display: block !important;
        top: 140px !important;
        height: auto;
        margin-top: 0;
        position: fixed;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .sfm-navicon-button.x.sf_label_default {
        width: 46px;
        height: 46px;
    }
}