.form-wishlist .cta {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid {
    border-color: red !important;
}

.wait-right {
  position: relative;
}

.wait-right .wpcf7-response-output {
  position: absolute;
  bottom: 15px;
  border: unset !important;
  color: red;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0px !important;
}
.frm-btn{
    text-align: center;
    position: relative;
}
.wpcf7-spinner {
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px !important;
    height: 40px !important;
    opacity: 1 !important;
    margin-top: 10px;
    position: absolute;
    right: 0px;
    border-radius: 50% !important;
    top: 24px;
}

/* Optional: hide default spinner animation */
.wpcf7-spinner::before {
    display: none;
}
.error404 .drone-wrap-main {
  display: none;
}
section.no-results.not-found {
    padding: 200px 0px;
    text-align: center;
}
.search .drone-wrap-main {
    display: none;
}
section.error-404.not-found {
    padding: 150px 0px;
    text-align: center;
}
input.search-field {
    border-radius: 20px;
    padding: 5px;
}
li.early-access-4 {
    display: none;
}
li.early-access-3 {
    display: none;
}

@media (max-width: 575px) {
    li.early-access-4 {
        display: block;
    }
    li.early-access-3 {
        display: block;
    }

    li.early-access-2 {
        display: none;
    }
    li.early-access {
        display: none;
    }   
}