.Categories_section_holder .see_more_btn_holder {
  display: flex;
  align-items: center;
}
.Categories_section_holder {
  margin-bottom: 100px;
}
.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 .heading_holder .heading_text {
  margin: 20px 0px;
}

.cat_subcat_div .swiper-wrapper {
  padding-bottom: 10px;
}
.Categories_section_holder .swiper-bottom-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}
.Categories_section_holder .swiper-bottom-nav::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f379a7;
  margin-right: 5px;
}
.Categories_section_holder .Offers_Slider .img_holder {
  height: 320px;
}

@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: 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;
  }
  .Categories_section_holder .swiper-bottom-nav {
    gap: 5px;
  }
  .Categories_section_holder .Offers_Slider .img_holder {
    height: 230px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .Categories_section_holder .Offers_Slider .img_holder {
    height: 184px;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .Categories_section_holder .cat_subcat_div {
    margin-top: 15px;
  }
  .Categories_section_holder .Offers_Slider .img_holder {
    height: 200px;
  }
}
