/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
*/

body {
  background: #E2DFE6 !important;
}
html, body {
  margin-top: 0 !important;
}

body.page-id-29 .nwf-header {
  top: 0 !important;
}

/* Header Styles */

.nwf-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 18px 0;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

.nwf-header.sticky-active {
  position: fixed;
  background: #432187 !important;
}

.nwf-header.sticky-active .nwf-header-logo img {
  max-width: 30% !important;
}

.nwf-header-logo a::before,
.nwf-header-logo a::after {
  display: none !important;
  content: none !important;
}

/* Desktop Menu */

.nwf-desktop-menu .elementor-nav-menu,
.nwf-desktop-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 25px;
}

.nwf-desktop-menu li {
  white-space: nowrap;
  flex: 0 0 auto;
}

.nwf-desktop-menu a {
  position: relative;
  display: inline-block;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.nwf-desktop-menu a::after {
  content: "";
  position: absolute;
  left: 15%;
  bottom: 5px;
  width: 70%;
  height: 3px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.nwf-desktop-menu a:hover,
.nwf-desktop-menu a:focus,
.nwf-desktop-menu .current-menu-item > a,
.nwf-desktop-menu .current_page_item > a,
.nwf-desktop-menu a.is-active {
  color: #ffffff !important;
}

.nwf-desktop-menu a:hover::after,
.nwf-desktop-menu a:focus::after,
.nwf-desktop-menu .current-menu-item > a::after,
.nwf-desktop-menu .current_page_item > a::after,
.nwf-desktop-menu a.is-active::after {
  transform: scaleX(1);
  transform-origin: left center;
  background: #ffffff;
}

.nwf-desktop-menu a[href$="/#faq"]:not(.is-active)::after,
.nwf-desktop-menu a[href="#faq"]:not(.is-active)::after {
  transform: scaleX(0) !important;
}

.nwf-header.sticky-active .nwf-desktop-menu .current-menu-item > a,
.nwf-header.sticky-active .nwf-desktop-menu .current_page_item > a,
.nwf-header.sticky-active .nwf-desktop-menu a.is-active,
.nwf-header.sticky-active .nwf-desktop-menu a:hover,
.nwf-header.sticky-active .nwf-desktop-menu a:focus {
  color: #1ec111 !important;
}

.nwf-header.sticky-active .nwf-desktop-menu .current-menu-item > a::after,
.nwf-header.sticky-active .nwf-desktop-menu .current_page_item > a::after,
.nwf-header.sticky-active .nwf-desktop-menu a.is-active::after,
.nwf-header.sticky-active .nwf-desktop-menu a:hover::after,
.nwf-header.sticky-active .nwf-desktop-menu a:focus::after {
  transform: scaleX(1);
  transform-origin: left center;
  background: #1ec111;
}

/* Mobile Menu */

.nwf-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #f3f3f3;
  z-index: 99999;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
}

.nwf-mobile-menu.menu-active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nwf-menu-open,
.nwf-menu-close {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .nwf-mobile-links a,
  .nwf-mobile-menu a,
  .nwf-mobile-menu .elementor-item,
  .nwf-mobile-menu .menu-item a {
    position: relative;
    display: inline-block;
    color: #3f4a59 !important;
    text-decoration: none !important;
    padding-bottom: 10px;
    transition: color 0.3s ease;
  }

  .nwf-mobile-links a::after,
  .nwf-mobile-menu a::after,
  .nwf-mobile-menu .elementor-item::after,
  .nwf-mobile-menu .menu-item a::after {
    content: "";
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: 0 !important;
    width: 170px !important;
    height: 4px !important;
    margin: 0 !important;
    background: #f57500 !important;
    transform: translateX(-50%) scaleX(0) !important;
    transform-origin: center !important;
    transition: transform 0.3s ease !important;
  }

  .nwf-mobile-links a:hover,
  .nwf-mobile-links a.is-active,
  .nwf-mobile-menu a:hover,
  .nwf-mobile-menu a.is-active,
  .nwf-mobile-menu .elementor-item:hover,
  .nwf-mobile-menu .elementor-item-active,
  .nwf-mobile-menu .current-menu-item > a,
  .nwf-mobile-menu .current_page_item > a,
  .nwf-mobile-menu a[aria-current="page"] {
    color: #40b572 !important;
  }

  .nwf-mobile-links a:hover::after,
  .nwf-mobile-links a.is-active::after,
  .nwf-mobile-menu a:hover::after,
  .nwf-mobile-menu a.is-active::after,
  .nwf-mobile-menu .elementor-item:hover::after,
  .nwf-mobile-menu .elementor-item-active::after,
  .nwf-mobile-menu .current-menu-item > a::after,
  .nwf-mobile-menu .current_page_item > a::after,
  .nwf-mobile-menu a[aria-current="page"]::after {
    transform: translateX(-50%) scaleX(1) !important;
    background: #f57500 !important;
  }

  .nwf-mobile-links a[href$="/#faq"]:not(.is-active)::after,
  .nwf-mobile-links a[href="#faq"]:not(.is-active)::after {
    transform: translateX(-50%) scaleX(0) !important;
  }

  .nwf-mobile-menu a::before,
  .nwf-mobile-menu .elementor-item::before,
  .nwf-mobile-menu .menu-item a::before {
    display: none !important;
    content: none !important;
  }

  .nwf-mobile-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
  .nwf-mobile-menu .elementor-nav-menu--main .elementor-item.highlighted,
  .nwf-mobile-menu .elementor-nav-menu--main .elementor-item:hover,
  .nwf-mobile-menu .elementor-nav-menu--main .elementor-item:focus {
    border-bottom: none !important;
  }
}

/* Header Cart */

.nwf-header-cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none !important;
  background: transparent;
  opacity: 1;
  outline: none;
}

.nwf-header-cart-link:hover,
.nwf-header-cart-link:focus,
.nwf-header-cart-link:active,
.nwf-header-cart-link[aria-current="page"] {
  color: #ffffff !important;
  text-decoration: none !important;
  background: transparent;
  opacity: 1;
  outline: none;
  border-bottom: none !important;
  box-shadow: none !important;
}

.nwf-header-cart-link::before,
.nwf-header-cart-link::after,
.nwf-header-cart-icon::before,
.nwf-header-cart-icon::after,
.nwf-header-cart-count::before,
.nwf-header-cart-count::after {
  display: none !important;
  content: none !important;
}

.nwf-header-cart-icon,
.nwf-header-cart-icon i {
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.nwf-header-cart-count {
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1;
}

/* Header Product Search */

.nwf-header-product-search {
  display: flex;
  align-items: stretch;
  width: 250px;
  max-width: 100%;
  margin: 0;
}

.nwf-header-product-search input[type="search"] {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 2px 0 0 2px;
  background: #ffffff;
  color: #4b238b;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 0 12px;
  outline: none;
  box-shadow: none;
}

.nwf-header-product-search input[type="search"]::placeholder {
  color: #4b238b;
  opacity: 1;
}

.nwf-header-product-search button {
  width: 45px;
  height: 40px;
  border: none;
  border-radius: 0 2px 2px 0;
  background: #348532;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: none;
  opacity: 1;
  outline: none;
}

.nwf-header-product-search button:hover,
.nwf-header-product-search button:focus,
.nwf-header-product-search button:active {
  background: #348532;
  color: #ffffff;
  opacity: 1;
  outline: none;
  box-shadow: none;
}

.nwf-header-product-search button i {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 1024px) {
  .nwf-header-product-search {
    width: 230px;
  }
}

@media (max-width: 767px) {
  .nwf-header-product-search {
    width: 100%;
  }
}
/* Footer */
.footer-nav-link a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}

.footer-nav-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: rgb(33 193 16);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
}

.footer-nav-link a:hover {
  color: #ffffff;
}

.footer-nav-link a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.nwf-footer-locations-hover {
  position: relative;
  display: inline-block;
  max-width: 320px;
}

.nwf-footer-locations-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  position: relative;
  padding-bottom: 14px;
}

.nwf-footer-locations-arrow {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.nwf-footer-locations-list {
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  pointer-events: none;
}

.nwf-footer-locations-list a {
  display: block;
  width: fit-content;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 18px;
  position: relative;
  transition: color 0.25s ease;
}

.nwf-footer-locations-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
}

.nwf-footer-locations-list a:hover {
  color: #ffffff;
}

.nwf-footer-locations-list a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.nwf-footer-locations-hover:hover .nwf-footer-locations-arrow,
.nwf-footer-locations-hover.is-open .nwf-footer-locations-arrow {
  transform: rotate(180deg);
}

.nwf-footer-locations-hover:hover .nwf-footer-locations-label::after,
.nwf-footer-locations-hover.is-open .nwf-footer-locations-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 115px;
  height: 3px;
  background: #1ec111;
}

/* Desktop only: overlay dropdown */
@media (min-width: 1025px) {
  .nwf-footer-locations-list {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    z-index: 20;
  }

  .nwf-footer-locations-hover:hover .nwf-footer-locations-list,
  .nwf-footer-locations-hover.is-open .nwf-footer-locations-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}

/* Tablet/mobile: push content down instead of overlapping */
@media (max-width: 1024px) {
  .nwf-footer-locations-hover {
    display: block;
    max-width: 100%;
  }

  .nwf-footer-locations-list {
    position: static;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    transition: max-height 0.35s ease;
  }

  .nwf-footer-locations-hover:hover .nwf-footer-locations-arrow {
    transform: none;
  }

  .nwf-footer-locations-hover:hover .nwf-footer-locations-label::after {
    content: none;
  }

  .nwf-footer-locations-hover.is-open .nwf-footer-locations-arrow {
    transform: rotate(180deg);
  }

  .nwf-footer-locations-hover.is-open .nwf-footer-locations-label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 115px;
    height: 3px;
    background: #1ec111;
  }

  .nwf-footer-locations-hover.is-open .nwf-footer-locations-list {
    max-height: 500px;
    margin-top: 8px;
  }
}
/* Home Page */

/* About Page */
.nwf-feature-icon {
  background: transparent !important;
}

.nwf-feature-icon .elementor-widget-container,
.nwf-feature-icon .elementor-icon-box-wrapper,
.nwf-feature-icon .elementor-icon-box-content {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.nwf-feature-icon .elementor-icon i,
.nwf-feature-icon .elementor-icon svg {
  color: #3f8f3a;
  fill: #3f8f3a;
}

.nwf-feature-icon.elementor-view-framed .elementor-icon {
  border: none !important;
}

.nwf-feature-icon .elementor-icon {
  width: auto !important;
  height: auto !important;
  padding: 14px !important;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

/* Form Styles */
/* home newsletter signup */
.nwf-newsletter-form,
.nwf-newsletter-form * {
  font-family: 'Poppins', sans-serif;
}

.nwf-newsletter-form {
  max-width: 700px;
}

.nwf-newsletter-form p {
  margin: 0;
}

.nwf-newsletter-label {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 24px;
}

.nwf-newsletter-input {
  width: 100%;
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid #ffffff !important;
  color: #ffffff !important;
  font-size: 15px;
  padding: 12px 0 10px !important;
  outline: none;
  box-shadow: none !important;
  border-radius: 0 !important;
	font-weight: 300!important;
}

.nwf-newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.nwf-newsletter-submit-wrap {
  text-align: right;
  margin-top: 8px;
}

.nwf-newsletter-submit {
  background: #3d9630 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  font-size: 15px;
  line-height: 1;
  padding: 16px 80px !important;
  cursor: pointer;
  transition: opacity 0.2s ease;
  display: inline-block;
}

.nwf-newsletter-submit:hover {
  opacity: 0.9;
}

.nwf-newsletter-form .wpcf7-spinner {
  display: none;
}
/* Contact page form */
.nwf-contact-form {
  max-width: 1200px;
  font-family: 'Poppins', sans-serif;
}

.nwf-contact-form,
.nwf-contact-form * {
  font-family: 'Poppins', sans-serif;
}

.nwf-contact-form p {
  margin: 0;
}

.nwf-contact-form-row {
  display: flex;
  gap: 50px;
  margin-bottom: 18px;
}

.nwf-contact-form-col {
  flex: 1;
}

.nwf-contact-label {
  display: block;
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 14px;
}

.nwf-contact-input,
.nwf-contact-textarea {
  width: 100%;
  background: transparent !important;
  border: none !important;
  border-bottom: 1.5px solid #38c172 !important;
  color: #1f1f1f !important;
  font-size: 15px;
  font-weight: 300;
  padding: 10px 0 6px !important;
  outline: none;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.nwf-contact-textarea {
  min-height: 100px;
  height: 100px;
  resize: vertical;
}

.nwf-contact-input::placeholder,
.nwf-contact-textarea::placeholder {
  color: rgba(31, 31, 31, 0.65);
}

.nwf-contact-submit-wrap {
  text-align: center;
  margin-top: 22px;
}

.nwf-contact-submit {
  background: #3d9630 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 14px 40px !important;
  min-width: 320px;
  max-width: 420px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  display: inline-block;
}

.nwf-contact-submit:hover {
  opacity: 0.9;
}

.nwf-contact-form .wpcf7-spinner {
  display: none;
}

@media (max-width: 767px) {
  .nwf-contact-form-row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }

  .nwf-contact-submit {
    min-width: 260px;
    width: 100%;
    max-width: 360px;
  }
}
/* Wholesale Inquiry Form */
.nwf-wholesale-form {
  max-width: 1400px;
  font-family: 'Poppins', sans-serif;
}

.nwf-wholesale-form,
.nwf-wholesale-form * {
  font-family: 'Poppins', sans-serif;
}

.nwf-wholesale-form p {
  margin: 0;
}

.nwf-wholesale-row {
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: center;
  column-gap: 28px;
  margin-bottom: 22px;
}

.nwf-wholesale-row-top {
  align-items: start;
}

.nwf-wholesale-label {
  display: block;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  margin: 0;
}

.nwf-wholesale-field-wrap {
  width: 100%;
}

.nwf-wholesale-input,
.nwf-wholesale-textarea {
  width: 100%;
  background: transparent !important;
  border: 3px solid #f3f3f3 !important;
  color: #1f1f1f !important;
  font-size: 16px;
  font-weight: 300;
  padding: 12px 14px !important;
  outline: none;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.nwf-wholesale-textarea {
  min-height: 110px;
  resize: vertical;
}

.nwf-wholesale-input::placeholder,
.nwf-wholesale-textarea::placeholder {
  color: rgba(31, 31, 31, 0.6);
}

.nwf-wholesale-file {
  font-size: 16px;
  font-weight: 300;
  color: #1f1f1f;
}

.nwf-wholesale-file::file-selector-button {
  background: transparent;
  border: none;
  color: #3d9630;
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
  margin-right: 12px;
  font-size: 16px;
}

.nwf-wholesale-upload-row {
  align-items: start;
}

.nwf-wholesale-submit-wrap {
  text-align: right;
  margin-top: 28px;
}

.nwf-wholesale-submit {
  background: #3d9630 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 20px 70px !important;
  min-width: 210px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  display: inline-block;
}

.nwf-wholesale-submit:hover {
  opacity: 0.9;
}

.nwf-wholesale-form .wpcf7-spinner {
  display: none;
}

@media (max-width: 767px) {
  .nwf-wholesale-row {
    grid-template-columns: 1fr;
    row-gap: 10px;
    margin-bottom: 20px;
  }

  .nwf-wholesale-submit-wrap {
    text-align: center;
  }

  .nwf-wholesale-submit {
    min-width: 260px;
    width: 100%;
    max-width: 360px;
  }
}

/* Blog/recipe posts */
.nwf-post-nav-link {
  color: #3d9630;
  text-decoration: underline;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.nwf-post-nav-link:hover {
  color: #3d9630;
}

.nwf-post-nav-link-newer {
  float: right;
}
.nwf-post-grid .eael-grid-post {
  display: flex;
  height: 100%;
}

.nwf-post-grid .eael-grid-post-holder {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

.nwf-post-grid .eael-entry-media img,
.nwf-post-grid .eael-entry-thumbnail img,
.nwf-post-grid .eael-post-grid-post-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.nwf-post-grid .eael-entry-title,
.nwf-post-grid .eael-post-grid-post-title {
  line-height: 1.15;
  min-height: 2.3em;
  margin-bottom: 18px;
}

.nwf-post-grid .eael-entry-title a,
.nwf-post-grid .eael-post-grid-post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nwf-post-grid .eael-entry-content,
.nwf-post-grid .eael-post-grid-post-excerpt,
.nwf-post-grid .eael-entry-content p,
.nwf-post-grid .eael-entry-text-wrap p {
  margin-top: 0;
}

/* Shop page styles */
.shop-page-cat-list a {
    text-decoration: none!important;
}

/* Category page styles */
.nwf-product-archive {
  background: #e2dfe6;
  padding: 280px 0 120px;
}

.nwf-product-archive-inner {
  width: min(1500px, calc(100% - 80px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 55px;
  align-items: start;
}

.nwf-product-category-sidebar {
  padding-top: 8px;
}

.nwf-product-category-sidebar h2 {
  color: #4b238b;
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 10px;
}

.nwf-product-category-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.nwf-product-category-nav a {
  color: #171717;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.2s ease;
}

.nwf-product-category-nav a:hover,
.nwf-product-category-nav a.is-active {
  color: #348532;
}

.nwf-product-category-header {
  margin-bottom: 42px;
}

.nwf-product-category-header h1 {
  color: #348532;
  font-family: Georgia, serif;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.nwf-product-category-description {
  max-width: 1180px;
}

.nwf-product-category-description p {
  color: #111111;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  margin: 0;
}

.nwf-product-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.nwf-product-toolbar .woocommerce-ordering {
  margin: 0;
}

.nwf-product-toolbar select {
  background: transparent;
  border: none;
  color: #777;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
}

.nwf-product-archive ul.products {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px 24px;
  margin: 0 !important;
}

.nwf-product-archive ul.products::before,
.nwf-product-archive ul.products::after {
  display: none !important;
}

.nwf-product-archive ul.products li.product {
  width: auto !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  text-align: center;
}

.nwf-product-archive ul.products li.product a img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  margin: 0 0 14px !important;
}

.nwf-product-archive ul.products li.product .woocommerce-loop-product__title {
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
  min-height: 38px;
  padding: 0 !important;
  margin: 0 0 6px !important;
}

.nwf-product-archive ul.products li.product .star-rating {
  display: block;
  float: none;
  margin: 0 auto 4px;
  color: #ffb900;
}

.nwf-product-archive ul.products li.product .price {
  color: #111111;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin-bottom: 16px;
}

.nwf-product-archive ul.products li.product .button {
  background: #348532 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  border: none !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding: 11px 38px !important;
  margin: 0 !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease;
}

.nwf-product-archive ul.products li.product .button:hover {
  opacity: 0.9;
}

.nwf-product-archive .woocommerce-pagination {
  margin-top: 50px;
}

.nwf-product-archive .woocommerce-pagination ul {
  border: none;
}

.nwf-product-archive .woocommerce-pagination ul li {
  border: none;
}

.nwf-product-archive .woocommerce-pagination ul li a,
.nwf-product-archive .woocommerce-pagination ul li span {
  color: #348532;
}

@media (max-width: 1200px) {
  .nwf-product-archive ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .nwf-product-archive-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .nwf-product-category-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 18px;
  }

  .nwf-product-archive ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .nwf-product-archive {
    padding: 350px 0 80px;
  }

  .nwf-product-archive-inner {
    width: min(100% - 36px, 1500px);
  }

  .nwf-product-category-header h1 {
    font-size: 36px;
  }

  .nwf-product-category-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .nwf-product-archive ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 18px;
  }

  .nwf-product-archive ul.products li.product a img {
    height: 160px;
  }
}

@media screen and (max-width: 610px) {
    .nwf-product-archive {
    padding: 250px 0 80px;
  }
}

@media (max-width: 480px) {
  .nwf-product-category-nav,
  .nwf-product-archive ul.products {
    grid-template-columns: 1fr;
  }

  .nwf-product-archive ul.products li.product a img {
    height: 220px;
  }
}

/* Product page styles */
.single-product {
  background: #e2dfe6;
}

.single-product .site-main,
.single-product main {
  background: #e2dfe6;
}

.single-product div.product {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
  padding: 150px 0 120px;
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 40px;
  align-items: start;
}

.single-product div.product div.images {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

.single-product div.product div.summary {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

.single-product div.product div.images img {
  width: 100%;
  height: auto;
  display: block;
}

.single-product .product_title {
  color: #4b238b;
  font-family: Georgia, serif;
  font-size: 44px;
  line-height: 1.22;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.single-product div.product p.price,
.single-product div.product span.price {
  color: #111111;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 24px;
}

.single-product .woocommerce-product-rating {
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.single-product .woocommerce-product-rating .star-rating {
  color: #ffb900;
  margin: 0;
}

.single-product .woocommerce-review-link {
  color: #1b75bb;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.single-product .woocommerce-product-details__short-description {
  color: #111111;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  margin: 28px 0 0;
}

.single-product .woocommerce-product-details__short-description p {
  margin: 0 0 16px;
}

.single-product form.cart {
  margin: 22px 0 28px !important;
}

.single-product form.cart .quantity input.qty {
  height: 44px;
  width: 70px;
  border: 1px solid #999;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.single-product form.cart .single_add_to_cart_button {
  background: #348532 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  padding: 15px 55px !important;
  min-width: 260px;
}

.single-product form.cart .single_add_to_cart_button:hover {
  opacity: 0.9;
}

.single-product .product_meta {
  display: none;
}

.single-product .woocommerce-breadcrumb {
  display: none;
}

.single-product .woocommerce-tabs {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
  padding-bottom: 80px;
}

.single-product .related.products,
.single-product .upsells.products {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
  padding-bottom: 80px;
}

@media (max-width: 1024px) {
  .single-product div.product {
    grid-template-columns: 1fr;
    padding-top: 220px;
  }

  .single-product .product_title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .single-product div.product {
    padding-top: 200px;
  }
  .single-product .product_title {
    font-size: 32px;
  }

  .single-product form.cart .single_add_to_cart_button {
    width: 100%;
    min-width: 0;
  }

  .single-product .woocommerce-tabs,
  .single-product .related.products,
  .single-product .upsells.products {
    width: min(100% - 36px, 1180px);
  }
}

@media screen and (max-width: 400px) {
    .single-product div.product {
    width: min(100% - 36px, 1180px);
    padding-top: 100px;
  }
}

/* Cart page styles */
.woocommerce-cart {
  background: #e2dfe6;
}

.woocommerce-cart .site-main,
.woocommerce-cart main,
.woocommerce-cart article,
.woocommerce-cart .page-content,
.woocommerce-cart .entry-content {
  background: #e2dfe6;
}

.woocommerce-cart .site-main {
  padding-top: 230px;
}

.woocommerce-cart .entry-title {
  color: #348532;
  font-family: Georgia, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 34px;
}

.woocommerce-cart .woocommerce {
  width: min(1250px, calc(100% - 80px));
  margin: 0 auto;
  padding: 0 0 120px;
  display: grid;
  grid-template-columns: 1.35fr 0.8fr;
  gap: 70px;
  align-items: start;
}

.woocommerce-cart form.woocommerce-cart-form {
  width: 100%;
}

.woocommerce-cart table.shop_table {
  border: none;
  border-collapse: collapse;
  background: transparent;
  margin: 0;
}

.woocommerce-cart table.shop_table thead th {
  color: #222222;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 14px 0;
}

.woocommerce-cart table.shop_table tbody td {
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  padding: 24px 0;
  font-family: 'Poppins', sans-serif;
  vertical-align: top;
}

.woocommerce-cart table.shop_table .product-thumbnail img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.woocommerce-cart table.shop_table .product-name a {
  color: #d91c5c;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.woocommerce-cart table.shop_table .product-price,
.woocommerce-cart table.shop_table .product-subtotal {
  color: #111111;
  font-size: 15px;
  font-weight: 300;
}

.woocommerce-cart table.shop_table .product-remove a {
  color: #111111 !important;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
}

.woocommerce-cart table.shop_table .quantity {
  display: inline-flex;
  align-items: center;
}

.woocommerce-cart table.shop_table .qty {
  width: 70px;
  height: 34px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: transparent;
  color: #111111;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  text-align: center;
}

.woocommerce-cart table.shop_table .actions {
  padding-top: 26px;
}

.woocommerce-cart table.shop_table .actions .coupon {
  display: flex;
  gap: 10px;
}

.woocommerce-cart table.shop_table .actions input.input-text {
  min-width: 220px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: transparent;
  color: #111111;
  font-family: 'Poppins', sans-serif;
  padding: 0 12px;
}

.woocommerce-cart table.shop_table button.button,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .return-to-shop a.button {
  background: #348532 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  padding: 15px 40px !important;
  text-decoration: none !important;
  transition: none;
}

.woocommerce-cart table.shop_table button.button:hover,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .return-to-shop a.button:hover {
  background: #348532 !important;
  color: #ffffff !important;
  opacity: 1;
}

.woocommerce-cart .cart-collaterals {
  width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
  background: transparent;
}

.woocommerce-cart .cart_totals h2 {
  color: #4b238b;
  font-family: Georgia, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 24px;
}

.woocommerce-cart .cart_totals table.shop_table {
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  margin-bottom: 30px;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
  border: none;
  color: #111111;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 0;
}

.woocommerce-cart .cart_totals table.shop_table .order-total th,
.woocommerce-cart .cart_totals table.shop_table .order-total td {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-error {
  grid-column: 1 / -1;
  background: transparent;
  border-top-color: #348532;
  color: #111111;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 1024px) {
  .woocommerce-cart .woocommerce {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .woocommerce-cart .site-main {
    padding-top: 110px;
  }
}

@media (max-width: 767px) {
  .woocommerce-cart .woocommerce {
    width: min(100% - 36px, 1250px);
    padding-bottom: 80px;
  }

  .woocommerce-cart .entry-title {
    font-size: 46px;
  }

  .woocommerce-cart table.shop_table .actions .coupon {
    flex-direction: column;
  }

  .woocommerce-cart table.shop_table .actions input.input-text {
    width: 100%;
  }

  .woocommerce-cart table.shop_table button.button {
    width: 100%;
  }
}

.woocommerce-cart a,
.woocommerce-cart .wc-block-components-product-name,
.woocommerce-cart .wc-block-components-product-name a {
  color: #348532;
}

.woocommerce-cart a:hover,
.woocommerce-cart .wc-block-components-product-name:hover,
.woocommerce-cart .wc-block-components-product-name a:hover {
  color: #348532;
}

.woocommerce-cart button,
.woocommerce-cart .button,
.woocommerce-cart .wp-element-button,
.woocommerce-cart .wc-block-components-button,
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #348532;
  border-color: #348532;
  color: #ffffff;
}

.woocommerce-cart button:hover,
.woocommerce-cart .button:hover,
.woocommerce-cart .wp-element-button:hover,
.woocommerce-cart .wc-block-components-button:hover,
.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #348532;
  border-color: #348532;
  color: #ffffff;
  opacity: 1;
}

.woocommerce-cart .wc-block-components-button:not(.is-link) {
  background-color: #348532;
  border-color: #348532;
  color: #ffffff;
}

.woocommerce-cart .wc-block-components-button:not(.is-link):hover {
  background-color: #348532;
  border-color: #348532;
  color: #ffffff;
}

.woocommerce-cart .wc-block-components-button.is-link,
.woocommerce-cart .wc-block-components-button.is-link:hover {
  color: #348532;
}

.woocommerce-cart .wc-block-components-quantity-selector button {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.25);
  color: #348532;
}
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-cart .wc-block-cart__submit-button:focus,
.woocommerce-cart .wc-block-cart__submit-button:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active {
  text-decoration: none;
}
.nwf-header-cart-link,
.nwf-header-cart-link:hover,
.nwf-header-cart-link:focus,
.nwf-header-cart-link:active,
.nwf-header-cart-link[aria-current="page"],
.current-menu-item .nwf-header-cart-link,
.current_page_item .nwf-header-cart-link {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.nwf-header-cart-link::before,
.nwf-header-cart-link::after,
.nwf-header-cart-icon::before,
.nwf-header-cart-icon::after,
.nwf-header-cart-count::before,
.nwf-header-cart-count::after {
  display: none !important;
  content: none !important;
}
.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link,
.woocommerce-cart .wc-block-grid__product-add-to-cart a,
.woocommerce-cart .wc-block-grid__product-add-to-cart button,
.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-button__link,
.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block a.add_to_cart_button {
  background: #348532 !important;
  border: 1px solid #348532 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  padding: 12px 28px !important;
  text-decoration: none !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
.woocommerce-cart .wc-block-grid__product-add-to-cart a:hover,
.woocommerce-cart .wc-block-grid__product-add-to-cart button:hover,
.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-button__link:hover,
.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block a.add_to_cart_button:hover {
  background: #348532 !important;
  border-color: #348532 !important;
  color: #ffffff !important;
  opacity: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link:focus,
.woocommerce-cart .wc-block-grid__product-add-to-cart a:focus,
.woocommerce-cart .wc-block-grid__product-add-to-cart button:focus,
.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-button__link:focus,
.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block a.add_to_cart_button:focus {
  background: #348532 !important;
  border-color: #348532 !important;
  color: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.woocommerce-cart .wc-block-grid__product-title,
.woocommerce-cart .wc-block-grid__product-title a {
  color: #348532 !important;
  text-decoration: none !important;
}

.woocommerce-cart .wc-block-grid__product-title:hover,
.woocommerce-cart .wc-block-grid__product-title a:hover {
  color: #348532 !important;
  text-decoration: underline !important;
}
/* Checkout page styles */
/* WooCommerce Checkout Page */

.woocommerce-checkout {
  background: #e2dfe6;
}

.woocommerce-checkout .site-main,
.woocommerce-checkout main,
.woocommerce-checkout article,
.woocommerce-checkout .page-content,
.woocommerce-checkout .entry-content {
  background: #e2dfe6;
}

.woocommerce-checkout .site-main {
  padding-top: 240px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout {
  width: min(1250px, calc(100% - 80px));
  margin: 0 auto;
  padding-bottom: 120px;
}

.woocommerce-checkout .entry-title,
.woocommerce-checkout h1 {
  color: #348532;
  font-family: Georgia, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce-checkout .wc-block-components-title {
  color: #2d2d2d;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.woocommerce-checkout .wp-block-woocommerce-checkout a,
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-checkbox label a,
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-totals-coupon-link,
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-address-card__edit,
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-address-form__use-address,
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button,
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-payment-method__description a {
  color: #348532 !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout a:hover,
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-checkbox label a:hover,
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-totals-coupon-link:hover,
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-address-card__edit:hover,
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-address-form__use-address:hover,
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover,
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-payment-method__description a:hover {
  color: #348532 !important;
}

.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox input,
.woocommerce-checkout .wc-block-components-country-input input {
  background: #ffffff !important;
  border-color: rgba(0, 0, 0, 0.45) !important;
  color: #222222 !important;
  font-family: 'Poppins', sans-serif;
  box-shadow: none !important;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-combobox input:focus,
.woocommerce-checkout .wc-block-components-country-input input:focus {
  border-color: #348532 !important;
  outline: none !important;
  box-shadow: 0 0 0 1px #348532 !important;
}

.woocommerce-checkout .wc-block-components-button,
.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-checkout button.wc-block-components-button,
.woocommerce-checkout .components-button {
  background: #348532 !important;
  border-color: #348532 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  text-decoration: none !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

.woocommerce-checkout .wc-block-components-button:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.woocommerce-checkout button.wc-block-components-button:hover,
.woocommerce-checkout .components-button:hover,
.woocommerce-checkout .wc-block-components-button:focus,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus,
.woocommerce-checkout button.wc-block-components-button:focus,
.woocommerce-checkout .components-button:focus {
  background: #348532 !important;
  border-color: #348532 !important;
  color: #ffffff !important;
  opacity: 1 !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.woocommerce-checkout .wc-block-components-button[disabled],
.woocommerce-checkout .wc-block-components-checkout-place-order-button[disabled],
.woocommerce-checkout button.wc-block-components-button[disabled],
.woocommerce-checkout .components-button[disabled] {
  background: #348532 !important;
  border-color: #348532 !important;
  color: #ffffff !important;
  opacity: 0.6;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  min-height: 0 !important;
  width: auto !important;
  max-width: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  line-height: 1.2 !important;
  padding: 15px 120px !important;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-checkout .wc-block-components-button, .woocommerce-checkout .wc-block-components-checkout-place-order-button, .woocommerce-checkout button.wc-block-components-button:hover {
    background: #1ec111!important;
    border-color: #1ec111!important;
}
.woocommerce-checkout .wc-block-checkout__sidebar,
.woocommerce-checkout .wc-block-components-sidebar,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  top: 220px !important;
}

.woocommerce-checkout .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-checkout__sidebar {
  background: transparent;
}

.woocommerce-checkout .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-order-summary,
.woocommerce-checkout .wc-block-components-panel,
.woocommerce-checkout .wc-block-checkout__terms {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

.woocommerce-checkout .wc-block-components-formatted-money-amount,
.woocommerce-checkout .wc-block-components-order-summary-item__total-price,
.woocommerce-checkout .wc-block-components-totals-item__value {
  color: #348532 !important;
}

.woocommerce-checkout .wc-block-components-order-summary__button-text,
.woocommerce-checkout .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-order-summary-item__description,
.woocommerce-checkout .wc-block-components-product-name {
  color: #2d2d2d;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 1024px) {
  .woocommerce-checkout .site-main {
    padding-top: 220px;
  }

  .woocommerce-checkout .wp-block-woocommerce-checkout {
    width: min(100% - 50px, 1250px);
  }

  .woocommerce-checkout .wc-block-checkout__sidebar,
  .woocommerce-checkout .wc-block-components-sidebar,
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    top: auto !important;
  }
}

@media (max-width: 767px) {
  .woocommerce-checkout .site-main {
    padding-top: 320px;
  }

  .woocommerce-checkout .wp-block-woocommerce-checkout {
    width: min(100% - 32px, 1250px);
    padding-bottom: 80px;
  }

  .woocommerce-checkout .entry-title,
  .woocommerce-checkout h1 {
    font-size: 44px;
  }
}

@media (max-width: 600px) {
  .woocommerce-checkout .site-main {
    padding-top: 250px;
  }
}

/* WooCommerce Order Confirmation / Thank You Page */

.woocommerce-order-received {
  background: #e2dfe6;
}

.woocommerce-order-received .site-main,
.woocommerce-order-received main,
.woocommerce-order-received article,
.woocommerce-order-received .page-content,
.woocommerce-order-received .entry-content {
  background: #e2dfe6;
}

.woocommerce-order-received .site-main {
  padding-top: 240px;
}

.woocommerce-order-received .woocommerce {
  width: min(1150px, calc(100% - 80px));
  margin: 0 auto;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 120px;
}

.woocommerce-order-received .entry-title,
.woocommerce-order-received h1 {
  color: #348532;
  font-family: Georgia, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 40px;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  color: #2d2d2d;
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  line-height: 1.5;
  margin: 0 0 35px;
}

.woocommerce-order-received h2,
.woocommerce-order-received h3,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title {
  color: #4b238b;
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.15;
  margin: 45px 0 20px;
}

.woocommerce-order-received p,
.woocommerce-order-received li,
.woocommerce-order-received td,
.woocommerce-order-received th,
.woocommerce-order-received address {
  color: #2d2d2d;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.woocommerce-order-received .woocommerce a {
  color: #348532 !important;
  text-decoration: underline;
}

.woocommerce-order-received .woocommerce a:hover {
  color: #348532 !important;
  text-decoration: underline;
}

.woocommerce-order-received .woocommerce-order-overview {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin: 0 0 55px !important;
  padding: 0 !important;
  list-style: none !important;
}

.woocommerce-order-received .woocommerce-order-overview::before,
.woocommerce-order-received .woocommerce-order-overview::after {
  display: none !important;
  content: none !important;
}

.woocommerce-order-received .woocommerce-order-overview li {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 20px 22px !important;
  border: 1px solid rgba(0, 0, 0, 0.16) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.16) !important;
  background: rgba(255, 255, 255, 0.22) !important;
  color: #2d2d2d;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  list-style: none !important;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.woocommerce-order-received .woocommerce-order-overview li strong {
  display: block;
  margin-top: 7px;
  color: #348532;
  font-size: 17px;
  font-weight: 500;
  text-transform: none;
}

.woocommerce-order-received .woocommerce-order-overview__payment-method {
  background: rgba(255, 255, 255, 0.22) !important;
}

.woocommerce-order-received table.shop_table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-collapse: collapse;
  background: transparent;
  margin: 0 0 45px;
}

.woocommerce-order-received table.shop_table th,
.woocommerce-order-received table.shop_table td {
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: transparent;
  padding: 16px 18px;
  vertical-align: top;
}

.woocommerce-order-received table.shop_table thead th {
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.woocommerce-order-received table.shop_table tbody td,
.woocommerce-order-received table.shop_table tbody th {
  font-size: 16px;
  font-weight: 400;
}

.woocommerce-order-received table.shop_table tfoot th,
.woocommerce-order-received table.shop_table tfoot td {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-order-received table.shop_table tfoot tr:last-child th,
.woocommerce-order-received table.shop_table tfoot tr:last-child td {
  color: #348532;
  font-size: 22px;
  font-weight: 700;
}

.woocommerce-order-received table.shop_table .product-name a {
  color: #348532 !important;
  font-weight: 400;
}

.woocommerce-order-received table.shop_table .woocommerce-table__product-name {
  width: 60%;
}

.woocommerce-order-received table.shop_table .woocommerce-table__product-total {
  width: 40%;
}

.woocommerce-order-received .woocommerce-customer-details {
  width: 100%;
  margin-top: 45px;
  clear: both;
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns,
.woocommerce-order-received .woocommerce-columns--addresses {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 45px !important;
  align-items: start !important;
  width: 100% !important;
  margin: 0 !important;
}

.woocommerce-order-received .woocommerce-column,
.woocommerce-order-received .woocommerce-column--billing-address,
.woocommerce-order-received .woocommerce-column--shipping-address,
.woocommerce-order-received .col-1,
.woocommerce-order-received .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}

.woocommerce-order-received .woocommerce-column__title {
  text-align: left !important;
  margin: 0 0 18px !important;
  color: #4b238b;
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.15;
}

.woocommerce-order-received .woocommerce-column address {
  width: 100% !important;
  min-height: 145px;
  margin: 0 !important;
  padding: 24px !important;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: rgba(255, 255, 255, 0.22);
  border-radius: 3px;
}

.woocommerce-order-received .woocommerce-message,
.woocommerce-order-received .woocommerce-info,
.woocommerce-order-received .woocommerce-error {
  background: transparent;
  border-top-color: #348532;
  color: #2d2d2d;
  font-family: 'Poppins', sans-serif;
}

.woocommerce-order-received .button,
.woocommerce-order-received .wp-element-button {
  background: #348532 !important;
  border-color: #348532 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  font-family: 'Poppins', sans-serif;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.2 !important;
  padding: 13px 45px !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.woocommerce-order-received .button:hover,
.woocommerce-order-received .wp-element-button:hover {
  background: #348532 !important;
  border-color: #348532 !important;
  color: #ffffff !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns::before,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns::after,
.woocommerce-order-received .woocommerce-columns--addresses::before,
.woocommerce-order-received .woocommerce-columns--addresses::after {
  display: none !important;
  content: none !important;
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns,
.woocommerce-order-received .woocommerce-columns--addresses {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 45px !important;
  align-items: start !important;
  width: 100% !important;
  margin: 0 !important;
}

.woocommerce-order-received .woocommerce-column--billing-address,
.woocommerce-order-received .woocommerce-column--shipping-address {
  grid-column: auto !important;
  grid-row: auto !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .woocommerce-order-received .woocommerce-customer-details .woocommerce-columns,
  .woocommerce-order-received .woocommerce-columns--addresses {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1024px) {
  .woocommerce-order-received .site-main {
    padding-top: 220px;
  }

  .woocommerce-order-received .woocommerce {
    width: min(100% - 50px, 1150px);
    padding-left: 0;
    padding-right: 0;
  }

  .woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .woocommerce-order-received .woocommerce-customer-details .woocommerce-columns,
  .woocommerce-order-received .woocommerce-columns--addresses {
    grid-template-columns: 1fr !important;
    gap: 35px !important;
  }
}

@media (max-width: 767px) {
  .woocommerce-order-received .site-main {
    padding-top: 320px;
  }

  .woocommerce-order-received .woocommerce {
    width: min(100% - 32px, 1150px);
    padding-bottom: 80px;
  }

  .woocommerce-order-received .entry-title,
  .woocommerce-order-received h1 {
    font-size: 44px;
  }

  .woocommerce-order-received h2,
  .woocommerce-order-received h3,
  .woocommerce-order-received .woocommerce-order-details__title,
  .woocommerce-order-received .woocommerce-column__title {
    font-size: 31px;
  }

  .woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-order-received table.shop_table th,
  .woocommerce-order-received table.shop_table td {
    padding: 13px 12px;
  }
}

@media (max-width: 600px) {
  .woocommerce-order-received .site-main {
    padding-top: 250px;
  }
  .woocommerce-order-received table.shop_table tfoot tr:last-child th, .woocommerce-order-received table.shop_table tfoot tr:last-child td {
      font-size: 18px;
  }
}