.cmp-filters-clusters__clusters {
  margin: 0px 0 0 0;
}
.cmp-filters-clusters__title {
  border-bottom: 1px solid #ececec;
  margin-right: 40px;
  padding-bottom: 10px;
  text-transform: none !important;
}
.cmp-filters-clusters__cluster-item {
  margin: 20px 0 0 25px;
  display: block;
}
.cmp-filters-clusters__cluster-item-label {
  display: block;
  margin: 0 0 15px 0;
  font-weight: 200;
  font-size: 1.2em;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.cmp-filters-clusters__virtual-checkbox {
  float: left;
  margin: 3px 10px 20px 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cmp-filters-clusters__clusters-checkmark {
  position: absolute;
  top: 2px;
  left: -25px;
  height: 15px;
  width: 15px;
  border: 1px solid #cccccc;
  background-color: #ececec;
  display: block;
  margin: 0 2px 4px 0;
  font-weight: 600;
  float: left;
}
.cmp-filters-clusters__clusters-checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.cmp-filters-clusters__cluster-item-label .cmp-filters-clusters__clusters-checkmark::after {
  left: 8px;
  top: -8px;
  width: 4px;
  height: 17px;
  border: solid #ff7300;
  border-width: 0 4px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmp-filters-clusters__cluster-item-label:hover .cmp-filters-clusters__virtual-checkbox ~ .cmp-filters-clusters__clusters-checkmark {
  background-color: #ffffff;
}
.cmp-filters-clusters__cluster-item-label .cmp-filters-clusters__virtual-checkbox:checked ~ .cmp-filters-clusters__clusters-checkmark {
  background-color: #ffffff;
}
.cmp-filters-clusters__cluster-item-label .cmp-filters-clusters__virtual-checkbox:checked ~ .cmp-filters-clusters__clusters-checkmark:after {
  display: block;
}
@media screen and (max-width: 500px) {
  .cmp-filters-clusters__cluster-item-label {
    font-size: 14px;
  }
}
