.block-catsmenu-news .sidebar-heading i{
    padding-top: 6px !important;
}
.sidebar-heading-f{
    background: #f5f5f5;
    padding: 10px;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    position: relative;
    font-weight: bold;
}
.sidebar-heading-f:before{
    display: none;
    content: ' ';
    position: absolute;
    width: 40px;
    height: 100%;
    background: #f5f5f5 url(../images/fillter.png) no-repeat 12px 15px;
    left: 0;
    top: 0;
}
.sidebar-heading-f:after{
    content: ' ';
    position: absolute;
    width: 40px;
    height: 100%;
    /*background: url(../images/fill_arrow.png) no-repeat 12px 10px;*/
    left: 20px;
    top: 0;
}
.sidebar-heading-f .show_mb{
    background: url(../images/down.png) no-repeat 1px;
    width: 13px;
    height: 10px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    display:none;
}
@media (max-width:414px){
    .sidebar-heading-f .show_mb{
        display:block;
    }
}
