@media screen and (max-width: 991px) {
    input#coupon_code {
        width: 50%;
    }
    .woocommerce .cart_totals table.shop_table td {
        text-align: left !important;
    }
    .woocommerce ul#shipping_method {
        display: block;
        clear: both;
        margin-top: 35px !important;
    }
    .cart-subtotal span.woocommerce-Price-amount.amount {
        float: right;
    }
    .woocommerce tr.cart-subtotal td {
        display: inline-block !important;
        width: 100%;
    }
    tr.order-total td {
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    td.product-quantity {
        display: block !important;
    }
    .new-price-mobile {
        display: block;
        height: 1em;
        width: auto;
        margin: 0px 0 2px;
        text-align: left;
        line-height: 1;
        border-radius: 100%;
        color: #000 !important;
        text-decoration: none;
        font-weight: 400;
        border: 0;
        font-size: 14px;
    }
    .new-cart-section table.shop_table td.product-name dl.variation {
        margin-bottom: 0px;
    }
    .woocommerce .cartRow .cartCol table.shop_table td .quantity {
        position: relative;
        top: 15px;
    }
    table.shop_table.shop_table_responsive tbody tr td {
        padding: 0 0 25px 0 !important;
    }
    .new-cart-section table.shop_table_responsive tr.order-total th,
    .new-cart-section table.shop_table_responsive tr.order-total td {
        border-top: 1px solid #ddd !important;
    }
    .cartCol.shoptable .sub_total .cart-subtotal th p span.woocommerce-Price-amount.amount {
        float: unset;
    }
    .sub_total a {
        font-size: 13px !important;
    }
    .expecteddeliver h2,
    .shopTable_inner h2 {
        font-size: 19px;
    }
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: table-cell;
    }
    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        display: table-cell;
        text-align: left !important;
    }
    #add_payment_method table.cart img,
    .woocommerce-cart table.cart img,
    .woocommerce-checkout table.cart img {
        width: 69px;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-name {
        padding-left: 20px;
    }
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        display: none;
    }
    .woocommerce .cartRow .cartCol table.shop_table td {
        padding: 0 0 10px 0;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .catProPrice {
        display: none;
    }
    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        align-items: center;
        position: relative;
        display: table-row;
    }
    .woocommerce .cartRow .cartCol.cartTotal table.shop_table tr.cart-subtotal td {
        text-align: right !important;
    }
    .woocommerce .cartRow .cartCol.cartTotal table.shop_table tr.shipping td {
        text-align: right !important;
    }
    .woocommerce .cartRow .cartCol.cartTotal table.shop_table tr.order-total td.productTitle {
        text-align: right !important;
    }
    td.actions.cartUpdate {
        display: none !important;
    }
    td.product-quantity {
        /* position: absolute; */
        bottom: 10px;
        right: 0;
    }
    .new-cart-section table.shop_table_responsive tr.order-total {
        border-top: 1px solid #ddd;
    }
    .new-cart-section .cartTotal_inner .order-total th,
    .new-cart-section .cartTotal_inner .order-total td {
        border-top: unset !important;
    }
    .new-cart-section .shoptable {
        padding: 0 !important;
    }
    .new-cart-section table.shop_table td.product-name {
        padding-left: 15px !important;
    }
    .new-cart-section .cartTotal {
        padding: 0 !important;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .quantity {
        margin: 0;
    }
    tr.woocommerce-cart-form__cart-item.cart_item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 10px;
        position: relative;
    }
    .woocommerce table.shop_table td.cartUpdate,
    .woocommerce table.shop_table td.borderCart,
    .woocommerce table.shop_table th.borderCart {
        border-top: none !important;
        padding-top: 20px !important;
        padding-bottom: 0 !important;
    }
    .cart_totals table tr.vbill {
        display: none;
    }
    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive tbody th {
        display: table-cell;
    }
    .woocommerce tr.cart-subtotal td {
        display: table-cell !important;
        width: 100%;
    }
    .woocommerce .cartRow .cartCol table.shop_table td.sub-total {
        padding: 0;
    }
    tr.order-total strong {
        margin-left: 5px;
    }
    table.shop_table.shop_table_responsive tbody tr.order-total th {
        padding-right: 0;
    }
    .sub_total {
        display: block;
    }
    .shoptable {
        flex: 100%;
        margin-bottom: 30px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    h2 {
        font-size: 19px;
    }
    .expecteddeliver {
        margin-bottom: 15px;
    }
    .shopTable_inner,
    .cartTotal_inner,
    .expecteddeliver {
        padding: 20px;
    }
}