#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: 899;  }

.quickview-load-img {  display: none; position: fixed; top: 50%; left: 0; right: 0; bottom: 0; text-align: center; z-index: 105; margin: auto;}

.a-qv-close {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    font-size: 0;
    color: #fff;
}
.a-qv-close:before {
    content: "x";
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #222;
    display: block;
    text-align: center;
}
.a-qv-close:hover {color: red;}
.qv-button-container { position: relative }
#quickview-content {
    position: fixed;
    background-color: #fff;
    border: solid 1px #ddd;
    display: none;
    padding: 20px;
    z-index: 900;
    width: 92%;
    height: 86%;
    top: 7%;
    left: 4%;
    overflow: auto !important;
}