#quickview-bg-block {  display: none; background-color : rgba(0,0,0,0.35); top: 0; left: 0; right: 0; bottom: 0;  margin: auto; position: fixed; z-index: 10000;  }

.quickview-load-img {  display: none; position: fixed; top: 50%; left: 0; right: 0; bottom: 0; text-align: center; z-index: 15; margin: auto;}
.a-qv-close {
    position: fixed;
    z-index: 100000;
    width: 30px;
    height: 30px;
    background: #000 none repeat scroll 0% 0%;
    color: #FFF;
    border-radius: 100%;
    font-size: 0px;
    text-align: center;
    margin-right: -15px;
    top: 7%;
    right: 20%;
    margin-top: -15px;
    border: 2px solid rgb(255, 255, 255);
}
.a-qv-close::before{
    content: "x";
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
}
/*.qv-button-container { position: relative }*/
#quickview-content {
    position: fixed;
    background-color: #FFFFFF;
    border: solid 2px #000000;
    display: none;
    z-index: 99999;
    width: 60%;
    height: 86%;
    top: 7%;
    left: 20%;
    overflow: auto !important;
    padding: 20px;
}
#quickview-content .product-shop-inner{
    width: 100%;
}
#quickview-content .main{
    margin: 0 0 20px !important
}