// Change number 4 with number of column you want to remove
 
.woocommerce table.cart td:nth-of-type(4), .woocommerce table.cart th:nth-of-type(4) {
display: none;
}

.woocommerce img {
    display: none !important;
}
