/* ---------- LATERAL MENU ---------- */

.lateral-menu {
    background: var(--white);
    padding: 60px 0 0 0;
    overflow: auto;
    overscroll-behavior: contain;
    height: calc(100% - 106px)!important;
    max-width: 500px;
}

.lateral-menu::-webkit-scrollbar {
    width: 5px;
}

.lateral-menu::-webkit-scrollbar-thumb {
    background-color: var(--border-card-content);
}

.lateral-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    border-bottom: 1px solid var(--border-low);
    height: 56px;
}

.lateral-menu-header .icon-close,
.lateral-menu .items-menu .item a {
    cursor: pointer;
}

.lateral-menu .items-menu {
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
    margin-bottom: 180px;
    position: relative;
    width: auto;
    padding: 0 40px;
    /* height: calc(100% - 102px); */
}

.lateral-menu .items-menu .item {
    padding: 22px 0;
    border-bottom: 1px solid var(--border-low);
}

.lateral-menu .items-menu .item>a {
    display: flex;
    justify-content: space-between;    
    position:relative;
}
.lateral-menu .items-menu .item>a::before {
    bottom: 16px;
    left: -10px;
}

.lateral-menu .items-menu .item .content {
    display: flex;
    flex-direction: column;
    transition: height 1s;
    overflow: auto;
    scrollbar-width: none;
    max-height: 350px;
}

.lateral-menu .items-menu .item .content::-webkit-scrollbar {
    display: none;
}

.lateral-menu-footer {
    padding: 24px 83px 40px;
    width: 100%;
    box-sizing: border-box;
    max-width: 400px;
    margin-top: auto;
    position: fixed;
    bottom: 0;
    background: white;
    align-self: center;
    box-shadow: 0px -11px 13px -10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px -11px 13px -10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px -11px 13px -10px rgba(0,0,0,0.15);
}

@media (max-width: 765px) {
    .lateral-menu-footer {
        bottom: 40px;
    }    
}


.lateral-menu-footer .buttons {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.lateral-menu-footer .buttons .button {
    width: 100%;
    height: auto;
}

.lateral-menu .item > a {
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
    padding-left: 8px;
}

.lateral-menu .body-facetas {
    padding: 0 8px;
    margin-top: 20px;
}

.lateral-menu .switch, .filter-featured .switch {
    scale: 0.6;
    margin: 0 91px 0 auto;
}

.lateral-menu .switch .op1, .lateral-menu .switch .op2,
.filter-featured .switch .op1, .filter-featured .switch .op2 {
    font-size: 20px;
    color: black;
}

/* .lateral-menu label.switch-label,
.filter-featured label.switch-label {
    background-color: #e3e3e3 !important;
} */

.lateral-menu .switch-label span,
.filter-featured .switch-label span {
    background: white;
    box-shadow: none;
}

.lateral-menu .switch-label span:after,
.filter-featured .switch-label span:after {
    display:none;
}

div#iconografia {
    border: 0;
    margin-top: 20px;
}

div#iconografia strong {
    font-size: 17px;
    font-weight: 600;
    padding-left: 8px;
    font-family: var(--font-family-body);
    text-transform: uppercase;
    color: var(--black);
}