:root {
  --top-header-bg-color: #016938;
  --button-bg-color: #016938;
  --secondary-color: #2ecc71;
  --font-size-base: 16px;
  --arrow-size: 24px;
  --primary-jakarta-font: "Plus Jakarta Sans", sans-serif;
  --secondary-playfair-font: "Playfair Display", serif;
}

*,
*::after,
::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  display: inline-block
}



/* CSS Document */
body {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

a {
  outline: none;
  text-decoration: none;
}

a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1194px;
  }
}

.img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stellarnav {
  transition: all 0.3s ease-in-out;
}

/* /-- Moblie Menu 1 --/ */

.stellarnav .menu-toggle span.bars span {
  width: 35px;
  height: 2px;
  background-color: #000000;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.stellarnav.active .bars span:nth-child(2) {
  opacity: 0;
}

.stellarnav.active .bars span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.stellarnav.active .bars span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-19px) rotate(-45deg);
}


/* ___________________ Header Starts _______________________*/
/* .navbar-default{ padding:0; margin:0; background:none; border:none; display: block; }
.navbar-default .container{ position:relative; }
.navbar-default .menu-block{ position:absolute; top:30px; right:0; z-index:999; }
.stellarnav{ transition:all 0.3s ease-in-out; } */

.cmn-title {
  font-family: var(--secondary-playfair-font);
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 59px;
}

/* ===================== Top header ==========================*/
.top-header {
  background-color: var(--top-header-bg-color);

}

.top-header .big-block {
  max-width: 700px;
  margin: 0 auto;
}

.top-header .announcment .box p {
  color: #fff;
  text-align: center;
  margin: 0;
  padding-block-end: 15px;
  padding-block-start: 14px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
}

.top-header .announcment .slick-arrow {
  position: absolute;
  top: 23%;
  background: none;
  border: none;
}

.top-header .announcment .slick-arrow i {
  color: #fff;
  font-weight: 300;
}

.top-header .announcment .slick-next {
  right: 0;
  z-index: 1;
}

.top-header .announcment .slick-prev {
  left: 0;
  z-index: 1;
}

/* ===================== bottom header ==========================*/
.navbar .navbar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-block: 15px;
}

.navbar .navbar-wrap .stellarnav>ul>li>a {
  padding: 0;
  padding-right: 18px;
  color: #101820;
  font-size: 14px;
  font-weight: normal;
}

.navbar .navbar-wrap .wishlist-section {
  gap: 20px;
}

.navbar .navbar-wrap .wishlist-section .box a img {
  width: 19px;
}

/* ===================== Banner Block ==========================*/
.banner-wrapper {
  background-color: #FFFBF5;
}

.banner-wrapper .container {
  max-width: 100%;
  padding: 0;
}

.banner-wrapper .big-block {

  display: flex;
  padding: 0;
  align-items: center;
  overflow-x: clip;
}

.banner-wrapper .banner-text-block {
  width: 44%;
  padding-left: 93px;
  padding-right: 170px;
  background-color: #FFFBF5;
}

.banner-wrapper .banner-text-block h1 {
  font-size: 59px;
  font-weight: normal;
  margin: 0;
  font-family: "Playfair Display", serif;
}

.banner-wrapper .banner-text-block h1 span {
  font-weight: 700;
  font-style: italic;
}

.banner-wrapper .banner-text-block p {
  padding-top: 28px;
  padding-bottom: 56px;
  font-size: 20px;
  font-family: inherit;
  font-weight: normal;
  margin: 0;
}

.banner-wrapper .banner-text-block a {
  background-color: var(--button-bg-color);
  padding-block: 21px;
  padding-inline-start: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: inherit;
}

.banner-wrapper .banner-text-block a i {
  padding-inline-start: 8px;
  font-size: 15px;
  padding-right: 25px;
}

.banner-wrapper .banner-image-block {
  width: 56%;
}

.banner-wrapper .banner-image-block .banner-image-slider .slick-list .slick-track .slick-slide div>div {
  height: clamp(26.25rem, 19.3123rem + 14.4535vw, 36.25rem);
}


/* ====================== features-section ==================== */
.features-wrapper {
  padding-top: 33px;
  background-color: #F9F8F7;
  padding-bottom: 37px;
}

.features-wrapper .block {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 23px;
}

.features-wrapper .block .size1 img {
  width: 49px;
}

.features-wrapper .block .size2 img {
  width: 35px;
}

.features-wrapper .block .size3 img {
  width: 32px;
}

.features-wrapper .block .lt-block h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: inherit;
  margin: 0;
  padding-bottom: 18px;
}

.features-wrapper .block .lt-block p {
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
  margin: 0;
  line-height: 26px;
}

/* ====================== Most-Popular-fruits-vegetables-section ==================== */
.our-fruits-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}

.our-fruits-wrapper .row {
  --bs-gutter-y: 40px;
}

.our-fruits-wrapper .title h2 {
  font-family: var(--secondary-playfair-font);
  font-size: 50px;
  font-weight: normal;
  padding-top: 65px;
  padding-bottom: 59px;
  margin: 0;
}

.our-fruits-wrapper .fruit-box .image-box img {
  width: 100%;
}

.our-fruits-wrapper .fruit-box .text-box h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--secondary-playfair-font);
  padding-top: 26px;
  margin: 0;
}

.our-fruits-wrapper .fruit-box .text-box p {
  font-size: 14px;
  font-weight: normal;
  font-family: var(--primary-jakarta-font);
  font-style: italic;
  color: #999999;
  padding-bottom: 22px;
  padding-top: 14px;
  margin: 0;
}

.our-fruits-wrapper .fruit-box .text-box span {
  font-size: 14px;
  font-weight: normal;
  font-family: var(--primary-jakarta-font);
  color: #016938;
  display: inline-block;
  margin: 0;
}

.our-fruits-wrapper .fruit-box .text-box span del {
  color: #999999;
  padding-left: 10px;
}

.our-fruits-wrapper .fruit-box {
  position: relative;
}


/* ====================== need-help-section ==================== */
.need-help-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-block: 84px;
  display: flex;
  justify-content: center;
  justify-content: space-between;

}

.need-help-wrapper .lt-block span {
  font-size: 18px;
  font-family: var(--primary-jakarta-font);
  font-weight: normal;
  color: #101820;
}

.need-help-wrapper .lt-block h2 {
  font-size: 50px;
  font-family: var(--secondary-playfair-font);
  font-weight: 400;
  color: #101820;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 41px;
}

.need-help-wrapper .lt-block p {
  font-size: 16px;
  font-family: var(--primary-jakarta-font);
  font-weight: 400;
  color: #101820;
  margin: 0;
  line-height: 26px;
}

.need-help-wrapper .rt-block .box {
  background-color: rgb(255, 255, 255);
  box-shadow: 4.384px 8.988px 37px 0px rgba(0, 0, 0, 0.07);
  padding-top: 34px;
  padding-bottom: 41px;
  padding-inline: 31px;
  border-radius: 4px;
  text-align: center;
  height: 100%;
}

.need-help-wrapper .rt-block .box i {
  font-size: 35px;
  color: #016938;
}

.need-help-wrapper .rt-block {
  height: 100%;
}

.need-help-wrapper .rt-block .box h3 {
  font-size: 20px;
  font-family: var(--secondary-playfair-font);
  font-weight: normal;
  padding-top: 22px;
  padding-bottom: 18px;
  margin: 0;
  text-align: center;

}

.need-help-wrapper .rt-block .box p {
  color: #999999;
  font-family: var(--primary-jakarta-font);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

/* ====================== Fresh Tropical-fruits-vegetables-section ==================== */

.fresh-tropical-fruits-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fresh-tropical-fruits-wrapper .title h2 {
  text-align: inherit;
  padding-bottom: 60px;
	padding-bottom: 30px;
  padding-top: 40px;
	padding-top: 15px;
}

.fresh-tropical-fruits-wrapper .fruit-box {
  width: 100%;
  position: relative;
}

.fresh-tropical-fruits-wrapper .fruit-box .image-box {
  width: 100%;
}

.fresh-tropical-fruits-wrapper .fruit-box .image-box img {
  width: 100%;
}

.fresh-tropical-fruits-wrapper .fruit-box .text-box h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--secondary-playfair-font);
  padding-top: 26px;
  margin: 0;
}

.fresh-tropical-fruits-wrapper .fruit-box .text-box p {
  font-size: 14px;
  font-weight: normal;
  font-family: var(--primary-jakarta-font);
  font-style: italic;
  color: #999999;
  padding-bottom: 22px;
  padding-top: 14px;
  margin: 0;
}

.fresh-tropical-fruits-wrapper .fruit-box .text-box span {
  font-size: 14px;
  font-weight: normal;
  font-family: var(--primary-jakarta-font);
  color: #016938;
  display: inline-block;
  margin: 0;
}

.fresh-tropical-fruits-wrapper .fruit-box .text-box span del {
  color: #999999;
  padding-left: 10px;
}

.fresh-tropical-fruits-wrapper .instagram-tl h2 {
  text-align: inherit;
  padding-top: 77px;
  padding-bottom: 67px;
  margin: 0;
}

/* ====================== instagram-gallery-section ==================== */
.instagram-gallery-section-wrapper .container {
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}

.instagram-gallery-section-wrapper .box {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.instagram-gallery-section-wrapper .box::after {
  content: '';
  position: absolute;
  width: 20%;
  height: 20%;
  background-color: #23113275;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s;
  backdrop-filter: blur(3px);

}

.instagram-gallery-section-wrapper .box:hover::after {
  opacity: 1;
  background-color: rgba(20, 12, 12, 0.24);
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.instagram-gallery-section-wrapper .box img {
  width: 100%;
  object-fit: scale-down;
}

.instagram-gallery-section-wrapper .box a i {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  color: #fff;
  font-size: 18px;
  transition: 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.instagram-gallery-section-wrapper .box:hover a i {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transition: 0.5s ease-in-out;
}

/* ====================== instagram-gallery-section ==================== */
/* ====================== footer-section ==================== */
.footer-wrapper {
  background-color: #101820;
  padding-top: 79px;
  position: relative;
  overflow-x: hidden;
}

.footer-wrapper .row {
  --bs-gutter-y: 30px;
}

.footer-wrapper::before {
  content: '';
  position: absolute;
  background-image: url(../images/leaf-01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 4%;
  aspect-ratio: 1/1;
  bottom: 0;
  left: -5px;
}

.footer-wrapper::after {
  content: '';
  position: absolute;
  background-image: url(../images/leaf-02.png);

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 7%;
  aspect-ratio: 1/1;
  top: 0;
  right: -5px;
}

.footer-wrapper .title h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--primary-jakarta-font);
  padding-bottom: 38px;
  margin: 0;
}

.footer-wrapper .title.subscribe h3 {
  font-family: var(--secondary-playfair-font);
  font-size: 36px;
  font-weight: 400;
}

.footer-wrapper .footer-list ul li a {
  padding-bottom: 21px;
  font-family: var(--primary-jakarta-font);
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;

}

.footer-wrapper .subscribe-form form input {
  width: 100%;
  border: none;
  outline: none;
  height: 50px;
  padding-left: 10px;
  margin-bottom: 16px;
}

.footer-wrapper .subscribe-form form input::placeholder {
  font-family: var(--primary-jakarta-font);
  font-size: 15px;
  font-weight: 400;
  color: #616161;
}

.footer-wrapper .subscribe-form button {
  background-color: #016938;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--primary-jakarta-font);
  width: 100%;
  border: none;
  padding-block: 19px;
}

.footer-wrapper .social-sec {
  margin-top: 70px;
}

.footer-wrapper .social-sec ul {
  gap: 19px;
}

.footer-wrapper .social-sec ul li a i {
  font-size: 25px;
  color: #fff;
}

.footer-wrapper .privacy-policy-sec {
  margin-top: 77px;
}

.footer-wrapper .privacy-policy-sec p {
  margin: 0;
}

.footer-wrapper .privacy-policy-sec .top-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee36;
  padding-bottom: 21px;
}

.footer-wrapper .privacy-policy-sec .top-sec .lt-block p {
  font-size: 24px;
  font-family: var(--primary-jakarta-font);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.footer-wrapper .privacy-policy-sec .top-sec .rt-block p {
  font-size: 24px;
  font-family: var(--primary-jakarta-font);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.footer-wrapper .privacy-policy-sec .bottom-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 33px;
}

.footer-wrapper .privacy-policy-sec .bottom-sec .lt-block p {
  font-family: var(--primary-jakarta-font);
  font-size: 13px;
  font-weight: 200;
  color: #fff;
}

.footer-wrapper .privacy-policy-sec .bottom-sec .lt-block p span {
  font-family: var(--primary-jakarta-font);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.footer-wrapper .privacy-policy-sec .bottom-sec .rt-block ul {
  gap: 22px;
}

.footer-wrapper .privacy-policy-sec .bottom-sec .rt-block ul li a {
  font-family: var(--primary-jakarta-font);
  color: #fff;
  font-size: 13px;
}



/* ============================CONTACT US PAGE CSS======================= */
.contact-section .contact-form form textarea {
  resize: none;
  height: 100px;

}

.contact-section .contact-form form button[type='submit'] {
  background-color: var(--button-bg-color);
}

.contact-section .contact-form .contact-info {
  background-color: #CBEAD9;
  padding: 18px 25px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact-section .contact-form .contact-info [class^="col-lg-"] div {
  height: 100%;
  border-right: 1px solid #000;
  padding: 0 10px 0 0;
}

.contact-section .contact-form .contact-info [class^="col-lg-"]:last-child div {
  border: none;
}

.contact-section .contact-form .contact-info [class^="col-lg-"] div h2 {
  font-size: clamp(1.5625rem, 1.6758rem + -0.3634vw, 1.25rem);
  font-family: var(--primary-jakarta-font);
  display: flex;
  align-items: center;
  gap: 10px;
  /* padding-bottom: 8px; */
}

.contact-section .contact-form .contact-info [class^="col-lg-"] div h2>i {
  font-size: 20px;
  color: #013c01;
}

.contact-section .contact-form .contact-info [class^="col-lg-"] div a {
  font-size: 14px;
  font-family: var(--primary-jakarta-font);
  color: #000;
}

.contact-section .contact-form .contact-info [class^="col-lg-"] div a:hover {
  text-decoration: underline;
}


/* =========================== Woocommerce Style ======================== */

.woocommerce ul.products li.product a img {
  width: 100%;
  height: 402px !important;
  max-width: 275px !important;
  margin: 0;
  object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--secondary-playfair-font);
  padding-top: 26px;
  margin: 0;
  color: #000;
}

span.woocommerce-Price-amount.amount {
  font-size: 14px;
  font-weight: normal;
  font-family: var(--primary-jakarta-font);
  color: #016938;
  display: inline-block;
  margin: 0;
}

.product .woocommerce-LoopProduct-link .price em, 
.product .summary.entry-summary .price em{
  font-size: 14px;
  font-weight: normal;
  font-family: var(--primary-jakarta-font);
  color: #016938;
  display: inline-block;
  margin: 0;
}

.woocommerce ul.products li.product .price del {
  color: #999999;
  padding-right: 10px;
}

.custom-loop-paragraph p {
  font-size: 14px;
  font-weight: normal;
  font-family: var(--primary-jakarta-font);
  font-style: italic;
  color: #999999;
  padding-bottom: 22px;
  padding-top: 14px;
  margin: 0;
}

.woocommerce ul.products li.product .button {
  background-color: var(--button-bg-color);
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding-block: 8px;
  padding-inline: 15px;
  border-radius: 2px;
}

.woocommerce .added_to_cart.wc-forward {
  border: 1px solid #026d3b;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  padding-block: 6px;
  padding-inline: 15px;
  border-radius: 2px;
  margin-left: 10px;
}

/* ======================================================= */
.our-fruits-wrapper .woocommerce .products.columns-4 li {
  width: 275px;
}

.our-fruits-wrapper .woocommerce .products.columns-4 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
}

.woocommerce span.onsale {

  top: -23px !important;
  position: absolute;
  background: rgb(2, 168, 38);
  border-radius: 100%;
  padding-inline: 10px;
  padding-block: 5px;
  color: #fff;
  border: 3px #17880a dotted;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {

  margin: 0 0 0 auto;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  width: 100% !important;
  height: 350px !important;
  object-fit: cover;
  margin: 0 0 0 auto;
}

.woocommerce .quantity .qty {
  padding-block: 4px !important;
}

.woocommerce div.product form.cart .button {
  background-color: var(--button-bg-color);
  font-weight: 400;
}

.woocommerce div.product .product_title {
  font-weight: 600px;
}

.product_meta span.posted_in {
  background: #f9f9f9;
  padding-inline: 23px;
  padding-block: 11px;
  border-radius: 2px;
}

.product_meta span.posted_in a {
  background-color: #58ff1238;
  color: green;
  font-weight: 500;
  padding-inline: 10px;
  padding-block: 2px;
}










span.cart-count {
  background: #248824;
  color: #fff;
  display: inline-block;
  padding-block: 2px;
  /* padding-inline: 7px; */
  border-radius: 100%;
  font-size: 12px;
  font-weight: 600;
  width: 22px;
  aspect-ratio: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* WooCommerce add-to-cart button loader fix */
.woocommerce .button.loading {
  position: relative;
  opacity: 0.6;
  pointer-events: none;
}

.woocommerce .button.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}




.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}






.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block {
  background-color: var(--button-bg-color);
  color: #fff;

}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button__text {
  color: #fff;
}


.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name {

  font-size: 20px;
  font-weight: 600;
  font-family: var(--secondary-playfair-font);
  padding-top: 26px;
  margin: 0;
  color: #000;
  padding-top: 0;
}

.innerPage .heading h1 {
  font-family: var(--primary-jakarta-font);
  padding-bottom: 20px;
}

.wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  background-color: #D3D3D3 !important;
  padding-inline: 17px !important;
  padding-block: 9px !important;
  text-decoration: none !important;
  color: #000 !important;
  border-radius: 3px !important;
}

.related.products .products.columns-4 {
  display: flex;
  justify-content: center;

}

.related.products .products.columns-4 li {
  width: 275px;
}



.woocommerce-breadcrumb {
  text-align: start;
}

section.related.products h2 {
  margin-bottom: 50px;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.wp-block-button a {
  background-color: var(--button-bg-color);
  padding-inline: 40px;
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background-color: var(--button-bg-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #087d10;
  background-color: #079803a6;
  color: #515151;
  color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #fff;
}

/* .woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	
} */
input#submit {
  background-color: var(--button-bg-color);
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding-block: 7px;
  padding-inline: 7px;
  border: none;
  border: 1px solid #013c01;
}

.woocommerce-loop-product__description {
  color: #BABABA;
}

:root {
  --universal-padding-wc-inner: clamp(1.25rem, 0.9028rem + 1.8519vw, 3.125rem);
}

.wp-singular.product-template-default.single.single-product.postid-151.wp-theme-rehoboth.theme-rehoboth.woocommerce.woocommerce-page.woocommerce-js.product-water-leaf .content-area,
.wp-singular.page-template-default.page.page-id-17.wp-theme-rehoboth.theme-rehoboth.woocommerce-account.woocommerce-page.woocommerce-js.page-my-account .innerPage,
.wp-singular.page-template-default.page.page-id-16.wp-theme-rehoboth.theme-rehoboth.woocommerce-checkout.woocommerce-page.woocommerce-js.page-checkout .innerPage {
  padding-block: var(--universal-padding-wc-inner);
}

.wc-block-components-checkout-place-order-button__text {
  color: #fff;
}

.archive.post-type-archive.post-type-archive-product.wp-theme-rehoboth.theme-rehoboth.woocommerce-shop.woocommerce.woocommerce-page.woocommerce-js.product-garden-egg .content-area,
.wp-singular.page-template-default.page.page-id-15.wp-theme-rehoboth.theme-rehoboth.woocommerce-cart.woocommerce-page.woocommerce-js.page-cart .innerPage {
  padding-top: var(--universal-padding-wc-inner);
}

.woocommerce-Button.button,
.woocommerce-button.button.woocommerce-form-login__submit {
  background-color: #016938 !important;
  color: #fff !important;
}


.woocommerce-LostPassword.lost_password a {
  color: rgb(161, 8, 8);
}

.woocommerce-products-header__title.page-title {
  padding-bottom: 30px;
}

.products.columns-4 {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.products.columns-4::before {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0;
  position: relative;
}
.woocommerce ul.products[class*="columns-"] li.product .icon_after_add_to_cart{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
}
.woocommerce ul.products[class*="columns-"] li.product .icon_after_add_to_cart > a > i{
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce ul.products[class*="columns-"] li.product .icon_after_add_to_cart > a > i,
.woocommerce ul.products[class*="columns-"] li.product .icon_after_add_to_cart > a{
  width: 100%;
  height: 100%;
  margin: 0;
}

.woocommerce ul.products[class*="columns-"] li.product > .icon_after_add_to_cart > a > i > img{
  width: 100%;
  display: block;
  height: 20px !important;
  object-fit: contain;
  object-position: center;
}
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
  width: unset;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .woocommerce ul.products li.product a img {
    height: 300px !important;
  }

  .fresh-tropical-fruits-wrapper .title h2,
  .our-fruits-wrapper .title h2 {
    text-align: center;
  }

}

@media only screen and (max-width: 991px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3, 1fr);
  }

  .woocommerce ul.products li.product a img {
    height: 250px !important;
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
}






/* Solid full-screen background */
.smlr-7c4a2f-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #016938;
  /* solid brand color */
  z-index: 99999;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.smlr-7c4a2f-overlay.smlr-hidden {
  opacity: 0;
  pointer-events: none;
}

.smlr-7c4a2f-wrap {
  text-align: center;
  color: #fff;
  font-family: Arial, sans-serif;
}

.smlr-7c4a2f-spinner {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border: 6px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: smlr-spin 1s linear infinite;
}

@keyframes smlr-spin {
  to {
    transform: rotate(360deg);
  }
}

.smlr-7c4a2f-text {
  font-size: 16px;
  font-weight: 500;
}
body.error404 .inner-banner{
  height: 450px;
  width: auto;
}
body.error404 .page-not-found-btn{
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #016938;
  color: #fff;
}
.btn-primary {
  background-color: var(--button-bg-color);
  border: none;
}

.btn-primary:hover {
  background-color: var(--button-bg-color);
  opacity: 90%;
}


body.page-id-15.page-cart .innerPage .text .wp-block-woocommerce-cart .wp-block-heading {
  padding-bottom: 20px !important;
}

body.page-id-15.page-cart .innerPage .text .wp-block-woocommerce-cart .wp-block-product-new .wc-block-grid__products {
  justify-content: center !important;
}

body.page-id-15.page-cart .innerPage .text .wp-block-woocommerce-cart .wp-block-product-new .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-image {
  height: clamp(9.75rem, 3.3088rem + 17.1765vw, 23.4375rem);
}

body.page-id-15.page-cart .innerPage .text .wp-block-woocommerce-cart .wp-block-product-new .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-image img {
  height: 100% !important;
}

body.page-id-16.page-checkout .innerPage .heading {
  padding: 28px 0 !important;
}

body.page-id-16.page-checkout .innerPage .text .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  padding: 15px 0 !important;
}

body.page-id-16.page-checkout .innerPage .text .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  padding: 15px 0 !important;
}

body.page-id-16.page-checkout .innerPage .text .woocommerce .woocommerce-order .woocommerce-customer-details address {
  padding: 10px 15px !important;
}

body.page-id-17.page-id-17 .innerPage .heading h1 {
  text-align: center !important;
  padding-bottom: 20px !important;
  position: relative !important;
}

body.page-id-17.page-id-17 .innerPage .heading h1::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: clamp(15.625rem, 13.3585rem + 7.2674vw, 21.875rem);
  background-color: #000 !important;
}

body.page-id-17.page-id-17 .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  border-radius: 12px !important;
  margin-top: 20px !important;
}

body.page-id-17.page-id-17 .woocommerce h2 {
  text-align: center !important;
  margin-top: 30px !important;
}

body.page-id-17.page-id-17 .woocommerce-form {
/*   max-width: 50% !important;  */
  margin: 20px auto !important;
  border-radius: 15px !important;
}


.woocommerce .woocommerce-form .woocommerce-privacy-policy-text{ display:none; }

body.page-id-17.page-id-17 .woocommerce-form .woocommerce-form-row input[type="text"],
body.page-id-17.page-id-17 .woocommerce-form .woocommerce-form-row input[type="password"] {
  border-radius: 7px !important;
}

body.page-id-17.page-id-17 .woocommerce-form p.form-row {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  margin-top: 10px !important;
}

body.page-id-17.page-id-17 .woocommerce-form p.form-row>button[type="submit"] {
  margin: 0 !important;
  width: 100% !important;
  margin-top: 10px !important;
  border-radius: 5px !important;
}

body.page-id-17.page-my-account.customize-support .innerPage .text {
  padding: 35px 0 !important;
}

body.page-id-17.page-my-account.customize-support .innerPage .text .woocommerce {
  display: flex !important;
  justify-content: space-between !important;
  align-items: stretch !important;
}

body.page-id-17.page-id-17 .woocommerce-MyAccount-navigation ul {
  background: #01693814 !important;
  border-radius: 10px !important;
  padding: 35px 20px !important;
}

body.page-id-17.page-my-account.customize-support .innerPage .text .woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 35px 0 8px 0 !important;
  border-bottom: 1px solid #c5c5c5 !important;
}

body.page-id-17.page-my-account.customize-support .innerPage .text .woocommerce .woocommerce-MyAccount-navigation ul li:first-child {
  padding-top: 0 !important;
}

body.page-id-17.page-my-account.customize-support .innerPage .text .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #000 !important;
  font-family: var(--primary-jakarta-font);
  font-weight: 600 !important;
}

body.page-id-17.page-my-account.customize-support .innerPage .text .woocommerce .woocommerce-MyAccount-content {
  background-color: #01693814 !important;
  padding: 30px !important;
  border-radius: 10px !important;
}

body.page-id-17.page-my-account.customize-support .innerPage .text .woocommerce .woocommerce-MyAccount-content p>a {
  color: #358e1a !important;
}

body.page-id-17.page-my-account.customize-support .innerPage .text .woocommerce .woocommerce-MyAccount-content p:nth-child(2) {
  font-size: 20px !important;
}

body.page-id-17.page-my-account.customize-support .innerPage .text .woocommerce .woocommerce-MyAccount-content p:nth-child(2)>strong {
  text-transform: capitalize !important;
  font-size: 22px !important;
}

body.page-id-17.page-my-account.customize-support .innerPage .text .woocommerce .woocommerce-MyAccount-content p:nth-child(2)>a {
  font-size: 16px !important;
}

body.page-id-17.page-my-account.customize-support .innerPage .text .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
  padding: 0 0 20px 0 !important;
}

body.page-id-17.page-my-account.customize-support .innerPage .text .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2 {
  text-align: left !important;
}

body.page-id-17.page-my-account.customize-support .innerPage .text .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a {
  float: inline-start !important;
  color: #358e1a !important;
}

body.page-id-17.page-my-account.customize-support .innerPage .woocommerce-EditAccountForm .form-row-first label,
body.page-id-17.page-my-account.customize-support .innerPage .woocommerce-EditAccountForm .form-row-last label {
  font-size: 16px !important;
}

body.page-id-17.page-my-account.customize-support .innerPage .woocommerce-EditAccountForm .form-row-first input,
body.page-id-17.page-my-account.customize-support .innerPage .woocommerce-EditAccountForm .form-row-last input {
  padding: 0 !important;
  padding: 8px !important;
}

body.page-id-229.page-wishlist form{
  padding: 0 0 40px 0;
}
body.page-id-229.page-wishlist form table tbody tr > th{
  padding: 20px 0 0 12px;
}
body.page-id-229.page-wishlist form table tbody tr td{
  padding: 15px 0 15px 15px;
}
body.page-id-229.page-wishlist form table tbody tr td > a{
  color: #000;
}
body.page-id-229.page-wishlist form > button[class^="button"],
body.page-id-229.page-wishlist form table tbody tr td > button[class^="button"]{
  background-color: #016938 !important;
}




.archive .content-area{ padding-bottom:30px; }




