.mbqv-btn {
    background: #0073aa;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 5px;
}
.mbqv-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.mbqv-modal-content {
    background: #fff;
    padding: 20px;
    max-width: 500px;
    width: 90%;
    border-radius: 10px;
    position: relative;
    margin: 10% auto;
}
.mbqv-close {
    position: absolute;
    top: 0; 
    left: 10px;
    font-size: 28px;
    cursor: pointer;
}
.mbqv-content {
    text-align: center;
}
.mbqv-content h2 {
    font-size: 20px;
}
.mbqv-content p {
    text-align: center;
}
.mbqv-content p bdi {
    color: red;
    font-weight: 600;
    font-size: 20px;
}
.mbqv-content a {
    padding: 16px 47px !important;
    font-size: 18px !important;
    background-color: red !important;
    color: #fff !important;
    box-shadow: 0 10px 25px rgba(103, 185, 48, .25) !important;
    border: 1px solid red;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.mbqv-content a:hover {
    background-color: white !important;
    color: red !important;
}
.mbqv-content a.ajax_add_to_cart.added {
    display: none;
}