

.attribute-filter-block {
    margin-top: 1rem !important;
}

.attribute-filter-block .price-inputs .price-range {
    background: #eee;
    padding: 0.25rem 0.3rem;
    border-radius: 5px;
    margin: 0.1rem;
    display: inline-block;
    font-size: 0.8rem;
    text-decoration: none;
    position: relative;
}

.attribute-filter-block .price-inputs .price-range:hover,.attribute-filter-block .price-inputs .price-range.selected {
    background: #000;
    color: #eee;
}

.attribute-filter-block .price-inputs .price-range.selected {
    font-weight: bold;
}

.price-range .clear-filter {
    position: absolute;
    left: 100%;
    margin-left: -10px;
    top: 0;
    margin-top: -10px;
    z-index: 100;
}

.price-range .clear-filter svg {
    background: white;
    border-radius: 50%;
    border: black 1px solid;
}

    