#categories_block_top {
    clear: both;
    position: relative;
    top: 30px; }
#categories_block_top .sf-menu {
    position: relative; }
#categories_block_top .sf-menu > li {
    position: static; }
#categories_block_top .sf-menu > li > ul {
    width: 100%;
    top: 60px;
    margin: 0 20px; }
#categories_block_top .sf-menu > li > ul > li {
    display: block;
    float: left;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px; }
#categories_block_top .sf-menu > li > ul > .category_thumb {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%; }
#categories_block_top .sf-menu > li > ul > .category_thumb img {
    display: inline-block;
    width: 33%; }
#categories_block_top .sf-menu > li h4 a {
    font-size: 1.1em; }
#categories_block_top .sf-menu > li h4 a:before {
    display: none; }
#categories_block_top .sf-menu > li .main-level-submenus {
    position: relative;
    display: block !important;
    visibility: visible !important;
    top: 0;
    background: none;
    box-shadow: none;
    padding: 0;
    left: 0; }
#categories_block_top .sf-menu .category_thumb {
    display: none; }

#categories_block_left .block_content ul li li{

}
#categories_block_left li {
    position: relative;
    padding: 0 0 0 10px;
}
#categories_block_left li a {
    background: rgba(0, 0, 0, 0) url("img/bg-title-x.png") repeat-x scroll center bottom;
    color: #273A89;
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;  
}
#categories_block_left li li a {
    display: block;
    line-height: 24px;
    background: url("img/bg-title-x.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);}
#categories_block_left ul.tree li.last a{
    background: none;
}

#categories_block_left ul.tree li li.last{
    background: url("img/bg-title-x.png") repeat-x scroll center top rgba(0, 0, 0, 0);
}
#categories_block_left ul.tree li li.last li a{
    background: url("img/bg-title-x.png") repeat-x scroll center top rgba(0, 0, 0, 0);
}
#categories_block_left .block_content > ul.tree li.last ul li a {   
    background: url("img/bg-title-x.png") repeat-x scroll center top rgba(0, 0, 0, 0);
}
#categories_block_left ul.tree li.last ul li.last{background:none;}
#categories_block_left .block_content > ul.tree li.last ul li.last ul li a{
    background: url("img/bg-title-x.png") repeat-x scroll center top rgba(0, 0, 0, 0);
}

#categories_block_left ul.tree li li.last{
    background: url("img/bg-title-x.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
}
#categories_block_left ul.tree li li.last li a{
    background: url("img/bg-title-x.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
}
#categories_block_left ul.tree li li.last li.last{
    background: none;
}
#categories_block_left ul.tree li li.last li:first-child{
    background: url("img/bg-title-x.png") repeat-x scroll center top rgba(0, 0, 0, 0);
}
#categories_block_left li a span {
    background: none repeat scroll 0 0 #e9e9e9;
    display: inline-block;
    padding: 3px;
}
#categories_block_left li span.grower {
    background: none repeat scroll 0 0 #e9e9e9;
    border: 0 none;
    color: #333333;
    cursor: pointer;
    display: block;
    height: 21px;
    padding: 12px;
    position: absolute;
    right: -2px;
    top: 2px;
    width: 21px;
}
#categories_block_left li span.grower.CLOSE {
    background: url("img/menu_down.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
#categories_block_left li span.grower.OPEN {
    background: url("img/menu_up.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
#categories_block_left li span.grower:hover + a,
#categories_block_left li a:hover,
#categories_block_left li a.selected {
    color: #f37d8b;
}
#categories_block_left li li a {
    font-weight: normal;
    color: #273A89; 
    text-transform: capitalize;
    font-size: 12px;
}
#categories_block_left li li li a {
    font-weight: normal;
    color: #7e7e7e; 
    text-transform: capitalize;
    font-size: 12px;
}
#categories_block_left li li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    line-height: 30px;
    padding-right: 4px; }
#categories_block_left h2{
    border-width:0 0  1px 0;
    border-style:solid;
    border-color:#f1f0f0;
    margin-bottom:0;
    padding-bottom:5px;
    color:#373737;
}
#categories_block_left .block_content {
}
#categories_block_left{
    background:#ffffff;
    padding:15px 20px 0 10px;
    border: 1px solid #f1f0f0;
}
#categories_block_left ul{
    margin: 0;
}
#categories_block_left.block .title_block:after{
   right:-10px;
   top:-6px;
}
@media(max-width:991px){
    #categories_block_left h2{
        border:0;
    }
}