.site_cart_main .Quantity_title {
    display: none;
}

.site_cart_main .quantity.quantity_new_v {
    transform: scale(0.7);
}

.site_cart_main table.shop_table.shop_table_responsive th {
    background: black;
    color: white;
}

.site_cart_main input#coupon_code {
    height: 47px;
    width: 457px;
}

.site_cart_main .coupon {
    margin-right: 20px;
}

.site_cart_main .quantity.quantity_new_v {
    transform-origin: left;
}

a.site_btn.cta_btn.alt.wc-forward.custome_checkout_btn.site_button {
    width: auto;
    background: rgba(200, 12, 71, 1) !important;
    color: white;
}

.woocommerce-info {
    background: #C80C47 !important;
}

.site_checkout_box .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
    background: black;
    color: red !important;
}

.site_checkout_box .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error a {
    color: red;
}

.site_checkout_box span.woocommerce-input-wrapper input {
    background: transparent !important;
    border: 1px solid black !important;
    height: 38px !important;
    border-radius: 4px !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .site_cart_main input#coupon_code {
        height: 47px;
        width: 100%;
    }
    .site_cart_main td.product-thumbnail.custome_img {
        display: block !important;
        display: flex !important;
        justify-content: center;
    }
    .site_cart_main td.product-thumbnail.custome_img img {
        width: 200px !important;
        text-align: center;
        margin: 0 auto;
    }
    .site_cart_main td.product-thumbnail.custome_img:before {
        display: none;
    }
    .site_cart_main .quantity.quantity_new_v {
        transform-origin: right;
    }
    .site_cart_main td.product-quantity:before {
        display: none;
    }
    .site_cart_main td.product-quantity {
        display: flex !important;
        justify-content: end;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {}

@media only screen and (min-width: 981px) and (max-width: 1024px) {}

@media all and (min-width: 1025px) and (max-width: 1140px) {}

@media all and (min-width: 1141px) and (max-width: 1280px) {}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}