.common_swiper {
  padding-bottom: 30px !important;
}

.Explore_By_Categoryyy .header-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
}
.Explore_By_Categoryyy .header-wrapper .Common_Heading_Holder {
  justify-content: center;
  text-align: center;
}
.Explore_By_Categoryyy .header-wrapper .Common_Heading_Holder {
  margin: 1% 0% 0%;
}
.Explore_By_Categoryyy .header-wrapper .Common_Heading_Holder .h4ppos {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Explore_By_Categoryyy .header-wrapper .Common_Heading_Holder .subtext {
  position: static;
  text-align: center;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1700px !important;
}
.activecategory {
  box-shadow: 0 4px 12px rgba(62, 130, 201, 0.45) !important;
  border-radius: 12px;
}
.common_swiper .swiper-wrapper {
  padding: 15px 0px;
}

.common_swiper .swiper-pagination-bullet-active-main {
  background: #7fabdb !important;
}

.new_heading_holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Explore_By_Category .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.Explore_By_Category .swiper_btns_holder {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.Explore_By_Category .swiper_btns_holder .sq1 {
  height: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Explore_By_Category .swiper_btns_holder .sq1:hover {
  border-radius: 5px 0px 0px 5px;
}

.Explore_By_Category .swiper_btns_holder .sq1.sq2:hover {
  border-radius: 0px 5px 5px 0px;
}

.Explore_By_Category .swiper_btns_holder .sq1 .category-swiper-prev,
.Explore_By_Category .swiper_btns_holder .sq1 .category-swiper-next {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: #3e82c9;
  color: #fff;
  font-size: 17px;
  transition: 0.3s ease-in-out;
}

.Explore_By_Category .swiper_btns_holder .sq1:hover .category-swiper-prev,
.Explore_By_Category .swiper_btns_holder .sq1:hover .category-swiper-next {
  /* width: 33px;
    height: 33px; */
  background: #3e81c9e1;
  transform: scale(1.15);
  transition: 0.3s ease-in-out;
}

.Explore_By_Category
  .swiper_btns_holder
  .sq1
  .category-swiper-prev.swiper-button-disabled,
.Explore_By_Category
  .swiper_btns_holder
  .sq1
  .category-swiper-next.swiper-button-disabled {
  background: #888888;
}

.new_slider_nav {
  display: flex;
  gap: 10px;
}
.new_slider_nav .nav_btn {
  width: 28px;
  height: 28px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.new_slider_nav .nav_btn:hover {
  background: #f5f5f5;
  color: #000;
}
.new_slider_nav .nav_btn svg {
  font-size: 17px;
}

.common_swiper
  .swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.common_swiper
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  /* left: 0%;
  transform: translateX(0%); */
  white-space: nowrap;
}

.common_swiper .swiper-pagination-bullet {
  background: #ea2031 0 0 no-repeat padding-box;
  border-radius: 5px;
  border-radius: 10px;
  height: 4px;
  opacity: 1;
  width: 32px;
}

@media (min-width: 0px) and (max-width: 1199px) {
  .common_swiper {
    padding-bottom: 0px !important;
  }
}

.child-modal .modal-content {
  border-radius: 12px !important;
  border: none;
  background-color: transparent !important;
}
.child-modal .gender-wrapper {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 15px;
}
.child-modal .close-btn {
  background-color: #707070;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  font-size: 14px;
  cursor: pointer;
  height: 22px;
}

.child-modal .modal-header {
  padding: 8px 20px !important;
  background: #f5f5f5 !important;
  border-radius: 10px !important;
}
.child-modal .modal-body {
  background: #f5f5f5;
  border-radius: 10px;
  margin-top: 6px !important;
}
.child-modal .form_group .form-label {
  margin-bottom: 2px;
  font-size: 13px !important;
  font-weight: 500;
}
.child-modal .form_group .form-control {
  border-color: #707070 !important;
}
.child-modal .modal-header .modal-title {
  font-size: 22px !important;
  font-family: "Playfair Display", serif;
  color: black;
  font-weight: 700;
}
.child-modal .wrapper-div {
  margin-top: 5px;
}
.child-modal .child-gender {
  font-size: 14px;
  font-weight: 500;
  color: #202020;
}
.child-modal .gender-card {
  text-align: center;
}
.child-modal .image-wrapper {
  width: 85px;
  height: 85px;
  position: relative;
}
.child-modal .image-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #8c92c4;
}
.child-modal .camera-btn {
  width: 27px;
  height: 27px;
  background: #75438e;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 15px;
}
.child-modal .btn-holder {
  display: flex;
  gap: 15px;
  width: 100%;
}
.child-modal .btn-holder .Green_round_btn_holder,
.child-modal .btn-holder .Gray_Btn_holder {
  width: 100%;
}
.child-modal .btn-holder .Green_round_btn_holder .Green_round_btn,
.child-modal .btn-holder .Gray_Btn_holder .Gray_Btn {
  width: 100%;
}

/*-------------- no data ------------------*/
.no_product_found {
  width: 100%;
  text-align: center;
  padding: 70px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.no_product_img {
  width: 220px;
  margin-bottom: 20px;
}

.no_product_found h3 {
  font-size: 22px;
  font-weight: 700;
  color: #788cb1;
  margin-bottom: 5px;
}

.no_product_found p {
  color: #777;
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .child-modal .modal-header .modal-title {
    font-size: 20px !important;
  }
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .child-modal .modal-header .modal-title {
    font-size: 18px !important;
  }
  .child-modal .gender-wrapper {
    gap: 30px;
  }
  .child-modal .image-wrapper {
    width: 75px;
    height: 75px;
  }
  .no_product_img {
    width: 130px;
  }
  .no_product_found h3 {
    font-size: 18px;
  }
  .no_product_found p {
    font-size: 13px;
  }
  .no_product_found {
    padding: 20px 20px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .child-modal .child-gender {
    font-size: 13px;
  }
  .child-modal .modal-header .modal-title {
    font-size: 16px !important;
  }
  .child-modal .close-btn {
    width: 20px;
    font-size: 13px;
    height: 20px;
  }
  .child-modal .modal-header {
    padding: 10px 10px !important;
  }
  .child-modal .image-wrapper {
    width: 70px;
    height: 70px;
  }
  .child-modal .gender-wrapper {
    margin-bottom: 10px;
  }
  .child-modal .camera-btn {
    width: 22px;
    height: 22px;

    font-size: 13px;
  }
  .no_product_found h3 {
    font-size: 15px;
  }
  .no_product_found p {
    font-size: 11px;
  }
  .Explore_By_Category .header-wrapper {
    margin: 0;
  }
  .new-contwnt {
    font-size: 14px;
  }
}
