I think i’ve fixed it!
IT was a problem with this (on @screen and (max-width: 480px)) :
.woocommerce table.cart tbody tr td img {
display: none;
}
So i’ve add this on my css:
.woocommerce table.cart tbody tr td img {
display: block !important;
}
And it’s showing now…