@font-face {
  font-family: "PoppinsLight";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PoppinsMedium";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PoppinsBold";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PoppinsExtraBold";
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  overflow-y: scroll;
  background: #3b7e62;
  color: #171717;
  font-family: "PoppinsLight";
}

img {
  max-width: 100%;
}

.bold {
  font-family: "PoppinsBold";
}

.box {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 40px 15px 80px 15px;
  margin: 0px auto 0 auto;
  border-top: 16px solid #f1f1f1;
  position: relative;
}
.box .wrapper {
  width: 620px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .box .wrapper {
    width: 100%;
  }
}
.box .wrapper.size-xl {
  width: 920px;
}
@media (max-width: 767px) {
  .box .wrapper.size-xl {
    width: 100%;
  }
}
.box:before {
  content: "";
  background: var(--primary-color);
  width: var(--box-border-width);
  height: 16px;
  position: absolute;
  top: -16px;
  left: 0;
  transition: width 0.5s ease-in-out;
}
.box__header {
  display: flex;
}
.box__header img {
  width: 200px;
  margin: 0 auto;
}
.box__header .steps {
  position: absolute;
  top: 25px;
  right: 25px;
  font-family: "PoppinsMedium";
}
.box__header .steps .active {
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .box__header .steps.payment-success {
    display: none;
  }
}
.box__title {
  font-size: 36px;
  text-align: center;
  margin-top: 40px;
  min-height: 90px;
}
.box__title.single {
  line-height: 110px;
}
@media (max-width: 767px) {
  .box__title.single {
    line-height: 46px;
  }
}
.box__title .subtitle {
  font-size: 24px;
  margin-top: 20px;
}
.box__radio-image-container {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.box__radio-image-container .item {
  background: #f8f8f8;
  padding: 40px 15px;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 220px;
  height: 265px;
  border: 2px solid #f8f8f8;
}
@media (max-width: 767px) {
  .box__radio-image-container .item {
    width: 45%;
    height: auto;
  }
}
.box__radio-image-container .item span.title {
  font-size: 18px;
  margin-top: 8px;
}
.box__radio-image-container .item span.subtitle {
  font-family: "PoppinsBold";
  font-size: 12px;
}
@media (max-width: 767px) {
  .box__radio-image-container .item span.subtitle {
    text-align: center;
  }
}
.box__radio-image-container .item.active {
  border: 2px solid var(--primary-color);
}
.box__radio-image-container .item.active:after {
  content: "\f00c";
  font-size: 32px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 1;
  position: absolute;
  top: -18px;
  right: -10px;
  color: var(--primary-color);
}
.box__radio-image-container .item img {
  width: 125px;
}
@media (max-width: 767px) {
  .box__radio-image-container .item img {
    width: 65px;
  }
}
.box__radio-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.box__radio .item {
  display: flex;
  align-items: center;
  font-size: 28px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .box__radio .item {
    font-size: 20px;
  }
}
.box__radio .item:not(:first-child) {
  margin-top: 25px;
}
.box__radio .item .checkbox {
  background: #ddd;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .box__radio .item .checkbox {
    width: 35px;
    height: 35px;
    margin-right: 35px;
  }
}
.box__radio .item .checkbox.active:after {
  content: "\f00c";
  font-size: 54px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 1;
  position: absolute;
  top: -18px;
  right: -10px;
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .box__radio .item .checkbox.active:after {
    font-size: 28px;
    top: -3px;
    right: 5px;
  }
}
.box__checkbox-container {
  margin-top: 50px;
}
.box__checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .box__checkbox .item:nth-child(2n) {
    margin-left: 1%;
  }
}
.box__checkbox .item {
  display: flex;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  flex-basis: 33%;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .box__checkbox .item {
    flex-basis: 48%;
    font-size: 16px;
  }
}
.box__checkbox .item .checkbox {
  background: #ddd;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 25px;
  position: relative;
}
.box__checkbox .item .checkbox.active:after {
  content: "\f00c";
  font-size: 32px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 1;
  position: absolute;
  top: -15px;
  right: -8px;
  color: var(--primary-color);
}
.box__content {
  min-height: 435px;
}
.box__buttons {
  display: flex;
  margin-top: 40px;
}
.box__buttons .btn-previous-step {
  width: 10%;
  margin-right: 15px;
  border: 0;
  border-radius: 8px;
  color: #1682fd;
}
.box__buttons .btn-next-step {
  background: var(--primary-color);
  color: #fff;
  border: 0;
  padding: 8px;
  text-transform: uppercase;
  border-radius: 8px;
  width: 90%;
}
.box__buttons .btn-next-step.full-width {
  width: 100%;
}
.box__buttons .btn-next-step.disabled {
  cursor: not-allowed;
  background: #ddd;
  color: #171717;
}
.box__buttons .btn-next-step i {
  margin-left: 8px;
}
.box .input-text {
  background: #ddd;
  border: 1px solid #bbb;
  text-align: center;
  padding: 24px 12px;
  font-size: 18px;
}
.box .input-text.has-error {
  border: 1px solid #ea4848;
  background: #f9f9f9;
}
.box .input-text::-moz-placeholder {
  color: #7d7d7d;
}
.box .input-text::placeholder {
  color: #7d7d7d;
}
.box .error-message {
  color: #ea4848;
  text-align: center;
  display: block;
  margin-top: 15px;
}
.box .email-info {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}
.box .checkout-intro {
  font-size: 18px;
  text-align: center;
}
.box .delivery-time {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin: 25px 0 25px 0;
}
.box .delivery-time .check {
  background: #16c60c;
  border-radius: 10px;
  border-left: 3px solid #13a80a;
  border-bottom: 5px solid #13a80a;
  width: 75px;
  height: 75px;
  font-size: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .box .delivery-time .check {
    display: none;
  }
}
.box .delivery-time .title {
  border-radius: 0 10px 10px 0;
  background: #3b7e62;
  font-size: 18px;
  padding: 10px 120px 10px 50px;
}
@media (max-width: 767px) {
  .box .delivery-time .title {
    border-radius: 10px;
    padding: 10px;
  }
}
.box .checkout-choices-title {
  font-size: 24px;
  margin-bottom: 25px;
  text-align: center;
}
.box .box-row {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .box .box-row {
    flex-direction: column;
  }
}
.box .box-width-40 {
  flex-basis: 40%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .box .box-width-40 {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.box .box-width-60 {
  flex-basis: 60%;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .box .box-width-60 {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .box .preview-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .box .female-icon-img {
    display: none;
  }
}
.box .female-icon-img-mobile {
  width: 150px;
  margin: 0 auto 20px auto;
  display: none;
}
@media (max-width: 767px) {
  .box .female-icon-img-mobile {
    display: block;
  }
}
.box .preview-img-complete {
  width: 300px;
  margin: 30px auto 30px auto;
  display: block;
}
.box .checkout-scheme-info {
  font-size: 16px;
}
.box .checkout-scheme-info .title {
  text-align: center;
}
.box .checkout-scheme-info .c2a {
  display: flex;
  margin-top: 30px;
}
.box .checkout-scheme-info .c2a img {
  width: 125px;
  margin-right: 30px;
  align-self: center;
}
.box .checkout-scheme-info .c2a ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box .checkout-scheme-info .c2a ul li:not(:first-child) {
  margin-top: 15px;
}
.box .checkout-scheme-info .c2a ul li i {
  background: #16c60c;
  border-radius: 8px;
  border-left: 1px solid #13a80a;
  border-bottom: 3px solid #13a80a;
  width: 25px;
  height: 25px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 15px;
  float: left;
}
.box .discount {
  display: flex;
  margin-top: 30px;
}
.box .discount input {
  border-radius: 8px 0 0 8px;
}
.box .discount button {
  border-radius: 0 8px 8px 0;
  background: #3b7e62;
  border-color: #3b7e62;
  color: #fff;
  display: flex;
}
.box .discount button.remove {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.box .discount button i {
  margin-right: 10px;
}
.box .payment-methods {
  width: 250px;
  margin: 10px auto 0 auto;
  display: block;
}

.training-scheme {
  position: relative;
  margin-top: 50px;
}
.training-scheme.active label {
  border: 3px solid #b6964f;
}
.training-scheme label {
  font-weight: 600;
  margin-top: 30px;
  font-size: 18px;
  border: 3px solid #cecece;
  display: block;
  padding: 15px;
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
}
.training-scheme label:hover {
  border: 3px solid #b6964f;
}
.training-scheme input {
  margin-right: 10px;
}
.training-scheme .checkbox-container {
  font-weight: 600;
  margin-top: 30px;
  font-size: 20px;
  border: 3px solid #cecece;
  padding: 15px;
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
}
.training-scheme .checkbox-container.active {
  border: 3px solid #b6964f;
}
.training-scheme .checkbox-container:hover {
  border: 3px solid #b6964f;
}

.training-scheme-selection {
  text-align: center;
  margin-top: 15px;
}
.training-scheme-selection .training-scheme-selection-row {
  background: rgb(182, 150, 79);
  background: linear-gradient(90deg, rgb(182, 150, 79) 36%, rgb(214, 192, 114) 100%);
  padding: 15px;
  margin-top: 15px;
  border-radius: 8px;
  color: #fff;
}
.training-scheme-selection label {
  font-size: 24px;
  font-family: "PoppinsExtraBold";
  display: block;
  margin-bottom: 30px;
}
.training-scheme-selection .form-group {
  margin-top: 30px;
}
.training-scheme-selection .form-group:first-child {
  margin-top: 0;
}
.training-scheme-selection .form-group select {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 30px;
  font-size: 18px;
  text-align: center;
}
.training-scheme-selection .form-group option {
  font-family: PoppinsLight, sans-serif;
}
.training-scheme-selection .radio-container {
  display: flex;
  justify-content: center;
}
.training-scheme-selection .radio-container label {
  font-size: 16px;
  margin-right: 15px;
  padding: 15px;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
}
.training-scheme-selection .radio-container label.active {
  background: #3b7e62;
  border: 1px solid #3b7e62;
  color: #fff;
}
.training-scheme-selection .radio-container label input {
  margin-right: 15px;
}
.training-scheme-selection .radio-container label:last-child {
  margin-right: 0;
}

.checkout-choices-container .choice-container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 30px;
}
.checkout-choices-container .choice-container:first-child {
  margin-top: 0;
}
.checkout-choices-container .choice-container .choice {
  display: flex;
  padding: 15px;
  font-size: 24px;
  border-radius: 15px;
  cursor: pointer;
  z-index: 2;
  border: 3px solid #cecece;
  background: #fff;
}
.checkout-choices-container .choice-container .choice.popular:before {
  content: "Meest Gekozen!";
  text-transform: uppercase;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 0 5px;
  position: absolute;
  left: -55px;
  top: 0;
  transform: rotate(-25deg);
}
@media (max-width: 767px) {
  .checkout-choices-container .choice-container .choice.popular:before {
    left: -17px;
    top: -10px;
    transform: rotate(-10deg);
  }
}
.checkout-choices-container .choice-container .choice:hover {
  background: rgb(182, 150, 79);
  background: linear-gradient(90deg, rgb(182, 150, 79) 36%, rgb(214, 192, 114) 100%);
  color: #fff;
}
.checkout-choices-container .choice-container .choice.active {
  background: rgb(182, 150, 79);
  background: linear-gradient(90deg, rgb(182, 150, 79) 36%, rgb(214, 192, 114) 100%);
  color: #fff;
  border: 3px solid #b6964f;
}
@media (max-width: 767px) {
  .checkout-choices-container .choice-container .choice .name {
    font-size: 21px;
  }
}
.checkout-choices-container .choice-container .choice .name .quantity {
  margin-right: 15px;
  font-family: "PoppinsExtraBold";
}
.checkout-choices-container .choice-container .choice .price {
  margin-left: auto;
}
@media (max-width: 767px) {
  .checkout-choices-container .choice-container .choice .price {
    font-size: 21px;
    text-align: center;
  }
}
.checkout-choices-container .choice-container .choice .price .old {
  position: relative;
}
@media (max-width: 767px) {
  .checkout-choices-container .choice-container .choice .price .old {
    display: none;
  }
}
.checkout-choices-container .choice-container .choice .price .old:after {
  content: "";
  width: 100%;
  height: 1px;
  background: red;
  position: absolute;
  bottom: 15px;
  left: 0;
  transform: rotate(-15deg);
}
.checkout-choices-container .choice-container .choice .price .new {
  font-family: "PoppinsExtraBold";
  margin-left: 15px;
}
.checkout-choices-container .choice-container .choice-information {
  background: #f4f4f4;
  display: flex;
  top: -15px;
  position: relative;
  padding: 30px 15px 15px 15px;
  border-radius: 0 0 15px 15px;
  align-items: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  .checkout-choices-container .choice-container .choice-information {
    flex-direction: column;
  }
}
.checkout-choices-container .choice-container .choice-information .icon {
  margin-right: 15px;
  color: #c7ab61;
  font-size: 24px;
}
@media (max-width: 767px) {
  .checkout-choices-container .choice-container .choice-information .icon {
    margin-right: 0;
    font-size: 18px;
  }
}
.checkout-choices-container .choice-container .choice-information .content {
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-choices-container .choice-container .choice-information .content {
    font-size: 14px;
  }
  .checkout-choices-container .choice-container .choice-information .content br {
    display: none;
  }
}
.checkout-choices-container .choice-container .choice-information .content p {
  margin: 0;
}
.checkout-choices-container .choice-container .choice-information .content strong, .checkout-choices-container .choice-container .choice-information .content b {
  font-family: "PoppinsBold";
}

.disclaimer {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
}

.checkbox-container {
  display: flex;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
}
.checkbox-container.center {
  justify-content: center;
}
.checkbox-container .item {
  display: flex;
  margin-left: 30px;
}
.checkbox-container .item:first-child {
  margin-left: 0;
}
.checkbox-container .item.active .checkbox:after {
  content: "\f00c";
  font-size: 32px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 1;
  position: absolute;
  top: -15px;
  right: -8px;
  color: var(--primary-color);
}
.checkbox-container .item.active .checkbox.darker:after {
  filter: brightness(0.85);
}
.checkbox-container .checkbox {
  background: #ddd;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  display: inline-block;
  margin-right: 25px;
  position: relative;
}

.solid-container {
  height: 300px;
  position: relative;
}
