/**

 * 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 <support@presteamshop.com>

 * @copyright 2011-2016 PresTeamShop

 * @license   see file: LICENSE.txt

 */



@media (max-width: 768px) {

    div#onepagecheckoutps #onepagecheckoutps_step_review .cart_item > div {

        margin-bottom: 0em;

    }

    .nopadding-xs {

        padding: 0 !important;

    }

    div#onepagecheckoutps #onepagecheckoutps_step_review #order-detail-content .item_total{

        height: auto;

    }

    div#onepagecheckoutps #onepagecheckoutps_step_review #order-detail-content .row.middle.item_total.cart_discount.end-xs {
    	padding-bottom: 10px!important;
    	border-bottom: 1px solid #000;
    }

    .cart_discount_name {
    	color: blue;
    }

}