@import url("../css/bootstrap.css");
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap");
@import url("../css/jquery.fancybox.min.css");
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

/* font-family: "Roboto", sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@import url("../fonts/stylesheet.css");

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --color-primary: #2f5420;
  --select-icon-size: 16px;
  --select-icon-margin: 1rem;
  --select-text-icon-gap: 0.5rem;
}

h2,
h3,
h4,
p,
a,
ul {
  font-family: "Hind Siliguri", sans-serif;
}

ul {
  padding: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

body {
  font-family: "Hind Siliguri", sans-serif;
}
/* theme css begin */

.theme-btn {
  background: #315722;
  color: white;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 30px;
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.theme-btn:hover {
  color: #fff;
  background: #8ebf21;
}

.theme-btn span {
    display: flex;
}

/* .theme-btn {
  background-image: linear-gradient(340deg, #315722 20%, #8ebf21c7 100%);
  color: white;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 30px;
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.theme-btn::before {
  width: 0;
  height: 0;
  background: black;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  border-radius: 30px;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.theme-btn:hover:before {
  width: 100%;
  height: 100%;
}

.theme-btn:hover {
  transform: translate(0px, -10px);
  color: #fff;
} */
/* theme css end */
.auths-btns {
  display: flex;
  align-items: center;
  gap: 17px;
}

div#languageDropdown {
  background-image: linear-gradient(340deg, #315722 20%, #8ebf21c7 100%);
  color: white;
  padding: 11px 20px;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}

ul#dropdownMenu {
  background-image: linear-gradient(340deg, #315722 20%, #8ebf21c7 100%);
  left: 0;
  top: 44px;
  padding: 0;
  cursor: pointer;
}

ul#dropdownMenu li {
  border-bottom: 1px solid white;
  padding: 10px 2px 10px 10px;
  color: white;
  cursor: pointer;
}
/* header css begin */
.tags-top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  width: 930px;
  margin-left: auto;
}

.topBar {
  background: black;
  padding: 20px 0;
}

.tags-top h3 {
  font-size: 18px;
  color: white;
  padding: 0;
  margin: 0;
}

.tags-top h3 a {
  color: white;
  background: transparent;
  font-size: 19px;
}

.tags-top a {
  /* background: white; */
  color: var(--color-primary);
  width: 50px;
  height: 49px;
  line-height: 60px;
  text-align: center;
  position: relative;
  font-size: 33px;
  border-radius: 110px;
}

.tags-top a span {
  position: absolute;
  background: var(--color-primary);
  color: white;
  height: 16px;
  width: 16px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 6px;
  right: 4px;
  border-radius: 10px;
}

.logo {
  width: 120px;
  height: 120px;
}

.logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-navs ul {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 30px;
}

.logo-navs {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 0;
}

.logo-navs ul li a {
  color: #2c3037;
  font-size: 17px;
  font-weight: 600;
  position: relative;
}

.search-auths {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: end;
  gap: 19px;
}
.search-box {
  width: 270px;
}

.search-box input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid;
}

.auths-btns select {
  background-image: linear-gradient(340deg, #315722 20%, #8ebf21c7 100%);
  color: white;
  padding: 10px 17px 12px 29px;
  display: inline-block;
  border-radius: 31px;
  font-weight: bold;
}

.logo-navs ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: black;
  bottom: 0;
  left: 0;
  transition: all 0.6s ease;
}

.logo-navs ul li a:hover:before {
  width: 100%;
}

.auths-btns select option {
  color: black;
  padding: 0;
}
/* header css end */

/* banner css begin */
.banner {
  height: 800px;
  width: 100%;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* banner css end */

/* our categorie css begin */
.cat-box-mini {
  background-image: linear-gradient(180deg, #94c723 11%, #292e35 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.6s ease;
  border-radius: 10px;
  overflow: hidden;
}

.heading h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

section.our-categories {
  padding: 60px 0;
}

.cat-img {
  width: 60%;
  height: 160px;
  border-radius: 100px 0px 0px 100px;
  overflow: hidden;
  transition: all 0.6s ease;
}

.cat-img img {
  width: 100%;
  height: 100%;
}

.cat-detail h3 {
  font-size: 22px;
  font-weight: bold;
  color: white;
}

.cat-detail a {
  background: #f3691c;
  padding: 4px 20px;
  display: inline-block;
  margin: 10px 0 0 0;
  font-weight: bold;
  color: white;
  border-radius: 30px;
}

.cat-detail {
  padding: 0 0 0 20px;
}

.heading {
  padding: 0 0 30px 0;
}
.cat-box-mini:hover {
  transform: translate(0px, -10px);
}

.cat-box-mini:hover .cat-img {
  border-radius: 100px 0px 0px 100px;
}
.cate-detail-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  height: 100%;
  gap: 20px;
}

.cate-detail-content h2 {
  font-size: 34px;
  font-weight: bold;
}

.cate-detail-content p {
  font-size: 16px;
  padding: 0 190px 0 0;
  font-weight: 600;
}

.cate-detail-image {
  width: 100%;
  height: 440px;
  overflow: hidden;
}

.cate-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.cate-detail-image:hover img {
  /* transform: scale(1.3); */
}
/* our categorie css end */

/* secure health css begin */
.secure-main {
  display: flex;
  align-items: center;
}

.secure-image {
  width: 45%;
  background: #d9dce5;
  height: 635px;
  padding: 0 0px;
}

.secure-content {
  width: 55%;
  height: 635px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 30px;
  padding: 0 0 0 30px;
  background: url(../images/bg-texture.jpg);
  position: relative;
  z-index: 99;
}
.secure-image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.secure-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  left: 0;
  opacity: 0.5;
  z-index: -4;
}

.secure-content h2 {
  color: white;
  font-size: 33px;
  font-weight: bold;
}

.secure-content p {
  font-size: 17px;
  color: white;

  font-weight: 600;
}
/* secure health css end */

/* proriority css begin */
.prior-images {
  width: 100%;
  height: 410px;
}

.prior-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 20px 0;
}

section.priority-sec {
  padding: 40px 0;
}

.prior-contentt {
  background: #f3691c;
  padding: 30px;
  height: 555px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin: 0 -120px 0 120px;
  z-index: 99;
  position: relative;
}

.prior-contentt p {
  font-size: 19px;
  line-height: 34px;
  color: white;
}

.prior-contentt h2 {
  font-size: 35px;
  font-weight: bold;
  color: white;
}

.prior-contentt::before {
  position: absolute;
  content: "";
  background: url(../images/leaves.png);
  background-size: 260px;
  background-repeat: no-repeat;
  width: 259px;
  height: 180px;
  top: -80px;
  left: -130px;
  z-index: 9999;
}
/* proriority css end */

/* why choose us css begin */
.why-choose-us {
  background-image: url(../images/why-choose-us.jpg);
  padding: 130px 0 0 0;
  margin: 0 0 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.why-choose-content h2 {
  font-size: 34px;
  color: #315722;
  padding: 0 0 40px 0;
  font-weight: bold;
}

.why-choose-content ul li {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 12px 0;
}

.icon-box {
  width: 130px;
  height: 100px;
}

.icon-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-content h3 {
  font-size: 23px;
  font-weight: 600;

  color: #315722;
}

.list-content p {
  font-size: 15px;
  color: #212529;
  font-weight: 500;
}
.why-choose-content {
  padding: 0 0 70px 0;
}
.discount-box {
  background: #f2691c;
  padding: 29px 40px 20px 40px;
  text-align: center;
  margin: 0 30px;
}

.discount-box h4 {
  font-size: 23px;

  color: white;
}

.discount-box h2 {
  font-size: 44px;
  text-transform: capitalize;
  color: white;
}
/* why choose us css end */

/* testimonials-section css begin */
.user-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto 20px auto;
}

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

.testimonial-box ul {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.testimonial-box ul li {
  color: #ffc700;
  font-size: 19px;
}

.testimonial-box h3 {
  font-size: 19px;
  font-weight: bold;
  transition: all 0.6s ease;
}

.testimonial-box h4 {
  font-size: 16px;

  color: #315722;
  transition: all 0.6s ease;
}

.testimonial-box p {
  font-size: 16px;
  color: grey;
  transition: all 0.6s ease;
}

.testimonial-box {
  text-align: center;
  background: white;
  box-shadow: 0 0 20px #00000017;
  padding: 21px 50px;
  border-radius: 12px;
  margin: 0 23px;
  transition: all 0.6s ease;
  z-index: 999999;
  position: relative;
  cursor: pointer;
}

section.testimonials {
  background: #f1f5fa;
  padding: 60px 0 60px 0;
  position: relative;
}
.bottle-product {
  position: absolute;
  left: -80px;
  transform: rotate(45deg);
  top: -70px;
}
.testimonial-box:hover {
  /* background: #325822; */
}

.testimonial-box:hover h3,
.testimonial-box:hover h4,
.testimonial-box:hover p {
  /* color: white; */
}
section.testimonials .container {
  position: relative;
}
/* testimonials-section css end */

/* footer css begin */
footer {
  background-image: url(../images/bg-texture.jpg);
  padding: 80px 0 0px 0;
  position: relative;
  z-index: 999;
  background-size: cover;
  background-position: center;
}

.footer-about {
  background-image: linear-gradient(307deg, #8ebf21 16%, #325922 70%);
  padding: 24px;
  margin: 0 37px;
  border-radius: 22px;
}

.footer-about a {
  width: 150px;
  height: 150px;
  display: inline-block;
}

.footer-about a img {
  width: 100%;
  height: 100%;
}

.footer-about ul {
  display: flex;
  gap: 30px;
}

.footer-about li a {
  width: 40px;
  height: 40px;
  line-height: 44px;
  transition: all 0.6s ease;
  font-size: 27px;
  border: 1px solid transparent;
  background: white;
  color: #325922;
  text-align: center;
  border-radius: 100%;
}

.footer-about p {
  font-size: 15px;
  line-height: 26px;
  color: white;
  font-weight: 300;
  border-bottom: 2px solid #ffffff33;
  padding: 7px 0 14px 6px;
}

.footer-about h2 {
  font-size: 21px;
  padding: 0 0 12px 0;
  color: white;
}

.footer-about li a:hover {
  background: transparent;
  color: black;
  border: 1px solid black;
  transform: translate(0px, -6px);
}
footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000b3;
  top: 0;
  z-index: -1;
}

.copyrights {
  background: #325922;
  text-align: center;
  padding: 16px 0;
  margin: 80px 0 0 0;
}

.copyrights p {
  padding: 0;
  margin: 0;
  color: white;

  font-size: 18px;
}
.ftrs-content {
  display: flex;
  justify-content: space-between;
  padding: 70px 0 0 0;
  border-bottom: 1px solid #ffffff8f;
  margin: 0 0 18px 0;
}

.ftr-navigations h2 {
  font-size: 22px;
  color: white;
  font-weight: 500;
}

.ftr-navigations ul li {
  padding: 0 0 10px 0;
}

.ftr-navigations ul {
  padding: 20px 0 0 0;
}

.ftr-navigations ul li a {
  color: white;
  font-size: 17px;
}

.ftr-navigations ul li a span {
  color: #8ebf21;
  font-size: 23px;
  transition: all 0.6s ease;
  display: inline-block;
  transform: translate(0px, 4px);
}

.ftr-navigations ul li a:hover span {
  transform: translate(10px, 4px);
}

.ftr-navigations:last-child ul li a span {
  transform: translate(-8px, 4px);
}

.ftr-navigations:last-child ul li a:hover span {
  transform: translate(-8px, 4px);
}

.ftr-navigations ul li a:hover {
  color: #8ab132;
}
.ftr-newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-heading h2 {
  font-size: 22px;
  color: white;

  font-weight: 500;
}

.news-heading p {
  font-size: 17px;
  color: white;
}

.form-group form input {
  width: 300px;
  height: 53px;
  border-radius: 41px;
  border: 1px solid #333;
  padding: 10px 10px 13px 20px;
}

.form-group form button {
  color: white;
  background: linear-gradient(157deg, #8ebf21 16%, #325922 70%);
  width: 50px;
  height: 50px;
  border-radius: 320px;
  font-size: 20px;
  border: 1px solid #ffffff;
  transition: all 0.6s ease;
}
.form-group form button:hover {
  background: transparent;
  transform: translate(0px, -10px);
}
/* footer css end */

/* About Page css Start */

.inner-banner {
  background-image: url(../images/inner-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0px;
  height: unset;
}

.inner-banner h1 {
  text-align: center;
  color: #fff;
  font-family: "Hind Siliguri";
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 0;
}

.inner-product-banner {
  background: none;
  padding: 20px 0 0;
}

.inner-product-banner h1 {
  text-align: left;
  color: var(--color-primary);
  font-size: 40px;
}

.nature-section {
  padding: 70px 0 70px;
  display: block;
}

.nature-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mission-wrap {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 20px;
  width: 49%;
}

.mission-wrap img {
  width: 41px;
  height: 41px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(18%) saturate(1737%)
    hue-rotate(58deg) brightness(92%) contrast(84%);
}

.nature-wrap {
  margin-bottom: 100px;
}

.nature-wrap h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: #292e35;
  margin-bottom: 20px;
}

.mission-wrap h4 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.mission-wrap p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

.mission-wrap p span {
  color: #537442;
  font-weight: 600;
}

.who-we-are-wrap {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.who-we-are-wrap h2 {
  text-transform: uppercase;
}

.who-we-are-wrap p {
  margin-bottom: 0;
}

.believe-section {
  background-image: url(../images/believe-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10px;
}

section.believe-section h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
}

.believe-box {
  background-color: #f36904;
  text-align: center;
  padding: 20px;
  border-radius: 10px 10px 10px 10px;
  width: 100%;
}

.believe-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  gap: 30px;
  margin: 0 auto;
}

.believe-box img {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  filter: brightness(0) saturate(100%) invert(96%) sepia(34%) saturate(0%)
    hue-rotate(219deg) brightness(111%) contrast(105%);
}

.believe-box h5 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.believe-box p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

/* About Page css end */

/* Blog Page css start */

section.blog-section {
  padding: 100px 0;
  display: block;
}

section.blog-section h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #292e35;
}

section.blog-section h6 {
  color: #b0b0b0;
}

/* Blog Page css end */

/* faq Page css start */

.faq-section {
  padding: 100px 0;
}

.faq-wrap h2 {
  color: #000;
  margin-bottom: 20px;
}

.faq-wrap .accordion h2 {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.faq-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}

.faq-wrap {
  width: 48%;
}

.faq-wrap .accordion-item button.accordion-button {
  outline: none;
  box-shadow: none;
  font-weight: 500;
  border: 1px solid #e4e7ed;
  border-radius: 50px;
  background: linear-gradient(340deg, var(--color-primary) 0%, #8ebf21);
  font-size: 16px;
  color: #fff;
  padding: 21px 18px 21px 80px;
  border-radius: 50px;
}

.faq-wrap .accordion-item button.accordion-button.collapsed {
  color: #000;
  border-radius: 50px;
  background: transparent;
}

.faq-wrap .accordion .accordion-item {
  border: 0;
  margin-bottom: 10px;
}

.faq-wrap .accordion-item button.accordion-button::after {
  margin: unset;
  position: absolute;
  left: 35px;
  background-image: url(../images/green-arrow.svg);
  filter: brightness(0) saturate(100%) invert(26%) sepia(30%) saturate(813%)
    hue-rotate(58deg) brightness(99%) contrast(96%);
  background-size: contain;
  height: 30px;
}

.faq-wrap .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(92deg) brightness(103%) contrast(102%);
}

.faq-wrap .accordion .accordion-item p a {
  color: #2f5420;
  font-weight: 600;
  text-decoration: underline;
}

/* faq Page css end */

/* contact Page css start */

section.contact-section {
  padding: 100px 0 50px;
}

.contact-left {
  border-bottom: 1px solid #e4e7ed;
  padding-bottom: 20px;
  display: block;
}

.contact-left h2 {
  font-size: 35px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

.contact-left p {
  margin-bottom: 40px;
}

.contact-email {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 35px;
}

.contact-email img {
  width: 40px;
  height: 40px;
  filter: brightness(0) saturate(100%) invert(23%) sepia(91%) saturate(313%)
    hue-rotate(58deg) brightness(97%) contrast(94%);
}

.contact-email-wrap h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #292e35;
}

.contact-email-wrap a {
  color: #000;
}

.contact-left h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.media-wrap {
  margin-top: 20px;
}

.contact-left .theme-btn {
  border: 0;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-icons a {
  background-color: #eef3f9;
  padding: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all;
}

.social-icons a:hover {
  background-color: var(--color-primary);
}

.social-icons a i,
.social-icons a img {
  width: 17px;
  height: 17px;
  color: var(--color-primary);
}

.social-icons a img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(91%) saturate(313%)
    hue-rotate(58deg) brightness(97%) contrast(94%);
}

.social-icons a:hover i {
  color: #fff;
}

.social-icons a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(233deg) brightness(105%) contrast(103%);
}

.contact-right h2 {
  font-size: 35px;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
}

.contact-right .theme-btn {
  border: 0;
  padding: 11px 40px;
}

.contact-right form label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #292e35;
  margin-bottom: 5px;
  text-align: left;
}

.contact-right form input,
.contact-right form textarea {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #000000;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  outline: none;
}

.contact-right form textarea {
  height: 100px;
}

.contact-right form {
  text-align: right;
}

/* contact Page css end */

/* shop Page css start */

.tabs-wrap {
  padding-top: 50px;
}

.shop-wrap {
  padding: 50px 0;
  position: relative;
}

.shop-categories {
  position: sticky;
  top: 20px;
}

.shop-tabs .nav-link {
  position: relative;
  background-image: url(../images/bundles-bg.jpg);
  padding: 30px 10px;
  width: 100%;
  border: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  z-index: 1;
  text-align: left;
  text-transform: capitalize;
  border-radius: 8px;
  transition: 0.2s all;
  outline: none;
}

.shop-tabs .nav-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000b3;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 8px;
}

.shop-tabs .nav-tabs {
  justify-content: space-between;
  gap: 37px;
  border: 0;
}

.shop-tabs .nav-item {
  width: 30%;
}

.shop-tabs .nav-link.active {
  color: #fff;
  filter: drop-shadow(2px 4px 6px var(--color-primary));
}

.shop-wrap .tab-pane {
  outline: none;
}

.product-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}

.product-img img {
  width: 100%;
  transition: 0.2s all;
}

.product-img {
  margin-bottom: 15px;
  position: relative;
  width: 300px;
  height: 300px;
}

.product-img-wrap {
  position: absolute;
  height: 100%;
  bottom: -50px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff20;
  backdrop-filter: blur(11px);
  opacity: 0;
  transition: 0.5s all;
}

.product-review {
    width: 70%;
}

.review-form .stars {
    margin-bottom: 20px;
}

.review-form .stars i {
    font-size: 28px;
    color: #000;
    font-weight: 400;
    transition: .2s all;
    cursor: pointer;
}

.review-form .stars i.hovered,
.review-form .stars i.selected {
    font-weight: 700;
}

.reviews-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
}

.review-stars {width: 33%;padding-left: 40px;border: 1px solid #eaeaea;border-width: 0 1px;}

.review-star-line {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    cursor: pointer;
    width: 84%;
}

.review-count {
    width: 33%;
}

.review-btn {
    width: 33%;
    padding-left: 40px;
}

.review-star-line .progress-bar {
    position: relative;
    margin-inline: 22px;
    width: 141px;
    height: 6px;
    background: #eaeaea;
    border-radius: 10px;
}

.review-star-line .progress-bar::before {
    content: "";
    width: 83.871%;
    background-color: var(--color-primary);
    position: absolute;
    height: 10px;
    border-radius: 10px;
}

.review-star-line:nth-child(2) .progress-bar::before {
    width: 10.7527%;
}

.review-star-line:nth-child(3) .progress-bar::before {
    width: 4.30108%;
}

.review-star-line:nth-child(4) .progress-bar::before {
    width: 1.07527%;
}

.review-star-line:nth-child(5) .progress-bar::before {
    width: 0;
}

.review-btn button {
    background: #fff;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    border-radius: 3px;
    width: auto;
    height: auto;
    line-height: 1;
    font-weight: 700;
    padding: 12px 30px;
    text-decoration: none;
}

.review-count-wrap-inner .stars i {font-size: 19px !important;}

.review-count-wrap {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 7px;
}

.review-count-wrap h3 {font-size: 45px !important;font-weight: 400;}

.review-count-wrap-inner p {
    font-size: 14px;
    font-weight: 500 !important;
    color: #000;
    opacity: 1 !important;
    margin: 0 !important;
}

.review-count button {
    border: 0;
    border-radius: 10px;
}

.review-count button:hover {
    transform: unset;
}

.review-count button:before {
    border-radius: 10px;
}

.review-star-txt {
    display: flex;
    align-items: center;
    gap: 8px;
}

.review-star-txt i {
    color: var(--color-primary);
}

.review-stars h6 {
    margin: 0 !important;
    line-height: 125.9%;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.review-star-txt h6 {
    width: 8px;
}

.review-star-line:hover h6 {
    text-decoration: underline;
}

.review-search {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 50%;
    margin-bottom: 24px;
}

.search-filter {
    position: relative;
}

.search-filter input, .review-search select {
    width: 100%;
    padding: 7px 19px 7px 30px;
    border-radius: 5px;
    border: 1px solid #000;
    outline: none;
}

.search-filter label {
    position: relative;
}

.search-filter label svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
}

.review-search select {
    padding: 5px;
    width: 55%;
    outline: none;
}

.review-topics h6 {
    margin-bottom: 16px !important;
    font-size: 14px !important;
    margin-top: 0 !important;
}

.topics-flex {
    display: flex;
    flex-wrap: wrap;
    width: 72%;
    gap: 10px;
    margin-bottom: 24px;
}

.topics-flex a {
    background: #eaeaea;
    color: #373330;
    height: 33px;
    padding: 0 8px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topics-flex h5 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    place-content: center;
    cursor: pointer;
}

.topics-flex h5:hover {
    text-decoration: underline;
}

.hidden-topic {
  display: none;
}

.review-select {
    text-align: right;
    margin-bottom: 10px;
}

.review-select select {
    border: 0;
    outline: none;
    cursor: pointer;
}

.review-box-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.review-helpful {
    display: flex;
    justify-content: end;
    gap: 13px;
}

.review-react {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-like {
    display: flex;
    align-items: center;
    gap: 5px;
}

.review-like p {
    margin: 0;
}

.review-helpful p {
    color: #000;
    opacity: 1 !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}

.review-txt {
    width: 50%;
}

.review-txt-star {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}

.review-txt-star h3 {
    font-size: 20px !important;
    margin-bottom: 0 !important;
    color: #000 !important;
    font-weight: 400 !important;
}

.review-txt-star .stars  {
    display: flex;
    align-items: center;
    gap: 6px;
}

.review-txt-star .stars i {
    font-size: 19px;
}

.review-txt p {
    color: #000;
    opacity: 1 !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}

.review-date p {
    color: #000;
    opacity: 1 !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}

.review-name h4 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 22px;
    color: var(--color-primary);
}

.review-name h6 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.review-like svg {
    cursor: pointer;
}

.review-box {
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
    padding-bottom: 10px;
}

.product-box h6 {
  font-size: 14px;
  display: block;
}

.product-box h6 a {
  color: #f36904;
}

.product-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--color-primary);
}

.product-box h4 a {
  color: var(--color-primary);
}

.price-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-txt {
  display: flex;
  gap: 5px;
}

.price-txt h4 {
  font-weight: 500;
}

.price-txt-und h4:last-child {
  text-decoration: underline;
}

.price-cart .shop-btn a {
  background-color: var(--color-primary);
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  transition: 0.2s all;
  display: flex;
}

.price-cart .shop-btn a i {
  color: #fff;
  font-size: 17px;
}

.price-cart .shop-btn a:hover {
  opacity: 0.7;
}

.product-img-wrap h6 {
  color: #000;
  font-weight: 500;
  font-family: Poppins;
  font-size: 13px;
  margin-bottom: 30px;
}

.product-img-wrap p {
  color: #000;
  font-weight: 400;
  font-family: Poppins;
  font-size: 13px;
  margin-bottom: 0;
}

.product-box:hover .product-img-wrap {
  bottom: 0;
  opacity: 1;
}

.product-related-section .product-img:hover img {
  transform: scale(1.1);
}

.form-ship {
  display: block;
}

.form-ship input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-ship label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2px;
}

.form-ship label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-ship input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.inp-radio {
  display: block;
}

.inp-radio input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.inp-radio label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2px;
}

.inp-radio label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 50%; /* Radio ke liye circular rakha, agar square chahiye toh isse hata dena */
}

.inp-radio input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); /* Checkmark ka angle */
}

.shop-categories h4 {
  font-size: 20px;
  font-weight: 800;
  color: #000000;
  margin: 0 0 30px;
}

.inp-radios {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.inp-checkers {
  margin-bottom: 30px;
}

/* shop Page css end */

/* privacy Page css start */

section.privacy-policy-section {
  padding: 50px 0;
}

.privacy-wrap h5 {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0.9rem;
}

.privacy-wrap h5 span {
  font-weight: 700;
}

.privacy-wrap p {
  margin-bottom: 0.9rem;
  font-weight: 400;
}

.privacy-wrap p span {
  font-weight: 700;
}

.privacy-wrap a {
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: underline;
}

.privacy-wrap h3 {
  font-weight: bolder;
  color: #292e35;
  margin: 8px 0 16px;
}

.privacy-wrap h4 {
  font-size: 22px;
  color: #292e35;
  font-weight: bolder;
  margin: 8px 0 16px;
}

.privacy-wrap ul {
  padding-left: 32px;
}

.privacy-wrap ul li {
  margin-bottom: 3px;
  list-style: disc;
}

.privacy-wrap.text-center {
  width: 50%;
  margin: 0 auto;
}

.privacy-wrap.text-center p {
  color: #000;
}

/* privacy Page css end */

/* product Page css start */

.product-section {
  /* padding: 50px 0 70px; */
  margin-top: 20px;
  border-top: 1px solid #e9e9e9;
}

.product-section .row {
  border-bottom: 1px solid #e9e9e9;
}

section.product-section .col-md-8 {
  padding: 50px 0 0 0;
}

.product-slide-flex {
  display: flex;
  margin-bottom: 35px;
}

.product-slider-for-item {
  position: relative;
  height: 593px;
  border-radius: 15px;
  overflow: hidden;
}

.product-slider-for-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.magnifier {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #000;
  pointer-events: none;
  display: none;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.product-slider-main {
  width: auto;
  overflow: hidden;
}

.product-slider-nav-item img {
  width: 87px;
  height: 87px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 15px;
  border: 1px solid #000;
}

.product-slider-nav .slick-slide {
  width: 100% !important;
}

.product-slider-nav .slick-track {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}

.product-wrap label {
  padding: 15px;
  background: #fef6e9;
  border-radius: 5px 5px 0px 0px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  cursor: pointer !important;
  font-size: 15px;
  font-weight: 500;
}

.subscription-dropdown {
  background: #fef6e9;
  padding: 0px 11px;
  border-radius: 0px 0px 5px 5px;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.quantity-add-to-cart {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}

.quantity-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

.quantity-wrapper input {
  font-size: 16px;
  font-weight: 400;
  color: #292e35;
  background-color: #f9f9f9;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e4e7ed;
  border-radius: 15px 15px 15px 15px;
  width: 60px;
  padding: 5px;
  text-align: center;
}

.quantity-add-to-cart button {
  border: 0;
}

.quantity-add-to-cart button:hover {
  transform: unset;
}

.subscription-dropdown select {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}

.subscription-dropdown ul {
  padding-bottom: 20px;
  padding-left: 22px;
}

.subscription-dropdown ul li {
  color: #000;
  margin-top: 5px;
  list-style: disc;
}

.subscription-dropdown ul li span {
  color: #ff0000;
}

.product-wrap {
  width: 100%;
  padding: 50px 0 0 30px;
  border-left: 1px solid #e9e9e9;
  height: 100%;
}

.product-slider-nav {
  width: 73%;
}

.product-wrap h6 {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}

.product-wrap p {
  font-size: 16px;
  color: #222222;
  margin-top: 40px;
  margin-bottom: 20px;
}

.product-wrap p span {
  font-weight: 600;
}

.product-wrap .form-add {
  width: 100%;
  margin-bottom: 35px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
}

.product-hash a {
  padding: 2px 6px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  display: inline-flex;
  margin-bottom: 8px;
  font-size: 14px !important;
  margin-right: 8px;
  text-decoration: underline;
  color: #2f5420 !important;
}

.product-wrap h5 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 20px;
}

.product-wrap h5 span {
    font-size: 15px;
    color: #494949;
    font-weight: 400;
}

.product-use h3 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.product-use {
  padding: 50px 0px 20px 0px;
}

.product-use p {
  margin-bottom: 0;
  color: #000000;
  font-size: 14px;
}

.product-use2 {
  padding-top: 40px;
}

.product-use2 h3 {
  margin-bottom: 20px;
}

.product-use2 h5 {
  font-size: 14px;
  color: #787878;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0;
}

.product-use2 .product-hash {
  padding: 0px;
  list-style-type: none;
  font-size: 13px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.product-use2 .product-hash a:hover {
  color: #292e35 !important;
}

.product-hasher {
  margin-bottom: 20px;
}

.ingredients {
  padding: 15px 30px 0 30px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}

.ingredients h3.theme-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 16px 24px;
  margin-bottom: 30px;
  margin-left: -20px;
}

.ingredients h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

.ingredients p {
  margin-bottom: 0;
}

.read-more-btn {
  text-align: center;
}

.read-more-btn a:hover {
  color: #fff;
}

.more-content table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}

.more-content table thead tr th,
.more-content table tbody tr td {
  text-align: left;
  padding: 15px;
  border: none;
  border-top: 1px solid #ddd;
  background: none;
}

.more-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  position: relative;
  margin-top: 20px;
}

.read-more-wrap {
  position: relative;
  z-index: 2; /* Ensure content is above gradient */
}

/* Gradient overlay on read-more-wrap when more-content is collapsed */
.read-more-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 80%);
  z-index: 1;
  pointer-events: none; /* Prevent gradient from blocking interactions */
  opacity: 1; /* Fully visible by default */
  transition: opacity 0.3s ease; /* Fade transition */
}

/* Fade out gradient when more-content is expanded */
.ingredients:has(.more-content.show) .read-more-wrap::before {
  opacity: 0; /* Fade to invisible */
}

/* Optional: Button styling */
.read-more-btn a {
  cursor: pointer;
}

.read-more-btn {
  margin-bottom: 20px;
}

.ingredients h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 8px 0 16px;
}

.ingredients p b {
  margin: 8px 0 16px;
  display: block;
  color: #292e35;
  font-weight: 600;
}

.ingredients p span {
  font-weight: 700;
}

.more-content ul {
  padding-left: 32px;
}

.more-content ul li {
  list-style: disc;
}

.danger-wrap {
  margin-bottom: 20px;
  width: 70%;
}

.danger-wrap h6 {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 2px;
}

.product-review-section {
  padding: 100px 0 80px;
}

.product-review-section h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 8px 0 16px;
}

.product-review-section p {
  margin-bottom: 0.9rem;
  opacity: 0.4;
  font-weight: 500;
}

.product-review-section h3 {
  font-size: 25px;
  color: #2f5420;
  margin-bottom: 0;
}

.product-review-section h6 {
  font-size: 15px;
  font-weight: 500;
  color: #292e35;
  margin: 10px 0 0;
}

.product-review-section .stars i {
  font-size: 18px;
  color: var(--color-primary);
}

.review-form {
  padding: 20px 0;
  margin: 0;
}

.review-form label {
  width: 100%;
}

.review-form input,
.review-form textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
  background-color: #f9f9f9;
  border: 1px solid #e4e7ed;
  border-radius: 15px 15px 15px 15px;
  margin-bottom: 10px;
}

.review-form textarea {
    border-radius: 10px;
    height: 125px;
}

.preference {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.preference input {
  margin-bottom: 0 !important;
  width: auto;
}

.preference p {
  margin-bottom: 0;
  color: #222222;
  opacity: 1;
  font-weight: 400;
}

.review-form button{
  background: #2f5420;
  color: #ffff;
  border: 0;
  transition: 0.2s all;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  line-height: 1;
}

.review-modal-btn {
    background: #fff;
    color: #2f5420;
    border: 0;
    transition: 0.2s all;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    line-height: 1;
    box-shadow: 2px 2px 8px 0 #00000040;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}

.review-form button:hover {
  opacity: 0.9;
}

.product-related-section h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.product-related-section {
  padding: 80px 0;
}

.product-related-section .product-box {
  width: 95%;
  margin: 0 auto;
}

.product-related-section .product-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.product-offcanvas button.btn-close {
  display: flex;
  width: 100%;
  background: none;
  background-color: #132836;
  border-radius: 0;
  padding: 20px 16px;
  gap: 10px;
  opacity: 1;
  height: auto;
  transition: 0.2s all;
}

.product-offcanvas button.btn-close svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.product-offcanvas button.btn-close p {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  transition: 0.2s all;
}

.product-offcanvas button.btn-close:hover {
  opacity: 0.7;
}

.product-offcanvas .offcanvas {
  --bs-offcanvas-width: 448px;
}

.product-offcanvas-wrap {
  padding: 16px;
  overflow-y: auto;
  flex: 1 1 0%;
}

.free-shipping {
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  padding: 12px;
  position: relative;
  background-color: rgb(47 84 32 / 30%);
}

.free-shipping span {
  display: block;
  text-align: center;
}

.free-ship-color {
  position: absolute;
  width: 49.4%;
  height: 100%;
  background-color: var(--color-primary);
  top: 0;
  left: 0;
  z-index: -1;
}

.cart-product {
  display: flex;
  align-items: center;
}

.cart-img {
  width: 112px;
  height: 112px;
  /* background: rgb(247 249 252 / 1); */
}

.cart-img img {
  filter: blur(0);
  transition: filter 0.4s;
  width: 100%;
  height: 100%;
  padding: 8px;
}

.cart-detail {
  margin-left: 16px;
  width: auto;
  flex: 1 1 0%;
}

.cart-detail a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 20px;
  margin-bottom: 0;
  transition: 0.2s all;
}

.cart-detail p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}

.cart-detail a:hover {
  color: rgb(255 93 13 / 1);
}

.upgrade-subscription {
  margin-bottom: 12px;
}

.upgrade-subscription label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.cart-count {
  display: flex;
  align-items: center;
}

.cart-count input {
  width: 48px;
  border: 0px;
  background-color: transparent;
  text-align: center;
  outline: 2px solid transparent;
  outline-offset: 2px;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 8px 13px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-shadow: 0 0 #0000;
}

.cart-count input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart-count input[type="number"]::-webkit-inner-spin-button,
.cart-count input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-count button {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 2px solid #b8b8bd33;
  background-color: #fff;
  padding: 8px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.cart-count button svg {
  width: 24px;
  height: 24px;
}

.cart-price p {
  font-weight: 600;
  color: #41b5e8;
  font-size: 18px;
  margin-bottom: 0;
}

.checkout-wrap {
  padding: 16px;
}

.free-shipping-box {
  border: 2px solid #132836;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  border-radius: 6px;
}

.green-check {
  border: 2px solid rgb(50 205 87 / 1);
  border-radius: 9999px;
  width: 24px;
  height: 24px;
}

.free-shipping-box span {
  font-weight: 700;
  margin-left: 8px;
}

.subtotal {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 16px 0;
}

.subtotal p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
}

.subtotal p:last-child {
  text-align: right;
}

.checkout-btn a {
  border-radius: 12px;
  background-color: rgb(65 181 232 / 1);
  padding: 16px 0;
  color: rgb(255 255 255 / 1);
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  transition: 0.2s all;
}

.checkout-btn a:hover {
  opacity: 0.5;
}

.upgrade-subscription select {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20"%3e%3cpath stroke="%236E7A7E" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 8l4 4 4-4"/%3e%3c/svg%3e');
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #6e7a7e;
  padding: 8px 32px 8px 12px;
  font-size: 1rem;
  line-height: 24px;
}

/* product Page css end */

/* cart Page css start */

.cart-section .col-md-9 {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}

section.cart-header {
  padding: 52px 30px 42px 0;
}

section.cart-header h2 {
  margin-bottom: 24px;
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.125;
}

.notification-banner {
  border-radius: 7px;
  background-color: #f5a6231a;
  padding: 17px;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 8px;
  gap: 10px;
}

.tooltip-wrap {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: 0.2s all;
}

.tooltip-content {
  display: none; /* Default hidden */
  width: 300px;
  top: 0;
  padding-top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  position: absolute;
  transition: 0.2s all;
}

.tooltip-list {
  padding: 12px;
  border-radius: 6px;
  font-size: 13.6px;
  font-weight: 400;
  box-shadow: 0px 1px 2px 1px rgba(0, 1, 0, 0.2);
  text-align: center;
  white-space: normal;
  background: #222222;
  color: hsl(0, 0%, 100%);
}

.tooltip-wrap:hover .tooltip-content {
  display: block; /* Show only when tooltip-wrap is hovered */
}

.tooltip-trigger {
  width: auto;
}

.tooltip-trigger img {
  width: 14px;
  height: 14px;
}

.tooltip-list ul {
  margin: 0;
  text-align: left;
  list-style: disc;
  margin-left: 15px;
  padding: 12px;
}

.tooltip-list ul li {
  text-align: left;
  list-style: disc;
  font-size: 12px;
}

.tooltip-list ul li::marker {
  color: #fff;
}

.tooltip-wrap::before {
  top: 25px;
  right: auto;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222222; /* Match with tooltip-list background */
  border-left: 5px solid transparent;
  content: "";
  position: absolute;
  display: none; /* Default hidden */
  transition: 0.2s all;
}

.tooltip-wrap:hover::before {
  display: block; /* Show arrow only when tooltip-wrap is hovered */
}

section.cart-items {
  margin-top: 14px;
  margin-bottom: 50px;
}

.b-table {
  transition: opacity 86ms ease-out;
}

.table-wrapper {
  position: relative;
}

.table-wrapper table {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 7px;
  border-collapse: separate;
  margin-bottom: 0;
  background-color: hsl(0, 0%, 100%);
  color: #191919;
}

.table-wrapper table thead {
  background-color: transparent;
}

.table-wrapper table thead tr th,
.table-wrapper table tbody tr td {
  vertical-align: top;
  border: 1px solid hsl(0, 0%, 86%);
  color: #191919;
  border-width: 1px 0;
  padding: 17px;
  text-align: left;
  font-weight: 500;
}

.table-wrapper table thead tr th .th-wrap span {
  font-weight: 400;
}

.table-wrapper table tbody {
  background-color: transparent;
}

.table-wrapper table thead tr:last-child th,
.table-wrapper table tbody tr:last-child td {
  border-bottom-width: 0;
}

.table-wrapper table tbody tr td {
  padding: 20px 10px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}

.table-wrapper table tbody tr td a {
  color: #000;
  transition: 0.2s all;
  font-size: 14px;
  font-weight: 500;
}

.table-wrapper table tbody tr td a div {
  font-size: 10px;
  font-weight: 400;
}

.number-spinner {
  width: 95px;
}

.field {
  display: flex;
  justify-content: flex-start;
}

.number-spinner .control:not(:last-child) {
  margin-right: -1px;
}

.input,
.subscription-options select {
  height: 50px;
  min-width: 42px;
  position: relative;
  vertical-align: top;
  display: inline-flex;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 16px;
  padding-right: 16px;
  /* -moz-appearance: none;
  -webkit-appearance: none; */
  align-items: center;
  border: 1px solid transparent;
  background-color: hsl(0, 0%, 100%);
  border-color: #ebebeb;
  border-radius: 7px 0 0 7px;
  color: #222222;
  width: 100%;
  box-shadow: none;
  padding-top: 6px;
  outline: none;
}

.input {
  appearance: none;
  text-align: center;
}

.input[type="number"]::-webkit-inner-spin-button,
.input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* .subscription-options select::after {
  border: 3px solid #191919;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: "";
  display: block;
  height: 8.75px;
  margin-top: -6.125px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 8.7px;
  right: 15.5px;
  z-index: 999;
} */

.number-spinner .modifiers .modifier {
  display: block;
  border: 1px solid #cbcbcb;
  width: 29px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.number-spinner .modifiers .modifier.up {
  border-top-right-radius: 7px;
}
.number-spinner .modifiers .modifier.down {
  border-top: none;
  border-bottom-right-radius: 7px;
}
.number-spinner .modifiers .modifier.is-disabled {
  background-color: #eaeaea;
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.number-spinner:not(.is-large) .modifiers .modifier.up {
  height: 50%;
}
.number-spinner:not(.is-large) .modifiers .modifier.down {
  height: 50%;
}

.table-wrapper table tbody tr:last-child td:last-child {
  text-align: center;
}

section.cart-promo {
  padding: 48px 30px 48px 0;
  position: relative;
  margin-bottom: 50px;
}

section.cart-promo h2 {
  color: hsl(0, 0%, 4%);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.125;
  margin-bottom: 45px;
  margin-right: -34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 17px;
}

.promo-wrap {
  display: flex;
  margin: 12px -12px -10.5px;
  align-items: center;
}

.promo-img {
  background-color: #edf1f5;
  border-radius: 13px;
  text-align: center;
  height: 128px;
  width: 138px;
  margin: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.promo-img img {
  height: auto;
  max-width: 100%;
}

.promo-description hr {
  margin-right: -34px;
  height: 2px;
  background-color: #ebebeb;
}

.promo-description {
  padding: 12px;
}

.promo-description p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  color: #555555;
}

section.cart-column-right {
  /* background-color: #fcfcfc; */
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  padding: 57px 0 57px 42px;
}

.order-totals {
  position: relative;
}

.order-totals-header a {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 0;
  margin-bottom: 35px;
  text-align: center;
}

.order-totals-header a::before {
  border-radius: 8px;
}

.order-totals h2 {
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 17px;
}

.total-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.total-content h5,
.total-content h6 {
  margin: 0;
  padding: 0.25rem;
  font-size: 14px;
  font-weight: 400;
}

.total-content h5 {
  font-size: 16px;
}

.total-content:last-child h5,
.total-content:last-child h6 {
  text-align: right;
}

.order-totals hr {
  height: 1.14286px;
  background-color: #ebebeb;
  margin: 24px 0;
}

.apply-coupon h2 {
  padding-bottom: 15px;
  margin: 0;
  border: 0;
  font-size: 14px;
}

.apply-coupon a {
  text-decoration: underline !important;
  display: block;
  cursor: pointer;
  transition: 0.2s all;
  font-weight: 500;
  padding-bottom: 15px;
  color: #000;
}

.apply-coupon a:hover {
  color: var(--color-primary);
}

.apply-coupon .field {
  position: relative;
}

.apply-coupon .field .control:last-child {
  position: absolute;
  right: -36px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.apply-coupon .field .control:first-child {
  width: 100%;
}

.apply-coupon .field .control button {
  padding: 8px 20px;
  border: 0;
}

.apply-coupon .field .control input {
  text-align: left;
  font-size: 14px;
}

.apply-coupon .field .control button:hover {
  transform: unset;
}

.questions {
  margin-top: 80px;
}

#promo-field {
  visibility: hidden;
}

.questions h2 {
  padding-bottom: 15px;
  font-size: 14px;
}

.questions p {
  font-size: 14px;
  font-weight: 400;
}

.questions p a {
  text-decoration: underline;
  color: #000;
}

/* cart Page css end */

/* checkout Page css start */

.checkout-bread-section {
  margin: 20px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-width: 1px 0;
  padding: 20px 0;
}

.checkout-bread-section ol {
  margin: 0;
}

.checkout-bread-section .breadcrumb-item + .breadcrumb-item::before {
  content: "";
}

.checkout-bread-section ol li i {
  font-family: Fontawesome;
  font-style: normal;
  padding-right: 8px;
  font-weight: 400;
}

.cart-section .stepper-wrapper {
  width: 100%;
}
.cart-section .stepper-item {
  display: none;
}
.cart-section .stepper-item.active {
  display: block;
}
.cart-section .form-content {
  margin-top: 15px;
  padding: 10px;
}

.checkout-bread-section .breadcrumb-item.active a {
  color: #007bff;
  font-weight: 500;
  text-decoration: none;
}
.checkout-bread-section .breadcrumb-item a {
  color: #6c757d;
  text-decoration: none;
}
.checkout-bread-section .breadcrumb-item a:hover {
  text-decoration: underline;
}

.low-stock {
  margin: 30px 0;
  border: 1px solid #dedede;
  border-radius: 12px;
  padding: 14px;
}

.low-stock p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: normal;
}

.contact-head {
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.contact-head h4 {
  font-size: 21px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-head a {
  text-decoration: underline;
  font-size: 15px;
  color: #1773b0;
}

.contact-wrap {
  position: relative;
  margin-bottom: 20px;
}

.contact-wrap input,
.contact-wrap select {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #dedede;
  outline: none;
  margin-bottom: 10px;
}

.contact-wrap-check {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  gap: 10px;
}

.contact-wrap-check input {
  width: auto;
  margin: 0;
}

.contact-wrap-check p {
  margin-bottom: 0;
  line-height: normal;
  font-size: 15px;
}

.inp-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkout-next-btn {
  justify-content: end !important;
}

.checkout-prev-next-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 0;
}

.checkout-prev-next-btn button {
  padding: 8px 16px;
  margin: 5px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.checkout-prev-next-btn button::before {
  border-radius: 6px;
}

.checkout-prev-next-btn button:hover {
  transform: unset;
}

section.product-section.cart-section {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
}

.selector-radio-flex {
  border: 1px solid #dedede;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.selector-radio-flex input {
  width: auto !important;
  margin: 0 !important;
}

.selector-radio-flex p {
  margin: 0;
  flex: 1 1 0%;
  font-size: 15px;
  line-height: normal;
}

.selector-radio-flex h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.selector-radio .selector-radio-flex:first-child {
  border-radius: 10px 10px 0 0;
}

.selector-radio .selector-radio-flex:last-child {
  border-radius: 0 0 10px 10px;
}

form.step-form.contact-head {
  display: unset;
}

.selector-radio-flex {
  cursor: pointer !important;
}

.stepper-products-right {
  position: sticky;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 30px 60px;
}

.stepper-products-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  background-color: #f5f5f5;
  height: 100%;
  z-index: -1;
}

.order-detail {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 33px;
}

.order-img {
  width: 64px;
  height: 64px;
  background-color: #dedede;
  border-radius: 8px;
  padding: 10px;
  position: relative;
}

.order-img img {
  width: 100%;
}

.order-name {
  flex: 1 1 0%;
}

.quantity {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(10px, -50%);
}

.quantity p {
  margin: 0;
  background-color: #666;
  padding: 2px 9px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  line-height: normal;
}

.order-name h4 {
  font-size: 14px;
  margin-bottom: 3px;
}

.order-name h6 {
  font-size: 12px;
  margin-bottom: 0;
}

.order-price h5 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
}

.order-coupon {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 33px;
}

.order-coupon input {
  flex: 1 1 0%;
  width: 100%;
  padding: 14px;
  border: 1px solid #dedede;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
}

.order-coupon button {
  border-radius: 8px;
  border: 0;
}

.order-coupon button::before {
  border-radius: 8px;
}

.order-coupon button:hover {
  transform: unset;
}

.total-body.total-body2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}

.stepper-products-right .total-content h5 {
  font-size: 14px;
}

.stepper-products-right .total-content:last-child h5 {
  text-align: unset;
}

.total-body.total-body2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 30px;
}

.stepper-products-right .total-content h5 {
  font-size: 14.4px;
  margin-bottom: 8px;
  padding: 0;
  font-weight: 400;
}

.stepper-products-right .total-content:last-child h5 {
  text-align: unset;
}

.total-body2 .total-content h4 {
  font-size: 20px;
  font-weight: 600;
}

.total-body2 .total-content h4 span {
  color: #666;
  font-weight: 300;
  font-size: 13px;
}

.recommendations h4 {
  text-transform: uppercase;
  font-size: 14.4px;
  margin-bottom: 8px;
  padding: 0;
  font-weight: 500;
  text-align: center;
}

.recommendation-item {
  border: 1px solid #000;
  padding: 12px;
  border: 1px solid #dedede;
  border-radius: 10px;
}

.recommendation-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

.recommendation-img {
  width: 64px;
  height: 64px;
  border: 1px solid #d9d9d9;
  padding: 5px;
}

.recommendation-img img {
  width: 100%;
}

.recommendation-content {
  flex: 1 1 0%;
}

.recommendation-item h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
      width: 72%;
  margin-bottom: 4px;
}

.recommendation-item h6 {
  color: #1773b0;
  font-weight: 400;
  margin-bottom: 0;
}

.option {
  border: 1px solid #dedede;
  padding: 14px;
  border-radius: 8px;
  display: block;
  transition: 0.2s all;
}

.option:hover {
  opacity: 0.7;
}

.option h6 {
  text-transform: capitalize;
}

.recommendation-input select {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #dedede;
  outline: none;
  margin: 25px 0 10px;
  display: none;
}

.pler {
    padding-left: 0;
}


.sinlge-bar {
    height: 50px !important;
    place-content: center;
}


/* checkout Page css end */
