/* Add here all your CSS customizations */
/*add | Invnty: to inventoy number so it does not show just a number */
.product-content-inventory.ng-binding::before {content: " Crtn Avail: " !important;}

/* Hide name above the purchase button in the product detail page */
#ctl00_ctl00_ctl00_cpMainBody_cpMainContent_MiniCalculator_prodnameheader {display: none !important;}

/* hide item details' Unit Cost: $0.00 & Quantity: ## under body title-still visible for now-02/12/24 */
/*.summary.summary-entry>p.price {display: none !important;}*/

/*hide order-options page price calulator with qty text field*/
div.shop.form-group.calc-totals-container {display: none !important;}

/*hide view+details calculator, kept Purchase button*/
table.cart-totals.push-bottom {display: none !important;}

/*hide price under thumbnail, qty avail info on product page*/
.product-content-price.ng-binding {display: none !important;}

/* reduce font-size of Integration and Qty Avail: fields */
.product-content-item-model {font-size: 13px !important;}

/* change Approval on order-options page to Quantity */
h4.order-options-approval-header {text-indent: -9999px;line-height: 0;}
h4.order-options-approval-header::after {text-indent: 0px; line-height: initial; display: block; content: "Quantity" !important;}

/* hide TOTAL COST: in view-cart page */
#ctl00_cpMainBody_checkoutRight {display: none !important;}
