<?xml version="1.0"?>
<!--
/**
 * Copyright © 2015 Magento. 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>
        <move element="checkout.cart.form.before" destination="checkout.cart.container" before="cart.summary"/>
        <move element="checkout.cart.form" destination="checkout.cart.container" after="cart.summary"/>
        <move element="checkout.cart.widget" destination="checkout.cart.container" after="checkout.cart.form"/>
        <move element="checkout.cart.shipping" destination="cart.summary" after="checkout.cart.summary.title"/>
        <move element="checkout.cart.coupon" destination="cart.summary"/>
        <move element="checkout.cart.totals.container" destination="cart.summary"/>
        <move element="checkout.cart.methods.bottom" destination="cart.summary"/>
		<!--<referenceBlock name="checkout.cart.crosssell">
            <action method="setItemLimit">
                <argument name="type" xsi:type="string">crosssell</argument>
                <argument name="limit" xsi:type="string">2</argument>
            </action>
			<arguments>
				<argument name="type" xsi:type="string">crosssell</argument>
				<argument name="limit" xsi:type="string">2</argument>
			</arguments>
        </referenceBlock>-->
    </body>
</page>
