.products li.product.minimal .more_colors_available {
    right: 25px;
    bottom: 20px;
    position: static;
    float: right;
    font-size: 14px;
    font-family: 'Poppings', sans-serif;
   	font-weight: 600;
    color: rgb(103, 103, 103);
    opacity: 1;
    transition: all .4s ease-in-ease-out;
}
.products li.product.minimal:hover .more_colors_available {
    opacity: 0;
}