@media (max-width: 767px) {
    .thank-you-row > div > table > tbody > tr > td.product-total {
        display: none;
    }

    #order-data > section > table > tbody > tr > td.woocommerce-table__product-total.product-total {
        display: none;
    }
}