/**
 * 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;
}
/* hide search */

.site-search {
    visibility: hidden;
}