.reservation_title_bk .desc {
    display: inline-block;
    margin-top: 10px;
}

#swrservationcarousel .reservation_day {
    color: var(--btn-color-bg, #aa1215);
    line-height: 32px;
    font-weight: 600;
    font-size: 1.875rem;
}

#swrservationcarousel .reservation_month {
    font-weight: 600;
    letter-spacing: -.4px;
    color: var(--btn-color-bg, #aa1215);
}

#swrservationcarousel .reservation_cat {
    font-style: italic;
    font-weight: 500;
    letter-spacing: .2px;
    color: var(--primary-color, #3d2f1a);
    font-size: 0.875rem;
}

.reservationDate {
    padding: 0 4px;
}

#swrservationcarousel .product-description-content {
    padding-bottom: 10px;
    overflow: hidden;
}

select#reservation_city {
    width: 200px;
    margin-top: 20px;
    background: none;
    border-color: var(--btn-color-bg, #aa1215);
    color: var(--btn-color-bg, #aa1215)!important;
}

#swrservationcarousel .js-product {
    padding-top: 15px;
}

.reservation_link {
    font-weight: 600;
    color: var(--btn-color-bg, #aa1215)!important;
}

.reservation_link:hover {
    color: var(--white, #fff)!important;
}