/*
Theme Name:     child_storefront
Description:    
Author:         dm
Template:       storefront

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/* LOGO */
    .site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link { width: 80% !important; /* Use px values if you want, eg. 350px */ }

/* SEARCH BAR */
    .site-header .site-search { display: none;  /* Use px values if you want, eg. 350px */ }

/* TABLE BACKGROUND*/

table tbody td {
    background: rgba(0, 0, 0, 0.050);
}

/*Removes All Showing Results*/
 
p.woocommerce-result-count {
display: none;
}
