/*
 Theme Name:   Store_child
 Description:  Description de mon thème enfant
 Template:     storefront
 Version:      0.1.0
*/

.woocommerce #primary {
	float: none;
	width: 100%;
}
.add_to_cart_button {
	background: #111;
	color: white;
	width: 100%;
}
h1.product_title {
	font-size: 2rem;
	font-weight: 500;
}
.storefront-primary-navigation {
	background: #333;
	color: white;
}
.storefront-primary-navigation .main-navigation ul li a {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
.site-footer {
	background: #333;
	color: white;
}
.site-footer a:not(.button):not(.components-button) {
	color: white;
}
.site-header-cart .cart-contents {
	color: white;
}
