.noUi-base {
  background: #fff !important;
}
ul.list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

/* input[type="checkbox"] {
  display: none;
} 
*/
.list li {
  display: inline-block;
  margin-top: 3px;
}

.filter-item {
    margin: .1rem 1rem .1rem .1rem;
    padding: .5rem .95rem;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}


input[type="checkbox"]:checked+label,
.filter-item.active, 
.filter-item:hover, 
.filter-item:not(.active):hover {
    background: #333;
    color: #fff;
}
/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background: #eee;
  border-radius: 20px;
  padding: 8px 20px 8px 45px;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #6cc0e5;
  position: absolute;
  left: 15px;
  top: 7px;
  opacity: .9;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
  background: #fff;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: 4px;
  left: 20px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: none;
}
.slider-wrapper {
  margin: 2rem 1rem 5rem 1rem;
  padding: 0 1rem 0 0;
  display: block;
  width: 98%;
  float: left;
}

.filter-res {
  padding: 10px 20px;
  background: #f4f4f4;
  border-radius: 20px;
}

.filter-res span {
  color: red;
}

.box {
  padding: 1.5rem;
  border: 1px solid #eee;
  border-radius: 5px;
  width: 19%;
  float: left;
  margin: 0.5rem;
  background: #fff;

}
.box img {
  margin: 0;
  padding: 0;
  display: block;
}
.box .title {
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
}
.box a {
  margin-bottom: 5px;
  display: block;
  letter-spacing: 1px;
}
.box a .title {text-decoration: underline;}

.box.box-mixers {
  width: 24% !important;
  padding: 1em !important;
  text-align: left;
}
.img_left {float: left;}

.filter_grinders dl {
  height: 18px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 12px;
}
.card dl {
    margin-top: 0;
    margin-bottom: 0px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 13px;
}
.card dl dd {
  margin-bottom: 8px;
}
.card .dt-dotted > span {
  font-weight: normal;
  color: #000;
}

.card .dt-dotted {
  width: 90px;
}

.card .post-prev-img{
    margin-bottom: 10px;
    position: relative;
}

.card .post-prev-img img {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.card .post-prev-title{
    margin-bottom: 6px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.card .post-prev-title a{
display: block;
margin: 10px auto;
text-align: center;
text-decoration: underline;
font-weight: bold;
color: #0099cc;
}
.card .post-prev-title a:hover{
    text-decoration: none;
}

.intro-label{
    position: absolute;
    top:-3px;
    left: 0;
    font-size: 17px;
    letter-spacing: 0.1em;
}
.bg-blue{ border: 2px solid #43a5de !important; background: #fff; color: #43a5de}
#slider-snap-value-lower, #slider-snap-value-upper {
  font-size: 18px;
  font-weight: bold;
}
.row.results {
  display: flex;
  flex-wrap: wrap;

}

@media only screen and (max-width: 768px) {
  .box {
  padding: 1.5rem;
  border: 1px solid #eee;
  border-radius: 5px;
  width: 100%;
  float: left;
  margin: 0;

}
  }

@media only screen and (max-width: 480px) {
 .box {
  padding: 1.5rem;
  border: 1px solid #eee;
  border-radius: 5px;
  width: 50%;
  float: left;
  margin: 0;

}
.card .dt-dotted {
  width: 70px;
}
.card .post-prev-title {
  font-size: 13px;
}
.item input[type=checkbox]+label, .item label {
  font-size: 12px !important;
  padding: 8px 10px 8px 45px !important;
}

}

.noUi-connect {
  background: #3acfd5; /* Old browsers */
background: -moz-linear-gradient(left,  #3acfd5 0%, #3a4ed5 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #3acfd5 0%,#3a4ed5 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #3acfd5 0%,#3a4ed5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3acfd5', endColorstr='#3a4ed5',GradientType=1 ); /* IE6-9 */

}