#slider,
#slider-front {
  width: 90%;
}
#slider-front {
  width: 88%;
  display: inline-block;
  left: 6%;
}
#slider,
#slider-front {
  background: #ff7419;
  margin: 20px auto;
  display: block;
  cursor: pointer;
}
.slider.index {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .slider.index {
    display: block;
  }
}
#slider {
  margin: 20px auto 45px auto;
}
#slider-front {
  left: 5%;
}
#sliders .amount-slider.review {
  padding: 30px 0 30px 0;
}

#jamfor-slider {
  border-radius: 6px;
  background-image: linear-gradient(to bottom, #ebedee, #fdfbfb);
  display: block;
  padding: 15px;
  margin: 20px auto;
  float: none;
  left: 0;
}

.slider .amount,
.slider .fa {
  font-size: 15px;
  color: #222222;
  margin-top: 17px;
  cursor: pointer;
}
.slider .fa.fa-minus {
  margin-right: 10px;
}
.slider .fa.fa-plus {
  margin-left: 10px;
  margin-right: 0;
}

.filter label {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
.checkbox-inline {
  margin-left: 8px;
}
input#amount-text {
  border: none;
  outline: none;
  height: 50px;
}
#amount-text {
  color: #ff7419;
  -webkit-text-fill-color: #ff7419;
  font-size: 20px;
  text-align: center;
  font-weight: 800;
  font-family: "Open Sans";
  border: none;
  text-decoration: underline;
}
input#amount-text:focus {
  outline: none;
}
.ui-slider .ui-slider-handle {
  outline: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 4px 0 #00000033;
  background: #ff7419;
  position: absolute;
  border-radius: 50%;
  border: 4px solid #ffffff;
  cursor: pointer;
  top: -18px;
}
#slider.ui-slider .ui-slider-handle {
  width: 32px;
  top: -14px;
  height: 32px;
  margin-left: -15px;
}
.ui-slider-horizontal {
  height: 8px !important;
}
#filter {
  margin: 20px auto;
}
.filter-title {
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
}
.filter-checkboxes {
  font-family: "Open Sans";
  font-size: 14px;
  color: #404040;
  display: inline;
}
.filter-checkbox input:focus {
  outline: none;
}
.filter-checkbox input {
  background: #fff;
  -webkit-appearance: none;
  border: 1px solid #00c6d0;
  height: 14px;
  width: 14px;
  top: -1px;
  border-radius: 2px;
}

.filter-checkbox i {
  position: absolute;
  color: #fff;
  left: 2px;
  top: 6px;
  z-index: 100;
  font-size: 10px;
}
.filter-checkbox input:checked {
  background: #00c6d0;
}

.ui-widget-header {
  background: #ff7419 !important;
}

.ui-widget-content {
  border: 1px solid #ff7419 !important;
}
.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border-top-color: #ffca56;
}

#slider .ui-slider-pip > .ui-slider-label {
  display: none;
  height: 4px;
}

#slider .ui-slider-pip > .ui-slider-line {
  background: #999;
  height: 8px;
}

#slider .ui-slider-pip > .ui-slider-label {
  top: 17px;
  color: #404040;
  font-size: 14px;
  font-family: "Open Sans";
}

.index #slider .ui-slider-pip:nth-of-type(5n + 2) > .ui-slider-line {
  height: 14px;
  background: #222;
}
.index #slider .ui-slider-pip:nth-of-type(5n + 2) > .ui-slider-label {
  display: block;
}

#min-max {
  color: #6e6e6e;
  font-size: 14px;
  margin-top: 15px;
  padding: 0;
}
@media (max-width: 991px) {
  .index #slider .ui-slider-pip:nth-of-type(5n + 2) > .ui-slider-label,
  .index #slider .ui-slider-pip > .ui-slider-line {
    display: none;
  }
  #jamfor-slider {
    margin-bottom: 0;
  }
  #slider {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .filter-title {
    display: block;
  }

  #slider {
    width: 83%;
  }
  .slider .fa {
    font-size: 13px;
  }
  #jamfor-slider {
    padding-left: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .slider .fa.fa-plus {
    margin-left: 4%;
  }
  .slider .fa.fa-minus {
    margin-right: 4%;
  }

  #amount-input {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 800;
    color: #ff7419;
    height: 41px;
  }
  .list-outer-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 991px) {
  .slider-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .filter-checkboxes {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    align-content: stretch;
  }

  .filter-checkbox.checkbox-inline {
    width: 60%;
    margin: 5px 0;
  }
  .filter-checkbox.checkbox-inline:nth-child(2n) {
    width: 40%;
  }
}
@media (max-width: 374px) {
  .filter-checkbox.checkbox-inline,
  .filter-checkbox.checkbox-inline:nth-child(2n) {
    width: 100%;
  }
}
