.Categories_section_holder {
  margin: 30px 0px;
}

.Categories_section_holder .see_more_btn_holder {
  display: flex;
  align-items: center;
}

.Category_Subcategory_Card .product-image .img_hodler .allproduct {
  object-fit: contain !important;
}

.Categories_section_holder .see_more_btn_holder::before {
  content: "";
  border-top: 1px solid #000;
  width: 100%;
}

.Categories_section_holder .see_more_btn_holder .Green_round_btn_holder .Green_round_btn {
  text-wrap-mode: nowrap;
  margin-left: 10px;
}



.Categories_section_holder .Categories .Categories_holder {
  margin-bottom: 5%;
}

.Categories_section_holder .mobile_filter_btn .filter_btn {
  border: none;
  /* border-radius: 50%; */
  /* aspect-ratio: 1/1; */
  width: 90px;
  height: 30px;
  background: #fff;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #74121b;
  border-radius: 5px;
  color: #820802;
  font-size: 15px;
  position: relative;
  top: -53px;
  right: 22px;
}

.Categories_section_holder .mobile_filter_btn .filter_btn .inner {
  margin-left: 5px;
}

.Categories_section_holder .heading_holder .heading_text {
  margin: 20px 0px;
}

.activecategory {
  /* border: 2px solid #820802 ; */
  border-radius: 6px;
  /* box-shadow: 0px 0px 3px 2px #820802 ; */
  /* background: #FFFFFF 0% 0% no-repeat padding-box; */
  /* border: 1px solid #C4C4C4; */
}

.cat_subcat_div .swiper-wrapper {
  padding: 10px 10px 25px;
  margin-bottom: 5px;
}


@media (min-width: 1200px) {
  .custom_5_col {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
    padding: 8px;
  }
}


@media (min-width: 0px) and (max-width: 575px) {
  .Categories_section_holder .mobile_filter_btn .filter_btn {
    top: 0px;
    right: 0px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .Categories_section_holder .see_more_btn_holder .Green_round_btn_holder .Green_round_btn {
    margin: 0px;
  }

  .Categories_section_holder .heading_holder .heading_text {
    margin: 15px 0px;
  }

  .cat_subcat_div .swiper-wrapper {

    margin-bottom: 0px;
  }

}