/*==== View Cart CSS 6/15/25 (show_big_cart.asp) ====*/

td, td.normal, a.link, td[align=right] { font-size: 12pt; }

.mycarttoptext, mycartbottomtext { font-size: 12pt; font-weight: bold; }

input[name*="Quantity"]  { width: 50px; height: 35px; text-align: center;  font-size: 18pt; font-weight: bold; }

a.ProductTitle { font-size: 12pt;  font-weight: bold; }

/*----------------------------------------------------*/
/* Small Devices */
/*----------------------------------------------------*/

@media screen and (max-width: 600px) {

   td.normal, a.link, td[align=right] { font-size: 10pt; font-weight: normal; }
 
  .mycarttoptext, mycartbottomtext { font-size: 10pt !important; font-weight: bold; }
  .mycarttoptext, p.mycarttoptext { margin-top: 0 !important; margin-bottom: 0 !important; }

   #tblCart td { border-color: lightgray; padding: 0 !important; }

   input[name*="Quantity"]  { width: 40px; height: 30px; text-align: center;  font-size: 12pt; font-weight: bold; }

   a.ProductTitle { font-size: 9pt; font-weight: bold; }

}