.filter-menu-deptos{
    background-color: var(--custom-btn-links);
    border-color: transparent;
    color: #fff;
}
.filter-menu-deptos:hover{
    background-color: var(--custom-btn-links-hover);
    border-color: transparent;
    color: #fff;
}
#btn-filter-icon-dpt{
    margin-right: 5px;
}

.right-depto-filter-side {
    margin-top: 19px;
}
.total-show-product{
    font-size: 15px;
}

.filter-max-height{
    max-height: 386px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    -webkit-box-shadow: inset 0 -10px 5px -10px #e1e1e1;
    box-shadow: inset 0 -10px 5px -10px #e1e1e1;
}

.head-depto-divisor{
    margin: 0 auto;
    content: '';
    background-color: var(--custom-btn-links);
    height: 2px;
    width: 8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
    border-radius: 2px;
}

@media (max-width: 767px){
    .right-depto-filter-side {
        margin-top: -10px;
    }
    .total-show-product {
        margin-top: 28px !important;
    }
}
