.cta_product_book:hover {
    background: #000;
    color: #fff;
    transition: all 0.4s ease-out 0s;
}
.booked {
    z-index: 2;
    position: absolute;
    background: #ffffffab;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 30% 0px;
    text-transform: none;
    font-style: italic;
}
.book_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.80);
    width: 100%;
    height: 100%;
    z-index: 9;
    text-align: center;
}
.book_popup section {
    width: 100%;
    margin: 20px;
    max-width: 700px;
    margin: auto;
    background: #fff;
    padding: 20px;
}
.cta_send_booking_product {
    background: #000;
    color: #fff;
    padding: 20px;
    width: 250px;
    margin: 20px auto;
    cursor: pointer;
}
.cta_send_booking_product:hover {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
input#email_bookingproduct {
    width: 100%;
    height: 50px;
    padding: 20px 5px;
}
.close_book i {
    color: #000;
    text-align: right;
    float: right;
    width: 100%;
    cursor: pointer;
    margin: -10px 0px 20px 0px;
    font-size: 20px;
}
input#email_bookingproduct {
    width: 100%;
    height: 50px;
    padding: 20px 5px;
    border: 1px solid #eee;
}
.book_popup section {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}