.booking-form {
    padding-top: 70px;
    padding-bottom: 30px;
}

.table td{
    padding: 0!important;
}

.counter-btn {
    background-color: #ff5722;
    color: white;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.counter-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.counter-btn {
    background-color: #ff5722;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-btn:hover {
    background-color: #e64a19;
}

.count {
    font-size: 14px;
    min-width: 20px;
    text-align: center;
}

.booking-title-type {
    font-size: 13px;
}

.booking-title-price {
    font-size: 11px;
}

.booking-title-count {
    font-size: 13px;
}

.booking-title-total {
    font-size: 11px;
}

.booking-form thead th, thead td {
    vertical-align: middle !important;
    height: 40px !important;
}

.booking-form tbody tr, tbody td {
    vertical-align: middle !important;
    min-height: 80px !important;
}

.counter-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0!important;
}

.counter-btn {
    background-color: #ff5722;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-btn:hover {
    background-color: #e64a19;
}

.count {
    font-size: 14px;
    font-weight: bold;
    /*min-width: 30px;*/
    text-align: center;
}

#js-form-booking-msg h2{
    line-height: 4rem;
}

.counter-btn:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    opacity: 0.6;
}


@media (max-width: 1200px) {
    .table > :not(caption) > * > * {
        padding: 0rem 0rem;
    }

    .counter-btn {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }


    .booking-title-type {
        font-size: 11px;
    }

    .booking-title-price {
        font-size: 11px;
    }

    .booking-title-count {
        font-size: 11px;
    }

    .booking-title-total {
        font-size: 11px;
    }

}

@media (max-width: 996px) {
    .booking-summary {
        margin-bottom: 50px;
    }

    .counter-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }


    .booking-title-type {
        font-size: inherit;
    }

    .booking-title-price {
        font-size: inherit;
    }

    .booking-title-count {
        font-size: inherit;
    }

    .booking-title-total {
        font-size: inherit;
    }
}