/**
 *   Copyright Ne.W.S. - New Web Solutions S.r.l. - All rights reserved.
**/

/* ============================================ *
 * Reserved Area
 * ============================================ */
.account .block-collapsible-nav .nav {
    display: inherit !important;
}
.account .block-collapsible-nav .item.current a, 
.account .block-collapsible-nav .item.current > strong {
    border-color: #000 !important;
}

/* ============================================ *
 * RESPONSIVE
 * ============================================ */

/* Mobile Small screen 768px */
@media only screen and (max-width: 48em) { 

    /** Reserved Area **/
    .account .page-wrapper .columns .sidebar-main .block-collapsible-nav {  
        position: relative !important;
        left: inherit !important;
        top: inherit !important;
        z-index: inherit !important;
    }
    .account .page-wrapper .columns .column.main {
        -webkit-flex-grow: 2 !important;
        flex-grow: 2 !important;
        -ms-flex-order: 2 !important;
        -webkit-order: 2 !important;
        order: 2 !important;
    }
    .account .page-wrapper .columns .sidebar-main {
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important;
        -ms-flex-order: 1 !important;
        -webkit-order: 1 !important;
        order: 1 !important;
    }

}   