.price-filter-wrapper{
    padding: 16px 0;
    border-bottom: 1px solid var(--color-grey);
    border-top: 1px solid var(--color-grey);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-filter-wrapper input::-webkit-outer-spin-button,
.price-filter-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.price-filter-wrapper input[type=number] {
    -moz-appearance:textfield;
}
.price-filter-wrapper input{
    width: 87px;
    padding: 8px 16px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: var(--color-black);
    border: 1px solid var(--color-black);
    border-radius: 20px;
}
.price-filter-wrapper #price-range{
    width: calc(100% - 200px);
}
.noUi-target{
    box-shadow: none;
    height: 4px;
    border: none;
    background: var(--color-brown);
}
.noUi-base .noUi-connect{
    box-shadow: none;
    height: 4px;
    border: none;
    background: var(--color-red);
}
.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after{
    display: none;
}

.noUi-horizontal .noUi-handle{
    width: 15px;
    height: 15px;
    border: none;
    box-shadow: none;
    background: var(--color-red);
    border-radius: 15px;
    right: -8px;
    top: -5px;
}