.filter-product .badge i {
    font-size: 1.1rem;
    /* top: -1px; */
    position: relative;
    margin-right: 5px;
    color: var(--core-color);
}

.filter-product {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.filter-product span {
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-product span.active {
    background-color: #d7f5fc !important;
    color: #03c3ec !important;
}

.filter-product span.active i:nth-child(1) {
    color: #03c3ec !important;
}

@media (max-width: 720px) { 
    .filter-product {
        overflow: auto;
    }
}