/* The native update control stays available until cart-auto.js has initialized. */
body.ibnhoms-commerce-design.woocommerce-cart.ibnhoms-cart-auto-ready .woocommerce-cart-form table.shop_table.cart .actions button.button[name="update_cart"],
body.ibnhoms-commerce-design.woocommerce-cart.ibnhoms-cart-auto-ready .woocommerce-cart-form table.shop_table.cart tr.ibnhoms-cart-auto-only {
  display: none !important;
}
body.ibnhoms-commerce-design.woocommerce-cart.ibnhoms-cart-auto-busy input.qty { cursor: progress; }
body.ibnhoms-commerce-design.woocommerce-cart .ibnhoms-cart-auto-status:not(.screen-reader-text) {
  padding: 12px 16px;
  border: 1px solid #df2945;
  border-radius: 10px;
  color: #fff;
  background: #1b2731;
}
