/*
 * Developer
 *
 * @author      Trong Le (trongithust@gmail.com)
 */

@media screen and (max-width: 767px) {
    .nav-open .page-wrapper {
        left: unset;
    }

    .nav-before-open .page-wrapper {
        transition: unset;
    }

    .nav-open .nav-toggle:after {
        background-color: transparent;
    }

    .sections.nav-sections {
        height: fit-content;
        width: 100%;
        margin-top: 66px;
        max-height: 0;
        transition-property: max-height;
        transition-delay: 0.25s;
        left: unset;
        border-bottom: unset !important;
    }

    .nav-open .sections.nav-sections {
        border-bottom: 1px solid #DDD !important;
    }

    .sections.nav-sections .nav-sections-item-title {
        display: none;
    }

    .sections.nav-sections .nav-sections-item-content {
        padding: 0;
        margin-top: 0;
    }

    /*header links*/
    .account-top-menu {

    }

    .account-top-menu .dropdown-toggle {
        margin-top: 5px;
    }

    .account-top-menu .dropdown-toggle:after {
        content: none;
    }

    .account-top-menu .dropdown-toggle .user-icon {
        font-size: 22px;
        line-height: 28px;
        color: #757575;
        text-align: center;
    }

    .account-top-menu .account-links-menu {
        min-width: 22rem;
        padding: 0;
    }

    .account-links-menu .header.links {
        margin: 0;
        padding: 0;
        list-style: none none;
    }

    .account-links-menu .header.links li {
        font-size: 1.6rem;
        margin: 0;
    }

    .account-links-menu .header.links li.greet.welcome {
        border-top: 1px solid #d1d1d1;
        font-weight: 700;
    }

    .account-links-menu .header.links li.greet.welcome .logged-in {
        display: inline-block;
        padding: .8rem 15px;
    }

    .account-links-menu .header.links li > a {
        border-top: 1px solid #d1d1d1;
        width: 100%;
    }
    .account-links-menu .header.links a,
    .account-links-menu .header.links a:hover {
        color: #575757;
        text-decoration: none;
        display: block;
        font-weight: 700;
        padding: 0.8rem 15px;
    }
}