.noUi-handle:after, .noUi-handle:before {
    display: none;
}

.noUi-target {
    border-radius: 0;
    box-shadow: none;
    border: none;
    background-color: #7c7c7b;
    height: 1px;
    margin: 15px 2% 20px 2%;
}

.noUi-origin {
    border-radius: 0;
}

.noUi-background {
    background-color: #7c7c7b;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle {
    height: 14px;
    width: 14px;
    border-radius: 7px;
    left: -7px;
    top: -7px;
    background-color: #fff;
    border: none;
    box-shadow: 0px 1px 2px 1px #d3d2d1;
    -webkit-box-shadow: 0px 1px 2px 1px #d3d2d1;
    -moz-box-shadow: 0px 1px 2px 1px #d3d2d1;
    cursor: pointer;
}

.catalog_list_item {
    min-height: unset;
}