.huntastic .huntastic__checkout {
  padding: 30px 0 60px;
}
.huntastic .huntastic__checkout .booking-checkout__alert {
  margin-bottom: 20px;
  padding: 15px;
  color: #004085;
  font-size: 16px;
  font-weight: 600;
  background-color: #cce5ff;
}
.huntastic .booking-checkout {
  display: flex;
  align-items: stretch;
}
.huntastic .booking-checkout .booking-checkout__form {
  flex-grow: 1;
  margin-right: 40px;
}
.huntastic .booking-checkout .booking-checkout__summary {
  width: 26%;
}
.huntastic .booking-checkout .form__row {
  margin: 0 -10px;
  display: flex;
}
.huntastic .booking-checkout .form__row .form__group {
  width: 50%;
  padding: 0 10px;
}
.huntastic .booking-checkout .form__section__title {
  margin: 30px 0 20px;
  font-size: 20px;
  font-weight: 700;
}
.huntastic .booking-checkout .form__group {
  margin-bottom: 20px;
}
.huntastic .booking-checkout .form__label {
  display: block;
  margin-bottom: 10px;
  color: #494949;
}
.huntastic .booking-checkout .form__input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #dedede;
  background-color: #FFFFFF;
}
.huntastic .booking-checkout .form__input::placeholder {
  color: #919191;
  font-size: 14px;
}
.huntastic .booking-checkout .booking-checkout__submit {
  display: flex;
  align-items: center;
}
.huntastic .booking-checkout .booking-checkout__submit .booking-checkout__submit__btn {
  display: inline-block;
  cursor: pointer;
  padding: 18px 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: #849E57;
  transition: all 0.3s ease-in-out;
}
.huntastic .booking-checkout .booking-checkout__submit .booking-checkout__agree {
  margin-left: 15px;
}
.huntastic .booking-checkout .booking-summary {
  position: sticky;
  top: 20px;
  border: 1px solid #dedede;
  background-color: #FFFFFF;
}
.huntastic .booking-checkout .booking-summary .booking-summary__header {
  border-bottom: 1px dotted #dedede;
}
.huntastic .booking-checkout .booking-summary .booking-summary__header .booking-summary__image {
  width: 100%;
}
.huntastic .booking-checkout .booking-summary .booking-summary__header .booking-summary__image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.huntastic .booking-checkout .booking-summary .booking-summary__header .booking-summary__title {
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
}
.huntastic .booking-checkout .booking-summary .booking-summary__body {
  padding: 20px;
}
.huntastic .booking-checkout .booking-summary .booking-summary__body .booking-summary__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
}
.huntastic .booking-checkout .booking-summary .booking-summary__body .booking-summary__item.booking-summary__item--total .booking-summary__item__value {
  font-size: 22px;
}
.huntastic .booking-checkout .booking-summary .booking-summary__body .booking-summary__item .booking-summary__item__label {
  color: #494949;
}
.huntastic .booking-checkout .booking-summary .booking-summary__body .booking-summary__item .booking-summary__item__value {
  color: #000000;
  font-weight: 600;
}
.huntastic .booking-done {
  padding: 50px 0 60px;
  text-align: center;
}
.huntastic .booking-done .booking-done__icon {
  margin-bottom: 25px;
  width: 120px;
}
.huntastic .booking-done .booking-done__title {
  margin-bottom: 40px;
  font-size: 54px;
  font-weight: 700;
  font-family: "Oswald", serif;
  text-transform: uppercase;
}
.huntastic .booking-done .booking-done__text {
  font-size: 18px;
}

/*# sourceMappingURL=booking.css.map */

@media only screen and (max-width: 1024px) {
  .huntastic .huntastic__checkout {
    padding: 0;
  }
  .huntastic .booking-checkout {
    display: flex;
    flex-direction: column-reverse;
  }
  .huntastic .booking-checkout .booking-checkout__form {
    margin-right: 0;
  }
  .huntastic .booking-checkout .booking-checkout__submit {
    display: block;
    text-align: center;
  }
  .huntastic .booking-checkout .booking-checkout__submit .booking-checkout__agree {
    margin-left: 0;
    margin-top: 10px;
  }
  .huntastic .booking-checkout .booking-checkout__summary {
    width: 100%;
    margin-top: 20px;
  }
}