#order-standard_cart label.cart__choose__cycle__label {
  margin-right: 0;
  align-items: end;
}
#order-standard_cart .cart__choose__cycle__label .cart__choose__cycle__content {
  padding-bottom: 55px;
}
.icheck__control__check__cycle__btn {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: inherit;
  justify-content: end;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.best__pricing__cycle__badge {
  position: absolute;
  left: 20px;
  top: 19px;
  background: #fff38d;
  z-index: 1;
  color: #bb680f;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  height: 24px;
  font-weight: 500;
  transform: rotate(90deg);
  border-radius: 5px 0 0 5px;
}

.cycle__setep__fees__wrapper{
  font-size: 11px;
  color: #fff;
  display: flex;
  background: #8bde8e;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 5px 0 0 5px;
  position: absolute;
  top: -125px;
  transform: rotate(90deg);
  left: -35px
}

.cycle__setup__fees__free::after, .cycle__setup__fees::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 0;
  border-color: #8bde8e transparent transparent transparent;
  position: absolute;
  right: -6px;
  top: 0;
}
.cycle__setup__fees__free::before, .cycle__setup__fees::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 0 7px;
  border-color: transparent transparent transparent #8bde8e;
  position: absolute;
  right: -6px;
  bottom: 0;
}

.cycle__setep__fees__wrapper .cycle__setup__fees {
  color: var(--alertcolorlight);
}

