.mrkk-filter-container h4.label {
  color: #161618;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-family: Open Sans;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px 17px 0;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
}
h4.label.toggle-filter.open {
  border: none;
}
.mrkk-filter-container label {
  font-size: 14px;
  color: #6f6f79;
  margin-bottom: 15px;
}
.mrkk-filter-container .filter-group {
  line-height: 27px;
  padding-bottom: 12px;
}
.elementor-element.elementor-element-b8317ce.e-con-full.e-flex.e-con.e-child,
.mrkk-filter-container .filter-group {
  border-bottom: 1px solid #dfdfdf;
}

.filter-group.collapsed,
.price-range.collapsed {
  display: none;
}

h4 i::before {
  font-size: 13px;
}
.ui-slider-horizontal {
  height: 0.2em;
}
span.ui-slider-handle.ui-corner-all.ui-state-default {
  border-radius: 50%;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.4em;
}

.color-circle {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid transparent;
  vertical-align: middle;
  cursor: pointer;
}

.color-circle.selected {
  border: 2px solid #000;
  /* add black border to selected */
}

.filter-checkbox:checked + .color-circle {
  outline: 1px solid #000;
  border: 1px solid #fff;
}

/* Hide default checkbox */
.filter-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #1a3125;
  border-radius: 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 6px;
  vertical-align: middle;
}

/* Checked state */
.filter-checkbox:checked {
  background-color: #1a3125;
  border-color: #1a3125;
}

/* Custom checkmark */
.filter-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

img.rect {
  width: 25px;
  height: 25px !important;
}

img.round {
  width: 25px;
  height: auto;
  border-radius: 50%;
}
.child-category label {
  padding-left: 10px;
}
.mrkk-filter-container label {
  font-size: 14px;
  color: #6f6f79;
  align-items: center;
  display: flex;
  gap: 6px;
}
img.category-thumbnail {
  width: 20px;
}

.kk-remove-filter {
  border: none;
  background: none;
  color: #161618;
  cursor: pointer;
  padding: unset;
  margin-left: 3px;
}
.kk-filter-tag {
  display: flex;
  border: 1px solid #dfdfdf;
  align-items: center;
  background: #f6f6f1;
  padding: 1px 6px;
  font-size: 11px;
  letter-spacing: 0.3px;
  gap: 4px;
}
.kk-filter-tags {
  display: flex;
  align-items: center;
  gap: 6px 8px;
  flex-wrap: wrap;
}
.kk-remove-filter:hover,
.kk-remove-filter:focus {
  background: unset;
  color: #161618;
}
@media only screen and (max-width: 767px) {
  .kk-filter-tag {
    padding: 0px 6px;
    font-size: 10px;
  }
  .kk-remove-filter {
    line-height: 19px;
    font-size: 13px;
  }
}
