@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap");
body::-webkit-scrollbar {
  width: 0.4em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #295f97;
  outline: 0px solid slategrey;
}

body {
  background-color: #fbfbfb;
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none !important;
}
body header {
  position: relative;
}
body header .myfan_header_block {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
}
body header .myfan_header_block .nav_myfan_custom_headder {
  background-color: #313341;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 0px 17px 5px rgba(0, 0, 0, 0.2196078431);
  transition: 0.5s;
}
body header .myfan_header_block .nav_myfan_custom_headder .btnprimary {
  font-size: 0.8rem;
  background: rgb(45, 225, 188);
  background: linear-gradient(90deg, rgb(45, 225, 188) 0%, rgb(6, 175, 141) 100%);
  color: #fff;
  border: none;
  letter-spacing: 0.7px;
  padding: 8px 20px;
  border-radius: 4px;
  margin: 0 10px 0 20px;
}
body header .myfan_header_block .nav_myfan_custom_headder .form-control:focus {
  box-shadow: none;
}
body header .myfan_header_block .nav_myfan_custom_headder .form-select:focus {
  box-shadow: none;
}
body header .myfan_header_block .nav_myfan_custom_headder .c-align {
  align-items: center;
}
body header .myfan_header_block .nav_myfan_custom_headder .c-align .ml_align {
  margin: 0 30px 0 20px;
}
body header .myfan_header_block .nav_myfan_custom_headder .d-flexc {
  display: flex;
  flex: 1;
  margin: 0 20px;
}
body header .myfan_header_block .nav_myfan_custom_headder .inputgrop {
  background-color: #fff;
  border: none;
  height: 45px;
}
body header .myfan_header_block .nav_myfan_custom_headder .alig_block {
  align-items: center;
}
body header .myfan_header_block .nav_myfan_custom_headder .select_block {
  flex: 0.1 !important;
  border: none;
  height: 45px;
  cursor: pointer;
  color: #fff;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  background-color: rgb(26, 64, 104);
  background-image: url("../images/chevron-down.svg");
  background-size: 26px 20px;
  padding: 0.375rem 2.25rem 0.375rem 1.35rem;
}
body header .myfan_header_block .nav_myfan_custom_headder .forminput {
  border: none;
  height: 45px;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
body header .myfan_header_block .nav_myfan_custom_headder .search_icon {
  width: 20px;
  height: 20px;
}
body header .myfan_header_block .nav_myfan_custom_headder .account_icons {
  width: 20px;
  height: 20px;
}
body header .myfan_header_block .nav_myfan_custom_headder .navitem .navlik {
  color: #fff;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
body header .myfan_header_block .nav_myfan_custom_headder .home {
  width: 20px;
  height: 20px;
}
body header .myfan_header_block .nav_myfan_custom_headder .location_block {
  display: flex;
  align-items: center;
}
body header .myfan_header_block .nav_myfan_custom_headder .location_block .mappin {
  color: #089e7f;
  width: 20px;
  height: 20px;
}
body header .myfan_header_block .nav_myfan_custom_headder .location_block .location_text {
  margin: 0 10px;
}
body header .myfan_header_block .nav_myfan_custom_headder .location_block .location_text .deliver {
  margin-bottom: 0px;
  font-size: 0.7rem;
  color: #089e7f;
}
body header .myfan_header_block .nav_myfan_custom_headder .location_block .location_text .place {
  margin-bottom: 0px;
  color: #fff;
  font-size: 0.9rem;
}
body section .content_wrap {
  margin-top: 110px;
}
body section .content_wrap .myfan_section_block .verfiy_block {
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  align-items: center;
  justify-content: space-between;
}
body section .content_wrap .myfan_section_block .verfiy_block .head_verrify {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body section .content_wrap .myfan_section_block .verfiy_block .head_verrify .btnprimary {
  font-size: 0.8rem;
  background: rgb(45, 225, 188);
  background: linear-gradient(90deg, rgb(45, 225, 188) 0%, rgb(6, 175, 141) 100%);
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  letter-spacing: 0.9px;
  padding: 8px 20px;
  border-radius: 4px;
}
body section .content_wrap .myfan_section_block .verfiy_block .head_verrify p {
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 10px;
  text-align: right;
  color: #979797;
}
body section .content_wrap .myfan_section_block .profile_order_block {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.0705882353);
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
}
body section .content_wrap .myfan_section_block .profile_order_block .list-group-item {
  position: relative;
  display: block;
  padding: 1rem 0;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
body section .content_wrap .myfan_section_block .profile_order_block .list-group-item a {
  color: #212529;
  text-decoration: none;
}
body section .content_wrap .myfan_section_block .profile_order_block .list-group-item a.active {
  color: #089e7f;
  font-weight: 700;
}
body section .content_wrap .myfan_section_block .profile_order_block .list-group-item a.active span .feather {
  color: #089e7f;
}
body section .content_wrap .myfan_section_block .profile_order_block .list-group-item span .feather {
  float: right;
  color: #295e94;
}
body section .content_wrap .myfan_section_block .profile_order_block .list-group-item:last-child {
  border-bottom: none;
}
body section .content_wrap .myfan_section_block .marketplace {
  color: #089e7f;
}

.product_details_section {
  padding: 15px 30px;
}
.product_details_section .title_area {
  display: flex;
  align-items: center;
  padding: 30px 0px;
}
.product_details_section .title_area h3 {
  color: #089e7f;
  font-size: 31px;
}
.product_details_section .title_area .page_bradcrams_section {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.product_details_section .title_area .page_bradcrams_section a {
  color: #000000;
  text-decoration: none;
  margin: 0px 15px;
}
.product_details_section .title_area .page_bradcrams_section .curent_page {
  color: #06af8d;
}
.product_details_section .product_info_section {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}
.product_details_section .product_info_section .prodcut_img_section {
  width: 41%;
}
.product_details_section .product_info_section .prodcut_img_section .product_discription_sect h3 {
  color: #089e7f;
}
.product_details_section .product_info_section .prodcut_img_section .product_discription_sect ul {
  padding-left: 2.5rem;
  margin-top: 20px;
  list-style: none;
}
.product_details_section .product_info_section .prodcut_img_section .product_discription_sect ul li {
  margin-bottom: 20px;
  text-indent: -10px;
}
.product_details_section .product_info_section .prodcut_img_section .product_discription_sect ul li::before {
  content: "•";
  color: #153D66;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
  margin-left: -1em;
  font-size: 22px;
}
.product_details_section .product_info_section .product_pricing_section {
  width: 28%;
}
.product_details_section .product_info_section .product_pricing_section span {
  color: #089e7f;
}
.product_details_section .product_info_section .product_pricing_section h3 {
  color: #153D66;
  font-size: 25px;
  font-weight: 700;
}
.product_details_section .product_info_section .product_pricing_section .product_rating_section {
  padding: 20px 0px;
  display: flex;
  align-items: center;
}
.product_details_section .product_info_section .product_pricing_section .product_rating_section .active_star {
  color: #FAB32A;
  font-size: 25px;
}
.product_details_section .product_info_section .product_pricing_section .product_rating_section .star {
  color: #FAB32A;
  font-size: 30px;
}
.product_details_section .product_info_section .product_pricing_section .product_rating_section a {
  color: #000000;
  text-decoration: none;
  margin-left: 20px;
}
.product_details_section .product_info_section .product_pricing_section .customer_rating_info_section {
  padding: 10px 0px;
  margin-top: 10px;
}
.product_details_section .product_info_section .product_pricing_section .customer_rating_info_section p {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3em;
}
.product_details_section .product_info_section .product_pricing_section .customer_rating_info_section .rating_report_details {
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
}
.product_details_section .product_info_section .product_pricing_section .customer_rating_info_section .rating_report_details span {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.product_details_section .product_info_section .product_pricing_section .extra_offers_section {
  margin: 10px 0px;
}
.product_details_section .product_info_section .product_pricing_section .extra_offers_section .accordion-item {
  border: none !important;
}
.product_details_section .product_info_section .product_pricing_section .extra_offers_section .accordion-item .accordion-button {
  border: 1px solid #C4C4C4 !important;
  border-radius: 8px !important;
}
.product_details_section .product_info_section .product_pricing_section .extra_offers_section .accordion-item .accordion-button span {
  font-size: 16px;
  color: #000000;
  margin-left: 20px;
}
.product_details_section .product_info_section .product_pricing_section .extra_offers_section .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}
.product_details_section .product_info_section .product_pricing_section .extra_offers_section .accordion-item .accordion-button:focus {
  box-shadow: none !important;
}
.product_details_section .product_info_section .product_pricing_section .write_review_section {
  padding: 10px 0px;
  margin-top: 10px;
}
.product_details_section .product_info_section .product_pricing_section .write_review_section p {
  color: #153D66;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 0.3em;
}
.product_details_section .product_info_section .product_pricing_section .write_review_section span {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.product_details_section .product_info_section .product_pricing_section .write_review_section .write_review_inputs {
  position: relative;
}
.product_details_section .product_info_section .product_pricing_section .write_review_section .write_review_inputs input {
  padding-right: 35px !important;
  padding: 15px 20px;
  border: 1px solid #153D66;
  margin-top: 20px;
  border-radius: 8px;
}
.product_details_section .product_info_section .product_pricing_section .write_review_section .write_review_inputs span {
  position: absolute;
  right: 0px;
  padding: 10px 16px;
  pointer-events: none;
  font-size: 29px;
  transform: rotate(-24deg);
  color: #0DB895;
}
.product_details_section .product_info_section .product_pricing_section .customers_reviews_section {
  padding: 20px 0px;
  margin-top: 15px;
}
.product_details_section .product_info_section .product_pricing_section .customers_reviews_section .reviewer_profile {
  display: flex;
  align-items: center;
}
.product_details_section .product_info_section .product_pricing_section .customers_reviews_section .reviewer_profile .reviewer_profile_img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.product_details_section .product_info_section .product_pricing_section .customers_reviews_section .reviewer_profile .reviewer_profile_img img {
  width: 100%;
}
.product_details_section .product_info_section .product_pricing_section .customers_reviews_section .reviewer_profile p {
  color: #4E4E4E;
  font-size: 18px;
  font-weight: 500;
  margin-left: 30px;
  margin-bottom: 0.1em;
}
.product_details_section .product_info_section .product_pricing_section .customers_reviews_section .review_description_section p {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}
.product_details_section .product_info_section .product_pricing_section .customers_reviews_section .review_description_section .customer_upload_img {
  margin: 15px 0px;
}
.product_details_section .product_info_section .product_pricing_section .customers_reviews_section .review_description_section span {
  margin-top: 20px;
  color: #000000;
  font-size: 18px;
}
.product_details_section .product_info_section .product_pricing_section .customers_reviews_section .review_description_section .socialShare_review_section {
  display: flex;
  justify-content: space-between;
  margin: 15px 0px;
  border: 1px solid #C4C4C4;
  padding: 15px;
  border-radius: 8px;
  align-items: center;
}
.product_details_section .product_info_section .product_pricing_section .customers_reviews_section .review_description_section .socialShare_review_section .socialShare_title {
  display: flex;
  align-items: center;
}
.product_details_section .product_info_section .product_pricing_section .customers_reviews_section .review_description_section .socialShare_review_section .socialShare_title span {
  color: #0DB895;
  font-size: 28px;
  margin-right: 20px;
  margin-top: 0px;
}
.product_details_section .product_info_section .product_pricing_section .customers_reviews_section .review_description_section .socialShare_review_section .socialShare_title a {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.product_details_section .product_info_section .product_pricing_section .customers_reviews_section .review_description_section .socialShare_review_section .socialShare_icons_section {
  display: flex;
  align-items: center;
}
.product_details_section .product_info_section .product_pricing_section .customers_reviews_section .review_description_section .socialShare_review_section .socialShare_icons_section a {
  margin: 0px 6px;
}
.product_details_section .product_info_section .product_buyNow_section {
  width: 21%;
  background: #fff;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  padding: 15px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.product_details_section .product_info_section .product_buyNow_section .product_social_sharing {
  padding: 10px 20px;
  margin-top: 10px;
}
.product_details_section .product_info_section .product_buyNow_section .product_social_sharing a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  font-weight: 400;
}
.product_details_section .product_info_section .product_buyNow_section .product_social_sharing a span {
  color: #0DB895;
  margin-right: 15px;
}
.product_details_section .product_info_section .product_buyNow_section .product_social_sharing .socialShare_icons_section {
  display: flex;
  padding: 15px 10px;
  justify-content: space-between;
  margin: 20px 0px;
}
.product_details_section .product_info_section .product_buyNow_section .product_final_price_section {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
}
.product_details_section .product_info_section .product_buyNow_section .product_final_price_section span {
  color: #000000;
  font-size: 16px;
  margin-bottom: 6px;
}
.product_details_section .product_info_section .product_buyNow_section .product_final_price_section a {
  color: #0DB895;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  text-decoration: none;
}
.product_details_section .product_info_section .product_buyNow_section .product_quantity_section {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.product_details_section .product_info_section .product_buyNow_section .product_quantity_section input {
  width: 30%;
  margin-left: 20px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #153D66;
}
.product_details_section .product_info_section .product_buyNow_section .buNow_section {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
}
.product_details_section .product_info_section .product_buyNow_section .buNow_section .addToCart_btn {
  padding: 10px 20px;
  color: #153D66 !important;
  border: 1px solid #153D66;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
.product_details_section .product_info_section .product_buyNow_section .buNow_section .buyNow_btn {
  padding: 12px 20px;
  color: #fff;
  background: linear-gradient(95.9deg, #2DE1BC -6.15%, #06AF8D 113.86%);
  border-radius: 30px;
  text-align: center;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
.product_details_section .product_info_section .product_buyNow_section .buNow_section .form-check {
  padding: 20px 0px;
}
.product_details_section .product_info_section .product_buyNow_section .buNow_section .form-check .form-check-input {
  margin-left: 0em !important;
  width: 1.3em;
  height: 1.3em;
}
.product_details_section .product_info_section .product_buyNow_section .buNow_section .form-check .form-check-input:checked {
  background-color: #0DB895;
  border-color: #089e7f;
}
.product_details_section .product_info_section .product_buyNow_section .buNow_section .form-check label {
  margin-left: 15px;
  color: #000000;
  font-size: 16px;
}
.product_details_section .product_info_section .product_buyNow_section .delivery_location_section {
  display: flex;
  align-items: center;
  padding: 0px 20px;
}
.product_details_section .product_info_section .product_buyNow_section .delivery_location_section .mappin {
  color: #089e7f;
  width: 20px;
  height: 20px;
}
.product_details_section .product_info_section .product_buyNow_section .delivery_location_section .location_text {
  margin: 0px 10px;
}
.product_details_section .product_info_section .product_buyNow_section .delivery_location_section .location_text .deliver {
  margin-bottom: 0px;
  font-size: 0.7rem;
  color: #089e7f;
}
.product_details_section .product_info_section .product_buyNow_section .delivery_location_section .location_text .place {
  margin-bottom: 0px;
  color: #000000;
  font-size: 0.9rem;
}
.product_details_section .product_info_section .product_buyNow_section .addToWishList_section {
  padding: 15px 20px;
  width: 100%;
  display: flex;
}
.product_details_section .product_info_section .product_buyNow_section .addToWishList_section a {
  width: 100%;
  padding: 12px 20px;
  color: #fff;
  background: linear-gradient(91.04deg, #295F97 0.13%, #313341 102.57%);
  border-radius: 30px;
  text-align: center;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

#default {
  text-align: center;
}

.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}

.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 5px;
}

.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
  color: #ff3720;
}

.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border 0.15s linear;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #000;
}

.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}/*# sourceMappingURL=product.css.map */
.btn.write_review{
  display: block!important;
}
#pagingBox .card-body{
  padding: 0!important;
}