.widget_sow-booking-footer {
    display : none;
}

.widget_sow-booking-footer .flex-col-xs-6 {
    margin : auto;
}


@media only screen and (max-width : 800px) {
    .widget_sow-booking-footer {
        display    : block;
        position   : fixed;
        bottom     : 0;
        left       : 0;
        right      : 0;
        width      : 100%;
        z-index    : 9999999;
        box-shadow : 0 -2px 4px -1px rgba(0, 0, 0, 0.14), 0 -4px 5px 0 rgba(0, 0, 0, 0.098), 0 -1px 10px 0 rgba(0, 0, 0, 0.082);
        opacity    : .99;
        overflow   : hidden;
    }

    .widget_sow-booking-footer .button a {
        display    : block;
        cursor     : pointer;
        text-align : center;
    }

    .widget_sow-booking-footer .modal {
        display    : none;
        margin     : 0;
        text-align : center;
    }

    .widget_sow-booking-footer input[type="submit"] {
        border  : none;
        margin  : 0;
        padding : 0;
    }
}

