.imgProduct{
    overflow: hidden;
}

.imgProduct img:hover{
    transition: .3s all ease;
    opacity: .8;
    transform: scale(1.1,1.1);
}

.badgeNew{
    background-color: #F0AD4E !important;
    color:white !important;
}
