#order-save-wrapper {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 200px;
    border: 1px solid #999999;
    border-radius: 10px;
    text-align: center;
    padding: 20px 0;
    background-color: rgba(0,0,0,0.5);
}
#order-save-loading {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
}