.checkout-layout:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-layout__container {
  width: 65%;
  float: left;
}
.checkout-layout__aside {
  width: 35%;
  float: left;
  padding-left: 16px;
}

.checkout-panel {
  border: 1px solid #D5D7D9;
  background-color: #FFF;
  border-radius: 6px;
  box-shadow: 0 4px 6px 0 rgba(25, 25, 27, 0.0901960784);
  padding: 24px;
  margin-bottom: 16px;
}
.checkout-panel--alert {
  border-color: #E58C83;
  box-shadow: 0 4px 6px 0 rgba(229, 140, 131, 0.0901960784);
}
.checkout-panel--alert > .checkout-panel__title {
  color: #D84B3B;
}
.checkout-panel__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 16px;
}
.checkout-summary__actions {
  margin-top: 16px;
}
.checkout-summary__item {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.checkout-summary__item:first-child {
  margin-top: 0;
}
.checkout-summary__item--separator {
  border-top: 1px solid #D5D7D9;
  padding-top: 16px;
}
.checkout-summary__item-label {
  color: #999BA1;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.checkout-summary__item-label--total {
  color: #515151;
  font-weight: bold;
}
.checkout-summary__item-value {
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}
.checkout-summary__item-value--discount {
  color: #469C53;
}
.checkout-summary__item-value--tax {
  font-weight: normal;
}

.checkout-coupon__wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}
.checkout-coupon__label {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
.checkout-coupon__label--applied {
  color: #51B560;
}
.checkout-coupon > .control {
  width: 200px;
}
.checkout-coupon__error {
  color: #FF5A1F;
  font-size: 12px;
  line-height: 14px;
}

.booking .subtitle {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  color: #19191B;
  padding-top: 16px;
}
.booking__step {
  display: none;
}
.booking__step[data-step="1"] {
  display: block;
}
.booking-form__label {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  color: #3B3D41;
  vertical-align: middle;
}
@media (min-width: 1000px) {
  .booking-form__datepicker {
    width: 390px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1000px) {
  .booking-form__coupon {
    display: inline-block;
    width: 390px !important;
    vertical-align: middle;
  }
}
@media (min-width: 1000px) {
  .booking-form__select + .select2 {
    display: inline-block;
    width: 390px !important;
    vertical-align: middle;
  }
}
.booking-form__select-option {
  position: relative;
  padding-left: 25px;
}
.booking-form__select-option__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
}
.booking-form__row {
  margin-bottom: 24px;
}
.booking-form__actions {
  margin: 24px 0;
  display: flex;
  gap: 24px;
}
.booking-accomodation .control--checkbox + .control-label::after {
  left: 6px;
  bottom: 5px;
  margin: auto;
}
.booking-accomodation__title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.booking-accomodation__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}
.booking-accomodation__logo {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  padding-right: 212px;
  position: relative;
}
.booking-accomodation__logo:after {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 212px;
  height: 45px;
  background-image: url("../images/shortlet-homes.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}
.booking-accomodation__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4B66;
  margin-bottom: 30px;
}
.booking-accomodation__text span {
  color: #71D321;
}
.booking-accomodation__text span strong {
  font-weight: 700;
  font-size: 20px;
  color: #38873A;
}
.booking-accomodation__carousel {
  margin-bottom: 30px;
}
.booking-accomodation__carousel-item {
  border-radius: 12px;
}
.booking-accomodation__counter-container {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.booking-accomodation__counter-container > .counter {
  width: 160px;
}
.booking-accomodation__counter-text {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #3B3D41;
}
@media screen and (max-width: 1200px) {
  .booking-accomodation__counter-text {
    font-size: 22px;
  }
}
.booking-accomodation__label-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #19191B;
  padding-left: 10px;
}
.booking-accomodation__label-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #999BA1;
  padding-left: 10px;
}
.booking .control--checkbox + .control-label::before {
  width: 24px;
  height: 24px;
  border-color: #EAEBEC;
  top: 10px;
  border-radius: 50%;
}

.form-progress {
  display: inline-flex;
  gap: 4px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.form-progress__indicator {
  background: #D5D7D9;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.form-progress__indicator--active {
  background: #468EEE;
}

.products-container {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.product {
  padding: 20px;
  position: relative;
  width: calc((100% - 28px) / 3);
  border-radius: 12px;
}
@media screen and (max-width: 1240px) {
  .product {
    width: calc((100% - 14px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .product {
    width: 100%;
  }
}
.product__successfully-added {
  text-align: center;
  margin: 10px 0 0;
  display: none;
}
.product__successfully-added__wrapper {
  display: inline-block;
  padding: 4px 8px 4px 32px;
  position: relative;
  font-size: 14px;
  border-radius: 6px;
  color: #469C53;
  background: #EEFDF6;
  text-align: left;
}
.product__successfully-added__wrapper:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icons/tick-circle-green.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product--bordered {
  border: #EAEBEC solid 1px;
}
.product__image {
  border-radius: 12px;
  margin-bottom: 16px;
  background: no-repeat center;
  background-size: cover;
  padding-bottom: 75%;
}
.product__details {
  margin-bottom: 16px;
}
.product__details-title {
  font-family: "Work Sans", serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0%;
  color: #19191B;
  line-height: 1.2;
  line-height: 1.5;
  margin-bottom: 4px;
}
@media (max-width: 1024px) {
  .product__details-title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .product__details-title {
    font-size: 20px;
  }
}
.product__details-caption {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #999BA1;
  margin-bottom: 4px;
}
.product__details-caption strong {
  font-size: 16px;
  color: #19191B;
}
.product__details-text {
  font-family: "Work Sans", serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.4%;
  color: #999BA1;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .product__details-text {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .product__details-text {
    font-size: 11px;
  }
}
.product__details-text p {
  margin-bottom: 1em;
}
.product__details-text ul,
.product__details-text ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.product__details-text li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.product__details-text ul {
  list-style-type: disc;
}
.product__details-text ol {
  list-style-type: decimal;
}
.product__details-text p:last-child,
.product__details-text ul:last-child,
.product__details-text ol:last-child {
  margin-bottom: 0;
}
.product__benefits {
  color: #3B3D41;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
.product__benefits-item {
  padding-left: 36px;
  position: relative;
  margin-bottom: 5px;
}
.product__benefits-item strong {
  color: #3B3D41;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
}
.product__benefits-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}
.product__benefits-item--attractions span {
  color: #468EEE;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.product__benefits-item--attractions span:hover {
  color: #3B3D41;
}
.product__benefits-item--attractions:before {
  background-image: url("../images/icons/heart-tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.product__benefits-item--guests_included:before {
  background-image: url("../images/icons/people.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.product__benefits-item--visits:before {
  background-image: url("../images/icons/timer.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.product__benefits-item--food:before {
  background-image: url("../images/icons/reserve.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.product__benefits-item--insurance:before {
  background-image: url("../images/icons/document-text.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.product__benefits-item--vat:before {
  background-image: url("../images/icons/percentage-square.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.product__benefits-item--validity:before {
  background-image: url("../images/icons/building.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.product--quantity .product__quantity-wrapper {
  visibility: visible;
  opacity: 1;
}
.product__quantity__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
}
.product__quantity__close:before, .product__quantity__close:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #19191B;
  transform: rotate(45deg);
  transform-origin: center;
  position: absolute;
}
.product__quantity__close:before {
  transform: rotate(-45deg);
}
.product__quantity-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f8f8f8;
  border-radius: 12px;
  padding: 40px 20px 20px 20px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.product__quantity-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #19191B;
}
.product__quantity-item {
  padding: 14px;
  border: solid 1px #EAEBEC;
  border-radius: 12px;
  margin-bottom: 16px;
}
.product__quantity-item__tags {
  display: flex;
  gap: 8px;
}
.product__quantity-item__tags-value {
  padding: 4px 8px 4px 32px;
  position: relative;
  font-size: 14px;
  border-radius: 6px;
}
.product__quantity-item__tags-value:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product__quantity-item__tags-value--discount {
  background: #FEF7EC;
  color: #FF5A1F;
}
.product__quantity-item__tags-value--discount:before {
  background-image: url(../images/icons/discount.svg);
}
.product__quantity-item__tags-value--info {
  background: #ECF5FE;
  color: #468EEE;
}
.product__quantity-item__tags-value--info:before {
  background-image: url(../images/icons/discount-save.svg);
}
.product__quantity-item-error {
  padding: 8px 8px 8px 28px;
  background-color: #F8F8F8;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #FF5A1F;
  margin-top: 4px;
}
.product__quantity-item-error:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/info-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.product__quantity-item__amount-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #19191B;
  margin-bottom: 14px;
}
.product__quantity-item__amount-total {
  font-size: 24px;
  line-height: 37px;
  font-weight: 600;
  color: #19191B;
  white-space: nowrap;
}
.product__quantity-item__total {
  margin-bottom: 14px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.product__quantity-item__total-value {
  font-size: 24px;
  line-height: 37px;
  font-weight: 600;
  color: #19191B;
  white-space: nowrap;
}
.product__quantity-item__total-value--now {
  color: #469C53;
}
.product__quantity-item__total-value--was {
  text-decoration-line: line-through;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5A5C62;
}
