#refine-section-block label {
  display: none;
}
#refine-section-block .btn-red {
  background: #ed1c24;
  color: #fff;
  text-transform: uppercase;
  font-family: latoregular,sans-serif;
  border: 0;
  font-size: 1em;
  padding: 10px;
  cursor: pointer;
  display: block;
  z-index: 8600000;
  opacity: 1;
  visibility: visible;
  transition: opacity .3s,visibility .3s,background .3s;
}
.cars #refine-section-block .btn-red {
  position: fixed !important;
  bottom: 10px !important;
  width: 224px;
  margin-left: 10px;
  margin-top: 15px;
}
#refine-section-block .btn-red:hover {
  background: #152643;
  color: #fff
}
#refine-section-block .tab-content.new {
  display: none
}
#refine-section-block button span:nth-child(2) {
  font-size: 1.5em
}
#refine-section-block button span:nth-last-child(1) {
  white-space: nowrap
}
#refine-section-block button em {
  font-style: normal;
}
#refine-section-block section {
  overflow: hidden;
  margin-top: 9px;
  padding-top: 9px;
  border: 0;
  clear: both;
}
#refine-section-block section>.inner {
  min-height: 32px;
}
#refine-section-block button sub {
  bottom: 0;
}
#refine-section-block .included a {
  display: inline-block;
  padding: 5px 0 5px 15px;
  font-size: .8em;
  text-decoration: none;
}
.included a:before {
  float: right;
  margin: 3px;
}
.more-options > a {
  display: none;
}
#refine-section-block a.icon.icon-refresh {
  color: inherit;
  display: block;
  text-align: center;
  font-size: .8em;
  text-decoration: none;
}
#refine-section-block a.icon.icon-refresh:before {
  vertical-align: bottom;
  padding: 0 6px 1px 0;
}
.included a:hover {
  color: #DC2D2F
}

#price-filter .slide-container {
  width: 100%;
  height: 24px;
}

/* The slider itself */
#price-filter .slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  background: white;
  outline: none;
  margin: 0;
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
#price-filter .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 20px;
  background: #1E3F6C;
  cursor: pointer;
}

#price-filter .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}
#price-filter .selected-price {
  color: white;
  margin-bottom: 6px;
}
.hide {
  display: none;
}
@media ( max-width: 767px ) {
  .cars #refine-section-block .btn-red {
    width: calc(100% - 52px);
    margin-left: 0;
    padding: 0.2em 1em 0.5em !important;
    left: 0;
    right: 0;
  }
}
