/*.featured-guest-reviews,*/
/*.guest-reviews-grid{*/
/*    display: none !important;*/
/*}*/


.low-slides-default .xList-items{
    justify-content: center;
}

@media (min-width:480px){

    .low-slides-default .xList-items{
        justify-content: normal;
    }

    .low-slides-480 .xList-items{
        justify-content: center;
    }

}

@media (min-width:768px){

    .low-slides-default .xList-items{
        justify-content: normal;
    }

    .low-slides-480 .xList-items{
        justify-content: normal;
    }

    .low-slides-768 .xList-items{
        justify-content: center;
    }

}

@media (min-width:1024px){

    .low-slides-default .xList-items{
        justify-content: normal;
    }

    .low-slides-480 .xList-items{
        justify-content: normal;
    }

    .low-slides-768 .xList-items{
        justify-content: normal;
    }

    .low-slides-1024 .xList-items{
        justify-content: center;
    }

}

@media (min-width:1200px){

    .low-slides-default .xList-items{
        justify-content: normal;
    }

    .low-slides-480 .xList-items{
        justify-content: normal;
    }

    .low-slides-768 .xList-items{
        justify-content: normal;
    }

    .low-slides-1024 .xList-items{
        justify-content: normal;
    }

    .low-slides-1200 .xList-items{
        justify-content:center;
    }

}

@media (min-width:1366px){

    .low-slides-default .xList-items{
        justify-content: normal;
    }

    .low-slides-480 .xList-items{
        justify-content: normal;
    }

    .low-slides-768 .xList-items{
        justify-content: normal;
    }

    .low-slides-1024 .xList-items{
        justify-content: normal;
    }

    .low-slides-1200 .xList-items{
        justify-content: normal;
    }

    .low-slides-1366 .xList-items{
        justify-content: center;
    }

}
@media (min-width:1600px){

    .low-slides-default .xList-items{
        justify-content: normal;
    }

    .low-slides-480 .xList-items{
        justify-content: normal;
    }

    .low-slides-768 .xList-items{
        justify-content: normal;
    }

    .low-slides-1024 .xList-items{
        justify-content: normal;
    }

    .low-slides-1200 .xList-items{
        justify-content: normal;
    }

    .low-slides-1366 .xList-items{
        justify-content: normal;
    }

    .low-slides-1600 .xList-items{
        justify-content: center;
    }

}



.bg-brand-motif{
    position: relative;
    padding: 65px 0 80px;
}
.bg-brand-motif::before {
    content: "";
    background-color: #EEC4B4;
    background-image: url(/images/site-specific/why-book-with-us/section-background.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}


/* Preview Adjestments  */

/*.header .header__top .header__site_language{*/
/*    pointer-events: none !important;*/
/*}
*{
    cursor:none;
}
*/

.cursor-follower {
  position: fixed;
  top: -5px;
  left: -15px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: rgba(188, 218, 231, 0.7);
  opacity: 0;
  z-index: 10000;
  user-select: none;
  pointer-events:none;
  transform: translate(calc(-50% + 15px), -50%);
}


/*.content-wrapper ul{*/
/*    list-style-position: inside;*/
    /*max-width: fit-content;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
/*}*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}


.content-wrapper > .btn,
.content-wrapper > .btn-tertiary
{
    margin-bottom: 24px;
}

.content-wrapper > .btn ~ .btn,
.content-wrapper > .btn ~ .btn-tertiary,
.content-wrapper > .btn-tertiary ~ .btn {
    margin-left:20px;
}


/* Icons With Text */

.content-wrapper .icon-with-heading{
  display: flex;
  align-items:center;
  gap:40px;
  padding-bottom:16px;
  border-bottom:1px solid rgba(0,0,0,0.2);
}

.content-wrapper .icon-with-heading > img{
  max-width:50px;
  margin:0;
}

.text-with-icon{
  position:relative;
  padding-left:24px;
  max-width: fit-content;
}

.text-with-icon .icon{
  position:absolute;
  left:0;
  top:5px;
  font-size:16px;
}

/* Form Elements - S360 Base Rewrite */

.fb-radio-helper::after,
.fb-cr input:checked ~ .fb-radio-helper::before{
    display:none
}


.custom-icons a{
    position:relative;
}

.custom-icons a:hover{
    text-decoration:underline
}


/* Tab Accordian Title */

.accordian-wrapper .accordian-item:first-child button{
    padding-top: 0;
}

/* Footer Share Links Fix */

.footer-social-links li:empty{
  display:none;
}



/*-------------- 26 HRS Full Stay Form Start ---------------*/
.cms-form {
  display: flex;
  flex-flow:row wrap;
  align-items: flex-end;
  gap:var(--default-gap);
}
.cms-form .form-group {
  width: 100%;
  margin: 0;
}
.cms-form .form-group.fb-button {
  max-width: fit-content;
}
@media(min-width:768px) {
  .cms-form-holder .cms-form.form-brand26hours .form-group {
    width:calc(50% - 12px);
    order: 2;
  
  }
  .cms-form-holder .cms-form.form-brand26hours .form-group.fb-textarea,
  .cms-form-holder .cms-form.form-brand26hours .form-group.fb-header,
  .cms-form-holder .cms-form.form-brand26hours .form-group.field-salutation,
  .cms-form-holder .cms-form.form-property26hours .form-group.fb-textarea,
  .cms-form-holder .cms-form.form-property26hours .form-group.fb-header,
  .cms-form-holder .cms-form.form-property26hours .form-group.field-salutation{
    width:100%;
  }
  .cms-form-holder .cms-form.form-brand26hours .form-group.field-salutation .fb-select-inner,
  .cms-form-holder .cms-form.form-property26hours .form-group.field-salutation .fb-select-inner{
    width:calc(50% - 12px);
  
    max-width: fit-content;
  }

  .cms-form-holder .cms-form.form-brand26hours .form-group.field-textarea-1715677799382,
  .cms-form-holder .cms-form.form-property26hours .form-group.field-textarea-1715677799382
  {
    width:calc(50% - 12px);
    order: 4;
    margin-left: auto;
  }
  
  .cms-form-holder .cms-form.form-brand26hours .field-privacy-policy,
  .cms-form-holder .cms-form.form-property26hours .field-privacy-policy
  {
    order: 3;
    margin-left: 0;
  }
  
 .cms-form-holder .cms-form.form-brand26hours .form-group.fb-button,
 .cms-form-holder .cms-form.form-property26hours .form-group.fb-button

 {
    order: 5;
  }

}
@media(min-width:1366px) {
  .cms-form-holder .cms-form.form-brand26hours .form-group,
  .cms-form-holder .cms-form.form-property26hours .form-group
  {
    width:calc(50% - 70px);
  }
  .cms-form-holder .cms-form.form-brand26hours .form-group.field-salutation .fb-select-inner,
  .cms-form-holder .cms-form.form-property26hours .form-group.field-salutation .fb-select-inner
   {
    width:calc(50% - 70px)
  
  }
  .cms-form-holder .cms-form.form-brand26hours .form-group.field-textarea-1715677799382,
  .cms-form-holder .cms-form.form-property26hours .form-group.field-textarea-1715677799382

  {
    width:calc(50% - 70px);
    position: relative;
    height: 61px;
  }
  .cms-form-holder .cms-form.form-brand26hours .form-group.field-expected-checkin-time,
  .cms-form-holder .cms-form.form-brand26hours .form-group.field-fight-arrival-time,
  .cms-form-holder .cms-form.form-brand26hours .form-group.field-arrival-date,
  .cms-form-holder .cms-form.form-brand26hours .field-expected-checkout-time,
  .cms-form-holder .cms-form.form-brand26hours .field-last-name,
  .cms-form-holder .cms-form.form-property26hours .form-group.field-expected-checkin-time,
  .cms-form-holder .cms-form.form-property26hours .form-group.field-fight-arrival-time,
  .cms-form-holder .cms-form.form-property26hours .form-group.field-arrival-date,
  .cms-form-holder .cms-form.form-property26hours .field-expected-checkout-time,
  .cms-form-holder .cms-form.form-property26hours .field-last-name
  {
    margin-left: 116px;
  }
  
  .cms-form-holder .cms-form.form-brand26hours .form-group.fb-button,
  .cms-form-holder .cms-form.form-property26hours .form-group.fb-button
  {
    order: 5;
  }
}

/*-------------- 26 HRS Full Stay Form End ---------------*/


/* Form Country Selector */

.iti__selected-country{
    border: 0 !important;
    padding-left: 0px !important;
    padding-right: 15px !important;
    display: flex !important;
}

.iti__country-list{
    z-index:999 !important;
}

.iti--allow-dropdown{
    width:100%;
}

.field-from_phone{
    z-index: 2;
}

.iti--inline-dropdown .iti__dropdown-content{
    background-color: #fff !important;
    
}

.form-group{
    z-index: auto;
}


/* Sliders */

.swiper-slide-blank{
    display: none;
}

.fb-date-inner:after{
    content: "\e939" !important;
}



/*********************************** Property 26 hours  From Start **********************************/
.cms-form-holder .cms-form.form-property26hours .fb-hidden{
    display:none;
}

.cms-form-holder .cms-form.form-property26hours .form-group.field-privacy-policy{
    width:100%;
}

/*768px and above*/
@media screen and (min-width: 768px) {
    
    .cms-form-holder .cms-form.form-property26hours .form-group,
    .cms-form-holder .cms-form.form-property26hours .form-group.field-comments {
        width: calc(50% - 12px);
    }
    
    .cms-form-holder .cms-form.form-property26hours .field-last-name,
    .cms-form-holder .cms-form.form-property26hours .form-group.field-fight-arrival-time,
    .cms-form-holder .cms-form.form-property26hours .form-group.field-arrival-date,
    .cms-form-holder .cms-form.form-property26hours .form-group.field-expected-checkin-time,
    .cms-form-holder .cms-form.form-property26hours .form-group.field-property {
        margin-left:0px;
    }
    .cms-form-holder .cms-form.form-property26hours .form-group.field-depature_date {
        align-self:flex-start;
    }
}

/*1366px and above*/
@media screen and (min-width: 1366px){
    
    .cms-form-holder .cms-form.form-property26hours .form-group,
    .cms-form-holder .cms-form.form-property26hours .form-group.field-comments,
    .cms-form-holder .cms-form.form-property26hours .form-group.field-privacy-policy .fb-cr{
        width: calc(50% - 70px);
    }
    
    
    .cms-form-holder .cms-form.form-property26hours .form-group.field-expected-checkout-time,
    .cms-form-holder .cms-form.form-property26hours .form-group.field-flight_depature_time,
    .cms-form-holder .cms-form.form-property26hours .form-group.field-depature_date {
        margin-left:0px;
    }
    
    .cms-form-holder .cms-form.form-property26hours .field-last-name,
    .cms-form-holder .cms-form.form-property26hours .form-group.field-fight-arrival-time,
    .cms-form-holder .cms-form.form-property26hours .form-group.field-arrival-date,
    .cms-form-holder .cms-form.form-property26hours .form-group.field-comments,
    .cms-form-holder .cms-form.form-property26hours .form-group.field-expected-checkin-time,
    .cms-form-holder .cms-form.form-property26hours .form-group.field-property {
        margin-left:116px;
    }
    
}
/*********************************** Property 26 hours  From End **********************************/




/************************ Brand - Best Rate Gurantee Page Form Start *********************************/
.cms-form .form-brandbestrateguarantee input[type="email"], 
.cms-form .form-brandbestrateguarantee input[type="number"], 
.cms-form .form-brandbestrateguarantee input[type="search"], 
.cms-form .form-brandbestrateguarantee input[type="text"], 
.cms-form .form-brandbestrateguarantee input[type="tel"], 
.cms-form .form-brandbestrateguarantee input[type="url"], 
.cms-form .form-brandbestrateguarantee input[type="password"], 
.cms-form .form-brandbestrateguarantee input[type="file"], 
.cms-form .form-brandbestrateguarantee textarea, .cms-form select {
    padding: 10px 45px 10px 16px;
}

.cms-form-holder .cms-form.form-brandbestrateguarantee {
    align-items:flex-end;
}

.cms-form-holder .cms-form.form-brandbestrateguarantee .form-group.field-dates-apply{
    align-self: flex-start;
}

/*768px and above*/
@media screen and (min-width:768px){
    
    .cms-form-holder .cms-form.form-brandbestrateguarantee .form-group {
        width: calc(50% - 12px);
    }
    
    .cms-form-holder .cms-form.form-brandbestrateguarantee .form-group.fb-header,
    .cms-form-holder .cms-form.form-brandbestrateguarantee .form-group.field-salutation {
        width: 100%;
    }
    
    .cms-form-holder .cms-form.form-brandbestrateguarantee .form-group.field-salutation .fb-inner {
        width: fit-content;
    }
    
    .cms-form-holder .cms-form.form-brandbestrateguarantee .field-privacy-field{
        width:100%;
    } 
    
}

/*1366px and above*/
@media screen and (min-width: 1366px){
    
    .cms-form-holder .cms-form.form-brandbestrateguarantee .form-group {
        width: calc(50% - 70px);
    }
    
    .cms-form-holder .cms-form.form-brandbestrateguarantee .field-privacy-field{
        width:100%;
    } 
    .cms-form-holder .cms-form.form-brandbestrateguarantee .field-privacy-field .fb-cr{
        max-width: calc(50% - 70px);
    }
    
    .cms-form-holder .cms-form.form-brandbestrateguarantee .field-property, 
    .cms-form-holder .cms-form.form-brandbestrateguarantee .field-last_name, 
    .cms-form-holder .cms-form.form-brandbestrateguarantee .field-from_email, 
    .cms-form-holder .cms-form.form-brandbestrateguarantee .field-work-number, 
    .cms-form-holder .cms-form.form-brandbestrateguarantee .field-room-nights, 
    .cms-form-holder .cms-form.form-brandbestrateguarantee .field-lower-rate-found-url, 
    .cms-form-holder .cms-form.form-brandbestrateguarantee .field-lower-rate-currency, 
    .cms-form-holder .cms-form.form-brandbestrateguarantee .field-comments, 
    .cms-form-holder .cms-form.form-brandbestrateguarantee .field-reserved-rate-currency {
        margin-left: 116px;
    }
}
/************************ Brand - Best Rate Gurantee Page Form End *********************************/



/******************************* Modify Reservation Page Start ************************************/
.cms-form.form-modifyreservation .field-s,
.cms-form.form-modifyreservation .field-locale,
.cms-form.form-modifyreservation .field-currency,
.cms-form.form-modifyreservation .field-stid {
        display:none;
    }

/* 768px and above*/
@media screen and (min-width: 768px){
    .cms-form-holder .cms-form.form-modifyreservation .field-email, 
    .cms-form-holder .cms-form.form-modifyreservation .field-confirmation,
    .cms-form-holder .cms-form.form-modifyreservation .field-property .fb-inner{ 
        width: calc(50% - 12px);
    }
}

/*1366px and above*/
@media screen and (min-width: 1366px){
    .cms-form-holder .cms-form.form-modifyreservation .field-confirmation,
    .cms-form-holder .cms-form.form-modifyreservation .field-email,
    .cms-form-holder .cms-form.form-modifyreservation .field-property .fb-inner{ 
        width: calc(50% - 70px);
    }
    
    .cms-form-holder .cms-form.form-modifyreservation .field-email{
        margin-left: 116px;
    }
    
}
/******************************* Modify Reservation Page End ************************************/



/****************************** Dining Reservation - Property Start ******************************/
.cms-form-holder .cms-form.form-propertydinereservation .fb-hidden{
    display:none;
}
/****************************** Dining Reservation - Property End ******************************/



/********************************* Contact Us - Property Start **********************************/
.cms-form-holder .cms-form.form-propertycontactus .fb-hidden{
    display:none;
}

/* 768px and above screens*/
@media screen and (min-width:768px){
    .cms-form-holder .cms-form.form-propertycontactus .form-group.field-salutation{
        width:300px;
    }
}
/********************************* Contact Us - Property End **********************************/




/********************************* Request for Proposal Start *******************************/
.cms-form-holder .cms-form.form-requestforproporsal .fb-hidden{
    display:none;
}
.cms-form-holder .form-group.field-guest-room{
    align-self: flex-start;
}
/********************************* Request for Proposal End *******************************/




/************************** Property - Best Rate Guarantee - Start *************************/ 
.cms-form-holder .cms-form.form-propertybestrateguarantee{
    align-items:flex-start;
}
.cms-form-holder .cms-form.form-propertybestrateguarantee .fb-hidden{
    display: none;
}

@media screen and (min-width:768px){
    .cms-form-holder .cms-form.form-propertybestrateguarantee .form-group.field-comments{
        order:3;
    }
    .cms-form-holder .cms-form.form-propertybestrateguarantee .form-group.field-privacy-field{
        width:100%;
        order:4;   
    }
    
    .cms-form-holder .cms-form.form-propertybestrateguarantee .form-group.field-dates-lower-rate-apply{
        margin-left:0px;
    }
    
    .cms-form-holder .cms-form.form-propertybestrateguarantee .form-group.field-comments{
        margin-bottom: 90px;
    }
}
/*1366px and above*/
@media screen and (min-width: 1366px){
    
    .cms-form-holder .cms-form.form-propertybestrateguarantee .form-group.field-reserved-rate-currency,
    .cms-form-holder .cms-form.form-propertybestrateguarantee .form-group.field-website-which-rate-found,
    .cms-form-holder .cms-form.form-propertybestrateguarantee .form-group.field-lower-rate-currency,
    .cms-form-holder .cms-form.form-propertybestrateguarantee .fb-textarea.form-group.field-comments,
    .cms-form-holder .cms-form.form-propertybestrateguarantee .form-group.field-number-of-room-night{
        margin-left:0px;
    }
    
    .cms-form-holder .cms-form.form-propertybestrateguarantee .form-group.field-reserved-rate,
    .cms-form-holder .cms-form.form-propertybestrateguarantee .form-group.field-name-of-reservation,
    .cms-form-holder .cms-form.form-propertybestrateguarantee .form-group.field-lower-rate-found-night,
    .cms-form-holder .cms-form.form-propertybestrateguarantee .form-group.field-dates-lower-rate-apply,
    .cms-form-holder .cms-form.form-propertybestrateguarantee .form-group.field-arrival-date{
        margin-left:116px;
    }
    
    .cms-form-holder .cms-form.form-propertybestrateguarantee .form-group.field-privacy-field .fb-cr{
        width: calc(50% - 12px);
    }
}
/************************** Property - Best Rate Guarantee - End ***************************/ 



/******************************* Brand - 26 hours - Start **********************************/
.cms-form-holder .cms-form.form-brand26hours {
    align-items: flex-end;
}

.cms-form-holder .cms-form.form-brand26hours .form-group.field-privacy-policy{
    align-self: flex-start;
}

@media screen and (min-width: 1366px) {
    .cms-form-holder .cms-form.form-brand26hours .form-group.field-expected-checkin-time,
    .cms-form-holder .cms-form.form-brand26hours .form-group.field-arrival-date,
    .cms-form-holder .cms-form.form-brand26hours .form-group.field-fight-arrival-time {
        margin-left:0px;
    }
    
    .cms-form-holder .cms-form.form-brand26hours .form-group.field-property,
    .cms-form-holder .cms-form.form-brand26hours .form-group.field-fight-departure-time,
    .cms-form-holder .cms-form.form-brand26hours .form-group.field-departure-date {
        margin-left:116px;
    }
}
/******************************* Brand - 26 hours - End **********************************/


/*** Overriding list-style-none class to fix the issue in Safari ***/
.list-style-none > li::marker {
    font-size: 0px;
}






/******************************* Datepicker - Start **********************************/

.flatpickr-calendar.in-forms .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{
    left: 15px;
}

.flatpickr-calendar.in-forms .flatpickr-months .flatpickr-next-month.flatpickr-next-month{
    right: 15px;
}

.flatpickr-months .flatpickr-prev-month:hover svg, 
.flatpickr-months .flatpickr-next-month:hover svg{
    fill:#000;
}

.flatpickr-calendar.in-forms .flatpickr-months .flatpickr-month,
.flatpickr-calendar.in-forms .flatpickr-current-month{
    pointer-events: auto;
}


/******************************* Datepicker - End **********************************/





.share-page > ul a.a2a_dd *{
  background-color:#000 !important;
}

.share-page > ul a.a2a_dd {
  border-radius:50%;
  overflow:hidden;
  width:36px;
  height:36px;
  position:relative;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share-page .a2a_button_copy_link{
  display:none;
}

.share-page > ul a.a2a_dd::before{
  content:"\e949";
  font-size: 3.6rem;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  line-height:1;
  position:absolute;
}

.share-page > ul a.a2a_dd span{
  display:none;
}

.share-page > ul a.a2a_dd::after{
  content: "";
    background-color: rgba(0, 0, 0, 0.125);
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: all .4s ease;
}

.share-page > ul a.a2a_dd:hover::after{
  opacity:1;
}


.share-wrapper .icon-i-181-plus-circle-fill::before{
    content:'\e949';
}

.share-wrapper .a2a_kit > div{
    display:none;
}

.share-wrapper .a2a_button_copy_link{
    display:none
}

/* Empty Message */
.empty-messages-list > div{
    display: none;
}

.empty-messages-list > div.active{
    display: block;
}



/*------------------------------- Skeleton Loading Component Start ----------------------------------*/

.loading-skeleton.xbox-skeleton{
  width: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.loading-skeleton.xbox-skeleton .skeleton-image{
  width: 100%;
  min-height: 100px;
  aspect-ratio: 4/3;
}
.loading-skeleton.xbox-skeleton .skeleton-para{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.loading-skeleton.xbox-skeleton .skeleton-para-item{
  height: 50px;
}
.loading-skeleton.xbox-skeleton .skeleton-para-item:nth-child(2n){
  height: 60px;
}
.loading-skeleton.xbox-skeleton .skeleton-para-item:last-child{
  height: 100px;
}

.loading-skeleton.xbox-skeleton .skeleton-button{
  width: 150px;
  height: 50px;
}

.skeleton-loader {
    background-image: linear-gradient(90deg, #EEEEEE 25%, #DEDEDE 50%, #EEEEEE 75%) !important;
    background-size: 200% 100% !important;
    animation: loading 2s infinite ease-in-out !important;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.skeleton-loading-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.skeleton-loading-wrapper .xbox-skeleton {
    width: 100%;
}

/*------------------------------- Skeleton Loading Component End ----------------------------------*/


.cms-form:not(.default-submit-ignore) button[type="submit"] {
    opacity: 0.6;
    pointer-events: none;
}

.cms-form:not(.default-submit-ignore).captcha-initialized button[type="submit"] {
    opacity: 1;
    pointer-events: auto;
}



/* Image Maintain Aspect Ration With Image with and Height */

picture img[width][height]:not(.ignore-autoheight) {
    height: auto;
}


/* Awoid Languse Silector Cover With Userway Icon */

body:has(.uwy) .header .header__top-menu-items-on-mobile{
    margin-left:55px;
}

body:has(.uwy) .header .header__top-menu-items-on-mobile .header_language-dropdown{
    left: 53px;
}