/* AMUI v2.1.3 — koszyk: kontroler ilości nie może zostać zablokowany po auto-aktualizacji. */
body.woocommerce-cart table.shop_table.cart .quantity .qty:not([readonly]),
body.woocommerce-cart table.shop_table.cart .amui-qty-btn:not([aria-disabled="true"]) {
  pointer-events: auto !important;
}

body.woocommerce-cart:not(.amui-cart-hard-lock) table.shop_table.cart .quantity .qty,
body.woocommerce-cart:not(.amui-cart-hard-lock) table.shop_table.cart .amui-qty-btn {
  opacity: 1 !important;
  filter: none !important;
}

body.woocommerce-cart table.shop_table.cart .amui-qty-btn[disabled],
body.woocommerce-cart table.shop_table.cart .amui-qty-btn:disabled {
  cursor: pointer !important;
}
