.sfm-rollback {
    display: none !important;
}

@media all and (min-width: 320px) and (max-width:980px) {
    .sfm-rollback {
        height: fit-content !important;
        display: block !important;
		  z-index: 3;
    }

#sfm-sidebar .sfm-view .sfm-menu {
    align-items: start;
    min-height: auto !important;
}
	a.sfm-back-parent {
    background: #b28950 !important;
		padding:10px !important;
}
    div#sfm-sidebar {
        height: 90% !important;
        max-height: 90% !important;
        margin: auto !important;
        min-height: 90% !important;
        border-left: 2px solid #003366;
        border-radius: 10px 0 0 10px;
        overflow: hidden;
    }

    .sfm-navicon,
    .sfm-navicon:after,
    .sfm-navicon:before,
    .sfm-label-metro .sfm-navicon-button,
    #sfm-mob-navbar {
        background-color: #fff !important;
        z-index: 9 !important;
    }

    .sfm-sidebar-close:after,
    .sfm-sidebar-close:before {
        background: #fff !important;
    }

    .sfm-pos-right #sfm-sidebar.sfm-vertical-nav .sfm-sm-indicator {
        left: auto !important;
        right: 0 !important;
        width: 50px !important;
    }

    .sfm-toggle-hover .sfm-sidebar-close {
        display: block !important;
        position: absolute;
    }

    .sfm-sidebar-close:before,
    .sfm-sidebar-close:after {
        height: 2px !important;
    }

    .sfm-menu li {
        border-bottom: 1px solid #003366;
    }

    .sfm-menu li a {
        background: #fff0 !important;
        font-weight: 400 !important;
        line-height: 1.5;
    }

    #sfm-sidebar ul.sfm-menu-level-1 {
        background: c7 !important;
    }

    .sfm-pos-right #sfm-sidebar.sfm-vertical-nav .sfm-menu li a,
    #sfm-sidebar .sfm-child-menu.sfm-menu-level-1 li a {
        padding-left: 10px !important;
    }

    #sfm-sidebar.sfm-compact .sfm-logo {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .sfm-sidebar-close {
        background: linear-gradient(90deg, #303030 -51.82%, #003366 179.09%) !important;
        height: 30px;
        width: 30px;
        border-radius: 5px 0 5px 0;
        margin-left: 5px;
        margin-top: 5px;
        transform: scale(1);
    }

    .sfm-sidebar-close:after,
    .sfm-sidebar-close:before {
        background: #fff !important;
    }

    .sfm-sidebar-bg {
        background-repeat: repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-position: 0 0;
    }

    .sfm-sidebar-close:after,
    .sfm-sidebar-close:before {
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        width: 18px;
        top: 15px;
        left: 5px;
    }

    .sfm-menu li:hover a span {
        right: 0 !important;
    }

    .sfm-menu li a::after,
    .sfm-menu li a::before {
        display: none !important;
    }

    .sfm-menu li:hover a {
        box-shadow: none !important;
    }

    .sfm-widget.sfm-widget-bottom.sfm-copy {
        padding: 15px 10px !important;
        margin: 0 !important;
        background: #303030 !important;
        color: #fff;
        font-weight: 500;
        line-height: 1.3;
        border-top: 1px solid #003366;
    }

    .sfm-widget.sfm-widget-bottom.sfm-copy p {
        padding: 0 !important;
        margin: 0 !important;
    }

    .sfm-sidebar-bg {
        border-radius: 10px 0 0 10px !important;
    }

    .sfm-sidebar-bg::before {
        content: "";
        position: absolute;
        background: #0f0f0ff0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 10px 0 0 10px;
    }

    .sfm-label-square .sfm-navicon-button,
    .sfm-label-rsquare .sfm-navicon-button,
    .sfm-label-circle .sfm-navicon-button {
        height: 40px !important;
        width: 37px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 2px;
        background: #303030;
        border: none;
        outline: 2px solid #003366;
    }

    #sfm-sidebar .sfm-va-middle {
        vertical-align: top !important;
        padding: 10px 0 0 0 !important;
    }

    .sfm-logo {
        padding: 30px 0 0 !important;
    }

    .sfm-logo img {
        /* background: #fff; */
        width: 150px !important;
        margin: auto;
        border-radius: 5px;
        object-fit: contain;
        padding: 7px 0 !important;
    }

    .sfm-widget.sfm-widget-bottom p {
        text-align: center;
        line-height: 1.4;
        color: #fff;
        font-weight: 400;
    }

    .sfm-sidebar-bg {
        background-position: -300px 0px !important;
    }

    ins.sfm-sm-indicator {
        width: 100% !important;
        display: flex !important;
    }

    ins.sfm-sm-indicator i {
        left: auto !important;
        right: 20px !important;
        top: 0 !important;
        bottom: 0 !important;
        margin: auto 0 auto auto !important;
    }

    #sfm-sidebar .sfm-menu li a:hover {
        color: #003366 !important;
    }

    .sfm-navicon-button.x.sf_label_default {
        margin: 0 !important;
    }

    .sfm-body-pushed #sfm-overlay,
    body[class*="sfm-view-pushed"] #sfm-overlay {
        opacity: 0.8 !important;
    }

    .sfm-rollback {
        top: 10px !important;
        right: 11px !important;
    }

    .sfm-navicon:after,
    .sfm-navicon:before,
    .sfm-sidebar-close:after,
    .sfm-sidebar-close:before {
        width: 70% !important;
        left: 0;
        margin: auto;
        right: 0;
    }
}

@media all and (min-width: 320px) and (max-width:980px) {}

@media all and (min-width: 320px) and (max-width:767px) {}

@media all and (min-width: 320px) and (max-width:470px) {}