#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 {
    padding: 10px;
    background-color: #f7f7f7;
    text-transform: uppercase
}

#categories_block_left .block_content {
    background-color: #ffffff;
}

#categories_block_left .block_content li {
    position: relative;
    padding-right: 10px;
    font-weight: 600;
    text-transform: uppercase;
    list-style: none;
    line-height: 2.3em;
}

#categories_block_left .block_content li:hover, #top_category li:hover{

}
/*#categories_block_left .block_content li:hover, #top_category li:hover,
#categories_block_left .block_content li:hover *, #top_category li:hover *{
    color: #ffffff!important;
}*/

#categories_block_left li:first-child span.grower {
    margin-top: -5px;
}

#categories_block_left li ul {
    margin-left: 0;
    padding: 8px 0;
}

#categories_block_left .selected {
    font-weight: 600;
}

.grower > a {
    font-weight: 600;
}

/*#categories_block_left li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 18px;
  left: 18px;
  height: 1px;
  background: #ddd;
}*/

#categories_block_left li ul li {
    border: none;
    padding-top: 4px;
    padding-bottom: 4px;
    text-transform: initial;
}

#categories_block_left li a {
    display: block;
    color: #777 !important;
}

#categories_block_left li span.grower {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 10px;
    font-weight: 400;
}

#categories_block_left li span.grower.OPEN:before, #categories_block_left li span.grower.CLOSE:before {
    content: "\f106";
    display: block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 2em;
}

#categories_block_left li span.grower.CLOSE:before {
    content: "\f107";
}

#categories_block_left li li a {
    font-weight: normal;
    color: #777777;
}

#categories_block_left li a:before, #categories_block_left li li a:before {
    content: none !important;
}

#category #top_category {
    background-color: #ffffff;
}

#top_category {
    color: inherit;
    font-weight: bold;
    display: block;
    margin: 0px;
}

#top_category li.last {
    padding-left: 20px;
    color: #00aeef;
    border-left: 3px solid #00aeef;
    border-right: 3px solid #00aeef;
}


#categories_block_left .selected:before, #categories_block_left .selected:after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 15px;
}

 #categories_block_left .selected:after {
    right: -2px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #00aeef;
}

 #categories_block_left .selected:before {

    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #00aeef;
    left: -2px;

}

#categories_block_left .selected:before {
    left: -2px;
}


#categories_block_left li:hover a{
    color: #00aff0!important;
}
#categories_block_left li:hover ul li a{
    color: #777777!important;
}

#categories_block_left li:hover ul li:hover a{
    color: #00aff0!important;
}

#categories_block_left li:hover:before{
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 10px;
    border-color: #00aeef;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;left: -2px;
    border-left: 10px solid #00aeef;
}
#categories_block_left li:hover:after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 10px;
    border-color: #00aeef;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;right: -2px;
    border-right: 10px solid #00aeef;
}

#categories_block_left ul li ul li:hover:before {
    left: -22px;
}
#categories_block_left ul li ul li:hover:after {
    right: -10px;
}
#categories_block_left ul li ul li ul li:hover:before {
    left: -42px;
}
#categories_block_left ul li ul li ul li:hover:after {
    right: -32px;
}

#top_category i {
}

#top_category li {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    list-style: none;
    line-height: 2.3em;
    padding: 5px 0 6px 1px;
    border-top: 1px dotted #dddddd;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#top_category li:first-child {

    border-top: none;
}


#top_category li:last-child {
    background-color: transparent;
    border-bottom: 1px dotted #dddddd;
    color: inherit;
}

#top_category li span {
    padding-left: 10px;
    color: #00aeef;
}

#top_category li span.last {
    padding-left: 30px;
}

#top_category li a {

}


.tree.list-block {
    color: #00aeef;
    border-left: 3px solid #00aeef;
    border-right: 3px solid #00aeef;

}
#index .tree.list-block {
    border-color: transparent;

}

.tree.list-block li {
    padding-left: 20px;
}
.cbp-hrmenu.cbp-vertical {
     margin-bottom: 0!important;
}

.cbp-vertical-title, .cbp-triangle-container {
    display: none!important;
}