::selection {
  color: #fff;
  background: #17a2b8;
}
.ParentDropDown{
    display: flex;
    justify-content: left;
}

.parent-title{
    width: 80%;
    margin-left: 15px;
}

.MaxLabel, .MinLabel{
    background: #995afd;
    border-radius: 8px;
    color: white;
    width: 45px;
    height: 25px;
    text-align: center;
}

@media (max-width:260px){
    .filterWindow{
        width: 100%;
        margin: auto;
    }
    .ProductsListingWindow{
        width: 75%;
        margin-left: 15px;
        margin: auto;
    }
    .FiltersParent{
        width: 100%;
    }
    .MaxLabel{
        float: left;
    }
}

@media (min-width:260px) and (max-width:769px){
    .Filters_And_Products_Together{
      display: flex;
      flex-direction: column;
      min-width: 100%;
      min-height: 100%;
      justify-content: center;
    }
    
    .filterWindow{
        width: 80%;
        min-height: 50px;
        margin: auto;
    }
    
    .ProductsListingWindow{
      min-width: 100%;
      min-height: 667px;
      margin-left: 15px;
      margin: auto;
        
    }
    .FiltersParent{
        width: 100%;
    }
    .MaxLabel{
        float: left;
    }

}

@media (min-width:770px) and (max-width:899px){
  .MaxLabel, .MinLabel{
    background: #995afd;
    border-radius: 6px;
    color: white;
    font-size: 13px;
    max-width: 28px;
    max-height: 21px;
    text-align: center;
    display: none;
  }
  .Filters_And_Products_Together{
    display: flex;
    justify-content: right;
    width: 100%;
    height: 100%;
  }
  .filterWindow{
      width: 40%;
      position: fixed;
      left: 0;
  }
  .ProductsListingWindow{
      width: 60%;
      margin-right: 15px;
  }
}

@media (min-width:900px) and (max-width:1500px){
    .MaxLabel, .MinLabel{
      background: #995afd;
      border-radius: 6px;
      color: white;
      font-size: 14px;
      width: 30px;
      max-height: 23px;
      text-align: center;
      display: none;
    }
    .Filters_And_Products_Together{
        display: flex;
        justify-content: right;
        width: 100%;
        height: 100%;
    }
    .filterWindow{
        width: 35%;
        position: fixed;
        left: 0;
    }
    .ProductsListingWindow{
        width: 64%;
        margin-right: 15px;
    }
}

@media (min-width:1500px) and (max-width:1800px){
    .Filters_And_Products_Together{
        display: flex;
        justify-content: right;
        width: 100%;
        height: 100%;
    }
    
    .filterWindow{
        width: 24%;
        position: fixed;
        left: 0;  
    }
    
    .ProductsListingWindow{
        width: 72%;
        margin-right: 15px;
    }
}

@media (min-width:1800px){
    .Filters_And_Products_Together{
        display: flex;
        justify-content: right;
        width: 100%;
        height: 100%;
    }
    
    .filterWindow{
        width: 370px;
        position: fixed;
        left: 0;
        z-index: 2;
    }
    
    .ProductsListingWindow{
        width: 90%;
        margin-left: 15px;
        z-index: 1;
    }
    .FiltersParent{
        width: 100%;
    }
}

#PriceRange{
    width: 250px;
    height: 100%;
    display: flex;
    padding: 15px;
    justify-content: space-evenly;
}

.icon-control {
    margin-top: 5px;
    float: right;
    font-size: 80%;
}

  .slider-labels {
    margin-top: 10px;
  }
  .noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .noUi-target {
    position: relative;
    direction: ltr;
  }
  
  .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  
  .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
  }
  
  .noUi-handle {
    position: relative;
    z-index: 1;
  }
  
  .noUi-stacking .noUi-handle {
    z-index: 10;
  }
  
  .noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
  }
  
  .noUi-state-drag * {
    cursor: inherit !important;
  }
  
  /* Painting and performance;
   * Browsers can paint handles in their own layer.
   */
  .noUi-base,.noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
  /* Slider size and handle placement;
   */
  .noUi-horizontal {
    height: 4px;
  }
  
  .noUi-horizontal .noUi-handle {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    left: -7px;
    top: -9px;
    background: #747474;
    /* background: #79eaee; */
    cursor: pointer;
  }
  
  .noUi-background {
    background: #D6D7D9;
  }
  
  .noUi-connect {
    background: #995afd;
    -webkit-transition: background 450ms;
    transition: background 450ms;
  }
  
  .noUi-origin {
    border-radius: 2px;
  }
  
  .noUi-target {
    border-radius: 2px;
  }



@media (min-width:767px){

  .form__field {
    display: block;
    width: 85px;
    background: #fff;
    color: #a3a3a3;
    font: inherit;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
    border: 0;
    outline: 0;
    padding: 12px 8px;
}

  #MaxPriceHub{
    float: right;
  }
  #MinPriceHub{
    float: left;
    margin-right: 5px;
  }
  
  .MinLabel{
    display: block;
    height: 25px;
    float: right;
  }
  .MaxLabel{
    display: block;
    height: 25px;
    float: left;
  }
}

@media (max-width:767px){
  .MinLabel{
    display: block;
    height: 25px;
    float: right;
  }
  .MaxLabel{
    display: block;
    height: 25px;
    float: right;
  }
  .form__field {
    display: block;
    width: 85px;
    background: #fff;
    color: #a3a3a3;
    font: inherit;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
    border: 0;
    outline: 0;
    padding: 12px 8px;
}
}