.qvwp-button{
    text-align: center;
    position: absolute;
    top: 10em;
    left: 4.5em;
    font-size:12px;
}

.qvwp-button a.button{
    display: inline-block;
    padding: 1em;
    background: #fff;
    border: 1px solid #000;
}
/* .woocommerce-product-gallery {opacity: 1 !important;} */
body.qvwp-no-scroll{
    overflow: hidden;
}

.modal.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal.popup .modal-content {
    position: relative;
    background-color: #fff;
    padding: 20px;
    margin: 5vh auto;
    width:60%;
}
.modal.popup .close {
    position: absolute;
    background: #fff;
    color: rgba(0,0,0,0.75);
    font-size: 28px;
    font-weight: bold;
    top: 15px;
    right: 15px;
    line-height: 0.75em;
}

.modal.popup .close:hover,
.modal.popup .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal.popup .woocommerce-product-gallery__trigger {
    display: none;
}

.modal.popup .woocommerce div.product div.images,
.modal.popup .woocommerce div.product div.summary,
.modal.popup .woocommerce div.product form.cart {
    margin-bottom: 0;
    text-align:left;
}

.modal.popup .woocommerce div.product .product_title {
    font-size: 1.5em;
}
.woocommerce ul.products li.product:hover .qvwp-button a.button { display:block;}

@media (max-width: 600px) {.modal.popup .modal-content {width:100%; margin:0; height: 100%; padding:50px 20px; overflow: auto;}}
