.range-slider ::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* border: 0.7647058824rem solid #000; */
    background: url(/../../images/tokens/that_is_better.jpg) no-repeat center;
    background-color: white;
    /* border-radius: 50%; */
    width: 100px;
    height: 120px;
    box-shadow: 0 0 0 0.1176470588rem white;
    cursor: pointer;
}
.range-slider ::-moz-range-thumb {
   /* -webkit-appearance: none; */
   /* border: 0.7647058824rem solid #000; */
   background: url(/../../images/tokens/that_is_better.jpg) no-repeat center;
   /* background-color: rgb(231, 22, 22); */
   /* border-radius: 50%; */
   width: 100px;
   height: 120px;
   border: 0px solid #fff;
  
   /* box-shadow: 0 0 0 0.1176470588rem white; */
   cursor: pointer;
}
@media (max-width: 1024px) {
    .range-slider ::-webkit-slider-thumb {
        -webkit-appearance: none;
        /* border: 0.7647058824rem solid #000; */
        background: url(/../../images/MainSite/Bidlife_Token_WebIcons-60.png) no-repeat center;
        background-color: white;
        /* border-radius: 50%; */
        width: 60px;
        height: 60px;
        box-shadow: 0 0 0 0.1176470588rem white;
        cursor: pointer;
    }
    .range-slider ::-moz-range-thumb {
        /* -webkit-appearance: none; */
        /* border: 0.7647058824rem solid #000; */
        background: url(/../../images/MainSite/Bidlife_Token_WebIcons-60.png) no-repeat center;
        /* background-color: rgb(231, 22, 22); */
        /* border-radius: 50%; */
        width: 60px;
        border: 0px solid #fff;
        height: 60px;
        /* box-shadow: 0 0 0 0.1176470588rem white; */
        cursor: pointer;
    }
}