.filter_tag_list{
    margin:0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 2em;
}

.filter_tag_list > li + li {
    margin-top: 1em;
}

.filter_tag_list > li{
    display: table;
    width:100%;
}

.filter_tag_list > li > *{
    display: table-cell;
    color: lightgrey;
}

.filter-tag{
    color: #292f38;
    font-weight: 700;
}

.filter-tag-selected{
    color: #EC3D79;font-weight: 700;
}

.filter-tag-header{
    width:15%;
    min-width: 8em;
    color: #292f38 !important;
}
.show_filters{
    display: none;
}

@media(max-width: 700px){
    .filter_tag_list{
        display: none;
    }

    .show_filters{
        display: block;
        padding-bottom: 30px;
        text-align: left;
    }

    .show_filters > a{
        width: 100%;
        padding: 10px 28px;
        line-height: 38px;
        font-size: 16px;
        height: 38px;
        outline: none;
        color: #696e6e;
        border: 1px solid #d7d7d7;
        background: #f5f5f5;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}
.filter-tag-empty{
    color: lightgrey;
    font-weight: 100;
}