/*******************************************************
Product list Styles
********************************************************/

/* CRITAIR */
#energy-class .ais-refinement-list--label {
  padding: 8px 0;
}
#energy-class .form-check-input[type=checkbox].filled-in+label:after, #energy-class .form-check-input[type=checkbox].filled-in+label:before {
  margin-top: 10px;
}
#energy-class .form-check-input[type=checkbox].filled-in+label:before {
  top: 6px;
}
.ais-refinement-list--label .critair, .ais-toggle--label .critair {
  background-image: url(../img/crit-air.png);
  position: absolute;
  left: 35px;
  top: 0px;
  width: 35px;
  height: 35px;
}
.ais-refinement-list--label .c-0, .ais-toggle--label .c-0 {
  background-position-x: 0;
}
.ais-refinement-list--label .c-1, .ais-toggle--label .c-1 {
  background-position-x: 176px;
}
.ais-refinement-list--label .c-2, .ais-toggle--label .c-2 {
  background-position-x: 141px;
}
.ais-refinement-list--label .c-3, .ais-toggle--label .c-3 {
  background-position-x: 106px;
}
.ais-refinement-list--label .c-4, .ais-toggle--label .c-4 {
  background-position-x: 71px;
}
.ais-refinement-list--label .c-5, .ais-toggle--label .c-5 {
  background-position-x: 36px;
}