#slider-price {
  height: 3px;
  background: #000;
  border: none;
  box-shadow: none;
}
#slider-price .noUi-connect {
  background: #000;
}
#slider-price .noUi-handle {
  width: 14px;
  height: 14px;
  right: -7px;
  top: -6px;
  border: 2px solid #86230e;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
}
#slider-price .noUi-handle:before,
#slider-price .noUi-handle:after {
  display: none;
}
.font-price {
  font-size: 14px;
  color: #86230e;
  font-weight: 500;
}
.minimal-select {
  border: none;
  border-bottom: 2px solid #d1d1d1;
  background-color: transparent;
  font-size: 14px;
  color: black;
  font-weight: 700;
  padding: 5px 25px 5px 0;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.minimal-select:focus {
  box-shadow: none;
  border-bottom-color: #000;
}
.toggle-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  transition: transform 0.3s ease;
}
.toggle-icon i {
  font-size: 12px;
}
.toggle-icon.active {
  transform: rotate(180deg);
}
.cat-list-grandchild {
  border-left: 1px solid #eee;
  margin-left: 10px;
}

@media (max-width: 767px) {
  #mobile-filter-wrapper {
    display: none;
  }
  .minimal-select {
    border-bottom: 0;
    text-align: right;
    text-align-last: right;
    padding-right: 25px;
    direction: ltr;
    background-position: right center;
  }
}

.filter-body-custom .form-check-input[type="radio"] {
  border-radius: 4px !important;
  cursor: pointer;
}

.filter-body-custom .form-check-input[type="radio"]:checked {
  background-color: #e60000 !important;
  border-color: #e60000 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.5' d='M4 10l4 4l8-8'/%3e%3c/svg%3e") !important;
  background-size: 80% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.custom-gray-select {
  background-color: #f4f4f5 !important;
  border: none !important;
  color: #4a4a4a !important;
  font-weight: 500;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none !important;
}

.custom-gray-select:focus {
  outline: none !important;
  background-color: #ebebeb !important;
}
