/* #Media Queries
================================================== */
@media (min-width:1400px) and (max-width:1499px) {
} 

/* END__ */

@media (min-width:1200px) and (max-width:1399px) {
} 
/* END__ */

@media (min-width:992px) and (max-width:1199px) {

} 
/* END__ */

@media (min-width:768px) and (max-width:991px) {

} 
/* END__ */

@media only screen and (max-width:767px) {
 .review-table .table > tbody > tr > td{ display: block; width: 100%;}
 .review-table .table > tbody > tr > td:last-child{ padding-top: 0;}
 .review-table .table > tbody > tr > td:first-child{ padding-bottom: 6px; border-bottom: none;}
 .review-table{ padding: 0 20px}
 .action-btn{ min-width: inherit;}
 .cart-body .item .price{ padding: 12px 0 0 91px;}
 .coupon{ text-align: center;}
 .coupon-form{ width: 100%; margin-top: 16px;}
 .coupon-form .btn{ width: auto;}
 body{ padding-top:30px; padding-bottom: 30px;}
 .page-content {flex: 1; padding:30px 0;}
 .tip-btn [class*=col-]{ margin-bottom: 24px;}
 .choose-payment [class*=col-]{ margin-top: 24px;}
 .yes-no-btn .btn{ height: 200px;}
} 
/* END__ */

@media only screen and (max-width:374px) {
} 
/* END__ */

