.fp-reel-product {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
    clear: both;
}

.fp-reel-product:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.fp-reel-product .woocommerce-product-gallery {
    float: none !important;
    width: 100% !important;
}

.fp-reel-product .summary.entry-summary {
    float: none !important;
    width: 100% !important;
}

@media (min-width: 769px) {
    .fp-reel-product .woocommerce-product-gallery {
        float: left !important;
        width: 48% !important;
    }
    .fp-reel-product .summary.entry-summary {
        float: right !important;
        width: 48% !important;
    }
}
