/* section {
        margin-top: 150px;
    } */

/* #iB_widget--container {

        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 3;
        background: white;
        border-bottom: 1px solid #dadadd;
    } */

.iB_mobile {
  padding: var(--spacing2x);
  align-items: center;
  justify-content: space-between;
  background-color: white;
  position: relative;
  top: 8px;
}


.iB_mobile.scroll_top {
  top: -2px;
}

.iB_mobile--container {
  display: flex;
  align-items: center;
  gap: var(--spacing1x);
}

.iB_mobile--info_destination {
  font-size: 16px;
  font-weight: bold;
}

.iB_mobile--info_date_room span {
  font-size: 12px;
  color: #6f6e77;
  font-weight: 400;
  line-height: 10px;
}

.iB_mobile--coupon {
  font-size: 10px;
  color: #6f6e77;
  font-weight: 400;
  line-height: 10px;
  display: none;
}

.iB_mobile--modify_btn {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
}

/* .iB-widget--pc {
        padding: 30px 60px 30px 60px;
    } */

.init_shadow {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.iB_mobile--booking-now {
  display: none;
  justify-content: space-around;
  align-items: center;
  background-color: rgb(0 0 0 / 0.5);
  padding: 20px 0px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.iB-widget--overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

#destination .input-group,
#datepicker .input-group,
#rooms .input-group {
  /*box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);*/
  border-radius: 6px;
  /*height: 45px;*/
  border-color: #f5f5f5;
}

#check_availability_button {
  font-weight: 300;
}

.summary_booking--location,
.summay_booking--date,
.summay_booking--room,
.summay_booking--promo {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  background: none;
  border: 1px solid #dadadd;
  border-radius: 6px;
  padding: 16px;
}

/* #check_form button {

        width: 100%;
        text-align: left;
        font-size: 14px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

    } */

/* .modal .modal-header button {
        width: 30px !important;
        box-shadow: unset !important;
    }

    .modal .modal-body button {
        width: 40px !important;
        text-align: center !important;
    }

    .modal .modal-footer button.btn-secondary {
        flex: 0 0 15%;
        text-align: center !important;
    }

    .modal .modal-footer button.btn-primary {
        flex: 0 0 20%;
        text-align: center !important;
    } */

#datepicker>.input-group,
#rooms>.input-group {
  height: 45px;
}

#date--check {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#datepicker-date--check {
  top: 85px;
}

/* .datepicker-container {
        display: flex;
        gap: 20px;
        height: 45px;
    }

    .datepicker-container span,
    .datepicker-container input {
        border-radius: 0;
    } */

.iB_mobile--booking-now button {
  height: 50px;
  color: white;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}

#destination>div {
  /*height: 45px;*/
}

/* #destination .input-group .input-group-text,
    #destination .input-group .form-select {
        border-radius: unset;
    } */

/* #coupon span,
#coupon input {
  border-radius: 0;
} */

.t-datepicker {
  display: flex;
  gap: 15px;
}

.t-datepicker .t-check-in,
.t-datepicker .t-check-out {
  height: 45px;
  border-radius: unset;
}

.t-datepicker .t-check-out {
  border-left-width: 1px;
}

.t-check-in .t-datepicker-day {
  right: 0;
}

.t-check-out .t-datepicker-day {
  left: unset;
  right: 0;
}

/* .t-check-in .t-date-check-in,
    .t-check-out .t-date-check-out {
        display: flex;
        align-items: flex-end;
    } */

#room {
  display: flex;
  align-items: center;
  justify-content: center;
}

.room__info-total {
  text-align: center;
}

/* #litepicker {
        height: 58px;
    } */

#search-btn {
  border: 1px solid var(--main-color);
  max-width: 200px;
  display: block;
  margin: auto;
  text-align: center;
  text-decoration: none;
  background-color: var(--main-color);
  color: white;
  padding: 10px;
  /* border-radius: 10px; */
  font-weight: 500;
}

#edit-btn {
  border: 1px solid gray;
  max-width: 200px;
  display: block;
  margin: auto;
  text-align: center;
  text-decoration: none;
  background-color: gray;
  color: white;
  padding: 10px;
  /* border-radius: 10px; */
  font-weight: 500;
}

.reserve_room,
.reserve_guest,
.reserve_infant,
.reserve_child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: solid 1px whitesmoke;
}

.reserve_room--action,
.reserve_child--action,
.reserve_infant--action,
.reserve_guest--action {
  display: flex;
  /* gap: 10px; */
  justify-content: end;
}

.reserve_room--action>button,
.reserve_guest--action>button,
.reserve_infant--action>button,
.reserve_child--action>button,
.child_age--action>button {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: white;
  background-color: var(--sub-color);
  border: 1px solid var(--sub-color);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.reserve_room--total,
.reserve_adult--total,
.reserve_infant--total,
.reserve_child--total,
.child_age--current {
  border: unset;
  width: 20%;
  /* height: 30px; */
  text-align: center;
}

.reserve_room--title,
.reserve_guest--title,
.reserve_child--title {
  margin-bottom: 20px;
}

.child_age--item {
  display: flex;
  justify-content: space-between;
}

.child_age--action {
  display: flex;
  justify-content: end;
  /* gap: 10px; */
}

.child_age--container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 20px 0px;
}

button[data-action="confirm-reservation"],
button[data-action="confirm-promo"],
button[data-action="confirm-summary_info"],
button[data-action="confirm-summary_info--destination"],
button[data-action="confirm-summary_info--date"],
button[data-action="confirm-summary_info--room"] {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}

#check_availability_button {
  text-align: center !important;
  /*font-weight: bold;*/
  color: white;
  background: #b5121b;
}

/* Datepicker */

.datepicker--mobile {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* transform: translateY(-100%); */
  transition-duration: 0.5s;
}

.litepicker {
  display: block;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

.container__months {
  height: 50% !important;
  width: 100% !important;
  position: fixed;
  bottom: 0;
  justify-content: center;
  top: 0;
  right: 0;
  left: 0;
  align-content: center;
}

/* .container__months .month-item .container__days {
        margin-bottom: 30px !important;
    } */

.litepicker .container__footer {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
}

.hotel_info--left_container {
  position: relative;
}

.hotel_info--bg_color {
  background: black;
  position: relative;
  bottom: 0;
  top: 0;
  height: 100%;
  opacity: 0.5;
}

.hotel_info--detail {
  text-align: center;
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-bottom: 1px solid white;
}

.hotel_info--triangle {
  position: absolute;
  right: -29px;
  height: 0;
  border-top: 90px solid transparent;
  border-bottom: 90px solid transparent;
  border-left: 30px solid #000;
  opacity: 0.5;
}

.hotel_info--gallery_image {
  text-align: center;
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.hotel_info--gallery_image:hover {
  background-color: whitesmoke;
  color: #000;
  opacity: 0.5;
}

.hotel_info--gallery--image img {
  aspect-ratio: 2/1.4;
  /* border-radius: 20px; */
}

.hotel_info--overlay_menu {
  position: absolute;
  top: 0;
  color: white;
  bottom: 0;
  height: 100%;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}

.hotel_info--right_container {
  margin-left: 10px;
  background: whitesmoke;
  padding: 20px;
  border-radius: 20px;
}

.hotel_info--slide_overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 32%;
  /* background-color: black; */
  bottom: 0;
  /* opacity: 0.5; */
  color: white;
  /* order: 2; */
}

/* Hotel_datepicker */

.container__days .day-item {
  height: 35px;
  font-size: 13px;
}

.summary_datepicker--container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

#summary--datepkr {
  display: none;
}

#summaryBookingDatePkrModal .summary_datepicker--check_in,
#summaryBookingDatePkrModal .summary_datepicker--check_out {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

#summaryBookingDatePkrModal .summary_datepicker--check_in input,
#summaryBookingDatePkrModal .summary_datepicker--check_out input {
  width: 100%;
}

#summaryBookingDatePkrModal .datepicker__inner {
  padding: 20px 0 !important;
}

#summaryBookingDatePkrModal .datepicker__info--selected {
  display: none;
}

#summaryBookingDatePkrModal td.datepicker__month-day {
  height: 42px;
  width: 90px;
}

/* end Datepicker */


/* .hotel--logo--wrapper {
  display: flex;
  justify-content: center;
  padding: 8px 12px;
}
 */

.hotels--header--top {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #f5f5f5;
}

.hotels--header--li {

  display: flex;
  justify-content: space-between;
}


.hotels--header--li {
  padding: 5px 0;
}


.hotels--header--ri {
  gap: 25px;
  padding: 5px 0;
}

.hotels--header--ri span {
  font-weight: 500;
}

.hotels--header--ri .languages,
.hotels--header--ri .membership {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hotels--header--ri .membership span {
  gap: 5px;
}

.hotels--header--ri .languages:hover:after,
.hotels--header--ri .membership:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  left: 0;
  right: 0;
  bottom: -16px;
  transform: all 0.5s ease;
}

/* .hotels--header--top.active {
  margin-top: -51px;
  transition: all 0.4s ease;
} */

.hotels--header--bottom.active .ib--widget--label {
  display: none;
  transform: all 0.3s ease;
}

/*  */
.hotels--header--bottom {
  position: fixed;
  /* top: 110px; */
  top: 80px;
  left: 0;
  right: 0;
}

.hotels--header--bottom.active {
  top: 75px;
}

/*  */
.ib--widget--label {
  /* font-size: 18px; */
  color: #888;
  text-transform: uppercase;
}

.ib--widget--label i {
  color: var(--main-color);
  margin-right: 5px;
  font-size: 14px;
}

/* .hotels--header {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 2;
    } */

#dropdown_loyalty_modal {
  position: absolute;
  right: 10px;
  background: #fff;
  width: 336px;
  height: fit-content;
  top: 40px;
  z-index: 3;
  border-radius: 10px;
  box-shadow: 3px 4px 10px 0px #bfbfbf;
}

#dropdown_loyalty_modal .modal_body {
  position: relative;
}

#dropdown_loyalty_modal .modal_body:after {
  content: "";
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #fff;
  height: 0;
  width: 0;
  position: absolute;
  top: -20px;
  right: 10px;
}

#dropdown_language_modal {
  position: absolute;
  background: #fff;
  height: fit-content !important;
  padding: 10px 15px 10px;
  border-radius: 10px;
  box-shadow: 3px 4px 10px 0px #bfbfbf;
  z-index: 3;
  right: 0px;
  top: 35px;
  width: 270px;
}

.language_modal--list li {
  padding: 10px;
  border-bottom: 1px solid #f5f5f5;
}

.language_modal--list li:last-child {
  border: none;
}

.language_modal--list li:hover,
.language_modal--list li:focus {
  transition: all 0.3s ease;
  background: #f5f5f5;
  /*border-color: #ccc;*/
}

.language_modal--list a {
  text-decoration: none;
  color: #000;
}

#dropdown_language_modal .modal_body {
  position: relative;
}

#dropdown_language_modal .modal_body:after {
  content: "";
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #fff;
  height: 0;
  width: 0;
  position: absolute;
  top: -20px;
  right: 10px;
}

#dropdown_language_modal .language_modal--list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.currency select {
  padding: 0.2em 0.5em 0.2em 1.5em;
  background-image: url(https://coothead.co.uk/images/world.png);
  background-repeat: no-repeat;
  background-size: 0.8em auto;
  background-position: 0.4em center;
  font-size: 1.5em;
  border: 0;
}

#dropdown_currency_modal {
  position: absolute;
  background: #fff;
  height: fit-content !important;
  padding: 10px 20px 10px;
  border-radius: 10px;
  box-shadow: 3px 4px 10px 0px #bfbfbf;
  top: 30px;
  z-index: 3;
  right: -15px;
  min-width: 260px;
}

#dropdown_currency_modal .modal_body {
  position: relative;
}

#dropdown_currency_modal .modal_body:after {
  content: "";
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #fff;
  height: 0;
  width: 0;
  position: absolute;
  top: -20px;
  right: 10px;
}

#dropdown_currency_modal ul {
  padding-left: 0;
}

#dropdown_currency_modal li {
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid #f5f5f5;
}

#dropdown_currency_modal li:last-child {
  border: none;
}

#dropdown_currency_modal li:hover,
#dropdown_currency_modal li:focus {
  transition: all 0.3s ease;
  background: #f5f5f5;
  /*border-color: #ccc;*/
}

#dropdown_currency_modal a {
  color: black;
}

.dropdown_modal--action_container {
  display: flex;
  justify-content: flex-end;
  padding: 24px 24px 0px;
}

.loyalty_modal--signup {
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  margin: 24px 24px 0px;
  padding: 16px;
  background-color: whitesmoke;
}

.loyalty_modal--signin {
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  margin: 0px 24px 32px;
  padding: 16px;
}

.loyalty_modal--logo {
  width: 50%;
  display: block;
  margin: auto;
}

.loyalty_modal--title {
  text-align: center;
}

.loyalty_modal--action_btn {
  text-decoration: none;
  display: block;
  margin: auto;
  padding: 5px 5px;
  width: 100%;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}

.loyalty--signup_btn {
  color: white;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}

.loyalty--signin_btn {
  color: white;
  background-color: black;
  border: 1px solid black;
}

#hotel_info--tab-list .nav-link {
  flex: 1 1 auto;
  text-align: center;
  padding: 10px 5px;
  font-size: 16px;
}

.nav-tabs .nav-link.active {
  color: #000;
  border-color: #000;
  font-weight: 600;
}

.nav-link:focus,
.nav-link:hover {
  color: #000;
  font-weight: 400;
}

/* booking sumamry  */

/* .booking--summary {
  display: none;
} */

.hotel--logo--wrapper {
  position: relative;
}

.booking--summary--wrapper {
  display: flex;
  gap: 20px;
  font-size: 13px;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  /*border-left: 1px solid #f5f5f5;*/
  /*border-right: 1px solid #f5f5f5;*/
}

.bs--edit--btn {
  background: #000;
  color: #fff;
  padding: 5px 30px;
  border-radius: 20px;
  font-weight: 500;
}

.bs--single--text {
  font-weight: 500;
}

.bs--single--icon {
  font-size: 18px;
}

.bs--single--dates {
  padding-right: 20px;
  border-right: 1px solid #f5f5f5;
}

.hotels--header_menu-toggle {
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  border: none;
  background-color: transparent;
  display: none;
}

.hotels--header--right .hotels--header--member_pc {
  display: none;
}

.booking--back_to_top {

  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--main-color);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 99;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
}

.hotels--header_menu-toggle i {
  color: #000;
}

.sign--out--btn{
  margin-top: 2px;
  color: black;
  text-decoration: underline !important;  
}

.member--login{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}


@media screen and (max-width: 1200px) {
    .member--login{
      max-width: 200px;
    }

}

@media screen and (max-width: 1100px) {
    .member--login{
      max-width: 100px;
    }

}

@media screen and (max-width: 995px) {

  /* .hotels--header--ri {
    justify-content: end;
  } */

  .hotels--header_menu-toggle {
    display: block;
  }

  .booking--summary__info{
    display: flex;
  }

  /* .languages{
    display: none !important;
  } */

  .hotels--header--ri {
    display: none !important;
  }

  .hotel--logo--wrapper {
    display: block !important;
  }

  .hotels--header--right {
    display: flex;
    justify-content: center;
  }

  .booking--summary--wrapper {

    justify-content: center;

  }

  /* .hotels--header--bottom{
    top: 120px;
  } */

}
/* Filter Spinner loading */

.filter_loading--overlay{

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;

}

.filter--spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 5px solid #ccc;
    border-top: 5px solid #c00;
    border-radius: 50%;
    animation: filter_spin 0.8s linear infinite;
}

/* CHAIN HOTEL LOGO CSS */
body[data-chain-alias='anchorland'] .loyalty_modal--signup .loyalty_modal--logo{
  mix-blend-mode: multiply;
}

body[data-chain-alias='centara'] .hotels--header--li .logo img {
  height: 40px;
}

body[data-chain-alias='anchorland'] .hotels--header--li .logo img,
body[data-chain-alias='jpark'] .hotels--header--li .logo img
{
  height: 60px;
}


/* ANIMATION */
@keyframes filter_spin {
  to {
    transform: rotate(360deg);
  }
}


/* REPONSIVE */
@media screen and (max-width: 768px) {
  .datepicker__months:before {
    display: none !important;
  }


  .hotels--header--ri {
    justify-content: end;
  }


  #datepicker-summary--datepkr {
    width: 100% !important;
    box-shadow: unset;
  }

  #month-1-summary--datepkr {
    width: 100% !important;
  }

  #month-2-summary--datepkr {
    display: none !important;
  }


  #dropdown_currency_modal {
    right: -90px !important;
  }

  #dropdown_currency_modal .modal_body:after {
    left: 50%;
  }

  #dropdown_language_modal {

    left: 0;

  }

  #dropdown_loyalty_modal {
    right: -10px;
  }


  #dropdown_language_modal .modal_body:after {
    left: 10px;
  }

  .hotels--header--bottom {
    top: 68px;
  }

  .hotels--header--bottom.active {
    top: 12px;
  }

  /* .booking--summary{

    display: none !important;

  } */

  /* .iB-widget--pc {
            padding: 30px;
            background-color: white;
            position: fixed;
            z-index: 10;
            bottom: 0;
            left: 0;
            transform: translateY(100%);
            transition-duration: 0.5s;
        }

        .iB_mobile--booking-now {
            display: flex;
        }

        #room {
            display: block;
        } */
}

@media screen and (max-width: 551px) {
  .container__months {
    height: 100% !important;
  }

  .container__footer {
    top: unset !important;
    bottom: 0;
  }
}

@media screen and (max-width: 400px) {

  .languages>span span,
  .currency .currency_selected {
    display: none;
  }

}