@charset "UTF-8";

@media (max-width:767px) {
#mm-side-nav {
    color: #666;
    --mm-color-background: #fff;
    --mm-color-text-dimmed: #666;
}
#mm-side-nav {
    font-size: 16px
}
.mm-navbars_top {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--mm-color-border);
}
#mm-side-nav div.logo {
    background-image: url(/themes/custom/cooper/assets/images/mobile/header-logo.svg);
    background-repeat: no-repeat;
    height: 31px;
    left: 10px;
    padding: 0;
    position: absolute;
    top: 5px;
    width: 23px
}
.mm-navbars_top>.mm-navbar {
    border-width: 0;
    display: flex;
    position: relative;
}
#mm-side-nav > div.mm-navbars_top > div > a {
    flex-direction: column;
    align-items: flex-end;
    margin-right: 5px;
}

#mm-side-nav > div.mm-navbars_top > div > a::after {
    background: #666;
    content: '';
    height: 2px;
    width: 10px

}
.mm-listitem_selected {
    color: #4dadea;
}
}
