.wf-range-wrapper {
  padding: 1rem 0;
}

.wf-filter-wrapper {
  display: table;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0.15rem 0.15rem 0.75rem rgba(0, 0, 0, .15);
  color: #4b4b4b;
  fill: #4b4b4b;
  font-size: .9rem;
  margin: 0 auto;
  padding: 0.5rem 0;
  width: 100%;
}

.wf-slider-wrapper {
  display: table-cell;
  padding: 0 20px;
  width: 50%;
}

.wf-slider-wrapper:first-child {
  border-right: solid 1px #e4e7eb;
}

.wf-row {
  display: block;
  height: 40px;
}

.wf-slider-label {
  float: left;
}

.wf-slider-value {
  float: right;
  font-weight: bold;
}

@media (max-width: 768px) {
  .wf-slider-wrapper {
    display: block;
    width: 90%;
    padding: 0 5%;
  }

  .wf-slider-wrapper:first-child {
    border-right: none;
  }
}

/* Customize default style */
.wf-filter-wrapper .noUi-horizontal {
  height: 7px;
}

.wf-filter-wrapper .noUi-target {
  background: #e4e7eb;
  border: none;
}

.wf-filter-wrapper .noUi-connect {
  background: #aad086;
}

.wf-filter-wrapper .noUi-horizontal .noUi-handle {
  background: #3a7a00;
  border: none;
  box-shadow: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: -10px;
  right: -26px;
  outline: none;
  cursor: pointer;
}

.wf-filter-wrapper .noUi-horizontal .noUi-handle:hover {
  background: #66ac25;
}

.wf-filter-wrapper .noUi-handle:after, .wf-filter-wrapper .noUi-handle:before {
  content: none;
}

.wf-filter-wrapper .noUi-active {
  border: none;
}
