.all_product {
  display: flex;
  gap: 15px;
  /*--- /.price-range-slider ---*/
  /*hide the outline behind the border*/
}
.all_product .side_filter {
  position: relative;
  width: 25%;
  transition: all 0.5s ease-out;
  transition-timing-function: cubic-bezier(0.89, -0.05, 0.43, 1.02);
}
.all_product .side_filter .accordion-button:hover {
  z-index: 0;
}
.all_product .side_filter .accordion {
  margin-bottom: 8px;
}
.all_product .side_filter .accordion-item {
  border-bottom: 0.5px solid #ccc !important;
}
.all_product .side_filter .accordion-header {
  background-color: var(--background);
}
.all_product .side_filter .accordion-item:last-child {
  border-bottom: none !important;
}
.all_product .side_filter .accordion-button {
  font-weight: 600 !important;
  background: var(--background);
  color: var(--color);
}
.all_product .side_filter .accordion-button:focus {
  z-index: 3;
  border-color: 0px solid var(--background) !important;
  outline: 0;
  box-shadow: none !important;
}
.all_product .side_filter .accordion-button:not(.collapsed) {
  color: var(--color);
  background-color: var(--background);
  border-radius: 10px;
}
.all_product .side_filter body {
  background-color: var(--background);
}
.all_product .side_filter .accordion {
  --bs-accordion-border-radius: 0rem!important;
  --bs-accordion-border-color: none!important;
  padding: 15px;
}
.all_product .side_filter .accordion-item:first-of-type {
  border-top-left-radius: 0px solid white !important;
  border-top-right-radius: 0px solid white !important;
}
.all_product .side_filter .accordion-body {
  background-color: var(--background);
  color: var(--color);
}
.all_product .side_product {
  width: 75%;
  transition: width 1s;
  transition-timing-function: cubic-bezier(0.89, -0.05, 0.43, 1.02);
}
.all_product .side_product .input_form {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color);
  background-color: var(--background);
  background-clip: padding-box;
  border: 1px solid var(--color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.all_product .side_product .cat_serch {
  position: relative;
}
.all_product .side_product .cat_serch span {
  position: absolute;
  right: -1px;
  top: 0px;
  background: var(--color);
  color: var(--background);
  padding: 7px 10px;
  border-radius: 7px;
  cursor: pointer;
}
.all_product .side_product .cat_serch span i, .all_product .side_product .cat_serch span svg {
  color: var(--background);
}
.all_product .product_count h6 {
  color: var(--color);
}
.all_product .range-slider {
  width: 100%;
  text-align: center;
  position: relative;
}
.all_product .range-slider .rangeValues {
  display: block;
}
.all_product input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  position: absolute;
  left: 0;
  right: 0;
}
.all_product input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
.all_product input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: var(--main_color);
  margin-top: -4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.all_product input[type=range]:focus {
  outline: none;
}
.all_product input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
.all_product input[type=range]::-moz-range-track {
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
.all_product input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: var(--main_color);
}
.all_product input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.all_product input[type=range]::-ms-track {
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}
.all_product input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
.all_product input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
.all_product input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: var(--main_color);
}
.all_product input[type=range]:focus::-ms-fill-lower {
  background: #888;
}
.all_product input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}
.all_product .all_product_cat_brows ul {
  height: 150px;
  overflow-y: scroll;
  padding-left: 0 !important;
}
.all_product .all_product_cat_brows ul a {
  text-decoration: none;
  list-style: none;
  margin: 10px 0px;
}
.all_product .all_product_cat_brows ul li {
  text-decoration: none;
  list-style: none;
  margin: 5px 0px;
}
.all_product .all_product_cat_brows ul li .form-check-label {
  text-transform: uppercase !important;
}
.all_product .filter_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5px;
  margin-bottom: 15px;
  border-bottom: 0.5px solid #ccc;
}
.all_product .filter_top .filter_button {
  display: none;
}
.all_product .filter_close {
  display: none;
}

@media (max-width: 800px) {
  .filter_button {
    display: flex !important;
    padding: 0 !important;
  }
  .filter_button .btn {
    border: 0.5px solid var(--color);
    font-size: 13px;
    border-radius: 0;
    padding: 3px 30px !important;
    color: var(--color);
    background: var(--color) !important;
    color: var(--background) !important;
  }
  .side_product {
    width: 100% !important;
  }
  .side_product .product_count {
    display: none;
  }
  .side_filter {
    position: fixed !important;
    top: 0;
    width: 80% !important;
    z-index: 1020;
    background: var(--background);
    height: 100%;
    transform: translateX(-400px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.161);
    transition: all 0.5s ease-out;
    transition-timing-function: cubic-bezier(0.89, -0.05, 0.43, 1.02);
  }
  .filter_close {
    display: flex !important;
    justify-content: end;
    align-items: end;
    padding: 10px;
  }
  .filter_close svg {
    border: 0.5px solid var(--color);
    font-size: 20px;
    padding: 10px;
    color: var(--color);
  }
  .sort_button {
    display: flex;
    gap: 8px;
  }
  .sort_button .form-select {
    font-size: 10px;
  }
}
@media (max-width: 550px) {
  .filter_top {
    display: block !important;
    padding: 10px 5px !important;
  }
  .filter_top .cat_serch {
    margin-bottom: 10px;
  }
  .product_count h6 {
    font-size: 11px;
  }
}/*# sourceMappingURL=allproduct.css.map */