
.keyframes(soc_icons-effect-3,
{

  49% {
    .my_trasform(translateY(100%));
  }
  50% {
    .ms_opacity (0);
      .my_trasform(translateY(-100%));
  }
  51% {
    .ms_opacity (1);
  }
});


.keyframes(animation-spin-effect,
{

  0% {
    .my_trasform(rotate(0deg));
  }

  100% {
    .my_trasform(rotate(360deg));
  }

});



.product-hover-effect-2(){

     &:hover {

        img{  .animation(animation-spin-effect,6s,0s, infinite); }

    }
}


.grapes(){
display: inline-block;
background-repeat: none;
width: 82px;
height: 66px;
}

.grapes-black{
.grapes;
  background-image: url(images/black_vinograd.png);
}

.grapes-white{
.grapes;
  background-image: url(images/white-vinograd.png);
}