#all-products ::-webkit-scrollbar {
  width: 5px;
}
#all-products ::-webkit-scrollbar-thumb {
  background: #d8d8d8;
}
#all-products #filters {
  border-radius: 4px;
}
#all-products #filters .filter-section-name {
  font-weight: bold;
  padding-left: 13px;
  padding-top: 10px;
  text-transform: uppercase;
}
#all-products #filters ul {
  list-style: none;
}
#all-products #filters li {
  border-radius: 4px;
  margin-bottom: 5px;
  transition: all 0.1s linear;
}
#all-products #filters li a {
  display: block;
  padding: 5px 13px 5px 13px;
  color: #212121;
  font-weight: 400 !important;
  font-size: 15px;
  color: #555555;
}
#all-products #filters li i {
  width: 25px;
  font-size: 18px;
  text-align: center;
  margin-right: 7px;
}
#all-products #filters ul {
  margin-bottom: 0px;
}
#all-products #filters hr {
  margin-bottom: 5px;
  margin-top: 5px;
  border-top: none;
  border-bottom: 1px solid #dee2e6 !important;
}
#all-products #filters #category li:last-child {
  margin-bottom: 0px !important;
}
#all-products #filters #category li:hover {
  background-color: #efefef;
}
#all-products #filters #category .active {
  background-color: #efefef;
}
#all-products #filters #brands {
  height: 195px;
  overflow-y: scroll;
}
#all-products #filters #brands li a {
  position: relative;
  padding-left: 40px;
}
#all-products #filters #brands li a::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 13px;
  top: calc(50% - 9px);
  border: solid 2px #a3a3a3;
  border-radius: 3px;
}
#all-products #filters #brands li a:hover::before {
  background-image: url(/assets/images/check.svg);
  background-color: #0070cd !important;
  border: solid 2px #0070cd;
}
#all-products #filters #brands li .active::before {
  background-image: url(/assets/images/check.svg);
  background-color: #0070cd !important;
  border: solid 2px #0070cd;
}
#all-products .order-links a {
  color: #9e9e9e;
}
#all-products .order-links .active {
  color: #0070cd;
}
#all-products #price li {
  padding: 5px 13px 5px 13px;
}
#all-products #price li .price-range {
  position: relative;
}
#all-products #price li .price-range input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  background-color: transparent;
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  pointer-events: none;
}
#all-products #price li .price-range input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}
#all-products #price li .price-range input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}
#all-products #price li .price-range input[type=range]::-ms-track {
  appearance: none;
  height: 5px;
}
#all-products #price li .price-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.2em;
  width: 1.2em;
  background-color: #0070cd;
  cursor: pointer;
  border-radius: 50%;
  pointer-events: auto;
  margin-top: -6px;
}
#all-products #price li .price-range input[type=range]:active::-webkit-slider-thumb {
  background-color: #e5f1ff;
  border: solid 3px #0070cd;
}
#all-products #price li .price-range .slider-track {
  width: 100%;
  height: 5px;
  background-color: #ddd;
  position: absolute;
  border-radius: 5px;
  top: 10px;
}
#all-products #btn-window-filter {
  display: none;
  cursor: pointer;
}

.filter-head {
  padding: 15px;
}
.filter-head .icon svg {
  width: 18px;
  fill: rgb(61, 61, 61);
  transition: all 0.2s linear;
}

.sticky-top {
  top: 10px;
  z-index: 9;
}

.rotate-icon svg {
  transform: rotate(180deg);
}

.filter-collapse {
  transition: all 1s linear;
}/*# sourceMappingURL=index.css.map */