.single-hotel_room , .single-st_hotel , .single-st_rental{
    #st-content-wrapper.st-style-elementor{
        
        .st-hotel-room-content{
            padding-top: 80px;
            @media screen and (max-width:787px) {
                padding-top: 38px;
            }
            .hotel-target-book-mobile{
                .price-wrapper{
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 22px;
                    color: $color-ink-body;
                    .price{
                        font-weight: 700;
                        font-size: 18px;
                        line-height: 26px;
                        color: $color-ink-heading;
                    }
                }
                .btn-mpopup{
                    background: var(--main-color, $color-main);
                    border-radius: 50px;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 20px;
                    color: #fff;
                }
            }
        }
        
        .room-featured-items{
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            margin-top: 50px;
            border-bottom: 1px solid $color-black03;
            padding-bottom: 40px;
            margin-bottom: 40px;
            .item{
                display: flex;
                align-items: center;
                font-weight: 400;
                font-size: 14px;
                line-height: 22px;
                color: $color-ink-body;
                &:not(:last-child){
                    margin-right: 40px;
                }
                .stt-icon{
                    margin-right: 10px;
                    width: 44px;
                    height: 44px;
                    border: 1px solid $color-black03;
                    border-radius: 10px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 20px;
                    svg{
                        height: 20px;
                        g{
                            stroke: $color-ink-body;
                        }
                    }
                }
            }
        }
        #st-description{
           .title-description{
                font-weight: 700;
                font-size: 26px;
                line-height: 36px;
                color: #232323;
                margin-bottom: 20px;
                @media screen and (max-width: 767px){
                    font-size: 26px;
                    line-height: 36px;
                }
                    
           }
            p{
                &:last-child{
                    margin-bottom: 0;
                }
            }
        }
        .st-hr{
            margin-top: 40px;
            margin-bottom: 40px;
        }
        .st-attributes{
            border-bottom: 1px solid $color-black03;
            padding-bottom: 40px;
            margin-bottom: 40px;
            &.stt-attr-room_type{
                border-bottom: 1px solid $color-black03;
                padding-bottom: 40px;
                margin-bottom: 40px;
            }
        }
        .st-form-book-wrapper{
            .st-price-origin{
                text-transform: capitalize;
                .unit{
                    text-transform: lowercase;
                }
            }
            .form-booking-price{
                font-weight: 400;
                font-size: 14px;
                line-height: 22px;
                color: $color-ink-body;
                margin-bottom: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                text-transform: capitalize;
                .price{
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 26px;
                    color: $color-ink-heading;
                    margin-left: 5px;
                    margin-right: 5px;
                }
                .unit{
                    text-transform: lowercase;
                }
            }
            .form-book-wrapper{
                border: none;
                .form-date-field{
                    border: 1px solid $color-black03;
                    border-radius: 20px 20px 0 0;
                    .date-wrapper{
                        .st-item-date{
                            text-align: left;
                            padding: 15px 20px;
                            label{
                                font-weight: 500;
                                font-size: 16px;
                                line-height: 26px;
                                color: $color-ink-heading;
                            }
                            .render{
                                font-weight: 400;
                                font-size: 14px;
                                line-height: 22px;
                                color: $color-ink-body;
                            }
                        }
                    }
                }
                .field-guest{
                    border: 1px solid $color-black03;
                    border-radius: 0 0 20px 20px;
                    border-top: none;
                    .dropdown{
                        padding: 15px 20px;
                        position: relative;
                        width: 100%;
                        label{
                            font-weight: 500;
                            font-size: 16px;
                            line-height: 26px;
                            color: $color-ink-heading;
                        }
                        .render{
                            font-weight: 400;
                            font-size: 14px;
                            line-height: 22px;
                            color: $color-ink-body;
                        }
                    }
                    .dropdown-menu{
                        border-radius: 20px;
                        padding: 30px 30px;
                        margin-top: 0 !important;
                        .item{
                            label{
                                font-weight: 500;
                                font-size: 16px;
                                line-height: 26px;
                                color: $color-ink-heading;
                            }
                        }
                    }
                    .guest_name_input{
                        background-color: transparent;
                        .form-control{
                            background-color: transparent;
                        }
                    }
                }
            }
            .book-v2{
                padding: 0 24px;
                .form-book-wrapper{
                    margin-top: 20px;
                    margin-bottom: 0;
                    overflow: unset;
                    .form-more-extra{
                        padding: 20px 25px;
                        border-top: none;
                        .dropdown{
                            font-weight: 500;
                            font-size: 16px;
                            line-height: 20px;
                            color: var(--main-color, $color-main);
                            text-align: center;
                            .arrow{
                                font-family: 'traveler-icon' !important;
                                font-size: 13px;
                                margin-left: 4px;
                                position: relative;
                                top: 1px;
                                &.fa-caret-up{
                                    &:before{
                                        content: "\e969";
                                    }
                                }
                                &.fa-caret-down{
                                    &:before{
                                        content: "\e965";
                                    }
                                }
                            }
                        }
                        .extras{
                            margin-bottom: 0;
                            li{
                                span{
                                    font-weight: 400;
                                    font-size: 16px;
                                    line-height: 26px;
                                    color: $color-ink-body
                                }
                                .select-wrapper{
                                    width: 70px !important;
                                }
                                select{

                                }
                                &:last-child{
                                    border-bottom: none;
                                    padding-bottom: 0;
                                    margin-bottom: 0;
                                }
                            }
                        }
                    }
                    .submit-group{
                        border-top: none;
                        padding: 0;
                        margin-top: 25px;
                        .btn-book-ajax{
                            width: 100%;
                            border: none;
                            display: block;
                            color: #FFF;
                            border-radius: 50px;
                            background: var(--main-color, $color-main);
                        }
                    }
                    .message-wrapper{
                        margin-bottom: 0;
                        padding: 0 15px 0 0;
                    }
                    .message-wrapper:empty{
                        margin-top: 0;
                        margin-bottom: 0;
                    }
                }
                .button-external-link{
                    margin-bottom: 0;
                    a{
                        width: 100%;
                        border: none;
                        display: block;
                        color: #FFF;
                        border-radius: 50px;
                        background: var(--main-color, $color-main);
                    }
                }
            }
            .inquiry-v2{
                .st-sent-mail-customer{
                    padding: 25px 25px 0 25px;
                    border: none;
                    .st_send-mail-form{
                        .form-group{
                            margin-top: 0 !important;
                            margin-bottom: 20px;
                            input, textarea{
                                border: 1px solid #DEDEDE;
                                box-sizing: border-box;
                                border-radius: 10px;
                                padding: 10px 15px;
                                font-weight: 400;
                                font-size: 16px;
                                line-height: 26px;
                                color: #83929D;
                            }
                        }
                        .sent-email-st{
                            width: 100%;
                            border: none;
                            display: block;
                            color: #FFF;
                            border-radius: 50px;
                            background: var(--main-color, $color-main);
                        }
                        .message-wrapper-sendemail:empty{
                            margin-top: 0;
                        }
                    }
                }
            }
            .st-price-render{
                margin-bottom: 25px;
                display: none;
                margin-top: 25px;
                .item{
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    .number-night,
                    .sale-price{
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 26px;
                        color: $color-ink-body;
                    }
                    .sale-price{
                        color: $color-ink-heading;
                    }
                    .total-label, .total-price{
                        font-weight: 700;
                        font-size: 18px;
                        line-height: 26px;
                        color: $color-ink-heading
                    }
                    &.total{
                        border-top: 1px solid $color-black03;
                        padding-top: 20px;
                        margin-top: 20px;
                    }
                }
            }
        }
        .st-hotel-room-content{
            &.style-4{
                .st-service-header2{
                    align-items: flex-start;
                }
                .st-form-book-wrapper{
                    margin-top: 0;
                }
            }
        }
    }
}

.rate-calendar{
    position: relative;
    .st-room-availability-input , .calendar_input{
        display: none;
    }
    .st-availability-calendar-wrapper , .show-calendar{
        position: relative;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        background: #FFFFFF;
        border: 1px solid $color-black03;
        box-sizing: border-box;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05) !important;
        border-radius: 20px;
        padding-bottom: 0 !important;
        z-index: 1;
        .calendar{
            &.left,
            &.right{
                width: 50%;
                margin: 0;
                @media screen and (max-width:767px) {
                    width: 100% !important;
                }
            }
            .calendar-table{
                .table-sub-header{
                    .day-off-week{
                        width: calc(100% / 7) !important;
                        height: 50px;
                    }
                }
                .table-condensed{
                    tbody{
                        tr{
                            .td-date{
                                height: 48px;
                                &.in-range,
                                &.in-range,
                                &.start-date,
                                &.end-date,
                                &:hover,
                                &.in-past{
                                    &:not(.available_allow_fist, .available_allow_last) {
                                        background: transparent !important;

                                        .date {
                                            background: transparent !important;
                                        }
                                    }
                                }
                                &:not(.available_allow_last):not(.available_allow_fist).active.end-date.in-range{
                                    background: transparent !important;
                                }
                                &.in-past,
                                &.active{
                                    background: transparent !important;
                                    .date{
                                        background: transparent !important;
                                    }
                                }
                                &.disabled{
                                    background: #efefef;
                                    .date{
                                        background: #efefef;
                                    }
                                }
                                &.not_available.in-range{
                                    background: #efefef !important;
                                    .date{
                                        background: #efefef !important;
                                    }
                                }
                                &:hover{
                                    &.not_available:not(.in-past){
                                        background: #efefef !important;
                                        .date{
                                            background: #efefef !important;
                                        }
                                    }
                                }
                                &.today{
                                    background: #B8CCFF !important;
                                }
                                &.not-show{
                                    opacity: 0 !important;
                                    height: 0 !important;
                                    .date{
                                        height: 0 !important;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        &.respon-single{
            .calendar{
                &.left{
                    width: 100%;
                }
            }
        }
    }
   
   
}
.rate-calendar.style-2 {
    .st-availability-calendar-wrapper.single {
        .calendar.left.single {
            width: 100%;
        }
    }
}
body.st-header-9 #st-content-wrapper.st-style-elementor {
    &.singe-room-layout-3{
        .widgets{
            .st-fixed-form-booking{
                margin-top: 50px;
            }
        }
    }
    .relate-rooms {
        .st-heading-section {
            font-weight: 700;
            font-size: 36px;
            line-height: 46px;
            margin-bottom: 70px;
            @media screen and (max-width:767px) {
                font-size: 26px;
                line-height: 36px;
                margin-bottom: 40px;
            }
            
        }
        .btn-show-price, .show-detail{
            &:hover{
                color: #FFF;
            }
        }
        .st-hr{
            margin-top: 70px;
            margin-bottom: 70px;
        }
    }

    .room-rates{
        .rate-calendar{
            &.style-2{
                .st-availability-calendar-wrapper{
                    padding: 60px 30px;
                    .calendar.left{
                        width: 100%;
                        .calendar-table{
                            padding: 0px;
                            .table-header{
                                @media screen and (max-width: 575px){
                                    padding-bottom: 10px;
                                }
                                .next, .prev{
                                    width: 40px;
                                    height: 40px;
                                    background: #FFFFFF;
                                    border: 1px solid $color-black03;
                                    box-sizing: border-box;
                                    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
                                    border-radius: 50px;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                }
                            }
                            .table-sub-header{
                                margin-top: 35px;
                                border-top: none;
                                border-bottom: 1px solid #DEDEDE;
                                .day-off-week{
                                    min-height: 65px;
                                    width: calc(100%/7);
                                }
                            }
                            .table-condensed {
                                tbody {
                                    tr {
                                        .td-date{
                                            height: 100px !important;
                                            @media screen and (max-width: 575px){
                                                height: 48px !important;
                                            }
                                            position: relative;
                                            &.available.off.not-show.available{
                                                opacity:0.2 !important;
                                            }
                                            .date{
                                                font-weight: 500;
                                                font-size: 20px;
                                                line-height: 30px;
                                                text-align: center;
                                                color: $color-ink-heading;
                                                height: auto;
                                                display: inline-block;
                                                @media screen and (max-width: 767px){
                                                    font-size: 14px;
                                                    line-height: 16px;
                                                }
                                            }
                                            .event-tooltip-wrap{
                                                font-weight: 400;
                                                font-size: 14px;
                                                line-height: 22px;
                                                text-align: center;
                                                color: $color-ink-body;
                                                position: relative;
                                                display: block;
                                                top: unset;
                                                left: unset;
                                                padding: 0;
                                                margin: 0;
                                                background: transparent;
                                                @media screen and (max-width: 575px){
                                                    font-weight: 400;
                                                    font-size: 9px !important;
                                                    line-height: 14px;
                                                }
                                            }
                                            &.disabled{
                                                @media screen and (max-width: 767px){
                                                    .event-tooltip-wrap{
                                                        opacity: 0 !important;
                                                        width: 0px;
                                                    }
                                                }
                                                
                                                .date{
                                                    color: #B1BAC1;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media screen and(max-width: 991px) {
    .single-hotel_room{
        #st-content-wrapper.st-style-elementor{
            .st-hotel-room-content{
                .hotel-target-book-mobile{
                    display: flex !important;
                    z-index: 9999999;
                }
                .fixed-on-mobile{
                    overflow: auto;
                    padding: 20px;
                    .st-form-book-wrapper{
                        .form-booking-price{
                            display: none;
                        }
                    }
                    .close-icon{
                        top: 25px;
                        left: 20px;
                        position: unset;
                    }
                }
            }
        }
    }
}

@media screen and(max-width: 767px) {
    .single-hotel_room , .single-st_tours {
        #st-content-wrapper.st-style-elementor {
            .st-service-header2 {
                .right {
                    .shares {
                        .share-item{
                            display: none;
                        }
                    }
                }
            }
            .st-attributes{
                .item-attribute{
                    .item{
                        line-height: 19px;
                        margin-top: 10px;
                        margin-bottom: 10px;
                    }
                }
            }
            .relate-rooms{
                .st-heading-section{
                    margin-bottom: 35px;
                }
                .inner{
                    .st-owl-slider{
                        .owl-nav{
                            display: none;
                        }
                    }
                }
            }
            .rate-calendar{
                &.style-2{
                    .st-availability-calendar-wrapper{
                        padding: 25px 15px;
                        .calendar{
                            .calendar-table{
                                .table-header{
                                    padding-bottom: 20px;
                                }
                                .table-sub-header{
                                    margin-top: 0 !important;
                                    .day-off-week {
                                        min-height: 50px;
                                        display: flex;
                                        align-items: center;
                                        justify-content: center;
                                        
                                    }
                                }
                                .table-condensed {
                                    tbody {
                                        tr {
                                            .td-date {
                                                height: 70px !important;
                                                .date{
                                                    font-size: 16px !important;
                                                }
                                                .event-tooltip-wrap{
                                                    font-size: 12px !important;
                                                }
                                                &.not-show{
                                                    height: 0 !important;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media screen and(max-width: 575px) {
    .single-hotel_room {
        #st-content-wrapper.st-style-elementor {
            .room-featured-items {
                margin-top: 25px;
                padding-bottom: 25px;
                margin-bottom: 25px;
                .item{
                    width: 50%;
                    margin: 10px 0 10px 0 !important;
                }
            }
            .relate-rooms {
                .st-heading-section {
                    font-size: 32px;
                    line-height: 42px;
                }
            }
            .st-gallery{
                &.style-slider{
                    .owl-nav{
                        .owl-prev,
                        .owl-next{
                            width: 40px;
                            height: 40px;
                            margin-top: -20px;
                        }
                    }
                }
            }
            .st-hotel-room-content{
                &.style-4{
                    padding-top: 50px;
                    .fixed-on-mobile{
                        .close-icon{
                            position: unset;
                        }
                    }
                }
            }
            .rate-calendar.style-2 {
                .st-availability-calendar-wrapper {
                    .calendar {
                        .calendar-table {
                            .table-condensed {
                                tbody {
                                    tr {
                                        .td-date{
                                            height: 60px !important;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.st-service-header2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    @media screen and (max-width:767px) {
        display: block !important;
        .right{
            margin-top: 24px;
        }
    }
    .right{
        .stt-icon{
            font-size: 18px;
        }
        .shares{
            .share-item{
                background: #FFFFFF;
                border: 1px solid $color-black03;
                box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
                border-radius: 40px;
                width: 44px;
                height: 44px;
                display: block;
                text-align: center;
                line-height: 44px;
                .stt-icon{
                    font-size: 16px;
                    color: $color-ink-heading;
                }
            }
            .share-wrapper{
                margin: 0;
                padding: 0;
                position: absolute;
                top: 50px;
                z-index: 9;
                display: none;
                li{
                    list-style: none;
                    border: 1px solid $color-black03;
                    box-sizing: border-box;
                    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
                    border-radius: 40px;
                    width: 44px;
                    height: 44px;
                    display: block;
                    text-align: center;
                    line-height: 44px;
                    margin-top: 5px;
                    background: #fff;
                }
            }
        }
    }
    .reviews{
        i{
            color: #FFB21D;
        }
        span.rate{
            font-weight: 700;
            font-size: 18px;
            line-height: 26px;
            color: $color-ink-heading;
        }
        span.summary{
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            color: #727272;
        }
    }
    .st-address{
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: #727272;
    }
}
@media screen and(max-width: 563px) {
    .st-header-9 .st-search-form-calendar .calendar.left {
        width:100% !important;
    }
    .rate-calendar {
        .st-availability-calendar-wrapper{
            &:before{
                display: none;
            }
        }
    }
}