/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

@media(max-width:767px){
	.woocommerce div.main-wrapper .product-view div.single-product-info form.cart{
		min-width:100%!important;
	}
	.single_add_to_cart_button 		{
		float:none!important;
	}
}