﻿@media screen and (max-width: 767px) {
    /* order summary at the bottom on billing page */
    .main {
        flex: 1;
        flex-direction: row !important;
        flex-wrap: wrap;
    }
    .desktop-cart {
        margin-bottom: 10px !important;
    }
    .basketHeading {
        display: none;
    }
}
