#checkoutContinue:hover {
  color: #895638 !important;
}
#checkoutMain .productQuantity,
#checkoutMain2 .productQuantity {
  color: #000000;
}
#checkoutContinue {
  text-transform: lowercase !important;
}


#checkoutContinue,
#confirmShipping {
  border: 3px solid #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 0px !important;
}

#checkoutContinue:hover,
#confirmShipping:hover{
  background-color: #ffffff !important;
  color: #000000 !important;
}


#checkoutContinue:not(.disabled):hover {
  background-color: white;
  color: #51d5a5;
  font-weight: 900;
}
#checkoutContinue.disabled {
  background-color: #ececec;
  color: #000000;
  cursor: not-allowed;
  border: 3px solid #ececec;
}

.billingInfoOption:hover,
.billingInfoOption.selectedBillingInfoOption {
  background-color: #000000 !important;
  color: white;
  font-weight: 600;
}

#cartInfoTitle {
  color: #000000 !important;
}

.print:hover {
  background-color: #9b9b9b !important;
}
