/* filter css start */


.page-with-filter .filter-content .filter-option input.checked-input:checked:before {
    border-left: 2px solid #707070;
}

.page-with-filter .filter-content .filter-option input.checked-input:before {
    border-left: 0px;
}

.page-with-filter .filter-content .filter-options-content div ol li {
    padding-bottom: 0px;
    padding-top: 0px;
}

.page-with-filter .filter-content .filter-option input.checked-input {
    border: 0.1rem solid #707070 !important;
}

.page-with-filter .check-box-input[type="checkbox"]:checked:after {
  content: '';
  display: inline-block;
  border-top: 2px solid #707070;
  border-left: 2px solid #707070;
  transform: translateX(13px) rotate(-145deg);
  transform-origin: left bottom;
  top: -5px;
  border-radius: 0 !important;
  width: 5px;
  height: 9px;
  position: absolute;
  left: -1px;
}

.page-with-filter .check-box-input[type="checkbox"]:checked {
  border: 0.1rem solid #707070 !important;
  color: #fff;
}

.page-with-filter .check-box-input[type="checkbox"] {
  border: 0.1rem solid #707070 !important;
}

/* filter css end */