
.range-slider {
    max-width: 220px;
}
.extra-controls {
    display: flex;
    justify-content: space-between;
    max-width: 220px;
    position: relative;
}

.min-price,
.max-price {
    text-align: center;
    padding: 5px 0;
    border-radius: 0;
    border: 1px solid transparent;
    font-size: 16px;
    color: #363636;
    width: 42%;
    background: #e8e8e8;
    border-radius: 4px;
}

.extra-controls::before {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(50% - 3px);
    width: 6px;
    height: 1px;
    background: #363636;
}

.irs--round .irs-min, .irs--round .irs-max {
    color: #000;
    font-size: 10px;
    line-height: 1;
    top: 60px;
    padding: 3px 5px;
    background-color: transparent;
    border-radius: 4px;
    visibility: visible !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    display: none;
}

.irs--round .irs-bar,
.irs--round .irs-line {
    height: 6px;
    background-color: #e8e8e8;
    border-radius: 2px;
}

.irs--round .irs-handle {
    top: 28px;
    width: 14px;
    height: 20px;
    border: none;
    background-color: white;
    border-radius: 0%;
    box-shadow: none;
    cursor: pointer;
}
.irs-handle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    width: 6px;
    height: 100%;
    background: #0f9033;
    border-radius: 3px;
  }