/*
 Theme Name:   Flex Ecommerce Store Child
 Theme URI:    https://example.com/
 Description:  Child theme
 Author:       Name
 Template:     flex-multi-business
 Version:      1.0.0
*/

.product_meta {
    display: flex;
    flex-direction: column;
}

.single-page-img {
    display: none;
}

.page-header {
    width: 100%;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .page-header {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .page-header {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .page-header {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .page-header {
        max-width: 1140px;
    }
}

@media (min-width: 1700px) {
    .page-header {
        max-width: 1660px;
    }
}

.woocommerce-cart .cart-subtotal, 
.woocommerce-cart .woocommerce-shipping-totals.shipping {
    display: none;
}