@media only screen and (min-width: 320px) {
     /*Cart page*/
     #main .wp-block-woocommerce-cart.alignwide, #main .wp-block-woocommerce-checkout.alignwide{
        margin-left:0px;
        width:unset;
        max-width:unset;
    }
    /*Cross sell products*/
    #main .wp-block-woocommerce-cart .wp-block-woocommerce-product-collection h2.wp-block-heading{
        font-size:24px;
    }
    /*Totals*/
    #main .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, #main .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{
        font-size:18px;
    }
    #main .wc-block-components-totals-shipping .wc-block-components-totals-item strong{
        text-transform:none;
    }
}