body {
    
}

/* Hide the select2 selection element for categories */
.content-product-wrapper .select2-container {
    display: none;
}

/* Make image title smaller */
.content-product-wrapper .woocommerce-loop-product__title {
    font-size: 14px !important;
}

.woocommerce-products-header__title {
    display: none;
}

.wppp-select {
    padding: 15px;
}