#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: 9998;  
}
.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: 20;
    top: 11%;
    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: 9999;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    overflow-x: hidden !important;
    padding: 20px;
}
.quickview-container .produtc-infor{border: 0;}
button.btn-quickview{
    color: rgb(255, 255, 255);
    position: absolute;
    z-index: 11;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 90px;
    height: 27px;
    opacity: 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 83, 19);
    background: rgb(255, 139, 96);
    border-radius: 2px;
    padding: 0px 10px;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-quickviews{position: relative;}
.item-inner:hover button.btn-quickview{opacity: 1;}