* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

img {
  -webkit-user-drag: none;
  user-drag: none;
}

/* CSS */
.ctaBtn {
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
  cursor: pointer;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-87:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.button-87:active {
  transform: scale(0.95);
}

.displayNone {
  display: none !important;
}

.visibilityHidden {
  visibility: hidden !important;
}

.NotAvaiable {
  cursor: not-allowed;
  background-color: grey;
}
.NotAvaiable::after {
  position: relative;
  content: "Select make";
}
.NotAvaiable + div {
  display: none;
}
.NotAvaiable span {
  display: none;
}/*# sourceMappingURL=utilities.css.map */