.rz_booking_system_checkout_form_container {
    position: relative;
}
.rz_checkout_totals {
    position: relative;
}
.rz_checkout_totals_col {
    position: sticky;
    top: 220px;
    left: 0;
}
#rz-checkout-hidden-fields {
    display: none !important;
}
.rz_checkout_customer_fields {
    position: sticky;
    top: 35px;
    left: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
}
.rz_checkout_customer_fields input, .rz_checkout_customer_fields select {
    border-radius: 15px;
    font-weight: 400;
    border: 2px solid #272727;
    padding: 10px;
}
.rz_checkout_customer_fields textarea {
    font-weight: 600;
    border: 2px solid rgb(198, 198, 198) !important;
}
.rz_checkout_customer_fields .jet-form-builder__label-text {
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: #272727;
    margin: 0px 0px 10px 0px;
}
#rz_checkout_summary_temp {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}
.rz_summary_order_raw {
    position: relative;
    padding: 0px;
    border: 2px solid #272727;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.rz_booking_date_range_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 7px;
    border-bottom: 2px solid #272727;
    border-radius: 0px;
    background: rgb(255, 255, 255);
    margin: 0px 0px 3px 0px;
}
.rz_remove_booking_id:after {
    content: '';
    display: block;
    width: 15px;
    aspect-ratio: 1;
    background-color: #272727;
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    cursor: pointer;
}
.rz_remove_booking {
    width: 36px;
    cursor: pointer;
}
.rz_booking_date_range_list {
    font-size: 18px !important;
}
.rz_booking_unit_main_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 0px;
    margin: 1px 5px 1px 50px;
    padding: 0px;
    font-size: 15px !important;
}
#checkout-order-totals-container {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    border: 2px solid #272727;
    margin: 10px 0px 0px 0px;
    background: #C5EAC4;
    border-radius: 15px;
}
#checkout-order-totals-container .jet-form-builder__label-text {
    text-align: center;
}
#checkout-order-totals-container [data-name="check-out-total"] {
    display: flex !important;
    font-size: 20px !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 3px;
    font-weight: 900;
}
#checkout-order-totals-container .jet-form-builder__calculated-field-suffix {
    font-size: 11px;
}
#rz-messaggio-carrello-vuoto {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    gap: 25px;
}
#rz-empty-checkout-txt {
    text-align: center;
    font-size: 20px;
}
#rz-empty-cart-back-to-products-btn {
    background: green;
    color: white;
    padding: 15px;
    border-radius: 100px;
    font-weight: 900;
}
[data-type="submit"] {
    position: relative;
}
.rz_submit_overlay {
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffffba;
    position: absolute;
    cursor: pointer;
}
.rz_checkout_form_errors {
    color: red;
    display: block;
    width: 100%;
    border: 2px solid red;
    margin: 10px 0px;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
}
.rz_highlighted {
    border-color: red !important;
}

/* Style Checkout Form Error */
.jet-form-builder-message.jet-form-builder-message--error {
    background-color: red;
    color: white;
    border-radius: 15px;
    font-weight: 900;
}

/* Style Thankyou Page */
#rz-thankyoupage-totale {
    background-color: #ffffff;
    margin: 10px 0px 0px 0px;
    padding: 10px;
    font-weight: 900;
    text-align: left;
    font-size: 20px;
}
#rz-thankyoupage-summary-importer .rz_booking_date_range_container {
    background-color: white;
    border-bottom: none;
}

@media (max-width: 767px) {
    .rz_checkout_customer_fields {
        gap: 10px;
    }
    .rz_checkout_customer_fields input, .rz_checkout_customer_fields select {
        border: 1px solid #2727274f;
        padding: 5px;
    }
}