.ocf-header,
.ocf-footer {
  display: none;
}

.ocf-filter-list,
.ocf-theme-light .ocf-selected-card {
  background: #f4f4f4;
  padding: 30px 25px;
  border-radius: 18px;
  box-shadow: none;
}

.ocf-filter-name {
  text-transform: none;
  font-weight: 700;
  font-size: 20px;
}

.ocf-input-group-addon {
  display: none;
}

.ocf-slider-input-group {
  display: flex;
  gap: 13px;
}

.ocf-input-group .ocf-form-control {
  border-radius: 5px !important;
  text-align: center;
  height: 41px;
  font-size: 16px;
  border: 0;
}

.ocf-noUi-base:before {
  background: #fff;
}

.ocf-noUi-pips {
  display: none;
}

.ocf-noUi-connects:before,
.ocf-noUi-connects:after {
  display: none;
}

.ocf-noUi-connect:before {
  background-color: #235290;
}

.ocf-noUi-handle {
  background-color: #fff;
}

.ocf-noUi-handle {
  border-color: #235290;
}

.ocf-value-name {
  font-size: 16px;
}

.ocf-value-input-checkbox::before {
  border-radius: 5px;
  width: 27px;
  height: 27px;
  border: 0;
}

.ocf-value-input {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  margin-top: -2px;
}

.ocf-selected .ocf-value-input-checkbox::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="12" fill="none" viewBox="0 0 16 12"><path stroke="%23172B85" stroke-width="2" d="m1 6.5 4 4L14.5 1"/></svg>');
}

.ocf-selected .ocf-value-input::before {
  background: #fff;
  border-color: #fff;
}

.ocf-value .ocf-value-input::after {
  background-size: 14px;
}

.ocf-theme-light .ocf-value-count {
  font-size: 16px;
  color: #235290;
  font-weight: 700;
  background: transparent;
  padding: 0;
}

.ocf-selected-header {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.ocf-selected-filter {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.ocf-selected-filter-name {
  margin-left: 0;
  font-size: 14px;
  font-weight: 600;
  color: #000000 !important;
  margin-bottom: 3px;
  display: block;
}

.ocf-selected-discard {
  padding: 0;
  cursor: pointer;
}

.ocf-selected-value-name {
  font-size: 14px;
  font-weight: 500;
  color: #000000 !important;
}

.ocf-selected-filter {
  display: block;
}

.ocf-times-circle {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" fill="none" viewBox="0 0 19 19"><path fill="%23878787" d="M9.5 1.188c-10.984.356-10.984 16.268 0 16.625 10.984-.357 10.984-16.27 0-16.625Z"/><path fill="%23EEE" d="m10.331 9.5 2.494-2.495c.534-.534-.297-1.365-.831-.83L9.5 8.667 7.006 6.174c-.534-.534-1.365.297-.83.831L8.668 9.5l-2.494 2.494c-.534.534.297 1.366.831.831L9.5 10.331l2.494 2.493c.534.535 1.365-.297.831-.831l-2.494-2.494Z"/></svg>');
}

.ocf-icon {
  min-width: 19px;
  min-height: 19px;
}

.ocf-theme-light .ocf-selected-discard:hover {
  border-color: transparent
}

.ocf-btn-link {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  border-radius: 5px;
  background: #FFFFFF;
  width: 100%;
  height: 41px;
  text-decoration: none;
}

.ocf-between {
  gap: 13px;
}

.ocf-btn-mobile-fixed {
  display: none;
}

@media (max-width: 992px) {

  .ocf-filter-list,
  .ocf-theme-light .ocf-selected-card {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }

  .ocf-footer {
    display: block;
    margin: 0;
  }

  .ocf-theme-light .ocf-footer {
    box-shadow: unset;
    background: transparent;
    position: static;
    padding: 0;
  }

  .ocf-btn-link {
    height: 48px;
    background: transparent;
    border: 1px solid #235290;
    text-transform: uppercase;
    font-size: 15px;
  }

  .ocf-btn-block {
    height: 48px;
    background: #235290 !important;
    font-size: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
  }

  .ocf-theme-light .ocf-filter+.ocf-filter {
    border-top: 0;
  }

  .ocf-popover {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .ocf-content {
    background: transparent;
    margin-bottom: 0;
  }

  .ocf-container {
    position: static;
    transform: unset;
    width: 100%;
    height: auto;
  }

  .ocf-body {
    position: static;
  }

  .ocf-filter-list {
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .ocf-filter-body>.ocf-value-list {
    position: static !important;
    transform: unset;
    background: transparent !important;
    padding: 0 0 20px 0 !important;
    border-bottom: 0;
  }

  .ocf-filter {
    margin: 0;
  }

  .ocf-filter-header-append {
    display: none;
  }

  .ocf-filter.ocf-active {
    padding: 0;
  }

  .ocf-theme-light .ocf-filter.ocf-active {
    background: transparent;
  }

  .ocf-value:last-child {
    margin-bottom: 0 !important;
  }

  .ocf-active .ocf-active-label {
    display: none;
  }

  .ocf-theme-light .ocf-footer {
    padding-bottom: 32px;
  }

}