/* CSS cart-style sheet */
.headerCart {
  font-family: verdana;
  font-size: 8pt;
  color: black;
  background-color: #FF6600;  
  border: 1px solid black;
}
.detailCart {
  font-family: verdana;
  font-size: 8pt;
  color: black;
  background-color: #ffffcc;
  border: 1px solid #cccccc;
}

.cart {
  font-family: verdana;
  font-size: 8pt;
  color: black;
  margin-left: 20px;
}
.qtyUpdate {
  font-family: verdana;
  font-size: 8pt;
  color: black;
  border: 1px solid #cccccc;
}
.btnCart{
Font-Family: Verdana;
font-size: 7pt;
color: black;
background: #FF6600;
}
.smallMsg {
Font-Family: Verdana;
font-size: 7pt;
color: black;
margin-right: 5px;
}


