#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 {
    /*border-top: 1px solid #d6d4d4;*/
    border-top: none;
}
#categories_block_left li {
    position: relative; 
}
#categories_block_left li a {
    border-bottom: 1px solid #d6d4d4;
    color: #666;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    padding: 10px 30px 10px 19px;
    text-transform: uppercase;
    font-family: "Ubuntu",sans-serif;
}
#categories_block_left li span.grower {
    display: block;
    /* background: #f2f3f2; */
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
    /* font-family: "FontAwesome"; */
    font-size: 14px;
    color: #666;
    font-weight: 700;
}

#categories_block_left .close{
    opacity: 1 !important;
}

#categories_block_left li span.grower.OPEN:before, #categories_block_left li span.grower.CLOSE:before {
    /*content: "\f068";*/
    display: block;
    vertical-align: middle;
    width: 30px;
    height: 50px;
    color: #666;
    line-height: 50px;
    text-align: center;
}
#categories_block_left li span.grower.CLOSE:before {
    /*content: "\f067";
    color: #666;*/
}
#categories_block_left li span.grower:hover + a,
#categories_block_left li a:hover,
#categories_block_left li a.selected {
    background: #f6f6f6; 
}
#categories_block_left li li a {
    font-weight: normal;
    color: #777777;
}
#categories_block_left li li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    line-height: 29px;
    padding-right: 8px; 
}

#categories_block_left{
/*    margin-top: 17%;*/
    margin-top: 10px;
}

/*# sourceMappingURL=blockcategories.css.map */


#categories_block_left .font_title:before {
    content: "\f0da";
    color: #333;
    font-family: "FontAwesome";
}

.block#categories_block_left .title_block{
    padding-left: 0px !important;
    font-weight: 600;
    font-size: 1.9em;
}

.category-destacados .Card2 {
    font-size: 16px !important;
    height: 515px;
    margin-bottom: -10px;
}

.supplier .Card2 {
    font-size: 16px !important;
    height: 515px;
    margin-bottom: 100px;
}

@media screen and (min-width: 700px) {

    .category-destacados .Card2 {
        font-size: 16px !important;
        height: 515px;
        margin-bottom: 100px;
    }

    .supplier .Card2 {
        font-size: 16px !important;
        height: 515px;
        margin-bottom: 100px;
    }

}