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


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

.storefront-sorting {
    display: none;
}
h1.woocommerce-products-header__title.page-title {
    display: none;
}
.storefront-breadcrumb {
    display: none;
}
.woocommerce-products-header {
    display: none;
}
.site-info {
    display: none;
}
.single-product div.product .product_meta {
	display: none;
}
.related.products {
	display: none;
}
header.entry-header {
    display: none;
}
#site-navigation {
    display: none;
}
.site-search form {
    display: none;
}
.woocommerce-active .site-header .site-branding {
    width: 26%;
}
.site-header .site-branding img {
    max-width: 400px;
}
.storefront-primary-navigation {
    clear: none;
    margin-top: -11%;
    float: right;
    width: 60%;
}
.storefront-breadcrumb {
    display: none;
}
.wc-block-grid__products, ul.products {
    margin-top: 5%;
}
.tm-extra-product-options .tm-epo-element-label {
    font-weight: 400;
}
