.ctq_quote_popup_wrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
justify-content: center;
align-items: center;
z-index: 9999;
display: none;
}
.ctq_quote_popup_overlay {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
z-index: 9999;
}
.ctq_quote_popup_content_wrap {
background: white;
padding: 30px;
width: 90%;
max-width: 500px;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
position: relative;
}
.ctq_quote_popup_close {
position: absolute;
top: 10px;
right: 15px;
font-size: 20px;
cursor: pointer;
}
.wc-proceed-to-checkout button.ctq_quote_popup {
width: 100%;
}