.crt-price-filter-wrapper {
    margin-top: 10px;
}

.crt-price-slider {
    margin-bottom: 5px;
    background: #e1e1e1;
    height: 6px;
    border-radius: 3px;
    position: relative;
    border: none;
}

.crt-price-slider .ui-slider-range {
    background: #333;
    border-radius: 3px;
    position: absolute;
    height: 100%;
}

.crt-price-slider .ui-slider-handle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #333;
    top: -5px;
    cursor: pointer;
    position: absolute;
    outline: none;
    margin-left: -7px;
}

.crt-filter-price-widget form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 40%;
}

.crt-filter-price-widget input[type="text"] {
    width: 30%;
    border: none;
    border-radius: 4px;
    padding: 10px 5px;
    background-color: transparent;
}
.crt-filter-price-widget input[type="text"].crt-price-max {
    text-align: right;
}
.crt-filter-price-widget button {
    padding: 6px 15px;
    cursor: pointer;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    top: 0;
    height: 100%;
    background: #e9e9e9;
    color: #333333;
}
.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-slider-horizontal .ui-slider-handle {
    top: 0;
    bottom: 0;
    margin: auto;
}
.ui-slider-horizontal .ui-slider-handle:nth-child(2) {
    margin-left: 0;
}
.ui-slider-horizontal .ui-slider-handle:nth-child(3) {
    margin-left: -1.2em;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    touch-action: none;
}
