.filter{
    width:100%;
    /*border:1px  solid #c4bfbf;*/
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    border-radius:10px;
    padding:10px;
    
    }
    .filter_all_category{
        width:100%;
        float:left;
        margin-bottom:5px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    
    }
    .filter_all_item{
        width:100%;
        float:left;
        margin-bottom:5px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    
    }
       
    .container_category{        
        padding:5px;
        float:left;
        min-width:10%;
            
           
    }
    .filter_category{
        padding:5px;
        border-radius: 5px;
        border: 1px solid #c4bfbf;
        text-align:center;
        cursor:pointer; 
        /*width:20%;*/
        
    }
    .filter_filtered{
        border: 1px solid #42466b;
        background-color: #bbd3f3;
        font-weight: bold;
    }
    .single_filter_filtered{
        border: 1px solid #42466b;
        background-color: #bbd3f3;
        font-weight: bold;
    }

    .filter_selected{
        background-color: #bbd3f3;
        font-weight: bold;
    }
    .single-filter_selected{
        background-color: #bbd3f3;
        font-weight: bold;
    }

.container_item_filter{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}