.booking-widget {
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 20;

  --adp-cell-background-color-in-range: #064637;
  --adp-cell-background-color-selected: #064637;
}

.bw-main .air-datepicker {
  /* background-color: red; */
  --adp-cell-background-color-selected: #064637;
  --adp-cell-background-color-in-range: #064637;
}

.air-datepicker-cell.-in-range-,
.air-datepicker-cell.-range-to-,
.air-datepicker-cell.-range-from- {
  color: white;
}

.air-datepicker {
  border-radius: 27px;
}

.air-datepicker--buttons {
  display: none;
}

.bw-search-form {
  gap: 2px;
  padding: 2px;
}

@media (min-width: 768px) {
  .bw-search-form {
    background-color: #454750;
    border-radius: 100px;
  }
}
/* 
.swiper-button-prev {
    color: #fff !important;

} */

/* body:has(.bw-hotel-room-prices)
{
  max-height: 100dvh;
  overflow: hidden;
  top: 0;
} */

.bw-hotel-room-prices::before {
  display: none;
}

.bw-hotel-room-prices::after {
  display: none;
}

.bw-hotel-room-prices {
  position: fixed;
  overflow: initial;
  overscroll-behavior: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 100vw;
  z-index: 10;
  display: flex;
  gap: 0;
  flex-direction: column;
  background-color: #fff;
  align-items: initial;
  padding: 30px 0 0 0;
  margin: 120px 0 0 0;
}

@media (min-width: 768px) {
  .bw-hotel-room-prices {
    position: fixed;
    align-items: flex-end;
    padding: 0;
    background-color: transparent;
    overflow: auto;
    padding: 80px 0 0 0;
    margin: 0;
  }
}

.bw-hotel-room-prices::before {
  display: block;
  content: '';
  position: fixed;
  top: -0;
  right: 0;
  bottom: auto;
  width: 100vw;
  height: 120px;
  z-index: -1;
  backdrop-filter: blur(12px);
}

@media (min-width: 768px) {
  .bw-hotel-room-prices::before {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 580px;
    max-width: 100vw;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    /* background-attachment:scroll; */
  }

  .bw-hotel-room-prices::after {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    right: 580px;
    bottom: 0;
    width: 100%;
    max-width: 100vw;
    height: auto;
    background-color: transparent;
    backdrop-filter: blur(12px);
    z-index: -1;
    /* background-attachment:scroll; */
  }
}

.bw-hotel-room-prices-room-close {
  position: absolute;
  font-size: 60px;
  font-weight: 900;
  top: -100px;
  right: 50%;
  transform: translateX(50%);
  z-index: 20;
  /* border: 1px solid red; */
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: normal;
}

@media (min-width: 768px) {
  .bw-hotel-room-prices-room-close {
    position: absolute;
    font-size: 32px;
    font-weight: 900;
    top: 80px;
    right: 15px;
    cursor: pointer;
    padding: 3px 6px;
    z-index: 20;
    height: auto;
    width: auto;
    border: none;
    padding: 3px 6px;
    transform: none;
  }
}

@media (hover: hover) {
  .bw-hotel-room-prices-room-close:hover {
    cursor: pointer;
    color: red;
  }
}

.bw-hotel-room-prices-room {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .bw-hotel-room-prices-room {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 500px;
    max-width: 100vw;
    padding: 40px 40px 0 40px;
    position: relative;
  }
}
.bw-search-form .bw-form-input-container {
  background-color: white;
  padding: 12px 10px;
  height: 34px;
  border: 1px solid #454750;
  border-radius: 100px;
}

@media (min-width: 768px) {
  .bw-search-form .bw-form-input-container {
    border: none;
    border-radius: 0;
  }
}

.bw-search-form .bw-form-input-container:first-child {
  border-radius: 100px;
}

@media (min-width: 768px) {
  .bw-search-form .bw-form-input-container:first-child {
    border-radius: 100px 0 0 100px;
  }
}

.bw-search-form .bw-form-input-container .bw-form-input-container-content {
  border: none;
  padding: 0;
  gap: 12px;
}

.bw-search-form .bw-form-input-container svg {
  width: 24px;
  height: 24px;
  color: #b7865c;
}

.bw-search-form .bw-form-input-label {
  position: absolute;
  left: 48px;
  font-size: 11px;
  font-weight: 400;
  top: 15px;
  /* display: none; */
}

.bw-button {
  height: 44px;
}

.bw-search-form input,
.bw-search-form .bw-search-form-guests-label {
  margin-top: 12px;
  font-weight: 600;
}

.bw-search-form-guests {
  flex-grow: 1;
  align-self: stretch;
  border-radius: 0 100px 100px 0;
}

.bw-search-form-guests-label {
  flex-grow: 1;
}

.bw-search-form-search-button {
  align-self: stretch;
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 100px;
  background-color: #454750;
  flex-grow: 1;
  height: 56px;
  padding: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bw-search-form-search-button {
    /* align-self: stretch; */
    /* border: none; */
    /* font-weight: 600; */
    flex-grow: 0;
    width: auto;
    padding: 0 24px;
  }
}

.bw-search-form-guests-container {
  border-radius: 27px;
  box-shadow: 0px 4px 40px 0px #00000026;
  top: calc(100% + 4px);
  border: none;
  width: auto;
  min-width: 320px;
  max-width: 100vw;
}

.bw-search-form-guests-counts {
  flex-direction: column;
  gap: 0;
}

.bw-search-form-guests-counts .bw-form-input-label {
  font-size: 14px;
  font-weight: 600;
}

.bw-search-form-guests-count-button,
.bw-search-form-guests-age-button {
  background-color: transparent;
  border-radius: 12px;
  color: black;
  transition: all 300ms ease;
}

.bw-search-form-guests-counts .bw-search-form-guests-count-button svg,
.bw-search-form-guests-container .bw-search-form-guests-age-button svg {
  color: black;
}

.bw-search-form-guests-close-button {
  background-color: transparent;
  border-radius: 0;
  border: none;
}

.bw-search-form-childlist-title {
  text-align: center;
  background-color: white;
  position: relative;
}

.bw-search-form-childlist-title::before {
  content: '';
  height: 1px;
  background-color: #b7865c;
  width: 118px;
  display: block;
  position: absolute;
  top: 10px;
}

.bw-search-form-childlist-title::after {
  content: '';
  height: 1px;
  background-color: #b7865c;
  width: 118px;
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
}

.bw-search-form-child-item {
  flex-basis: 100%;
}

.bw-search-form .bw-search-form-child-item .bw-form-input-container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.bw-search-form .bw-search-form-child-item .bw-form-input-container .bw-form-input-label {
  position: relative;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: 600;
}

.bw-search-form
  .bw-search-form-child-item
  .bw-form-input-container
  .bw-form-input-container-content {
  flex-grow: 0;
}

.bw-search-form-guests-count {
  font-weight: 600;
}

.bw-search-form-guests-container .bw-form-input-container {
  border: none;
}

.bw-search-form-guests-counts .bw-form-input-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.bw-search-form-guests-counts .bw-form-input-container .bw-form-input-container-content {
  flex-grow: 0;
}

.bw-search-form-guests-counts .bw-form-input-container .bw-form-input-label {
  position: relative;
  top: 0;
  left: 0;
}

.bw-search-form-guests-outer {
  background-color: transparent;
}

.bw-container {
  margin: 20px;
  max-width: calc(100vw - 40px);
}

.bw-hotel-room-description {
  white-space: pre-wrap;
  order: 2;
  transition: all 300ms ease-in-out;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
}

.bw-hotel-room-description-expand-button {
  display: none;
  order: 3;
  border: none;
  border-radius: 0;
  color: #b7865c;
  padding-right: 30px;
  position: relative;
}

.bw-hotel-room-description-expand-button::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #b7865c;
  border-radius: 50%;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
  opacity: 0.2;
}

.bw-hotel-room-description-expand-button::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #b7865c;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  opacity: 0.4;
}

.bw-hotel-room-description-collapsed {
  max-height: 45px;
  overflow: hidden;
}

.bw-hotel-room-description-expanded {
  max-height: none;
  overflow: hidden;
}

.bw-images-slider-slide {
  max-height: 300px !important;
  overflow: hidden;
  object-fit: cover;
}

.bw-hotel-room-images {
  width: 100%;
}

.bw-hotel-room-images img {
  width: 100%;
  height: auto;
  /* height: 300px !important; */
}

.bw-hotel-room-name {
  font-size: 20px;
}

.bw-hotel-room-rate-description {
  white-space: pre-wrap;
}

.bw-hotel-room-head {
  display: none;
}

.bw-hotel-room-info {
  gap: 12px;
  align-items: flex-start;
  /* min-height: 256px; */
}

.bw-hotel-room-choose {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.bw-hotel-room-list-items {
  margin: 24px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  flex-direction: row;
}

.bw-hotel-room {
  width: 100%;
}

@media (min-width: 768px) {
  .bw-hotel-room {
    width: calc(50% - 20px);
  }
}

.bw-hotel-room-name {
  padding: 0;
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  order: 0;
}

.bw-hotel-room-amenities {
  display: none;
  order: 4;
}

.bw-hotel-room-param svg {
  color: #b7865c;
}

.bw-hotel-room-param {
  gap: 4px;
  font-weight: 400;
  font-size: 14px;
}

.bw-hotel-room-minprice {
  font-size: 24px;
  font-weight: 600;
  font-family: 'Farabee';
  order: 1;
}

@media (min-width: 768px) {
  .bw-hotel-room-minprice {
    order: 2;
  }
}

.bw-hotel-room-days {
  font-size: 16px;
  font-weight: 400;
  order: 2;
}

@media (min-width: 768px) {
  .bw-hotel-room-days {
    order: 1;
  }
}

.bw-hotel-room-showprices.bw-button {
  font-family: 'Farabee';
  font-size: 16px;
  border: 1px solid #064637;
  background-color: #064637;
  border-radius: 100px;
  color: #fff;
  min-height: auto;
  flex-grow: 1;
  order: 3;
  transition: all 300ms;
  width: auto;
  height: 44px;
  padding: 0 26px;
}

.bw-hotel-room-hideprices.bw-button {
  border: 1px solid #b7865c;
  background-color: #b7865c;
  color: #fff;
  border-radius: 0;
  padding: 0 40px;
  min-height: auto;
  flex-grow: 1;
}

.bw-hotel-room-rate-name {
  font-family: 'Palatino Linotype';
  font-size: 16px;
}

.bw-hotel-room-rate-variant {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
}

.bw-hotel-room-rate-variant-price {
  flex-basis: auto;
  font-size: 32px;
  font-weight: 600;
  font-family: 'Glober';
  order: 0;
  margin-left: 0;
  justify-content: flex-start;
}

.bw-hotel-room-rate-variant-nights {
  flex-basis: auto;
  order: 1;
}

.bw-hotel-room-rate-variant-peoples {
  display: none;
  flex-basis: auto;
  order: 2;
}

.bw-hotel-room-book.bw-button {
  flex-basis: 100%;
}

.bw-hotel-room-book.bw-button,
.bw-booking-form-book.bw-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #064637;
  color: #fff;
  padding: 16px 20px;
  height: auto;
  order: 3;
  position: relative;
  font-weight: 600;
}

@media (min-width: 768px) {
  .bw-hotel-room-book.bw-button,
  .bw-booking-form-book.bw-button {
    padding: 12px 20px;
  }
}

/* .bw-hotel-room-book::before,
.bw-booking-form-book::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 46px;
  top: 50%;
  margin-top: -4px;
  opacity: 0.2;
} */

/* .bw-hotel-room-book::after,
.bw-booking-form-book::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  opacity: 0.4;
} */

.bw-booking-screen-title {
  font-family: 'Palatino Linotype';
  font-weight: 400;
  font-size: 37px;
}

.bw-booking-screen-title {
  order: 1;
}

.bw-booking-screen-room-info {
  order: 2;
}

.bw-booking-screen-rate-info {
  order: 3;
}

.bw-booking-screen-dates {
  order: 4;
}

.bw-booking-screen-people {
  order: 5;
}
.bw-booking-screen-rate-description-expand-button {
  display: none;
}
.bw-form-booking {
  order: 6;
}
.bw-booking-screen-date-icon,
.bw-booking-screen-people-icon {
  color: #b7865c;
}

.bw-booking-screen-room-name {
  padding: 0;
}

.bw-booking-screen-room-title {
  display: none;
}

.bw-booking-form-title {
  font-size: 13px;
  font-weight: 400;
  color: #b9a68f;
  margin: 24px 0 0 0;
  /* padding: 3px 12px; */
  /* margin: 24px 0 0 0; */
}

.bw-booking-form-customer {
  gap: 20px;
}

.bw-form-booking .bw-form-input-container {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .bw-form-booking .bw-form-input-container {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

.bw-booking-form-guest-title {
  flex-basis: 100%;
  width: 100%;
}

.bw-booking-form-guest {
  gap: 20px;
}

.bw-form-booking .bw-form-input-container.bw-booking-form-customer-comment {
  height: 20px;
}

.bw-form-booking .bw-form-input-container-content {
  /* border: 1px solid #b7865c; */
  /* padding: 12px 10px; */
  border: none;
  border-bottom: 1px solid #b9a68f;
  height: 30px;
}

.bw-form-booking .bw-form-input-label {
  display: none;
}

.bw-booking-form-customer-title {
  margin: 24px 0;
}

.bw-booking-form-guest-number {
  background-color: #064637;
  color: #fff;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bw-booking-form-sum {
  font-size: 15px;
  font-weight: 600;
  margin: 24px 0 0 0;
}

.bw-booking-form-guests-list {
  margin: 24px 0 0 0;
}

.bw-payment-option-status-selected {
  border-color: #064637;
  background-color: #064637;
  color: #b7865c;
}

@media (max-width: 768px) {
  .bw-hotel-room-rate {
    flex-direction: row;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .bw-hotel-room-rate-variants {
    flex-basis: auto;
  }

  .bw-hotel-room-body {
    /* flex-wrap: wrap; */
    /* justify-content: flex-end; */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .bw-hotel-room-images {
    /* float: left; */
  }

  .bw-hotel-room-info,
  .bw-hotel-room-choose {
    flex-grow: 1;
    justify-content: space-between;
  }

  .bw-hotel-room-showprices.bw-button,
  .bw-hotel-room-hideprices.bw-button {
    flex-grow: 0;
  }

  .bw-hotel-room-choose {
    display: flex;
    flex-direction: row-reverse;
  }

  .bw-hotel-room-days {
    flex-grow: 1;
    order: 1;
  }

  .bw-hotel-room-rate-variant {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .bw-hotel-room-rate-name {
    font-size: 24px;
    font-weight: 700;
  }

  .bw-hotel-room-rate-variant-nights {
    flex-basis: auto;
    order: 2;
  }

  .bw-hotel-room-rate-variant-peoples {
    flex-basis: auto;
    order: 3;
  }

  .bw-hotel-room-rate-variant-price {
    flex-basis: auto;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Glober';
    order: 1;
    margin-left: 12px;
  }

  .bw-hotel-room-book.bw-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: auto;
    order: 0;
  }

  .bw-hotel-room-prices-room-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 24px 0 0 0;
  }

  .bw-hotel-room-prices-room-name {
    font-size: 36px;
    font-weight: 500;
  }

  .bw-hotel-room-prices-room-description {
    white-space: pre-wrap;
  }

  .bw-hotel-room-prices-room-params {
    font-family: 'Onest';
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .bw-hotel-room-prices-room-param {
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .bw-hotel-room-prices-room-param-icon {
    color: #b9a68f;
  }
  .bw-hotel-room-rate {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    width: 500px;
    max-width: 100vw;
    padding: 40px;
    position: relative;
  }

  .bw-hotel-room-rate::after {
    content: '';
    border-bottom: 1px dashed #b9a68f;
    position: absolute;
    bottom: 0;
    /* left: 0; */
    right: 40px;
    width: calc(100% - 80px);
    height: 1px;
    /* margin: 0 40px; */
    /* padding: 0 0 40px 0; */
  }

  .bw-booking-screen-title {
    font-size: 50px;
  }

  .bw-booking-screen-dates {
    float: left;
  }

  .bw-form-booking .bw-form-input-container {
    /* flex-basis: auto; */
  }
}

@media only screen and (max-width: 500px) {
  .bw-search-form-date {
    flex-basis: 100%;
  }

  .bw-hotel-room-body {
    display: flex;
  }
}

@media (hover: hover) {
  .bw-button-small:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: black;
  }

  .bw-button-small.bw-hotel-room-description-expand-button:hover {
    background-color: transparent;
    color: #064637;
  }

  .bw-button-small.bw-hotel-room-description-expand-button:hover::after {
    opacity: 0.8;
  }

  .bw-button-small.bw-hotel-room-description-expand-button:hover::before {
    opacity: 0.4;
  }

  .bw-hotel-room-showprices.bw-button:hover {
    /* background-color: 064637; */
    /* border: 1px solid #064637; */
    color: #b7865c;
  }

  .bw-hotel-room-hideprices.bw-button:hover {
    background-color: #064637;
    border: 1px solid #064637;
  }

  .bw-hotel-room-book.bw-button:hover,
  .bw-booking-form-book.bw-button:hover {
    color: #b7865c;
  }

  .bw-payment-option:hover {
    background-color: transparent;
  }

  .bw-search-form-search-button:hover {
    color: #b7865c;
  }
}
