/* Add here all your CSS customizations */

a.cart-total {font-weight: 600;}

/*add "Qty Avail: " next to inventoy number so it does not show just a number */
.product-content-inventory.ng-binding::before {content: "| Stock: " !important;}

/* hide PN Item #, keep Model and Inventory count */
.product-content-item.ng-binding {display: none !important;}

/* hide product name above Total/Unit Cost/ Quantity */
h4#ctl00_ctl00_ctl00_cpMainBody_cpMainContent_MiniCalculator_prodnameheader {display: none !important;}

/*bg on category items on "Products" page*/
.img-responsive, .img-fluid {background-color: transparent !important; repeat:none;}  /*{background-color:#ffffff !important;}*/

/*border/bg on item thumbs on "Category" page*/
/*.product-thumb {border-style:solid; border-width:1px; border-color:#837633; border-radius:3pt;}*/
.product-thumb {background-color:#ffffff !important;}