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

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

body.page-template-default.right-sidebar #primary.content-area,
body.woocommerce #primary,
body.woocommerce-checkout #primary {
    width: 100%;
}

.woocommerce-tabs.wc-tabs-wrapper,
.single-product div.product .product_meta,
.woocommerce-Reviews .woocommerce-Reviews-title {
    display: none;
}

.site-header .site-search {
    display: none !important;
}

@media(min-width: 768px) {

    .single-product div.product .woocommerce-product-gallery {
        width: 21.176471%;
    }

    .single-product div.product .summary {
        width: 72.941176%;
    }

    .site-content {
        margin-top: 3rem;
    }
}