.ecommerce-header .top-header .currency-button {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
}

.btn:focus {
  box-shadow: none;
}

.touch-screen-view {
  border: 2px solid #bce3c9;
  border-radius: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #bce3c9;
}

.touch-screen-view .select2-selection__rendered {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color);
  color: white;
}

.select2-container--default .select2-results__option--selected {
  background-color: var(--primary-color);
  color: white;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #4c8e2a;
  /* green fill */
  border: 2px solid #4c8e2a;
  /* white border (or any color) */
  border-radius: 5px;
  background-clip: content-box;
  /* ensures border is visible */
}

.main-nav .form-inline input.search-field ::placeholder {
  color: #b3b3b3;
  /* change placeholder text color */
  font-size: 14px;
  /* change size */
  font-weight: 500;
  /* optional */
}

.search-form .form-control {
  font-size: 14px;
  /* change size */
  font-weight: 500;
  /* optional */
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #7e7e7e transparent transparent transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 50px;
}

[class*="product-search-"] .select-appearance-none::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  content: "";
  background-color: #dcd9d9;
}

.cart-label {
  display: flex;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.cart-label p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0px !important;
}

button.search-submit:focus {
  background: #4c8e2a;
  color: #ffffff !important;
  outline: dotted 1px;
}

/* footer */

footer {
  background-color: #f7f4f3;
  color: #000000;
  padding: 50px 0 20px;
  margin-top: 50px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-section {
  flex: 1;
  min-width: 250px;
  margin-bottom: 30px;
  padding: 0 15px;
}

p.footer-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 0;
}

.footer-section h3 {
  color: #000000;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "Quicksand";
  position: relative;
  padding-bottom: 10px;
}

.footer-section h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #4c8e2a;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #4c8e2a;
}

.contact-info p {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.contact-info i {
  margin-right: 10px;
  color: #4c8e2a;
}

.newsletter-form {
  display: flex;
  margin-top: 15px;
}

.newsletter-form input {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 4px 0 0 4px;
  outline: none;
}

.newsletter-form button {
  background-color: #000000;
  color: white;
  border: none;
  padding: 0 15px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background-color 0.3s;
}

.newsletter-form button:hover {
  background-color: #000000;
}

.footer-section.social-icons {
  display: flex;
  margin-top: 0px;
  margin-bottom: 5px;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #4c8e2a;
  color: white;
  border-radius: 50%;
  margin-right: 10px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.social-icons a:hover {
  background-color: #4c8e2a;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #4c8e2a;
  color: #95a5a6;
  font-size: 0.9rem;
}

span.footer-discount {
  font-size: 14px;
  color: #7e7e7e;
}

.brand-highlight,
.brand-highlight a {
  color: #4c8e2a;
  font-weight: bold;
}



/* Responsive Design */
/* @media (max-width: 768px) {
  .footer-section {
    flex: 100%;
  }
} */

ul.dropdown-menu.mega-dropdown-menu {
  /* height: 80vh; */
  overflow-x: hidden;
  overflow-y: auto;
}

ul.dropdown-menu.mega-dropdown-menu .categor-title-mega ul {
   margin-top: 6px;
   list-style: none;
}


ul.dropdown-menu.mega-dropdown-menu .mega-menu-column {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    padding: 0 15px;
}

ul.dropdown-menu.mega-dropdown-menu .categor-title-mega ul li a {
    color: #444;
    padding: 5px 5px;
    display: block;
    text-decoration: none;
    /*max-width: 220px;*/
    white-space: normal;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}
ul.dropdown-menu.mega-dropdown-menu .categor-title-mega ul li a:hover {
    color: #fff !important;
    background-color: #4c8e2a;
    border-radius: 3px;
};



.footer-section img.nav-logo {
  max-width: 175px !important;
}

.contact-info a:hover {
  color: #4c8e2a;
}

/* menu css */

.mega-dropdown-menu .mega-container span a {
  color: #4c8e2a;
  font-size: 16px;
  font-family: "Quicksand";
}

/* Category Title */
.mega-dropdown-menu .mega-container span a.category-link {
  color: #4c8e2a;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  border-bottom: 2px solid #dbe7d3;
  padding-bottom: 6px;
  transition: all 0.3s ease;
  white-space: nowrap;
  word-wrap: break-word;
  line-height: 1.4;
}

.footer-section h2 {
  font-size: 24px;
  font-family: Quicksand;
  color: #000000;
}

/* mobile view header */

/* Extra Small Devices (Phones, 320px and up) */
@media (min-width: 320px) {
  .footer-section {
    margin-bottom: 25px;
    padding: 0 10px;
  }

  p.footer-description {
    font-size: 14px;
    line-height: 1.5;
  }

  .footer-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footer-section ul li a {
    font-size: 13px;
  }

  .contact-info span {
    font-size: 13px;
  }

  .footer-section h2 {
    font-size: 18px;
  }

  .social-icons a {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }

  span.footer-discount {
    font-size: 12px;
  }

  .footer-bottom p {
    font-size: 12px;
  }
}

/* Specific mobile optimization for very small screens */
@media (max-width: 375px) {
  .footer-section {
    padding: 0 5px;
  }

  .footer-section h3 {
    font-size: 16px;
  }

  p.footer-description {
    font-size: 13px;
    line-height: 1.4;
  }

  .footer-section ul li {
    margin-bottom: 8px;
  }

  .social-icons {
    justify-content: center;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }

  .contact-info p {
    align-items: flex-start;
  }

  .contact-info i {
    margin-bottom: 5px;
  }
}

@media (max-width: 576px) {
  .ecommerce-header .top-links>li {
    border-right: none;
  }

  .navbar .login-signup {
    background: #4c8e2a;
  }

  .product-search-one {
    display: none;
  }

  .nav-item a:hover {
    color: #4c8e2a;
  }

  .nav-item .dropdown-item:hover {
    background-color: #4c8e2a;
    color: #ffffff !important;
  }

  .categories-menu ul.menu li a:hover {
    color: #4c8e2a;
  }

  p.footer-description {
    font-size: 1.8vh;
  }

  .footer-section.mobile {
    flex: none;
    min-width: auto;
  }

  .footer-section h3 {
    font-size: 2vh;
  }

  .footer-section ul li a {
    font-size: 1.7vh;
  }

  .footer-section ul li {
    margin-bottom: 6px;
  }

  .contact-info span {
    font-size: 1.8vh;
    text-align: justify;
  }

  .footer-section h2 {
    font-size: 2vh;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
  }

  .footer-bottom p {
    font-size: 1.7vh;
  }
}

/* Medium Devices (Tablets, 768px and up) */
@media (min-width: 768px) {
  .footer-content {
    justify-content: space-around;
  }

  .footer-section {
    flex: 0 0 45%;
    margin-bottom: 30px;
  }

  .footer-section:first-child,
  .footer-section:last-child {
    flex: 0 0 100%;
  }

  /* Company and Account side by side */
  /* .footer-section.mobile {
    flex: 0 0 48%;
  } */

  p.footer-description {
    font-size: 15px;
  }

  .footer-section h3 {
    font-size: 22px;
  }

  .footer-section ul li a {
    font-size: 14px;
  }

  .contact-info span {
    font-size: 14px;
  }
}

/* Mobile and Tablet specific styles */
@media (max-width: 768px) {
    .banner-slide-item {
        height: 100% !important; 
    }
    .banner-wrapper-item {
        min-height: fit-content !important;
    }
}
/* Large Devices (Desktops, 992px and up) */
@media (min-width: 992px) {
  .footer-content {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-section {
    flex: 1;
    min-width: 200px;
    margin-bottom: 0;
    padding: 0 15px;
  }

  /* .footer-section.mobile {
    flex: 1;
  } */

  .footer-section:first-child,
  .footer-section:last-child {
    flex: 1;
  }

  p.footer-description {
    font-size: 14px;
    line-height: 1.5;
  }

  .footer-section h3 {
    font-size: 24px;
  }

  .footer-section ul li a {
    font-size: 14px;
  }

  .contact-info span {
    font-size: 14px;
  }

  .footer-section h2 {
    font-size: 24px;
  }

  .social-icons a {
    width: 31px;
    height: 31px;
  }

  span.footer-discount {
    font-size: 14px;
  }

  .footer-bottom p {
    font-size: 14px;
  }
}

/* Extra Large Devices (Large Desktops, 1200px and up) */
@media (min-width: 1200px) {
  .footer-section {
    min-width: 250px;
    padding: 0 20px;
  }

  p.footer-description {
    font-size: 16px;
    line-height: 1.7;
  }

  .footer-section h3 {
    font-size: 26px;
  }

  .footer-section ul li a {
    font-size: 15px;
  }

  .contact-info span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .contact-info p {
    margin-bottom: 0;
  }

  .footer-section.mobile:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}

#myModal .modal-title {
  font-family: "Quicksand";
  font-size: 26px;
}

/* modal india international */

.modal-content {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: none;
}

.modal-header {
  padding: 25px 20px 10px;
}

.modal-title {
  font-weight: 600;
  color: #333;
  font-size: 1.5rem;
}

.modal-body {
  padding: 20px 30px 40px;
}

.region-option {
  transition: transform 0.3s ease;
      display: block;
      text-decoration: none;
  height: 100%;
}

.region-card{
  border: 1px solid #BCE3C9;
  border-radius: 15px;
  
}
.region-option:hover {
  transform: translateY(-5px);
  background-color: #f8f9fa;
  text-decoration: none;
}

.region-image {
    display: flex;
    align-items: center;
    /* margin-bottom: 15px; */
    height: 120px;
    background-color: white;
}
.selected-indicator {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #4C8E2A;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s 
ease;
}
.region-option.active .selected-indicator {
  opacity: 1;
}
.region-option:hover .region-name,
.region-option.active .region-name {
  color: #4C8E2A;
}
.region-image img {
     width: 100%;
    height: auto;
    object-fit: contain;
}

.region-name {
   font-weight: 600;
    font-size: 24px;
    color: #000000;
    font-family: 'Quicksand';
    /* text-align: center;
    padding: 10px 0px; */
}
.region-card-wrapper{
  position: relative;
}

@media (max-width: 576px) {
  .modal-body {
    padding: 15px 20px 30px;
  }
  
  .region-image {
    height: 100px;
    padding: 10px;
  }
  
  .region-image img {
    max-height: 70px;
  }
  
  .region-name {
    font-size: 20px;
    padding: 8px 0px;
  }
  
  .selected-indicator {
    width: 22px;
    height: 22px;
    font-size: 12px;
    top: 8px;
    right: 8px;
  }
  
  .modal-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 400px) {
  .modal-body {
    padding: 10px 15px 25px;
  }
  
  .region-image {
    height: 90px;
  }
  
  .region-image img {
    max-height: 60px;
  }
  
  .region-name {
    font-size: 18px;
  }
  
  .selected-indicator {
    width: 20px;
    height: 20px;
    top: 6px;
    right: 6px;
  }
}

/* Ensure proper spacing on all screens */
.row.w-100 {
  margin: 0 -10px;
}

.col-6 {
  padding: 0 10px;
}

/* Make sure modal is centered and properly sized on all screens */
.modal-dialog.modal-md {
  max-width: 500px;
  margin: 1.75rem auto;
}

@media (max-width: 576px) {
  .modal-dialog.modal-md {
    margin: 0.5rem auto;
    max-width: 95%;
  }
}
.divider {
  width: 1px;
  background-color: #e9ecef;
  margin: 0 10px;
}

.home-slider .owl-stage-outer {
  border: 2px solid #4c8e2a;
  border-radius: 23px;
  background: #f2fce4;
}

/* slider */

.position-relative {
  position: relative;
  margin: 20px auto;
  max-width: 1200px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 23px;
  overflow: hidden;
}

.banner-slide-item {
  /* height: 500px; */
  height: 100%;
  aspect-ratio: 21/9;
  display: flex;
  align-items: center;
  position: relative;
}

.banner-wrapper-item {
  width: 100%;
  padding: 0 50px;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px;
  background: #ffffffff !important;
  display: block;
  transition: all 0.3s ease;
  border-radius: 50%;
  border: 1px solid #4c8e2a;
}

.owl-theme .owl-dots button {
  outline: none;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.home-slider.owl-theme .owl-dots .owl-dot.active span,
.home-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #4c8e2a !important;
  transform: scale(1.3) !important;
  border-color: #4c8e2a !important;
}

.main-title {
  font-family: "Quicksand";
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 12px;
}

.page-title {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.product {
  background: #ececec;
  border-radius: 10px;
  /* overflow: hidden; */
  width: 280px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  /* Center the product cards */
}

.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.product-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: visible !important;
  position: relative;
  z-index: 1;
}

/* .product-image {
  position: relative;
  height: auto;
  min-height: 200px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.product-image img {
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
} */

.product-variations {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.product-variations span a {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 3px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.on-sale {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e74c3c;
  color: white;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}

.hover-area {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 5px;
}

.product-info {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.product-title {
  margin-bottom: 10px;
}

.product-title a {
  color: #2c3e50;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.product-title a:hover {
  color: #e74c3c;
}

.product-price {
  margin-bottom: 15px;
}

.price ins {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
}

.price del {
  color: #95a5a6;
  margin-left: 8px;
  font-size: 16px;
}

/* .product-details {
  margin-top: auto;
} */

.product-category {
  font-size: 16px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.product-specs {
  margin-bottom: 15px;
}

.spec-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 14px;
}

.spec-label {
  color: #7f8c8d;
}

.spec-value {
  font-weight: 500;
  color: #2c3e50;
}

.product-variants {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.variant {
  background: white;
  border-radius: 5px;
  padding: 8px;
}

.variant-title {
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 5px;
}

.variant-price {
  display: flex;
  gap: 10px;
}

.current-price {
  font-weight: 700;
  color: #2c3e50;
}

.original-price {
  color: #95a5a6;
  text-decoration: line-through;
}

.shipping-feed-back {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.star-rating {
  display: flex;
  align-items: center;
}

.star-rating i {
  color: #f39c12;
  margin-right: 5px;
}

.star-rating span {
  font-size: 14px;
  color: #7f8c8d;
}

@media (max-width: 768px) {
  .products {
    gap: 15px;
  }

  .product {
    width: 100%;
    max-width: 320px;
  }

  /* .product-image {
    height: 180px;
  } */
}

.tooltip {
      position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: #4c8e2a;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 13px;
    white-space: normal;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 99999;

}

.tooltip::after {
  content: "";
    position: absolute;
    top: 100%;
    left: 15px;
    border: 5px solid transparent;
    border-top-color: #4c8e2a;
}

.product-title:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-3px);
}

.badge-new {
  position: absolute;
  top: 0px;
  left: 1px;
  background-color: #4c8e2a;
  color: white;
  padding: 5px 12px;
  border-radius: 12px 0 12px 0;
  font-size: 8px;
  font-weight: 400;
  z-index: 10;
  font-family: "Lato";
}

@media (max-width: 576px) {
  .main-title {
    font-size: 4vh;
    text-align: center;
    padding-bottom: 0;
  }

  /* .product-image img {
    max-height: 120px;
  } */
  .product-wrapper .product-info .product-title,
  .product-wrapper .product-info .product-title a {
    text-align: center;
    font-size: 6vh;
  }

  .e-info-center .product-wrapper .shipping-feed-back,
  .e-info-center .product-wrapper .product-info .product-price {
    justify-content: center;
  }
}

/* Very small screens */
@media (max-width: 480px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  /* .product-image {
    min-height: 120px;
  } */

  /* .product-image img {
    max-height: 80px;
  } */

  .product-info {
    min-height: 80px;
    padding: 8px;
  }
}

/* Mobile grid layout */
@media (max-width: 768px) {
  .products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    padding: 0 10px;
  }

  .product {
    max-width: none;
    width: 100%;
  }

  /* .product-image {
    min-height: 150px;
    padding: 10px;
  } */

  /* .product-image img {
    max-height: 120px;
  } */
  .product-wrapper .product-info .product-title,
  .product-wrapper .product-info .product-title a {
    font-size: 11px;
  }

  .product-wrapper .product-info .product-price .price ins {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .products {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
  }

  /* .product-image {
    min-height: 180px;
  } */

  /* .product-image img {
    max-height: 140px;
  } */

  .product-title a {
    font-size: 14px;
  }

  .price ins {
    font-size: 16px;
  }

  .main-title {
    font-size: 28px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {

  /* Products Grid for Tablet */
  .products {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    padding: 0 20px;
  }

  .product {
    max-width: none;
    width: 100%;
  }

  /* Product Image Sizing */
  /* .product-image {
    min-height: 200px;
    padding: 12px;
  } */

  /* .product-image img {
    max-height: 150px;
    max-width: 90%;
  } */

  /* Product Info Adjustments */
  .product-info {
    padding: 12px;
    min-height: 110px;
  }

  .product-title a {
    font-size: 15px;
    line-height: 1.3;
  }

  .price ins {
    font-size: 17px;
  }

  /* Badge and Labels */
  .badge-new {
    font-size: 9px;
    padding: 4px 10px;
  }

  .product-variations span a {
    font-size: 9px;
    padding: 3px 6px;
  }

  .on-sale {
    font-size: 9px;
    padding: 3px 7px;
  }

  /* Tooltip Adjustments */
  .tooltip {
    width: 160px;
    font-size: 11px;
    padding: 5px 9px;
  }

  /* Main Title Sizing */
  .main-title {
    font-size: 26px;
    padding-bottom: 10px;
    text-align: center;
  }
}

@media (min-width: 850px) and (max-width: 991px) {
  .products {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
  }

  /* .product-image {
    min-height: 220px;
  } */

  /* .product-image img {
    max-height: 160px;
  } */
}

@media (min-width: 769px) and (max-width: 991px) {

  /* Ensure consistent product card heights */
  .product-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .product-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .e-info-center .product-wrapper .shipping-feed-back,
  .e-info-center .product-wrapper .product-info .product-price {
    justify-content: center;
  }

  .product-wrapper .product-info .product-price .price ins {
    font-size: 14px !important;
  }

  /* Fix for the "Frequently bought products" section */
  .frequently-bought-products .products {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Adjust product variations display */
  .product-variations {
    max-width: 80%;
  }

  .product-variations span {
    margin-bottom: 3px;
  }

  /* Fix hover area positioning */
  .hover-area {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .hover-area>div {
    margin-bottom: 5px;
  }

  /* Ensure proper text alignment */
  .product-title,
  .product-price {
    text-align: center;
  }

  /* Fix for the tooltip positioning */
  .product-title {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .tooltip {
    left: 50%;
    transform: translateX(-50%);
  }

  .tooltip::after {
    left: 50%;
    margin-left: -5px;
  }

  .product-wrapper .product-info .product-title,
  .product-wrapper .product-info .product-title a {
    font-size: 11px !important;
  }
}

/* Specific fix for the "This product is not for sale" message */
@media (min-width: 769px) and (max-width: 991px) {
  .product-not-for-sale {
    text-align: center;
    padding: 10px;
    background: #fff3f3;
    border: 1px solid #ffcdd2;
    border-radius: 5px;
    margin: 10px 0;
  }

  .product-not-for-sale p {
    margin: 5px 0;
    font-size: 13px;
    color: #d32f2f;
  }
}

/* Price display fixes for tablet */
@media (min-width: 769px) and (max-width: 991px) {
  .price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .price ins {
    font-weight: 700;
  }

  .price del {
    font-size: 13px;
    color: #999;
  }
}

@media (min-width: 992px) {
  .products {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }

  /* .product-image {
    min-height: 220px;
  }

  .product-image img {
    max-height: 180px;
  } */

  .product-title a {
    font-size: 16px;
  }

  .price ins {
    font-size: 18px;
  }

  .main-title {
    font-size: 32px;
  }
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #adadad;
  content: var(--bs-breadcrumb-divider, ">");
}

.breadcrumb-item.active {
  color: #adadad !important;
  font-weight: 500 !important;
}

/* Product Page Style */

/* * General Widget Styles */
*/ .widget {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.widget-title {
  font-weight: 700 !important;
  margin-bottom: 15px;
}

/* Categories Styles */
.categories-list {
  max-height: 400px;
  overflow-y: auto;
}

.category-item {
  border: 1px solid #f2f3f4;
  padding: 6px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.category-item:last-child {
  border-bottom: none;
}

.category-link {
  font-weight: 400;
  font-family: "Lato";
  font-size: 14px;
  padding: 16px;
  color: #000000;
  transition: all 0.3s ease;
}

.category-link:hover {
  color: #4c8e2a !important;
}

.category-arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.category-item.active .category-arrow {
  transform: rotate(180deg);
}

.subcategories {
  padding-left: 15px;
  border-left: 2px solid #e9ecef;
  margin: 10px 0;
}

.subcategory-link,
.childcategory-link {
  transition: all 0.3s ease;
  border-left: 2px solid transparent;
}

.subcategory-link:hover,
.childcategory-link:hover,
.subcategory-link.active,
.childcategory-link.active {
  color: #4c8e2a !important;
  border-left-color: #4c8e2a;
}

.childcategories {
  margin: 5px 0;
}

/* Price Filter Styles */
.price-filter-content {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 6px;
}

.input-group-sm {
  flex: 1;
}

.input-group-text {
  font-size: 12px;
  padding: 4px 8px;
}

.filter-btn {
  background: #4c8e2a;
  border: none;
  /* padding: 8px 16px; */
  font-weight: 500;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  background: #3d7222;
  transform: translateY(-1px);
}

/* Attributes Filter Styles */
.attributes-list {
  max-height: 200px;
  overflow-y: auto;
}

.form-check {
  margin-bottom: 8px;
  padding-left: 0;
}

.form-check-input {
  margin-right: 8px;
}

.form-check-label {
  font-size: 14px;
  cursor: pointer;
}

/* Recent Products Styles */
.recent-products-list {
  max-height: 400px;
  overflow-y: auto;
}

.recent-product-item {
  padding: 10px;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.recent-product-item:hover {
  border-color: #4c8e2a;
  background: #f8f9fa;
}

.product-title {
  font-size: 14px;
  line-height: 1.3;
}

.current-price {
  font-size: 14px;
}

.original-price {
  font-size: 12px;
}

.categories-list::-webkit-scrollbar-thumb,
.attributes-list::-webkit-scrollbar-thumb,
.recent-products-list::-webkit-scrollbar-thumb {
  background: #4c8e2a;
  border-radius: 4px;
}

.product-count-badge {
  background: #bce3c9;
  color: #000000;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  min-width: 24px;
}

/* Price Range Slider Styles */

/* Custom Range Slider */
.custom-slider {
  position: relative;
  height: 20px;
  margin: 0 10px;
}

.slider-track {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 6px;
  background: #e9ecef;
  border-radius: 3px;
}

.slider-progress {
  position: absolute;
  height: 100%;
  background: #4c8e2a;
  border-radius: 3px;
  left: 0%;
  right: 0%;
}

.slider {
  position: absolute;
  width: 100%;
  height: 20px;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  z-index: 2;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 2px solid #4c8e2a;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.slider::-webkit-slider-thumb:hover {
  background: #4c8e2a;
  transform: scale(1.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 2px solid #4c8e2a;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  border: none;
}

.slider::-moz-range-thumb:hover {
  background: #4c8e2a;
  transform: scale(1.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.slider {
  -webkit-appearance: none;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #4c8e2a;
}

/* Firefox */
.slider::-moz-range-thumb {
  background: #4c8e2a;
  /* Thumb color */
}

/* swipper css */

.single-product-wrapper .popup-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all ease 0.4s;
}

.single-product-wrapper .mySwiper {
  position: unset;
  cursor: pointer;
}

.single-product-wrapper .mySwiper .swiper-wrapper .swiper-slide {
  width: 100px;
  border: 1px solid #a0a0a0;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0.5;
}

/* Main slider container */
.single-product-wrapper .sticky {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  align-items: flex-start;
}

/* Main large image slider */
.single-product-wrapper .mySwiper2 {
  flex: 1;
}

/* Thumbnail slider container */
.single-product-wrapper .mySwiper {
  /* width: 100px !important; */
  position: relative !important;
  height: 70vh;
  overflow: auto;
}

/* Thumbnail slider wrapper */
.single-product-wrapper .swiper-wrapper.product-side-slider {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100% !important;
}

/* Individual thumbnail slides */
.single-product-wrapper .mySwiper .swiper-wrapper .swiper-slide {
  width: 100px !important;
  height: 100px !important;
  border: 1px solid #a0a0a0;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease;
}

.single-product-wrapper .mySwiper .swiper-wrapper .swiper-slide:hover,
.single-product-wrapper .mySwiper .swiper-wrapper .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #bce3c9;
}

/* Popup image styles */
.single-product-wrapper .popup-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all ease 0.4s;
}

.single-product-wrapper .popup-img.swiper-initialized {
  opacity: 1;
  visibility: visible;
}

.swiper-slide {
  background: #f7f7f7;
}

.swiper-slide {
  border: 1px solid #ececec;
  border-radius: 17.06px;
  background-color: #f7f7f7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.swiper-slide img {
  border-radius: 17.06px;
}

.color-div {
   width: 130px;
  height: 130px;
  cursor: pointer;
  margin-left: 0px;
}

.quantity-control.mobile_view_center2 {
  display: flex;
  justify-content: center;
  /* border: 2px solid #4c8e2a;
  border-radius: 5px; */
  margin: 0px 38px;
}

.quantity-control .fa-plus:before,
.quantity-control .fa-minus:before {
  color: #4c8e2a;
}

.color-div.selected {
  border: 3px solid #e93434;
}
.add_to_cart_button {
  padding: 0px 16px;
}
/* Styles for larger screens (web view) */
@media (min-width: 990px) {
  .mobile_view_center2 {
    display: flex;
    /* gap: 8px; */
    /* margin: 0px 15px; */
    /* margin: 0px 24px; */
  }

  .pt-2.button_mobile {
    display: flex;
    justify-content: center;
    /* padding: 2px; */
  }
}
@media (max-width: 1200px) {
  .add_to_cart_button {
    font-size: 10px !important;
    line-height: 21px;
    letter-spacing: normal;
    padding: 5px 10px !important;
  }

  .quantity-control.mobile_view_center2 {
    gap: 0px;
    margin: 0px 13px;
  }
  .increaseqty, .decreaseqty {
    padding: 0;
    padding-left: 0 !important;
  }
}
/* Styles for small screens (mobile view) */
@media (max-width: 990px) {
  .add_to_cart_button {
    width: auto;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;

    /* padding: 0px 5px; */
    /* margin-left: 7px; */
  }
 .quantity-control.mobile_view_center2 {
      margin: 0px 96px;
 }
  .mobile_view_center1 {
    /* margin-left:5px; */
    width: 50%;
    
    /* text-align: center; */
  }

  .pt-2.button_mobile {
    display: flex;
    justify-content: center;
    /* Center the button horizontally */
    /* padding: 2px; Add padding if needed for extra space around the button */
  }
}

.add_to_cart_button {
  margin-left: 0px !important;
}
  .weight-option.active {
    background-color: #4c8e2a;
    border: 1px solid #4c8e2a;
    color: #ffffff;
  }
/* Default styles for mobile view */
@media (max-width: 990px) {
  .product_code {
    width: 36%;
  }

  .product_code h3 {
    font-size: 12px;
  }

  .product h3 {
    font-size: 12px;
  }

  .edible h3 {
    font-size: 12px;
  }

  /* .product {
    border-top: 3px solid #a4a4a4;
    border-bottom: 3px solid #a4a4a4;
    padding: 2%;
    width: 32%;
    font-size: 18px;
  } */

  .edible {
    width: 32%;
  }

  .application {
    width: 32%;
    padding: 1% 3%;
  }

  .application_blue {
    /* border-top: 3px solid #a4a4a4; */
    /* border-bottom: none; */
    /* padding: 1% 3%;
                        width: 33%; */
  }

  .dietary {
    width: 35%;
  }

  .precautions {
    border: 3px solid #a4a4a4;
    padding: 1%;
    border-bottom: none;
    width: 50%;
  }

  .usage {
    width: 50%;
    border: 3px solid #a4a4a4;
    padding: 1%;
    border-bottom: none;
    border-right: none;
  }

  .downloads {
    /*width:33%;*/
    border: 3px solid #a4a4a4;
    padding: 1% 3%;
    /*border-right: none;*/
  }

  .abc3 {
    border-right: 3px solid #a4a4a4;
  }

  .weight-option {
    /* width:26%; */
  }



  .gift {
    border-bottom: 3px solid #a4a4a4;
    border-top: 3px solid #a4a4a4;
    /* border-bottom:none; */
    display: flex;
    align-items: center;
    width: 35%;
  }

  .policy {
    border-top: none;
    width: 35%;
    display: flex;
    align-items: center;
  }

  .ig {
    border-top: 3px solid #a4a4a4;
    /* border-top:none; */
    border-bottom: 3px solid #a4a4a4;
    padding: 0;
    width: 10%;
    display: flex;
    align-items: center;
  }

  .fb {
    border-top: none;
    border-left: none;
    width: 10%;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .yt {
    width: 10%;
    padding: 0;
    display: flex;
    align-items: center;
  }

  h5 {
    font-size: 13px;
    font-weight: 500;
  }

  h4 {
    font-size: 12px;
  }

  h3 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
   .quantity-control.mobile_view_center2 {
      margin: 0px 51px;
 }
}

@media (max-width:576px) {
   .quantity-control.mobile_view_center2 {
              margin: 0px 36px
 }
}

@media (min-width: 990px) {


  .precautions {
    border: 3px solid #a4a4a4;
    padding: 1%;
    border-bottom: none;
    border-left: none;
  }

  .gift {
    border: 3px solid #a4a4a4;
    border-left: none;
    border-right: none;
    padding: 2%;
  }

  .ig {
    border: 3px solid #a4a4a4;
    border-left: none;
    border-right: none;
    /* width:67px;height:auto; */
    align-content: center;
  }

  .fb {
    border-top: none;
    border-left: none;

    /* width:67px;height:auto; */
    align-content: center;
  }

  .yt {
    /* width:67px; */
    height: auto;
    align-content: center;
  }

  .abc3 {
    border-right: 3px solid #a4a4a4;
  }



  .weight-option.active h5 {
    color: #ffffff;
  }

  .usage {
    border: 3px solid #a4a4a4;
    padding: 1%;
    border-bottom: none;
  }

  .downloads {
    border: 3px solid #a4a4a4;
    padding: 1% 3%;
    font-size: 20px;
  }
.weight-filter .downloads{
        padding: 6px 15px;
        cursor: pointer;
        background-color: #4c8e2a;
        border: 1px solid #4c8e2a;
        color: #ffffff ;
        font-size: 18px;
        font-weight: 500;
        border-radius: 5px;
        transition: all 0.3s ease;
}

.weight-filter .downloads a h5{
        color: #ffffff ;
}

.weight-filter .download-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #4c8e2a;
    border: 1px solid #4c8e2a;
    color: #fff !important;
    padding: 6px 18px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    transform: translateY(0);
}

.weight-filter .download-btn i {
    font-size: 14px;
}

/* Hover effect */
.weight-filter .download-btn:hover {
    background-color: #3a6d20;
    border-color: #3a6d20;
    transform: translateY(-4px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

  .shipping_charge {
    display: flex;
  }

  h5 {
    /*font-size: 16px;*/
    font-weight: 500;
  }

  h4 {
    font-size: 15px;
  }

  h3 {
    font-size: 26px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .quantity-control.mobile_view_center2 {
    gap: 0;
    margin: 0 20px;
  }
  .increaseqty, .decreaseqty {
    padding: 0;
    padding-left: 0 !important;
  }
  .add_to_cart_button {
        padding: 0 10px !important;
  }
}
.product-details h3,
.product-details h5,
.product-details h4 {
  margin-bottom: 0px !important;
  color: #4c8e2a;
}

#price-display {
  margin: 0;
  font-family: "Quicksand";
  color: #4c8e2a;
  font-size: 46px;
  letter-spacing: 0;
}

.sticky-details h1 {
  font-size: 36px;
  font-family: "Quicksand";
  color: #000000;
  line-height: 46px;
}

.single-product-wrapper {
  display: flex;
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 5px;
}

.product-images {
  flex: 0 0 45%;
  position: sticky;
  top: 20px;
  height: fit-content;
  align-self: flex-start;
}

.product-details {
  flex: 1;
  padding: 0 15px;
}

.product-details-ingredients {
  border: 1px solid #ececec;
  padding: 15px 20px;
  border-radius: 15px;
}

.favro i {
  display: flex;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.favro h6 {
  background: #fde0e9;
  padding: 5px 15px;
  color: #f74b81;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  font-family: "Quicksand";
}

.weight-filter h6 {
  color: #7e7e7e;
  font-weight: 700;
  font-size: 14px;
  font-family: "Lato";
  vertical-align: middle;
}

.weight-option {
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #4c8e2a;
}

/* .owl-stage-outer {
  padding: 5px;
} */


@media (max-width: 767.98px) {

  .product-details-breadcrumb .breadcrumb-item,
  .breadcrumb-item+.breadcrumb-item::before,
  .breadcrumb-item+.breadcrumb-item.active {
    font-size: 11px;
    line-height: 20px;
  }
 
  .add_to_cart_button {
    padding: 7px 10px;
  }

  h5.inte-heading {
    font-size: 15px !important;
    text-align: justify;
  }

  p.inte-description {
    font-size: 13px;
  }

  .weight-filter h6 {
    font-size: 12px;
  }

  .weight-option h5 {
    font-size: 14px;
  }

  .products_description {
    font-size: 14px !important;
    text-align: justify;
  }

  #price-display {
    font-size: 30px;
  }

  .sticky-details h1 {
    font-size: 26px;
    line-height: 28px !important;
    text-align: justify;
  }

  .favro h6 {
    padding: 3px 10px;
    font-size: 10px;
  }

  .favro i,
  .favro svg {
    width: 30px;
    height: 30px;
  }

  .single-product-wrapper .sticky {
    display: block;
  }

  .single-product-wrapper .mySwiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .single-product-wrapper .swiper-wrapper.product-side-slider {
    display: flex;
    flex-direction: row;
    padding: 8px 0px;
    gap: 0px;
  }

  .single-product-wrapper .mySwiper .swiper-wrapper .swiper-slide {
    width: 70px !important;
    height: 100% !important;
  }
}

.weight-option.active h5{
    color: #ffffff;
  }

@media (max-width: 991px) {
  .products_description {
    font-size: 14px !important;
    text-align: justify;
  }

  #price-display {
    font-size: 40px;
  }

  .sticky-details h1 {
    font-size: 30px;
    line-height: 28px !important;
    text-align: justify;
  }
}

/* login page */
.login-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.sign-in-form h3,
.sign-in-form h5 {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  font-family: 'Quicksand';
  font-weight: bold !important;
}

.login-with-google-btn {
  display: flex;
  align-items: center;
  /* vertically center icon and text */
  justify-content: center;
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 6px;
  background-color: #fff;
  /* background-repeat: no-repeat;
     background-size: 20px 20px; 
    background-position: 12px center; */
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s, box-shadow 0.3s, transform 0.2s;
  text-decoration: none;
}

.login-with-google-btn:hover {
  background-color: #4c8e2a;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
  color: #ffffff;
}

#country_code {
  width: 100%;
  background: var(--theme-light-color);
  padding: 5px 6px;
  border: 1px solid var(--theme-gray-color);
  border-radius: 0;
  color: #000000 !important;
  cursor: pointer;
  -webkit-appearance: menulist;
  /* keep default arrow in Chrome/Safari */
  -moz-appearance: menulist;
  /* keep default arrow in Firefox */
  appearance: menulist;
  /* standard appearance */
  transition: border-color 0.3s, box-shadow 0.3s;
}

@media (max-width: 768px) {

  .sign-in-form h3,
  .sign-in-form h5 {
    font-size: 23px;
  }
}

@media (max-width: 1200px) {

  .sign-in-form h3,
  .sign-in-form h5 {
    font-size: 27px;
  }
}

.ecommerce-header .top-header .currency-button:focus,
.ecommerce-header .top-header .currency-button:focus-visible,
.ecommerce-header .top-header .currency-button:focus-within {
  border: 1px solid #4C8E2A;
  outline: none;
}

.custom-accordion {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.accordion-item {
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.3s ease;
  background: #ffffff;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-item:hover {
  background: #F2FCE4;
}

.accordion-item.active {
  background: #F2FCE4;
  border-left: 4px solid #4C8E2A;
}

.accordion-header {
  padding: 1rem 1.25rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
  position: relative;
}

.accordion-header:hover {
  background-color: #F2FCE4;
}

.accordion-header.active {
  background-color: #F2FCE4;
}

.accordion-header h5 {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  color: #262626;
}

.accordion-icon {
  transition: transform 0.3s ease;
  font-size: 1.5rem;
  color: #4C8E2A;
  font-weight: 300;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-header.active .accordion-icon {
  transform: rotate(45deg);
}

.accordion-content {
  padding: 0 1.25rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.accordion-content.active {
  padding: 1rem 1.25rem;
  max-height: 1000px;
}

.accordion-content p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.page-header {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.page-header h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #262626;
  margin-bottom: 0.5rem;
}

.page-header p {
  color: #666;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #262626;
}


.registration-form h3 {
  font-size: 40px;
  font-family: 'Quicksand';
  font-weight: 700 !important;
  color: #000000;
}

.registration-form {
  padding: 21px
}

.registration-form h5 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 400;
  color: #838383 !important;
}
.btn-primary{
  border:1px solid transparent;
}
.cartpage .page-title { 
    color: #253D4E;
    font-size: 42px;
    font-family: 'Quicksand';
    font-weight: 700 !important;
    vertical-align: middle;
    line-height: 57.6px;
    text-align:justify;
    margin-bottom: 0px;
}

.cartpage h6{
  font-size: 16px;
    font-family: 'Quicksand';
    color: #7E7E7E;
    line-height: 19px;
    font-weight: 700;
}
.woocommerce-cart-form__cart-item .product-info {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0px;
}
.woocommerce-cart-form__cart-item .product-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;
}
.woocommerce-cart-form__cart-item .product-details {
    flex: 1;
}
.woocommerce-cart-form__cart-item .product-title {
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--text-color);
}
.woocommerce-cart-form__cart-item .product-title a {
    font-weight: bold;
    font-family: 'Quicksand';
    margin-bottom: 5px;
    font-size: 16px;
    color: #253D4E;
    line-height: 21px;
}

.woocommerce-cart-form__cart-item span#color-bar {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-transform: capitalize;
    margin-left: 5px;
}

.woocommerce-cart-form__cart-item .quantity-border {
    border: 1px solid #4C8E2A; /* or use var(--theme-gray-color) if needed */
    display: inline-block;
    border-radius: 5px;
    padding: 0;
    position: relative;
}

.woocommerce-cart-form__cart-item .quantity {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 45px;
}

.woocommerce-cart-form__cart-item .qttotal1 {
    width: 50px;
    border: none;
    text-align: center;
    font-size: 16px;
    outline: none;
    height: 100%;
}

.woocommerce-cart-form__cart-item .quantity-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.woocommerce-cart-form__cart-item .quantity-button {
    cursor: pointer;
    width: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    background: transparent;
    color: #28a745;
    user-select: none;
}
    .woocommerce-cart-form__cart-item  .product-subtotal {
    color: #4C8E2A;
    font-weight: 900;
    }

 .woocommerce-cart-form__cart-item .custom-checkbox {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
}

 .woocommerce-cart-form__cart-item .custom-checkbox input {
    position: absolute;
    opacity: 0;
}

 .woocommerce-cart-form__cart-item .custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
}

 .woocommerce-cart-form__cart-item .custom-checkbox input:checked ~ .checkmark {
    background-color: #28a745;
    border-color: #28a745;
}

 .woocommerce-cart-form__cart-item .custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

 .woocommerce-cart-form__cart-item .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

  .shop_table input#select-all{
    display: block;
}

 .shop_table .custom-checkbox {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    user-select: none;
}

/* Hide the default checkbox */
 .shop_table .custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Custom checkbox box */
 .shop_table .custom-checkbox .checkmark {
    position: absolute;
    top: -12px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* When checked, apply green background and border */
 .shop_table .custom-checkbox input[type="checkbox"]:checked ~ .checkmark {
    background-color: #28a745; /* green */
    border-color: #28a745;
}

/* Checkmark tick */
 .shop_table .custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

 .shop_table .custom-checkbox input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cartpage b.cart-total {
    color: #4C8E2A;
    font-size: 20px;
    font-family: 'Quicksand';
    font-weight: 700;
}
.cartpage b.discount {
    color: #000000;
    font-size: 20px;
    font-family: 'Quicksand';
    font-weight: 700;
}
.cartpage .cart_totals table .order-total th {
    color: #000000;
    font-size: 24px;
}
.cartpage .cart-collaterals{
      border-radius: 20px;
}

.shipping-calculator-form .button, .wc-proceed-to-checkout .checkout-button:hover{
  color:#4C8E2A;
  background-color: #fff;
  border: 1px solid #4C8E2A;
}
.cartpage .checkout-process{
  font-size: 14px;
  font-family: 'Quicksand';
   font-weight: 700;
   text-decoration: none;
   color:#4C8E2A;
   text-align: center;
}
.cartpage  .cart-process{
    text-align: center;
    padding: 10px 0px;
}
.product-remove a:hover{
color:#4C8E2A;
}

/* static page  */
.return-page h3{
    font-family: 'Quicksand';
    color: #000000;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
}
.return-page li{
      font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    text-align: justify;
    color: #000000;
    line-height: 25px;
    margin-bottom: 20px;
}
.privacy-page h3,
.terms-page h2,
.shipping-page h2,
.safety-page h2,
.sawal-page .custom-banner1{
    font-family: 'Quicksand';
    color: #000000;
    font-size: 40px;
    line-height: 48px;
}
.privacy-page div,
.terms-page p,
.shipping-page p, 
.safety-page p {
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    text-align: justify;
    color: #000000;
    line-height: 25px;
}
.sawal-page .blog-title a {
        color: #4c8e2a;
        text-decoration: none;
        transition: color 0.3s ease;
        font-size: 35px;
}
 .sawal-page .blog-title a:hover {
   color: black;
 text-decoration: underline;
}


                                        
                                                           
                                                      
.terms-page h3 b{
   font-size: 24px;
    font-family: 'Lato';
    font-weight: bold;
    text-align: justify;
    color: #000000;
    line-height: 25px;

}
.faq-page .simple-collaps{
  border-radius: 16px;
  border:1px solid #D9DBE9;
  box-shadow: 0 2px 8px rgba(25, 33, 61, 0.06);
}
.faq-page .simple-collaps:hover {
    box-shadow: 0 4px 12px rgba(25, 33, 61, 0.1);
}
.faq-page .panel span {
    font-weight:400
}


.faq-page .simple-collaps .accordion i {
    transition: transform 0.3s ease;
}
.faq-page .simple-collaps .accordion.active i {
    transform: rotate(180deg);
}

.contact-page h1{
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
    font-family: 'Quicksand';
    padding: 0;
    margin: 0;
}

.contact-page span {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.contact-page .submit-btn.mybtn1{
  width: 100%;
  max-width: 100%;
  padding: 0px 0px;
}


.contact-page .form-control:focus {
 border:1px solid #4C8E2A;
}
.contact-page .form-control {
  border-radius: 8px;
  height: 46px;
  padding: 0.375rem 1rem;
  border: 1px solid #ECECEC;
  background-color: #ECECEC;
  font-family: 'Lato';
  font-size: 14px;
  margin-bottom: 15px;
}


.contactform .d-flex .form-control, 
.contactform .d-flex #country_code {
    height: 45px !important;
    border: 1px solid #ECECEC;
    background-color: #ECECEC;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    box-shadow: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #F8F8F8;
}


.contactform .d-flex .form-control[name="phone"] {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}




.cartpage .clear-cart-link {
  font-size: 16px;
  color: #B6B6B6;
  text-decoration: none;
  font-weight: 600;
  font-family:Quicksand;
  transition: color 0.3s;
}

.cartpage .clear-cart-link i {
  margin-right: 5px;
  color: #B6B6B6;
  font-size: 16px;
}

.cartpage .clear-cart-link:hover {
  color: #4C8E2A;
}



@media (max-width: 767.98px) {
  .cartpage .page-title {
        font-size: 33px;
  }
  .cartpage h6 {
    font-size: 14px;
  }
  .cartpage .clear-cart-link {
    font-size: 12px;
  }
  .woocommerce-cart-form__cart-item .product-title a {
    font-size: 12px;
  }
  table.cart th {
    font-size: 14px;
  }
  .cart_totals table td, .cart_totals table th, table.cart td {
    font-size: 14px;
  }
  .cartpage .cart_totals table .order-total th {
    font-size: 18px;
  }
  .cart-collaterals .cart_totals h2 {
    font-size: 21px;
  }
  .cart_totals .order-total .woocommerce-Price-amount {
    font-size: 16px;
  }
  .cartpage b.cart-total {
    font-size: 16px;
  }
  .cartpage b.discount {
     font-size: 16px;
  }
  .checkout .right-area{
    margin-top:20px;
  }
}
.selected-indicator .fas:before {
  margin-right: 4px;
}