.show_lightshadow:before {
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(45%, rgba(255,255,255,0)),to(#fff));
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 45%,#fff 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0) 45%,#fff 100%);
    bottom: 0;
    content: "";
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}
.dw-grid-product{
    transition: 0.3s;
}