
/* Secondary */

@media (min-width: 1700px) {
    #content #secondary {
        flex: 0;
        max-width: 0%;
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    #content #secondary {
        flex: 0 0 0;
        max-width: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .left-sidebar #content #secondary, .right-sidebar #content #secondary {
        flex: 0 0 0;
        max-width: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .left-sidebar #content #secondary, .right-sidebar #content #secondary {
        flex: 0 0 0%;
        max-width: 0%;
    }
}

/* Primary */

@media (min-width: 1700px) {
    #content #primary {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    #content #primary {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .left-sidebar #content #primary, .right-sidebar #content #primary {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.single-product .single-product-wrapper{
    margin-bottom: 1rem;
}

/* Need to add the ordering */

@media (min-width: 768px) and (max-width: 1199px) {
    .left-sidebar.single-product .single-product-wrapper .product-images-wrapper, .right-sidebar.single-product .single-product-wrapper .product-images-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .left-sidebar.single-product .single-product-wrapper .entry-summary, .right-sidebar.single-product .single-product-wrapper .entry-summary {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
        order: 2;
    }
}

@media (min-width: 1200px) {
    .left-sidebar.single-product .single-product-wrapper .product-images-wrapper, .right-sidebar.single-product .single-product-wrapper .product-images-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .left-sidebar.single-product .single-product-wrapper .entry-summary, .right-sidebar.single-product .single-product-wrapper .entry-summary {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1615px) {
    .left-sidebar.single-product .single-product-wrapper .product-images-wrapper, .right-sidebar.single-product .single-product-wrapper .product-images-wrapper {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media (min-width: 1615px) {
    .left-sidebar.single-product .single-product-wrapper .entry-summary, .right-sidebar.single-product .single-product-wrapper .entry-summary {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .left-sidebar #content #primary, .right-sidebar #content #primary {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/** Hiding the rating **/
.single-product .rating-and-sharing-wrapper {
    /* display: flex; */
    margin-bottom: 25px;
    display: none;
}

/** G Pay **/
.wcpay-express-checkout-wrapper {
    margin-top: 1rem;
}

/** Breadcrumb **/
.woocommerce-breadcrumb{
    margin-bottom: 0rem;
}

.single-product .single-product-meta {
    display:block;
}