.productThumbnail{
    /*max-width: 220px !important;;*/
    max-height: 100% !important;;
    object-fit: cover !important;
}
.text-danger-white i{
    color: #dc3545;
}
.text-danger-white:hover i{
    color: white;
}
.text-primary-white i{
    color: #0d6efd;
}
.text-primary-white:hover i{
    color: white;
}
