@media only screen and (max-width:767px) {
    .upcoming-banners {
        display: block;
    }
    .h-767-300 {
        height: 300px !important;
    }
    .w-767-70 {
        width: 70px !important;
    }
    .mt-responsive-lg-200 {
        margin-top: 270px;
    }
    .slick-arrow {
        display: none !important;
    }
    .fashion-home-banner {
        margin-top: 10px;
    }
    .subcategory {
        margin-top: 20px;
    }
    .d-767-none {
        display: none !important;
    }
    .banner2 {
        display: block !important;
    }

    .banner2 :first-child {
        padding-bottom: 0.5rem;
    }

    .w-767-100 {
        width: 100% !important;
    }
    .product_listing_details {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .banner-edits {
        max-width: 1458px;
        /* height: 312px; */
        /* top: 5764px;
        left: 398px; */
        border-radius: 6px;
        border-width: 1px;
        background: rgba(233, 225, 222, 1);
        border: 1px solid rgba(218, 219, 213, 1);
        gap: 0px;
    }

        .category-img {
        max-width: 110px;
        max-height: 110px;
        object-fit: cover;
        border-radius: 50%;
    }

.price-filter-container {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  /* border: 1px solid red; */
}

.price-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.price-slider-box {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
}

.price-range-values {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}

.price-inputs .input-box {
  background: #fff;
  padding: 5px 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.price-inputs input[type="number"] {
  border: none;
  outline: none;
  max-width: 60px;
  margin-left: 5px;
  font-size: 15px;
  font-weight: 500;
}

.to-text {
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 15px;
}

.apply-btn {
  background-color: #0056d2;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding:7px 15px;
  font-weight: 500;
  cursor: pointer;
  width: 100px;
}

}