* {
  font-family: "Quicksand", sans-serif !important;
}

::-moz-selection {
  /* Code for Firefox */
  background: #5bb336;
}

::selection {
  background: #5bb336;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.broken-img-icon {
  font-size: 30px;
  flex: 1;
}

/* =========== Login Modal =========== */
.login-lottie {
  width: 300px;
  height: 300px;
}
.modal-content {
  background-color: #fff;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  padding: 30px;
}
.modal-content h1 {
  font-weight: bold;
  color: #44ad40;
  margin: 0 !important;
}
.modal-content p {
  font-size: 18px;
  margin: 0;
}
.modal-content a {
  text-decoration: none;
  color: #000;
}
.modal-content span {
  color: #44ad40;
  font-weight: 600;
}

/* =========== NEW SHOP =========== */
.product-section-header h1 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #777;
}
.product-section {
  padding: 20px;
}
.product-grid-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
}
.grid-card {
  max-width: 300px;
  max-height: 450px;
  width: 100%;
  height: 450px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column !important;
  margin: 5px;
  text-decoration: none;
  color: #000;
  margin-bottom: 20px !important;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}
.car-img {
  max-width: 300px;
  max-height: 200px;
  width: 150px;
  height: auto;
}
.grid-card:hover {
  color: #000;
}
.grid-card-img-holder {
  max-width: 70% !important;
  height: auto;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.grid-card-img-holder img {
  width: 100% !important;
  height: auto;
}
.grid-card-product-name {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  line-height: 22px;
  margin: 0 !important;
}
.grid-card-product-name:hover {
  color: #5bb336 !important;
  transition: 0.3s all ease-in-out !important;
}
.grid-card-row {
  display: flex;
  justify-content: flex-start !important;
  align-items: flex-end !important;
  width: 100%;
}

.price {
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px !important;
  margin-right: 2px;
  color: #5bb336 !important;
}
.grid-btn-holder {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
}
.grid-cart-btn {
  border: 0;
  border-radius: 5px;
  background-color: #5bb336;
  width: 180px !important;
  height: 40px;
  color: #fff;
  font-weight: 600;
  margin: 2px;
}
.grid-cart-btn:hover {
  background-image: url("../images/icons/cart.svg");
  background-repeat: no-repeat !important;
  background-size: 25px;
  background-position: center;
  background-color: #fff;
  border: 1px solid #5bb336;
  transition: 0.3s all ease-in-out;
  font-size: 0 !important;
  color: #fff;
}
.grid-cart-dropdown {
  width: 100px !important;

  margin: 2px;
}
.added-btn {
  background-color: #777;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 700;
}
.product-details-section {
  padding: 10px;
}
.know-more-btn {
  width: 100% !important;
  background-color: #fff;
  border: 1px solid #5bb336;
  border-radius: 5px;
  padding: 5px;
  color: #5bb336;
}
.know-more-btn:hover {
  background-color: #44ad40;
  color: #fff;
  transition: 0.3s all ease-in-out;
}

/* =========== OFFER MARQUEE =========== */
.offer-marquee {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #44ad40;
}
.offer-marquee p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  color: #fff;
}
.offer-marquee span {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: #fff;
}
.offer-category-section {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.offer-category-section h1 {
  font-weight: 600;
  font-size: 30px;
  margin: 0 !important;
}
.offer-category-section p {
  font-weight: 500;
  font-size: 20px;
  margin: 0 !important;
}
.offer-cat-flex {
  flex: 1;
}
.offer-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start;
  margin-bottom: 80px !important;
}
.offer-card {
  max-width: 250px;
  max-height: 300px;
  width: 250px;
  height: 300px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  margin-right: 10px;
  background-color: #fff;
}
.offer-item-img {
  width: 250px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer-item-img img {
  width: 150px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer-content-section {
  margin-top: 5px;
  padding: 10px;
}
.offer-cat {
  margin: 0;
  color: #777;
  font-size: 12px;
}
.offer-product-name {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.offer-price {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #5bb336;
}

/* =========== ITEM DETAILS SECTION =========== */
.item-details-section {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}
.item-details-section-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.item-details-section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
  height: 300px;
  padding: 25px;
}
.item-details-carousel-container {
  flex: 1;
  max-width: 100%;
  max-height: 300px;
  width: 50%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.item-details-item-img {
  max-width: 300px;
  height: 300px;
  width: 100%;
  height: auto;
}
.prev-icon-new {
  content: url("../images/icons/arrow-back-circle-dark.svg");
  margin-top: 200px;
  margin-left: -200px;
}
.next-icon-new {
  content: url("../images/icons/arrow-forward-circle-dark.svg");
  margin-top: 200px;
  margin-right: -200px;
}
.item-details-item-name {
  font-size: 44px;
  text-align: center;
  margin: 0;
  font-weight: bold;
  line-height: 50px;
}
.item-details-item-price {
  font-size: 30px;
  margin: 0;
  font-weight: 800;
  color: #5bb336;
}
.item-details-item-weight {
  font-size: 16px;
  margin: 0;
  font-weight: 800;
  margin-bottom: 20px;
}
.item-details-max {
  background-color: #e7e7e7;
  padding: 50px;
  margin-top: 50px;
}
.item-details-label {
  margin: 0;
  color: #777;
  font-weight: 700;
}
.item-line {
  width: 50px;
  border: 2px solid #44ad40;
  margin-bottom: 20px;
  margin-top: 5px;
}
.item-details-desc {
  font-size: 20px;
  margin-bottom: 20px;
}
.item-details-item-ingred {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}

/* =========== CHECKOUT SCREEN =========== */
.checkout-screen-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.checkout-left {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column !important;
  padding: 20px;
}
.checkout-left h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px !important;
}
.checkout-right {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start;
  flex-direction: column !important;
  padding: 20px;
  background-color: #e7e7e7;
  height: 100% !important;
}
.checkout-right h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px !important;
}
.checkout-order-details-section {
  background-color: #fff !important;
  width: 100% !important;
  padding: 20px;
}
.receipt-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.receipt-header h5 {
  flex: 1;
  font-weight: 600 !important;
  font-size: 16px;
}
.receipt-header #subtotal-header-qty {
  text-align: right !important;
}
.receipt-header #subtotal-header-price {
  text-align: right !important;
}
.order-details {
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e7e7e7e7;
  padding-top: 10px;
}
.order-details-holder {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  flex: 1;
}
.order-details-holder p {
  font-weight: 600;
  line-height: 22px;
}
.order-details-btn-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.order-details-price-holder {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-holder {
  border: 2px solid #e7e7e7;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dec-btn {
  background-color: #fff;
  border: 0;
  width: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #5bb336;
  font-weight: bold;
}
.order-qty {
  margin: 0;
  width: 30px;
  text-align: center !important;
  border: 0;
}
.inc-btn {
  background-color: #fff;
  border: 0;
  width: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #5bb336;
  font-weight: bold;
}
.order-price {
  text-align: right !important;
  width: 100%;
}
.order-details-calc {
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e7e7e7;
  margin-top: 10px;
  padding-top: 10px;
}
.order-label {
  flex: 1;
  font-weight: bold !important;
}
.order-calc {
  flex: 1;
  text-align: right;
  font-weight: 600;
  font-size: 20px;
}
.continue-btn {
  width: 100%;
  text-align: center;
  background-color: #5bb336 !important;
  border: 0 !important;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
}
.empty-cart-section {
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column !important;
}
.empty-cart-section img {
  width: 30% !important;
  height: auto;
  margin-bottom: 15px;
}
.empty-cart-section p {
  font-weight: bold;
  font-size: 22px !important;
}

/* =========== Maintenance =========== */
.under-maintenance {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  margin-bottom: 150px;
  flex-direction: column;
}
.under-maintenance h1 {
  margin-top: 20px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  color: #5bb336;
}
.under-maintenance p {
  margin: 0;
  color: #000;
  top: 0;
}
.maintenance-lottie {
  width: 100px;
  height: 100px;
  margin-bottom: -115px;
  margin-left: 5px;
}
/* =========== Top Navbar =========== */
.top-nav-social-icon {
  font-size: 30px !important;
  color: green !important;
  margin: 0;
  margin: 5px;
  text-decoration: none;
}
.top-nav-social-icon:hover {
  font-size: 30px !important;
  color: #44ad40 !important;
  margin: 0;
  margin: 5px;
  transition: 0.3s all ease-in-out !important;
}
.top-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 5px;
}
.top-navbar-brand {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  max-width: 100%;
  height: auto;
}
.top-navbar-brand a {
  max-width: 100%;
  height: auto;
  text-decoration: none;
}
.top-navbar-brand img {
  width: 60%;
  height: auto;
}
.top-nav-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  margin: 0;
}
.top-nav-inner-row {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  margin-right: 30px;
}
.top-nav-inner-row a {
  text-decoration: none;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-weight: bold;
}
.top-nav-inner-row a:hover {
  text-decoration: none !important;
  color: #5bb336 !important;
  font-weight: bold;
  transition: all 0.5s;
}
.top-nav-inner-row p:hover {
  color: #5bb336;
  font-weight: bold;
  transition: 0.5s;
}
.top-nav-icon {
  font-size: 24px;
}
.top-nav-inner-row p {
  font-size: 16px;
  color: #2d4454;
  margin-left: 5px;
}
.top-nav-support-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
.earphone {
  font-size: 30px;
  margin-right: 20px;
  font-weight: 800;
  color: #2d4454;
}
.top-nav-support-section h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0;
  color: #5bb336;
}
.top-nav-support-section p {
  margin-top: 0 !important;
  margin-bottom: 0;
  top: 0;
  left: 0;
  font-size: 12px;
}
.badge-color {
  color: #fff !important;
  background-color: #44ad40;
  margin-left: 5px;
}
.cart-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* =========== Navbar =========== */
.navbar {
  background-color: #fff !important;
  border-top: 0.5px solid #efefef;
  border-bottom: 0.5px solid #efefef;
  padding: 10px;
}
.navbar-brand {
  display: none;
}
.nav-link {
  font-weight: 800 !important;
  font-size: 16px;
  color: #2d4454;
}
.nav-link:hover {
  color: #5bb336 !important;
}
.dropdown-item {
  font-weight: 800 !important;
  font-size: 16px;
  color: #2d4454;
  padding-bottom: 5px;
}
.dropdown-item:hover {
  background-color: #00000000;
  color: #5bb336 !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown-image {
  width: 400px;
  height: auto;
  margin-bottom: -8px !important;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* .dropdown-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin: 10px;
}
.dropdown-row img {
  width: 30px;
  height: auto;
} */
.mobile {
  display: none !important;
}

/* =========== About Section =========== */
.about-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px !important;
}
.about-top-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content !important;
  height: auto;
}
.about-top-img img {
  border-radius: 5px;
}

/* =========== Banner Section =========== */
.banner-vid {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 300px;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #5bb336; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 100%; /* Rounded corners */
  font-size: 12px; /* Increase font size */
  width: 80px;
  height: 80px;
  justify-self: center !important;
  align-self: center !important;
  font-weight: 700;
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
.centered-carousel {
  margin-top: 0 !important;
  padding: 40px !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.centered-carousel img {
  width: 100% !important;
  height: 50% !important;
  margin: 0 !important;
}

/* =========== Category Slider Section =========== */
.category-slider-mobile {
  display: none !important;
}
.category-slider {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.inner-card-grid-mobile {
  display: flex !important;
  flex-direction: row !important;
}
.inner-card {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  flex-direction: column;
  width: 150px;
  height: 210px;
  border-radius: 10px;
  margin: 10px;
  text-decoration: none !important;
  color: #000 !important;
}
.inner-card:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  transition: all 0.5s;
}
.inner-card p {
  font-weight: 700;
  margin-top: 15px;
}

#inner-card-pale {
  background-color: #f2fce4;
}
#inner-card-pale-yellow {
  background-color: #fffceb !important;
}
#inner-card-blue {
  background-color: #fff3ff !important;
}
#inner-card-green {
  background-color: #ecffec !important;
}
#inner-card-red {
  background-color: #feefea !important;
}

/* =========== Bestseller Section =========== */
.grid-card-container {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center;
  align-items: center;
}
.grid-card {
  max-width: 300px !important;
  max-height: 450px !important;
  width: 300px !important;
  height: 450px;
  margin-bottom: 20px;
}
.section-heading {
  font-weight: bold !important;
  margin-bottom: 15px !important;
}
/* .carousel-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: 20px !important;
} */
.product-card-homepage {
  max-width: 250px !important;
  width: 250px !important;
  height: 300px !important;
  border: 1px solid #e7e7e7;
  border-radius: 3px !important;
  display: flex !important;
  margin: 10px !important;
  background-color: #fff;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column;
}
.product-card-homepage img {
  max-width: 250px;
  max-height: 150px;
  width: auto !important;
  height: 150px !important;
  margin: 0 !important;
}
.product-card-content-section {
  padding: 10px !important;
}
.product-card-category {
  font-weight: 400;
  color: #777;
  margin: 0 !important;
}
.product-card-item-name {
  color: #000 !important;
  font-weight: 600;
  margin: 0 !important;
}
.product-card-action-section {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  margin-top: 10px;
}
.product-card-action-section p {
  font-weight: bold;
  color: #44ad40;
  font-size: 20px;
}
.product-card-action-section a {
  text-decoration: none !important;
  color: #fff !important;
  font-weight: bold;
  background-color: #44ad40;
  border-radius: 5px !important;
  width: 100px;
  text-align: center;
}
/* .section-label {
  margin-top: 50px !important;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: 600;
  font-size: 30px;
}
.best-seller-section {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row !important;
  width: 100% !important;
}
.best-seller-section h1 {
  font-weight: 600;
  margin-bottom: 30px;
}
.best-product-card {
  width: 250px;
  height: 400px;
  border: 1px solid #c7c7c7c7;
  border-radius: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px;
}
.product-img {
  width: 200px;
  height: 300px !important;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin: 0;
}
.product-img:hover {
  width: 249px;
  height: 350px !important;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/background/moringa-leaves.jpg");
  transition: 0.5s all ease-in-out;
}
.best-seller-card-content {
  padding: 10px;
}
.best-product-card p {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0;
}
.best-product-card h5 {
  color: #000;
  margin: 0;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
}
.best-seller-mrp-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.best-seller-mrp-section p {
  flex: 1;
}
.best-seller-mrp-section a {
  text-decoration: none;
  background-color: #5bb336;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
}
#cart-icon {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-right: 5px;
}
*/

/* =========== Shop Section =========== */
.shop {
  margin-top: 50px !important;
  padding: 50px;
}
.shop-heading-section {
  margin-bottom: 30px;
}
.shop-heading-section h4 {
  color: #777;
  font-size: 20px;
  padding: 0;
  margin: 0;
}
.shop-heading-section h1 {
  font-weight: 800;
  color: #5bb336;
}
.shop-card {
  display: flex !important;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #e7e7e7e7;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
  width: 100%;
}
.shop-card-img {
  width: 30%;
  height: auto;
  margin-right: 20px;
}
.shop-card-img img {
  width: 100%;
}
.item_name {
  font-size: 30px !important;
  font-weight: 800 !important;
  margin: 0;
  background-color: #00000000;
  border: 0;
  color: #000;
}
.item_description {
  font-size: 16px;
  margin: 0;
  background-color: #00000000;
  border: 0;
  color: #000;
}
.item_price {
  font-size: 24px !important;
  font-weight: 600;
  flex: 1 !important;
  background-color: #00000000 !important;
  border: 0;
  color: #44ad40 !important;
}
.shop-card-content h5 {
  font-size: 16px;
}

/* =========== Cart Section =========== */
.cart-section {
  padding: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.cart-heading-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart-heading-section p {
  font-size: 22px;
  flex: 1;
}
.cart-remove-btn {
  flex-direction: row;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  background-color: #00000000;
  border: 0;
}
.cart-remove-btn p {
  color: #bd5046;
  font-weight: bold;
  font-size: 18px;
}
.cart-remove-btn ion-icon {
  margin-right: 10px;
  font-size: 22px;
  color: #bd5046;
}
.main-cart {
  margin-top: 20px;
  border: 1px solid #e7e7e7e7;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.cart-product-img {
  max-width: 20%;
  height: auto;
  margin-right: 20px;
}
.cart-product-img img {
  width: 100%;
  height: auto;
}
.cart-product-details h3 {
  font-size: 16px;
  color: #555;
}
.cart-product-details h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.cart-product-details p {
  padding-right: 50px;
}
.cart-calculator {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-right: 30px;
}
.chevron-up-outline {
  font-size: 24px;
  color: #bd5046;
}
.chevron-down-outline {
  font-size: 24px;
  color: #44ad40;
}
.value-button {
  margin: 5px;
}
.cart-calculator input {
  border: 1px solid #e7e7e7;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  width: 50px;
  border-radius: 10px;
}
.cart-product-price p {
  color: #44ad40;
  font-weight: 800;
  font-size: 30px;
  margin-left: 20px;
  width: 100%;
}
.final-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.user-details {
  margin-bottom: 10px;
  flex: 1;
}
.user-details input {
  font-size: 18px;
  margin: 0;
}
#user-details-heading {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.empty-cart-row {
  display: flex !important;
  width: 100%;
}
.empty-cart-header {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  margin-bottom: 20px;
  flex: 1;
}
.empty-cart-btn {
  background-color: #00000000 !important;
  border: 0;
  color: #bd5046 !important;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

/* =========== Blog Section =========== */
.blog-section {
  padding: 150px;
  background: rgb(91, 179, 54);
  background: linear-gradient(
    90deg,
    rgba(91, 179, 54, 1) 0%,
    rgba(57, 162, 53, 0.9416141456582633) 35%,
    rgba(106, 214, 102, 0.7455357142857143) 100%
  );
}
.blog-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-card {
  width: 340px;
  height: 240px;
  border-radius: 10px !important;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
}
.blog-img {
  width: 340px !important;
  height: 240px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/blog-images/img1.jpg");
  border-radius: 10px;
  margin: 2px;
}

.heading {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  line-height: 35px;
  flex-direction: column;
  margin: 0;
  margin-top: 100px;
}
.bottom-label {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0 !important;
  text-align: left !important;
}

/* =========== Newsletter Section =========== */
.newsletter-section {
  margin-top: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 20px 30px !important;
  background-color: #d8f1e5 !important;
  border-radius: 10px;
}
.newsletter-section h1 {
  font-weight: 900;
  font-size: 60px;
}
.newsletter-section p {
  color: #777;
}
.newsletter-btn {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 30px !important;
}
#plane-icon {
  margin-right: 20px;
  color: #777;
  font-size: 30px;
  padding-left: 15px;
  color: #5bb336 !important;
}
.newsletter-btn input {
  border: 0 !important;
  width: 100%;
}
.newsletter-btn input:focus {
  outline: 0 !important;
}
.newsletter-btn a {
  margin: 0;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  align-self: center !important;
  justify-self: center;
  width: 100%;
  background-color: #5bb336;
  top: 0 !important;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
}
.newletter-lottie {
  width: 300px;
  height: 300px;
}

/* =========== Customer Feedback Section =========== */
#mobile {
  display: none;
}
.feedback-section-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  width: 100%;
}
.static-poster {
  width: 300px;
  height: 400px;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-end !important;
  border: 1px solid #c7c7c7c7;
  padding: 10px;
  border-radius: 10px;
  background-image: url("../images/background/static-image-moringa.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.static-poster h1 {
  font-weight: bold !important;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 30px;
}
.reusable-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100% !important;
  margin: 15px;
}
/* .carousel-control-prev-icon-reusable {
  content: url("../images/icons/caret-back-circle-outline.svg");
  background: #00000000;
  margin-left: -80px;
  width: 30px;
}
.carousel-control-prev-icon-reusable:hover {
  content: url("../images/icons/caret-back-circle-dark.svg");
  transition: all 0.5s;
  width: 40px;
  background-color: #5bb336 !important;
  border-radius: 100%;
}
.carousel-control-next-icon-reusable {
  content: url("../images/icons/caret-forward-circle-outline.svg");
  background: #00000000;
  margin-right: -80px;
  width: 30px;
}
.carousel-control-next-icon-reusable:hover {
  content: url("../images/icons/caret-forward-circle-dark.svg");
  transition: all 0.5s;
  width: 40px;
  background-color: #5bb336 !important;
  border-radius: 100%;
} */
.slider-inner-row {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 50px;
}
.slider-card {
  width: 250px;
  height: 350px;
  border: 1px solid #e7e7e7e7;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px;
  padding: 20px 0 0 20px;
}
.slider-card:hover {
  -webkit-box-shadow: 0px 0px 15px 1px rgba(91, 179, 54, 1);
  -moz-box-shadow: 0px 0px 15px 1px rgba(91, 179, 54, 1);
  box-shadow: 0px 0px 15px 1px rgba(91, 179, 54, 1);
  transition: all 0.5s;
  border: 0;
}
.slider-card h4 {
  font-weight: 900;
  margin-top: 10px;
}
.slider-card img {
  width: 20% !important;
  height: auto;
}
.slider-card p {
  text-align: center;
  margin-top: 10px;
}

/* =========== Footer =========== */
.footer-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100% !important;
  border-top: 1px solid #c7c7c7c7;
  padding: 20px;
}
.footer-section-col {
  max-width: 100%;
}
.footer-section-col a {
  text-decoration: none;
  color: #000;
}
.footer-section-col img {
  width: 50%;
  height: auto;
}
.footer-section-col p {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-section-col h4 {
  font-weight: 600;
  margin-bottom: 25px;
}
.footer-section-col li {
  list-style: none !important;
  margin-bottom: 10px;
  font-size: 16px;
}
.footer-section-col li:hover {
  color: #5bb336;
  font-weight: bold;
}
.footer-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
}
.footer-row p {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
}
#footer-icon {
  font-size: 20px;
  color: #5bb336;
}
.payment-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.payment-section p {
  font-size: 14px;
}
.payment-section img {
  width: 20%;
}
.bottom-footer {
  border-top: 1px solid #e7e7e7e7 !important;
  padding-top: 10px;
}
.bottom-footer a {
  text-decoration: none;
  color: #44ad40;
  font-weight: bold;
}

/* =========== Register Section =========== */
.register-section {
  margin-top: 10px;
  margin-bottom: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}
.register-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 30px;
}
.register-header h1 {
  font-weight: bold;
  margin: 0;
  color: #5bb336;
}
.register-header p {
  margin: 0;
}
.register-header span a {
  color: #5bb336;
  font-weight: bolder;
  text-decoration: none;
}
.register-section-banner {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  max-width: 100%;
}
.register-section-banner img {
  width: fit-content;
  height: auto;
  justify-self: center;
  align-self: center;
  display: flex;
  border-radius: 10px;
  width: 90%;
}
.register-btn {
  width: 100%;
  padding: 20px;
  background-color: #5bb336;
  margin-top: 30px;
  border-radius: 10px;
  text-align: center;
  border: 0 !important;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
.register-btn:hover {
  font-weight: bold !important;
}

/* ========= Section Heading ========= */
.section-heading-container {
  background-color: #fff3ff;
  padding: 40px;
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 20px;
  width: 95%;
}
.section-heading-container h1 {
  font-weight: 600;
}
.breadcrumb-item {
  color: #5bb336 !important;
  font-weight: bold !important;
}
.breadcrumb-item a {
  text-decoration: none !important;
  color: #777 !important;
}

/* ========= Shop Section Header ========= */
.section-header-shop {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-header-shop img {
  width: 60%;
  height: auto;
}

/* ========= Shop  ========= */
/* .shop-category-section {
  margin-top: 100px;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 30px !important;
}
.shop-category-section p {
  margin: 0 !important;
  color: #777;
}
.shop-category-section h1 {
  font-weight: bold;
  margin: 0 !important;
  color: #44ad40 !important;
}
.grid {
  display: flex !important;
  flex-wrap: wrap !important;
  flex: 1 1 1 600px !important;
  flex-flow: row wrap !important;
  width: 100%;
}
.product-section {
  flex: 1;
  width: max-content !important;
  height: 400px;
  display: flex;
  border: 1px solid #e7e7e7;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column;
  margin: 10px;
  border-radius: 5px;
}
.product-section img {
  width: 200px;
  height: 200px;
}
.product-details-col {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #e7e7e7;
}
.product-details-col input {
  border: 0 !important;
  width: 100%;
  margin: 0;
  flex-wrap: wrap !important;
}
.product_name {
  font-weight: bold;
  color: #44ad40;
  font-size: 20px;
} */

.shop-section-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.shop-section-heading img {
  width: 60%;
}
.shopping-section {
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 150px;
}
.shopping-section h1 {
  font-weight: bold;
  color: #44ad40;
}
.shopping-section-heading h1 {
  font-weight: 700;
  color: #5bb336;
}
.shopping-section-wrapper {
  margin-top: 30px;
  display: flex !important;
  flex-wrap: wrap;
}
.shopping-section-card {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 350px !important;
  height: auto;
  flex: 1 1 1 300px;
  text-decoration: none;
}
.shopping-section-card img {
  width: 200px;
  height: auto;
}
.shopping-section-product-details {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column !important;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 40px;
}
.shopping-section-product-details input {
  width: 100% !important;
  height: auto;
}
.product_name {
  border: 0;
  width: 100% !important;
  font-weight: 600;
  color: #44ad40;
  font-size: 18px;
  margin: 0;
}
.product-weight {
  border: 0;
  width: 100%;
  color: #777;
  margin: 0;
}
.shopping-action-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  width: 100%;
  padding: 10px;
}
.product_price {
  border: 0;
  width: 100%;
  font-weight: 600;
  color: #44ad40;
  font-size: 18px;
  margin: 0;
}
.product-qty-calculator {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-qty-calculator input {
  border: 1px solid #e7e7e7;
  text-align: center;
  width: 50px;
  border-radius: 20px;
  font-weight: bold;
}
.add-cart-btn {
  width: 250px;
  border: 1px solid #44ad40;
  padding: 5px;
  color: #44ad40;
  border-radius: 5px;
  margin: 2px;
}
.add-cart-btn:hover {
  color: #fff;
  background-color: #44ad40;
}

/* ========= Category Wise Products ========= */
.shop-card-label {
  margin-bottom: 20px;
}
.shop-card-label p {
  margin: 0;
  font-weight: bold;
}
.item_description {
  font-size: 20px;
}
.shop-section {
  width: 100%;
  margin-top: 80px;
  padding: 25px;
  /* display: flex;
  flex-wrap: wrap;
  flex: 1 1 400px; */
}
.shop-section h4 {
  margin: 0 !important;
  font-size: 18px;
  color: #777;
}
.shop-section h1 {
  margin: 0 !important;
  color: #5bb336;
  font-weight: bolder !important;
}

.pricing-tab {
  width: 50%;
  margin-top: 50px;
  border: 1px solid #e7e7e7e7;
  border-radius: 10px;
  padding: 20px;
}
.inner-headings {
  display: flex;
  justify-content: center;
  align-items: center;
}
#heading {
  flex: 1;
  font-weight: 700;
}
.checkout-btn {
  background-color: #44ad40;
  border: 0;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.checkout-btn:hover {
  font-weight: 900;
  color: #fff;
}

/* ========= Checkout Section ========= */
.checkout-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 40px;
  margin-top: 20px;
  border: 1px solid #e7e7e7e7;
  border-radius: 5px;
}
.form-floating {
  width: 100%;
}
.payment-btn {
  width: 100%;
  background-color: #44ad40;
  border: 0;
  border-radius: 5px;
  padding: 20px;
  color: #fff;
  font-size: 18px;
}

/* ========= Profile Section ========= */
.profile-section-buttons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-decoration: none;
}
.profile-section-buttons ion-icon {
  font-size: 24px;
  margin-right: 15px;
  padding: 0;
  text-decoration: none;
  color: #000;
}
.profile-section-buttons p {
  font-size: 24px;
  font-weight: bold !important;
  padding: 0;
  margin: 0 !important;
  color: #000;
}
.profile-details {
  padding: 20px;
}
.profile-details h5 {
  margin-bottom: 20px;
  color: #44ad40;
  font-weight: bold;
  font-size: 16px;
}
.customer-name {
  font-weight: bold;
  color: #000;
  font-size: 24px;
  margin: 0;
}
.profile-details-icons {
  margin-right: 10px;
}
.para-details {
  margin: 0;
}

.star-rating#myRange {
  color: yellow !important;
}
/* =================== PRODUCT DETAILS =================== */
.modal,
.modal-dialog,
.modal-content,
.modal-fullscreen-xxl-down {
  overflow-x: hidden !important; /* Hide horizontal scrollbar */
}
.modal-header {
  width: 100%;
}
.modal-header p {
  font-weight: bold;
  color: #44ad40;
  font-size: 24px;
}
.product-card-xl {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  overflow-x: hidden !important; /* Hide horizontal scrollbar */
}
.product-card-xl-img {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 550px;
}
.product-cat-xl {
  font-size: 14px !important;
  color: #777;
  margin: 0 !important;
}
.product-name-xl {
  font-weight: 600;
  font-size: 36px !important;
  color: #44ad40;
  margin-bottom: 20px !important;
  line-height: 40px !important;
}
.product-weight-xl {
  font-size: 14px !important;
  color: #777;
  margin-top: 5px !important;
}
.product-price-xl {
  font-size: 44px !important;
  font-weight: bolder;
  color: #44ad40;
}
/* =================== CONTACT FORM =================== */
.contact-form-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form {
  border: 1px solid #e7e7e7e7;
  padding: 30px;
  border-radius: 5px;
}
.contact-btn {
  width: 100%;
  background-color: #00000000;
  border: 1px solid #44ad40;
  color: #44ad40;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
}
.contact-btn:hover {
  background-color: #44ad40;
  color: #fff;
  font-weight: bold;
  transition: 0.5s all ease-in-out;
}

/* =================== PAST ORDERS =================== */
.past-orders-section {
  border-top: 1px solid #e7e7e7;
  padding: 50px;
}
.orderid {
  margin: 0;
}
.orderid-res {
  font-weight: bold;
}
.past-orders-inner-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.past-orders-img-box {
  border: 1px solid #e7e7e7;
  max-width: 200px;
  max-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.past-orders-img-box img {
  width: 180px;
  height: auto;
}
.history-product-name {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}
.history-product-weight {
  margin-left: 10px;
}
.weight-price {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.product-price {
  font-weight: bold;
  font-size: 24px;
  color: #44ad40;
  margin: 0;
}
.button-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.product-status-success {
  background-color: #44ad40 !important;
  border-radius: 2px !important;
  padding: 5px !important;
  color: #fff !important;
  font-weight: bold !important;
  text-align: center !important;
  width: auto !important;
}
.product-status-fail {
  background-color: #bd5046 !important;
  border-radius: 2px !important;
  padding: 5px !important;
  color: #fff !important;
  font-weight: bold !important;
  width: auto !important;
  text-align: center !important;
}
.product-status-fail-button {
  background-color: #fff;
  border: 1px solid #bd5046;
  border-radius: 2px;
  color: #bd5046;
  width: auto !important;
}
.product-status-fail-button:hover {
  background-color: #bd5046;
  border: 1px solid #bd5046;
  border-radius: 2px;
  color: #fff;
  transition: 0.2s all ease-in-out;
}
.rate-btn {
  background-color: #2d4454;
  margin-left: 10px;
  text-decoration: none;
  color: #fff;
  padding: 5px;
  border: 0 !important;
}
.rate-btn:hover {
  background-color: #2d4454;
  margin-left: 10px;
  text-decoration: none;
  color: #fff;
  padding: 5px;
}
/* =================== PAYMENT SUCCESS =================== */
.payment-success {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
  width: 100%;
}
.payment-success h1 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.payment-success-lottie {
  width: 200px;
  height: 200px;
}
.payment-success-redirect {
  text-decoration: none;
  color: #44ad40;
  border: 1px solid #44ad40;
  border-radius: 5px;
  padding: 10px;
}
.payment-success-redirect:hover {
  text-decoration: none;
  color: #fff;
  background-color: #44ad40;
  border: 1px solid #44ad40;
  border-radius: 5px;
  padding: 10px;
  transition: 0.2s all ease-in-out;
}

/* =================== COMMON SECTION =================== */
.section-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
}
.insert-function-form {
  border: 1px solid #e7e7e7;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px !important;
}
.section-heading {
  margin: 0 !important;
  font-size: 22px !important;
  font-weight: bold;
}
.section-details {
  font-size: 18px;
  margin: 0 !important;
}

/* =================== FILLER SECTION =================== */
.filler-section-row {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.filler-1-img-row {
  display: flex !important;
  justify-content: center;
  align-items: center !important;
  max-width: 100%;
  padding: 10px;
}
.filler-mini-img {
  width: 200px;
  height: 200px;
  border-radius: 100% !important;
  margin-right: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.filler-img-xl {
  width: 300px;
  height: 300px;
  border-radius: 100% !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.filler-section-details {
  margin-left: 20px !important;
}
.filler-section-details h3 {
  margin: 0 !important;
  color: #44ad40 !important;
  font-weight: bold !important;
}
.filler-2 {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 20px !important;
  background-color: #fff;
}
.filler-2:hover {
  transition: 0.3s all ease-in-out !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.filler-2 h3 {
  font-weight: bold !important;
  margin: 0 !important;
}
.filler-2 h4 {
  font-size: 18px !important;
  margin-bottom: 10px !important;
  color: #44ad40 !important;
}
.filler-2 img {
  width: 48% !important;
  height: auto !important;
  border-radius: 3px !important;
}
.content-card-row {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e7e7e7 !important;
  border-radius: 5px !important;
  padding: 20px;
}
.filler-mid-section-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.filler-mid-section-img img {
  width: 80%;
  height: auto;
}
.filler-mid-section-img-right {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.filler-mid-section-img-right img {
  width: 100%;
  height: auto;
}
.content-card-details h3 {
  font-size: 24px !important;
  font-weight: bold;
}
.content-card-details ul li {
  list-style-type: none !important;
}
.filler-heading-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column !important;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-top: 50px !important;
  margin-bottom: 30px !important;
}
.filler-heading-section h2 {
  font-weight: bold !important;
  margin: 0 !important;
  color: #44ad40 !important;
}
.filler-heading-section p {
  margin: 0 !important;
}
.homepage-grid-card {
  flex: 1 1 400px !important;
  width: 350px;
  height: 250px !important;
  border: 1px solid #e7e7e7;
  padding: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  margin: 10px !important;
  text-decoration: none !important;
  color: #000;
}
.homepage-grid-card:hover {
  transition: 0.3s all ease-in-out !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  color: #000 !important;
}
.homepage-grid-card {
  text-align: center;
}
.faded-text {
  height: calc(5 * 19.5px);
  overflow: hidden;
  position: relative;
}
.faded-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 19.5px;
  width: 75%;
  background: linear-gradient(90deg, transparent, white);
}
.homepage-grid-card-heading {
  font-weight: bold !important;
  font-size: 18px !important;
  text-align: center !important;
}
.read-more-btn-homepage {
  background-color: #00000000 !important;
  border: 0 !important;
  color: #44ad40;
  font-weight: bold;
}

/* =================== COMMON SECTION =================== */
.feedback-section {
  border: 1px solid #e7e7e7;
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
}
.feedback-product-img {
  border: 1px solid #e7e7e7;
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feedback-product-img img {
  border-right: 1px solid #e7e7e7;
  width: 200px;
  height: auto;
}
.feedback-content {
  margin-left: 20px;
  display: flex;
  justify-content: center !important;
  align-items: flex-start;
  flex-direction: column !important;
  margin-top: 10px;
}
.feedback-item {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.feedback {
  margin: 0;
  font-size: 22px !important;
  margin-bottom: 10px;
}
.feedback-by {
  margin: 0;
  font-size: 22px !important;
  color: #44ad40;
  font-weight: 500 !important;
}
.carousel-custom-image {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.carousel-custom-image img {
  width: 30% !important;
  box-shadow: -1px 0px 8px -1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 0px 8px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 0px 8px -1px rgba(0, 0, 0, 0.75);
}
.section-no-background {
  background: none !important;
}
.section-background {
  padding: 30px;
  background: rgb(68, 173, 64);
  background: radial-gradient(
    circle,
    rgba(68, 173, 64, 1) 0%,
    rgba(21, 255, 13, 0.6138830532212884) 100%
  );
  margin: 0 !important;
  width: 100% !important;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.custom-image-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
}
.wrapper-image {
  flex: 1 1 1 400px !important;
  width: 300px !important;
  height: auto;
  box-shadow: -1px 0px 8px -1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 0px 8px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 0px 8px -1px rgba(0, 0, 0, 0.75);
  margin: 10px;
  border-radius: 5px !important;
}
/* =================== BUTTONS =================== */
.submit-btn {
  width: 100% !important;
  background-color: #44ad40 !important;
  text-align: center;
  border: 0;
  border-radius: 3px !important;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

/* ===================
===================
===================
===================
===================
===================
=================== 
===================
===================
===================
===================
===================
===================
===================
===================
==== RESPONSIVE === 
===================
===================
===================
===================
===================
=================== 
===================
===================
===================
===================
===================
===================
===================
===================
=================== */
@media only screen and (max-width: 768px) {
  /* ======== Top Navbar ======== */
  .top-navbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    padding-top: 15px;
  }
  .top-navbar-brand img {
    display: none;
  }
  .top-nav-support-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-left: 20px;
    border-top: 1px solid #c5c5c5c5;
  }
  .top-nav-row {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 100%;
  }
  .top-nav-row:hover {
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
    transition: initial;
  }
  .cart-button p {
    font-size: 14px !important;
  }
  .top-nav-inner-row {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 100%;
    margin-right: 20px;
  }

  /* ========= Navbar ========= */
  .navbar-brand {
    max-width: 50% !important;
    height: auto;
    display: initial !important;
  }
  .navbar-brand img {
    width: 50%;
    height: auto;
  }
  .dropdown:hover .dropdown-menu {
    display: initial !important;
    margin-top: 0 !important;
  }
  .dropdown-image {
    display: none !important;
  }
  .dropdown-row {
    display: none;
  }
  .mobile {
    display: initial !important;
  }

  /* =========== Banner Section =========== */
  .banner {
    max-width: 100%;
    height: auto;
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 20px;
    background-color: #cbf7be !important;
  }
  .banner-content {
    padding: 20px;
    width: 100% !important;
    flex-direction: column !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .banner-content h1 {
    font-size: 20px !important;
    font-weight: bolder;
    line-height: 30px;
  }
  .banner-img {
    max-width: 50% !important;
  }
  .banner-img img {
    width: 100%;
    height: auto;
    border-top-right-radius: 20px !important;
  }
  #banner-red {
    background-color: #e6959d !important;
  }
  .carousel-control-prev-banner {
    display: none;
  }
  .carousel-control-next-banner {
    display: none;
  }

  /* =========== Category Slider Section =========== */
  .category-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  /* .carousel {
    background: none;
    background: none;
    padding-top: 15px;
    padding-bottom: 15px;
  } */
  .category-slider-mobile {
    display: initial !important;
  }
  .inner-card-grid-mobile {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
  }
  .inner-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 150px !important;
    height: 100px;
    border-radius: 10px;
    padding: 20px !important;
  }
  .inner-card img {
    width: 50% !important;
    margin: 0 !important;
  }
  .inner-card p {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 15px !important;
    margin: 0;
    margin-top: 5px !important;
  }

  /* .carousel-control-prev {
    margin-top: 0 !important;
  } */
  /* .carousel-control-prev-icon {
    content: url("../images/icons/arrow-back-circle-outline.svg");
    background: #00000000;
    color: #44ad40 !important;
  }
  .carousel-control-next {
    margin-top: 0 !important;
  }
  .carousel-control-next-icon {
    content: url("../images/icons/arrow-forward-circle-outline.svg");
    background: #00000000;
    color: #44ad40 !important;
  } */

  /* =========== Bestseller Section =========== */
  .carousel-item-new {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: row !important;
  }
  .product-card-homepage {
    flex: 1 1 360px !important;
    width: 300px !important;
    height: 300px !important;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    display: flex !important;
    margin: 10px;
    justify-content: center !important;
    align-items: center !important;
    background-color: #fff;
  }
  .section-heading {
    font-weight: bold !important;
    margin-bottom: 15px !important;
  }

  /* =========== Newsletter Section =========== */
  .newsletter-section {
    margin-top: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
    padding: 20px 20px 0 20px;
    background-color: #d8f1e5 !important;
    border-radius: 10px;
    max-width: 100%;
  }
  .newsletter-section h1 {
    font-weight: 700 !important;
    font-size: 30px;
    text-align: left;
  }
  .newsletter-section p {
    color: #777;
    font-size: 16px;
    text-align: left;
  }
  .newsletter-btn {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-radius: 100px;
    margin-top: 30px !important;
  }
  #plane-icon {
    margin-right: 20px;
    color: #777;
    font-size: 30px;
    padding-left: 15px;
    color: #5bb336 !important;
  }
  .newsletter-btn input {
    border: 0 !important;
    width: 100%;
  }
  .newsletter-btn input:focus {
    outline: 0 !important;
  }
  .newsletter-btn a {
    margin: 0;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    align-self: center !important;
    justify-self: center;
    width: 100%;
    background-color: #5bb336;
    top: 0 !important;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
  }
  .newletter-lottie {
    max-width: 200px;
    height: 200px;
    margin-top: 50px;
  }

  /* =========== Customer Feedback Section =========== */
  .feedback-section-main {
    margin-bottom: 80px;
    margin-top: 100px !important;
  }
  #desktop {
    display: none !important;
  }
  #mobile {
    display: initial !important;
  }
  .static-poster {
    width: 150px;
    height: 200px;
  }
  .static-poster h1 {
    font-weight: bold !important;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 18px;
  }

  .reusable-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100% !important;
    margin: 0;
  }
  /* .carousel-control-prev-icon-reusable {
    content: url("../images/icons/arrow-back-circle-outline.svg");
    background: #00000000;
    margin-left: 0;
    width: 30px;
  }
  .carousel-control-next-icon-reusable {
    content: url("../images/icons/arrow-forward-circle-outline.svg");
    background: #00000000;
    margin-right: 0;
    width: 30px;
  } */
  .slider-inner-row {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 20px;
  }
  .slider-card {
    width: 90%;
    height: 200px;
    border: 1px solid #e7e7e7e7;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px;
    padding: 0 20px 20px 0;
  }
  .slider-card h4 {
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 0 !important;
    font-size: 16px;
  }
  .slider-card img {
    width: 20% !important;
    height: auto;
  }
  .slider-card p {
    text-align: center;
    font-size: 14px !important;
  }
  #prev,
  #next {
    margin: 0 !important;
  }

  /* ============ Footer Section ============ */
  .footer-section {
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  #mobile-footer-header {
    margin-top: 50px;
  }

  /* =========== Register Section =========== */
  .register-section {
    margin-top: 10px;
    margin-bottom: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 30px !important;
    width: 100%;
  }

  .register-section-banner {
    display: none !important;
  }

  /* ========= Section Heading ========= */
  .section-heading-container {
    background-color: #fff3ff;
    padding: 40px;
    margin-top: 10px;
    margin-bottom: -50px;
    border-radius: 20px;
    width: 95%;
  }
  .section-heading-container h1 {
    font-weight: 600;
  }
  .breadcrumb-item {
    color: #5bb336 !important;
    font-weight: bold !important;
  }
  .breadcrumb-item a {
    text-decoration: none !important;
    color: #777 !important;
  }

  /* ========= Shop ========= */
  .shop-section-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .shop-section-heading img {
    width: 60%;
  }
  .shopping-section {
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 150px;
  }
  .shopping-section h1 {
    font-weight: bold;
    color: #44ad40;
  }
  .shopping-section-heading h1 {
    font-weight: 700;
    color: #5bb336;
  }
  .shopping-section-wrapper {
    /* display: flex;
  justify-content: flex-start;
  align-items: center; */
    margin-top: 30px;
    display: flex !important;
    flex-wrap: wrap;
  }
  .shopping-section-card {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 350px;
    height: auto;
    flex: 1 1 1 300px;
    text-decoration: none;
  }
  .shopping-section-card img {
    width: 200px;
    height: auto;
  }
  .shopping-section-product-details {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 40px;
  }
  .product_name {
    border: 0;
    width: 100%;
    font-weight: 600;
    color: #44ad40;
    font-size: 18px;
    margin: 0;
  }
  .product-weight {
    border: 0;
    width: 100%;
    color: #777;
    margin: 0;
  }
  .shopping-action-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    width: 100%;
    padding: 10px;
  }
  .product_price {
    border: 0;
    width: 100%;
    font-weight: 600;
    color: #44ad40;
    font-size: 18px;
    margin: 0;
  }
  .product-qty-calculator {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-qty-calculator input {
    border: 1px solid #e7e7e7;
    text-align: center;
    width: 50px;
    border-radius: 20px;
    font-weight: bold;
  }
  .add-cart-btn {
    border: 1px solid #44ad40;
    padding: 5px;
    color: #44ad40;
    border-radius: 5px;
    width: 100px !important;
  }
  .add-cart-btn:hover {
    color: #fff;
    background-color: #44ad40;
  }

  /* =================== PRODUCT DETAILS =================== */
  .modal-header {
    width: 100%;
  }
  .modal-header p {
    font-weight: bold;
    color: #44ad40;
    font-size: 24px;
  }
  .product-card-xl {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center !important;
    flex-direction: column !important;
    margin-top: 20px;
    overflow-x: hidden !important; /* Hide horizontal scrollbar */
  }
  .product-card-xl-img {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: auto;
  }
  .product-cat-xl {
    font-size: 14px !important;
    color: #777;
    margin: 0 !important;
    margin-top: 10px !important;
  }
  .product-name-xl {
    font-weight: 600;
    font-size: 36px !important;
    color: #44ad40;
    margin-bottom: 20px !important;
    line-height: 40px !important;
  }
  .product-weight-xl {
    font-size: 14px !important;
    color: #777;
    margin-top: 5px !important;
  }
  .product-price-xl {
    font-size: 44px !important;
    font-weight: bolder;
    color: #44ad40;
  }
  .past-orders-inner-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  /* =========== Cart Section =========== */
  .cart-section {
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .main-cart {
    margin-top: 20px;
    border: 1px solid #e7e7e7e7;
    border-radius: 10px;
    padding: 20px;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    margin-bottom: 10px;
  }
  .cart-product-img {
    max-width: 50%;
    height: auto;
  }
  .cart-product-img img {
    width: 100%;
    height: auto;
  }
  .cart-product-details {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-direction: column !important;
  }
  .final-section {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  .pricing-tab {
    width: 100% !important;
    margin-top: 50px;
    border: 1px solid #e7e7e7e7;
    border-radius: 10px;
    padding: 20px;
  }
  .user-details {
    margin-bottom: 10px;
    flex: 1;
  }
  .user-details input {
    font-size: 18px;
    margin: 0;
  }
  #user-details-heading {
    font-size: 16px;
    color: #777;
    font-weight: 400;
  }
  .inner-headings {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  .cart-product-price p {
    color: #44ad40;
    font-weight: 800;
    font-size: 30px;
    margin-left: 0 !important;
    width: 100%;
  }

  /* =================== COMMON SECTION =================== */
  .feedback-section {
    border: 1px solid #e7e7e7;
    max-width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    background-color: #fff;
  }
  .feedback-product-img {
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    border: 0 !important;
  }
  .feedback-product-img img {
    width: 200px;
    height: auto;
    border: 0 !important;
  }
  .feedback-content {
    margin-left: 20px;
    display: flex;
    justify-content: center !important;
    align-items: center;
    flex-direction: column !important;
    margin-top: 10px;
    text-align: center !important;
  }
  .feedback-item {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
  }
  .feedback {
    margin: 0;
    font-size: 22px !important;
    margin-bottom: 10px;
  }
  .feedback-by {
    margin: 0;
    font-size: 22px !important;
    color: #44ad40;
    font-weight: 500 !important;
  }
  .carousel-custom-image {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .carousel-custom-image img {
    width: 50% !important;
    box-shadow: -1px 0px 8px -1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 0px 8px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 0px 8px -1px rgba(0, 0, 0, 0.75);
  }
  .custom-image-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .wrapper-image {
    flex: 1 1 1 400px !important;
    width: 300px !important;
    height: auto;
    box-shadow: -1px 0px 8px -1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 0px 8px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 0px 8px -1px rgba(0, 0, 0, 0.75);
    margin: 0 !important;
    margin-bottom: 10px !important;
    border-radius: 5px !important;
  }
  /* =========== About Section =========== */
  .about-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column !important;
    margin-bottom: 20px !important;
  }
  .about-top-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content !important;
    height: auto;
  }
  .about-top-img img {
    border-radius: 5px;
  }
  /* =================== FILLER SECTION =================== */
  .filler-section-row {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
  }
  .filler-mini-img {
    width: 80px;
    height: 80px;
  }
  .filler-img-xl {
    width: 200px;
    height: 200px;
  }
  .filler-section-details {
    margin-top: 20px !important;
    margin-left: 0 !important;
    padding: 10px !important;
  }
  .filler-section-details h3 {
    margin-bottom: 10px !important;
    color: #44ad40 !important;
    font-weight: bold !important;
  }
  .filler-2 {
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column !important;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 20px !important;
    background-color: #fff;
  }
  .filler-2 img {
    margin-bottom: 10px !important;
    width: 100% !important;
  }
  .content-card-row {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e7e7e7 !important;
    border-radius: 5px !important;
    padding: 20px;
    flex-direction: column !important;
  }

  /* =========== CHECKOUT SCREEN =========== */
  .checkout-screen-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column !important;
  }

  /* =========== ITEM DETAILS SECTION =========== */
  .item-details-section-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .item-details-section-content {
    padding: 10px;
  }
  .item-details-carousel-container {
    flex: 1;
    max-width: 100%;
    max-height: 300px;
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-bottom: 30px;
  }
  .item-details-item-img {
    width: 100%;
  }
  .prev-icon-new {
    content: url("../images/icons/arrow-back-circle-dark.svg");
    margin-top: 150px;
    margin-left: -50px;
  }
  .next-icon-new {
    content: url("../images/icons/arrow-forward-circle-dark.svg");
    margin-top: 150px;
    margin-right: -50px;
  }
  .item-details-item-name {
    font-size: 30px;
    text-align: center;
    margin: 0;
    font-weight: bold;
    line-height: 35px;
  }
  .item-details-max {
    background-color: #e7e7e7;
    padding: 15px;
    margin-top: 50px;
  }
  .item-details-label {
    margin: 0;
    color: #777;
    font-weight: 700;
  }
  .item-line {
    width: 50px;
    border: 2px solid #44ad40;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .item-details-desc {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .item-details-item-ingred {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
  }
}
