.header-search-bar {
  background-color: #fff;
  z-index: 11;
  position: fixed;
  top: 90px;
  width: 100%;
  transition: .3s;
}

.header-search-bar.has-loyalty {
  top: 140px;
}

.header-search-bar.has-loyalty.top-bar-closed {
  top: 90px;
}

.input-overlay {
    content: '';
    position: absolute;
    width: 50px;
    height: 39px;
    background: linear-gradient(90deg, transparent, #ffffff);
    bottom: 1px;
    right: 8px;
    pointer-events: none;
}

.input_title {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.31;
  color: #273240;
  margin-bottom: 5px;
}

.hotels_folder {
	height: 60px;
	background-image: url('/icons/country_v4.svg');
	background-repeat: no-repeat;
	background-position-x: 11px;
	background-position-y: center;
	padding-left: 44px;
	display: flex;
	align-items: center;
  font-weight: bold;
}

.hotels_hotel {
	height: 60px;
  font-size: 14px;
	background-image: url('/icons/hotel_v4.svg');
	background-repeat: no-repeat;
	background-position-x: 21px;
	background-position-y: center;
	padding-left: 54px;
  padding-right: 20px;
	display: flex;
	align-items: center;
}

.dates_selected_preview_holder {
  display: flex;
  cursor: pointer;
}

.hotel_holder::after {
  content:"";
  display: block;
  width: 322px;
  height: 1px;
  background-color: #E6E6E6;
  margin: 0px auto;
}

.hotel_holder:last-child::after {
  content: unset;
}

.folder_holder::after {
  content:"";
  display: block;
  width: 322px;
  height: 1px;
  background-color: #E6E6E6;
  margin: 0px auto;
}

.all_hotel_holder::after {
  content:"";
  display: block;
  width: 322px;
  height: 1px;
  background-color: #E6E6E6;
  margin: 0px auto;
}

.hotels_all {
	/*display: none;*/
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  height: 60px;
  font-weight: bold;
  padding-left: 44px;
  display: flex;
  align-items: center;
  background-image: url(/icons/hotel_v4.svg);
  background-repeat: no-repeat;
  background-position-x: 11.5px;
  background-position-y: center;
}

.hotels_dropdown {
	display: none;
	position: absolute;
	background-color: #fff;
	border-radius: 4px;
	z-index: 10;
	width: 346px;
	box-shadow: 0px 3px 25px #00000029;
	max-height: 540px;
	overflow: overlay;
}

/* overflow need to be auto for mozila */
@-moz-document url-prefix() {
  .hotels_dropdown {
    overflow: auto;
  }
}

.hotels_dropdown::-webkit-scrollbar {
  	width: 10px;
}

.hotels_dropdown::-webkit-scrollbar-track {
  background: transparent;
}
 
.hotels_dropdown::-webkit-scrollbar-thumb {
  background: transparent;
  border-left: 4px solid rgba(197,197, 197, 1);
}

.hotels_dropdown div:hover {
	background-color: #F5F5F5;
	cursor: pointer;
}

#occupancy_dropdown{
  display:none;
  z-index:12;
  padding:20px;
  overflow: overlay; 
  max-height: 530px;
  width:330px;
  overflow-x: hidden; 
  scrollbar-width: none;
  background: #fff;
  color: #263237;
  box-shadow: 0px 5px 15px #00000026;
}


#occupancy_dropdown::-webkit-scrollbar { width: 6px; background: transparent;}
#occupancy_dropdown::-webkit-scrollbar-track { background: transparent; }
#occupancy_dropdown::-webkit-scrollbar-thumb { background: #DDE1E3; }
#occupancy_dropdown::-webkit-scrollbar-thumb:hover { background: #9c9fa1; }
.child_age{
  display: none;
}

#ad-select,#ch-select,.child_age_select{
  -webkit-appearance: none; 
  appearance: none;
  cursor: pointer; 
  border-radius: 2px;
  background-color:#fff;
  border-width: 0;
  outline: none;
  font-size: 14px;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #2c2f33;
  padding-left: 10px;
  width:80px;
  height:40px;
  font-family: 'Manrope', sans-serif;
  background-image: url(/icons/icons_GreyDark/iconGreyDark_ArrowDown.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-origin: content-box;
  padding-right: 8px;
}

select::-ms-expand {
    display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
}

#ch-select[disabled]{
  background:#D2D2D3;
}
#occupancy_apply{
  -webkit-appearance: none; 
  appearance: none;
  border: none;
  border-style:solid;
  border-width:1px;
  border-radius: 15px;
  font-size:13px;
  padding: 6px 12px;   
  min-width: 80px;
  text-decoration: none;
  display: inline-block;
  text-align:center;
  line-height: 1.15;
  font-weight: bold;  
  margin-bottom:10px;
  color: #ffffff;
  background: #455A64;
  border: 1px solid #455A64;
}

.select-room {
  padding-top: 16px;
  border-top: 1px solid rgba(97, 97, 97, 0.15);
}

.remove-border {
  border-top: unset;
}

.select-room-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.38;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 16px;
  color: #273240;
}

.select-adults-holder, .select-child-holder {
  /*padding-left: 10px;*/
  display: flex;
  justify-content: space-between;
}

.select-adults-holder {
  margin-bottom: 30px;
}

.select-adults-title,.select-child-title {
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  display:flex;
  align-items: center;
  font-weight: normal;
  line-height: 1.38;
  color: #273240;
}

.select-child-title {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;  
}

.select-child-title-max-age {
  font-size: 11px;
  font-family: 'Manrope', sans-serif;
  line-height: 1.36; 
  color: #9C9C9C;
}

.select-adults-buttons,.select-child-buttons {
  display: flex;
  justify-content: space-between;
}

.select-button {
  width: 36px;
  height: 36px;
  color: #4A4E54;
  border: 1px solid #273240;
  border-radius: 3px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-button span {
  display: flex;
}


.select-button:focus {
  outline: none;
}

.select-button:disabled {
  /*background-color: #D2D2D3;*/
  /*border: 1px solid #273240;*/
  border: 1px solid #C5C5C5;
  background: #FFFFFF;
  color: #c5c5c5;
}

.select-button svg path {
  fill: #273240;
  opacity: 1;
}

.select-button:disabled svg path {
  fill: #c5c5c5;
}

 /*Safari fix*/
/*.select-button-minus span svg,.select-button-plus span svg{
  width: 26px;
  position: relative;
  
  
   display: -webkit-inline-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}*/


.mobile-hotel-search {
  display: none;
}


/* safari fix for buttons */
/*@media not all and (min-resolution:.001dpcm) { @media {

.select-button-minus span svg,.select-button-plus span svg { 
        left: -10px;
    }
}}*/


.select-value {
  width: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #273240;
  font-size: 14px;
  font-weight: 600;
}

.select-child-ages-holder {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.select-child-ages-title {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.33;  
  margin-bottom: 5px;
  color: #3C4043;
}

.select-child-ages {
  padding: 0;
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}

.select-child-ages:nth-child(n+5) {
  margin-top: 10px;
  padding-top: 0;
}

.select-child-ages:nth-child(3n+3) {
  padding-left: 5px;
  padding-right: 5px;
}

.select-child-ages-clone {
  display: none;
}

.incorect-child-age .select-child-ages-input, .incorect-child-age .select-child-ages-input:hover {
  border:  1px solid #ff0000 !important;
}


.incorect-child-age .incorect-age  {
  display: block;
}


.select-child-ages-input,.select-child-ages-input-clone {
  /*width: 80px;
  height: 42px;*/
  width: 93px;
  height: 38px;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Manrope', sans-serif;
  /*color: #495057;*/
  color: #C5C5C5;
  line-height: 1.38;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url(/v4/icons/arrow_searchbar_v4.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-origin: content-box;
  padding-right: 10px;   
  cursor: pointer;
  -moz-appearance: none;
  border:  1px solid #E6E6E6;
  border-radius: 2px;
  transition: .15s ease-in-out;
}

.select-child-ages-input:focus-visible, .select-child-ages-input-clone:focus-visible {
  outline: none;
  border: 1px solid #273240;
  color: #495057;
}

.select-child-ages-input:hover, .select-child-ages-input-clone:hover {
  border: 1px solid #273240;
}

.select-child-ages-input-clone {
  display: none;
}

.select-room-add {
  text-align: right!important;
}

.select-room-add:hover {
  cursor: pointer;
  text-decoration: underline;
}

.select-room-divider {
  background: white;
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

.select-remove-room,.select-room-add {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.38;  
}

.select-occupancy-apply {
  width: 100%;
  border: 1px solid;
  height: 52px;
  border-radius: 4px;
  border: none;
  /*margin-top: 20px!important;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #FEC437;
}

.select-occupancy-apply-info {
  font-size: 11px;
  line-height: 1.36;
  font-weight: normal;
}

.select-remove-room {
  text-align: right!important;
}

.select-remove-room:hover {
  cursor: pointer;
  text-decoration: underline;
}

.add-room-holder {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  padding-bottom: 15.5px;
}

.add-room-title {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.select-room-buttons {
  display: flex;
}

#promo_code_apply {  
  font-family: 'Manrope', sans-serif;
  border: none;
  border-style:solid;
  border-width:1px;
  border-radius: 4px;
  font-weight: bold;
  font-size:14px;  
  height:36px;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  text-align:center;
  color: #fff;
}


/*chain result pages*/
#hotel_search {
  display: flex;
  padding: 30px 0px;
}

.input-title {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #273240;
  margin-bottom: 6px;
}

#hotels, #calendar_dates, #guests, #promo_code {
  border: 1px solid #C5C5C5;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #273240;
  padding-left: 10px;
  font-family: 'Manrope', sans-serif;
  transition: 0.1s ease-in-out;
}

#hotels {
  width: 250px;
  height: 42px;
  background-repeat: no-repeat;
  background-position-x: -30px;
  background-position-y: center;
  background-origin: content-box;
  padding-right: 10px;
  background-image: url(/icons/hotel-sign.svg);
  padding-left: 40px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.input-overlay + #hotels {
  overflow: unset;
  text-overflow: unset;
  white-space: unset;
}

#hotels:hover {
  cursor: pointer;
  border: 1px solid #273240;
}

.hotels-input-active {
  border: 1px solid #273240!important;
}

#guests {
    width: 209px;
    height: 42px;
    background-repeat: no-repeat;
    background-position-x: -35px;
    background-position-y: center;
    background-origin: content-box;
    padding-right: 8px;
    background-image: url(/icons/guests.svg);
    padding-left: 50px !important;
    text-transform: lowercase;
}

.single_hotel_inputs #guests {
  width: 240px;
}

#guests.incorrect-child-age {
  border: 1px solid red !important;
}

#guests:hover {
  cursor: pointer;
  border: 1px solid #273240;
}

.room-input-active {
  border: 1px solid #273240 !important;
}

#calendar_dates {
    width: 310px;
    height: 42px;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #2c2f33;
    padding-left: 0px!important;
    text-align: center;
    border: 1px solid #C5C5C5;
    border-radius: 4px;
}

.single_hotel_inputs #calendar_dates {
  width: 356px;
}


#calendar_dates:hover {
  border: 1px solid #273240;
}

#calendar_dates.calendar_dates_open {
  border: 1px solid #273240;
}

#show_checkin , #show_checkout {
    cursor: pointer;
    text-transform: capitalize;
}

#calendar_dates_start, #calendar_dates_end {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

#calendar_dates_start:hover, #calendar_dates_end:hover {
  cursor: pointer;
}

.cdep {
    border-left: 1px solid #C5C5C5;
}

.cdsn, .cden {
    width: 30px;
    height: 20px;
    float: right;
    background-image: url(/icons/calendar-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.cdsp, .cdep {
    width: 30px;
    height: 20px;
    float: left;
    background-image: url(/icons/calendar-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#promo_code {
    width: 162px;
    height: 42px;
    cursor: pointer;
    background-image: url(/icons/coupon.svg);
    background-repeat: no-repeat;
    background-position-x: 12px;
    background-position-y: center;
    padding: 5px;
    padding-left: 48px !important;
    user-select: none;
}

.single_hotel_inputs #promo_code {
  width: 240px;
}

#promo_code::placeholder {
  color: #9C9C9C;
}

#promo_code:hover {
  border: 1px solid #273240;
}

.promo-code-input-active {
  border: 1px solid #273240!important;
}

/* #promo_code:focus {
  border: 1px solid #273240;
} */


#promo_code_dropdown {
    display: none;
    z-index: 18;
    padding: 15px;
    background: #fff;
    color: #273240;
    box-shadow: 0px 5px 15px #00000026;
}

#loyalty_code, #group_code, #Code {
    width: 170px;
    font-weight: normal;
    height: 42px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.21;
    color: #2c2f33;
    padding-left: 10px;
    border-width: 0;
    outline: none;
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    transition: 0.1s ease-in-out;
    -webkit-appearance: none;
}


/* 
#group_code.promo_code_active, #loyalty_code.promo_code_active, #Code.promo_code_active {
  border: 1px solid red;
} */

#autocomplete, #dates, #guests_div, .promo_code_holder {
  margin-right: 20px;
  position: relative;
}

.single_hotel_inputs #autocomplete {
  display: none;
}

.search {
  align-self: flex-end;
}

#btn-search {
  border-radius: 4px;
  width: 85px;
  height: 42px;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  transition: .15s ease-in-out;
}

.hotel_search_preview_holder {
  background-color: #ffffff;
  border-bottom: 1px solid #E6E6E6;
}

.hotel_search_preview {
  display: flex;
  padding: 20.8px 0px 21.8px 0px;
}

.step_back {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: right;
  color: #0c83d9;
  margin-right: 40px;
  display: flex;
  align-items: center;
}

.step_back:hover {
  cursor: pointer;
  text-decoration: underline;
}

.step_back_arrow {
  margin-right: 10px;
}

.destination_preview {
  display: flex;
  flex-direction: column;
  border-right: solid 1px #dfdfdf;
  width: 334px;
  cursor: pointer;
}

.dates_preview {
  display: flex;
  width: 263px;
  padding-left: 60px;
  border-right: solid 1px #dfdfdf;
}

.mobile_dates_preview {
  display: flex;
  width: 263px;
  padding-left: 60px;
  border-right: solid 1px #dfdfdf;
}

.checkin_preview {
  display: flex;
  flex-direction: column;
}

.mobile_checkin_preview {
  display: flex;
  flex-direction: column;
}


.checkout_preview {
  display: flex;
  flex-direction: column;
}

.mobile_checkout_preview {
  display: flex;
  flex-direction: column;
}

.selected_preview {
  display: flex;
  padding-left: 35px;
  padding-right: 30px;
  width: 266px;
  justify-content: space-between;
}

.mobile_selected_preview {
  display: flex;
  padding-left: 35px;
  padding-right: 30px;
  width: 266px;
  justify-content: space-between;
}

/* .nights_preview {
  padding-right: 38px;
}

.rooms_preview {
  padding-right: 39px;
} */

.guests_preview, .nights_preview, .rooms_preview, .mobile_nights_preview, .mobile_rooms_preview, .mobile_guests_preview {
  display: flex;
  flex-direction: column;  
  text-align: center;
}

.mobile_rooms_preview {
  padding-left: 6px;
  padding-right: 5px;
}

.preview_header {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #273240;
}

.mobile_preview_header {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #273240;
}

.preview_value {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #273240;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}



.preview_value:hover .t-tip {
  display: block;
}

.preview_value .t-tip {
  position: absolute;
  left: 48px;
  bottom: -7px;
}

.preview_value .t-tip__text {
  padding: 13px;
  font-weight: normal;
  max-width: unset;
}



.hotel-name-white-gradient {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 50px;
  top: 0px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}

.mobile_preview_value {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #273240;
}

.mobile_preview_value#landing_page_checkin,
.mobile_preview_value#landing_page_checkout {
  text-transform: capitalize;
}

.change_selected {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #273240;
  border: solid 1px #273240;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  width: 116px;
  justify-content: center;
  border-radius: 4px;
  padding: 0px;
}

.arrow-right-dates_v4 {
  align-self: flex-end;
  margin-left: 25px;
  margin-right: 25px;
}

.arrow-right-dates_v4 .a {
  fill: #fff;
}

.arrow-right-dates_v4 .b {
  stroke: #fec437;
  fill: none;
}

.arrow-right-dates_v4 .c {
  stroke: #fec437;
}

.change_selected_icon {
  /* padding-right: 5px; */
  margin-right: 5px;
}

.change_selected_icon .b {
  fill: none;
}

.incorect-age {
  display: none;
  font-size: 11px;
  margin-bottom: 2px;
  color: #f00;
  margin-top: 3px;
}

.mobile-close-hotel-search {
  display: none;
}

.mdc-touch-target-wrapper.mobile-i-have-a-code {
  display: none;
}

.mobile-close-filter {
    display: none;
}

.mobile-close-hotels-dropdown-holder, .mobile-search-hotels-input-holder {
  display: none;
}

#guests_div {
  position: relative;
}

.incorect-age-popup {
  position: absolute;
  top: -8px;
  width: 162px;
  background-color: red;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  padding: 4px;
  left: 27px;
  display: none;
}

.incorect-age-popup::after {
    bottom: -13px;
    left: 134px;
    border: solid transparent;
    border-top-color: transparent;
    border-top-width: medium;
    border-right-color: transparent;
    border-right-width: medium;
    border-bottom-color: transparent;
    border-bottom-width: medium;
    border-left-color: transparent;
    border-left-width: medium;
    border-top-color: transparent;
    border-top-width: medium;
    border-right-color: transparent;
    border-right-width: medium;
    border-bottom-color: transparent;
    border-bottom-width: medium;
    border-left-color: transparent;
    border-left-width: medium;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(39, 50, 64, 0);
    border-top-color: rgba(39, 50, 64, 0);
    border-bottom-color: rgba(39, 50, 64, 0);
    border-top-color: #ff0202;
    border-width: 8px;
    margin-left: -65px;
}

/*  MOBILE */
@media (max-width: 1279px) {  
  
  .incorect-age-popup {
    display: none !important;
  }

  #hotels, #calendar_dates, .single_hotel_inputs #calendar_dates, #guests, #promo_code {
    width: 100%;
    margin-bottom: 20px;
  }

  #hotels, #calendar_dates, #loyalty_code, #group_code, #Code {
    height: 52px;
  }

  .single_hotel_inputs #autocomplete {
    display: none;
  }

  .single_hotel_inputs #dates {
    padding-top: 20px;
  }

  .hotelresults .single_hotel_inputs #dates {
    padding-top: 0px;
  }

  #calendar_dates, #hotels {
    font-size: 16px;
  }

  #autocomplete, #dates, #guests_div, .promo_code_holder {
    margin-right: 0px;
  }

  .search-button {
    width: 100%;
  }

  #guests , .select-occupancy-apply , #guests_div .input_title , #promo_code{
    display: none;
  }

  #occupancy_dropdown {
    display: block;
    padding: 0px;
    width: 100%;
    box-shadow: none;
    max-height: none;
    position: static !important;
    border-bottom: 1px solid rgba(97, 97, 97, 0.15);
  }

  #promo_code_apply {
    display: none;
  }


  #hotels {
    background-image: url(/icons/hotel-sign.svg) ,  url(/v4/icons/arrow_searchbar_v4.svg);
    background-repeat: no-repeat;
    background-position-x: -30px , right;
    background-position-y: center , center;
    background-origin: content-box;
  }

  .select-child-ages {
    flex-basis: 33%;
    position: relative;
    padding-top: 13px;
  }

  .select-child-ages-holder {
     margin-bottom: 20px;
  }

  .select-child-ages-input, .select-child-ages-input-clone {
    width: 100%;
    font-size: 16px;
    background-color:#fff!important;
  }

  @-moz-document url-prefix() {
    .select-child-ages-input, .select-child-ages-input-clone {
      /*padding-right: 3px;*/
    }
  }

  .gray_close_icon {
    background-color: #f0f0f0;
    margin-right: 5px;
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
  }

  .calendar-info .gray_close_icon img {
    margin-right: 0 !important;
    width: 12px;
    height: 13px;
}

  .mobile-accept-dates .calendar-info {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 20px;
    font-size: 12px;
  }

  .mobile-accept-dates .calendar-info div {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #9C9C9C;
    border: unset !important;
    padding: unset !important;
    margin: unset !important;
    line-height: 14px;
  }

  .select-child-ages-title {
      width: 95px;
      display: inline-block;
      text-align: left;
  }

  .add-room-holder {
    padding-bottom: 20px;
  }

  .select-room {
    padding-top: 20px;
  }

  #promo_code_dropdown {
    padding: 0px;
    box-shadow: none;
    width: 100%;
    position: relative!important;
  }

  #loyalty_code, #group_code, #Code {
    width: 100%;
  }

  .select-room-title {
    /*margin-bottom: 13.5px;*/
  }

  .hotels_dropdown {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0 10px 0 20px;
    width: 100% !important;
    height: 100%;
    max-height: 100%;
  }

  .hotels_all {
    background-position-x: left;
    padding-left: 34px;
  }
  
  .hotels_hotel {
    background-position-x: 11.5px;
    padding-left: 44px;
  }

  .hotels_dropdown div:hover {
    background-color: unset;
  }

  .dates_preview {
    justify-content: center;
    max-width: 263px;
    width: 100%;
    padding-left: 0px;
  }

  .hotel_holder::after , .all_hotel_holder::after, .folder_holder::after {
    /* width: calc(100% - 40px); */
    width: 100%;
    margin: auto;
  }

  .mobile-hotel-search {
    display: block;
  }

  .change_selected {
    padding: 0px 10px 0px 14px;
  }

  .hotels_dropdown .mobile-hotel-search:hover {
    background-color: #fff;
    cursor: auto;
  }

  .header-search-bar {
    top: 69px;
    z-index: 8;
  }

  .hotel_search_preview_holder {
    padding: 0px 10px;
  }

  .hotelresults  .hotel_search_preview_holder {
    display: none;
  }

  .mobile-hotel-search-bar .hotel_search_preview_holder {
    border-bottom: none;
    margin-bottom: 10px;
  }

  
  .hotel_search_preview {
    justify-content: center;
    height: inherit;
    padding: 0px;
  }

  .change_selected {
    padding: 0px;
  }

  .step_back, .destination_preview {
    display: none;
  }

  .dates_preview {
    align-self: center;
    width: unset;
    padding-right: 13px;
  }

  .mobile_dates_preview {
    padding-left: 0px;
    align-self: center;
    width: unset;
    padding-right: 10px;
  }

  .selected_preview {
    align-self: center;
    padding-left: 12px;
    padding-right: 20px;
    width: unset;
  }

  .mobile_selected_preview {
    align-self: center;
    padding-left: 8px;
    padding-right: 17px;
    width: unset;
  }

  .change_selected {
    display: flex;
    border: none;
    flex-direction: column;
    color: #0C83D9;
    font-size: 9px;
    font-weight: 400;
    width: unset;
    background-color: unset;
  }

  .change_selected:hover {
    background-color: unset;
  }

  .mobile_change_selected {
    display: flex;
    border: none;
    flex-direction: column;
    padding: 0;
    color: #0C83D9;
    font-size: 9px;
    font-weight: 400;
    width: unset;
    background-color: unset;
  }

  .mobile_change_selected:hover {
    background-color: unset;
  }

  .change_selected_icon {
    align-self: center;
  }

  .change_selected_icon .b {
    stroke: #0C83D9;
  }

  .mobile_change_selected_icon {
    align-self: center;
  }

  .mobile_change_selected_icon .b {
    stroke: #0C83D9;
  }

  .mobile-hotel-search-close {
    background-image: url(/v4/icons/cross_v4.svg);
    width: 24px;
    height: 25px;
    display: block;
    float: right;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }

  .select-hotel {
    color: #242223;
    font-size: 16px;
    font-weight: 800;
    display: block;
    padding: 20px 0px;
    border-bottom: 1px solid #E6E6E6;
  }


  #index #search-hotels-input, .mobile-search-hotels-input {
      margin: 20px 0px;
      height: 53px;
      /* width: calc(100% - 40px); */
      width: 100%;
      border: 1px solid #C5C5C5;
      padding: 15px;
      padding-right: 18.5px;
      box-shadow: none !important;
      border-radius: 3px;
      background-image: url(../icons/search_gray_v4.svg);
      background-repeat: no-repeat;
      background-position-x: right;
      background-position-y: center;
      background-origin: content-box;
  }

  #index #search-hotels-input::placeholder, .mobile-search-hotels-input::placeholder {
    font-size: 16px;
    color: #9C9C9C;
    font-weight: 400;
  }

  #index #search-hotels-input.search-hotels-input-active, .mobile-search-hotels-input.search-hotels-input-active {
    background-image: url(../icons/search_v4.svg);
    border-color: #273240;
  }

  #search-hotels-input:focus-visible {
    outline: none;
  }

  .arrow-right-dates_v4 {
    align-self: flex-end;
    margin-top: 10px;
    margin-left: 13px;
    margin-right: 10px;
  }

  .mobile_arrow-right-dates_v4 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .preview_header {
    font-size: 10px;
  }

  .mobile_preview_header {
    font-size: 10px;
  }

  .preview_value {
    font-size: 14px;
  }

  .mobile_preview_value {
    font-size: 14px;
  }

  .select-value {
    font-size: 16px;
  }

  .rooms_preview {
    padding: 0px 9px;
  }

  #hotel_search {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0px;
    padding: 100px 20px 20px 19.5px;
    background-color: #fff;
    flex-direction: column;
    overflow: auto;
  }

  .search {
    width: 100%;
  }

  #btn-search {
    width: 100%;
  }

  .mdc-touch-target-wrapper.mobile-i-have-a-code {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
  }

  .mob-menu-toggle .promo_code .input-title {
    display: inline-block;
    margin-left: 6px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0px;
  }

  .promo_code {
    /*margin-top: 31px;*/
    margin-top: 23.5px;
    padding: 0px;
  }

  .mdc-touch-target-wrapper.mobile-i-have-a-code .mdc-checkbox--touch {
    margin: 4px 4px 4px 0px;
  }

  .mobile-close-hotel-search {
    position: fixed;
    justify-content: space-between;
    margin-bottom: 19px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.15);
    top: 0px;
    z-index: 100;
    left: 0px;
    background-color: #fff;
    width: calc(100% - 40px);
    right: 0;
    margin: auto;
    padding: 23px 0px;
  }

  .mobile-close-filter {
    display: block;
    cursor: pointer;
    /* padding: 20px; */
    position: relative;
  }

  .guests_number .input-title {
    display: none;
    padding-left: 0px;
  }

  .mobile-close-hotels-dropdown-holder {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
    /* width: calc(100% - 40px); */
    width: 100%;
    margin: auto;
    height: 66.5px;
    align-items: center;
  }

  .mobile-search-hotels-input-holder {
    display: block;
  }

  .mobile-search-hotels-input-holder::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E6E6E6;
    margin: 0px auto;
  }

  .mobile-close-hotels-dropdown-holder:hover {
    background-color: unset;
    cursor: unset;
  }

  .mobile-close-hotels-dropdown-holder .select-hotel {
    border-bottom: none;
    padding-left: 0px;
  }

  .mobile-close-hotels-dropdown-holder img {
    height: 24px;
    width: 24px;
  }

  .hotel_search_preview {
    justify-content: center;
  }

  #show_checkin, #show_checkout {
    width: 100%;
    height: 35px;
    padding-top: 9px;
    display: inline-block;
    min-width: 91px;
  }

  .cdsp, .cdep, .cdsn, .cden {
    width: inherit;
  }

  .mdc-checkbox__background {
    /*height: 22px;
    width: 22px;*/
    height: 16px;
    width: 16px;
  }

  .mdc-checkbox__checkmark {
    top: 0px;
    left: 0px;
  }

  .inputs .promo_code .input_title {
    margin-left: 6px;
    margin-bottom: 0px;
  }

  #promo_code_dropdown {
    z-index: unset;
  }

}

@media(max-width: 992px) {
  
  .input-overlay {
    display: none;
    content: none;
  }
  
}

@media(max-width: 768px) {
  
}

@media(max-width: 374px) {
  .arrow-right-dates_v4 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .dates_preview {
    padding-right: 10px;
  }

  .selected_preview {
    padding-left: 10px;
  }

  .rooms_preview  {
    padding: 0px 5px;
  }

  .selected_preview {
    padding-right: 10px;
  }

  .nights_preview {
    display: none;
  }
}