/**
 * new media by oleg2106
 */

/**
 * For small screens we want to hide sub-links by default
 * Before it was implemented via js
 */
@media screen and (max-width:576px) {
    .checkout-step .tabs__wrap, .large-links--list {
        display: none;
    }
}

@media (max-width:768px) {
    .sidebar {
        padding-bottom: 0 !important
    }

    .sidebar.sidebar-left {
        padding-top: 24px;
    }

    .nmu-menu {
        border: none;
    }
}
