/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
 
 .stock.out-of-stock {
 	display:none!important;
 }
 
 .contact-bottom {
 	display:none;
 }
 
 .cart-contents {
 	display:none!important;
 }
 
 .site-info {
 	display:none;
 }
 
 #woocommerce-product-search-field {
 	display:none;
 }
 
 .site-branding {
 	width: 50%!important;
 }
 
 .storefront-handheld-footer-bar {
 	display:none;
 }
 
 .storefront-primary-navigation {
 	background: #ff674e!important;
 }