@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");

:root {
  --primary-font: "Roboto", sans-serif;
  --secondary-font: "Open Sans", sans-serif;
  /* --primary-font: "Montserrat", sans-serif; */

  --font-weight-100: 100;
  --font-weight-200: 200;
  --font-weight-300: 300;
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-700: 700;
  --font-weight-800: 800;
  --font-weight-900: 900;

  --primary-line-height: 1.7;
  --secondary-line-height: 1.3;
  --tertiary-line-height: 1;

  --text-normal: normal;
  --text-uppercase: uppercase;
  --text-lowecase: lowercase;
  --text-capitalize: capitalize;

  --primary-color: #fff8f2;
  --secondary-color: #ffcfd2;
  --accent-color: #d96b7d;
  --text-color: #313131;
  --bg-color: #f4f7f2;
  --alt-bg-color: #fbfefb;

  --white-color: #ffffff;
  --black-color: #000000;

  --heading-size-1: 3rem;
  --heading-size-2: 2rem;
  --heading-size-3: 1.8rem;
  --heading-size-4: 1.5rem;
  --heading-size-5: 1.25rem;
  --heading-size-6: 1.1rem;
}

/* :root {
  --e-global-color-text: #141414;
  --e-global-color-primary: #f0def8;
  --e-global-color-secondary: #d0f8f8;
  --e-global-color-accent: #873506;
  --e-global-color-f1feda2: #ffffff;
  --e-global-color-02b55fc: #f3fccf;
  --e-global-color-a151f27: #fbf5a7;
  --e-global-color-3a8476b: #fffdf5;
  --e-global-typography-primary-font-family: "Inter";
  --e-global-typography-primary-font-size: 42px;
  --e-global-typography-primary-font-weight: 400;
  --e-global-typography-secondary-font-family: "Inter";
  --e-global-typography-secondary-font-size: 40px;
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-secondary-line-height: 48px;
  --e-global-typography-text-font-family: "Inter";
  --e-global-typography-text-font-size: 16px;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-line-height: 25px;
  --e-global-typography-accent-font-family: "Inter";
  --e-global-typography-accent-font-size: 16px;
  --e-global-typography-accent-font-weight: 400;
  --e-global-typography-accent-line-height: 25px;
  background-color: var(--e-global-color-3a8476b);
  color: var(--e-global-color-text);
  --button-bg: #DBF68F;
  --button-hover-bg: #07451D;
} */

body {
  font-family: var(--secondary-font);
  line-height: var(--primary-line-height);
  color: var(--text-color);
  font-size: 16px;
}

h1,
h2,
h3 {
  font-family: var(--primary-font);
  font-weight: var(--font-weight-700);
  line-height: var(--secondary-line-height);
  color: var(--accent-color);
}

h4,
h5,
h6 {
  font-family: var(--primary-font);
  font-weight: var(--font-weight-400);
  color: var(--text-color);
}

h1 {
  font-size: var(--heading-size-1);
}

h2 {
  font-size: var(--heading-size-2);
}

h3 {
  font-size: var(--heading-size-3);
}

h4 {
  font-size: var(--heading-size-4);
}

h5 {
  font-size: var(--heading-size-5);
}

h6 {
  font-size: var(--heading-size-6);
}


a {
  text-decoration: none;
  color: #000;
}
p {
  display: block;
  font-size: 18px;
  line-height: 30px;
}
.heading-title {
  font-family: "Inter", Sans-serif;
  font-size: 44px;
    font-weight: 600;
    line-height: 54px;
  color: var(--button-hover-bg);
}

section.other-vision .slick-track {
    position: relative;
    margin: 0;
}
.product-price-text {
    font-weight: 700;
    font-size: 1.4rem;
}
.product-name-text {
    /* font-size: 1.2rem;
    line-height: 1.9rem; */
    font-size: 1.1rem;
    line-height: 1.8rem;
    color: #212121;
    font-weight: 400;
    min-height: 60px;
    display: inline-block;
    margin-top: 15px;
}

.products-section .card{
   height: 100%;
}

#loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* Change if you use dark mode */
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-name {
    color: #333;
    font-size: 1.1rem;
    font-weight: 500;
}
.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #333; /* Loader color */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
.top-bar {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px;
  text-align: center;
}

.navbar-brand {
  font-weight: bold;
}
.main-btn:hover {
    background-color: var(--bs-black);
    color: #fff;
}
.header {
  background-color: #fff;
  width: 100%;
}
.main-btn {
    background-color: var(--button-bg);
    font-size: 14px;
    font-weight: 400;
    /* text-transform: uppercase; */
    line-height: 24px;
    color: #07451D;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 35px;
    font-size: 1rem;
    display: inline-block;
    font-family: var(--e-global-typography-primary-font-family);
}

.hero {
  background: url("../images/banner.png");
  padding: 60px 0;
  height: 633px;
  background-position: right center;
  background-size: 100%;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
}
.featured-products {
  background: #fffdf5 !important;
}
.img-part img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.featured-products .card img {
  object-fit: contain;
  /* height: 100px; */
}
.content-part {
  padding: 60px 20px 0 20px;
}

.section-title {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}
.faq-sec {
  padding: 0 3rem;
}
.accor {
  padding: 0 3rem;
}

.section-padding {
  padding: 60px 0;
}

.faq .accordion-button {
  background-color: #fff;
  font-weight: 500;
}

footer {
  background-color: var(--button-hover-bg);
  color: #fff;
  padding: 50px 0 35px 0;
}

footer h6 {
  font-weight: 700;
}

footer a {
  color: #bbb;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

footer p{
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 10px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}

.wrapper {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
/* h2 {
  font-family: sans-serif;
  color: #fff;
} */
.slick-slide {
  margin: 5px;
  padding: 1rem 0;
}
section.other-vision img {
    max-width: 100%;
}
.slick-slide img {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.wrapper .slick-dots li button:before {
  font-size: 20px;
  color: white;
}
a.f-logo img {
  filter: brightness(0) invert(1);
}
.breadcrumb {
  background: #f5ffd8;
  padding: 1.5rem 0;
  text-align: center;
}
.navbar-nav a {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 15px;
}

.cart-table th,
.cart-table td {
  vertical-align: middle;
}

.cart-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.remove-btn {
    background: none;
    border: none;
    font-size: 2rem;
    color: #fd3a3a;
}

.coupon-section {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.coupon-section input {
  max-width: 250px;
}

.btn-update {
  background-color: #8e837a;
  color: white;
}
div#shipping-div {
    font-size: 14px;
    background: var(--white-color);
    padding: 1rem;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid var(--secondary-color);
}

.btn-update:hover {
  background-color: #746c65;
}
.checkout-form input[type="text"], input[type="email"] {
    padding: 15px;
    margin-top: 15px;
    
}
.checkout-form select.form-control {
    padding: 15px;
    margin-top: 15px;
}

.product-name {
    color: #333;
    font-size: 1.1rem;
}
button.cart_qnty_btn {
    border-radius: 100%;
    background: transparent;
}
figure.image-box img {
  max-width: 80%;
}
figure.image-box {
  border: 1px solid var(--secondary-color);
  border-radius: 12px;
  text-align: center;
}
.main-inner-page {
  width: 100%;
  margin: 2rem auto;
  padding: 3rem;
  background-color: #f7f7f7;
  border-radius: 12px;
}
.contact-details__info li .icon {
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: #e5e5e5;
  margin-bottom: 5px;
  border-radius: 100%;
  margin-right: 20px;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.accor .accordion-item {
    border: 0 !important;
    border-bottom: 1px solid #3333 !important;
}




.button_secondary{
    background-color: var(--button-hover-bg);
    color: #fff;
}

.button_secondary:hover{
    background-color: var(--button-bg);
    color: #07451D;
}

.cate_listing{
    background: url(../images/sparkle.png) no-repeat left;
    background-size: 60px;
    padding-left: 70px;
    margin-bottom: 30px;
    min-height: 100%;
    font-size: 20px;
    line-height: 30px;
}

.content-middle {
    background: #D8E7DD;
    padding: 30px 0;
}

.content-middle h3{
    margin-bottom: 0;
    text-align: center;
    font-family: "Inter", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    color: var(--button-hover-bg);
    padding: 0 110px;
}

.left_tab{
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
    overflow: hidden;
}

.left_tab h5{
    background: var(--alt-bg-color);
    padding: 10px 10px 10px 20px;
    text-align: left;
    margin-bottom: 0;
}

.tab_content{
    /* padding: .5rem !important; */
}

.tab_content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tab_content ul li {
    list-style: none;
    cursor: pointer;
    padding: 10px;
}


.tab_content ul li input[type="checkbox"]{
    display: none;
}

.tab_content ul li.active {
    padding: 10px;
    color: #fff;
    background: var(--accent-color);
}

.tab_content ul li.active a,
.tab_content ul li:hover a{
    color: var(--button-hover-bg);
}

.tab_content ul li:hover{
    background: #D8E7DD;
}

/* *********************** */
/* Bootstrap Customize CSS */
/* *********************** */

.btn,
.btn:focus,
.btn:hover,
.btn:focus-within,
.btn:focus-visible,
.btn:active {
  padding: 16px 30px;
  text-transform: var(--text-uppercase);
  border-radius: 100px;
  font-size: 15px;
  font-weight: var(--font-weight-400);
  border: 0;
  font-family: var(--secondary-font);
}

.btn-primary,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:focus-within,
.btn-primary:focus-visible,
.btn-primary:active {
  background-color: var(--accent-color);
  color: var(--white-color);
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:focus-within,
.btn-secondary:focus-visible,
.btn-secondary:active {
  background-color: var(--white-color);
  color: var(--accent-color);
}

.navbar-nav .nav-item .nav-link {
  text-transform: var(--text-uppercase);
  padding: 0 15px;
}

.navbar-nav .nav-item .nav-link.active {
  color: var(--accent-color);
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--accent-color);
}

.navbar-collapse {
  flex-grow: inherit;
}

.cart-icon svg {
  width: 26px;
}

.page-header .navbar-brand img {
    width: 100%;
    max-width: 176px;
}

@media (max-width: 991px) {
  .cart-icon {
    display: none;
  }

  .navbar-collapse {
    flex-grow: inherit;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: auto;
    background: #ffffff;
    width: 100%;
    padding: 15px;
  }

  .navbar-nav .nav-item .nav-link {
    padding: 10px 0;
  }
}

/* *************** */
/* Banner Page CSS */
/* *************** */

.section-banner {
  background-color: var(--bg-color);
}

.section-banner-image {
  text-align: right;
}

.section-banner-image img {
  max-width: 70%;
}

.section-banner .btn-wrap {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.section-benefits {
  padding: 80px 0;
}

.benefits-single {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.benefits-single img {
  max-width: 121px;
}

.products-single {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 15px;
  border: 1px solid var(--secondary-color);
  border-radius: 20px;
}

.products-single .bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.section-products {
  padding: 10px 0 40px;
}

.section-about {
  padding: 80px 0;
}

.section-about .img-wrap img {
  border-radius: 25px;
}

.section-faq {
  padding: 0px 0 80px;
}

.cst-accordion {
  margin-bottom: 10px;
}

.cst-accordion-head {
  background-color: var(--white-color);
  border: 1px solid var(--secondary-color);
  padding: 12px 48px 12px 12px;
  font-size: 16px;
  line-height: var(--primary-line-height);
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}

.cst-accordion-head::before,
.cst-accordion-head::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: var(--text-color);
  transition: all 0.3s;
}

.cst-accordion-head::before {
  right: 30px;
  width: 1px;
  height: 20px;
  margin-top: -10px;
}

.cst-accordion-head::after {
  right: 21px;
  width: 20px;
  height: 1px;
  margin-top: -1px;
}

.cst-accordion-head p {
  color: var(--text-color);
  font-weight: 400;
  margin: 0;
}

.cst-accordion-content {
  padding: 12px;
  display: none;
  background: var(--white-color);
}

.cst-accordion-head.active::before {
  transform: rotate(90deg);
  opacity: 0;
}

.page-about .section-about-banner {
  padding: 0;
  background-color: var(--alt-bg-color);
}

.section-mission .section-about-image img {
  border-radius: 25px;
}

.page-contact .wrap .benefits-single {
  border-right: 2px solid var(--accent-color);
}

.page-contact .wrap:last-child .benefits-single {
  border: none;
}

@media (max-width: 767px) {
  .page-contact .wrap .benefits-single {
    border: none;
  }
}

.page-footer {
  padding: 80px 0;
  background-color: var(--primary-color);
}

.page-footer p {
    color: var(--text-color);
}

.page-footer .contact-info {
  list-style: none;
  padding: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
}

.page-footer .contact-info li p {
  margin: 0;
}

.page-footer .contact-info li a {
  color: var(--text-color);
  text-decoration: none;
}

.page-footer .contact-links {
  list-style: none;
  padding: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
}

.page-footer .contact-links a {
  color: var(--text-color);
  text-decoration: none;
}

.footer-copyright {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.footer-copyright p {
  margin: 0;
}

.footer-copyright img {
  max-width: 200px;
}

.cart-sec .table-responsive {
    background-color: var(--primary-color);
    padding: 50px 20px;
    border-radius: 10px;
}

.cart-total-wrap {
    padding: 30px;
    background: var(--primary-color);
    border-radius: 10px;
}

.billing-details {
    background: var(--primary-color);
    padding: 30px;
    border-radius: 10px;
}

/* Cookie CSS start from here */

#cookiePopup {
    position: fixed;
    bottom: 0;
    left: 0%;
    right: 0%;
    top: auto;
    /* transform: translateX(-50%); */
    width: 100%;
    background: var(--black-color);
    padding: 24px;
    /* display: flex; */
    flex-wrap: wrap;
    z-index: 999999;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    text-align: justify;
    display: none;
    border-top: 1px solid;
}

.cookie-popup-inner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}

.cookieContentWrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#cookiePopup h4 {
    font-size: 14px;
    color: var(--white-color);
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

#cookiePopup p {
    font-size: 14px;
    color: var(--white-color);
    margin-bottom: 0;
    letter-spacing: 1px;
    line-height: 1.7;
    text-align: justify;
    margin: 0;
}

#cookiePopup p a {
    color: var(--white-color);
    text-decoration: underline;
}

.cookieBtns {
    display: inline-flex;
    gap: 10px;
}

.cookieBtns button {
    font-size: 14px;
    margin: 0;
    color: var(--black-color);
    padding: 12px 36px;
    border-radius: 0;
    background: var(--white-color);
    cursor: pointer;
    transition: all 0.5s ease;
    border: 1px solid var(--accent-color);
    text-transform: uppercase;
}

.cookieBtns button:hover {
    color: var(--white-color);
    border-color: var(--primary-color);
    background: var(--accent-color);
}

@media (max-width: 767px)
{
.cookie-popup-inner-wrap {
        flex-direction: column;
    }

    .cookieBtns {
        justify-content: space-between;
        display: flex;
        gap: 0;
        width: 100%;
    }
}

/* Cookie CSS end here */