body #book_button_restaurant {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 60px !important;
    padding: 0 !important;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px !important;
    font-family: 'houschka_alt_promedium', sans-serif;
    color: #fff !important;
    background: #a790c4;
    border: 8px 10px solid #C7C7C7;
    min-width: 150px;
    overflow: visible;
}
