/* Overlay */
#b2b-quote-overlay {
    display:none;
    position:fixed;
    top:0; left:0;
    width:100%; height:100%;
    background:rgba(0,0,0,0.5);
    z-index:999;
}

/* Modal */
#b2b-quote-modal {
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#fff;
    padding:30px;
    border-radius:6px;
    z-index:1000;
    max-width:400px;
    width:90%;
}

/* Close */
.b2b-close {
    position:absolute;
    top:10px; right:15px;
    font-size:22px;
    cursor:pointer;
}

/* Button */
.b2b-quote-btn, .b2b-submit-btn {
    background:#C42D3C!important;
    color:#fff!important;
    border:none;
    padding:12px 20px;
    border-radius:6px;
    cursor:pointer;
    width:100%;
}

.b2b-submit-btn {
    margin-top:15px;
}
