/*
Theme Name:   Storefront Child
Description:  Accordionmusic.net
Author:       accordionmusic
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%;
	}
}