#yith-booking-customization-form-modal-overlay {
    position   : fixed;
    top        : 0;
    left       : 0;
    width      : 100%;
    height     : 100%;
    background : rgba(0, 0, 0, 0.8);
    z-index    : 99999998;
    display    : none;
}

#yith-booking-customization-form-modal {
    position   : fixed;
    top        : 0;
    left       : 0;
    width      : 100%;
    background : #fff;
    z-index    : 99999999;
    display    : none;
    padding    : 25px;
    box-shadow : 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

#yith-booking-customization-form-modal .product_title {
    display : none;
}

.yith-booking-customization-form-modal-close {
    position  : absolute;
    font-size : 2em;
    top       : 5px;
    right     : 15px;
    cursor    : pointer;
}