/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 20 2026 | 19:18:10 */
/* =========================================================
   GranoFactura — исправить растянутый блок количества в checkout
   ========================================================= */

.woocommerce-checkout .wd-checkout-prod .quantity,
.woocommerce-checkout .wd-checkout-prod .quantity.hidden {
    width: auto !important;
    max-width: max-content !important;
    min-width: 0 !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
}

.woocommerce-checkout .wd-checkout-prod .quantity input.qty,
.woocommerce-checkout .wd-checkout-prod .quantity .qty {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    text-align: center !important;
}

.woocommerce-checkout .wd-checkout-prod .quantity .minus,
.woocommerce-checkout .wd-checkout-prod .quantity .plus {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    flex: 0 0 42px !important;
}

.woocommerce-checkout .wd-checkout-prod .cart-product-quantity {
    width: auto !important;
    max-width: max-content !important;
    display: inline-flex !important;
}