.goals-section .block-plan-radio {
  background-color: #fff;
  border-radius: 1.25rem;
  border: solid 3px #cbd0da;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.goals-section .block-plan-radio {
  background-color: #fff;
  border-radius: 1.25rem;
  border: solid 3px #cbd0da;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  transition: 0.25s;
}

.goals-section .block-plan-radio.active {
  border: solid 3px #6c8b46;
}

.goals-section .block-plan-radio .subtitle {
  font-size: 1.5rem;
  color: #353c46;
  font-weight: 500;
  background-color: #edebe0;
  padding: 0.75rem 2rem;
}

.goals-section .block-plan-radio .form-check {
  text-align: left;
  padding: 2rem 4rem;
}

.goals-section .block-plan-radio .title {
  font-size: 2rem;
  font-weight: 800;
  padding-bottom: 0.4rem;
  display: block;
}

.goals-section .block-plan-radio .info {
  font-size: 1.25rem;
  display: block;
  font-weight: 500;
}

.goals-section .block-plan-radio .form-check-input {
  width: 1.3em;
  height: 1.3em;
  margin-top: 0.8em;
  border: 0;
  box-shadow: 0 0 0 2px #000;
}

.goals-section .block-plan-radio .form-check-input:checked {
  background-color: #6c8b46;
  border: #fff solid 4px;
  --bs-form-check-bg-image: none;
  box-shadow: 0 0 0 2px #6c8b46;
}

.goals-section .block-plan-radio .form-check-label {
  padding-left: 1rem;
}

.food-addon .ppm {
  color: #6c8b46;
  font-size: 1.3rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.food-addon .block-plan {
  min-height: 183px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.food-addon .block-plan .select {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.goals-section .delisubbox .form-check-input {
  width: 1.3em;
  height: 1.3em;
  margin-top: 0;
  border: 0;
  box-shadow: 0 0 0 2px #8e95a6;
  background: none;
}

.goals-section .delisubbox .form-check {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.goals-section .delisubbox .form-check-input:checked {
  background-color: #6c8b46;
  border: #fff solid 4px;
  --bs-form-check-bg-image: none;
  box-shadow: 0 0 0 2px #6c8b46;
}

.goals-section .delisubbox {
  padding-left: 2rem;
  background-color: transparent;
}
.goals-section .delisubbox.active {
  background-color: #e7f6d4;
}

.goals-section .delisubbox .stitle {
  padding-left: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.goals-section .order-sel {
  padding-bottom: 4rem;
}

.goals-section .block-plan .pblock .ptime {
  font-weight: 800;
  font-size: 2rem;
}

.goals-section .delivery-time .days {
  border: 0;
  padding: 0;
  color: #6c8b46;
  font-weight: 400;
  font-size: 1.35rem;
}
.goals-section .delivery-time .days span {
  font-weight: 700;
  font-size: 1.75rem;
}

.goals-section .sticker-badge {
  position: absolute;
  right: -20px;
  top: -22px;
  width: 83px;
  background-image: url(/your-plan/img/save-sticker.svg); background-repeat: no-repeat; width: 83px; height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.1;
}


.goals-section .sticker-badge span{   transform: rotate(20deg);}




.delisubbox .radio-circle{
    width: 24px;
    height: 24px;
    border: solid 2px #000;
    border-radius: 50%;
    }

    .delisubbox.active .radio-circle{
    background-color: #6c8b46;
    border: #fff solid 4px;
    box-shadow: 0 0 0 2px #6c8b46;
    }



@media (max-width: 991px) {
  .goals-section .block-plan-radio .form-check {
    padding: 1rem 2rem 1rem 3rem;
  }
  .goals-section .block-plan-radio {
    margin-bottom: 1rem;
  }

  .goals-section .block-plan-radio .title {
    font-size: 1.5rem;
  }

  .goals-section .block-plan-radio .info {
    font-size: 1rem;
  }

  .goals-section .block-plan-radio .subtitle {
    font-size: 1rem;
  }

  .goals-section .sticker-badge {
        right: -22px;
        top: -25px;
        width: 60px;
        background-size: 100%;
        font-size: .70rem;
        height: 60px;
    }
  
}

@media (max-width: 767px) {
  .food-addon .block-plan {
    min-height: auto;
  }

  .food-addon .ppm {
    font-size: 0.875rem;
  }

  .goals-section .block-plan .pblock .ptime {
    font-size: 1rem;
  }

  .goals-section .delivery-time .days {
    font-size: 0.875rem;
  }

  .goals-section .delivery-time .days span {
    font-size: 1rem;
  }

  .goals-section .delisubbox .stitle {
    font-size: 1rem;
  }

  .goals-section .sticker-badge { display: none;}
}

    .checkout-btns-section{ position: static;}

    .our-menu{ padding-top: 3rem;}

    footer{ margin-bottom: 0 !important;}


    