@media (min-width: 991px){
    #mod-filters-form.left-side .col-md-4 {
        width: 100% !important;
        margin: 0px 0px 10px 0px;
    }
    #mod-filters-form.left-side .col-md-4 > ul {
        position: relative;
        width: 100%;
        overflow-x: hidden;
    
        display: block;
    }
    }
    
    #div_id_product_list #menu {
        display: block !important;
    }
    
    @media (max-width: 991px){
        #mod-filters-form.left-side .col-md-4 {
            width: 100% !important;
            margin: 0px 0px 10px 0px;
        }
        #mod-filters-form.left-side .col-md-4 > ul {
            position: relative;
            width: 100%;
            overflow-x: hidden;
    
        }
    }
    
      .custom-range {
        float: left;
        margin: 5px 0px 0px 0px;
        background-color: #d3d3d3;
        border-radius: 8px;
        height: 3px;
        width: 100%;
        outline: none;
        transition: background 450ms ease-in;
        -webkit-appearance: none;
      }
      
      .custom-range::-webkit-slider-thumb {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        -webkit-appearance: none;
        cursor: ew-resize;
        background: #c6a767;
      }