#select-date {
    display: inline-block;
    width: 150px;
}

#select-time {
    display: inline-block;
    width: 150px;
}

#calendar_date {
    display: inline-block;
    width: 150px;
}

.block-event-pack {
    display: none;
}

.full-name label {
    font-weight: bold;
}

.total-cost-input {
    display: none;
}

.total-cost {
    display: none;
}

.downpayment-cost {
    display: none;
}

#calendar_date {
    position: relative;
}

#calendar_date:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #f00;
    position: absolute;
    top: 3px;
    right: 4px;
}

.block-additional-info {
    display: none;
}

#button_action_book_now {
    display: none;
}

.available-time-event {
    display: none;
}

.downpayment-cost-currency-symbol {
    display: none;
}

.total-cost-currency-symbol {
    display: none;
}

.block-information-booked{
    display: none;
}

.block-information-event #click_here{
    text-decoration: underline;
    color: #007bff;
    cursor: pointer;
}

.block-information-event #click_here:hover{
    color: #007bff;
    text-decoration: none;
}

[lang="iw"] .events-book-event #select-code{
    float: right;
    margin-left: 0.5rem;
}

[lang="iw"] .events-book-event .actions-toolbar {
    float: right;
}

[lang="iw"] .events-book-event .actions-toolbar .primary .action{
    margin: 0;
}

.events-book-page form.book-page label span:after{
    content: '*';
    font-size: 18px;
    position:relative;
    top: 2px;
    left: 4px;
}
