/* Property Gallery */

.gallery-container.chain-results-image-gallery {
    max-width: 270px;
    min-width: 270px;
    position: relative;
    border-radius: 4px 0 0 4px;
    background: #ededed;
}

.be-slider.chain-results-image-gallery, .be-slider.chain-results-image-gallery .be-slide {
    max-width: 270px;
    max-height: 250px;
    min-width: 270px;
    min-height: 250px;
}

.be-slider.chain-results-image-gallery, .be-slider.chain-results-image-gallery .be-slide, .be-slider.chain-results-image-gallery .be-slide img {
    border-radius: 4px 0px 0px 4px !important;
    box-shadow: inset 0px 0 0px 3px #ffffff;
}

.be-slider.chain-results-image-gallery.slider-loaded, .be-slider.chain-results-image-gallery.slider-loaded .be-slide, .be-slider.chain-results-image-gallery.slider-loaded .be-slide img {
    box-shadow: none;
}

.gallery-container .photo-placeholder-container {
    min-width: 270px;
    height: 250px;
    border: 3px solid #ffffff;
    border-radius: 4px 0 0 4px;
}

.gallery-container .hotel-image {
    object-fit: cover;
    height: 250px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    z-index: 1;
    position: relative;
}

/* Mobile */

@media (max-width: 1279px) {   
    .be-slider.chain-results-image-gallery, .be-slider.chain-results-image-gallery .be-slide, .gallery-container.chain-results-image-gallery {
        max-width: unset;
        min-width: unset;
        width: 100% !important;
        height: 100% !important;
    }

    .gallery-container .photo-placeholder-container {
        border-radius: 4px 4px 0 0;
    }

    .be-slider.chain-results-image-gallery, .be-slider.chain-results-image-gallery .be-slide, .be-slider.chain-results-image-gallery .be-slide img {
        border-radius: 4px 4px 0 0 !important;
    }
}

.chain_quick_filters {
    margin-bottom: 20px;
    display: flex;
}

.more_filters {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #0C83D9;
    padding: 4px 22px 5px 41px;
    height: 32px; 
    border-radius: 18px;
    border: solid 1px #c5c5c5;
    background-color: #ffffff;
    transition: .15s ease-in-out;
    background-image: url('../icons/more_filters_v4.svg');
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: center;
}

.more_filters:hover {
    border-color: #273240;
}

.chain_filters {
    width: 242px;
    margin-right: 20px;
    display: none;
    float: left;
    margin-bottom: 40px;
}

.chain_results {
    width: 1080px;
    margin-bottom: 30px;
    float: right;
}

.filters_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.filters_head_text {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #273240;
    margin-right: 9px;
}

.filter_head {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #273240;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.filter_head p {
    margin-bottom: 0px;
}

.filter_head_text {
    margin: 0px;
}

.close_filter {
    display: flex;
    align-items: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0px;
    color: #0C83D9;
    transition: 0.15s ease-in-out;
}

.desktop-close-filter {
    margin-right: 3px;
}

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

.filter_head_small {
    font-size: 12px;
    font-weight: normal;
}

.filters_title {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    align-self: center;
    margin-right: 10px;
    margin-top: 4px;
    float: left;
}

/*.quick_filters {
    float: left;
}*/

.filters_buttons {
    border: 1px solid #C5C5C5;
    color: #273240;
    border-radius: 18px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    line-height: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    padding: 4px 22px 5px 21px;
    margin-right: 10px;
    background-color: #FFFFFF;
    position: relative;
    cursor: pointer;
    user-select: none;
    /* transition: .15s ease-in-out; */
    float: left;
    /*margin-bottom: 10px;*/
}

.filters_buttons:hover {
    border-color: #273240;
}

.filters_buttons.checked {
    background-color: #273240;
    color: #FFFFFF;
    border-color: #273240;
    background-image: url(/icons/remove_quick_filter_v4.svg);
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 7px;
}

.close_filters_buttons {
    position: absolute;
    content: "";
    width: 11px;
    height: 1px;
    background-color: #FFFFFF;
    top: 14px;
    left: 8px;
    transform: rotate(45deg);
}

.close_filters_buttons::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 1px;
    background-color: #FFFFFF;
    transform: rotate(90deg);
}

.disabled-filter {
    opacity: 0.5;
    cursor: auto;
}

/*.filter_hr_line {
    background-color: #c5c5c5;
    width: 242px;
    margin: 30px 0px;
}*/

.ranking_filters {
    padding-bottom: 30.5px;
    border-bottom: 1px solid #c5c5c5;
}

.budget_filters, .cancel_filter, .boards_filter, .hotel_amenities_filter , 
.policy-filter , .country_filter , .payments_filter {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c5c5c5;
}

.chain_filters > *:last-child {
    padding-bottom: 0px;
    border-bottom: unset;
}

.rating_button_holder {
    display: flex;
}

.rating_button {
    width: 41px;
    height: 38px;
    border-radius: 4px;
    border: solid 1px #c5c5c5;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.rating_button:last-child {
    margin-right: 0px;
}

.rating_button:hover {
    /* border-color: #273240; */
    cursor: pointer;
}

.rating_value {
    margin-right: 3px;
}

.rating_button.checked {
    background-color: #273240;
    color: #ffffff;
}

.rating_button.checked svg g path {
    fill: #ffffff;
    stroke: #ffffff;
}

.rating_button svg g path {
    fill: #273240;
}

.check {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
}

.checkbox-custom-label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkbox-custom {
    width: 16px!important;
    height: 16px!important;
    top: 0px!important;
    left: 0px!important;
}

.filter_option {
    margin-left: 10px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #273240;
}

.filter_counter, .filter_counter_total {
    width: 24px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background-color: #e6e6e6;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: center;
    color: #273240;
}

.property {
    display: flex;
    margin-bottom: 20px;
}

.hidden-property {
    display: none;
}

.grey-background {
    background-color: #ededed;
}
.property-gallery {
    width: 270px;
    min-width: 270px;
    height: 250px;
    position: relative;
    cursor: pointer;
}

 .property-gallery { 
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 1;
}

.property-gallery-image {
    object-fit: cover;
    width: inherit;
    height: 250px;
    border: 3px solid #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.property-gallery-image:hover {
    cursor: pointer;
}

.img-for-gallery {
    margin-left: 8.4px;
    margin-right: 5.6px;
}

.img-for-gallery-background {
    width: 50px;
    height: 22.5px;
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    background-color: #273240;
    opacity: 0.75;
    display: none;
}

.img-for-gallery-holder {
    width: 50px;
    height: 22.5px;
    position: absolute;
    bottom: 16px;
    right: 16px;
    align-items: center;
    border-radius: 2px;
    display: none;
}

.img-for-gallery-counter {
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #ffffff;
}

.property-offer {
    background-color: #fff;
    width: 100%;
    height: 250px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0px 4px 4px 0px;
}

.property-offer.error {
    padding: 16px 10px 10px 20px;
}

.property-offer-closed {
    padding-bottom: 10px;
    padding-right: 10px;
}


.hotel_stars_holder {
    margin-bottom: 3px;
    /*padding: 20px;*/
}

.hotel_stars {
    display: flex;
}

.hotel_star , .hotel_star_outline {
    vertical-align: top;
    margin-right: 5px;
}

.hotel_star g path {
    fill: #fdba01;
    stroke: #fdba01;
}

.hotel_star_outline g g .c {
    fill: #fff;
    stroke: #fdba01;
}
.property .loader-container{
    --loader-top: unset!important;
    max-height: unset!important;
}

.property-name {
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #273240;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
    width: fit-content;
}

.font-weight-bold {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #616161;
}

.property-address {
    display: flex;
    align-items: center;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #9c9c9c;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
    width: fit-content;
}

.property-address img {
    /*height: 16px;*/
    margin-right: 6px;
    margin-bottom: 3px;
}

.property-description {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #273240;
    margin-bottom: 8px;
    max-width: 579px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.hotel-amenities-line {
    display: flex;
    align-items: center;
    height: 24px;
}

.property-amenities {
    display: flex;
    position: relative;
    /*border-right: 1px solid #DFDFDF;*/
    padding-right: 9.5px;
    margin-right: 20px;
}

.trip-advisor-content {
    /*margin-left: 20px;*/
    align-self: center;
    display: none;
}

.trip-advisor {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.fa-tripadvisor {
    font-size: 18px;
    color: #273240;
    margin-right: 4px;
}


.trip-advisor-rate {
    display: flex;
    align-self: center;
}

.trip-advisor-rate span {
    width: 11px;
    height: 11px;
    display: block;
    position: relative;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-right: 1.1px;
}

.trip-advisor-rate .rate-full::before {
    content: "\f111";
}

.trip-advisor-rate .rate-half::before {
    content: "\f042";
}

.trip-advisor-rate span::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #00AA6C;
    font-size: 10px;
    position: absolute;
    top: -2px;
}

.trip-advisor-reviews {
    color: #9C9C9C;
    font-family: 'Manrope', sans-serif;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 15px;
    letter-spacing: normal;
    text-align: left;
    align-self: center;
    margin-left: 5px;
}

.property-amenities img {
    margin-right: 10px;
}

.property-hr-line {
    background-color: #c5c5c5;
    margin: 12.5px 0px 12.5px 0px;
    opacity: 1;
}

.price-and-button {
    display: flex;
    justify-content: flex-end;
    align-items: end;
}

.price {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #273240;
    margin-right: 20px;
}

.price_up {
    display: flex;
    align-items: baseline;
}

.price-start-message-holder {
    margin-right: 5px;
}

.property-price {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: #008009;
}

.property-price .currency_symbol_price {
    font-weight: 400;
}

.per_night {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #008009;
}

.price_down {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: right;
    color: #616161;
    cursor: pointer;
}

.price_down:hover {
    text-decoration: underline;
}

.basket-partial-info-icon {
    width: 14px;
    margin-left: 2px;
    margin-bottom: 3px;
    cursor: pointer;
}

.property-button {
    padding: 7.8px 37.5px 9.2px 25.5px;
    /* width: 140px; */
    height: 36px;
    background-color: #fec437;
    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: #ffffff;
    border: unset;
    background-image: url('../icons/chevron-right.svg');
    background-repeat: no-repeat;
    background-position-x: calc(100% - 20px);
    background-position-y: 13px;
    background-size: 11px;
    border-radius: 4px;
    transition: .15s ease-in-out;
}

.property-button:hover {
    background-color: #E6B137;
    background-position-x: calc(100% - 15px);
}




.single-icon-holder {
    display: inline-block;
}

.single-icon-holder-mobile {
    display: none;
}

.t-tip {
    display: none;
    float: right;
}

.t-tip__in:hover {
  cursor: pointer;
}

.t-tip__in:hover  .t-tip{ 
  display:inline-block;
}

.t-tip__text:hover {
  display: none;
}

.amenities-room-icons img {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

.amenitie-room-icon {
    height: 24px;
    margin-right: 14px;
    vertical-align: text-bottom;
    display: inline-block;
}

.breadcrumb {
    text-decoration: none;
}

.t-tip__text {
  background-color: #2c2f33;
  color: #fff;
  text-align: justify;
  padding: 15px;
  border-radius: 4px;
  z-index: 10;
  font-size: 13px;
  line-height: 1.15;
  max-width: 385px;
  display:inline-block;
  position: absolute;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: max-content;
   /* fix for safari*/
  width: -webkit-max-content;
  min-width: -webkit-max-content;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;  
}




.hotel_search_holder {
    display: none;
}

.zcalendar {
    display: none;
}

.chainresults_map {
    display: none;
    float: right;
}
#hotels_grid .search-loading-message{
    display: none;
  }

/*.chainresults_header {
    display: flex;
}

.list_or_map {
    display: flex;
    justify-content: flex-end;
}*/

.list_or_map_mobile {
    display: none;
}

.index_redirect {
    color: #a8a8a8;
    text-decoration: underline;
    /*margin-right: 5px;*/
}
.hotels_buttons_map {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 36px;
}

.chain_hotels_found {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    color: #273240;
    line-height: 1.33;
    letter-spacing: normal;
}

.chainresults_list_button , .chainresults_map_button {
    border-radius: 4px;
    border: solid 1px #c5c5c5;
    background-color: #ffffff;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
}

.chainresults_list_button img , .chainresults_map_button img {
    display: none;
}

.chainresults_list_button {
    padding: 12px 15px 11px 37px;
    margin-right: 8px;
    background-image: url('../icons/list_black.svg');
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: center;
    /* width: 152px; */
    transition: .15s ease-in-out;
}

.chainresults_list_button.selected_button {
    background-image: url('../icons/list_white.svg');
    border: unset;
}

.chainresults_map_button {
    padding: 11px 16px 11px 41px;
    background-image: url('../icons/location_v4_black.svg');
    background-repeat: no-repeat;
    background-position-x: 16px;
    background-position-y: center;
    transition: .15s ease-in-out;
    /* width: 140px; */
}

.chainresults_map_button:hover, .chainresults_list_button:hover {
    background-color: #F5F5F5;
}

.chainresults_map_button.selected_button:hover, .chainresults_list_button.selected_button:hover {
    background-color: #273240;
}


.chainresults_map_button.selected_button {
    background-image: url('../icons/location_v4_white.svg');
    border: unset;
}

.selected_button {
    background-color: #273240;
    color: #ffffff;;
}


.chainresults_list_button.selected_button    {
    background-image: url('../icons/list_white.svg');
}

.chainresults_map_button.selected_button    {
    background-image: url('/icons/location_v4_white.svg');
}

.property-gallery-modal-opener {
    position: absolute;
    height: 250px;
    width: 180px;
    left: 50%;
    margin-left: -90px;
    z-index: 1;       
}

#map-wrap {
    position: relative;
    padding-bottom: 50px;
    /* width: 780px; */
}

#map {
    height: 442px;
    border: 2px solid #FFF;
    border-radius: 4px;
}

.map-close {
    position: absolute;
    z-index: 10;
    right: 7px;
}

.gm-style .gm-style-iw-c {
    border-radius: 4px!important;
    /* padding-left: 26px; */
    padding: 8px 8px 8px 26px!important;
    min-width: 191px!important;
    font-size: 12px;
    font-weight: 600;
    background-image: url('../icons/map_hotel_v4.svg');
    background-repeat: no-repeat;
    background-position: 5px center;
    box-shadow: 0px 0px 16px #00000029;
    cursor: pointer;
    overflow: visible;
}

.gm-style .gm-style-iw-t.open .gm-style-iw-c {
    background-color: #273240;
    background-image: url("../icons/map_hotel_white_v4.svg");
    color: #fff;
}

.gm-style .gm-style-iw-t::after {
    box-shadow: unset;
}

/* Removes the automatic div created by gmaps from the infowindow */
.gm-style-iw-ch{
    display: none;
}

/* Set the backgroundcolor for gmaps infowindow when its selected */
.gm-style .gm-style-iw-t.open::after  {
    background: #273240;
}

/* Set the backgroundcolor for gmaps infowindow arrow when its selected */
.gm-style .gm-style-iw-t.open .gm-style-iw-tc::after{
    background: #273240;
}

/* .gm-style .gm-style-iw-c div {
    margin-bottom: 4px;
    margin-left: 24px;
} */

.gm-ui-hover-effect  {
    display: none!important;
}

#map-wrap .gm-style-iw-d {
    overflow: unset!important;
    position: relative;
}

#map-wrap .gm-style-iw-d > div {
    overflow: unset!important;
}

#map-wrap .price-start-message-holder {
    display: none;
}

#map-wrap .maps-hotel-title, #map-wrap .maps-hotel-price {
    line-height: 1.43;
}

#map-wrap .maps-hotel-price.no-price {
    font-weight: 400;
}

#map-wrap .property-price, #map-wrap .per_night {
    color: #273240;
    font-size: 12px;
}

#map-wrap .gm-style .gm-style-iw-t.open .google-map-price-and-button .property-price {
    font-size: 16px;
    color: #008009;
}

#map-wrap .gm-style .gm-style-iw-t.open .google-map-price-and-button .per_night {
    font-size: 11px;
    color: #273240;
}

#map-wrap .gm-style .gm-style-iw-t.open .property-price, #map-wrap .gm-style .gm-style-iw-t.open .per_night {
    color: #fff;
}


#map-wrap .per_night {
    font-weight: 400;
}


/* MATERIAL DESIGN CHECKBOX ------------------------------------------------ */


.material-check {
  display: flex;
  padding-left: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  align-items: center;
  cursor: pointer;
}

.material-check:last-child {
    margin-bottom: 0px;
}

.material-check .form-check-label {
  width: 100%;
  cursor: pointer;
}

.material-check .mdc-touch-target-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.mdc-touch-target-wrapper {
    height: 16px;
    width: 16px;
}

.mdc-checkbox {
    height: 16px!important;
    width: 16px!important;
    flex: unset;
}

.mdc-checkbox--touch {
    padding: 0px;
    margin: 0px;
    height: 16px!important;
    width: 16px!important;
}

.mdc-checkbox__background {
    top: 0px !important;
    left: 0px !important;
    /*border-color: #273240!important;*/
    /*background-color: #273240!important;*/
    height: 16px!important;
    width: 16px!important;
    background-color: #FFFFFF!important;
    border: 1px solid #C5C5C5;
}

.checkbox-custom:hover ~ .mdc-checkbox__background{
    border-color: #273240!important;
}

.mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background {
  border-color: #273240!important;
  background-color: #273240!important;
}

.material-check label {
  color: var(--273240-texts-icons);
  font: normal normal 600 12px/21px 'Manrope', sans-serif;
}

.material-check .form-check-input {
  margin-left: 0rem;
  transition-duration: .3s;
}

.material-check .disabledgroup + label {
  color: var(--9c9c9c-disabled-texts);
}

.no-room-error {
    width: 100%;
    height: 63px;
    background-color: #F5F5F5;
    margin-top: 13px;
    display: flex;
    padding: 10px 0px 11px 10px;
}

.room-error-icon-holder {
    background-image: url('/v4/icons/no-availability-hotel_v4.svg');
    background-repeat: no-repeat;
}

.room-error-icon-holder {
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.room-error-description-holder {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.room-error-description {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
    color: #273240;
}

.room-error-link {
    font-size: 13px;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
    color: #0C83D9;
    font-weight: 600;
    text-decoration: none;
    transition: 0.15s ease-in-out;
    cursor: pointer;
}

.room-error-link:hover {
    text-decoration: underline;
}





/* no occupancy */ 

.no-rooms-error-new {
  background-color: #ECF3FE;
  border-left: 3px solid #4B8CF4;
  border-radius: 2px;
  display: flex;
  align-items: center;
  height: 70px;
  margin-bottom: 20px;
}

.no-rooms-hotel-error-new {
  background-color: #0C83D9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 80px;
  margin-bottom: 20px;
  color: #fff;
  padding: 15px 20px;
}

.no-rooms-hotel-error-new-diff {
  width: 808px;
}

.no-rooms-hotel-error-new-info {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.hotel-no-avail-1 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  margin-bottom: 5px;
}

.hotel-no-avail-2 {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 300;
  margin-top: 7px;
}

.modify-search , .modify-search-diff {
  background-color: #fff;
  color :#0C83D9;
  padding: 10px 15px;
  height: 36px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: auto;
  cursor: pointer;
}

.modify-search svg , .modify-search-diff svg {
  height: 16px;
  margin-right: 6px;
  position: relative;
  top: -1px;
}

.no-rooms-error-new img {
  height: 24px;
  width: 24px;
  margin: 0 15px;
}

.no-rooms-hotel-error-new img {
  height: 24px;
  width: 24px;
  margin-right: 15px;
  align-self: start;
}

.no-rooms-error-new p {
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  margin: 0px;
}

.no-rooms-error-new span {
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  color: #4b8cf4;
}

.no-rooms-error-new span:hover {
  text-decoration: underline;
}

/* end of no occupancy */



.list_or_map .more_filters {
    display: none;
}

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

.filters_head_left {
    display: flex;
    align-items: baseline;
}

.filter_clear {
    font-size: 12px;
    color: #0C83D9;
    font-weight: 800;
    line-height: 17px;
    margin-left: 10px;
    display: none;
}

.no-hotels-notification {
    justify-content: space-between;
    display: flex;
    width: 100%;
    padding: 22px 20px;
    background-color: #0C83D9;
    border-radius: 4px;
    align-items: center;
    margin-bottom: 24px;
}

.no-hotels-notification-info {
    line-height: 19px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-left: 15px;
}

.modify-search {
    font-size: 14px;
    font-weight: bold;
    color: #0C83D9;
    line-height: 19px;
    border: unset;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7.8px 15px 9.2px 10px;
    background-color: #fff;
    height: 36px;
}

.modify-search img {
    margin-right: 5px;
}

.more_filters_message_mobile {
    display: none;
}

.show-filters {
    display: block;
}

.filter_view {
    width: 820px;
}

.hide-filter-button {
    display: none;
}

.google-map-card-holder {
    display: none;
    width: 270px;
    height: 255px;
    position: absolute;
    box-shadow: 0px 0px 15px #00000040;
    /* left: calc(50% - 135px);
    top: calc(50% - 125px); */
    left: calc(100% + 18px);
    top: calc(0px + -108px);
}

.gm-style .gm-style-iw-t.open .google-map-card-holder {
    display: block;
}

.google-map-property-image {
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.google-map-no-image-holder {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EDEDED;
    border-radius: 10px 10px 0px 0px;
}

.google-map-no-image-holder .google-map-property-image {
    width: unset;
}

.google-map-description-holder {
    border-radius: 0px 0px 10px 10px;
    background-color: #FFFFFF;
}

.google-map-description-up {
    padding: 10px 10px 0px 10px;
}

.google-map-description-down {
    padding: 0px 10px 12px 10px;
}

.google-map-description-down.close {
    padding: 9px 0px 0px 0px;
}

.google-map-description-down.close .room-error-description {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
}

.google-map-description-down.close .room-error-link {
    font-size: 11px;
}

.google-map-description-down .no-room-error {
    justify-content: center;
    padding: 0px;
    border: 2px solid #fff;
    margin-top: 0px;
    border-radius: 0px 0px 10px 10px;
}

.google-map-hotel_stars {
    display: flex;
    margin-bottom: 4px;
}

.google-map-hotel_stars .hotel_star, .google-map-hotel_stars  .hotel_star_outline {
    width: 12px;
    height: 12px;
}

.google-map-property-name {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #273240;
    margin-bottom: 10px;
}

.google-map-hotel-amenities {
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 1px solid #E6E6E6;
}

.google-map-hotel-amenities .property-amenities {
    display: flex;
    position: relative;
    width: fit-content;
    border-right: 1px solid #DFDFDF;
    padding-right: 5px;
    margin-right: 15px;
}

.google-map-hotel-amenities .single-icon-holder {
    display: flex;
}

.google-map-hotel-amenities .property-amenities img {
    width: 16px;
    height: 16px;
}

.google-map-price-and-button .price-and-button {
    justify-content: space-between;
}

.google-map-price-and-button .property-price {
    font-size: 16px;
}

.google-map-price-and-button .currency_symbol_price {
    font-size: 10px;
}

.google-map-price-and-button .price_down {
    text-align: left;
}

.google-map-description-down.close .room-error-description-holder {
    align-items: center;
    justify-content: center;
}

.google-map-property-button  {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 36px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}

.google-map-holder-hover {
    z-index: 9998!important;
}

.google-map-holder {
    z-index: 9997!important;
}

.google-map-holder.google-map-holder-hover {
    z-index: 9999!important;
}

/* MOBILE */

@media (max-width: 1279px) {
    
    .bread-results {
        display: none;
    }

    .chain_hotels_found {
        display: none;
    }

    .hotels_buttons_map {
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
        padding: 10px 12px 0px 13px;
    }

    .list_or_map {
        /* width: 350px; */
        /* width: 100%;
        height: 36px;
        background-color: #ffffff;
        border: 1px solid #C5C5C5;
        border-radius: 4px;
        display: flex;
        justify-content: space-between; */
        display: none;
    }

    .list_or_map_mobile {
        width: 100%;
        height: 36px;
        background-color: #ffffff;
        border: 1px solid #C5C5C5;
        border-radius: 4px;
        display: flex;
        justify-content: space-between;
    }

    .more_filters {
        background-image: unset;
    }

    .header-top-spacer {
        height: 140px!important;
    }

    .list_or_map_mobile .more_filters {
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        width: 50%;
        margin-right: 0px;
        /* padding: 0px 0px 0px 82px; */
        padding: 0px;
        background-color: unset;
        border: unset;
        color: #0C83D9;
        position: relative;
        height: unset;
        background-position-x: calc(50% - 52px);
        font-size: 14px;
        text-align: center;
    }

    .list_or_map_mobile .more_filters img {
        margin-right: 7px;
    }

    .list_or_map_mobile .more_filters::after {
        content: "";
        position: absolute;
        height: 19px;
        background-color: #DFDFDF;
        width: 1px;
        right: 0px;
    }

    .chainresults_list_button img , .chainresults_map_button img {
        display: block;
    }

    .chainresults_list_button {
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        width: 50%;
        margin-right: 0px;
        padding: 0px 0px 0px 82px;
        background-color: unset;
        background-image: unset;
        border: unset;
        color: #0C83D9;
        position: relative;
        height: unset;
        background-position-x: 58px;
        font-size: 14px;
        text-align: left;
    }

    .chainresults_list_button img {
        margin-right: 16px;
    }

    .chainresults_list_button, .chain_quick_filters {
        display: none;
    }

    .chainresults_map_button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        /* padding: 0px 35px 0px 0px; */
        padding: 0px;
        border: unset;
        background-color: unset;
        color: #0C83D9;
        text-align: center;
        background-position-x: calc(50% - 53px);
    }

    .chainresults_map_button img {
        margin-right: 2px;
    }

    .chainresults_map_button, .chainresults_map_button.selected_button {
        /* background-image: url('/v4/icons/location_v4_blue.svg'); */
        background-image: unset;
    }

    .chainresults_map_button.selected_button:hover {
        background-color: #fff;
    }

    /* .list_or_map.map_results_open .chainresults_map_button {
        padding-left: 59.5px;
        text-align: left;
    } */

    .chain_filters {
        position: fixed;
        top: 0;
        padding: 13px 20px 18px 20px;
        background-color: white;
        width: 100%;
        z-index: 25;
        left: 0;
        height: 100vh;
        overflow: auto;
    }

    .filters_head {
        border-bottom: 1px solid rgba(112, 112, 112, 0.15);
        padding-bottom: 15.5px;
    }

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

    .close_filter span {
        display: none;
    }
    
    .filters_head_text {
        font-size: 16px;
        margin-right: 5px;
        line-height: 22px;
    }
    
    .filter_head {
        font-size: 14px;
    }

    .list_or_map_mobile.map_results_open {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 21;
        box-shadow: 0px 3px 6px #00000029;
        border: unset;
    }

    .list_or_map_mobile.map_results_open .more_filters, .list_or_map_mobile.map_results_open .chainresults_list_button {
        text-align: center;
        background-position-x: calc(50% - 48px);
        padding: 0px;
    }

    #map-wrap {
        width: 100%!important;
        padding-bottom: 0px;
    }

    #map {
        height: calc(100vh - 35px);
        border: none;
        border-radius: unset;
    }

    .chainresults_map {
        position: absolute;
        top: 35px;
        left: 0;
        z-index: 22;
        width: 100%;
    }

    .mobile-close-map {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        background-color: #fff;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        background-image: url(/v4/icons/cross_small_v4.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .chain_results {
        width: 100%;
        margin-bottom: 10px;
    }

    .single-icon-holder-mobile {
        display: block;
    }

    .google-map-hotel-amenities .single-icon-holder-mobile {
        display: flex;
    }

    .property {
        flex-direction: column;
    }

    .property-offer {
        padding: 15px 15px 20px 15px;
        height: 235px;
        border-radius: 0 0 4px 4px;
    }

    .property-offer.error {
        padding: 16px 15px 20px 15px;
        height: unset;
    }

    .property-offer-closed {
        padding-bottom: 10px;
        padding-right: 10px
    }

    .property-gallery-image {
        object-fit: contain;
        /*height: 122px;*/
        height: 128px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: unset;
        /*border-bottom: unset;*/
    }

    .hotel_stars_holder {
        margin-bottom: 0px;
    }

    .property-name {
        font-size: 18px;
        margin-bottom: 4px;
        width: unset;
    }

    .property-price {
        font-size: 16px;
    }

    .property-price .currency_symbol_price {
        font-size: 10px;
    }

    .per_night {
        font-size: 11px;
    }

    .price-start-message-holder {
        display: none;
    }

    .price-and-button {
        justify-content: space-between;
        margin-top: 29px;
    }

    .google-map-price-and-button .price-and-button  {
        margin-top: 0px;
    }

    .property-hr-line {
        display: none;
    }

     .hotel-amenities-line {
        height: 20px;
    } 

    .property-description {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 12px;
    }

    .property-address {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: unset;
    }

   /* .property-address img {
        margin-bottom: 3px;
    }*/

    /* .no-room-error {
        margin-top: 3px;
    } */

    .price_down {
        text-align: left;
        font-size: 11px;
    }

    .property-amenities {
        padding-right: 0px;
        margin-right: 15px;
    }

    .property-amenities img {
        margin-right: 15px;
        height: 20px;
    }

    .google-map-hotel-amenities .single-icon-holder {
        display: none;
    }

    .single-icon-holder {
        display: none;
    }
    
    .custom-popup-image {
        margin-top: 15px;
    }

    .room-error-description {
        font-size: 11px;
    }

    .room-error-link {
        font-size: 10px;
    }
    
    .room-error-icon-holder {
        background-size: contain;
    }

    .ranking_filters {
        border-bottom: unset;
    }

    .budget_filters, .cancel_filter, .boards_filter, .hotel_amenities_filter {
        border-bottom: unset;
        margin-top: 0px;
    }

    .filter_clear {
        display: block;
    }

    .filter_counter, .filter_counter_total {
        font-weight: 800;
    }

    .no-hotels-notification {
        flex-direction: column;
    }

    .no-hotels-notification-left {
        margin-bottom: 10px;
        text-align: center;
    }

    .property-gallery {
        /*border: 3px solid #fff;*/
        border-bottom: unset;
    }

    .more_filters_message {
        display: none;
    }

    .more_filters_message_mobile {
        display: block;
    }

    .no-room-error {
        position: static;
        width: 100%;
        margin-top: 12px;
    }

    .no-rooms-error-new {
        margin-bottom: 5px;
        min-height: 70px;
        padding-right: 10px;
    }

    .no-rooms-error-new p {
        font-size: 12px;
        line-height: 14px;
    }

    .no-rooms-error-new span {
        font-size: 12px;
    }

    .show-filters {
        display: none;
    }

    .filter_view {
        width: 100%;
    }

    .hide-filter-button {
        display: block;
    }

    .fa-tripadvisor {
        font-size: 17px;
    }

    .trip-advisor-rate span {
        width: 10px;
        height: 10px;
    }

    .google-map-card-holder {
        left: -48px;
        top: 56px;
    }

    .t-tip, .t-tip__text  {
        display: none;
    }

}


@media(max-width: 768px) {
    

}