.elementor-element-75ce93e li a {
  font-family: "Inter", sans-serif !important;
}
footer li a,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
.dgwt-wcas-search-input {
  font-family: "Inter", sans-serif !important;
}
/* Hide footer on all pages */
.footerProduct-content .onlyhomepage,
.footerProduct-content .onlyproductpage,
.single-product .footerProduct-content .onlyhomepage,
.home .footerProduct-content .onlyproductpage {
  display: none;
}
.home .footerProduct-content .onlyhomepage {
  display: block;
}
/* Show only on WooCommerce single product pages */
.single-product .footerProduct-content .onlyproductpage {
  display: block;
}
.fileUpload-white {
  display: none;
}
a.file_upload_new.file_upload_newFront {
  background-color: rgba(255, 236, 230);
  border: 1px solid #f84403;
  color: #f84403;
}
a.file_upload_new.file_upload_newFront:hover {
  background-color: #f84403 !important;
  color: #fff !important;
}
.show-custom-estimate .dividerclass,
a.file_upload_new:hover .fileUpload-org {
  display: none;
}
a.file_upload_new:hover .fileUpload-white {
  display: block !important;
}
.elementor-96
  .elementor-element.elementor-element-66b2cfb.dividerclass
  div.elementor-divider {
  padding-block-end: 22px;
}
/*1366 1367*/
@media only screen and (min-width: 1270px) and (max-width: 1600px) {
  .shipping-method-wrapper input[type="radio"] + label {
    padding-left: 1.1em;
  }
  .shipping-method-wrapper input[type="radio"] + label:before,
  .shipping-method-wrapper input[type="radio"] + label:after {
    width: 13px;
    height: 13px;
  }
  .shipping-method-wrapper input[type="radio"] + label:hover:before,
  .shipping-method-wrapper input[type="radio"]:checked + label:before {
    box-shadow:
      inset 0 0 0 0.15em #f84403,
      inset 0 0 0 0.5em #fff;
  }
  .print_shipping-method {
    grid-template-columns: 130px 1fr;
  }
  .shipping-method-wrapper label,
  .printtitle,
  .options .default,
  .default-select .selected,
  .printingdiv .select-box .selected,
  .options li {
    font-size: 15px !important;
  }
  .print_shipping-method {
    padding: 20px;
  }
}
.home .cartExplore_more {
  margin: 0;
  padding-bottom: 20px;
  background: transparent;
}

.home .cartExplore_parent {
  text-align: center;
}
/*
.home .cartExplore_parent img{
    width:100%;
    height:220px;
    object-fit:contain;
    border:1px solid #ddd;
    border-radius:20px;
    background:#f8f8f8;
    padding:20px;
}*/

.home .cartExplore_parent p {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
.home .ExploreTitle {
  font-size: 24px;
  color: #000;
}
.home .exploreCategoriesSwiper .swiper-button-next,
.home .exploreCategoriesSwiper .swiper-button-prev {
  width: 34px;
  height: 34px;
  background: #f84403;
  border-radius: 50%;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, .15); */
  border: none;
  color: #fff;
}
.elementor-element-c518d53 {
  background-color: #fc410008;
}
.home .exploreCategoriesSwiper .swiper-button-next:after,
.home .exploreCategoriesSwiper .swiper-button-prev:after {
  font-size: 14px;
  font-weight: bold;
}
.category-product-section {
  margin: 60px 0;
}

.section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.product-card {
  height: 100%;
}

.product-image-wrap {
  position: relative;
  overflow: hidden;
}

.product-image-wrap img,
.categoryProducts img.size-woocommerce_thumbnail {
  /*width: 100%;
  max-height: 220px;
  object-fit: cover;*/
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.popular-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff6600;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 3px;
  z-index: 2;
}
.category-product-section .custom-sameDay-text {
  font-size: 15px;
}
.product-content h3,
ul.products li.product h2 {
  font-size: 15px;
  margin: 15px 0 10px !important;
  line-height: 1.5;
  padding: 0px !important;
}

.product-content h3 a {
  color: #222;
  text-decoration: none;
  line-height: 1.5;
}

.single-product .custom-rating-count {
  line-height: 1;
}
.rating-wrap,
.archive .custom-rating-count {
  display: flex !important;
  align-items: baseline;
  gap: 3px;
  margin: 8px 0;
  line-height: 1;
}

.rating-wrap .star-rating {
  margin: 0 !important;
  font-size: 14px;
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: WooCommerce;
}

.rating-number,
.review-count {
  font-size: 15px;
  color: #666;
  font-weight: 500;
}

.rating-wrap .star-rating::before {
  content: "sssss";
  color: #cfc8d8;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #ffa534;
}
.rating-wrap .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.rating-wrap .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #ffa534;
}

.price-wrap {
  margin: 10px 0;
  color: #000;
  font-weight: 500;
  font-size: 15px;
}

.order-now-btn {
  display: block;
  text-align: center;
  background: #ff6600;
  color: #fff !important;
  padding: 10px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 10px;
}
/*
.maincont_width,
.cartExplore_more {
  --content-width: 90vw;
  max-width: 90vw !important;
  margin-left: auto !important;
  margin-right: auto !important;
}*/
@media (min-width: 1025px) {
  .categoryProductsSwiper .swiper-pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
    margin-top: 30px;
  }

  .categoryProductsSwiper .swiper-pagination-bullet {
    width: 36px;
    height: 36px;
    border: 1px solid #f36c21;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .categoryProductsSwiper .swiper-pagination-bullet::before {
    content: attr(data-number);
    font-size: 15px;
    font-weight: 600;
    color: #f36c21;
    line-height: normal;
  }

  .categoryProductsSwiper .swiper-pagination-bullet-active {
    background: #f36c21;
  }

  .categoryProductsSwiper .swiper-pagination-bullet-active::before {
    color: #fff;
  }

  .categoryProductsSwiper .custom-prev,
  .categoryProductsSwiper .custom-next {
    text-decoration: none;
    color: #f36c21;
    font-size: 18px;
    font-weight: 700;
  }

  .categoryProductsSwiper .disabled {
    opacity: 0.4;
    pointer-events: none;
  }
}
.categoryProductsSwiper .custom-prev,
.categoryProductsSwiper .custom-next {
  width: 36px;
  height: 36px;
  border: 1px solid #f36c21;
  border-radius: 50%;
  background: #f36c21;
  color: #fff;
  line-height: 36px;
  display: flex;
  /* padding: 5px; */
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.categoryProductsSwiper .custom-prev:hover,
.categoryProductsSwiper .custom-next:hover {
  color: #fff;
}
.categoryProductsSwiper .swiper-pagination {
  position: static !important;
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .categoryProductsSwiper .swiper-pagination-bullet {
    display: none;
  }
  .categoryProductsSwiper .swiper-pagination.swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
  }
  .home .cartExplore_more {
    padding: 0px;
  }
}
.categoryProductsSwiper .page-numbers.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.related.products .woocommerce-loop-product__title,
.comment-form input[name="submit"] {
  font-size: 15px !important;
  line-height: 1.5;
}
.file_upload_new:hover,
.comment-form input[name="submit"]:hover,
.write-review-btn:hover {
  color: #f84403 !important;
}
.product-faq-accordion h2 {
  font-size: 20px;
}
.dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input,
.order-now-btn,
.review-meta,
.woocommerce .star-rating,
.review-number,
.categoryProducts .product .price .woocommerce-Price-amount:first-child::before,
.archive.tax-product_cat .woocommerce-result-count,
select.orderby,
select.orderby option {
  font-size: 15px;
}
@media (max-width: 768px) {
  .perprod_belowT,
  .faq-question,
  .faq-item,
  .review-filter-right input,
  .review-filter-right select {
    font-size: 14px;
  }
  .review-filter-right .inputSearchWrapper::after {
    top: 6px;
  }
  .product-faq-links {
    margin-bottom: 15px;
  }
}
.single-review .review-stars,
.single-product div.custom-rating-count {
  display: flex;
  align-items: baseline;
}

.order-now-btn {
  border: 1px solid #f84403;
}
.order-now-btn:hover {
  background-color: rgba(255, 236, 230);
  color: #f84403 !important;
}
.wc_payment_method.payment_method_razorpay img,
#billing_state select option:first-child,
#billing_company_field,
.woocommerce-billing-fields__field-wrapper span.optional {
  display: none;
}

.f-panzoom__viewport > .f-panzoom__content {
  padding: 10px;
}
