/*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author    FME Modules
* @copyright FME Modules
* @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
* @package   fmmonepagecheckout
*/

@media (max-width: 767px) {
    div#fmm-onepagecheckout #fmm-onepagecheckout-step-two-container,
    div#fmm-onepagecheckout #fmm-onepagecheckout-step-three-container,
    div#fmm-onepagecheckout #fmm-onepagecheckout-step-review {
        margin-top: 15px !important;
    }
    div#fmm-onepagecheckout #fmm-onepagecheckout-step-review .cart_item>div {
        margin-bottom: 0.5em;
    }
    .nopadding-xs {
        padding: 0 !important;
    }
    div#fmm-onepagecheckout #fmm-onepagecheckout-step-review #order-detail-content .item_total {
        height: auto;
    }
}

@media (min-width: 768px) {
    div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review .cart_item {
        display: flex;
        align-items: center;
    }
}