* {
  font-family: "futura-pt",sans-serif;
}

.select-product-btn,
.select-return-product-btn,
#searchOrderBtn,
.ContactForm-submit,
#searchReturnOrderBtn,
input[type="file"]::file-selector-button {
  background-color: #000;
  color: white;
  letter-spacing: 2px;
  border-radius: 3px;
}
.select-product-btn:hover,
.select-return-product-btn:hover,
#searchOrderBtn:hover,
.ContactForm-submit:hover,
#searchReturnOrderBtn:hover,
input[type="file"]::file-selector-button:hover {
  background-color: #000;
  border-color: #000;
  color: white;
}
.ContactForm{
  padding-right: 15px;
  padding-left: 15px;
}
.ContactForm-title{
  margin-bottom: 16px;
  text-align: center;
  font-weight: 700;
  margin-top: 2.5rem;
}
.containerOptions .radioContainer input[type="radio"]:checked + label::before, 
.containerOptions .checkboxContainer input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  background-color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  align-content: center;
}