/*
Theme Name:   Storefront Child
Description:  Easypianoscores.com
Author:       easypianoscores
Author URL:   Write here the author's blog or website url
Template:     storefront
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  storefront-child
*/

/* Write here your own personal stylesheet */

.site-main ul.products li.product {
	width: 46.411765%;
	float: left;
	margin-right: 5.8823529412%;
}

.site-main ul.products li.product:nth-of-type(2n) {
	margin-right: 0;
}

@media (min-width: 768px) {
	.site-main ul.products li.product:nth-of-type(2n) {
		margin-right: 5.8823529412%;
	}
}

.site-header {
    background-color: #7A9D96 !important;
}

    @media (min-width: 801px) {
        .header-logo {
            margin: 1rem auto !important;
        }
    }
 
    .heroCarousel {
        margin-bottom: 1rem !important;
    }
 
    .body {
        margin-bottom: 1rem !important;
    }

.site-footer {
  padding: 0.618em 0 0.706325903em !important;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #DCAE1D;
}

.textwidget p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.site-info {
    display: none;
}

.single_add_to_cart_button {
	width: 100%;
}
