/*
Theme Name:   	Ecommerce Storefront
Theme URI:    	
Author:       	John Millet
Author URI:     
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	ecomm-store
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
*/
/*
 * Add your own custom css below this text.
 */


/* 2-column layout for billing fields */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
    width: 48% !important;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
}

/* Keep street address full width */
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_address_2_field {
    width: 99% !important;
    display: block;
}


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

.home .woocommerce-products-header {
  display: none;
}
.home #masthead {
  margin-bottom: 0;
}

.single-product .product.type-product {
	margin-top: 50px;
}

/* Full width on mobile */
@media only screen and (max-width: 768px) {
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
        width: 100% !important;
        display: block;
    }
	
	
}

@media only screen and (max-width: 767px) {
	.home ul.products {
	  	column-count: 2;
	}
	.home ul.products li {
	  	min-height: 400px;
		margin-bottom: 20px;
		max-height: 400px;
	}
}
