/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
/* CSS that Removes All Showing Results */
 
p.woocommerce-result-count {
display: none;
}
body.post-type-archive-product.woocommerce .woocommerce-info{ display:none;}

