.address-holder .cart-items-list{
    display:none;
}
.shop_table .cart-footer{
    display: block;
}
.shop_table .checkout-coupon{
    display:none;
}

.checkout-review .woocommerce-checkout-payment{
    display:none;
}

.address-holder .shop_table .cart-footer,
.address-holder .shop_table .checkout-coupon{
    display:block;
}

@media only screen and (min-width: 768px){
    .shop_table .cart-footer{
        padding: 0;
    }
    .shop_table .cart-footer .order-total{
        border: none;
    }
    .shop_table .cart-footer .amout-row{
        padding: 0;
    }

    .checkout-review .shop_table .cart-footer {
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .shop_table .cart-footer{
        display: block;
    }

    .checkout-review .shop_table .cart-footer > div:not(.subtotal) {
        display: none;
    }

    .checkout-container .cart-item{
        margin-bottom: 0;
        border-bottom: none;
    }
}