
.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 150px !important;
}

td.product-thumbnail {
    max-width: 150px;
}

    td.product-thumbnail img {
        width: 150px;
    }

.unknown-size-row td {
    text-align: left;
    padding: 5px 5px 5px 15px !important;
}
td.product-subtotal {
    text-align: end;
    width: 120px;
}

td.product-subtotal, td.product-name, td.product-thumbnail, td.product-attributes {
    align-content: start;
}

td.product-name, td.product-attributes {
    /*width:35%;*/
}