.form-radio__wrapper--usual {
  position: relative;
}
.form-radio__wrapper--usual .form-radio {
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin: 0;
}
.form-radio__wrapper--usual .form-radio ~ label {
  cursor: pointer;
  line-height: 40px;
  margin-bottom: 3px;
  display: inline-block;
}
.form-radio__wrapper--usual .form-radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.form-radio__wrapper--usual .form-radio:not(checked) ~ label {
  position: relative;
  padding: 0 0 0 60px;
}
.form-radio__wrapper--usual .form-radio:not(checked) ~ label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='78' r='10' transform='translate(-1 -67)' stroke='%231A1A1A' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") 0 0 no-repeat;
  background-size: cover;
}
.form-radio__wrapper--usual .form-radio:not(checked) ~ label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(1 1)' fill='none' fill-rule='evenodd'%3E%3Ccircle stroke='%231A1A1A' fill='%23FFF' cx='10' cy='10' r='10'/%3E%3Ccircle fill='%23ED0F00' cx='10' cy='10' r='3.5'/%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all .2s;
}
.form-radio__wrapper--usual .form-radio:checked ~ label:after {
  opacity: 1;
}
.form-radio--paypal .form-radio ~ label {
  width: 100px;
  height: 40px;
  background: url(../../images/cards/paypal.jpg) right center no-repeat;
  background-size: 100px;
  text-indent: -9999px;
}
.form-radio--card .form-radio ~ label {
  width: 211px;
  height: 40px;
  background: url(../../images/cards/cards.jpg) right center no-repeat;
  background-size: 211px;
  text-indent: -9999px;
}
.find-your-hoop .form-radio ~ label {
  font-family: 'DINCondensed', sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.8px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.find-your-hoop .form-radio__wrapper--usual {
  position: absolute;
  left: -99999px;
  top: -99999px;
  width: 0;
  height: 0;
}
.find-your-hoop .form-radio:not(checked) ~ label:before,
.find-your-hoop .form-radio:not(checked) ~ label:after {
  width: 44px;
  height: 44px;
}
.find-your-hoop--step-placement-install .form-radio__wrapper--usual {
  display: block;
  position: static;
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .find-your-hoop .form-radio {
    width: 24px;
    height: 24px;
  }
  .find-your-hoop .form-radio:not(checked) ~ label {
    font-size: 1.32rem;
    letter-spacing: 0.48px;
    line-height: 24px;
    padding-left: 36px;
  }
  .find-your-hoop .form-radio:not(checked) ~ label:before,
  .find-your-hoop .form-radio:not(checked) ~ label:after {
    width: 24px;
    height: 24px;
  }
  .find-your-hoop .form-radio--step-placement-install .find-your-hoop .form-radio__content-rightside {
    margin-left: 20px;
  }
}
