/*BUSCADOR POR CATEGORIAS*/
#search_block_top, #searchbox{
    width: 100%;
    display: flex;
    margin-bottom: 0.5em;
}

#searchbox .searched_categories{
    width: 20%;
}

#searchbox .tablecell:last-of-type{
    width: 80%;
}


/*RESPONSIVE PARA PLANTILLA ECO BELLA (MAS FACILICO)*/
@media (max-width: 991px){
    #header .header-top.tablet-h {
        background: #ffffff;
    }

    .header-right {
        display: none;
    }

    #search_block_top, #searchbox {
        margin: 0 auto;
        width: 80%;
    }

    .ion-ios-arrow-down{
        display: none !important;
    }
}

@media (max-width: 550px){
    .header-top>.container {
        margin: 0;
        padding: 0;
    }

    #search_block_top, #searchbox {
        width: 100%;
        margin: 0 0.5em;
    }

    #searchbox .searched_category, #searchbox .searched_category .search_depth_level_1, #searchbox .searched_categories{
        width: 5%;
    }

    #search_block_top .table .table-cell:last-of-type{
        width: 95%;
    }
}