.testimonials-main-wrapper {
  margin-bottom: 0px !important;
}
.testimonials-main-wrapper .slick-track {
  padding: 50px 0px;
}
.slick-dots {
  display: flex;
  gap: 15px;
}
.slick-dots > li {
  list-style: none;
  margin: 0px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: white;
}
.slick-dots > li.slick-active {
  width: 41px;
  border-radius: 38px;
  background: #ffc935;
}
.slick-dots > li > button {
  padding: 0 !important;
  width: 100%;
  height: 100%;
}
.slick-dots > li > button:hover,
.slick-dots > li > button:focus {
  background: transparent;
}
.slick-dots > li > button::before {
  display: none;
}
.testimonials-wrapper {
  display: flex !important;
  align-items: center;
  gap: 20px 2%;
}
.testimonial-content {
  width: 70%;
}
.testimonial-text,
.testimonial-text p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.92px;
  text-align: left;
  color: white;
  margin: 0;
}
.name-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 25px;
}
.name-wrapper > h3 {
  font-family: Anton;
  font-size: 25.5px;
  font-weight: 400;
  line-height: 25.54px;
  text-align: left;
  margin: 0;
  color: white;
}
.horizontal-line {
  width: 10px;
  height: 1px;
  background: white;
}
.name-wrapper > h4 {
  font-family: Poppins;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 23.33px;
  letter-spacing: 0.7200000286102295px;
  text-align: left;
  color: white;
  margin: 0;
}
.testimonial-image-wrapper {
  display: flex;
  position: relative;
  z-index: 0;
  width: 29%;
  justify-content: center;
}
.testimonial-image-wrapper > .testimonial-image {
  border-radius: 100%;
  min-width: 200px;
  min-height: 200px;
}
.testimonial-image-wrapper::before {
  position: absolute;
  content: "";
  background-image: url("./images/yellow-bg.png");
  width: 300px !important;
  height: 300px !important;
  background-position: center center;
  z-index: -1;
  background-size: cover;
  margin: auto;
  inset: -999px;
}
.testimonial-image-wrapper::after {
  position: absolute;
  content: "";
  background-image: url("./images/grapes.png");
  width: 120px !important;
  height: 80px !important;
  background-position: center center;
  z-index: -1;
  background-size: cover;
  margin: auto;
  left: -20px;
  bottom: -20px;
}
.gallery-wrapper a {
  display: flex !important;
  border: 1px solid white;
  margin: 0;
}
.gallery-wrapper a:nth-child(odd) {
  transform: rotate(12deg);
}
.gallery-wrapper a:nth-child(even) {
  transform: rotate(-12deg);
}
.gallery-wrapper .slick-track {
  display: flex;
  gap: 15px;
  padding: 50px 0px;
}
.gallery-wrapper a img {
  display: flex !important;
  width: 100%;
}
.gallery-wrapper {
  display: flex !important;
  z-index: 4;
}
.image-height {
  max-height: 900px;
}
.about-us .gallery-wrapper {
  margin-top: -130px;
}
.custom-listing-wrapper .ht-product-label {
  border-radius: 100%;
}
.custom-listing-wrapper ins {
  text-decoration: none;
}
.custom-listing-wrapper .ht-product-content {
  padding: 0px !important;
  margin-top: 15px !important;
}
.custom-listing-wrapper .ht-product-price {
  margin: 0px !important;
}
/* Two-column fields */
.two-col-fields {
  display: flex;
  gap: 20px;
}

/* Full-width fields */
.full-w {
  width: 100%;
  margin-bottom: 20px;
}

/* Individual input field styling */
.contact-form-main-wrapper input[type="text"],
.contact-form-main-wrapper input[type="email"],
.contact-form-main-wrapper input[type="tel"],
.contact-form-main-wrapper textarea {
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #959595;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 24px;
}
.contact-form-main-wrapper textarea {
  max-height: 115px;
}
/* Placeholder text color */
.contact-form-main-wrapper input::placeholder,
.contact-form-main-wrapper textarea::placeholder {
  color: #b0b0b0;
}

/* Submit button styling */
.submit-btn-custom {
  text-align: left;
}

.contact-form-main-wrapper input[type="submit"] {
  background-color: #ffe800;
  color: #1e3234;
  border: none;
  padding: 10px 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 21.54px;
  text-align: center;
  font-size: 16px;
  border-radius: 40px;
}
.flavour {
  display: flex !important;
  flex-direction: column !important;
  align-items: Center !important;
  justify-content: center !important
    ;
}
.contact-form-main-wrapper input[type="submit"]:hover {
  background-color: #ffd700; /* darker yellow on hover */
}
.header-click-here {
  background-color: #1e3234 !important;
  color: #fff0ca !important;
  padding: 0px 10px !important;
}
.custom-new-header.scroll-header {
  background: #73c883 !important;
  padding: 5px 20px;
  top: 0 !important;
  margin-top: 0px !important;
}
.custom-new-header ul {
  top: -7px !important;
}
.scroll-header .hfe-nav-menu > li > a {
    color: black !important;
}
.scroll-header .menu-is-active .hfe-nav-menu > li > a , .scroll-header .hfe-dropdown .hfe-nav-menu > li > a {
    color: white !important;
}

.product-detail-image-cart-main {
  display: flex;
  gap: 20px 12%;
  align-items: center;
}
.product-detail-image-wrapper {
  width: 48%;
  display: flex;
}
.product-detail-image-wrapper > img {
  border-radius: 20px;
  width: 100%;
}

.add-to-cart-wrapper {
  width: 40%;
}
.add-to-cart-wrapper > h2 {
  font-family: Anton;
  font-size: 43.5px;
  font-weight: 400;
  line-height: 60.93px;
  text-align: left;
  color: #1e3234;
  margin-bottom: 20px;
}
.rating-star {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 20px;
}
.detail-sale-price {
  margin: 0;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #1e3234;
  margin-bottom: 16px;
}
.rating-star > p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #3d3d3d;
  margin: 0;
}
.detail-short-description {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.92px;
  text-align: left;
  color: #3d3d3d;
  margin: 0;
  margin-bottom: 32px;
}
.horizontal-black-line {
  width: 100%;
  height: 1px;
  background-color: #1e3234;
}
.quantity-wrapper {
  display: flex;
  margin-top: 32px;
  margin-bottom: 34px;
}
.quantity-wrapper > form {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 25px;
}
.quantity-wrapper > form > input[type="number"] {
  max-width: 90px;
  border: 1px solid #959595 !important;
  border-radius: 10px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #3d3d3d;
  background-color: transparent !important;
}
.add-to-cart-btn-wrap {
  display: flex;
  gap: 5px;
  align-items: center;
  background: #fbec52;
  border-radius: 40px;
  padding: 10px 30px;
}
.add-to-cart-btn-wrap > img {
  display: flex;
}
.add-to-cart-btn-wrap > button {
  padding: 0px !important;
  background: transparent !important;
  font-family: Poppins;
  font-size: 15.4px !important;
  font-weight: 500 !important;
  line-height: 21.54px !important;
  text-align: center;
  color: #1e3234 !important;
  display: flex !important;
}
.add-to-whilist-wrapper {
  max-width: max-content;
  margin-bottom: 32px;
}
.add-to-whilist-wrapper > div {
  margin: 0;
}
.add-to-whilist-wrapper > div > .yith-wcwl-add-button > a {
  font-family: Poppins;
  font-size: 15.4px !important;
  font-weight: 500 !important;
  line-height: 21.54px !important;
  text-align: center;
  color: #1e3234 !important;
  gap: 5px;
  align-items: center;
  background: #fbec52;
  border-radius: 40px;
  padding: 10px 30px;
  display: flex !important;
}
.add-to-whilist-wrapper > div > .yith-wcwl-add-button > a > i {
  margin: 0;
}
.social-icons-main-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 31px;
}
.social-icons-main-wrapper > p {
  margin: 0;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.92px;
  text-align: left;
  color: #3d3d3d;
}
.social-icons-wrapper-detail {
  display: flex;
  gap: 5px;
}
.social-icons-wrapper-detail > a {
  background: #fbec52;
  padding: 12px 15px;
  border-radius: 100%;
}
.social-icons-wrapper-detail > a > img {
  display: flex;
}
.product-detail-main-description-wrapper {
  margin-top: 70px;
  display: flex;
  align-items: self-start;
  gap: 4%;
}
.product-detail-infos-wrapper {
  width: 68%;
}
.product-detail-description-text {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.92px;
  text-align: left;
  color: #3d3d3d;
  margin-bottom: 48px;
}
.product-detail-description-text > h3 {
  font-family: Anton;
  font-size: 25.5px;
  font-weight: 400;
  line-height: 35.75px;
  text-align: left;
  color: #1e3234;
  margin: 0;
  margin-bottom: 20px;
}
.product-detail-description-text > h2 {
  display: none;
}
.product-ingredient-main-wrapper {
  gap: 2%;
  display: flex;
}
.product-ingredient-wrapper {
  width: 49%;
}
.product-ingredient-wrapper > h3 {
  font-family: Anton;
  font-size: 25.5px;
  font-weight: 400;
  line-height: 35.75px;
  text-align: left;
  color: #1e3234;
  margin: 0;
  margin-bottom: 20px;
}
.product-ingredient-wrapper > ul {
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.product-ingredient-wrapper > ul > li {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #1e3234;
  position: relative;
  padding-left: 40px;
}
.product-ingredient-wrapper > ul > li::before {
  position: absolute;
  content: "";
  background-image: url("./images/orange-leaf-icons.svg");
  width: 30px;
  height: 20px;
  left: 0;
}
.nutritionl-health-main-wrapper {
  width: 49%;
}
.nutritionl-health-main-wrapper > h2 {
  font-family: Anton;
  font-size: 25.5px;
  font-weight: 400;
  line-height: 35.75px;
  text-align: center;
  color: #1e3234;
  margin: 0;
  margin-bottom: 20px;
}
.nutritionl-health-main-wrapper > .nutrition-desc {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.92px;
  text-align: center;
  color: #3d3d3d;
  margin: 0;
  margin-bottom: 26px;
}
.nutrition-image-main-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.nutrition-image-main-wrapper > div,
.nutrition-image-main-wrapper > div > img {
  display: flex;
}
.more-info-content {
  margin-top: 47px;
}
.more-info-content > p {
  margin: 0;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.92px;
  text-align: left;
}
.additional-info-wrapper {
  width: 30%;
}
.additional-info-table {
  border-collapse: collapse;
}

.additional-info-table th,
.additional-info-table td {
  padding: 8px 16px;
  border: 1px solid #ccc;
}
.additional-info-table > thead > tr > th {
  font-family: Anton;
  font-size: 25.5px;
  font-weight: 400;
  line-height: 35.75px;
  text-align: center;
  color: #1e3234;
}
.additional-info-table th:first-child,
.additional-info-table td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.additional-info-table th:last-child,
.additional-info-table td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.additional-info-table th {
  width: 70%; /* Adjust the width as needed */
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #1e3234;
}

.additional-info-table td {
  width: 30%;
  font-family: Poppins;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #3d3d3d;
}
.additional-info-table:hover th,
.additional-info-table:hover td {
  background-color: transparent !important;
}

.additional-info-table td,
.additional-info-table th {
  background-color: transparent !important;
}
/* Basic styling */
#review_form_wrapper {
  margin-top: 20px;
}

.comment-form-author,
.comment-form-email,
.comment-form-comment,
.comment-form-rating {
  margin-bottom: 15px;
}

.comment-form label {
  display: block;
  font-weight: bold;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea,
.comment-form select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.comment-form select {
  height: 40px;
}

.comment-form-submit {
  margin-top: 20px;
}

.comment-notes {
  margin-top: 20px;
}
span#reply-title {
  display: none;
}
.review-form-submit-wrapper > h3 {
  font-family: Anton;
  font-size: 25.5px;
  font-weight: 400;
  line-height: 35.75px;
  text-align: left;
  color: #1e3234;
  margin: 0;
  margin-bottom: 20px;
}
.review-form-submit-wrapper {
  margin-top: 60px;
}
.review-form-submit-wrapper .stars a {
  color: #73c883 !important;
}
.review-form-submit-wrapper .comment-form-cookies-consent {
  display: flex;
  gap: 5px;
}
.review-form-submit-wrapper .comment-form label {
  display: block;
  font-weight: bold;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.92px;
  text-align: left;
}
.review-form-submit-wrapper .form-submit input#submit {
  font-family: Poppins;
  font-size: 15.4px !important;
  font-weight: 500 !important;
  line-height: 21.54px !important;
  text-align: center;
  color: #1e3234 !important;
  gap: 5px;
  align-items: center;
  background: #fbec52 !important;
  border-radius: 40px !important;
  padding: 10px 30px !important;
  display: flex !important;
}
.entry-title {
  display: none !important;
}
.wp-block-woocommerce-checkout {
  max-width: 1280px !important;
  padding: 150px 20px 50px !important;
  margin: auto !important;
  background: #fff0ca;
}
.wp-block-woocommerce-checkout input {
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #959595 !important;
  border-radius: 10px !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
  font-family: "Poppins" !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  background: transparent !important;
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"] {
  background-color: #fff !important;
  border: 1px solid rgba(25, 23, 17, 0.48) !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
  font-size: 1em !important;
  height: 1.5em !important;
  margin: 0 1em 0 0 !important;
  min-height: 1.5em !important;
  min-width: 1.5em !important;
  overflow: hidden !important;
  position: static !important;
  vertical-align: middle !important;
  width: 1.5em !important;
  padding: 0px !important;
}

body.woocommerce-checkout .custom-header {
  background: #73c883;
}
body.woocommerce-checkout .page-content {
  background: #fff0ca;
}
.wc-block-components-checkout-return-to-cart-button {
  font-family: Poppins;
  font-size: 15.4px !important;
  font-weight: 500 !important;
  line-height: 21.54px !important;
  text-align: center;
  color: #1e3234 !important;
  gap: 5px;
  align-items: center;
  background: #fbec52 !important;
  border-radius: 40px !important;
  padding: 10px 30px !important;
  display: flex !important;
  text-decoration: none !important;
  padding-left: 50px !important;
}
.wc-block-components-checkout-return-to-cart-button svg {
  left: 20px !important;
}
.wc-block-components-checkout-place-order-button {
  font-family: Poppins;
  font-size: 15.4px !important;
  font-weight: 500 !important;
  line-height: 21.54px !important;
  text-align: center !important;
  color: #1e3234 !important;
  gap: 5px;
  align-items: center !important;
  background: #fbec52 !important;
  border-radius: 40px !important;
  padding: 10px 30px !important;
  display: flex !important;
  text-decoration: none !important;
  width: max-content !important;
  border: 0px !important;
}
.wc-block-components-title,
.wc-block-components-panel__button span,
.wc-block-components-totals-item span {
  font-family: Anton;
  font-size: 25.5px;
  font-weight: 400;
  line-height: 35.75px;
}
.wc-block-components-checkout-step__description,
.wc-block-components-checkbox > label div,
.wp-block-woocommerce-checkout-terms-block span,
.wc-block-components-checkbox > label sapan,
.wc-block-components-product-name,
.wc-block-components-product-price,
.wc-block-components-product-metadata__description p,
.wc-block-formatted-money-amount,
.wc-block-formatted-money-amount,
.wc-block-components-totals-item__value {
  font-family: Poppins !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 25.92px !important;
  text-align: left !important;
  color: #3d3d3d !important;
}
.product-name a,
.woocommerce-shipping-calculator a {
  font-family: Poppins !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 25.92px !important;
  text-align: left !important;
  color: #3d3d3d !important;
  text-decoration: none;
}
.wc-block-components-checkbox > label {
  align-items: center !important;
}
@media (max-width: 1024px) {
  .testimonials-main-wrapper .slick-track {
    padding: 20px 0px;
  }
  .testimonial-image-wrapper::after {
    width: 110px !important;
    height: 80px !important;
    left: -40px;
    bottom: -10px;
  }
  .testimonial-image-wrapper::before {
    width: 250px !important;
    height: 250px !important;
  }
}

/* CHANGES*/
.contact-form-main-wrapper input[type="submit"] {
    background-color: black !important;
    color: white !important;
}

.blc-btn {
  background: #1e3234;
  color: #fff0ca;
  cursor: pointer;
}
.yellow-btn {
  background: #3d3d3d;
  color: #fbec52;
  cursor: pointer;
}
.order-now-btn {
  display: none;
}
button.order-now-btn {
  background: #fbec52;
  border: hidden;
  border-radius: 25px;
  color: #1e3234;
}
.elementor-element-5f18b10,
.elementor-element-725d98b {
  position: static !important;
}
.hfe-dropdown {
  top: 105% !important;
  width: 100% !important;
}
.hfe-nav-menu__layout-horizontal {
  left: 0 !important;
}
.d-none {
  display: none !important;
}
.additional-info-table {
    border-collapse: collapse;
    border: 3px solid;
} 
.additional-info-table th, .additional-info-table td {
    border: 1px solid black;
}
.hero-section {
    position:relative;
}
.hero-section::before {

    position: absolute;
    background-image: url('images/coconut.png');
    content: "";
    width: 210px !important;
    height: 130px !important;
    background-position: center center;
    background-size: cover;
    bottom: 0px;
    top: 150px;
    left: 30px;

}
.hero-section::after{
    position: absolute;
    background-image: url('images/ice-cream.png');
    content: "";
    width: 210px !important;
    height: 130px !important;
    background-position: center center;
    background-size: cover;
    bottom: 0px;
    top: 150px;
    right: 175px
}
.hero-section > .e-con-inner {
    position:relative;
}
.hero-section > .e-con-inner::before {
    position: absolute;
    background-image: url('images/ice-cube.png');
    content: "";
    width: 210px !important;
    height: 130px !important;
    background-position: center center;
    background-size: cover;
    bottom: 100px;
    right: 100px;

}

/* POPUP_FORM */
.form-wrapper {
  position: fixed;
  z-index: 999;
  inset: 0px;
  display: none;
}
.form-content::-webkit-scrollbar {
  width: 10px;
}

.form-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.form-content::-webkit-scrollbar-thumb {
  background: #a3a2a2;
}

.form-content::-webkit-scrollbar-thumb:hover {
  background: #afadad;
}
.form-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  min-height: 100vh;
}
.form-content h1 {
  font-family: Anton;
}
.form-content {
  padding: 20px;
  display: block;
  z-index: 999;
  position: fixed;
  inset: 0;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 80%;
  margin: auto;
  max-height: 90vh;
  overflow-y: auto;
  height: fit-content;
  border-radius: 10px;
}
img#close-btn {
  position: absolute;
  top: 30px;
  right: 15px;
  cursor: pointer;
  width: 15px;
}
.popup-form-main-wrapper .two-col-fields {
  display: flex !important;
  gap: 20px 2% !important;
  flex-wrap: wrap !important;
  margin: 20px 0px;
}
.popup-form-main-wrapper p{
    margin:0px;
}
.popup-form-main-wrapper .full-w {
  margin: 20px 0px;
}
.popup-form-main-wrapper .two-col-fields .half-w {
  width: 49%;
}
input[name="data-product-name"] {
  text-transform: uppercase;
}
.popup-form-main-wrapper input.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 100%;
}
.popup-form-main-wrapper label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.popup-form-main-wrapper label.space-top {
  margin-top: 20px;
}
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
  border-radius: 10px;
  border: 1px solid darkgray;
}
.footer-position-chnge {
  position: relative;
}
.ftr-img {
  position: absolute;
  bottom: -190px;
  left: -80px;
}
.hero-section {
  background-size: 100% 76%;
}
.elementor-element.elementor-element-afce371.custom-new-header.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.scroll-header {
  background: #FFF0CA !important;
}
.current-menu-item a::after {
  display: none !important;
}
.current-menu-item a:hover::after {
  display: block !important;
}
.add-to-cart-btn-wrap {
  background: black;
}
button.button.add_to_cart_button {
  color: white !important;
}
.add-to-cart-btn-wrap > img {
  filter: invert(100%);
}
.social-icons-wrapper-detail > a {
  background: white;
}
.flavour img {
    min-height: 300px;
    max-height: 300px;
    object-fit:contain;
}
.social-icons-wrapper-detail > a {
  display: flex;
}
@media (max-width: 980px) {
  .product-detail-image-cart-main {
    flex-direction: column;
  }
  .product-detail-image-wrapper {
    width: 100%;
  }
  .add-to-cart-wrapper {
    width: 100%;
  }
  .product-detail-main-description-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .product-detail-infos-wrapper {
    width: 100%;
  }
  .additional-info-wrapper {
    width: 100%;
  }
  .custom-header nav.hfe-nav-menu__layout-horizontal {
    /*width:100% !important;*/
    left: -166px !important;
    margin: auto !important;
    right: 0;
    top: 60px !important;
  }
  .testimonials-wrapper {
    gap: 50px;
  }
  .testimonials-main-wrapper .slick-track {
    padding: 20px 0px 80px;
  }
  .testimonial-image-wrapper::before {
    width: 270px !important;
    height: 250px !important;
  }
  .testimonial-image-wrapper::after {
    width: 110px !important;
    height: 80px !important;
    left: -60px;
    bottom: -60px;
  }
  .testimonials-wrapper {
    flex-direction: column;
    align-items: start;
  }
  .testimonial-content {
    width: 100%;
  }
  .testimonial-image-wrapper {
    margin-left: 100px;
  }
  .hero-section::after {
    width: 200px !important;
    height: 150px !important;
    background-position: center center;
    background-size: contain;
    bottom: 0px;
    top: 150px;
    right: 0;
    background-repeat: no-repeat;
}
.hero-section::before {
    width: 200px !important;
    height: 150px !important;
    background-position: center center;
    background-size: contain;
    top: 150px;
    left: 30px;
    background-repeat: no-repeat;
}
.hero-section > .e-con-inner::before {
    width: 200px !important;
    height: 100px !important;
    background-position: center center;
    background-size: contain;
    bottom: 80px;
    right: 0;
    background-repeat: no-repeat;
}
}
@media (max-width: 1024px) {
  .popup-form-main-wrapper .two-col-fields .half-w {
    width: 100%;
  }
  .elementor-843
    .elementor-element.elementor-element-0f2d151
    .elementor-menu-toggle {
    margin: 0 0 0 auto !important;
  }
  a.elementor-item.elementor-item-active {
    background: #73c88394 !important;
  }
  .elementor-nav-menu {
    background: #1e3234c4;
  }
  .elementor-nav-menu li a {
    color: white !important;
  }
  .order-now-btn {
    display: block;
  }
  .order-now-btn2 {
    display: none;
  }
  .elementor-9
    .elementor-element.elementor-element-ba7b644
    .elementor-heading-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
    .custom-new-header {
    background: #FFF0CA !important;
    margin-top: -6px !important;
}
  .product-ingredient-main-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .product-ingredient-wrapper {
    width: 100%;
  }
  .nutritionl-health-main-wrapper {
    width: 100%;
  }
  .nutritionl-health-main-wrapper > h2 {
    text-align: left;
  }
  .nutritionl-health-main-wrapper > .nutrition-desc {
    text-align: left;
  }
  .nutrition-image-main-wrapper {
    justify-content: start;
  }
  .custom-header nav.hfe-nav-menu__layout-horizontal {
    /* width: 100% !important; */
    left: -720px !important;
    margin: auto !important;
    right: 0;
    top: 67px !important;
  }
  .form-content h1 {
    font-size: 30px;
  }
  .slick-dots {
    padding-bottom: 30px;
  }
  .hero-section::after {
    width: 160px !important;
    height: 100px !important;
    background-position: center center;
    background-size: contain;
    bottom: 0px;
    top: 150px;
    right: 0;
    background-repeat: no-repeat;
}
.hero-section::before {
    width: 100px !important;
    height: 100px !important;
    background-position: center center;
    background-size: contain;
    top: 150px;
    left: 30px;
    background-repeat: no-repeat;
}
.hero-section > .e-con-inner::before {
    width: 150px !important;
    height: 100px !important;
    background-position: center center;
    background-size: contain;
    bottom: 80px;
    right: 0;
    background-repeat: no-repeat;
}
.custom-new-header ul{
    top:-3px !important;
}
}
