/*
 Theme Name:   ECommerce Suite Child
 Theme URI:    https://dresseduphippy.com
 Description:  Child theme for ECommerce Suite to customize vendor store pages
 Author:       Misti Flowers
 Author URI:   https://dresseduphippy.com
 Template:     superb-ecommerce
 Version:      1.0.1
*/

/* Add custom styles below */
/* Hide header widget wrapper and sidebar container on vendor pages */
.tax-shop_vendor .header-widgets-wrapper,
.tax-shop_vendor .featured-sidebar {
    display: none !important;
}
