.et-db #et-boc .et-l .et-fb-range#et-fb-filter_hue_rotate_sign_cb_img::-webkit-slider-runnable-track{
    background-image: -webkit-gradient(linear,left top,right top,from(red),color-stop(18%,#ffed00),color-stop(34%,#00ff17),color-stop(51%,#00b4ff),color-stop(67%,#2100ff),color-stop(84%,#ff00f7),to(red))!important;
    background-image: linear-gradient(90deg,red,#ffed00 18%,#00ff17 34%,#00b4ff 51%,#2100ff 67%,#ff00f7 84%,red)!important;
    height: 5px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 8px;
}
.et-db #et-boc .et-l .et-fb-range#et-fb-filter_saturate_sign_cb_img::-webkit-slider-runnable-track {
    height: 5px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 8px;
    background-image: -webkit-gradient(linear,left top,right top,from(#aaa9a9),color-stop(9%,#aeac99),color-stop(17%,#88b28c),color-stop(25%,#77a3b7),color-stop(33%,#7368bd),color-stop(42%,#c358bd),color-stop(50%,#ca4b4e),color-stop(59%,#cfc73c),color-stop(67%,#2fd940),color-stop(75%,#22abdb),color-stop(83%,#2f21ea),color-stop(92%,#f50be9),to(red))!important;
    background-image: linear-gradient(90deg,#aaa9a9,#aeac99 9%,#88b28c 17%,#77a3b7 25%,#7368bd 33%,#c358bd 42%,#ca4b4e 50%,#cfc73c 59%,#2fd940 67%,#22abdb 75%,#2f21ea 83%,#f50be9 92%,red)!important;
}

#et-fb-filter_brightness_sign_cb_img::-webkit-slider-runnable-track {
    height: 5px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 8px;
    background-image: -webkit-gradient(linear,left top,right top,from(#5c6978),to(#e7eef5))!important;
    background-image: linear-gradient(90deg,#5c6978,#e7eef5)!important
}

#et-fb-filter_contrast_sign_cb_img::-webkit-slider-runnable-track {
    background-image: -webkit-gradient(linear,left top,right top,from(#aaa),color-stop(8%,#aaabab),color-stop(15%,#989a9c),color-stop(22%,#afb1b2),color-stop(29%,#898c90),color-stop(36%,#b1b4b7),color-stop(43%,#7c8187),color-stop(50%,#bbbec2),color-stop(57%,#717980),color-stop(65%,#bfc4c9),color-stop(72%,#68707a),color-stop(78%,#cfd5da),color-stop(86%,#5d6873),color-stop(93%,#dce2e8),to(#54616e))!important;
    background-image: linear-gradient(90deg,#aaa,#aaabab 8%,#989a9c 15%,#afb1b2 22%,#898c90 29%,#b1b4b7 36%,#7c8187 43%,#bbbec2 50%,#717980 57%,#bfc4c9 65%,#68707a 72%,#cfd5da 78%,#5d6873 86%,#dce2e8 93%,#54616e)!important;
    height: 5px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 8px;
}

#et-fb-filter_invert_sign_cb_img::-webkit-slider-runnable-track {
    height: 5px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 8px;
    background-image: -webkit-gradient(linear,left top,right top,from(#e7eef5),to(#5c6978))!important;
    background-image: linear-gradient(90deg,#e7eef5,#5c6978)!important;
}

#et-fb-filter_sepia_sign_cb_img::-webkit-slider-runnable-track{
    background-image: -webkit-gradient(linear,left top,right top,from(#e7eef5),to(#edcf92))!important;
    background-image: linear-gradient(90deg,#e7eef5,#edcf92)!important;
    height: 5px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 8px;
}
#et-fb-filter_opacity_sign_cb_img::-webkit-slider-runnable-track{
    height: 5px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 8px;
    background-size: 100%,10px 5px;
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(231,238,245,0)),color-stop(90%,#e7eef5)),-webkit-gradient(linear,right top,left top,color-stop(50%,#5d6a79),color-stop(50%,#e6edf5))!important;
    background-image: linear-gradient(270deg,rgba(231,238,245,0),#e7eef5 90%),linear-gradient(270deg,#5d6a79 50%,#e6edf5 0)!important;
    background-repeat: no-repeat,repeat;
} 