.Demo_Product_holder {
  margin: 50px 0px;
}

.Demo_Product_holder .category_swiper_holder {}

.Common_Category_Card .img_holder .prod_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Demo_Product_holder .category_swiper_holder .heading_holder .heading_text {}

.Demo_Product_holder .category_swiper_holder .all_cats_div .card_holder {}

.Demo_Product_holder .category_swiper_holder .all_cats_div .card_holder {
  margin: 0 auto 40px;
  /* border: 1px solid #353535; */
}

/* old css */
.Demo_Product_holder {
  /* padding: 20px; */
}

.Demo_Product_holder .Demo_Product {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.home_Demo_Product_holder .Demo_Product_holder .Demo_Product_holder_swiper_holder {
  width: 50%;
  margin: 0px auto;
}

.Demo_Product_holder .Demo_Product .product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.Demo_Product_holder .Demo_Product .product-card .img_holder {
  padding: 10px;
  background: #B22B150D;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #3a3a3a;
}

.Demo_Product_holder .Demo_Product .product-card .img_holder .Product_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.Demo_Product_holder .Demo_Product .product-card .product-name {
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.Demo_Product_holder_swiper_holder .swiper-button-next {
  right: 0px;
  top: 30%;
  bottom: auto;
}

.Demo_Product_holder_swiper_holder .swiper-button-prev {
  left: 0px;
  top: 30%;
  bottom: auto;
}

.Demo_Product_holder_swiper_holder .swiper-button-prev:after,
.Demo_Product_holder_swiper_holder .swiper-button-next:after {
  font-size: 15px;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-weight: 800;
  filter: sepia(1);
}



.Demo_Product_holder .swiper-wrapper {
  /* padding-bottom: 25px; */
}



@media (max-width: 991px) {
  .Demo_Product_holder .fadeInLeft {
    animation: fadeLeftAnim 0.9s ease forwards;
  }

  @keyframes fadeLeftAnim {
    from {
      opacity: 0;
      transform: translateX(-30px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
}


@media (min-width: 0px) and (max-width: 767.98px) {

  .Demo_Product_holder {
    margin: 30px 0px;
  }

  .Demo_Product_holder .category_swiper_holder .all_cats_div .card_holder {
    width: 100%;
  }
}





@media (min-width: 0px) and (max-width: 991px) {
  .Demo_Product_holder {
    padding: 15px 0px 0px 0px;
  }

  .Demo_Product_holder .Demo_Product {
    gap: 14px;
    flex-flow: wrap;
  }

  .Demo_Product_holder .Demo_Product .product-card .img_holder {
    padding: 6px;
  }

  /* 
  .Demo_Product_holder .Demo_Product .product-card .img_holder .Product_img {
    width: 40px;
    height: 40px;
  } */

  .Header .headsearch .searchdiv {
    top: 0px;
  }
}

@media (min-width: 0px) and (max-width: 767.98px) {
  .Demo_Product_holder .Demo_Product .product-card .product-name {
    font-size: 10px;
  }

  .home_Demo_Product_holder .Demo_Product_holder .Demo_Product_holder_swiper_holder {
    width: 100%;
  }

  .Demo_Product_holder_swiper_holder .swiper-button-next {
    top: 21%;
  }

  .Demo_Product_holder_swiper_holder .swiper-button-prev {
    top: 21%;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .Demo_Product_holder .Demo_Product .product-card .product-name {
    font-size: 12px;
  }

  .home_Demo_Product_holder .Demo_Product_holder .Demo_Product_holder_swiper_holder {
    width: 80%;
  }

  .Demo_Product_holder_swiper_holder .swiper-button-next {
    top: 21%;
  }

  .Demo_Product_holder_swiper_holder .swiper-button-prev {
    top: 21%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .home_Demo_Product_holder .Demo_Product_holder .Demo_Product_holder_swiper_holder {
    width: 70%;
  }

  .Demo_Product_holder .Demo_Product .product-card .img_holder {
    padding: 10px;
  }

  .Demo_Product_holder .Demo_Product .product-card .img_holder .Product_img {
    width: 70px;
    height: 70px;
  }

  .Demo_Product_holder .Demo_Product .product-card .product-name {
    margin-top: 5px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .Demo_Product_holder .Demo_Product .product-card .img_holder {
    padding: 10px;
  }

  .Demo_Product_holder .Demo_Product .product-card .img_holder .Product_img {
    width: 85px;
    height: 85px;
  }

  .Demo_Product_holder .Demo_Product .product-card .product-name {
    margin-top: 5px;
  }
}