/*
 Theme Name:   Storefront Child  RWM
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Storefront Child Theme for R.W.McNair
 Author:       Simon Kane
 Author URI:   http://example.com
 Template:     storefront
 Version:      1.0.0
 Tested up to: 5.4.2
 Requires PHP: 5.6.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  storefrontchild
 Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
*/

/* overrides */

/* remove unnecessary whitespace */
.header-widget-region .widget {
    padding: 0 0;
    margin-bottom: 0px;
}
.widget .widget-title {
    padding: 0 0;
    margin-bottom: 0px;
}
.widget_products .product_list_widget {
    padding: 0 0;
    margin-bottom: 0px;
}
.widget_products .product_list_widget li {
    padding: 0 0;
    margin-bottom: 0px;
}
.storefront-breadcrumb {
    margin-bottom: 0px;
}
header#masthead.site-header {
    margin-bottom: 0px;
}

/* remove price from Featured Products (and maybe some others ?? */
.widget_products .product_list_widget .woocommerce-Price-amount {
    visibility: hidden;
}
