@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marcellus&display=swap");

: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;
}
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: 1.2rem;
    background: #fbfbfb;
    padding: 1rem;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #cacaca;
}

.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 #f0def8;
  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;
}


#cookiePopup {
    position: fixed !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 100% !important;
    background: #d1cecc !important;
    padding: 10px !important;
    z-index: 999999;
    gap: 10px;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    display: none;
    border-radius: 0px !important;
    flex-wrap: wrap;
}
#cookiePopup h4 {
    font-size: 24px;
    color: #000 !important;
    margin-bottom: 15px;
}
#cookiePopup p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    letter-spacing: 0;
    line-height: 1.5;
    max-width: 850px;
    font-weight: 500;
}
div#cookiePopup button {
    height: 46px !important;
    width: auto !important;
}
div#cookiePopup button {
    height: 46px !important;
    width: auto !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 rgba(0, 0, 0, 0.175);
    border-radius: 0.375rem;
}

.left_tab h4{
    background: #f5ffd8;
    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: #D8E7DD;
}

.tab_content ul li.active a,
.tab_content ul li:hover a{
    color: var(--button-hover-bg);
}

.tab_content ul li:hover{
    background: #D8E7DD;
}