/* Search bar styling */
dl.variation  dt.variation-{
    display: none !important;
}
.ul-tien-nghi {
   
list-style: none;
    margin-top: 10px;
  
}
.ul-tien-nghi li{
    margin-left: 4px !important;
}

.ul-thong-tin .li-dien-tich:before{
        content: "";
    display: inline-block;
    width: 20px;  /* Điều chỉnh theo kích thước hình ảnh của bạn */
    height: 20px; /* Điều chỉnh theo kích thước hình ảnh của bạn */
    background-image: url('../images/area.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px; /* Khoảng cách giữa icon và nội dung */
    vertical-align: middle;
        margin-top: -7px;
}
.ul-thong-tin .li-loai-giuong:before{
        content: "";
    display: inline-block;
    width: 20px;  /* Điều chỉnh theo kích thước hình ảnh của bạn */
    height: 20px; /* Điều chỉnh theo kích thước hình ảnh của bạn */
    background-image: url('../images/bed-room.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px; /* Khoảng cách giữa icon và nội dung */
    vertical-align: middle;
        margin-top: -2px;
}

.ul-thong-tin .li-suc-chua:before{
        margin-top: -7px;
        content: "";
    display: inline-block;
    width: 20px;  /* Điều chỉnh theo kích thước hình ảnh của bạn */
    height: 20px; /* Điều chỉnh theo kích thước hình ảnh của bạn */
    background-image: url('../images/people.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px; /* Khoảng cách giữa icon và nội dung */
    vertical-align: middle;
}


.tien-nghi-name {
    padding-left: 10px;
    color: #333;
}
.section-room{
    padding: 0px !important;
}
.section-room .flickity-page-dots .dot{
        height: 6px;

    width: 6px;
}

.product-item-data{
    display: none !important;
}
.clear-btn {
    width: 100%;
    height: 42px;
    background-color: #f0f0f0;
    color: #333;
}
.button-container .hotel-room-book-btn{
    border-radius: 99px !important;
    font-size: 15px;
    text-transform: initial !important;
}
.clear-btn:hover {
    background-color: #e0e0e0;
}
.hotel-search-bar .col{
    padding-bottom: 0px;
}
.hotel-search-bar {
    background: white;
    border: 1px solid white;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.div-price span{
        font-weight: normal;
    color: black;
    font-size: 16px;
}
.div-price{
    font-weight: bold;
    font-size: 20px;
    color: var(--primary-color);
}
.hotel-search-bar .flatpickr-input {
       width: 100%;
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: unset !important;
    min-height: unset;
    line-height: unset;
    height: 38px !important;
}

.hotel-search-bar select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 38px !important;
}

.hotel-search-bar .apply-btn {
     width: 100%;
    height: 38px;
    min-height: 38px !important;
    line-height: 35px;
    border-radius: 99px;
    text-transform: initial;
}

/* Unavailable room styling */
.room-unavailable {
    opacity: 0.6;
    pointer-events: none;
}

.room-unavailable::after {
 content: "Không còn phòng trống";
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-45%, -45%);
    background: rgba(255, 0, 0, 0.7);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    z-index: 10;
    font-size: 15px;
}

/* Date range information */
.date-range-info {
    font-size: 14px;
    margin-top: 5px;
    color: #666;
}

/* Guest Dropdown Styling */
.guest-dropdown {
    position: relative;
}

.guest-dropdown-input {
    width: 100%;
    padding: 0px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    user-select: none;
    height: 38px;
    line-height: 38px;
}

.guest-dropdown-input:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #555;
}

.guest-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 100;
    display: none;
    padding: 15px;
}

.guest-dropdown-menu.active {
    display: block;
}
.div-white .col-inner{
    background: white;
    margin-bottom: 10px;
    padding-top: 16px;
    margin-top: 10px;
}
.hotel-room-item{
    background: white;
    border-radius: 10px;
    padding: 10px;
}
.div-white .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.ul-thong-tin li{
    list-style: none;
        display: inline-block;
    width: 33%;
    margin-left: 0px !important;
        font-size: 15px;
}
.amenities-list li{
    display: inline-block;
    width: 33%;
    margin-left: 0px !important;
}
.amenities-list li img{
    width: 20px !important;
}
.amenities-list li span{
    margin-left: 20px;
}
.amenities-list {
    list-style: none;
}
.guest-type {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.guest-type:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.guest-type-header {
       display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    width: 79%;
}

.guest-type-title {
    font-weight: bold;
}
/* Search results message */
.search-results-message {
    margin: 15px 0;
}

.message-box {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.message-box.info {
    background-color: #e7f3ff;
    border: 1px solid #2196F3;
}

.message-box.warning {
    background-color: #fff3e0;
    border: 1px solid #ff9800;
}

.message-box-content {
    margin: 0;
}

.message-box-content p {
    margin: 0;
    color: #333;
}

.message-box.info .message-box-content p {
    color: #1565C0;
}

.message-box.warning .message-box-content p {
    color: #E65100;
}
.guest-type-description {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.guest-count-control {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.guest-count-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s;
}

.guest-count-btn:hover {
    background: #f0f0f0;
}

.guest-count-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.guest-count-value {
    margin: 0 10px;
    min-width: 20px;
    text-align: center;
}

.guest-apply-btn {
    margin-top: 15px;
    width: 100%;
}
.woocommerce-checkout .product-item-data {
    display: flex;
    align-items: center;
    gap: 15px;
}

.woocommerce-checkout .product-thumbnail {
    flex-shrink: 0;
    display: inline-block;
}

.woocommerce-checkout .product-thumbnail img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.woocommerce-checkout .product-thumbnail img:hover {
    transform: scale(1.05);
}

.woocommerce-checkout .product-quantity {
    font-weight: normal;
    color: #666;
    font-size: 14px;
}

/* Checkout review order table styling */
.woocommerce-checkout-review-order-table {
    border-collapse: collapse;
}

.woocommerce-checkout-review-order-table .cart_item td {
    padding: 15px 12px;
    vertical-align: middle;
}

.woocommerce-checkout-review-order-table .product-name {
    font-weight: 500;
    color: #333;
}

/* Thông tin đặt phòng trong checkout */
.woocommerce-checkout .wc-item-meta {
    margin-top: 8px;
    font-size: 13px;
    color: #666;
}

.woocommerce-checkout .wc-item-meta li {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.woocommerce-checkout .wc-item-meta strong {
    font-weight: 600;
    color: #333;
    margin-right: 8px;
    min-width: 80px;
}

/* Giá tiền */
.woocommerce-checkout .product-total {
    font-weight: 600;
    color: #d26e4b;
}

@media(max-width: 855px){
    .div-price {
    font-weight: bold;
    font-size: 18px;}
    .div-white .col-inner{
        margin-top: 0px !important;
    }
    .hotel-room-item .col{
        padding-bottom: 0px !important
    }
}