/*
 Theme Name:   Storefront Child
 Theme URI:    https://wordpress.org/themes/storefront/
 Description:  Storefront Child Theme
 Author:       Eldwen
 Author URI:   https://www.byxel.net
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Storefront
*/

.woocommerce-products-header__title, .storefront-primary-navigation, .storefront-breadcrumb, .add_to_cart_button, .quantity, .single_add_to_cart_button, .qib-button, .quantity{
	display: none !important;
}

.single-product div.product form.cart{
	padding:0px; 
}

.site-header .site-branding img{
	max-width: 130px;
}

.extra-btn{
	margin: 30px 0px;
}
.extra-btn a{
	  padding: 10px 20px;
    background-color: #000;
    color: #fff;
}

.storefront-breadcrumb{
	margin-bottom:0px;
}

.entry-header{
	padding-bottom: 3em !important;
}

.search-field{
	background-color: #fff !important;
    border: 1px solid #000 !important;
}