
/* OCULTAR MENSAJE DE PRODDUCTOS ENCONTRADOS */
.wpc-posts-found{
    display: none !important;
}

.wpc-filters-widget-top-container{
    padding: 0px 0px 20px 0px !important;
}

.wpc-filter-product_shipping_class ul{
    overflow-y: hidden !important;
}

.wpc-filters-section {    
    margin-bottom: 40px !important;
}
.wpc-term-count-value{
    display: none !important;
}
/* OCULTAR LOS FILTROS ACTIVOS DE LA PLANTILLA - UBICADOS EN LA BARRA LATERAL */
.woo-active-filters{
    display: none !important;
}
/* OCULTAR LOS FILTROS ACTIVOS DE LA PLANTILLA - UBICADOS EN EL CENTRO DE LA PANATLLA */
.wpc-custom-selected-terms{
    display: none !important;
}
/* OCULTAR IMAGENES DE LAS MARCAS */
.wpc-term-image-wrapper{
    display: none !important;
}