#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: 1008;  
}

.quickview-load-img {  display: none; position: fixed; top: 50%; left: 0; right: 0; bottom: 0; text-align: center; z-index: 15; margin: auto;}
div#quickview-content button.close {
    margin-right: 30px;
}
.a-qv-close {
    position: fixed;
    z-index: 1009;
    top: 18%;
    right: 12%;
    font-size: 0px;
    height: 40px;
    width: 40px;
    background:  url("images/remove.png") 0px 0px no-repeat;
    overflow: visible;
}
.qv-button-container { position: relative }
#quickview-content {
    position: fixed;
    background-color: #FFFFFF;
    border: solid 2px #000000;
    display: none;
    z-index: 1009;
    width: 80%;
    height: 70%;
    top: 15%;
    left: 10%;
    overflow: auto !important;
    padding: 30px;
}
#quickview-content .wrapper-img-additional:hover .owl-theme .owl-controls .owl-buttons div{
    top: 50% !important;
    margin-top: -20px !important;
}