body.MTS__modalBackOverflow .section.mcb-section.wso-section-hero.wso-section-intro.wso-align-right.content-width.wso-top-no-padding.wso-bot-small-padding.wso-birds.wso-breaker-title-above.wso-breaker-no-image,
body.MTS__modalBackOverflow #menu-main-menu-de,
body.MTS__modalBackOverflow .top_bar_left.clearfix,
body.MTS__modalBackOverflow #wso-popup-main-container+div.wso-sidebar {
    display: none !important;

}

/* */

/* body.MTS__modalBackOverflow .section.mcb-section.wso-section-grid.content-width-large.wso-top-standard-padding.wso-bot-small-padding.wso-grid-title-left {
    will-change: unset;
} */

/* START AI Chat Widget Styling*/
#__MTS[data-mts-view="Chat-widget"] {
    position: relative;
    z-index: 99999;
}

#__MTS #__MTS_Chat-widget .MTS__flex.sm\:MTS__justify-between.MTS__bg-primary.sm\:MTS__bg-primary-dark {
    background-color: #CABD48;
}

/* css to add chat bubble icon */

#__MTS #__MTS_Chat-widget .MTS__chatApp-circle-overlay {
    height: 102px;
    width: 102px;
    background-image: url('../static/images/Alpenhotel_Tyrol_logo_v2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, .3);
    border-radius: 100px;
}

/* Style icon mobile-view size */

@media (max-width: 768px) {

    /* shrink the circle */
    #__MTS #__MTS_Chat-widget .MTS__chatApp-circle-overlay {
        height: 90px;
        width: 90px;
    }

    /* ALSO adjust the button wrapper */
    #__MTS #__MTS_Chat-widget .MTS__chatApp-icon-wrapper {
        transform: scale(0.7);
        transform-origin: bottom right;
    }
}

/* START css to add close icon*/
#__MTS #__MTS_Chat-widget .MTS__chat-popup-open .MTS__chatApp-circle-overlay {
    background-image: url('../static/images/close.svg') !important;
    background-color: #1D2327;
    background-size: 30px 30px;
}

/* END css to add close icon*/

#__MTS #__MTS_Chat-widget .MTS__chatApp-chat-icon,
#__MTS #__MTS_Chat-widget .MTS__chatApp-circle-overlay svg {
    display: none;
}


/* css to remove bubble circle radius */

#__MTS #__MTS_Chat-widget .MTS__chatApp-icon-wrapper button.MTS__bg-primary-light.MTS__focus\:outline-none.MTS__rounded-full {
    border-radius: 0px;
    background-color: transparent;
    overflow: unset;
}


/* css to change inner icon */

#__MTS #__MTS_Chat-widget .MTS__support-message-icon {
    background-color: transparent;
    border: 1px solid #d3d3d3;
    background-image: url('../static/images/Alpenhotel_Tyrol_Logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
    width: 50px;
    /* Shadow */
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, .2);
    border-radius: 100px;
}

#__MTS #__MTS_Chat-widget .MTS__support-message-icon svg {
    display: none;
}

/* css to give blink effect to circle */

#__MTS #__MTS_Chat-widget .MTS__chatApp-icon-wrapper {
    animation: blink 3s infinite alternate;
    /* --Add this in class if exist */
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Make bubble animation transparent */

#__MTS #__MTS_Chat-widget .MTS__chatApp-icon-wrapper>div>button.MTS__bg-primary-light {
    background-color: transparent;
}


/* END AI Chat Widget Styling*/

#__MTS.MTS__offerDetail-reactPortal {
    position: relative;
    z-index: 99999;
}

#__MTS #__MTS_offer-detail>div {
    background: linear-gradient(to bottom, #212121 475px, #f6f6f6 0%);
}

#__MTS #__MTS_offer-detail .MTS__roomDetail-offerList-title-head {
    font-weight: 300;
}

#__MTS #__MTS_offer-detail>div>div {
    font-size: var(--MTS-fontSize-body);
    line-height: var(--MTS-lineHeight-body);
    padding: 0 15px;
}

#__MTS #__MTS_offer-detail ::-webkit-scrollbar {
    width: 4px;
}

#__MTS #__MTS_offer-detail .MTS__offerInfo {
    padding: 0 104px 0 0;
}

#__MTS #__MTS_offer-detail .MTS__offerImageSlider {
    padding-right: 0;
}

#__MTS #__MTS_offer-detail .MTS__offerImageSlider .MTS__offer-header-image button {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}

#__MTS #__MTS_offer-detail .MTS__offerImageSlider .MTS__offer-header-image button:first-child {
    left: 10px;
}

#__MTS #__MTS_offer-detail .MTS__offerImageSlider .MTS__offer-header-image button:last-child {
    right: 10px;
}

#__MTS #__MTS_offer-detail .MTS__offer-head {
    padding-top: 170px;
}

#__MTS #__MTS_offer-detail .MTS__offer-head .MTS__offerHeading {
    margin-bottom: 20px;
    text-transform: none;
}

#__MTS #__MTS_offer-detail .MTS__offer-head .MTS__offerHeading,
#__MTS #__MTS_offer-detail .MTS__OfferDetails_priceDetails,
#__MTS #__MTS_offer-detail .MTS__availabilityDates {
    font-weight: 300;
}

#__MTS #__MTS_offer-detail .MTS__availabilityDates .MTS__offerInfoDatesDropdown {
    background-color: #F6F6F6;
}

#__MTS #__MTS_offer-detail .MTS__offersPersonInfo .MTS__OfferDetails_priceDetails1 {
    text-transform: none;
}

#__MTS #__MTS_offer-detail .MTS__offerTeaserText {
    display: none;
}

/* #__MTS #__MTS_offer-detail .MTS__availabilityDates>:first-child>:first-child {
    display: none;
} */

#__MTS #__MTS_offer-detail .MTS__offersPersonInfo {
    display: flex;
    flex-direction: column-reverse;
    color: #f6f6f6;
    margin-bottom: 0;
    gap: 2px;
}

#__MTS #__MTS_offer-detail .MTS__offer-head .MTS__offer-header-wrapper {
    margin-top: 176px;
}

#__MTS #__MTS_offer-detail .MTS__offerLabelWrapper {
    display: none;
}

#__MTS #__MTS_offer-detail .MTS__offer-header-wrapper {
    font-size: var(--MTS-fontSize-body);
}

#__MTS #__MTS_offer-detail .MTS__availabilityDates .MTS__calendar-wrapper {
    position: relative;
    padding-right: 38px;
}

#__MTS #__MTS_offer-detail .MTS__availabilityDates .MTS__calendar-wrapper>span:first-child {
    display: none;
}

#__MTS #__MTS_offer-detail .MTS__availabilityDates .dropdown {
    width: 11px;
    height: 37px;
    background-image: url('../static/images/down_arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
}

#__MTS #__MTS_offer-detail .MTS__availabilityDates .dropdown svg {
    display: none;
}

#__MTS #__MTS_offer-detail .MTS__offerDescription {
    max-height: 180px;
}

#__MTS #__MTS_offer-detail .MTS__offerPrice,
#__MTS #__MTS_offer-detail .MTS__offerDescription {
    margin-bottom: 59px;
}

#__MTS #__MTS_offer-detail .MTS__offerPrice {
    font-size: 48px;
    line-height: 1.62;
    font-family: "HanleyPro";
    font-weight: 300;
    text-transform: none;
}


#__MTS #__MTS_offer-detail .MTS__offerPrice .MTS__perPersonLabel,
#__MTS #__MTS_offer-detail .MTS__offerPrice .MTS__forLabel,
#__MTS #__MTS_offer-detail .MTS__offerPrice .MTS__offerMinStay,
#__MTS #__MTS_offer-detail .MTS__offerPrice .MTS__nightLabel {
    display: none;
}

#__MTS #__MTS_offer-detail .MTS__OfferDetails_priceDetails1 span.MTS__font-semibold {
    font-weight: 300;
}

#__MTS #__MTS_offer-detail .MTS__cta-button-wrapper>button {
    text-transform: none;
}

#__MTS #__MTS_offer-detail .MTS__MonthNameClass,
#__MTS #__MTS_offer-detail .MTS__MonthNameClass b {
    font-weight: 300 !important;
}

#__MTS #__MTS_offer-detail .MTS__offer-body {
    margin-top: 150px;
}

#__MTS #__MTS_offer-detail .MTS__offer-body .MTS__offerDetail-head-wrapper .MTS__tabbing-head-item {
    padding: 0;
}

#__MTS #__MTS_offer-detail .MTS__offer-body .MTS__offerDetail-head-wrapper .MTS__tabbing-head {
    padding-left: 0;
}

#__MTS #__MTS_offer-detail .MTS__offer-body .MTS__offerDetail-head-wrapper .MTS__tabbing-head-item {
    font-weight: 300;
    background-color: #F6F6F6;
}

#__MTS #__MTS_offer-detail .MTS__offer-body .MTS__offerDetail-body-wrapper {
    padding: 20px 0 0;
}

#__MTS #__MTS_offer-detail .MTS__offer-body .MTS__offerDetail-body-wrapper .MTS__text-subText {
    --MTS-fontSize-subText-base: 22px;
    --MTS-lineHeight-subText: 1.48;
}

#__MTS #__MTS_offer-detail .MTS__offer-body .MTS__offerDetail-body-wrapper .MTS__cta-button-wrapper {
    gap: 28px;
}

#__MTS #__MTS_offer-detail .MTS__offer-body .MTS__offerDetail-body-wrapper .MTS__tab-priceperPerson {
    font-family: var(--MTS-fontFamily-body);
    font-size: var(--MTS-fontSize-body);
    line-height: var(--MTS-lineHeight-body);
    letter-spacing: 1.52px;
}

#__MTS #__MTS_offer-detail .MTS__offer-body .MTS__offerDetail-body-wrapper .MTS__roomdetail-offerAccordian-head-wrapper {
    margin-left: 0;
}

#__MTS #__MTS_offer-detail .MTS__offerImageSlider .sm\:MTS__h-auto.md\:MTS__h-\[330px\].MTS__h-\[260px\].MTS__relative.MTS__w-full.MTS__overflow-x-hidden.MTS__flex.lg\:MTS__h-full .MTS__absolute.MTS__top-0.MTS__bottom-0.MTS__flex.MTS__cursor-pointer {
    cursor: auto;
}

#__MTS #__MTS_offer-detail .MTS__offer-body .MTS__offerDetail-body-wrapper .MTS__roomdetail-offerAccordian-head-wrapper .MTS__text-subText:first-child {
    position: relative;
    padding-left: 40px;
}

#__MTS #__MTS_offer-detail .MTS__offer-body .MTS__offerDetail-body-wrapper .MTS__roomdetail-offerAccordian-head-wrapper .MTS__text-subText:first-child:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 24px;
    background-image: url(../static/images/down_arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: 0;
    left: 0;
}

#__MTS #__MTS_offer-detail .MTS__roomdetail-offerAccordian-head.MTS__tab-open .MTS__text-subText:first-child:after {
    transform: rotate(180deg);
}

#__MTS #__MTS_offer-detail .MTS__offer-body .MTS__offerDetail-body-wrapper .MTS__roomdetail-offerAccordian-head-wrapper .MTS__text-subText:first-child .MTS__roomDetail-offerList-title-head {
    letter-spacing: 1.76px;
    text-transform: none;

}

#__MTS #__MTS_offer-detail .MTS__offer-body .MTS__offerDetail-body-wrapper .MTS__roomdetail-offerAccordian-head-wrapper>div:last-child {
    line-height: 1.57;
    letter-spacing: 1.52px;
}

#__MTS #__MTS_offer-detail .MTS__offer-body .MTS__roomdetail-offerAccordian-head>span:first-child {
    display: none;
}

#__MTS #__MTS_offer-detail .MTS__roomdetail-offerAccordian {
    padding: 9px 0;
    border-bottom: 1px solid #F2F2F0;
}

#__MTS #__MTS_offer-detail .MTS__roomdetail-offerAccordian .MTS__availability-calendar-wrapper #MTS__MainCalendarHolderID>div:first-child {
    position: absolute;
    margin-bottom: 0;
    top: 20px;
}

#__MTS #__MTS_offer-detail .MTS__h-full.MTS__w-full.MTS__bg-surface.MTS__mt-0.MTS__overflow-y-auto.MTS__overflow-x-hidden.WidgetOffersList-module_customScrollBar__BmHde {
    background-color: #F6F6F6;
}

#__MTS #__MTS_offer-detail .MTS__h-full.MTS__w-full.MTS__bg-surface.MTS__mt-0.MTS__overflow-y-auto.MTS__overflow-x-hidden.WidgetOffersList-module_customScrollBar__BmHde::-webkit-scrollbar {
    width: 2px !important;
}

#__MTS #__MTS_offer-detail .MTS__h-full.MTS__w-full.MTS__bg-surface.MTS__mt-0.MTS__overflow-y-auto.MTS__overflow-x-hidden.WidgetOffersList-module_customScrollBar__BmHde::-webkit-scrollbar-thumb {
    background: #212121 !important;
}

#__MTS #__MTS_offer-detail .MTS__offerDetail-accordian-body .MTS__availability-calendar-wrapper #MTS__MainCalendarHolderID>button,
#__MTS #__MTS_offer-detail .MTS__roomdetail-offerAccordian .MTS__availability-calendar-wrapper #MTS__MainCalendarHolderID>div:first-child>button {
    background-image: url(../static/images/arrow-calendar.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    width: 37px;
    height: 11px;
    top: 0;
}

#__MTS #__MTS_offer-detail .MTS__offerDetail-accordian-body .MTS__availability-calendar-wrapper #MTS__MainCalendarHolderID>button:nth-child(2),
#__MTS #__MTS_offer-detail .MTS__roomdetail-offerAccordian .MTS__availability-calendar-wrapper #MTS__MainCalendarHolderID>div:first-child>button:last-child {
    transform: rotate(180deg);
}

#__MTS #__MTS_offer-detail .MTS__offerDetail-accordian-body .MTS__availability-calendar-wrapper #MTS__MainCalendarHolderID>button {
    top: 1.25em;
}

#__MTS #__MTS_offer-detail .MTS__offerDetail-accordian-body .MTS__availability-calendar-wrapper #MTS__MainCalendarHolderID>button:first-child {
    left: 0;
}

#__MTS #__MTS_offer-detail .MTS__offerDetail-accordian-body .MTS__availability-calendar-wrapper #MTS__MainCalendarHolderID>button:nth-child(2) {
    right: 0;
}

#__MTS #__MTS_offer-detail .MTS__offerDetail-accordian-body .MTS__availability-calendar-wrapper #MTS__MainCalendarHolderID>button svg,
#__MTS #__MTS_offer-detail .MTS__roomdetail-offerAccordian .MTS__availability-calendar-wrapper #MTS__MainCalendarHolderID>div:first-child>button svg {
    display: none;
}

#__MTS #__MTS_offer-detail .MTS__roomdetail-offerAccordian .MTS__availability-calendar-wrapper #MTS__MainCalendarHolderID .MTS__MonthNameClass b {
    font-weight: 400;
}

#__MTS #__MTS_offer-detail .MTS__roomdetail-offerAccordian .MTS__availability-calendar-wrapper #MTS__MainCalendarHolderID .MTS__MonthNameClass {
    margin-bottom: 22px;
    text-transform: none;
}

#__MTS #__MTS_offer-detail .MTS__roomdetail-offerAccordian .MTS__availability-calendar-wrapper #MTS__MainCalendarHolderID .MTS__MonthNameClass+div {
    --MTS-borderWidth: 1px;
}

#__MTS #__MTS_offer-detail .MTS__roomdetail-offerAccordian .MTS__availability-calendar-wrapper #MTS__MainCalendarHolderID .MTS__DaysClass {
    text-transform: none;
}

#__MTS #__MTS_offer-detail .MTS__roomdetail-offerAccordian .MTS__availability-calendar-wrapper .MTS__DatesClass>span {
    height: calc(var(--MTS-fontSize-base)*3.9)
}

#__MTS #__MTS_offer-detail .MTS__roomdetail-offerAccordian .MTS__availability-calendar-wrapper .MTS__DatesClass>span[class*="calendar-module_lar_closed"] {
    background: repeating-linear-gradient(45deg,
            #d9d9d9 0px,
            #d9d9d9 6px,
            transparent 6px,
            transparent 12px);
}

#__MTS #__MTS_offer-detail .MTS__availability-calendar-wrapper {
    padding: 2em 0;
}

#__MTS #__MTS_offer-detail .MTS__offerDetail-accordian-container {
    margin-top: 50px;
}

#__MTS #__MTS_offer-detail .MTS__offerDetail-accordian-container .MTS__offerDetail-accordian-head {
    border-width: 1px;
    color: #CABD48;
    background-color: transparent;
}

#__MTS #__MTS_offer-detail .MTS__offerDetail-accordian-container .MTS__offerDetail-accordian-head svg {
    fill: #CABD48;
}

#__MTS #__MTS_offer-detail .MTS__calendar-wrapper>div .MTS__offerInfoDatesDropdown {
    color: #212121;
    font-size: var(--MTS-fontSize-body);
}

#__MTS #__MTS_offer-detail .MTS__calendar-wrapper>div .MTS__offerInfoDatesDropdown svg {
    display: none;
}

#__MTS #__MTS_offer-detail .MTS__cta-button-wrapper {
    gap: 28px;
}

#__MTS #__MTS_offer-detail .MTS__roomDetail-offerList-title-head {
    text-transform: none;
}

#__MTS #__MTS_offer-detail .MTS__offerDetail-head-wrapper>div {
    overflow: hidden;
}

#__MTS #__MTS_offer-detail .MTS__cta-button-wrapper button,
#__MTS #__MTS_offer-detail .MTS__calendar-button-wrapper button {
    transition: .2s;
}

#__MTS #__MTS_offer-detail .MTS__tab-priceperPerson {
    font-weight: 300 !important;
}

#__MTS #__MTS_offer-detail .MTS__roomdetail-offerAccordian .MTS__availability-calendar-wrapper .MTS__DatesClass>span .MTS_OnlyDeparture {
    color: #FFF !important;
}

#__MTS #__MTS_offer-detail .MTS__offerdetail__showMoreButton,
#__MTS #__MTS_offer-detail .MTS__offerdetail__showLessButton {
    color: #212121;
    font-size: 22px;
    font-weight: 300;
    font-family: "Roboto";
}

#__MTS #__MTS_offer-slider .MTS__modal>div {
    margin: 0;
    max-width: 1920px;
    width: 100% !important;
    min-width: unset !important;
}

#__MTS #__MTS_offer-list .MTS__modal>div svg.MTS__cursor-pointer.MTS__fill-\[color\:var\(--MTS-color-button-dark\)\].MTS__h-12.MTS__w-12.MTS__top-0.MTS__mr-0.MTS__absolute.MTS__z-10.MTS__bg-button-dark,
#__MTS #__MTS_offer-slider .MTS__modal>div svg.MTS__cursor-pointer.MTS__fill-\[color\:var\(--MTS-color-button-dark\)\].MTS__h-12.MTS__w-12.MTS__top-0.MTS__mr-0.MTS__absolute.MTS__z-10.MTS__bg-button-dark {
    right: 70px;
    top: 52px;
}

/* End:: Offerdetail */




/* Start:: Room detail */

#__MTS #__MTS_roomdetail-pricecalculator .calendar-module_lar_inrange__blBTT,
#__MTS #__MTS_roomdetail-pricecalculator .calendar-module_lar_container__tgVac .calendar-module_lar_arr_avil__K3jpQ,
#__MTS #__MTS_roomdetail-pricecalculator .MTS__calPriceLabelClass,
#__MTS #__MTS_roomdetail-pricecalculator .calendar-module_lar_container__tgVac .calendar-module_lar_dept_only__ECKnf {
    color: #212121 !important;
}

#__MTS #__MTS_roomdetail-pricecalculator .calendar-module_lar_tooltip__Q28aF,
#__MTS #__MTS_roomdetail-pricecalculator .MTS__ToolTipClass1 {
    color: #f6f6f6;
}

#__MTS #__MTS_roomdetail-pricecalculator .pricecalculator_requestbar_text+div>:nth-child(2) .MTS__flex.MTS__justify-between.MTS__items-center.MTS__mt-3 {
    margin-top: 10px;
}

#__MTS #__MTS_roomdetail-pricecalculator button.pc2Req1Enquiry,
#__MTS #__MTS_roomdetail-pricecalculator button.pc2Req1Book {
    padding: 10px 22px !important;
    font-size: 22px;
}

#__MTS div[class*="WidgetOffersList-module_customScrollBar"] {
    overflow-y: auto;
}

#__MTS #__MTS_roomdetail-pricecalculator .pricecalculator_requestbar_text+span+div>:last-child,
#__MTS #__MTS_roomdetail-pricecalculator .pricecalculator_requestbar_text+span+div>:nth-child(2) {
    color: #212121;
}

#__MTS #__MTS_roomdetail-pricecalculator .calendar-module_lar_cal_scrollbar__H2IoJ>span:has(.MTS__bg-primary-light) {
    background-color: #f0f0f0;
    /* Set the desired background color */
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__tabsHolderID span {
    margin-left: 0;
}

#__MTS #__MTS_roomdetail-pricecalculator .calendar-module_lar_cal_scrollbar__3PaOB>:nth-child(2) select {
    background-color: #FFF;
}

#__MTS #__MTS_roomdetail-pricecalculator .calendar-module_lar_cal_scrollbar__3PaOB>:nth-child(2) select::-webkit-scrollbar {
    width: 2px;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__tabsHolderID span {
    font-weight: 400;
}

#__MTS #__MTS_roomdetail-pricecalculator .calendar-module_lar_cal_scrollbar__3PaOB {
    background-color: #FFF;
    text-transform: none;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__absolute.MTS__top-0.MTS__mt-10.MTS__right-0.MTS__bottom-0.MTS__left-0.MTS__bg-gradient-to-b.MTS__from-transparent.MTS__to-gray-900.MTS__pointer-events-none {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent),
        linear-gradient(to left, rgba(0, 0, 0, 0.4), transparent),
        linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
    margin: 0;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__OffersContentClass>:first-child>:first-child {
    /* color: #212121;
    margin-left: 10px; */
    display: none;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__cursor-pointer.MTS__select-none.MTS__border.MTS__border-primary.MTS__flex.MTS__items-center.MTS__justify-center.MTS__flex-col.MTS__px-10.MTS__relative.MTS__text-primary-darker.MTS__py-3.sm\:MTS__py-2.MTS__flex-1.sm\:MTS__flex-auto .false.MTS__shadow-lg.MTS__absolute.MTS__w-\[320px\].sm\:MTS__w-\[380px\].-MTS__left-1.sm\:MTS__right-0.lg\:MTS__right-\[initial\].MTS__bg-primary.MTS__z-50,
#__MTS #__MTS_roomdetail-pricecalculator .MTS__cursor-pointer.MTS__select-none.MTS__border.MTS__border-primary.MTS__flex.MTS__items-center.MTS__justify-center.MTS__flex-col.MTS__px-10.MTS__relative.MTS__text-primary-darker.MTS__py-3.sm\:MTS__py-2.sm\:MTS__max-w-\[300px\].MTS__flex-1.sm\:MTS__flex-auto .false.MTS__shadow-lg.MTS__absolute.MTS__w-\[320px\].sm\:MTS__w-\[380px\].-MTS__left-1.MTS__bg-primary.MTS__z-50 {
    color: #212121;
    top: 0 !important;
    transform: translateY(-100%);
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__cursor-pointer.MTS__select-none.MTS__border.MTS__border-primary.MTS__flex.MTS__items-center.MTS__justify-center.MTS__flex-col.MTS__px-10.MTS__relative.MTS__text-primary-darker.MTS__py-3.sm\:MTS__py-2.sm\:MTS__max-w-\[300px\].MTS__flex-1.sm\:MTS__flex-auto .false.MTS__shadow-lg.MTS__absolute.MTS__w-\[320px\].sm\:MTS__w-\[380px\].-MTS__left-1.MTS__bg-primary.MTS__z-50>:first-child {
    color: #f6f6f6;
    background-color: #212121;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__cursor-pointer.MTS__select-none.MTS__border.MTS__border-primary.MTS__flex.MTS__items-center.MTS__justify-center.MTS__flex-col.MTS__px-10.MTS__relative.MTS__text-primary-darker.MTS__py-3.sm\:MTS__py-2.sm\:MTS__max-w-\[300px\].MTS__flex-1.sm\:MTS__flex-auto .false.MTS__shadow-lg.MTS__absolute.MTS__w-\[320px\].sm\:MTS__w-\[380px\].-MTS__left-1.MTS__bg-primary.MTS__z-50>:first-child>div {
    display: none;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__cursor-pointer.MTS__select-none.MTS__border.MTS__border-primary.MTS__flex.MTS__items-center.MTS__justify-center.MTS__flex-col.MTS__px-10.MTS__relative.MTS__text-primary-darker.MTS__py-3.sm\:MTS__py-2.MTS__flex-1.sm\:MTS__flex-auto .false.MTS__shadow-lg.MTS__absolute.MTS__w-\[320px\].sm\:MTS__w-\[380px\].-MTS__left-1.sm\:MTS__right-0.lg\:MTS__right-\[initial\].MTS__bg-primary.MTS__z-50 {
    color: #212121;
    border: 1px solid white;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__cursor-pointer.MTS__select-none.MTS__border.MTS__border-primary.MTS__flex.MTS__items-center.MTS__justify-center.MTS__flex-col.MTS__px-10.MTS__relative.MTS__text-primary-darker.MTS__py-3.sm\:MTS__py-2.MTS__flex-1.sm\:MTS__flex-auto .false.MTS__shadow-lg.MTS__absolute.MTS__w-\[320px\].sm\:MTS__w-\[380px\].-MTS__left-1.sm\:MTS__right-0.lg\:MTS__right-\[initial\].MTS__bg-primary.MTS__z-50>:first-child {
    background-color: #212121;
    color: #f6f6f6;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__cursor-pointer.MTS__select-none.MTS__border.MTS__border-primary.MTS__flex.MTS__items-center.MTS__justify-center.MTS__flex-col.MTS__px-10.MTS__relative.MTS__text-primary-darker.MTS__py-3.sm\:MTS__py-2.MTS__flex-1.sm\:MTS__flex-auto .false.MTS__shadow-lg.MTS__absolute.MTS__w-\[320px\].sm\:MTS__w-\[380px\].-MTS__left-1.sm\:MTS__right-0.lg\:MTS__right-\[initial\].MTS__bg-primary.MTS__z-50>:first-child>div {
    display: none;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__availableOfferClass,
#__MTS #__MTS_roomdetail-pricecalculator .MTS__defaultRangeClass {
    color: #FFF;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__offer_date_dropdown div {
    background-color: #212121;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__backFlipClass svg {
    fill: #FFF;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__CancelButtonClass:hover {
    opacity: 1;
}

#__MTS #__MTS_roomdetail-pricecalculator #priceDetailHeaderParent section.lg\:MTS__flex.MTS__text-secondary-dark {
    display: none;
}

#__MTS #__MTS_roomdetail-pricecalculator #priceDetailHeaderParent .lg\:MTS__justify-around.MTS__gap-1.MTS__bg-primary-light.MTS__mt-6.MTS__flex.MTS__flex-wrap.MTS__text-sm.MTS__flex-col.lg\:MTS__flex-row {
    border: 1px solid #212121;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 18px;
}


#__MTS #__MTS_roomdetail-pricecalculator #priceDetailHeaderParent button[title="ANFRAGEN"],
#__MTS #__MTS_roomdetail-pricecalculator #priceDetailHeaderParent button[title="BUCHEN"] {
    transition: .2s;
}

#__MTS #__MTS_roomdetail-pricecalculator #priceDetailHeaderParent button[title="ANFRAGEN"]:hover,
#__MTS #__MTS_roomdetail-pricecalculator #priceDetailHeaderParent button[title="BUCHEN"]:hover {
    color: #f6f6f6;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__MainDaysAndDatesHolderID {
    padding: 0;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__MainMonthHolderID {
    gap: 67px;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__MainMonthHolderID .MTS__MonthParentClass,
#__MTS #__MTS_roomdetail-pricecalculator #MTS__MainMonthHolderID .MTS__flex.MTS__justify-center.MTS__border-b.MTS__border-primary-lighter.MTS__relative {
    border: none;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__MainDaysAndDatesHolderID>:first-child {
    padding-bottom: 0;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__tabsHolderID {
    position: relative;
    top: 1px;
    padding-top: 20px;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__tabsHolderID .MTS__currentTabClass {
    border: 1px solid #212121;
    border-bottom: none;
    background-color: #F6F6F6;
    color: #212121;
}

#__MTS #__MTS_roomdetail-pricecalculator .calendar-module_lar_selected__x8HGa,
#__MTS #__MTS_roomdetail-pricecalculator .MTS__calNightsLabelClass {
    color: #212121 !important;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS_OnlyDeparture,
#__MTS #__MTS_roomdetail-pricecalculator .MTS__calPriceLabelClass,
#__MTS #__MTS_roomdetail-pricecalculator .MTS__calNightsLabelClass {
    bottom: 4px !important;
}

#__MTS #__MTS_offer-detail .MTS__calNightsLabelClass {
    color: #FFF !important;
}

#__MTS #__MTS_roomdetail-pricecalculator #lar_dcontainer>span,
#__MTS #__MTS_roomdetail-pricecalculator #lar_dcontainer span>p {
    font-weight: 400;
}

#__MTS #__MTS_roomdetail-pricecalculator #lar_dcontainer>span {
    height: calc(var(--MTS-fontSize-base) * 3.1);
    letter-spacing: 0;
}

#__MTS #__MTS_roomdetail-pricecalculator #lar_dcontainer>span .MTS__text-\[10px\] {
    font-size: 12px;
}

#__MTS #__MTS_roomdetail-pricecalculator .calendar-module_lar_cal_scrollbar__H2IoJ>:nth-child(2),
#__MTS #__MTS_roomdetail-pricecalculator .calendar-module_lar_cal_scrollbar__H2IoJ>:first-child {
    font-size: 12px;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__offer-length-numbers {
    background-color: #212121 !important;
    color: #FFF !important;
}

#__MTS #__MTS_roomdetail-pricecalculator .calendar-module_lar_cal_scrollbar__H2IoJ select {
    background-color: white;
}

#__MTS #__MTS_roomdetail-pricecalculator .calendar-module_lar_cal_scrollbar__H2IoJ select::-webkit-scrollbar {
    width: 2px;
}

#__MTS #__MTS_roomdetail-pricecalculator .calendar-module_lar_cal_scrollbar__H2IoJ {
    text-transform: none;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__flex.MTS__justify-center.MTS__flex-col.MTS__items-stretch.sm\:MTS__flex-row.MTS__gap-2.MTS__pt-4.lg\:MTS__py-4.MTS__px-4>div {
    border: none !important;
    border-right: 1px solid #212121 !important;
    padding: 0px;
    font-size: var(--MTS-fontSize-body);
    line-height: var(--MTS-lineHeight-body);
    padding-right: 11px;
    margin-right: 11px;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__flex.MTS__justify-center.MTS__flex-col.MTS__items-stretch.sm\:MTS__flex-row.MTS__gap-2.MTS__pt-4.lg\:MTS__py-4.MTS__px-4>div .MTS__font-bold {
    font-weight: 400;
}

#__MTS #__MTS_roomdetail-pricecalculator .pc2Req1Enquiry,
#__MTS #__MTS_roomdetail-pricecalculator .pc2Req1Book {
    padding: 10px 22px;
    font-size: 22px;
    line-height: 1.6;
    border: 1px solid #CABD48;
    font-family: "HanleyPro" !important;
    font-weight: 300 !important;
}

#__MTS #__MTS_roomdetail-pricecalculator .lg\:MTS__justify-around.MTS__gap-1.MTS__bg-primary-light.MTS__mt-6.MTS__flex.MTS__flex-wrap.MTS__text-sm.MTS__flex-col.lg\:MTS__flex-row .MTS__flex.MTS__justify-center.MTS__flex-col.MTS__items-stretch.sm\:MTS__flex-row.MTS__gap-2.MTS__pt-4.lg\:MTS__py-4.MTS__px-4 {
    padding: 0px;
    gap: 0;
}

#__MTS #__MTS_roomdetail-pricecalculator .lg\:MTS__justify-around.MTS__gap-1.MTS__bg-primary-light.MTS__mt-6.MTS__flex.MTS__flex-wrap.MTS__text-sm.MTS__flex-col.lg\:MTS__flex-row .MTS__flex.MTS__gap-2.MTS__py-4.MTS__justify-center.MTS__px-8.lg\:MTS__px-0 {
    gap: 26px;
    padding: 0;
}

#__MTS #__MTS_roomdetail-pricecalculator .pricecalculator_requestbar_price>span {
    display: none;
}

#__MTS #__MTS_roomdetail-pricecalculator .pricecalculator_requestbar_price {
    font-size: 48px;
    line-height: 1.62;
    padding: 0;
    font-weight: 300;
    font-family: "HanleyPro";
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__MainCalendarHolderID .MTS__flex.MTS__w-full.MTS__justify-between.MTS__mb-2 {
    position: absolute;
    top: 1em;
}

#__MTS #__MTS_roomdetail-pricecalculator button::after {
    content: none !important;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__MainCalendarHolderID .MTS__flex.MTS__w-full.MTS__justify-between.MTS__mb-2>button {
    width: 37px;
    height: 11px;
    background-image: url(../static/images/arrow-calendar.svg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    top: 0 !important;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__calInMobileViewClass #MTS__MainCalendarHolderID>button {
    width: 37px;
    height: 11px;
    background-image: url(../static/images/arrow-calendar.svg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    top: 14px;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__calInMobileViewClass #MTS__MainCalendarHolderID>button svg {
    display: none;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__calInMobileViewClass #MTS__MainCalendarHolderID>button:first-child {
    left: 0;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__calInMobileViewClass #MTS__MainCalendarHolderID>button:nth-child(2) {
    right: 0;
    transform: rotate(180deg);
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__MainCalendarHolderID .MTS__flex.MTS__w-full.MTS__justify-between.MTS__mb-2>button:last-child {
    transform: rotate(180deg);
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__MainCalendarHolderID .MTS__flex.MTS__w-full.MTS__justify-between.MTS__mb-2>button svg {
    display: none;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__MonthNameClass b {
    font-weight: 300 !important;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__MonthNameClass {
    line-height: 1;
    text-transform: none;
    font-weight: 300 !important;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__DaysClass {
    text-transform: none;
    border-bottom: 1px solid #D9D9D9;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__text-center.MTS__py-2.MTS__text-calendarSubHeading.MTS__text-effect-dark.MTS__font-calendarSubHeading.MTS__leading-calendarSubHeading.MTS__tracking-calendarSubHeading {
    font-weight: 300 !important;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__tabCalendarClass {
    padding: 56px 66px 35px 70px;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__KeyCartogramID {
    margin: 0;
    letter-spacing: 1.5px;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__KeyCartogramID span.MTS__h-4.MTS__w-4 {
    width: 34px;
    height: 34px;
    margin-right: 8px;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__KeyCartogramID .MTS__ClosedClass span {
    background: repeating-linear-gradient(45deg, #d9d9d9 0px, #d9d9d9 3px, transparent 3px, transparent 5px) !important;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__KeyCartogramID div {
    font-size: 15px;
    line-height: 1.33;
    line-height: var(--MTS-lineHeight-titleSmall);
    margin-top: 0;
    padding-top: 0;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__KeyCartogramID>div {
    margin: 0;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__KeyCartogramID>div>div {
    margin-left: 17px;
    letter-spacing: 1.52px;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__InfoClass {
    font-size: var(--MTS-fontSize-body);
    line-height: var(--MTS-fontSize-body);
    margin-top: 0;
    padding: 69px 0 18px;
    display: flex;
    justify-content: center;
}

#__MTS #__MTS_roomdetail-pricecalculator .pricecalculator_requestbar_text {
    white-space: nowrap;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__MainCalendarHolderID button path {
    fill: #D45855;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__cursor-pointer.MTS__select-none.MTS__relative.MTS__border.MTS__border-primary.MTS__flex.MTS__items-center.MTS__px-10.MTS__py-3.sm\:MTS__py-2.pricecalculator_requestbar_text.MTS__flex-1.sm\:MTS__flex-auto.MTS__justify-center>span {
    display: none;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__tabsHolderID>span {
    border: 1px solid #212121;
    padding: 12px 25px;
    color: #F6F6F6 !important;
    background-color: #212121 !important;
    font-size: 22px;
    line-height: 1.62;
    letter-spacing: .2em !important;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__BackCardID .MTS__defaultBackRangeClass,
#__MTS #__MTS_roomdetail-pricecalculator #MTS__BackCardID .MTS__backTitleClass,
#__MTS #__MTS_roomdetail-pricecalculator .MTS__availableOfferClass,
#__MTS #__MTS_roomdetail-pricecalculator .MTS__offer_date_dropdown span,
#__MTS #__MTS_roomdetail-pricecalculator .offer-price-info,
#__MTS #__MTS_roomdetail-pricecalculator .offer-nights-info,
#__MTS #__MTS_roomdetail-pricecalculator .MTS__offerTitleClass,
#__MTS #__MTS_roomdetail-pricecalculator .MTS__summaryClass,
#__MTS #__MTS_roomdetail-pricecalculator .MTS__flipClass p {
    color: #F6F6F6;
}


#__MTS #__MTS_roomdetail-pricecalculator .MTS__EnquiryBookButtonClass button {
    border: 1px solid #CABD48;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__offerTitleClass {
    width: 100%;
    max-width: unset;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__tabsHolderID>span.MTS__currentTabClass {
    color: #212121 !important;
    /* letter-spacing: 1.76px !important; */
    font-family: "HanleyPro" !important;
    font-weight: 300 !important;
    background-color: #F6F6F6 !important;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__EnquiryBookButtonClass button {
    font-weight: 300 !important;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__backTitleClass+p p,
#__MTS #__MTS_roomdetail-pricecalculator .MTS__backTitleClass+p {
    max-width: unset;
    width: 100%;
    color: #F6F6F6;
}

#__MTS #__MTS_roomdetail-pricecalculator .MTS__min-h-\[650px\].MTS__tabparent.MTS__w-full.MTS__mt-10 {
    margin-top: 0;
}

#__MTS #__MTS_roomdetail-pricecalculator #MTS__MainDaysAndDatesHolderID .MTS__DatesClass>span[class*="calendar-module_lar_closed"] {
    background: repeating-linear-gradient(45deg, #d9d9d9 0px, #d9d9d9 4px, transparent 4px, transparent 8px);
}

/* End:: Room detail */


/* Start:: Request Bar */

#__MTS #__MTS_request-bar .MTS_rb_enquiry_v2 {
    display: none;
}

#__MTS #__MTS_request-bar .MTS_closeIcon {
    top: 10px;
    right: 10px;
}

#__MTS #__MTS_request-bar button::after {
    content: none !important;
}

#__MTS #__MTS_request-bar .MTS__calPriceLabelClass {
    letter-spacing: 1px;
}

#__MTS #__MTS_request-bar .MTS_rb_booking_v2 {
    background-color: #FFF !important;
    border: 1px solid #212121;
    width: auto;
    padding: 22px 59px;
    font-family: "HanleyPro";
    font-weight: 300;
}

#__MTS #__MTS_request-bar>div {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#__MTS audio, #__MTS canvas, #__MTS embed, #__MTS iframe, #__MTS img, #__MTS object, #__MTS svg, #__MTS video {
    display: block;
    vertical-align: middle;
}

#__MTS .MTS__justify-end {
    justify-content: flex-end;
}

#__MTS .MTS__w-12 {
    width: calc(var(--MTS-fontSize-base) * 3);
}

#__MTS .MTS__h-12 {
    height: calc(var(--MTS-fontSize-base) * 3);
}

#__MTS .MTS__mr-0 {
    margin-right: 0;
}

#__MTS .MTS__z-10 {
    z-index: 10;
}

#__MTS .MTS__absolute {
    position: absolute;
}

#__MTS .MTS__flex-col {
    flex-direction: column;
}

#__MTS .MTS__cursor-pointer {
    cursor: pointer;
}

#__MTS .MTS__bg-fixed {
    background-attachment: fixed;
}

#__MTS .MTS__bg-\[\#000000CC\] {
    background-color: #000000cc;
}

#__MTS .MTS__justify-center {
    justify-content: center;
}

#__MTS .MTS__items-center {
    align-items: center;
}

#__MTS .MTS__w-full {
    width: 100%;
}

#__MTS .MTS__h-full {
    height: 100%;
}

#__MTS .MTS__flex {
    display: flex;
}

#__MTS .MTS__z-\[var\(--MTS-modalZindex\)\] {
    z-index: var(--MTS-modalZindex);
}

#__MTS .MTS__top-0 {
    top: 0;
}

#__MTS .MTS__left-0 {
    left: 0;
}

#__MTS .MTS__fixed {
    position: fixed;
}

#__MTS #__MTS_request-bar .MTS__DetailPopUp {
    padding: 28px 22px 18px;
    border: 1px solid #212121;
    max-width: 781px;
    width: 100%;
    max-height: calc(100vh - 180px);
    top: -10px;
}

#__MTS #__MTS_request-bar .MTS__DetailPopUp::-webkit-scrollbar {
    width: 4px;
}

#__MTS #__MTS_request-bar .container-div {
    gap: 18px;
}

#__MTS #__MTS_request-bar .container-div>span {
    width: 65%;
}

#__MTS #__MTS_request-bar .container-div>div {
    width: 35%;
    padding-top: 58px;
    display: flex;
    flex-direction: column;

}

#__MTS #__MTS_request-bar .container-div>div .persons-text {
    margin-bottom: 46px;
    text-transform: none;
    font-weight: 300;
}

#__MTS #__MTS_request-bar .container-div .MTS__MonthParentClass {
    background-color: #F6F6F6;
    padding: 0;
}

#__MTS #__MTS_request-bar .container-div .MTS__MonthParentClass>div:first-child {
    border-bottom: 0;
}

#__MTS #__MTS_request-bar #MTS__MainCalendarHolderID .MTS__DaysClass>div {
    padding: 0;
    font-weight: 300;
    text-transform: none;
}


#__MTS #__MTS_request-bar .MTS__MonthNameClass {
    margin: 0;
    text-transform: none;
    font-weight: 300;
}

#__MTS #__MTS_request-bar .MTS__MonthNameClass b {
    font-weight: 300;
}

#__MTS #__MTS_request-bar #MTS__MainCalendarHolderID>button {
    top: 0.65em;
    width: 37px;
    height: 11px;
    background-image: url('../static/images/arrow-calendar.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
}

#__MTS #__MTS_request-bar #MTS__MainCalendarHolderID>button:first-child {
    left: 0;
}

#__MTS #__MTS_request-bar #MTS__MainCalendarHolderID>button:nth-child(2) {
    transform: rotate(180deg);
    right: 0;
}

#__MTS #__MTS_request-bar #MTS__MainCalendarHolderID>button svg {
    display: none;
}

#__MTS #__MTS_request-bar #MTS__MainCalendarHolderID #MTS__MainMonthHolderID {
    --MTS-backgroundColor-primary-light: #CABD48;
}

#__MTS #__MTS_request-bar #MTS__MainCalendarHolderID #MTS__MainMonthHolderID .MTS__DaysClass {
    padding: 10px 0;
}


#__MTS #__MTS_request-bar .occupancy-section .MTS_ChildrenSelection>div,
#__MTS #__MTS_request-bar .occupancy-section .MTS_AdultSelection {
    padding-right: 0;
}

#__MTS #__MTS_request-bar .MTS_CTA_button {
    margin-top: auto;
}

#__MTS #__MTS_request-bar .MTS_CTA_button button:hover {
    background-color: #CABD48 !important;
    color: #F6F6F6 !important;
}

div#__MTS #__MTS_request-bar .MTS__DetailPopUp,
div#__MTS #__MTS_request-bar>.MTS_requestBar-main button.MTS_rb_booking_v2,
#__MTS #__MTS_request-bar .occupancy-section .MTS_AdultSelection {
    background-color: #f6f6f6 !important;
}

div#__MTS #__MTS_request-bar .MTS_CTA_button>button {
    padding: 8px 19px;
    width: 50% !important;
    font-size: 18px !important;
    line-height: 1.62;
    font-family: "HanleyPro";
    transition: .2s;
    font-weight: 300;
}

/* #__MTS #__MTS_request-bar .MTS_CTA_button>button:hover {
    background-color: #CABD48;
    color: #CABD48;
} */

#__MTS #__MTS_request-bar .MTS__calendorInfo,
#__MTS #__MTS_request-bar .MTS__calendorInfo>div {
    gap: 40px;
}

#__MTS #__MTS_request-bar .MTS__calendorInfo .MTS_PeopleInfo {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: .5px;
}

#__MTS #__MTS_request-bar .MTS__calendorInfo>div>div {
    font-size: 10px;
    letter-spacing: 0.5px;
}

#__MTS #__MTS_request-bar>div {
    --MTS-letterSpacing-label: 1.52px;
    --MTS-letterSpacing-subText: 1.52px;
}

#__MTS #__MTS_request-bar .MTS_closeIcon svg path {
    fill: #CABD48;
}

div#__MTS #__MTS_request-bar>.MTS_requestBar-main .OcuupancyPlusMinus {
    padding: 8px 29px !important;
    background-color: #F6F6F6;
}

/* End:: Request Bar */

/* Start:: Offerslist */
#__MTS #__MTS_offerlist-mts {
    margin-top: 20px;
}

#__MTS #__MTS_offerlist-mts>:first-child {
    background-color: transparent;
}

#__MTS #__MTS_offerlist-mts .MTS__offerCardList-container {
    padding: 30px 31px 47px 101px;
    align-items: center;
    border: 1px solid #212121;
    margin-bottom: 48px;
}

#__MTS #__MTS_offerlist-mts .MTS__offerCardList-title {
    font-weight: 300 !important;
}

#__MTS #__MTS_offerlist-mts .MTS__offerCardList-container .MTS__offerCardList-head {
    padding-right: 70px;
    padding-top: 18px;
    width: 53%;
}

#__MTS #__MTS_offerlist-mts .MTS__offerCardList-body {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 18px 0;
    max-width: 484px;
    margin-right: auto;
    width: 47%;
}

#__MTS #__MTS_offerlist-mts .MTS__offerCardList-body .MTS__offerCardList-contentRight,
#__MTS #__MTS_offerlist-mts .MTS__offerCardList-body .MTS__offerCardList-link {
    display: inline-block;
    width: auto;
}

#__MTS #__MTS_offerlist-mts .MTS__offerCardList-body .MTS__offerCardList-link {
    margin-top: 17px;
}

#__MTS #__MTS_offerlist-mts .MTS__offerCardList-body .MTS__offerCardList-link a {
    letter-spacing: 0;
    font-family: "HanleyPro";
    font-weight: 300;
    text-decoration: underline;
    text-transform: uppercase;
}

#__MTS #__MTS_offerlist-mts .MTS__offerCardList-body .MTS__offerCardList-link a>div {
    display: none;
}

#__MTS #__MTS_offerlist-mts .MTS__offerCardList-contentLeft {
    display: flex;
    flex-direction: column;
    order: 0;
    margin-bottom: 25px;
}

#__MTS #__MTS_offerlist-mts .MTS__offerCardList-contentRight {
    order: 1;
    text-transform: none;
}

#__MTS #__MTS_offerlist-mts .MTS__offerCardList-contentLeft .MTS__offerCardList-availability-period {
    order: 0;
    margin-bottom: 5px;
    line-height: 1.62;
}

#__MTS #__MTS_offerlist-mts .MTS__offerCardList-contentLeft .MTS__offerCardList-title {
    order: 1;
    margin-bottom: 25px;
    text-transform: none;
}

#__MTS #__MTS_offerlist-mts .MTS__offerCardList-contentLeft .MTS__offerCardList-description {
    order: 2;
    margin: 0;
}

#__MTS #__MTS_offerlist-mts .MTS__offerCardList-contentLeft .MTS__offerCardList-description::-webkit-scrollbar {
    width: 4px;
}

#__MTS #__MTS_offerlist-mts .MTS__offerCardList-contentRight .MTS__offerCardList-price {
    display: none;
}

#__MTS #__MTS_offerlist-mts .MTS__offerCardList-buttons {
    margin-top: 0;
    gap: 28px;
    margin-right: 28px;
}

#__MTS #__MTS_offerlist-mts .MTS__offerCardList-buttons>button {
    text-transform: none;
    letter-spacing: 0;
    transition: .2s;
}

#__MTS #__MTS_offerlist-mts .MTS__offerCardList-buttons>button:hover {
    background-color: #CABD48;
    color: #f6f6f6 !important;
}

#__MTS #__MTS_offerlist-mts .MTS__offerlist-listLayout-priceOnImage {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

#__MTS #__MTS_offerlist-mts .MTS__offerList-priceOnImageLabel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 300;
}

#__MTS #__MTS_offerlist-mts .MTS__offerList-priceOnImageLabel .MTS__offerPriceOnImage {
    font-size: 35px;
    line-height: 1.28;
    text-align: center;
}

#__MTS #__MTS_offerlist-mts .MTS__roomList-priceOnImageNightLabel {
    display: none;
}

#__MTS #__MTS_offerlist-mts .only-night-label {
    display: block;
    text-transform: none;
    margin-bottom: 3px;
}

#__MTS #__MTS_offer-slider .MTS__flex.MTS__items-center.MTS__absolute.MTS__gap-\[var\(--MTS-buttonGap\)\],
#__MTS #__MTS_offerlist-mts .MTS__flex.MTS__items-center.MTS__absolute.MTS__gap-\[var\(--MTS-buttonGap\)\] {
    background-color: #212121;
}

/* End:: Offerslist */


/* Start:: Offerslider */

#__MTS #__MTS_offer-slider .priceInfoLabel {
    width: 129px;
    height: 129px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #CABD48;
    border-radius: 114px;
    padding: 36px 11px;
    flex-direction: column;
    top: 18px;
    right: 16px;
    text-align: center;
    font-size: 22px;
    font-family: "HanleyPro";
    font-weight: 300;
}

#__MTS #__MTS_offer-slider .priceInfoLabel>span:last-child {
    font-size: 30px;
    line-height: 1.28;
}

#__MTS #__MTS_offer-slider .MTS__offer-teaser {
    max-height: 8em;
    overflow-y: auto;
    overflow-x: hidden;
}

#__MTS #__MTS_offer-slider .MTS__offer-teaser::-webkit-scrollbar {
    width: 4px;
}

#__MTS #__MTS_offer-slider .MTS__offer-teaser::-webkit-scrollbar-thumb {
    background: #212121;
}

#__MTS #__MTS_offer-slider .MTS__offerCardGrid-buttons {
    flex-direction: row;
    /* flex-wrap: nowrap; */
    gap: 25px;
    align-items: flex-end;
}

#__MTS #__MTS_offer-slider .MTS__offerCardGrid-buttons>button {
    order: 0;
    text-transform: none;
}

#__MTS #__MTS_offer-slider .MTS__offerCardGrid-buttons .MTS__detailButtonClass::after {
    content: none !important;
}

#__MTS #__MTS_offer-slider .MTS__offerCardGrid-buttons .MTS__detailButtonClass {
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline !important;
    border: 0;
    margin-right: 0;
    order: 1;
    text-transform: none;
    font-size: 18px;
    line-height: 22px;
}

#__MTS #__MTS_offer-slider .MTS__relative.MTS__top-0.MTS__bottom-0.MTS__flex.MTS__cursor-pointer>.MTS__w-full.MTS__flex.MTS__p-2 {
    padding: 0 32px;
}

#__MTS #__MTS_offer-slider {
    border: 0;
}

#__MTS #__MTS_offer-slider .MTS__offerCardGrid-body {
    padding: 22px 46px 38px;
    flex-direction: row;
    flex-wrap: wrap;
    /* align-items: stretch; */
    justify-content: space-between;
}

#__MTS #__MTS_offer-slider .MTS__offerCardGrid-mealplanInfo {
    align-items: flex-start;
    text-transform: none;
}

#__MTS #__MTS_offer-slider .MTS__offerCardGrid-body .MTS__offerCardGrid-availability-period {
    order: 0;
}

#__MTS #__MTS_offer-slider .MTS__offerCardGrid-body .MTS__offerCardGrid-availability-period .MTS__availabilityPeriod-body {
    min-width: 275px;
}

#__MTS #__MTS_offer-slider .MTS__offerCardGrid-body .MTS__offerCardGrid-title {
    order: 1;
    font-weight: 300 !important;
    width: 100%;
    text-transform: none;
}

#__MTS #__MTS_offer-slider .MTS__offerCardGrid-body .MTS__offer-teaser {
    order: 2;
}

#__MTS #__MTS_offer-slider .MTS__offerCardGrid-body .MTS__offerCardGrid-buttons {
    order: 3;
    margin-top: 30px;
}

#__MTS #__MTS_offer-slider .MTS__offerCardGrid-body .MTS__offerCardGrid-buttons>button {
    transition: .2s;
}

#__MTS #__MTS_offer-slider .MTS__offerCardGrid-body .MTS__offerCardGrid-buttons .MTS__enquiryButtonClass:hover,
#__MTS #__MTS_offer-slider .MTS__offerCardGrid-body .MTS__offerCardGrid-buttons .MTS__bookingButtonClass:hover {
    background-color: #CABD48;
    color: #f6f6f6 !important;
}

#__MTS #__MTS_offer-slider .MTS__offerCardGrid-mealplanInfo>span>span,
#__MTS #__MTS_offer-slider .MTS__offerCardGrid-body .MTS_offer-category,
#__MTS #__MTS_offer-slider .MTS__offerCardGrid-body .MTS__offerCardGrid-link,
#__MTS #__MTS_offer-slider .MTS__offerCardGrid-body .MTS__offerCardGrid-price {
    display: none;
}

#__MTS #__MTS_offer-slider .MTS__offerCardGrid-mealplanInfo>span>span.MTS__offerCard-nights {
    display: inline-block;
}

#__MTS #__MTS_offer-slider .MTS__offerCardGrid-head>div {
    min-height: 378px;
}

#__MTS #__MTS_offer-slider .MTS__image-head-popup {
    display: none;
}

#__MTS #__MTS_offer-slider .MTS__offerSlider-navigation>button {
    padding: 0;
    width: 47px;
    height: 14px;
    background-image: url('../static/images/arrrow-left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#__MTS #__MTS_offer-slider .MTS__offerSlider-navigation>button:last-child {
    transform: rotate(180deg);
}

#__MTS #__MTS_offer-slider .MTS__offerSlider-navigation>button svg {
    display: none;
}

#__MTS .MTS__bg-surface.MTS__p-4.MTS__flex.MTS__flex-col.MTS__mx-2.MTS__w-full.lg\:\!MTS__w-auto.lg\:\!MTS__min-w-\[75\%\].MTS__h-full.\!MTS__bg-\[\#00000000\].MTS__overflow-hidden.MTS__mx-0.\!MTS__z-\[10000\].\!MTS__p-0.MTS__relative.MTS__transition.MTS__transform.MTS__ease-in.MTS__duration-300 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
}

#__MTS .MTS__bg-surface.MTS__p-4.MTS__flex.MTS__flex-col.MTS__mx-2.MTS__w-full.lg\:\!MTS__w-auto.lg\:\!MTS__min-w-\[75\%\].MTS__h-full.\!MTS__bg-\[\#00000000\].MTS__overflow-hidden.MTS__mx-0.\!MTS__z-\[10000\].\!MTS__p-0.MTS__relative.MTS__transition.MTS__transform.MTS__ease-in.MTS__duration-300>:first-child svg {
    fill: #CABD48;
    background-color: #212121;
}

#__MTS .MTS__modal.MTS__w-full.MTS__h-full.MTS__bg-\[\#000000CC\].MTS__fixed.MTS__left-0.MTS__top-0.MTS__z-50.MTS__flex.MTS__justify-center.MTS__items-center.MTS__z-\[var\(--MTS-modalZindex\)\].MTS__bg-fixed.MTS__top-0.MTS__transform {
    padding: 0 !important;
}

/* End:: Offerslider */

/* Start:: last available Room */

#__MTS #__MTS_lastavailableroom-mts {
    background-color: #212121;
}

#__MTS #__MTS_lastavailableroom-mts .roomcard-body .room-title {
    color: #F6F6F6;
    font-weight: 300;
}

#__MTS #__MTS_lastavailableroom-mts .rooomcard-container>:first-child {
    font-weight: 300;
}

#__MTS #__MTS_lastavailableroom-mts .MTS__font-body.MTS__w-full.MTS__mx-auto.MTS__text-base.MTS__max-w-widget .MTS__w-full.MTS__mx-auto.MTS__my-4.MTS__text-left.MTS__text-base.MTS__font-body {
    color: #F6F6F6 !important;
}

#__MTS #__MTS_lastavailableroom-mts .rooomcard-container {
    border: 1px solid #f6f6f6;
    gap: 100px;
    padding: 47px 54px;
    margin-bottom: 44px;
}

#__MTS #__MTS_lastavailableroom-mts .rooomcard-container .per-person-text.MTS__font-semibold {
    font-weight: 300;
}

#__MTS #__MTS_lastavailableroom-mts .rooomcard-container .from-label {
    font-weight: 300;
    text-transform: none;
}

#__MTS #__MTS_lastavailableroom-mts .rooomcard-container .room-price {
    font-size: 35px;
    line-height: 1.28;
    text-align: center;
}

#__MTS #__MTS_lastavailableroom-mts .rooomcard-container .date-period {
    font-weight: 300;
    text-align: center;
    margin-bottom: 3px;
}

#__MTS #__MTS_lastavailableroom-mts .detail-button {
    font-size: 18px;
    text-transform: none;
    text-decoration: underline;
    margin: 25px 0;
    display: none;
}

#__MTS #__MTS_lastavailableroom-mts .booking-button {
    font-size: 22px;
    line-height: 1.62;
    border: 1px solid #CABD48;
    margin-top: 1em;
    font-weight: 300;
    transition: .2s;
}

#__MTS #__MTS_lastavailableroom-mts .booking-button:hover {
    background-color: #CABD48;
    color: #f6f6f6 !important;
}

#__MTS #__MTS_lastavailableroom-mts .roomcard-head {
    width: 51%;
}

#__MTS #__MTS_lastavailableroom-mts .roomcard-body {
    width: 49%;
    gap: 0;
}

#__MTS #__MTS_lastavailableroom-mts .roomcard-body>.MTS__text-subTitle {
    margin-bottom: 3px;
    font-weight: 300;
}

#__MTS #__MTS_lastavailableroom-mts .roomcard-body .room-title {
    margin-bottom: 25px;
}



#__MTS #__MTS_lastavailableroom-mts .roomcard-head .MTS__relative.MTS__top-0.MTS__bottom-0.MTS__flex.MTS__cursor-pointer {
    left: 0 !important;
}

#__MTS #__MTS_lastavailableroom-mts .occ-and-size {
    letter-spacing: 1.52px;
}

/* End:: last available Room */



@media screen and (min-width: 1050px) {
    #__MTS #__MTS_roomdetail-pricecalculator #priceDetailHeaderParent {
        display: flex;
        flex-direction: column-reverse !important;
        margin-top: 0;
    }

    #__MTS .MTS__bg-surface.MTS__p-4.MTS__flex.MTS__flex-col.MTS__mx-2.MTS__w-full.lg\:\!MTS__w-auto.lg\:\!MTS__min-w-\[75\%\].MTS__h-full.\!MTS__bg-\[\#00000000\].MTS__overflow-hidden.MTS__mx-0.\!MTS__z-\[10000\].\!MTS__p-0.MTS__relative.MTS__transition.MTS__transform.MTS__ease-in.MTS__duration-300>:first-child svg {
        top: 25px;
        right: 25px;
    }
}

@media only screen and (max-width: 1800px) {

    #__MTS #__MTS_offer-list .MTS__modal>div svg.MTS__cursor-pointer.MTS__fill-\[color\:var\(--MTS-color-button-dark\)\].MTS__h-12.MTS__w-12.MTS__top-0.MTS__mr-0.MTS__absolute.MTS__z-10.MTS__bg-button-dark,
    #__MTS #__MTS_offer-slider .MTS__modal>div svg.MTS__cursor-pointer.MTS__fill-\[color\:var\(--MTS-color-button-dark\)\].MTS__h-12.MTS__w-12.MTS__top-0.MTS__mr-0.MTS__absolute.MTS__z-10.MTS__bg-button-dark {
        right: 20px;
        top: 32px;
    }
}

@media only screen and (max-width: 1600px) {
    #__MTS #__MTS_offer-slider .MTS__offerCardGrid-body {
        padding: 22px 26px 28px;
    }

    #__MTS #__MTS_offer-slider .MTS__relative.MTS__top-0.MTS__bottom-0.MTS__flex.MTS__cursor-pointer>.MTS__w-full.MTS__flex.MTS__p-2 {
        padding: 0 22px;
    }
}

@media screen and (max-width:1500px) {
    #__MTS #__MTS_lastavailableroom-mts .rooomcard-container>:first-child {
        width: 150px !important;
        height: 150px !important;
    }

    #__MTS #__MTS_lastavailableroom-mts .rooomcard-container .room-price {
        font-size: 26px !important;
    }

    #__MTS #__MTS_lastavailableroom-mts .rooomcard-container {
        gap: 52px;
    }

    #__MTS #__MTS_lastavailableroom-mts .roomcard-body {
        padding-right: 130px;
    }
}

@media only screen and (max-width: 1400px) {


    #__MTS #__MTS_offer-detail>div {
        background: linear-gradient(to bottom, #212121 400px, transparent 0%);
    }

    #__MTS #__MTS_offer-detail .MTS__offer-head {
        padding-top: 100px;
    }

    #__MTS #__MTS_roomdetail-pricecalculator #priceDetailHeaderParent .lg\:MTS__justify-around.MTS__gap-1.MTS__bg-primary-light.MTS__mt-6.MTS__flex.MTS__flex-wrap.MTS__text-sm.MTS__flex-col.lg\:MTS__flex-row {
        gap: 50px;
    }

    #__MTS #__MTS_offer-slider .priceInfoLabel,
    #__MTS #__MTS_offerlist-mts .MTS__offerlist-listLayout-priceOnImage {
        width: 150px;
        height: 150px;
    }

    #__MTS #__MTS_offerlist-mts .MTS__offerList-priceOnImageLabel .MTS__offerPriceOnImage {
        font-size: 26px;
    }

    #__MTS #__MTS_offer-slider .MTS__relative.MTS__top-0.MTS__bottom-0.MTS__flex.MTS__cursor-pointer>.MTS__w-full.MTS__flex.MTS__p-2 {
        padding: 0 12px;
    }

    #__MTS #__MTS_offer-slider .MTS__offerCardGrid-buttons>button {
        font-size: 18px;
    }

    #__MTS #__MTS_offer-slider .MTS__offerCardGrid-buttons {
        gap: 15px;
    }

    #__MTS #__MTS_lastavailableroom-mts .rooomcard-container>div.MTS__text-subHeading {
        height: 150px;
        width: 150px;
    }

    #__MTS #__MTS_lastavailableroom-mts .rooomcard-container .room-price {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1279px) {
    #__MTS #__MTS_lastavailableroom-mts .rooomcard-container {
        gap: 50px;
    }

    #__MTS #__MTS_lastavailableroom-mts .rooomcard-container .roomcard-body {
        padding-right: 160px;
    }
}

@media only screen and (max-width: 1200px) {
    #__MTS #__MTS_offer-detail .MTS__offerInfo {
        padding: 0 24px 0 0;
    }

    #__MTS #__MTS_offer-detail .MTS__offer-head .MTS__offer-header-wrapper {
        margin-top: 125px;
    }

    #__MTS #__MTS_offer-detail .MTS__offerPrice,
    #__MTS #__MTS_offer-detail .MTS__offerDescription {
        margin-bottom: 28px;
    }

    #__MTS #__MTS_offer-detail .MTS__offer-body {
        margin-top: 100px;
    }

    #__MTS #__MTS_offerlist-mts .MTS__offerCardList-container {
        padding: 30px 15px 30px 60px;
    }

    #__MTS #__MTS_offer-detail>div {
        background: linear-gradient(to bottom, #212121 350px, transparent 0%);
    }
}

@media only screen and (max-width: 1049px) {
    #__MTS #__MTS_offer-detail>div>div {
        padding: 0px !important;
    }

    #__MTS #__MTS_offer-detail .MTS__offer-body .MTS__offerDetail-head-wrapper .MTS__tabbing-head-item {
        font-size: 18px;
    }

    #__MTS #__MTS_offer-detail .MTS__calendar-wrapper>div .MTS__offerInfoDatesDropdown {
        padding: 10px;
        font-size: 14px;
    }

    #__MTS #__MTS_offer-detail .MTS__cta-button-wrapper button,
    #__MTS #__MTS_offer-detail .MTS__calendar-button-wrapper button {
        font-size: 18px;
    }

    #__MTS #__MTS_offer-detail>div {
        background: #f6f6f6;
    }

    #__MTS #__MTS_offer-detail .MTS__offer-head {
        padding-top: 40px;
    }

    #__MTS #__MTS_offer-detail .MTS__offer-head .MTS__offer-header-image>div {
        height: 500px;
    }

    #__MTS #__MTS_offer-detail .MTS__offer-head .MTS__offer-header-wrapper {
        margin-top: 25px;
    }

    #__MTS #__MTS_offer-detail .MTS__offerInfo {
        padding: 30px 15px 0 15px;
    }

    #__MTS #__MTS_offer-detail .MTS__offer-body,
    #__MTS #__MTS_offer-detail .MTS__offerDetail-accordian-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #__MTS #__MTS_offer-detail .MTS__OfferDetails_priceDetails,
    #__MTS #__MTS_offer-detail .MTS__offersPersonInfo,
    #__MTS #__MTS_offer-detail .MTS__offer-head .MTS__offerHeading {
        color: #212121;
    }

    #__MTS #__MTS_offer-detail .MTS__offerPrice {
        font-size: 20px;
    }

    #__MTS #__MTS_offer-detail .MTS__availabilityDates .MTS__calendar-wrapper {
        padding-right: 24px;
    }

    #__MTS #__MTS_offer-detail .MTS__availabilityDates .dropdown {
        height: 24px;
    }

    #__MTS #__MTS_roomdetail-pricecalculator #priceDetailHeaderParent .lg\:MTS__justify-around.MTS__gap-1.MTS__bg-primary-light.MTS__mt-6.MTS__flex.MTS__flex-wrap.MTS__text-sm.MTS__flex-col.lg\:MTS__flex-row {
        gap: 10px;
        padding: 15px;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .lg\:MTS__justify-around.MTS__gap-1.MTS__bg-primary-light.MTS__mt-6.MTS__flex.MTS__flex-wrap.MTS__text-sm.MTS__flex-col.lg\:MTS__flex-row .MTS__flex.MTS__gap-2.MTS__py-4.MTS__justify-center.MTS__px-8.lg\:MTS__px-0 {
        gap: 16px;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .pc2Req1Enquiry,
    #__MTS #__MTS_roomdetail-pricecalculator .pc2Req1Book {
        font-size: 16px;
        padding: 8px 12px;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .lg\:MTS__justify-around.MTS__gap-1.MTS__bg-primary-light.MTS__mt-6.MTS__flex.MTS__flex-wrap.MTS__text-sm.MTS__flex-col.lg\:MTS__flex-row .MTS__flex.MTS__gap-2.MTS__py-4.MTS__justify-center.MTS__px-8.lg\:MTS__px-0 {
        padding-bottom: 0;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .MTS__tabCalendarClass {
        padding: 2em 0;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .MTS__cursor-pointer.MTS__select-none.MTS__border.MTS__border-primary.MTS__flex.MTS__items-center.MTS__justify-center.MTS__flex-col.MTS__px-10.MTS__relative.MTS__text-primary-darker.MTS__py-3.sm\:MTS__py-2.MTS__flex-1.sm\:MTS__flex-auto .false.MTS__shadow-lg.MTS__absolute.MTS__w-\[320px\].sm\:MTS__w-\[380px\].-MTS__left-1.sm\:MTS__right-0.lg\:MTS__right-\[initial\].MTS__bg-primary.MTS__z-50,
    #__MTS #__MTS_roomdetail-pricecalculator .MTS__cursor-pointer.MTS__select-none.MTS__border.MTS__border-primary.MTS__flex.MTS__items-center.MTS__justify-center.MTS__flex-col.MTS__px-10.MTS__relative.MTS__text-primary-darker.MTS__py-3.sm\:MTS__py-2.sm\:MTS__max-w-\[300px\].MTS__flex-1.sm\:MTS__flex-auto .false.MTS__shadow-lg.MTS__absolute.MTS__w-\[320px\].sm\:MTS__w-\[380px\].-MTS__left-1.MTS__bg-primary.MTS__z-50 {
        top: unset !important;
        bottom: 0;
        transform: translateY(100%);
    }

    #__MTS #__MTS_request-bar .container-div .MTS__MonthParentClass>div:first-child {
        margin-bottom: 1em;
    }

    #__MTS #__MTS_offerlist-mts .MTS__offerCardList-body .MTS__offerCardList-link {
        margin: 12px 0;
    }

    #__MTS #__MTS_offerlist-mts .MTS__offerCardList-container .MTS__offerCardList-head {
        padding-top: 0;
        padding-right: 0;
    }

    #__MTS #__MTS_offerlist-mts .MTS__offerCardList-container {
        padding: 20px;
    }

    #__MTS #__MTS_offer-slider .priceInfoLabel>span:last-child,
    #__MTS #__MTS_offer-slider .priceInfoLabel>span:first-child,
    #__MTS #__MTS_offerlist-mts .MTS__offerList-priceOnImageLabel .MTS__offerPriceOnImage {
        font-size: 16px;
    }

    #__MTS #__MTS_offer-slider .priceInfoLabel,
    #__MTS #__MTS_offerlist-mts .MTS__offerList-priceOnImageLabel {
        font-size: 14px;
    }

    #__MTS #__MTS_lastavailableroom-mts .rooomcard-container {
        gap: 40px;
        padding: 24px;
    }

    #__MTS #__MTS_lastavailableroom-mts .rooomcard-container>div.MTS__text-subHeading {
        font-size: 14px;
    }

    #__MTS #__MTS_lastavailableroom-mts .rooomcard-container>div.MTS__text-subHeading .room-price {
        font-size: 16px;
        font-weight: 300;
    }

    #__MTS #__MTS_lastavailableroom-mts .detail-button {
        font-size: 16px;
        margin: 10px 0;
    }

    #__MTS #__MTS_lastavailableroom-mts .booking-button {
        font-size: 16px;
        padding: 12px 20px;
    }

    #__MTS #__MTS_lastavailableroom-mts .rooomcard-container .roomcard-body {
        padding-right: 0;
    }

    #__MTS #__MTS_offerlist-mts .MTS__offerCardList-container .MTS__offerCardList-head,
    #__MTS #__MTS_offerlist-mts .MTS__offerCardList-body {
        width: 100%;
        max-width: 100%;
    }

    #__MTS #__MTS_lastavailableroom-mts .roomcard-head,
    #__MTS #__MTS_lastavailableroom-mts .roomcard-body {
        width: 100%;
    }

    #__MTS #__MTS_roomdetail-pricecalculator #MTS__KeyCartogramID,
    #__MTS #__MTS_roomdetail-pricecalculator #MTS__KeyCartogramID>div {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    #__MTS #__MTS_roomdetail-pricecalculator #MTS__KeyCartogramID>div,
    #__MTS #__MTS_roomdetail-pricecalculator #MTS__KeyCartogramID>div>div {
        margin-left: 0;
        width: 100%;
        padding: 0;
    }

    #__MTS #__MTS_offer-slider .priceInfoLabel,
    #__MTS #__MTS_offerlist-mts .MTS__offerlist-listLayout-priceOnImage {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width:768px) {
    #__MTS #__MTS_roomdetail-pricecalculator #MTS__KeyCartogramID>:nth-child(2) {
        margin-left: 0;
    }

    #__MTS #__MTS_roomdetail-pricecalculator>:first-child {
        padding-left: 10px;
        padding-right: 10px;
    }

    #__MTS #__MTS_offer-detail .MTS__cta-button-wrapper button,
    #__MTS #__MTS_offer-detail .MTS__calendar-button-wrapper button {
        font-size: 16px;
    }

    #__MTS #__MTS_roomdetail-pricecalculator #MTS__KeyCartogramID {
        flex-direction: row;
        align-self: flex-start;
        gap: 20px;
        font-size: 13px;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .MTS__accordianUlClass .MTS__font-label.MTS__text-label.\!MTS__text-label-dark.MTS__cursor-pointer.MTS__p-2 {
        color: #F6F6F6 !important;
    }

    #__MTS #__MTS_roomdetail-pricecalculator #MTS__KeyCartogramID>:first-child,
    #__MTS #__MTS_roomdetail-pricecalculator #MTS__KeyCartogramID>:nth-child(2) {
        gap: 20px;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .MTS__ArrivalClass {
        margin-left: 0;
        align-self: self-start;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .MTS__ClosedClass {
        margin-left: 0;
    }

    #__MTS #__MTS_request-bar .container-div>div .persons-text {
        margin-bottom: 24px;
    }

    #__MTS #__MTS_request-bar .container-div>div {
        padding-top: 20px;
    }

    #__MTS #__MTS_offer-detail>div>div {
        padding: 0 10px;
    }

    #__MTS #__MTS_offer-detail .MTS__roomdetail-offerAccordian .MTS__availability-calendar-wrapper .MTS__DatesClass>span {
        height: calc(var(--MTS-fontSize-base) * 3);
    }

    #__MTS #__MTS_offer-detail .MTS__offerDetail-accordian-body>div {
        padding-left: 0;
        padding-right: 0;
    }

    #__MTS #__MTS_offer-detail .MTS__availability-calendar-wrapper #MTS__MainDaysAndDatesHolderID {
        padding-left: 0;
        padding-right: 0;
    }

    #__MTS #__MTS_offer-detail .MTS__roomdetail-offerAccordian .MTS__availability-calendar-wrapper .MTS__DatesClass>span .MTS_OnlyDeparture {
        bottom: 5px !important;
        font-size: 8px !important;
    }
}

@media only screen and (max-width: 767px) {
    #__MTS #__MTS_offer-detail .MTS__offer-head .MTS__offer-header-image>div {
        height: 350px;
    }

    #__MTS #__MTS_request-bar .MTS_CTA_button {
        flex-direction: column;
        margin: 20px 0;
    }

    div#__MTS #__MTS_request-bar .MTS_CTA_button>button {
        width: 100% !important;
    }

    #__MTS #__MTS_offer-detail .MTS__availabilityDates .dropdown {
        height: 22px;
    }

    #__MTS #__MTS_offer-detail .MTS__availabilityDates .MTS__calendar-wrapper {
        padding-right: 22px;
    }

    #__MTS #__MTS_request-bar .container-div>div,
    #__MTS #__MTS_request-bar .container-div>span {
        width: 100%;
    }

    #__MTS #__MTS_request-bar .MTS__DetailPopUp {
        padding: 50px 16px 18px;
        max-height: calc(100vh - 130px);
    }

    #__MTS #__MTS_request-bar .MTS__calendorInfo,
    #__MTS #__MTS_request-bar .MTS__calendorInfo>div {
        gap: 10px;
    }

    #__MTS #__MTS_request-bar .MTS_CTA_button>button {
        font-size: 16px;
    }

    #__MTS #__MTS_request-bar .MTS_rb_booking_v2 {
        padding: 12px;
    }

    #__MTS #__MTS_offer-slider .priceInfoLabel,
    #__MTS #__MTS_offerlist-mts .MTS__offerlist-listLayout-priceOnImage {
        width: 100px;
        height: 100px;
    }

    #__MTS #__MTS_offerlist-mts .MTS__offerCardList-container {
        padding: 12px;
    }

    #__MTS #__MTS_offerlist-mts .MTS__offerCardList-buttons {
        gap: 12px;
        justify-content: start !important;
    }

    #__MTS #__MTS_offerlist-mts .MTS__offerCardList-body {
        display: block;
    }

    #__MTS #__MTS_offer-slider .MTS__offerCardGrid-buttons .MTS__detailButtonClass {
        order: 0;
        width: 100%;
        text-align: left;
    }

    #__MTS #__MTS_offer-slider .MTS__offerCardGrid-body .MTS__offerCardGrid-availability-period {
        margin-bottom: 5px;
        width: 100%;
    }

    #__MTS #__MTS_offer-slider .MTS__offerCardGrid-body .MTS__offerCardGrid-title {
        margin-bottom: 10px;
    }

    #__MTS #__MTS_offer-slider .MTS__offerCardGrid-body .MTS__offerCardGrid-buttons {
        margin-top: 10px;
    }

    #__MTS #__MTS_lastavailableroom-mts .roomcard-head {
        height: 260px;
    }

    #__MTS #__MTS_lastavailableroom-mts .rooomcard-container {
        gap: 30px;
    }

    #__MTS #__MTS_lastavailableroom-mts .rooomcard-container>div.MTS__text-subHeading {
        top: 24px;
        right: 24px;
        width: 106px !important;
        height: 106px !important;
    }

    #__MTS #__MTS_request-bar #MTS__MainCalendarHolderID #MTS__MainMonthHolderID .MTS__DatesClass .MTS__text-\[10px\] {
        font-size: 8px;
    }

    #__MTS #__MTS_request-bar #MTS__MainCalendarHolderID #MTS__MainMonthHolderID .MTS__DatesClass .MTS__calPriceLabelClass,
    #__MTS #__MTS_request-bar #MTS__MainCalendarHolderID #MTS__MainMonthHolderID .MTS__DatesClass .MTS__calPriceLabelClass,
    #__MTS #__MTS_request-bar #MTS__MainCalendarHolderID #MTS__MainMonthHolderID .MTS__DatesClass p.MTS__font-semibold.MTS__absolute.MTS__mx-auto.MTS__w-full.MTS__left-0.MTS__right-0.MTS__opacity-\[1\%\].MTS__bottom-\[1px\].MTS__text-\[10px\].md\:MTS__text-xs.MTS__whitespace-nowrap {
        bottom: 5px !important;
    }

    #__MTS #__MTS_lastavailableroom-mts .roomcard-body .room-title {
        margin-bottom: 15px;
    }

    #__MTS #__MTS_lastavailableroom-mts .booking-button {
        padding: 6px 20px;
    }

    #__MTS #__MTS_lastavailableroom-mts .rooomcard-container .date-period {
        margin-bottom: 8px;
    }
}

@media screen and (max-width:639px) {
    #__MTS #__MTS_roomdetail-pricecalculator .MTS__flex.MTS__justify-center.MTS__flex-col.MTS__items-stretch.sm\:MTS__flex-row.MTS__gap-2.MTS__pt-4.lg\:MTS__py-4.MTS__px-4>div {
        border: none !important;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .MTS__relative.MTS__w-full.MTS__overflow-hidden.MTS__flex.MTS__flex-col.MTS__justify-end.MTS__h-full .MTS__px-2.xl\:MTS__px-5.MTS__pt-20.MTS__pb-4.MTS__h-full.MTS__flex.MTS__flex-col {
        padding: 20px;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .MTS__relative.MTS__w-full.MTS__overflow-hidden.MTS__flex.MTS__flex-col.MTS__justify-end.MTS__h-full .MTS__defaultRangeClass span,
    #__MTS #__MTS_roomdetail-pricecalculator .MTS__relative.MTS__w-full.MTS__overflow-hidden.MTS__flex.MTS__flex-col.MTS__justify-end.MTS__h-full .MTS__offerTitleClass,
    #__MTS #__MTS_roomdetail-pricecalculator #MTS__BackCardID .MTS__backTitleClass {
        max-width: unset;
        width: 100%;
    }

    #__MTS #__MTS_roomdetail-pricecalculator #priceDetailHeaderParent button[title="ANFRAGEN"],
    #__MTS #__MTS_roomdetail-pricecalculator #priceDetailHeaderParent button[title="BUCHEN"] {
        border: 1px solid #CABD48;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .MTS__relative.MTS__w-full.MTS__overflow-hidden.MTS__flex.MTS__flex-col.MTS__justify-end.MTS__h-full .offer-price-info,
    #__MTS #__MTS_roomdetail-pricecalculator .MTS__relative.MTS__w-full.MTS__overflow-hidden.MTS__flex.MTS__flex-col.MTS__justify-end.MTS__h-full .offer-nights-info,
    #__MTS #__MTS_roomdetail-pricecalculator .MTS__relative.MTS__w-full.MTS__overflow-hidden.MTS__flex.MTS__flex-col.MTS__justify-end.MTS__h-full .MTS__offerTitleClass,
    #__MTS #__MTS_roomdetail-pricecalculator .MTS__relative.MTS__w-full.MTS__overflow-hidden.MTS__flex.MTS__flex-col.MTS__justify-end.MTS__h-full .MTS__summaryClass,
    #__MTS #__MTS_roomdetail-pricecalculator #MTS__BackCardID .MTS__backTitleClass {
        text-align: start;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .MTS__flex.MTS__justify-center.MTS__flex-col.MTS__items-stretch.sm\:MTS__flex-row.MTS__gap-2.MTS__pt-4.lg\:MTS__py-4.MTS__px-4>div {
        margin-right: 0;
        padding-right: 0;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .lg\:MTS__justify-around.MTS__gap-1.MTS__bg-primary-light.MTS__mt-6.MTS__flex.MTS__flex-wrap.MTS__text-sm.MTS__flex-col.lg\:MTS__flex-row .MTS__flex.MTS__justify-center.MTS__flex-col.MTS__items-stretch.sm\:MTS__flex-row.MTS__gap-2.MTS__pt-4.lg\:MTS__py-4.MTS__px-4 {
        gap: 12px;
    }

    #__MTS #__MTS_roomdetail-pricecalculator #MTS__KeyCartogramID {
        flex-direction: column;
        align-items: flex-start;
    }

    #__MTS #__MTS_roomdetail-pricecalculator #MTS__tabsHolderID span {
        margin-left: 0;
    }

    #__MTS #__MTS_roomdetail-pricecalculator #MTS__KeyCartogramID>div>div {
        margin-left: 0;
        width: 100%;
    }

    #__MTS #__MTS_roomdetail-pricecalculator #MTS__KeyCartogramID {
        gap: 20px;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .MTS__offerCard-wrapper .MTS__flex.MTS__items-center.MTS__gap-\[var\(--MTS-buttonGap\)\].MTS__static.MTS__top-0>button svg {
        display: none;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .MTS__offerCard-wrapper .MTS__flex.MTS__items-center.MTS__gap-\[var\(--MTS-buttonGap\)\].MTS__static.MTS__top-0>button {
        padding: 0;
        width: 47px;
        height: 14px;
        background-image: url(../static/images/arrrow-left.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .MTS__offerCard-wrapper .MTS__flex.MTS__items-center.MTS__gap-\[var\(--MTS-buttonGap\)\].MTS__static.MTS__top-0>:last-child {
        transform: rotate(180deg) !important;
    }
}

@media screen and (max-width:500px) {
    #__MTS #__MTS_roomdetail-pricecalculator .MTS__InfoClass {
        padding-top: 18px !important;
        display: flex;
        justify-content: center;
    }

    #__MTS #__MTS_lastavailableroom-mts .rooomcard-container>div.MTS__text-subHeading .room-price {
        font-size: 13px !important;
    }

    #__MTS #__MTS_offerlist-mts .MTS__offerCardList-contentLeft .MTS__offerCardList-availability-period .MTS__availabilityPeriod-head {
        justify-content: start !important;
    }

    #__MTS #__MTS_roomdetail-pricecalculator #MTS__KeyCartogramID {
        flex-direction: column;
    }

    #__MTS #__MTS_offer-slider .MTS__offerCardGrid-buttons .MTS__detailButtonClass {
        text-align: left !important;
    }

    #__MTS #__MTS_offer-slider .MTS__offerCardGrid-body .MTS__offerCardGrid-buttons>button {
        text-align: left !important;
    }

    #__MTS #__MTS_request-bar #MTS__MainCalendarHolderID #MTS__MainMonthHolderID .MTS__DatesClass p.MTS__font-semibold.MTS__absolute.MTS__mx-auto.MTS__w-full.MTS__left-0.MTS__right-0.MTS__opacity-\[1\%\].MTS__bottom-\[1px\].MTS__text-\[10px\].md\:MTS__text-xs.MTS__whitespace-nowrap {
        letter-spacing: 0;
    }

    #__MTS #__MTS_offer-detail .MTS__roomdetail-offerAccordian-head-wrapper {
        margin: 0 !important;
    }

    #__MTS #__MTS_offer-detail .MTS__calNightsLabelClass {
        font-size: 68x;
        letter-spacing: 0;
    }

    #__MTS #__MTS_roomdetail-pricecalculator>:first-child {
        padding-left: 5px;
        padding-right: 5px;
    }

    #__MTS #__MTS_roomdetail-pricecalculator #lar_dcontainer>span .MTS__text-\[10px\],
    #__MTS #__MTS_roomdetail-pricecalculator .MTS__calPriceLabelClass,
    #__MTS #__MTS_roomdetail-pricecalculator .MTS__calNightsLabelClass,
    #__MTS #__MTS_roomdetail-pricecalculator #MTS__tabsHolderID span p.MTS__absolute.MTS__mx-auto.MTS__w-full.MTS__left-0.MTS__right-0.MTS__opacity-\[100\%\].MTS__bottom-\[10px\].MTS__whitespace-nowrap,
    #__MTS #__MTS_roomdetail-pricecalculator .MTS_OnlyDeparture {
        font-size: 8px;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .pc2Req1Enquiry,
    #__MTS #__MTS_roomdetail-pricecalculator .pc2Req1Book {
        padding: 10px 19px;
    }

    #__MTS #__MTS_offer-detail .MTS__roomdetail-offerAccordian-head {
        gap: 2px;
    }
}

@media screen and (max-width:500px) {
    #__MTS #__MTS_roomdetail-pricecalculator .MTS__tabCalendarClass {
        padding: calc(var(--MTS-fontSize-base) * 1.4) calc(var(--MTS-fontSize-base) * 1.35) calc(var(--MTS-fontSize-base) * 0.9);
    }

    #__MTS #__MTS_offer-slider .MTS__p-2 .MTS__offerCardGrid-body {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    #__MTS #__MTS_offer-slider .MTS__offerCardGrid-body .MTS__offerCardGrid-buttons {
        justify-content: start !important;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .MTS__cursor-pointer.MTS__select-none.MTS__border.MTS__border-primary.MTS__flex.MTS__items-center.MTS__justify-center.MTS__flex-col.MTS__px-10.MTS__relative.MTS__text-primary-darker.MTS__py-3.sm\:MTS__py-2.sm\:MTS__max-w-\[300px\].MTS__flex-1.sm\:MTS__flex-auto .false.MTS__shadow-lg.MTS__absolute.MTS__w-\[320px\].sm\:MTS__w-\[380px\].-MTS__left-1.MTS__bg-primary.MTS__z-50>:nth-child(2) {
        padding: 7px;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .MTS__cursor-pointer.MTS__select-none.MTS__border.MTS__border-primary.MTS__flex.MTS__items-center.MTS__justify-center.MTS__flex-col.MTS__px-10.MTS__relative.MTS__text-primary-darker.MTS__py-3.sm\:MTS__py-2.MTS__flex-1.sm\:MTS__flex-auto .false.MTS__shadow-lg.MTS__absolute.MTS__w-\[320px\].sm\:MTS__w-\[380px\].-MTS__left-1.sm\:MTS__right-0.lg\:MTS__right-\[initial\].MTS__bg-primary.MTS__z-50>:nth-child(2) {
        padding: 7px;
    }

    #__MTS #__MTS_roomdetail-pricecalculator .MTS__OfferCardClass {
        padding-left: 2px;
        padding-right: 2px;
    }

    #__MTS #__MTS_roomdetail-pricecalculator #priceDetailHeaderParent button[title="ANFRAGEN"],
    #__MTS #__MTS_roomdetail-pricecalculator #priceDetailHeaderParent button[title="BUCHEN"] {
        font-size: 12px !important;
    }
}

@media (min-width: 1050px) {
    #__MTS .lg\:MTS__w-1\/2 {
        width: 50%;
    }
}


@media screen and (max-width:370px) {
    #__MTS #__MTS_roomdetail-pricecalculator .MTS__tabCalendarClass {
        padding: calc(var(--MTS-fontSize-base) * 1.2) calc(var(--MTS-fontSize-base) * 0.6) calc(var(--MTS-fontSize-base) * 0.8);
    }

    #__MTS #__MTS_roomdetail-pricecalculator .MTS__cursor-pointer.MTS__select-none.MTS__border.MTS__border-primary.MTS__flex.MTS__items-center.MTS__justify-center.MTS__flex-col.MTS__px-10.MTS__relative.MTS__text-primary-darker.MTS__py-3.sm\:MTS__py-2.sm\:MTS__max-w-\[300px\].MTS__flex-1.sm\:MTS__flex-auto .false.MTS__shadow-lg.MTS__absolute.MTS__w-\[320px\].sm\:MTS__w-\[380px\].-MTS__left-1.MTS__bg-primary.MTS__z-50,
    #__MTS #__MTS_roomdetail-pricecalculator .MTS__cursor-pointer.MTS__select-none.MTS__border.MTS__border-primary.MTS__flex.MTS__items-center.MTS__justify-center.MTS__flex-col.MTS__px-10.MTS__relative.MTS__text-primary-darker.MTS__py-3.sm\:MTS__py-2.MTS__flex-1.sm\:MTS__flex-auto .false.MTS__shadow-lg.MTS__absolute.MTS__w-\[320px\].sm\:MTS__w-\[380px\].-MTS__left-1.sm\:MTS__right-0.lg\:MTS__right-\[initial\].MTS__bg-primary.MTS__z-50 {
        max-width: 290px;
    }

    div#__MTS #__MTS_request-bar .MTS__DetailPopUp {
        width: 300px;
    }
}