span.id-card {
    display: none;
}

#erpInvoices > div.row.gridtools > div:after {
    color: red
}

#erpInvoices > div.row.gridtools > div:after {
  content: " Option to pay invoices is not available the last 2 business days of the month. Option to pay invoices currently unavailable.";
  
}
form#payNowForm {
    display: none
}

#productInventoryModal .tab-content.no-collection::before {
    content: "Delivery Days are estimated based on availability."
}

/*
#cartproductlines_164028 > div > div > div {
    display: none;
}
*/

.badge.out-of-stock-badge.delivery {
    display: none;
}

body.ex-order-history > div.page-content > section > div.row.tab-content:before {
    content: " Recent orders could take up to 30 minutes to appear.";
    color: #ec1b23;
    font-weight: 900;
}
.recurring-order-details .col-sm-12 p {
  font-size: 0; /* Hide original text visually */
  position: relative;
}

.recurring-order-details .col-sm-12 p::after {
  content: "Expected deliveries start August 11th 2025 and repeats every 2nd month. Please allow one additional day from order date for delivery.";
  font-size: 14px; /* Restore readable font size */
  display: block;
  color: #333;
}