.c-product-sidebar {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 20px 20px 60px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.c-product-sidebar__header {
  color: #ffffff;
  background-color: #144051;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c-product-sidebar__header-title {
  font-family: "Playfair Display", serif;
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.25em;
}
.c-product-sidebar__info-price {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.c-product-sidebar__info-price-text {
  opacity: 0.59;
  line-height: 1.25;
  font-weight: normal;
}
.c-product-sidebar__price {
  font-size: 1.25em;
  font-weight: bold;
  line-height: normal;
}
.c-product-sidebar__body {
  background-color: #ffffff;
  color: #144051;
  display: flex;
  flex-direction: column;
  padding: 25px 15px;
}
@media (max-width: 575.98px) {
  .c-product-sidebar__body {
    padding: 10px;
  }
}
.c-product-sidebar__form {
  display: flex;
  flex-direction: column;
  margin: 0;
  position: relative;
}
.c-product-sidebar__form-group {
  display: flex;
  flex-direction: column;
  color: #144051;
  flex: 1;
  gap: 5px;
  min-width: fit-content;
  min-height: 50px;
}
@media (max-width: 991.98px) {
  .c-product-sidebar__form-group {
    width: 100%;
    min-height: 80px;
    justify-content: center;
    padding: 10px;
    min-width: auto;
  }
}
@media (max-width: 575.98px) {
  .c-product-sidebar__form-group.is-date {
    min-width: 50%;
  }
}
.c-product-sidebar__form-group label {
  font-weight: bold;
  font-size: 1em;
  line-height: 1;
  text-transform: none;
}
@media (max-width: 991.98px) {
  .c-product-sidebar__form-group label {
    font-size: 0.875em;
  }
}
.c-product-sidebar__form-group select {
  border: none;
  appearance: none;
}
.c-product-sidebar__form-group input[type=date],
.c-product-sidebar__form-group input[type=text] {
  font-size: 1.125em;
  line-height: normal;
  font-weight: normal;
  color: #144051;
  border: none;
  appearance: none;
  background-image: url("/wp-content/themes/banus/img/icons/calendar-icon.svg");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 22px;
  padding-right: 35px !important;
  min-height: 30px;
  position: relative;
  border-bottom: 1px solid #e7e3cb;
  margin-bottom: 15px !important;
  cursor: pointer;
}
.is-date .c-product-sidebar__form-group input[type=date],
.is-date .c-product-sidebar__form-group input[type=text] {
  padding: 12px 0 12px 35px !important;
}
@media (max-width: 1599.98px) {
  .c-product-sidebar__form-group input[type=date],
  .c-product-sidebar__form-group input[type=text] {
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  .c-product-sidebar__form-group input[type=date],
  .c-product-sidebar__form-group input[type=text] {
    background-position: right 0 center;
  }
}
@media (max-width: 575.98px) {
  .c-product-sidebar__form-group input[type=date],
  .c-product-sidebar__form-group input[type=text] {
    width: 100%;
  }
}
.c-product-sidebar__form-group input[type=date]::-webkit-calendar-picker-indicator,
.c-product-sidebar__form-group input[type=text]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.c-product-sidebar__divider {
  width: 1px;
  height: 50px;
  background-color: #e7e7e7;
}
@media (max-width: 991.98px) {
  .c-product-sidebar__divider {
    height: 1px;
    width: 100%;
  }
}
.c-product-sidebar__submit {
  background-color: #c2a800;
  color: #ffffff;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  min-height: 50px;
  font-size: 1em;
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
  display: block;
}
.c-product-sidebar__submit:hover, .c-product-sidebar__submit:active, .c-product-sidebar__submit:focus, .c-product-sidebar__submit:visited {
  color: #ffffff;
}
@media (max-width: 1599.98px) {
  .c-product-sidebar__submit {
    font-size: 1em;
    padding: 0 20px;
  }
}
@media (max-width: 991.98px) {
  .c-product-sidebar__submit {
    font-size: 1.125em;
    min-width: 190px;
    margin: 15px auto 25px;
    border-top: 1px solid #e7e7e7;
  }
}
.c-product-sidebar__custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .c-product-sidebar__custom-select-wrapper {
    width: 100%;
  }
}
.c-product-sidebar__custom-select-trigger {
  cursor: pointer;
  display: flex;
  min-height: 30px;
  align-items: center;
  background-image: url("/wp-content/themes/banus/img/icons/chevron-down-gold.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 22px;
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  .c-product-sidebar__custom-select-trigger {
    background-position: right 0px center;
    font-size: 1em;
  }
}
.c-product-sidebar__custom-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #e7e7e7;
  background: #ffffff;
  max-height: 150px;
  overflow-y: auto;
  z-index: 10;
  border-radius: 10px;
}
@media (max-width: 1599.98px) {
  .c-product-sidebar__custom-options {
    min-width: 224px;
    max-height: 200px;
  }
}
.c-product-sidebar__custom-options::-webkit-scrollbar {
  width: 8px;
}
.c-product-sidebar__custom-options::-webkit-scrollbar-thumb {
  background-color: #144051;
  border-radius: 7px;
}
.c-product-sidebar__custom-option {
  padding: 8px 15px;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: bold;
}
.c-product-sidebar__custom-option.child {
  font-weight: normal;
  padding-left: 30px;
}
.c-product-sidebar__custom-option:hover {
  background: #f7f7f7;
}
.c-product-sidebar__features {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-product-sidebar__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1em;
  font-weight: normal;
  line-height: normal;
  color: #144051;
  margin: 0;
}
.c-product-sidebar__feature::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-product-sidebar__feature.price::before {
  background-image: url("/wp-content/themes/banus/img/icons/best-price-icon.svg");
}
.c-product-sidebar__feature.cancel::before {
  background-image: url("/wp-content/themes/banus/img/icons/cancel-icon.svg");
}
.c-product-sidebar__bottom {
  border: 1px solid #e7e3cb;
  background-color: #f9f8f5;
  color: #144051;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 0 0 5px 5px;
  padding: 20px;
}
.c-product-sidebar__bottom-title {
  margin: 0;
  font-size: 1em;
  color: #144051;
  font-weight: bold;
  text-align: center;
  line-height: normal;
}
.c-product-sidebar__contact {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.25em;
  font-weight: 500;
  line-height: normal;
  color: #144051;
}
.c-product-sidebar__contact i {
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/banus/img/icons/whatsapp-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-product-sidebar__price-container {
  background-color: rgba(249, 248, 245, 0.8);
  border-radius: 3px;
  padding: 15px 10px 10px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  text-align: center;
}
.c-product-sidebar__price-container:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e7e3cb;
  position: absolute;
  top: -20px;
  left: 0;
}
.c-product-sidebar__old-price {
  color: rgba(232, 5, 5, 0.8);
  font-size: 0.8125em;
  font-weight: normal;
  line-height: normal;
}
.c-product-sidebar__current-price {
  color: #144051;
  font-weight: bold;
  line-height: normal;
  font-size: 1.0625em;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e7e3cb;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}
.c-product-sidebar__current-price .currency {
  font-size: 1em;
}
.c-product-sidebar__current-price p {
  margin: 0;
}
.c-product-sidebar__payment-booking {
  color: #144051;
  line-height: normal;
  font-size: 0.9375em;
  display: flex;
  justify-content: space-between;
}
.c-product-sidebar__payment-booking .currency {
  font-size: 1em;
}
.c-product-sidebar__payment-booking p {
  margin: 0;
}
.c-product-sidebar__night {
  font-size: 20px;
}
.c-product-sidebar__error {
  color: #8f0000;
  font-size: 1em;
  background: #f8d7da;
  padding: 10px 10px 10px 35px;
  margin-bottom: 20px !important;
  position: relative;
}
.c-product-sidebar__error img {
  position: absolute;
  top: 11px;
  left: 8px;
  width: 20px;
  height: 20px;
}
.c-product-sidebar__error a {
  text-decoration: underline;
  color: #8f0000;
}
.c-product-sidebar__error a:hover, .c-product-sidebar__error a:active, .c-product-sidebar__error a:focus, .c-product-sidebar__error a:visited {
  color: #8f0000;
}
.c-product-sidebar__anchor {
  position: fixed;
  left: 20px;
  bottom: 20px;
  display: none;
  z-index: 999;
  border: 4px solid white;
  height: 50px;
  padding: 10px 16px;
}
@media (min-width: 992px) {
  .c-product-sidebar__anchor {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .c-product-sidebar__anchor {
    display: block;
  }
}

.litepicker .day-item.is-start-date, .litepicker .day-item.is-end-date {
  background-color: #144051 !important;
  color: #ffffff !important;
}
.litepicker .day-item.is-in-range {
  background-color: rgba(20, 64, 81, 0.4) !important;
}