<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * We offer the best and most useful modules PrestaShop and modifications for your online store.
 *
 * We are experts and professionals in PrestaShop
 *
 * @category  PrestaShop
 * @category  Module
 * @author    PresTeamShop.com &lt;support@presteamshop.com&gt;
 * @copyright 2011-2016 PresTeamShop
 * @license   see file: LICENSE.txt
 */

@media (max-width: 768px) {
    div#onepagecheckoutps #onepagecheckoutps_step_two_container,
    div#onepagecheckoutps #onepagecheckoutps_step_review{
        margin-top: 15px !important;
    }

    div#onepagecheckoutps #onepagecheckoutps_step_review .cart_item &gt; div {
        margin-bottom: 0.5em;
    }
    .nopadding-xs {
        padding: 0 !important;
    }
    div#onepagecheckoutps #onepagecheckoutps_step_review #order-detail-content .item_total{
        height: auto;
    }
}</pre></body></html>