/*
Theme Name: Storefront Child
Theme URI: https://example.com/storefront-child
Description: A simple child theme for the Storefront theme.
Author: Your Name
Author URI: https://example.com
Template: storefront
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: storefront-child
*/

/* Full-width product page (Storefront) */
.single-product .content-area {
  width: 100% !important;
  float: none !important;
}

.single-product .widget-area,
.storefront-breadcrumb,
.woocommerce-additional-fields {
  display: none !important;
}

.newgenui-product-description{
  max-width: 100%;
  margin-top: 28px;
}

.site-search {
    display: none!important;
}
.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    margin-right: 0;
    float: right;;
}
