#booking_process_container {
    position: fixed;
    display: none;
    justify-content: flex-start;
    /* align-items: center; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8); 
    z-index: 999;
}

.booking_wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--white);
    border: 2px solid var(--border-grey);
    padding: 15px;
    /* min-height: 960px; */
    height: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
    animation-name: animateleft;
    animation-duration: 0.4s;
}

@keyframes animateleft {
    from {left: -500px; opacity: 0}
    to {left: 0; opacity: 1}
}

.event_details,
#stage2,
#stage3,
#stage4 form {
    background-color: var(--light-grey);
    border: 2px solid var(--border-grey);
    box-sizing: border-box;
    padding: 15px;
    box-sizing: border-box;
    height: max-content;
    width: 950px;
    min-height: 880px;
    height: calc(100vh - 34px);
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* width */
.booking_wrapper::-webkit-scrollbar {
    width: 3px;
}
  
/* Track */
.booking_wrapper::-webkit-scrollbar-track {
    background: #E8E7E3;
}
  
/* Handle */
.booking_wrapper::-webkit-scrollbar-thumb {
    background: var(--black);
}

.close_button {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: var(--white);
}

.close_button i,
.mobile_close_button i {
    position: absolute;
    font-size: 20px;
    top: 25px;
    right: 25px;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black);
    background-color: var(--white);
    border: 2px solid var(--border-grey);
}

.mobile_close_button {
    display: none;
    margin-left: auto;
    margin-bottom: -50px;
}

.mobile_close_button i {
    position: relative;
    top: unset;
    right: unset;
}

.event_details h3,
.event_details h4,
#stage2 h3,
#stage3 h3,
#stage4 h3 {
    margin: -2px 0 10px;
    line-height: 1.2;
}

.event_wrapper {
    width: calc((100% - 30px) / 2);
    padding-top: 80px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    box-sizing: border-box;
}

.event_wrapper form,
.event_wrapper .payment_form {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
}

.payment_card {
    margin-top: auto;
}

.review_wrapper {
    padding-left: 15px;
    padding-right: 0;
    width: calc(100% / 2);
    border-left: 2px solid var(--border-grey);
    height: 100%;
    box-sizing: border-box;
}

.event_wrapper h4 {
    margin: 0 0 -10px;
}

.event_wrapper .buttons_container {
    margin-top: auto;
    flex-direction: column;
}

.event_wrapper .buttons_container .button {
    width: 100%;
    margin-top: 15px;
}

.event_details .description {
    font-weight: 400 !important;
    margin-bottom: 0;
}

.event_details .event_description_container {
    max-height: 180px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow-y: scroll;
}

.reviews_container {
    max-height: 350px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow-y: scroll;
}

/* width */
.event_details .event_description_container::-webkit-scrollbar,
.reviews_container::-webkit-scrollbar {
    width: 3px;
}
  
/* Track */
.event_details .event_description_container::-webkit-scrollbar-track,
.reviews_container::-webkit-scrollbar-track {
    background: #E8E7E3;
}
  
/* Handle */
.event_details .event_description_container::-webkit-scrollbar-thumb,
.reviews_container::-webkit-scrollbar-thumb {
    background: var(--black);
}

.event_details .review_score {
    margin-top: 10px;
    margin-bottom: -10px;
}

.total_price {
    margin-top: 10px;
    margin-bottom: 0;
}

.totals_info {
    margin-top: auto;
    line-height: 1.6;
}

.totals_info .final_total,
.totals_info .final_total .finalTotal {
    margin: 0;
    line-height: 1.6 !important;
}

.event_details .event_times {
    background-color: var(--gold);
    padding: 15px 15px;
    width: 100%;
    box-sizing: border-box;
    color: var(--white);
    margin: 0 !important;
}

.event_position,
.external_event_position {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.external_event_position {
    align-items: flex-start;
}

.event_position p,
.external_event_position p {
    margin: 0;
    font-weight: 500;
}

.event_position i,
.external_event_position i {
    width: 30px;
}

.event_position .fa-credit-card {
    margin-left: 1px;
    margin-right: -1px;
}

.quantity_counter {
    display: flex;
    align-items: center;
    width: 100%;
}

.quantity_counter .quantity_buttons {
    display: flex;
    align-items: center;
}

.quantity_counter .quantity_buttons .update-cart {
    border: 2px solid var(--black);
}

#add_ticket {
    margin-left: 15px;
    margin-right: 15px;
}

.event_details .button {
    width: 100%;
    margin-top: 20px;
}

input[type="button"] {
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input_group {
    clear: both;
    margin: 15px 0;
    position: relative;
    width: calc(100% - 122px);
}

.input_group input[type='button'] {
    background-color: #eeeeee;
    min-width: 38px;
    width: auto;
    transition: all 300ms ease;
}

.input_group .quantity-field {
    position: relative;
    height: 46px;
    text-align: right;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    resize: vertical;
    padding-right: 15px;
    box-sizing: border-box;
    border: 2px solid var(--form-grey);
    background-color: transparent;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.event_details .event_description_container .feature:first-of-type {
    margin-top: 10px;
}

.feature i {
    margin-right: 10px;
    color: var(--black);
}

.event_details .margin_top {
    margin-top: 20px;
}

.event_thumbnail {
    width: 100%;
    height: 175px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.reviews_scores {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: auto;
}

@media (max-width: 1100px) {
    .event_details,
    #stage2,
    #stage3,
    #stage4,
    #stage4 form {
        flex-direction: column;
        height: max-content;
        min-height: max-content;
        width: 500px !important;
    }

    .event_wrapper,
    .review_wrapper {
        width: 100%;
        border: none;
        padding-left: 0;
        padding-right: 0;
    }

    .review_wrapper {
        padding-top: 30px;
    }

    .form-row label h4 {
        margin-top: 15px !important;
    }

    form .buttons_container .button_2 {
        margin-top: 30px !important;
    }
}

@media (max-width: 650px) {
    .booking_wrapper {
        animation-name: animatetop;
        width: calc(100% - 40px);
        margin-left: 20px;
    }

    .event_details,
    #stage2,
    #stage3,
    #stage4,
    #stage4 form {
        width: 100% !important;
    }

    .booking_wrapper .close_button,
    .booking_wrapper .close_button i {
        position: absolute;
        top: 20px;
        right: 20px;
        height: 46px;
        width: 46px;
        z-index: 999;
    }

    .booking_wrapper .close_button i {
        top: 12px;
        right: 12px;
    }

    .close_button {
        display: none;
    }

    .mobile_close_button {
        display: flex;
    }
}

@keyframes animatetop {
    from {bottom: -100%; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@media(max-width: 460px) {
    .breadcrumbs h5 {
      margin: 0 7px !important;
    }

    .breadcrumbs h5:first-of-type {
        margin: 0 7px 0 0 !important;
    }
    
    .checkout_chevron {
      display: none;
    }
}

@media(max-width: 420px) {
    .breadcrumbs {
      flex-direction: column;
      align-items: center;
      margin-top: 20px;
    }

    .event_details h3,
    #stage2 h3,
    #stage3 h3,
    #stage4 h3 {
        text-align: center;
        font-size: 28px;
    }
}