@charset "utf-8";
/* CSS Document */

.modal-overlay {
    z-index: 9;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
}

.order_modal {
    display: none;
    background-color: #fff;
    width: 80%;
    height: auto;
    padding: 10px;
    z-index: 99;
    position: fixed;
    top: 20%;
    left: 10%;
}
