#sidebar
.filter-prod-count{
   
font-size: 11px;
margin-left: 4px;
}
  .custom-control-label{
    /* display: block; */
width: 95%;
white-space: nowrap;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
min-height: 17px;
color: #282c3f
  }
  .custom-control-check{
    cursor: pointer;
  }
  .custom-control-check input{
    cursor: pointer;
  }
  #box #sidebar{
    width:20%;
    height:700px;
    border:0px solid red;
    border-bottom: 1px solid #e9e9ed;
    position: sticky;
    top:0px ;
    bottom: auto;
    padding-left: 25px;
    border-right: 1px solid #edebef;
    border-bottom: 1px solid #edebef;
    border-left: 1px solid #edebef
    
}
h3{
 text-transform:uppercase;
 font-size: 14px;

}
.break{
  margin-top: 10px;
  background-color: #e9e9ed;
  line-height: 0%;
  height:1px;
  width:100%
}