.sfm-rollback {
    height: fit-content !important;
    display: none !important;
}
.sfm-sidebar-close:after, .sfm-sidebar-close:before {
    background: #000 !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 #000;
}
.sfm-menu li a {
    background: #fff0 !important;
    font-family: 'Kanit', sans-serif !important;
    font-weight: 600 !important;
}
.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: 10px !important;
    margin: 0 !important;
    background: #edebeb !important;
    font-weight: 500;
    line-height: 1.3;
}
.sfm-widget.sfm-widget-bottom.sfm-copy p {
    padding: 0 !important;
    margin: 0 !important;
}
.sfm-sidebar-bg::before {
    content: "";
    position: absolute;
    background: #fffc;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sfm-navicon-button.x.sf_label_default {
    margin: 0 !important;
}

.sfm-navicon, .sfm-navicon:after, .sfm-navicon:before, .sfm-navicon-button, #sfm-mob-navbar {
    background-color: #462e8d;

} 
.sfm-navicon, #sfm-mob-navbar .sfm-navicon, .sfm-navicon:after, #sfm-mob-navbar .sfm-navicon:after, .sfm-navicon:before, #sfm-mob-navbar .sfm-navicon:before {
    background-color: #fff !important;
    z-index: 2;
}
.sfm-logo {
    margin: 40px 0;
}

#sfm-sidebar .sfm-back-parent {
    background: #462e8d45 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
#sfm-sidebar .sfm-back-parent .sfm-sm-indicator {
    /* left: -87% !important; */
    left: -0% !important;
    background: #462e8d !important;
}
#sfm-sidebar .sfm-menu li > a:before {
    display: none !important;
}
.sfm-menu-level-1 li{

	background:#a397c6a8;
}
.sfm-menu-level-2 li:after {
    position: absolute;
    content: "";
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #462e8d;
    height: 5px;
    width: 5px;
    border-radius: 100%;
}
.sfm-menu-level-2 li {
    position: relative;
}






@media all and (min-width: 320px) and (max-width:980px) {
    .sfm-rollback {
        display: block !important;
        right: 10px !important;
    } 
.sfm-navicon-button.x.sf_label_default {
    top: 10px !important;
}
}

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

}

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

}  