#block-search, #block-search * {
    box-sizing: border-box;
}
#block-search {
    background-color: #FCEEE3;
    border-bottom: 1px solid #A58078;
    width: 100%;
    position: relative;
}
.tl-wrapper {
    position: relative;
}
#block-search-main {
    background-color: #FCEEE3;
    border: 1px solid #A58078;
    width: 100%;
    max-width: 1170px;
    position: absolute !important;
    z-index: 9;
    bottom: 160px;
    box-sizing: border-box;
    transform: translateX(-50%);
    left: 50%;
}
.tl-container {
    padding: 0 25px;
    max-width: 1220px;
    margin: 0 auto;
}
#tl-booking-form {
    margin:  18px auto 30px;
    max-width: 1192px;
    width: 100%;
}
#tl-booking-cart {
    z-index: 1 !important;
}
#page-wrap > section.section-room-detail.bg-white > div > div.room-detail > div:nth-child(2) > div.col-lg-3 > div,
form#form_main_booking.form_main_booking {
    display: none;
}
.tl-button {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13.5px;
    font-weight: bold;
    font-style: normal;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    max-width: 180px;
    width: 100%;
    padding: 12px;
    margin: 20px 0;
    text-align: center;
    white-space: normal;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #a58078;
}
.tl-button:hover {
    color: #fff !important;
    background-color: #4f8900;
    text-decoration: none !important;
    cursor: pointer;
}
@media screen and (max-width: 1640px) {
    #block-search-main {
        bottom: 90px;
    }
}
@media screen and (max-width: 1440px) {
    #block-search-main {
        bottom: 40px;
    }
}
@media screen and (max-width: 1199px) {
    #block-search-main {
        position: relative !important;
        background-color: #FCEEE3;
        border-bottom: 1px solid #A58078;
        bottom: auto;
		margin: 0 auto;
		transform: none;
		left: auto;
        max-width: 100%;
    }
}