<?xml version="1.0"?>
<!--
/**
 * Hyvä Themes - https://hyva.io
 * Copyright © Hyvä Themes. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column"
      xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">

    <body>
        <referenceBlock name="checkout.cart.totals">
            <!--
                The rendering order of these children is set in Magento Admin:
                Stores > Configuration > Sales > Sales > Checkout Totals Sort Order
            -->
            <block name="discount" template="Magento_Tax::php-cart/totals/discount.phtml"/>
            <block name="grand_total" template="Magento_Tax::php-cart/totals/grand-total.phtml"/>
            <block name="shipping" template="Magento_Tax::php-cart/totals/shipping.phtml"/>
            <block name="subtotal" template="Magento_Tax::php-cart/totals/subtotal.phtml"/>
            <block name="tax" template="Magento_Tax::php-cart/totals/tax.phtml"/>
        </referenceBlock>
    </body>
</page>
