.bonus-plate-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.bonus-plate-box .control-label-block {
  margin-bottom: 0;
}
.bonus-plate {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  color: #fff;
  padding: 5px 27px 5px 9px;
  border-radius: 20px;
  margin-left: 5px;
  background: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.49403 6.49536C8.12166 6.49536 9.63963 6.1963 10.7852 5.67374C11.2492 5.46216 11.6789 5.20161 12.0325 4.8865V6.49536C12.0325 7.89058 9.55286 9.02167 6.49403 9.02167C3.43522 9.02167 0.955566 7.89058 0.955566 6.49536V4.8865C1.30917 5.20161 1.73891 5.46216 2.20285 5.67374C3.34845 6.1963 4.86638 6.49536 6.49403 6.49536Z" fill="white"/><path d="M10.7852 9.14743C11.2492 8.93585 11.6789 8.67532 12.0325 8.36016V9.96905C12.0325 11.3643 9.55286 12.4954 6.49403 12.4954C3.43522 12.4954 0.955566 11.3643 0.955566 9.96905V8.36016C1.30917 8.67532 1.73891 8.93585 2.20285 9.14743C3.34845 9.66999 4.86638 9.96905 6.49403 9.96905C8.12166 9.96905 9.63963 9.66999 10.7852 9.14743Z" fill="white"/><path d="M12.0325 3.02168C12.0325 4.41692 9.55286 5.54799 6.49403 5.54799C3.43522 5.54799 0.955566 4.41692 0.955566 3.02168C0.955566 1.62643 3.43522 0.495361 6.49403 0.495361C9.55286 0.495361 12.0325 1.62643 12.0325 3.02168Z" fill="white"/></svg>') no-repeat, var(--w5-gray2);
  background-size: 13px 12px;
  background-position: calc(100% - 9px) 5px;
}
@media (max-width: 389px) {
  .bonus-plate {
    font-size: 11px;
    padding: 5px 27px 5px 7px;
  }
}
.bonus-plate--green,
.bonus-plate--filled {
  background-color: var(--w5-blue);
}
.bonus-total {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  margin-bottom: 15px;
}
.bonus-total__heading-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.bonus-total__heading {
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .bonus-total__heading {
    font-size: 20px;
    line-height: 24px;
  }
}
.bonus-total__qty {
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
}
.bonus-total__qty-current {
  color: var(--w5-blue);
}
.bonus-total__range {
  width: 100%;
  height: 5px;
  background-color: var(--w5-gray);
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
}
.bonus-total__range-filler {
  width: 0;
  height: 100%;
  background-color: var(--w5-blue);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.bonus-total__bottom {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .bonus-total__bottom {
    padding: 16px 22px;
  }
}
.bonus-total__bottom-heading {
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .bonus-total__bottom-heading {
    font-size: 18px;
  }
}
.bonus-total .bonus-plate-box {
  margin-bottom: 7px;
}
.bonus-total .bonus-plate {
  margin-left: 10px;
}
.bonus-total__bottom-text {
  font-size: 17px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .bonus-total__bottom-text {
    font-size: 18px;
  }
}
.bonus-total--mobile {
  display: none;
  background-color: var(--w5-gray);
  padding: 30px 16px;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .bonus-total--mobile {
    display: block;
  }
}
.bonus-total--mobile.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 16px;
}
.bonus-total--mobile.fixed .bonus-total__heading {
  font-size: 17px;
  line-height: 24px;
}
.bonus-total--mobile.fixed .bonus-total__qty {
  font-size: 17px;
  line-height: 24px;
}
.bonus-total--mobile.fixed .bonus-total__range {
  margin-bottom: 0;
}
.bonus-total--mobile.fixed .bonus-total__bottom {
  display: none;
}
.bonus-total--mobile .bonus-total__qty {
  font-size: 20px;
  line-height: 24px;
}
.bonus-total--mobile .bonus-total__range {
  background-color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .bonus-total--desktop {
    display: none;
  }
}
/*# sourceMappingURL=bonuses.css.map */