.product .zilla-social {
    position: absolute;
    top: 25px;
    right: 50px;
    visibility: hidden;
}
.product:hover .zilla-social {
    visibility: visible;
}

.product .zilla-social img {
    max-width: 24px;
}
.post-top-share {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding: 0px 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
}