.elementor-14179 .elementor-element.elementor-element-6333f3c4{--display:flex;}/* Start custom CSS for container, class: .elementor-element-6333f3c4 *//* Hide WooCommerce/theme sidebar */
#secondary,
.sidebar,
.widget-area,
aside#secondary {
    display: none !important;
}

/* Make content take full width */
#primary,
.content-area,
.site-main,
.shop-container,
.shop-custom-product {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* If theme uses Bootstrap columns */
.col-md-8,
.col-lg-8,
.col-sm-8 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

/* Remove empty sidebar columns */
.col-md-4,
.col-lg-4,
.col-sm-4 {
    display: none !important;
}/* End custom CSS */