#nav-modal, #nav-modal .modal-content {background-color:#000000 !important}
#nav-modal .close{color:#ffffff !important; opacity:1 !important;}
.checkout-shipping h3::after {
  content: "*Physical address only. UPS does not deliver to PO Boxes";
  display: block;
  font-size: 0.95rem;
  color: #ff5630;
  margin-top: 6px;
  font-weight: normal;
  line-height: 1.4;
}

.checkout-payment > section > h3::after {
  content: "You need to create an account before you will be able to use your discount code.";
  display: block;
  font-size: 0.95rem;
  color: #ff5630;
  margin-top: 6px;
  font-weight: normal;
  line-height: 1.4;
}