.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.image .quickview {
    visibility: hidden;
    font-size: 24px;
    cursor:pointer;
}

.image:hover .quickview {
    visibility: visible;
}

.image .quickview:before {
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position:absolute;
}