/* Show our checkboxes */
.single-product .iep-ck-row input[type="checkbox"].iep-pick{
  -webkit-appearance:auto !important; appearance:auto !important;
  opacity:1 !important; visibility:visible !important; position:static !important;
  width:auto !important; height:auto !important; display:inline-block !important; margin-right:.5em;
}

/* IMPORTANT: hide only the number inputs, not the entire .quantity cell */
.single-product.iep-woosb-ready .iep-ck-row .quantity input,
.single-product.iep-woosb-ready .iep-ck-row input.qty,
.single-product.iep-woosb-ready .iep-ck-row .woosb-qty input,
.single-product.iep-woosb-ready .iep-ck-row .qty{
  display:none !important;
}

/* Helper text + disabled button style */
.single-product .iep-pack-msg{ margin:.75em 0; font:14px/1.35 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; }
.single-product .single_add_to_cart_button[disabled],
.single-product .single_add_to_cart_button.button.disabled{ opacity:.5; cursor:not-allowed; }
