.btn-final-locked {
  color: #fff !important;
  border: 2px solid #fff !important;
  background: #222 !important;
  opacity: 0.85;
}
.btn-locked {
  background: #222 !important;
  color: #fff !important;
  border: none !important;
  opacity: 0.85;
  cursor: pointer;
  text-decoration: none;
}
.btn-locked:hover,
.btn-final-locked:hover {
  opacity: 1;
  color: #fff !important;
}
.btn-final-locked {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
#purchase-required {
  scroll-margin-top: 100px;
}
