/* 
Theme Name: Storefront Child 
Version: 1.0 
Description: Child theme for Storefront. 
Author: Woo
Author URI: http://woocommerce.com 
Template: storefront 
*/  

/* --------------- Theme customization starts here ----------------- */

@media only screen and (min-width: 850px) {
    .type-product .woocommerce-product-gallery {
        width: 50%;
        float: left;
    }
    .type-product .summary.entry-summary {
        width: 50%;
        float: right;
    }
    .type-product .woocommerce-tabs.wc-tabs-wrapper {
        float: left;
    }
}
