.Home {
  margin: 30px 0px;
}

.Home .desktop_view {
}

/* .Home .desktop_view .body_container {
    height: 800px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: none;
} */

.Home .Offer_Products {
  margin: 50px 0px 0px 0px;
}

.Home .desktop_view .cat_div {
}

.Home .desktop_view .cat_div .cat_btn {
  background: #b22c35;
  border: none;
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 9px;
  margin: 0px 0px 20px;
}

.Home .desktop_view .cat_div .cat_btn:hover {
  background: #ec6700;
}

.Home .desktop_view .cat_div .cat_btn .left_side {
  display: flex;
  align-items: center;
}

.Home .desktop_view .cat_div .cat_btn .left_side .icon_holder {
  position: relative;
}

.Home .desktop_view .cat_div .cat_btn .left_side .icon_holder .bar_img,
.Home .desktop_view .cat_div .cat_btn .left_side .icon_holder .sort_bar_img {
  position: absolute;
  left: 0px;
  top: -5px;
}

.Home .desktop_view .cat_div .cat_btn .left_side.icon_holder {
}

.Home .desktop_view .cat_div .cat_btn .left_side .icon_holder .bar_img {
  transition: 0.3s;
}

.Home .desktop_view .cat_div .cat_btn .left_side .icon_holder .sort_bar_img {
  /* display: none; */
  transition: 0.3s;
  opacity: 0;
}

.Home
  .desktop_view
  .cat_div
  .cat_btn:hover
  .left_side
  .icon_holder
  .sort_bar_img {
  /* display: block; */
  opacity: 1;
  transition: 0.3s;
}

.Home .desktop_view .cat_div .cat_btn:hover .left_side .icon_holder .bar_img {
  /* display: none; */
  transition: 0.3s;
  opacity: 0;
}

.Home .desktop_view .cat_div .cat_btn .left_side .btn_text {
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  margin-left: 28px;
}

.Home .desktop_view .cat_div .cat_btn .left_side .right_holder {
  padding-left: 24px;
  line-height: normal;
  transition: 0.3s ease-in-out;
  transform: translateX(0px);
  margin-top: -9px;
}

.Home .desktop_view .cat_div .cat_btn .left_side .right_holder .inner_icon {
  color: #fff;
  font-size: 17px;
  line-height: normal;
  padding-top: 1px;
}

.Home .desktop_view .cat_div .cat_btn .right_side {
}

.Home .desktop_view .cat_div .cat_btn .right_side .icon {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}

.Offer_Card {
}

.Offer_Card .img_holder {
  margin-top: 50px;
}

.Offer_Card .img_holder .offer_img {
  width: 100%;
  height: auto;
}

.Home .desktop_view .show_btn_div {
  width: 200px;
  margin: 30px auto;
}

.Home .desktop_view .show_btn_div .fa-sort-down.right_icon {
  margin-top: -4px;
}

.Home .desktop_view .show_btn_div .fa-sort-up.right_icon {
  margin-bottom: -10px;
}

.Our_Product_section {
  position: relative;
}

.product_swiper_holder {
  position: relative;
}

.product_swiper_holder .swiper {
  padding: 10px 5px 20px;
}

.product_swiper_holder .swiper-slide {
  height: auto;
}

/* Arrow Design */

.product_swiper_holder .swiper-button-next,
.product_swiper_holder .swiper-button-prev {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
}

.product_swiper_holder .swiper-button-next:after,
.product_swiper_holder .swiper-button-prev:after {
  font-size: 15px;
  color: #000;
  font-weight: 700;
}

/* See All Button */

.see_all_holder {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.see_all_btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 35px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.see_all_btn svg {
  font-size: 14px;
}

.see_all_btn:hover {
  background: #b22c35 ;
}

@media (max-width: 767px) {
  .product_swiper_holder .swiper-button-next,
  .product_swiper_holder .swiper-button-prev {
    display: none;
  }

  .see_all_btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .Home {
    margin: 20px 0px;
  }

  .Offer_Card .img_holder {
    width: 150px;
    margin: 10px auto;
  }

  .Home .custom_right_col {
    padding: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Offer_Card .img_holder {
    margin-top: 0px;
  }

  .Offer_Card .img_holder .offer_img {
    width: 97%;
  }

  .Home {
    margin: 0px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Offer_Card .img_holder {
    margin-top: 0px;
  }

  .Offer_Card .img_holder .offer_img {
    width: 88%;
  }

  .Home {
    margin: 0px 0px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .Home .desktop_view .body_container {
    /* height: unset; */
  }

  .Home .custom_row {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .Home .desktop_view .body_container {
    /* height: 900px; */
  }
}
