/* 
 Theme Name:   wallPen Storefront
 Theme URI:    
 Description:  
 Author:       wallPen Corp
 Author URI:   https://shop.wallpencorp.com
 Template:     storefront


 /* == Add your own styles below this line ==
--------------------------------------------*/

/* Expand content area to full width when sidebar is removed */
.my-full-width-content .content-area {
    width: 100%;
    float: none;
	margin: 0;
}

.my-full-width-content .sidebar,
.single-product .widget-area,
.woocommerce .widget-area {
    display: none;
}

/* Storefront wraps everything in a flex/float grid on some pages —
   this makes sure product loops and shop grid reflow to use the space */
.my-full-width-content.woocommerce ul.products,
.my-full-width-content.woocommerce-page ul.products {
    width: 100%;
}
