@media (max-width: 780px)
{.shop_table_responsive {width:50%!important}
.shop_table_responsive tr td {
    padding: 5px!important;
    font-weight: 200!important;
   
   
}
.shop_table_responsive tr td img {
   display:none!important;
}
    .shop_table > tbody .coupon input[type="text"] {
    width: 90%!important; margin-top:2px!important;margin-left:10px!important
   
}
    .cart_totals .checkout-button {
    width: 50%!important;
        margin-left:10px!important
}
.shop_table tr th {
    font-size: 14px!important;
    padding: 5px!important;
    font-weight: 200!important;
}
   
    
    .shop_table input[name="update_cart"] {
    float: left!important;
        margin-top:2px!important;
        margin-left:10px!important
   
}
    .shop_table > tbody .coupon input[type="submit"] {
    margin-top:2px!important;
        
}
}