.lsab{width: 250px;position: fixed;top: 25%;left: 0;z-index: 999999;background: #fff;display: none;padding: 10px;border: 2px solid #E5E5E5;}
.rsab{width: 250px;position: fixed;top: 25%;right: 0;z-index: 999999;background: #fff;display: none;padding: 10px;border: 2px solid #E5E5E5;}
.lsab.sfw, .rsab.sfw{display: block;}
.lsab .widget-title, .rsab .widget-title {
    padding: 0;
    margin-bottom: 30px;
    margin-top: -4px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 12px;
    font-size: 16px;
}
.lsab .widget-title:after, .rsab .widget-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #EAEAEA;
    position: absolute;
    bottom: 0;
    left: 0;
}
.active_tm{z-index: 21;}
.ssob{overflow: hidden;}

@media only screen and (max-width: 767px){
    .lsab, .rsab{display: none !important;}
}