.filter-apply-wrapp {
    margin-bottom: 30px;
    margin-top: 5px;
}
.filter-apply-item {
    background: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #1a1a1a;
    padding: 12px 10px;
    text-decoration: none;
    font-size: 14px;
    margin-right: 10px;
}
.filter-apply-item span {
    color: red;
}