.price{
    display: flex;
    justify-content: space-between;
}

.noborder{
    border: none !important;
}

.cart-title{
    width: 100%;
    font-weight: bold;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.numpren{
    font-size: 1.5em;
    font-weight: bold;
}
.reservation-detail p{
    padding: 0 0 5px !important;
}