.book-a-room-btn {
    background-color: #E74646 !important;
    padding: 5px 30px 5px 30px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    border-radius: 10px !important;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    transition: all 0.3s ease 0s !important;
    color: white !important;
    top: 15px !important;
    cursor: pointer;
}

.book-a-room-btn-chkavi {
    background-color: #E74646 !important;
    padding: 5px 20px 5px 20px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    border-radius: 10px !important;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    transition: all 0.3s ease 0s !important;
    color: white !important;
    top: 15px !important;
    cursor: pointer;
}

.book-a-room-btn:hover {
    background-color: #FFE5CA !important;
    color: #31313F !important;
}

.book-a-room-btn-chkavi:hover {
    background-color: #FFE5CA !important;
    color: #31313F !important;
}

.book-a-room-btn-gold {
    background-color: #bc8547 !important;
    padding: 5px 30px 5px 30px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    /* border-radius: 10px !important; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    transition: all 0.3s ease 0s !important;
    /* color: #ffe4c1 !important; */
    color: #FFFFFF !important;
    top: 15px !important;
    cursor: pointer;
}

.book-a-room-btn-gold:hover {
    background-color: #ffe4c1 !important;
    color: #bc8547 !important;
}

.book-a-room-btn-gold-chkavi {
    background-color: #bc8547 !important;
    padding: 5px 20px 5px 20px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    border-radius: 10px !important;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    transition: all 0.3s ease 0s !important;
    color: #ffe4c1 !important;
    top: 15px !important;
    cursor: pointer;
}

.book-a-room-btn-gold-chkavi:hover {
    background-color: #ffe4c1 !important;
    color: #bc8547 !important;
}

@media only screen and (max-width: 1020px) {
    nav.siteNav a.bookaroom {
        top: -18px !important;
    }
}

.ddl-booking-mask {
    background-color: #FFFFFF;
    display: none;
}

.ddl-booking-mask.ddl-hotel-list {
    margin-left: 4%;
    margin-right: 4%;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ddl-label {
    color: #6E6E6E;
}

.ddl-btn-book-a-room {
    border-style: none;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 30px;
}

.ddl-label-link {
    font-size: 11px !important;
    text-decoration: underline;
    color: #6E6E6E;
    line-height: 20px;
}

.ddl-label-link:hover {
    text-decoration: none;
}

.ddl-card {
    background-color: #EBEBEB;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
}

.icon-calendar {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(https://www.dusit.com/wp-content/themes/dusit-global/images/icon-calendar.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

ul.ddl-hotel-title {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}

ul.ddl-hotel-title li {
    font-size: 13px;
    line-height: 1.3em;
    cursor: pointer;
}

ul.ddl-hotel-title li span.hover-underline-animation {
    display: inline-block;
    position: relative;
}

ul.ddl-hotel-title li span.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #31313F;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

ul.ddl-hotel-title li span.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.ddl-country-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.close-button {
    float: right;
    padding: 15px;
    font-size: 15px;
    color: #6E6E6E;
    opacity: 0.5;
    cursor: pointer;
    margin-top: 15px;
}

body.isScrolled.scrollDown .headerContainer {
    transform: none !important;
}

.ddl-selector {
    cursor: pointer;
}

.ddl-selector p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ddl-guest-dropdown {
    display: none;
    position: absolute;
    z-index: 10;
    min-width: 260px;
    background-color: #FFFFFF;
    padding: 15px 15px 0px 15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ddl-text {
    font-size: 13px !important;
}

.ddl-booking-mask-body {
    height: 70vh;
    overflow-y: auto;
}

.close-button-xs {
    display: none;
}

.ddl-booking-mask-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-color: #F5F5F5;
}

.ddl-booking-mask-body::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.ddl-booking-mask-body::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #aaaaaa;
}

.ddl-country-title-symbol {
    display: none;
}

.icon-plus::before {
    content: "+";
}

.icon-minus::after {
    content: "\2212";
}

@media screen and (max-width: 767px) {
    .close-button {
        display: none;
    }

    .book-a-room-col {
        padding: 20px;
    }

    .btn-action {
        padding-top: 20px;
    }

    .book-a-room-btn-xs {
        width: 50%;
    }

    .close-button-xs {
        display: block;
    }

    .ddl-booking-mask.ddl-hotel-list {
        position: absolute;
        top: 160px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
    }

    .ddl-booking-mask-body {
        max-height: 75vh !important;
        overflow-y: auto;
    }

    .easepick-wrapper {
        width: 90% !important;
    }

    .ddl-country-head {
        border-bottom: solid;
        border-bottom-width: thin;
        margin-bottom: 15px;
    }

    .ddl-country-title-symbol {
        display: block;
    }

    .accordion-section-content {
        display: none;
    }
}

.language-popup-switcher .language-container .close {
    bottom: 60px !important;
}

/* body:not(.site-1) .site-header .headerContainer .siteNav .wrapper .dusit-global {
    width: 200px !important;
} */

body:not(.site-1) .site-header .headerContainer .siteNav .wrapper .dusit-global {
    width: 135px !important;
}

.alternating-stubs.t-l .stub-text {
    text-align: inherit;
}

.alternating-stubs .stub-image {
    margin: 1em;
}

@media only screen and (min-width: 741px) {
    .collapsible .main-image {
        margin: 20px;
    }
}

.site-68 .siteFooter .vcard {
    display: block;
}

.ue-meta-data .ue-grid-item-meta-data:last-child {
    color: rgb(175, 135, 82) !important;
}

.page-id-37535>* .ue-meta-data .ue-grid-item-meta-data:last-child {
    color: #54595f !important;
}

.page-id-37539>* .ue-meta-data .ue-grid-item-meta-data:last-child {
    color: #54595f !important;
}

._js-paragraph-group {
    margin: auto;
    max-width: 1000px !important;
}

@media only screen and (min-width: 600px) {
    .offerinclude {
        max-height: 250px !important;
    }
}

@media only screen and (min-width: 600px) {
    .dp-offerinclude {
        max-height: 250px !important;
    }
}

.elementor-135 .elementor-element.elementor-element-920d9a3:not(.elementor-motion-effects-element-type-background),
.elementor-135 .elementor-element.elementor-element-920d9a3>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-size: cover !important;
}

@media (max-width: 767px) {
    .home .discover-dusit .wrapper .text, .home .culinary-experiences .wrapper .text {
        width: 300px;
        padding: 40px 20px 20px;
        background-color: rgb(49 49 63 / 50%) !important;
        color: white !important;
    }
}

@media (max-width: 1024px) {
    .home .discover-dusit .wrapper .text, .home .culinary-experiences .wrapper .text {
        font-size: 25px;
        line-height: 1.3em;
        background-color: white;
        color: black;
    }
}

.dusit-75 img.brand-logo {
    height: 50px !important;
}

.is-button-wedding {
    border: 1px solid white;
    padding: 10px;
    border-radius: 10px;
}