/*
Theme Name: The7 Child
Theme URI: https://the7.io/
Description: Child theme for The7
Author: Custom
Template: dt-the7
Version: 1.0.0
*/

/* Make WooCommerce shop and category pages full width,
   while keeping the left sidebar */

body.woocommerce #main > .wf-wrap,
body.woocommerce-page #main > .wf-wrap {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}