.addcart {
  text-decoration: none;
  font-size: 10pt;
  color: #ad0000;
  font-weight: bold;
  cursor: pointer;
}
.addcart:hover {
  text-decoration: underline;
}
.billingheader {
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
  padding: 3px;
  border-bottom: 1px solid #005db9;
  letter-spacing: 1px;
  text-align: left;
}
.dividerLine {
  width: 100%;
  max-width: 940px;
  height: 1px;
  border-bottom: 1px solid #005db9;
}
.loginFor {
  font-size: 12pt;
  color: #999999;
}
.partLine {
  font-size: 10pt;
  color: #000000;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 3px;
  letter-spacing: 1px;
  text-align: left;
}
.popUpContainer {
  position: relative;
}
.productlink {
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  color: #005db9;
}
.productlink:hover {
  text-decoration: underline;
}
.qtyLink {
  text-decoration: none;
  font-size: 10pt;
  color: #0079c2;
}
.qtyLink:hover {
  text-decoration: underline;
}
.rfqContainer {
  position: relative;
  z-index: 500;
}
.rfqRequestParts {
  text-decoration: none;
  font-size: 11pt;
  font-family: brandon-grotesque, sans-serif;
  color: #ad0000;
  font-weight: bold;
  cursor: pointer;
}
.rfqRequestParts:hover {
  text-decoration: underline;
}

