.quick-filter {
  padding: 1.5vw 1vw;
  width: 100%;
  position: relative;
  justify-content: start !important;
  border-radius: 0.9vw;
  border: 0.125vw solid #edf2f6;
}

.quick-filter h3 {
  margin-right: 1vw;
  gap: 0.35vw;
  font-size: 1vw;
}

.quick-filter .filter-labels {
  padding: 0 1.5vw;
  gap: 0.5vw;
}

.quick-filter .filter-labels input[type="radio"] {
  display: none;
}

.quick-filter .filter-labels label {
  padding: 0.25vw 1vw;
  cursor: pointer;
  transition: all 0.25s;
  gap: 0.35vw;
  border-radius: 1vw;
  font-size: 0.85vw;
  font-weight: 500;
  color: var(--grey-blue);
}

.quick-filter .filter-labels label:hover {
  background-color: var(--lightest-green);
  color: var(--dark-font);
}

.quick-filter .filter-labels label i {
  display: none;
  font-size: 0.95vw;
  pointer-events: none !important;
}

.quick-filter
  .filter-labels
  input[type="radio"]:nth-child(1):checked
  ~ label:nth-child(6) {
  background-color: var(--green);
  color: var(--light-font);
  font-weight: 600;
}

.quick-filter
  .filter-labels
  input[type="radio"]:nth-child(1):checked
  ~ label:nth-child(6)
  i {
  display: inline-block;
}

.quick-filter
  .filter-labels
  input[type="radio"]:nth-child(2):checked
  ~ label:nth-child(7) {
  background-color: var(--green);
  color: var(--light-font);
  font-weight: 600;
}

.quick-filter
  .filter-labels
  input[type="radio"]:nth-child(2):checked
  ~ label:nth-child(7)
  i {
  display: inline-block;
}

.quick-filter
  .filter-labels
  input[type="radio"]:nth-child(3):checked
  ~ label:nth-child(8) {
  background-color: var(--green);
  color: var(--light-font);
  font-weight: 600;
}

.quick-filter
  .filter-labels
  input[type="radio"]:nth-child(3):checked
  ~ label:nth-child(8)
  i {
  display: inline-block;
}

.quick-filter
  .filter-labels
  input[type="radio"]:nth-child(4):checked
  ~ label:nth-child(9) {
  background-color: var(--green);
  color: var(--light-font);
  font-weight: 600;
}

.quick-filter
  .filter-labels
  input[type="radio"]:nth-child(4):checked
  ~ label:nth-child(9)
  i {
  display: inline-block;
}

.quick-filter
  .filter-labels
  input[type="radio"]:nth-child(5):checked
  ~ label:nth-child(10) {
  background-color: var(--green);
  color: var(--light-font);
  font-weight: 600;
}

.quick-filter
  .filter-labels
  input[type="radio"]:nth-child(5):checked
  ~ label:nth-child(10)
  i {
  display: inline-block;
}
.mobile-filter {
  display: none;
}

@media (max-width: 450px) {
  .quick-filter h3 {
    margin-right: 1vw;
    gap: 0.65vw;
    font-size: 2.9vw;
  }
  .quick-filter {
    flex-direction: column !important;
    align-items: start;
    gap: 4vw !important;
    border-radius: 2vw;
    position: relative;
  }
  .quick-filter .filter-labels {
    justify-content: start !important;
    width: 100%;
  }
  .quick-filter .filter-labels label {
    padding: 1.55vw 2vw;
    cursor: pointer;
    transition: all 0.25s;
    gap: 0.35vw;
    border-radius: 2vw;
    font-size: 2.38vw;
    white-space: nowrap;
  }
  .quick-filter .filter-labels label i {
    font-size: 2.3vw;
    pointer-events: none !important;
  }
  .mobile-filter {
    cursor: pointer;
    padding: 1.15vw 2vw;
    border: 0.16vw solid gray;
    border-radius: 2vw;
    margin-left: 1.1vw;
    display: flex;
  }
  .mobile-filter span {
    font-size: 2.4vw;
    font-family: kalameh;
    font-weight: 500;
  }
  .mobile-filter > svg {
    width: 3.4vw;
    height: 3.4vw;
  }
  .Mobile-filters-section {
    display: flex;
    flex-direction: column;
    padding: 3vw 4vw;
    width: 100%;
    height: 100vh;
    background: var(--light-bg);
    border: 0.09px solid rgb(229, 229, 229);
    position: fixed;
    top: 0;
    transition: all 0.3s;
    overflow-y: hidden;
    padding-top: 39.5vw;
    z-index: 200;
    border-radius: 2.2vw;
    left: 0vw;
    backdrop-filter: blur(6vw);
    -webkit-backdrop-filter: blur(5vw);
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
      rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
      rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  }
  .Mobile-filters-section h2 {
    font-size: 4vw;
    color: var(--green);
    gap: 2vw;
  }
  .header-title-filter {
    justify-content: space-between;
    margin-top: 1vw;
    border: none;
    padding-bottom: 3vw;

    border-bottom: 0.12vw solid #edf2f6;
  }

  .close-filter-sec i {
    font-size: 5vw;
    color: var(--light-green);
    cursor: pointer;
  }
  .close-filter-sec {
    background-color: transparent;
    border: none;
  }
  .delete-all-filters {
    background-color: rgb(255, 222, 222);
    border: none;
    cursor: pointer;
    font-family: IRANSansX, sans-serif;
    border-radius: 2vw;
    padding: 2vw;
    color: var(--red);
  }
  .just-discounts-checkbox,
  .just-available-checkbox {
    margin-top: 3vw;
    font-size: 2.98vw;
    justify-content: space-between !important;
    font-weight: 600;
  }
  .just-discounts-checkbox {
    border-bottom: none;
  }

  /* //// */

  .just-discounts-checkbox {
    transform: translateY(-0.5vw);
    margin-top: 4vw;
    padding-bottom: 4vw;
    border-bottom: 0.12vw solid #edf2f6;
  }
  .just-available-checkbox {
    padding-bottom: 4vw;
    border-bottom: 0.12vw solid #edf2f6;
  }
  .just-available-checkbox label,
  .just-discounts-checkbox label {
    padding: 1.25vw;
    width: 8.2vw;
    height: 4.9vw;
    border-radius: 3vw;
    border: 0.475vw solid #dadfe6;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    position: relative;
  }

  .just-available-checkbox input,
  .just-discounts-checkbox input {
    display: none;
  }

  .just-available-checkbox label span,
  .just-discounts-checkbox label span {
    width: 3.5vw;
    height: 3.5vw;
    background-color: #e2e8f0;
    border-radius: 50%;
    position: absolute;
    left: 0.25vw;
    transition: all 0.25s ease-in-out;
  }

  .just-available-checkbox input:checked ~ label,
  .just-discounts-checkbox input:checked ~ label {
    background-color: var(--green);
    border-color: var(--green);
  }

  .just-available-checkbox input:checked ~ label span,
  .just-discounts-checkbox input:checked ~ label span {
    left: 3.25vw;
    background-color: var(--light-bg);
  }

  .price-range-slider {
    padding-top: 5.5vw;
    padding-bottom: 5.5vw;
    width: 100%;
    position: relative;
    gap: 1vw;
  }

  .price-range-slider::after {
    content: "";
    width: 0%;
    height: 0;
    background-color: #edf2f6;
    position: absolute;
    bottom: 0;
    left: -1.75vw;
  }

  .price-range-slider h3 {
    padding-bottom: 4vw;
    width: 100%;
    text-align: start;
    font-weight: 600;
    font-size: 2.98vw;
  }

  .price-range-slider h6 {
    width: 100%;
    font-size: 2.7vw;
    font-weight: 600;
    gap: 0.5vw;
    justify-content: start !important;
    align-items: start !important;
    position: relative;
  }

  .price-range-slider h6 span {
    gap: 0.65vw;
    font-weight: normal;
  }

  .rc-slider-rail {
    height: 1.4vw !important;
    border-radius: 0.45vw !important;
  }

  .rc-slider-track {
    height: 1.4vw !important;
    border-radius: 0.45vw !important;
    background-color: var(--green) !important;
  }

  .rc-slider-handle {
    border-color: var(--green) !important;
    background-color: var(--light-bg) !important;
    opacity: 1 !important;
  }

  .rc-slider-handle-1,
  .rc-slider-handle-2 {
    width: 3.66vw !important;
    height: 3.66vw !important;
  }

  .color-filters {
    padding-top: 0.5vw;
    padding-bottom: 1.5vw;
    width: 100%;
    position: relative;
    gap: 1vw;
  }

  .color-filters h3 {
    width: 100%;
    text-align: start;
    font-weight: 600;
    font-size: 3vw;
  }

  .color-filters .color-samples {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 6.75vw);
    column-gap: 3.25vw;
    row-gap: 2.25vw;
  }

  .color-filters .color-samples > div {
    border: 0.525vw solid rgba(226, 232, 240, 0.8);
    border-radius: 50%;
    width: 7.75vw;
    height: 7.75vw;
    position: relative;
    cursor: pointer;
  }

  .color-filters .color-samples > div span {
    width: 85%;
    height: 85%;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    pointer-events: none;
    border: 0.1vw solid rgba(226, 232, 240, 0.8);
    color: var(--light-bg);
  }

  .color-filters .color-samples > div span i {
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.25);
    border-radius: 50%;
  }

  .color-filters .color-samples > div.active span i {
    opacity: 1;
    visibility: visible;
    font-size: 3.5vw;
  }
  .set-filters {
    margin-top: 6vw;
    height: 10vw;
    font-family: IRANSansX, sans-serif;
    background-color: var(--green);
    color: var(--light-font);
    border: none;
    border-radius: 2vw;
    cursor: pointer;
    font-size: 3.7vw;
  }
}
