.sidebar {
    /* position: fixed; */
    /* top: 58px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; */
    background-color: #f5f5f5;
    /* border-right: 1px solid lightgrey; */
    /* width: 500px;     */
}
/* This line can be removed it was just for display on CodePen: */
/* .wrapper {
    margin-top: 50px;
    margin-bottom: 10%;
  } */
  
  .slider-labels {
    margin-top: 10px;
  }
  
  

  

  
  
  
  .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
  }
  
  .noUi-handle {
    position: relative;
    z-index: 1;
  }
  
  .noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
    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: 18px!important;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #17a2b8;
  }
  
  /* Styling;
   */
  .noUi-background {
    background: #D6D7D9;
  }
  
  .noUi-connect {
    background: #17a2b8;
    -webkit-transition: background 450ms;
    transition: background 450ms;
  }
  
  .noUi-origin {
    border-radius: 2px;
  }
  

   
  /* Handles and cursors;
   */
  .noUi-draggable {
    cursor: w-resize;
  }
  
  .noUi-vertical .noUi-draggable {
    cursor: n-resize;
  }
  
  .noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }
  
  .noUi-handle:active {
    border: 8px solid #345DBB;
    border: 8px solid rgba(53,93,187,0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
  }
  
  /* Disabled state;
   */
  [disabled].noUi-connect,[disabled] .noUi-connect {
    background: #B8B8B8;
  }
  
  [disabled].noUi-origin,[disabled] .noUi-handle {
    cursor: not-allowed;
  }

  /* You can add global styles to this file, and also import other style files */
.side-nav .collapsible .card .card-header a h5 {
  color: #24879d !important;
}
.navbar{
  background-color: #fff;
  color: white
}
.side-nav{
  z-index: 999
}
.tittle1 {
  color: #FF4800 !important;
}
.tittle2{
  color: #FF4800
}
.name-font1{  
color: black !important;
}
.dropdown-content{
  top:41%
}
.accordion .card .card-header h5, .ft-s1{
  font-size: 1.0rem !important;
}
.md-accordion .card:first-of-type, .md-accordion .card:not(:first-of-type):not(:last-of-type).bb-n {
  border-bottom: 0px !important;
}
.accordion .card .fa-angle-down {
  display: none; 
}
.ft-s1{
  font-size: 1.0rem !important;
}
.mf3-bc1{
  background-color: #f5f5f5;
}
.td-u{
  text-decoration: underline;
  color: #495057;
}
.cart-price{    
color: #CC0000 !important;
font-weight: bold;
}
.m-icon-text-separator, .m-text-separator {
  display: inline-block;
  margin: -2px .67375em 0;
  width: 1.5px;
  background-color: #ddd;
  line-height: 0;
  height: 16px;
  vertical-align: middle;
}
.ft-s1{
  font-size: 1.0rem !important;
}
.ft-s2{
  font-size: 0.7rem !important;
}
.ft-s3{
  font-size: 1.5rem !important;
}
.ft-s4{
  font-size: 0.9rem !important;
}
.tc-1{
color: #007bff  
}


/* .bs-n{
  box-shadow: none;
  width: 105%;
  margin-left: -2%;
} */
.mdb-accordion-item.bs-1{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.hover-ul:hover{
  text-decoration: underline;
} 
.w-40{    
  width: 40rem;
}
.sub-h{
  height: 3.5rem;
}
.btn-secondary1 {
  background-color: #FF4800 !important;
  color: #fff !important;
}

 