#form-wrap {
  max-width: 400px;
  margin: 0 auto;
}

#product-bg-wrap {
  margin: -10px 0 -130px 0;
  width: 100%;
}

#product-bg {
  position: relative;
  width: 150px;
  margin: 0 auto;
}

#product-bg img {
  width: 100%;
}

#form {
  max-width: 100%;
  border-radius: 5px;
}

#form {
  max-width: 100%;
  margin: 0 auto;
}

#form input,
#form select,
#form button,
#form label,
#form form {
  width: 100%;
}

#form form {
  /*padding:130px 15px 25px 15px;*/
  display: flex;
  flex-direction: column;
}

#form label {
  text-align: center;
}

#form .example {
  text-align: left;
  font-size: 13px;
  color: #969696;
}

#form .example em {
  color: #000;
}

#form button {
  text-transform: uppercase;
}

#form .discount {
  font-size: 40px;
  color: #d84949;
}

#form .timeleft {
  font-size: 12px;
  color: #484848;
  padding: 6px 0;
}

#form .timer {
  font-size: 38px;
  color: #4b4550;
  letter-spacing: -3px;
  font-weight: 600;
}

#form .hours {
  font-size: 14px;
  color: #c5c5c5;
  font-weight: 600;
}

#form #price {
  margin: 10px auto;
  display: flex;
  font-size: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

#form #price #price-old,
#form #price #price-new {
  margin: 0 5px;
}

#form #price #price-new {
  color: #3578e5;
}

#form #price #price-old {
  text-decoration: line-through;
  color: #bdb6b6;
}

#form form input,
[name="country"] {
  font-size: 16px;
  padding-left: 10px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: gray;
}

#form form input:focus {
  color: black;
}

.free {
  position: relative;
  top: -2.5px;
  color: #4b4550ab;
}

#form form button {
  /*height:80px;*/
  font-size: 30px;
  background: #3578e5;
  background: linear-gradient(90deg,
      #041e37 0,
      rgba(9, 70, 121, 1) 35%,
      #5181b0 100%);
  color: white;
  border: 0;
}

#form form input,
#form form button {
  border-radius: 5px;
}

#form form #protection {
  display: flex;
  margin-top: 13px;
  font-size: 12px;
}

#form form #protection .protection-icon {
  background: url("");
  min-width: 19px;
  min-height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
  align-self: end;
}

#form form #protection strong {
  color: #ff000066;
}

/* #form form {
    padding-top: 2rem;
} */

#form-wrap * {
  box-sizing: border-box;
}

#form-wrap {
  /* margin-bottom: 2rem; */
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

#product-bg {
  width: 40%;
}

/* #form {
     background-color: white;
 } */
 #form select {
  -webkit-appearance: none;
  appearance: none;
 }
#form input,
#form select,
#form button,
#form form {
  width: 80%;
  margin: 0 auto;
}

#form form input {
  border-bottom: 1px solid gray;
}

#form .example {
  margin-bottom: 8px;
  font-size: 14px;
  color: white;
  line-height: 1;
  text-align: center;
}

#form form button {
  background: #34c954;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  border-radius: 25px;
  max-width: 60%;
  width: 100%;
}

#form form input {
  font-size: 16px;
  margin-bottom: 1rem;
}

@media (max-width: 480px) {
  /* #form-wrap {
        margin-top: 0.5rem;
    } */

  #product-bg {
    width: 200px;
  }

  #form input,
  #form select,
  #form button,
  #form label,
  #form form {
    width: 100%;
  }
}

[type="submit"]:disabled {
  display: none !important;
}

.ring-loading {
  width: 10px;
  height: 10px;
  padding: 15px !important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 10px auto !important;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

[type="submit"]:disabled+.ring-loading {
  display: block !important;
}

@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

footer {
  text-align: center;
}

.links {
  margin-top: 75px;
  margin-bottom: 20px
}

.links a, .links p {
  display: block
}

.img-txt {
  width: 100%;
  max-width: 550px;
  color: #fff;
  font-weight: 600;
  font-size: 34px;
  background: #009bff;
  border-radius: 0 0 18px 18px;
  -webkit-border-radius: 0 0 18px 18px;
  -moz-border-radius: 0 0 18px 18px;
  -ms-border-radius: 0 0 18px 18px;
  -o-border-radius: 0 0 18px 18px;
  text-shadow: #0974bb 2px 2px 2px;
  padding: 0 0 6px;
}