#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;
}
.yith-wcbk-add-to-cart-button{
	    background-color: #FF3F3F !important;
    padding: 10px 20px 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    border: none !important;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
}