/** Shopify CDN: Minification failed

Line 2197:17 Unexpected "{"
Line 2197:26 Expected ":"
Line 2203:17 Unexpected "{"
Line 2203:26 Expected ":"
Line 2207:17 Unexpected "{"
Line 2207:26 Expected ":"
Line 2217:21 Unexpected "{"
Line 2217:30 Expected ":"

**/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  background: #fff;
}

.heading {
  font-size: 36px;
  font-weight: 600;
  color: #111111;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.md_heading {
  font-size: 28px;
}

/* Top Bar */
.top-bar {
  background: #ef6c00;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 6px 10px;
  font-weight: 600;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
}

.top-bar a:hover {
  text-decoration: underline;
}

/* Navbar */
.custom-navbar {
  background: #fff;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.navbar-brand img {
  width: 105px;
}

.navbar-nav {
  gap: 8px;
}

.navbar-nav .nav-link {
  color: #d96b00;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: .85rem;
  right: .85rem;
  height: 1px;
  background: #d96b00;
  transform: scaleX(0);
  transition: transform .3s;
  transform-origin: left;
}

.navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}

.nav-icons {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #d96b00;
  font-size: 18px;
}

.nav-icons a {
  color: #d96b00;
  text-decoration: none;
}

.nav-icons a:hover {
  color: #ef6c00;
}

.nav-icons a.login_ {
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.nav-icons a.login_::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  height: 1px;
  background: #d96b00;
  transform: scaleX(0);
  transition: transform .3s;
  transform-origin: left;
}

.nav-icons a.login_:hover {
  color: #d96b00;
}

.nav-icons a.login_:hover::after {
  transform: scaleX(1);
}

.cart-count {
  width: 18px;
  height: 18px;
  background: #ef6c00;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  right: -10px;
}

.cart-icon {
  position: relative;
}

/* Hero Section */
.carousel-item img {
  width: 100%;
  object-fit: cover;
  min-height: 446px;
}

.hero_wrapper {
  position: relative;
}

/* .carousel-indicators {
  bottom: 20px;
} */
/* HERO SLIDER DOTS */
#truefarmHeroBanner{
  position: relative;
}

#truefarmHeroBanner .carousel-indicators{
  position:absolute !important;

  left:50% !important;
  bottom:20px !important;

  transform:translateX(-50%) !important;

  display:flex !important;

  gap:10px;

  margin:0 !important;
  padding:0 !important;

  z-index:9999 !important;
}

#truefarmHeroBanner .carousel-indicators button{
  width:8px !important;
  height:8px !important;
  min-width:8px !important;
  border:none !important;
  border-radius:50% !important;
  opacity:1 !important;
  display:block !important;
  margin:0 !important;
      background-color: transparent !important;
    border: 2px solid #ff7a00 !important;
}

#truefarmHeroBanner .carousel-indicators button.active{
  background:#ff7a00 !important;
  width: 30px !important;
  height: 8px !important;
  border-radius: 5px !important;
  transform:scale(1.15);
}

.toolbar {
  position: fixed;
  right: 0;
  top: 30%;
  width: 32px;
  background: #fff;
  /* border:1px solid #d9d9d9; */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  z-index: 11;
}

.tool-btn {
  width: 100%;
  height: 35px;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  color: #666;
}

.tool-btn:last-child {
  border-bottom: none;
}

.tool-btn i {
  font-size: 14px;
  /* color:#666; */
}

.tool-btn:hover {
  background: #d96b00;
  color: #fff;
}

/* Floating Support */
.support-btn {
  position: fixed;
  right: 0;
  top: 65%;
  transform: translateY(-50%);
  background: #00c853;
  color: #fff;
  padding: 18px 7px;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  font-size: 12px;
  font-weight: 500;
  z-index: 999;
  border-radius: 2px 0 0 2px;
}

.support-btn:hover {
  background: #00b14f;
  color: #fff;
}

.chat-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  z-index: 9999;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
  transition: .3s;
}

.chat-btn:hover {
  transform: translateY(-3px);
  color: #fff;
}

.chat-icon {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
}

.chat-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.notification {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff2d55;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* shop_by_category_sec */
/* Feature Section */
.feature_wrapper .row{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;

    margin: 0 !important;
}

/* Disable bootstrap column effect */
.feature_wrapper .row > [class*="col-"]{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

/* Card */
.feature-card{
    display: flex;
    align-items: flex-start;

    height: 100%;
    padding: 30px;

    background: #fff;
    border-radius: 12px;

    box-shadow:
      0 2px 10px rgba(0,0,0,.03),
      0 8px 25px rgba(0,0,0,.04);
}

.feature-icon{
    width: 70px;
    min-width: 70px;
    margin-right: 20px;
}

.feature-icon img{
    width: 100%;
}

.feature-content{
    flex: 1;
}

.feature-content h4{
    margin-bottom: 12px;
}

/* Tablet */

@media(max-width:991px){
    .feature_wrapper .row{
        grid-template-columns: repeat(2,1fr);
    }
}

/* Mobile */
@media(max-width:767px){
    .feature_wrapper .row{
        grid-template-columns: 1fr;
    }
}
.shop_by_category_sec {
  padding: 60px 0;
}

.shop_by_category_sec .category_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding-top: 30px;
}
.shop_by_category_sec .heading.md_heading{margin-bottom: 10px;}
/* .shop_by_category_sec .category_wrapper{display: flex; flex-wrap: wrap; gap: 30px; justify-content: center;} */
.shop_by_category_sec .category_wrapper a {
  display: block;
  overflow: hidden;
  border-radius: 16px;
}

.shop_by_category_sec .category_wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
  transition: transform .4s ease;
  display: block;
}
.shop_by_category_sec .category_wrapper {
  overflow: hidden;
  border-radius: 16px;
  /* perspective: 1000px; */
}

/*  */
.category-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* height: 400px; */
  /* perspective: 1000px; */
}

/* .category-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform .8s;
  transform-style: preserve-3d;
}

.category-card:hover .category-card-inner {
  transform: rotateY(180deg);
} */

/* .category-front,
.category-back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  backface-visibility: hidden;
} */
.category-front{border-radius: 16px;}

.category-back {
  position: absolute;
  inset: 0;
  background: #c97a3a;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 16px;
}

.category-card:hover .category-back {
  opacity: 1;
  visibility: visible;
}

/* .category-back {
  background: #c97a3a;
  color: #fff;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: rotateY(180deg);
} */
.category-back h3{color: #fff; font-size: 24px; padding-bottom: 10px}
.category-back p{text-align: center;}
.shop_btn {
  display: inline-block;
  width: 160px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: transparent !important;
  color: #fff;
  border-radius: 5px !important;
  text-decoration: none;
  margin-top: 15px;
  font-size: 14px !important;
  border: 1px solid #fff !important;
  margin: 20px auto 0;
}
.shop_btn:hover{
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #fff;
}
.navPages-action {
  letter-spacing: .02em;
  color: #000;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 600;
}
/*  */
.feature_wrapper {
  padding-top: 50px;
}

.feature-card {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, .03), 0px 8px 25px rgba(0, 0, 0, .04);
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 20px 15px;
  height: 100%;
  transition: 0.3s ease;
}

/* .feature-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
} */

.feature-icon {
  width: 60px;
  margin-right: 20px;
  flex-shrink: 0;
}

.feature-icon img {
  width: 100%;
}

.feature-content h4 {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.feature-content p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

/* product_section */
.order-section {
  background-color: #fff;
}

a.shop-btn {
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
}

.product-section {
  padding: 60px 0;
  position: relative;
}

.product-section .heading.md_heading {
  margin-bottom: 0;
}

.product-card {
  /* background:#fff; */
  padding: 35px 20px;
  text-align: center;
  transition: .3s;
  height: 100%;
  /* box-shadow: 0px 2px 10px rgba(0, 0, 0, .03), 0px 8px 25px rgba(0, 0, 0, .04); */
  /* border: 1px solid #e6e6e6; */
}

/* .product-card:hover{
  box-shadow:0 10px 25px rgba(0,0,0,.08);
} */
.bi {
    font-family: "bootstrap-icons" !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
}
.product-image {
  width: 100%;
  height: 260px;
  object-fit: contain;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.product-image:hover {
  transform: scale(1.05);
}

.product-title {
  font-size: 15px;
  color: #222;
  min-height: 40px;
  margin-bottom: 12px;
}

.old-price {
  text-decoration: line-through;
  color: #000;
  font-size: 13px;
  margin-right: 8px;
}

.new-price {
  color: #d93025;
  font-size: 16px;
  font-weight: 700;
  margin-right: 8px;
}

.discount {
  color: #1a7f37;
  font-weight: 700;
  font-size: 13px;
}

.tax-text {
  margin-top: 6px;
  color: #444;
  font-size: 14px;
  margin-bottom: 20px;
}

.price_wrapper {
  align-items: center;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
}

.product-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #ff8a1c, #f37021);
  color: #fff;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  border: none;
  transition: all .3s ease;
  box-shadow: 0 6px 18px rgba(243, 112, 33, .25);
}

.product-btn:hover {
  background: #222;
  color: #fff;
}

.product-btn i {
  font-size: 16px;
  transition: .3s;
}

.product-btn:hover {
  color: #fff;
  transform: translateY(-3px);
  background: linear-gradient(135deg, #f37021, #d95d0f);
  box-shadow: 0 10px 25px rgba(243, 112, 33, .35);
}

.product-btn:hover i {
  transform: translateX(3px);
}

.shop-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 10px 45px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
  transition: .3s;
}

.shop-btn:hover {
  background: #f58220;
  color: #fff;
}

.owl-carousel.owl-theme.product_carousel {
  max-width: 80%;
  margin: 0 auto;
}

/* partner_section */
.partner-section {
  padding: 60px 40px;
  background: #eee;
}

.partner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.partner-item {
  flex: 1;
  min-width: 160px;
  text-align: center;
  transition: .3s;
}

.partner-item img {
  max-width: 100%;
  height: 60px;
  object-fit: contain;
  filter: grayscale(0%);
  transition: .3s;
}

.partner-item:hover {
  transform: translateY(-5px);
}

.partner-item:hover img {
  transform: scale(1.05);
}

/* order_section */
/* =========================
   ORDER SECTION FIX
========================= */

/* Main layout */
.order-section > .container > .row{
    display: grid !important;
    grid-template-columns: 7fr 5fr;
    gap: 60px;
    align-items: center;
}

/* Disable bootstrap columns */
.order-section [class*="col-"]{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

/* Steps row */
.steps-wrapper > .row{
    display: grid !important;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;

    position: relative;
}

/* Step card */
.step-box{
    text-align: center;
}

.step-circle{
    margin: 0 auto 25px;
}

.step-text{
    max-width: 220px;
    margin: auto;
}

/* Right image */
.order_img{
    display: block;
}

.order_img img{
    width: 100%;
    display: block;

    border-radius: 30px;
}

/* Dashed line */
.steps-line{
    position: absolute;

    top: 65px;
    left: 16%;
    width: 68%;

    border-top: 2px dashed #ddd;

    z-index: 0;
}

.step-box{
    position: relative;
    z-index: 2;
}

/* Tablet */
@media(max-width:991px){

.order-section > .container > .row{
    grid-template-columns: 1fr;
}

.steps-wrapper > .row{
    grid-template-columns: repeat(3,1fr);
}

}

/* Mobile */
@media(max-width:767px){

.steps-wrapper > .row{
    grid-template-columns: 1fr;
}

.steps-line{
    display:none;
}

.step-box{
    margin-bottom:30px;
}

}

.order-section {
  padding: 60px 0;
  background: #f6f6f6;
}


.steps-wrapper {
  position: relative;
}

.steps-line {
  position: absolute;
  top: 65px;
  left: 12%;
  width: 76%;
  border-top: 2px dashed #d9d9d9;
  z-index: 1;
}

.step-box {
  position: relative;
  text-align: center;
  z-index: 2;
}

.step-box img {
  width: 65px;
  object-fit: cover;
}

.step-circle {
  width: 130px;
  height: 130px;
  background: #f4e3c5;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 25px;
}

.step-circle i {
  font-size: 48px;
  color: #ef6c00;
}

.step-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ef6c00;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -14px;
  left: 50px;
}

.step-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #222;
}

.step-text {
  font-size: 14px;
  color: #555;
  max-width: 240px;
  margin: auto;
}

.order_img {
  display: block;
  overflow: hidden;
  border-radius: 34px;
}

.order_img img {
  width: 100%;
  transition: transform 0.4s ease;
}

.order_img:hover img {
  transform: scale(1.05);
}


/* Right Card */
.whatsapp-card {
  background: #e7b57d;
  border-radius: 30px;
  padding: 40px 35px 0;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.whatsapp-title {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #111;
  line-height: 1.3;
  margin-bottom: 20px;
}

.whatsapp-text {
  font-size: 17px;
  color: #222;
  line-height: 1.7;
  margin-bottom: 30px;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #2db742;
  color: #fff;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  transition: .3s;
  margin-bottom: 30px;
}

.whatsapp-btn:hover {
  background: #229634;
  color: #fff;
}

.whatsapp-btn i {
  font-size: 24px;
}

.product-image {
  width: 100%;
  margin-top: 10px;
}

/* certified-section */
.certified-section {
  padding: 0;
  background: #f8f8f8;
  overflow: hidden;
  border-top: 1px solid #D9D9D9;
}

.certified-section .heading.md_heading {
  text-align: center;
  font-weight: 700;
  color: #8a4f18;
  margin-bottom: 12px;
}

.section-subtitle {
  text-align: center;
  color: #8a4f18;
  font-size: 16px;
  margin-bottom: 40px;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.logo-item img {
  max-width: 320px;
  width: 100%;
  object-fit: contain;
  transition: .3s;
}

.logo-item:hover img {
  transform: scale(1.05);
}

/* Bottom Features */
.certified-section .feature-bar {
  background: #eee;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.certified-section .feature-box {
  display: flex;
  align-items: center;
  gap: 18px;
}

.feature-box img {
  width: 60px;
}

.certified-section .feature-content h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #222;
}

.certified-section .feature-content p {
  margin: 0;
  color: #666;
  font-size: 15px;
}

.help-icon {
  color: #3f51b5;
}

/* subscribe_sec */
.subscribe-section {
  background: #f5821f;
  padding: 30px 15px;
  text-align: center;
}

.subscribe-section .heading.md_heading {
  color: #fff;
  margin-bottom: 10px;
}

.subscribe-text {
  color: #fff;
  font-size: 14px;
  margin-bottom: 25px;
}

.subscribe-form {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.subscribe-form input {
  flex: 1;
  min-width: 280px;
  height: 45px;
  border: 2px solid #2f2f2f;
  padding: 0 18px;
  font-size: 15px;
  outline: none;
  box-shadow: none;
}

.subscribe-form button {
  background: #1f2329;
  color: #fff;
  border: none;
  padding: 0 40px;
  height: 45px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease;
}

.subscribe-form button:hover {
  background: #000;
}

/* SECTION */
.truefarm-story-section {
  width: 100%;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.truefarm-story-section .story-left,
.truefarm-story-section .story-right {
  display: flex;
  height: auto;
}

/* LEFT SIDE */
.truefarm-story-section .story-left {
  width: 58%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.truefarm-story-section .story-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* RIGHT SIDE */
.truefarm-story-section .story-right {
  width: 42%;
  background:
    linear-gradient(rgba(20, 10, 4, 0.82), rgba(20, 10, 4, 0.82)),
    url('https://infotechsolz.com/truefarmfoods/html/assets/images/video-bg.webp') center center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 25px;
  text-align: center;
  color: #fff;
}

/* TITLE */
.truefarm-story-section .story-title {
  margin-bottom: 15px;
  line-height: 1.1;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.truefarm-story-section .story-title span {
  display: block;
  color: #ff8a1c;
  margin: 5px 0;
}

/* VIDEO */
.truefarm-story-section .video-wrapper {
  width: 100%;
  max-width: 420px;
  margin-bottom: 14px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.video-wrapper {
  cursor: pointer;
}

.video-wrapper iframe {
  width: 100%;
  height: 260px;
  border: 0;
  display: block;
}

.truefarm-story-section .video-wrapper img {
  width: 100%;
  display: block;
}

/* PLAY BUTTON */
.truefarm-story-section .play-button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
}

.truefarm-story-section .play-button:before {
  content: '';
  border-left: 24px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  margin-left: 5px;
}

/* TEXT */
.truefarm-story-section .video-content {
  font-size: 17px;
  margin-bottom: 18px;
  line-height: 1.4;
  max-width: 650px;
  font-weight: 300;
}

/* FEATURES */
.truefarm-story-section .story-features {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.truefarm-story-section .feature-item {
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0 10px;
}

.truefarm-story-section .feature-item:last-child {
  border-right: none;
}

/* .feature-icon {
    width: 42px;
    height: 42px;
    border: 2px solid #c8872f;
    border-radius: 50%;
    margin: 0 auto 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
    color: #eab15a;
  } */

.truefarm-story-section .feature-icon {
  width: 52px;
  height: 52px;
  border: 1px solid #c8872f;
  border-radius: 50%;
  margin: 0 auto 12px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.truefarm-story-section .feature-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.truefarm-story-section .feature-item h4 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
}

/* ==========================
   Instagram Feed Section
========================== */

.instagram-feed-section {
  padding: 40px 0;
  /* background: linear-gradient(to right, #fdf4e8, #fff7dc); */
}

.instagram-wrapper {
  border-radius: 18px;
  padding: 25px 20px 30px;
}

.instagram-title {
  font-size: 28px;
  font-weight: 600;
  color: #111111;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.instagram-title img {
  height: 22px;
}

.instagram-grid {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.instagram-item {
  width: 290px;
  height: 290px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  display: block;
}

.instagram-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}

.instagram-item:hover img {
  transform: scale(1.05);
}

.instagram-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;

  width: 42px;
  height: 42px;

  border-radius: 50%;
  background: linear-gradient(45deg,
      #f58529,
      #dd2a7b,
      #8134af,
      #515bd4);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 20px;
}

.instagram-btn-wrap {
  text-align: center;
  margin-top: 35px;
}

.instagram-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 2px solid #f68b2d;
  color: #f68b2d;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  transition: .3s;
}

.instagram-btn:hover {
  background: #f68b2d;
  color: #fff;
}

.instagram-btn i {
  font-size: 26px;
}

/* footer */

.footer-section {
  background: #1d1d1f;
  color: #fff;
  padding-top: 60px;
  border-top: 5px solid #ef6c00;
}

.footer-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footer-logo img {
  width: 130px;
}

.footer-about {
  margin: auto;
  color: #cfcfcf;
  font-size: 16px;
  margin-bottom: 60px;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #fff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links li a {
  color: #cfcfcf;
  text-decoration: none;
  transition: .3s;
  font-size: 15px;
}

.footer-links li a:hover {
  color: #ef6c00;
  padding-left: 5px;
}

.contact-text a {
  color: #cfcfcf;
  text-decoration: none;
  transition: .3s;
}

.contact-text a:hover {
  color: #ef6c00;
  padding-left: 5px;
}

.contact-text {
  color: #cfcfcf;
  line-height: 2;
  font-size: 15px;
}

.contact-text strong {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  margin-top: 60px;
  padding: 35px 0;
}

.fssai-box {
  margin: 0 auto;
  display: flex;
}

.fssai-box img {
  text-align: center;
  width: 180px;
  margin: 0 auto;
}

.payment-box {
  text-align: center;
}

.payment-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}

.payment-box img {
  width: 180px;
  object-fit: cover;
}

.social-box {
  text-align: center;
}

.social-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: .3s;
  font-size: 16px;
}

.social-icons a:hover {
  background: #ef6c00;
  color: #fff;
}

.copyright-text {
  text-align: center;
  color: #cfcfcf;
  margin-top: 20px;
  font-size: 14px;
}

.nav-icons.mob {
  display: none;
}

.product-section .owl-theme .owl-nav {
  margin-top: 0;
}

.product-section .owl-nav button {
  width: 38px;
  height: 38px;
  border-radius: 50% !important;
  border: 1px solid #dcdcdc !important;
  background: #f6f6f6 !important;
  color: #555 !important;
  font-size: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: 0.3s;
}

.product-section .owl-nav button:hover {
  background: #ef6c00 !important;
  color: #fff !important;
  border-color: #ef6c00 !important;
}

.product-section .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.product-section .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.product-section .owl-prev span,
.product-section .owl-next span {
  position: relative;
  top: -2px;
}

/*  */
/* =========================
   ABOUT TRUEFARM FIX
========================= */

/* Main row */
.promise-section > .container > .row{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Disable bootstrap columns */
.promise-section [class*="col-"]{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

/* Right icons grid */
.right_side_icons_ > .row{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

/* Card */
.promise-item{
    text-align: center;
    padding: 30px 20px;
}

.icon-circle{
    width: 90px;
    height: 90px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 20px;
}

.icon-circle img{
    width: 60px;
}

/* Offer tags */
.offer-items{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Tablet */
@media(max-width:991px){

.promise-section > .container > .row{
    grid-template-columns: 1fr;
}

.right_side_icons_ > .row{
    grid-template-columns: repeat(2,1fr);
}

}

/* Mobile */
@media(max-width:575px){

.right_side_icons_ > .row{
    grid-template-columns: 1fr;
}

}

.promise-section {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(to right, #fdf4e8, #fff7dc);
  overflow: hidden;
}

.promise-section .heading.md_heading {
  text-align: left;
  margin-bottom: 0;
}

.promise-section .section-text {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin-top: 20px;
  padding-bottom: 20px;
}

.promise-section .promise-item {
  text-align: center;
  padding: 20px 10px;
}

.promise-section .icon-circle {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  /* background:#fff; */
  transition: .3s;
}

.border_right {
  border-right: 1px solid #d9d9d9;
}

.promise-section img {
  width: 60px;
}

.promise-item h5 {
  font-size: 18px;
  font-weight: 700;
  color: #3d3d30;
  margin-bottom: 10px;
}

.promise-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}


.offer-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 25px;
}

.offer-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 25px;
}

.offer-title i {
  color: #d96b00;
  font-size: 18px;
}

.offer-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}

.offer-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border: 1px solid #d96b00;
  border-radius: 30px;
  text-decoration: none;
  color: #d96b00;
  font-size: 12px;
  font-weight: 500;
  /* background:#fff; */
  transition: 0.3s ease;
}

.offer-btn i {
  font-size: 15px;
}

.offer-btn:hover {
  background: #d96b00;
  color: #fff;
}

.promise-item {
  position: relative;
  padding: 40px 20px;
}

/* .promise-item::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #cfc8bc;
}

.promise-item::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cfc8bc;
}

.col-6:nth-child(2) .promise-item::after,
.col-6:nth-child(4) .promise-item::after{
    display: none;
}

.col-6:nth-child(3) .promise-item::before,
.col-6:nth-child(4) .promise-item::before{
    display: none;
} */
.right_side_icons_ .row>* {
  padding-right: 0;
  padding-left: 0;
}
.toolbar{width: 100%}
.section-block-template--26089081536785__16321237356a896dad .slick-dots li button{border: 3px solid #f06400 !important; background: transparent !important;}
.section-block-template--26089081536785__16321237356a896dad .slick-dots li.slick-active button{width: 30px; border-radius:5px; background: #f06400 !important;}
/* .card-action a.button.button-ATC{transition: all .3s ease; background: linear-gradient(135deg, #ff8a1c, #f37021); border: none; border-radius: 5px; color: #fff; height: 50px; display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 15px;} */
/* .card-action a.button.button-ATC:hover{color: #fff; transform: translateY(-3px); background: linear-gradient(135deg, #f37021, #d95d0f); box-shadow: 0 10px 25px rgba(243, 112, 33, .35);} */
.card-action a.button.button-ATC{ width: 100%; display: flex; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(135deg, #ff8a1c, #f37021); color: #fff; text-decoration: none; padding: 14px 20px; border-radius: 8px; font-size: 15px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; border: none; transition: all .3s ease; box-shadow: 0 6px 18px rgba(243, 112, 33, .25);}
.card-action a.button.button-ATC:hover{color: #fff; transform: translateY(-3px); background: linear-gradient(135deg, #f37021, #d95d0f); box-shadow: 0 10px 25px rgba(243, 112, 33, .35);}
.card-action a.button.button-ATC:hover i{transform: translateX(3px);}
.card-information{padding: 15px 0 25px;}
.rich-text__blocks a {width: 165px !important; height: 42 !important; border: none !important; border-radius: 5px;}
.rich-text__blocks a:hover{background: #f58220 !important; color: #fff !important; border: none;}
.card__heading a{ font-size: 16px; font-weight: 500; min-height: 52px;margin:0; }
.card__heading a:hover{text-decoration: none; color: #f58220;}
.section-block-template--26089081536785__773ac680-c596-40cb-ba65-fb2c7adf9d65{padding-bottom: 10px !important;}
.halo-block-header .title .text{font-weight: 800;}
.price-item{font-size: 16px;}
.percent-count, .price-item.price-item--regular{font-size: 13px !important;}
.footer-block__details .rte{font-size: 15px;}
.footer-block__column .list-menu__item--link:hover{text-decoration: none !important; color: #ef6c00; padding-left: 5px;}
.link-underline:hover .text{text-decoration: none !important;}
.footer-block__column .list-menu__item--link, .footer-block__newsletter .footer-block__subheading, .footer__content-bottom .footer-block__bottom .footer__copyright{font-size: 14px !important;}
.footer__content-top{background: #1d1d1f;}
.section-form-wrapper{margin-top: 20px;}
.newsletter-section .section-content .description{font-size: 15px !important;}
.truefarm-story-section .story-title, .truefarm-story-section .feature-item h4{color: #fff;}
.truefarm-story-section .feature-icon{min-width: auto;}
.button.button2.add-to-cart-btn{border-radius: 5px; border: none; background: #f58220 !important; }
.button.button2.add-to-cart-btn:hover{background: #000 !important; color: #fff !important;}
.quick_shop_option_2 .card-action .add-to-cart-btn+.cancel-btn{color: #f58220; border: 1px solid #f58220;}
.quick_shop_option_2 .card-action .add-to-cart-btn+.cancel-btn:hover{color: #fff; border: 1px solid #000;}
.button.button--primary.filter__price--apply{border-radius: 5px; border: none; background: #f58220 !important;}
.button.button--primary.filter__price--apply:hover{background: #000 !important; color: #fff !important;}
.button.button2.cancel-btn{border-radius: 5px; }
.previewCartItem-qty .btn-quantity{border-right: 1px solid #c7c7c7 !important;}
.previewCartItem-qty .btn-quantity{border-left: 1px solid #c7c7c7 !important;}
.previewCartItem-qty{width: 120px !important;}
.quick_shop_option_2 .card-action .variants-popup-content .label-quantity-2{font-weight: 600;}
.discos_checkout.button.button-1.button-checkout, .button.button-1{transition: all .3s ease !important; background: linear-gradient(135deg, #ff8a1c, #f37021) !important; border: none !important; border-radius: 5px !important; color: #fff;}
.discos_checkout.button.button-1.button-checkout:hover, .button.button-1:hover{color: #fff; transform: translateY(-3px); background: linear-gradient(135deg, #f37021, #d95d0f); box-shadow: 0 10px 25px rgba(243, 112, 33, .35);}
.previewCartItem-price{width: calc(100% - 40px) !important;}
.halo-cart-sidebar .previewCartItem-price .previewCartItem-saving-price{display: inline-block !important}
.discounted-price{padding-left: 7px;}
.button.button-2.button-view-cart{border-radius: 5px;}
.button:before{top: 12px; left: 42%; }
.previewCartItem-remove{bottom: 89px !important;}
.previewCartTotals .previewCartTotals-value, .previewCartTotals .previewCartTotals-label{font-size: 14px !important;}
.previewCartTotals.total .previewCartTotals-value, .previewCartItem-variant{font-size: 15px !important;}
.previewCartItem-name{font-size: 15px !important; font-weight: 600 !important;}
.previewCartList {border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; border-radius: 5px;}
.swatch-element, .quick_shop_option_2 .card-action .variants-popup-content .label-quantity-2 {display: none !important;}
.selector-wrapper.selector-wrapper-1.swatch .label-value-1{color: #fa7f1e !important; font-weight: 500 !important;}
.card-action .selector-wrapper .form-label{font-weight: 600 !important; font-size: 15px;}
.product-name{padding-bottom: 10px; font-size: 14px;}
.quick_shop_option_2 .card-action .variants-popup { background-color: #ffffff; border-radius: 5px; padding: 0 10px 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
.sidebar--layout_1 .navPages-item:hover>.link:before, .sidebar--layout_1 .navPages-item:hover>.link>.text{color: #fa7f1e;}
.previewCartItem-qty .quantity {border-radius: 5px;}
.product-item{margin-bottom: 8px;}

.facets__price--slide input[type="range"]::-webkit-slider-runnable-track {
  background: #fa7f1e !important;
}
.filter__price_change::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50%;
    background: #fff !important;
    border: 4px solid #fa7f1e !important; 
    box-shadow: none !important;
    top: 2px;
}

/* Firefox */
.filter__price_change::-moz-range-thumb {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50%;
    background: #fff !important;
    border: 4px solid #fa7f1e !important;
    top: 2px;
}

 .cart-bottom-features{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
    margin-top:25px;
    padding-top:20px;
    border-top:1px solid #ececec;
}
 
.cart-feature-item{
    flex: 1;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
 
.cart-feature-item img{
    width:36px;
    height:36px;
    object-fit:contain;
    margin-bottom:10px;
    transition:.3s;
}
 
.cart-feature-item:hover img{
    transform:translateY(-3px);
}
 
.cart-feature-item span{
    display:block;
    font-size:10px;
    line-height:1.1;
    color:#444;
    font-weight: 600;
}
/* .toolbar-wrapper:not(.toolbar-mobile){justify-content: flex-start !important; align-items: flex-start !important;} */
/* .toolbar-wrapper .toolbar-col.toolbar-colLeft { width: 28%; display: flex; align-items: flex-start !important; flex-direction: column; gap: 10px; }
.toolbar-item.toolbar-limitView.clearfix, .toolbar-item.toolbar-sort.clearfix{display: flex !important; flex-direction: column !important; gap: 10px !important; align-items: flex-start;}
.toolbar-col.toolbar-colRight{width: 72%; display: flex;} */
.toolbar .toolbar-label{font-weight: 600 !important; font-size: 14px;}
.toolbar .toolbar-dropdown .label-text{font-size: 15px !important;}
.toolbar .toolbar-dropdown .label-tab{min-height: 40px !important;  padding: 5px 38px 5px 20px !important; border-radius: 5px;}
#shopify-section-sections--26089082814737__announcement-bar .announcement-bar{position: fixed; z-index: 1111; width: 100%;}
.wrapper-body{padding-top: 40px;}
.halo-product-block .slick-next{right: -21px !important;}
.halo-product-block .slick-prev{left: -21px !important;}

.partner-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.partner-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  animation: scrollLogos 20s linear infinite;
}

.partner-item img {
  max-height: 60px;
  width: auto;
  display: block;
}

@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Pause on Hover */
.partner-wrapper:hover {
  animation-play-state: paused;
}
#halo-image-banner-template--26089081340177__image_banner_yBbh6z .banner-heading{line-height: 1.2 !important; margin: 0 0 10px !important; }
.border--border_s1 .banner-heading:before{left: 20px; bottom: 10px; background-color: #f06400 !important;}
/* form.variants{min-height: 150px !important; } */
a.spotlight-button.button.custom-button-style, .contact-form .form-actions .button {
    background: #f06400;
    border: 1px solid #f06400;
    border-radius: 5px !important;
}
.contact-form .form-actions .button:hover{background: #000; border: 1px solid #000; color: #fff;}
.toolbar{ border-top: 1px solid #f6f6f6 !important; padding: 20px 30px 15px !important; border: 1px solid #f6f6f6; border-radius: 5px; margin-bottom: 40px !important;}
.all-categories-list .navPages-item.is-clicked>.link {color: #f06400;}
/* .toolbar .toolbar-item .toolbar-icon.active{background-color: #f06400 !important;} */
.toolbar .toolbar-item .toolbar-icon.icon-mode-list.active:before{ box-shadow: 0 7px 0 #f06400, 0 14px 0 #f06400 !important;}
.toolbar .toolbar-item .toolbar-icon.icon-mode.active:before{background-color: #f06400 !important;}
.toolbar .toolbar-item .toolbar-icon.grid-2.active:before { box-shadow: 7px 0 0 #f06400 !important ; }
.toolbar .toolbar-item .toolbar-icon.grid-3.active:before { box-shadow: 7px 0 0 #f06400, 14px 0 0 #f06400 !important; }
.toolbar .toolbar-item .toolbar-icon.grid-4.active:before { box-shadow: 7px 0 0 #f06400, 14px 0 0 #f06400, 21px 0 0 #f06400 !important; }
.toolbar .toolbar-dropdown li:hover{background-color: #f06400; }
.toolbar .toolbar-dropdown li:hover .text{color: #fff;}
.toolbar .toolbar-dropdown .dropdown-menu li{padding: 0 0 5px 20px !important; text-align: left;}
.toolbar .toolbar-dropdown li.is-active{background-color: #f06400; }
.toolbar .toolbar-dropdown li.is-active .text{text-decoration: none !important; color: #fff;}
.toolbar .toolbar-dropdown .dropdown-menu.hidden-on-mobile{padding: 0 !important;}
.sidebar--layout_1 .navPages-item>.link:before, .sidebar--layout_1 .navPage-subMenu-item>.link:before{background-image: url('right_icon.svg') !important;}
.toolbar .toolbar-item .toolbar-icon{border: none !important;}
/* .toolbar .toolbar-col .toolbar-item{display: flex !important;} */
.toolbar-item.toolbar-viewAs.clearfix{display: flex !important;gap: 5px;}
.toolbar-item.toolbar-viewAs.clearfix .t_wrap{border: 1px solid #ccc; border-radius: 5px; padding: 1px;}
.halo-sidebar-wrapper{padding: 0!important;}
.content-box--absolute{text-align: left;}
#CollectionSection-template--26089081340177__product-grid .sidebarBlock-heading{font-size: 16px !important; font-weight: 700 !important;}
.productView-title{font-weight: 700 !important;}
.productView-info-item .productView-info-value{font-size: 14px !important; color: #198754 !important; }
.btn-quantity.minus{border-right: 1px solid #c7c7c7}
.btn-quantity.plus{border-left: 1px solid #c7c7c7}
.productView-action .button{border: 1px solid #000 !important; background-color: transparent !important; border-radius: 5px; color: #000 !important;}
.productView-action .button:hover{background-color: #f06400 !important; border: 1px solid #f06400 !important; color: #fff !important;}
.shopify-payment-button__button--unbranded{ text-transform: uppercase; background-color: #f06400 !important; font-size: 14px !important; font-weight: 700; border: 1px solid #f06400 !important; border-radius: 5px; color: #fff !important; padding: 0 !important; }
.shopify-payment-button__button--unbranded:hover{background-color: #000 !important; border: 1px solid #000 !important; box-shadow: none !important;}
.tabs .tab-title::after{background: #f06400 !important;}
.tabs .tab-title.is-open{color: #f06400 !important;}
.productView-groupBottom{margin: 20px 0 0 !important;}
.productView-soldProduct .text{color: #f06400 !important;}
.productView-soldProduct .icon{fill: #f06400 !important;}
.productView-wishlist a:hover{background-color: #f06400 !important; border: 1px solid #f06400 !important; }
.productView-thumbnail.slick-slide.slick-active{border-radius: 5px;}
.productView.layout-1 .productView-thumbnail{margin-top: 5px; }
.productView-thumbnail.slick-slide.slick-current.slick-active{border: 1px solid #f06400;}
.productView-thumbnail.slick-slide.slick-active:hover{border: 1px solid #f06400;}
.productView-subtotal{margin-top: 20px !important;}
.newsletter-section .newsletter-form__field-wrapper .field__input{border: none !important; font-size: 15px !important;}
.regulatory-table-wrapper thead tr th{background-color: #f06400 !important;}
/* New */

.contact-set .column-set{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.contact-link{
    display:flex;
    align-items:flex-start;
    gap:24px;
}

.contact-link i{
    width:58px;
    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#FFF3EA;
    color:#FF6600;

    font-size:28px;
    flex-shrink:0;
}

.contact-link.whatsapp i{
    background:#E8F8EA;
    color:#25D366;
}

.contact-content strong{
    display:block;
    font-size:22px;
    margin-bottom:10px;
    color:#222;
}

.contact-content a{
    color:#222;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
}

.contact-content a:hover{
    color:#ff6600;
}

.contact-content p:last-child{
    color:#666;
    margin-top:8px;
    line-height:1.6;
}
h1.page-header.text-left:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #f06400;
    position: absolute;
    left: 36px;
    transform: translateX(-50%);
    bottom: 24px;
    border-radius: 10px;
}
.cart-total-shipping .cart-total-label{
    text-decoration:none !important;
}

.cart-total-shipping .cart-total-label *{
    text-decoration:none !important;
}
.cart-total-shipping,
.cart-total-shipping *{
    text-decoration:none !important;
}
.cart-content-item[data-cart-total]{
      background: #fff;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    padding: 28px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .02), 0 8px 20px rgba(0, 0, 0, .045);
    overflow: hidden;
}
.cart--totals-title:after{
      background-color: #dbdbdb !important;
}
.cart-list, 
.cart-item{
    margin-top: -13px;
}
.cart-header{
  padding:5px;
}
.cart--totals-title{
      padding-top: 5px;
      font-size: 19px !important;
}
.cart-note .form-input {
    max-width: 100% !important;
        border-radius: 5px;
}
.list-unstyled {
    list-style: auto;
}
/* Contact Form & Contact Info gap */
#ContactSection-{{ section.id }} .contact.contact-2{
    display: flex;
    gap: 80px; /* gap increase/decrease */
}

/* desktop width control */
#ContactSection-{{ section.id }} .contact-itemLeft{
    flex: 1;
}

#ContactSection-{{ section.id }} .contact-itemRight{
    flex: 0 0 420px; /* contact info width */
}
.contact.contact-2 .contact-item.contact-itemRight{
      padding: 0 !important;
    width: 100% !important;
    margin: 0;
}
/* mobile */
@media (max-width:1024px){
    #ContactSection-{{ section.id }} .contact.contact-2{
        gap: 40px;
        flex-direction: column;
    }
}
@media(max-width:768px){
.regulatory-page{
        padding:20px 10px;
    }
.contact-link{
    gap:16px;
}

.contact-link i{
    width:48px;
    height:48px;
    font-size:22px;
}

.contact-content strong{
    font-size:18px;
}

}
@media (min-width: 1025px) {
    .page-sidebar+.page-content {
      width: calc(100% - 250px) !important;
    }
    .page-sidebar { width: 250px !important; box-shadow: 0 2px 10px #00000008, 0 8px 25px #0000000a;
        padding: 30px 15px 0 !important; }
}
/* .halo-row{gap: 40px;} */
/*  */
@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

/* responsive */
@media screen and (max-width:1536px){

    /* .shop_by_category_sec .category-card{
        height: 340px;
    } */
    .shop_by_category_sec .category_wrapper img {
      height: 340px;
    }

}

@media(max-width: 1366px) {

  .navbar-nav .nav-link,
  .nav-icons span {
    font-size: 13px;
  }

  .md_heading {
    font-size: 26px;
  }

  .feature-content h4 {
    font-size: 14px;
  }

  .feature-content p {
    font-size: 14px;
  }

  .step-box img {
    width: 55px;
    object-fit: cover;
  }

  .step-circle {
    width: 120px;
    height: 120px;
  }

  .promise-item h5 {
    font-size: 16px;
  }
}

@media (min-width:1200px) {

  .instagram-feed-section .container-fluid {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .instagram-grid {
    gap: 18px;
  }

  .instagram-item {
    width: 300px;
    height: 300px;
  }
}
#halo-image-banner-template--26089081864465__image_banner_P3PWfy .banner-item{position:relative}
#halo-image-banner-template--26089081864465__image_banner_P3PWfy .banner-item:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.35)}
#halo-image-banner-template--26089081864465__image_banner_P3PWfy .content-box{z-index:2;background: rgb(0 0 0 / 12%);padding:30px;border-radius:16px}
#halo-image-banner-template--26089081864465__image_banner_P3PWfy .banner-heading,#halo-image-banner-template--26089081864465__image_banner_P3PWfy .banner-text *{color:#fff!important;text-shadow:0 2px 8px #000}
@media(max-width: 1199px) {}

@media(max-width:991px) {
.truefarm-story-section .story-left{
      width:100%;
      min-height: 100%;
}
.truefarm-story-section .story-right{
  width:100%;
}
  .md_heading {
    font-size: 24px;
  }

  .hero-section {
    min-height: auto;
    padding-bottom: 60px;
  }

  .hero-content {
    text-align: center;
  }

  .promise-box {
    margin-top: 40px;
  }

  .promise-title {
    font-size: 30px;
  }

  .navbar-nav {
    margin-top: 20px;
  }

  .navbar-toggler {
    border: none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler-icon {
    background-image: none !important;
    position: relative;
    width: 30px;
    height: 22px;
    display: inline-block;
  }

  .navbar-toggler-icon::after,
  .navbar-toggler-icon {
    display: block;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .navbar-toggler-icon::after {
    content: "\2630";
    position: absolute;
    left: 0;
    font-size: 30px;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    content: "\2715";
    transform: rotate(90deg);
  }

  .nav-icons.destop {
    display: none;
  }

  .nav-icons.mob {
    display: flex;
  }

  .logo-item img {
    max-width: 280px;
  }

  .partner-section {
    padding: 60px 20px;
  }

  .right_side_icons_ {
    margin: 40px 0 0;
  }

  .truefarm-story-section {
    flex-direction: column;
  }

  .story-left,
  .story-right {
    width: 100%;
  }

  .story-left {
    min-height: 300px;
    background-position: center top;
  }

  .story-right {
    padding: 35px 20px;
  }

  .story-title {
    font-size: 30px;
  }

  .story-features {
    flex-direction: column;
    gap: 20px;
  }

  .feature-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 15px;
  }

  .feature-item:last-child {
    border-bottom: none;
  }

  .instagram-title {
    font-size: 30px;
  }

  .instagram-item {
    width: calc(50% - 10px);
    height: 250px;
  }

  .instagram-btn {
    font-size: 18px;
    padding: 14px 25px;
  }
}

@media(max-width: 767px) {
  .md_heading {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .chat-btn {
    right: 15px;
    bottom: 15px;
    padding: 12px 15px;
  }

  .chat-text {
    font-size: 14px;
  }

  .top-bar {
    padding: 8px 10px;
    font-size: 10px;
  }

  .shop_by_category_sec .category_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .order-section .steps-line {
    display: none;
  }

  .order-section .step-circle {
    width: 100px;
    height: 100px;
  }

  .order-section .step-box img {
    width: 45px;
  }

  .order-section .step-circle i {
    font-size: 40px;
  }

  .order-section .step-box {
    padding-bottom: 30px;
  }

  .certified-section .feature-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-direction: column;
  }

  .logo-item img {
    max-width: 250px;
  }

  .payment-title,
  .social-title {
    margin-bottom: 5px;
    font-size: 16px;
  }
.regulatory-page{
    padding:40px 20px;
}

.regulatory-table-wrapper{
    width:100%;
    overflow-x:auto;
}

.regulatory-table{
    width:100%;
    min-width:1600px;
    border-collapse:collapse;
    font-family:Arial,sans-serif;
    font-size:14px;
}

.regulatory-table th{
    background:#f5f5f5;
    font-weight:600;
}

.regulatory-table th,
.regulatory-table td{
    border:1px solid #dcdcdc;
    padding:12px;
    vertical-align:top;
    text-align:left;
    line-height:1.6;
}

.regulatory-table td:nth-child(5),
.regulatory-table td:nth-child(8){
    min-width:320px;
}
.regulatory-table-wrapper thead tr th{background-color: #f06400 !important;}

  .footer-title {
    margin-bottom: 10px;
  }

  .border_right {
    border-right: 0;
  }

  .instagram-wrapper {
    padding: 20px 15px;
  }

  .instagram-title {
    font-size: 24px;
    gap: 8px;
  }

  .instagram-title img {
    height: 16px;
  }

  .instagram-item {
    width: 100%;
    height: 260px;
  }

  .instagram-btn {
    width: 100%;
    justify-content: center;
    font-size: 16px;
  }

  .cart-bottom-features{
    gap:10px;
  }
 
  .cart-feature-item img{
      width:30px;
      height:30px;
  }
 
  .cart-feature-item span{
      font-size:11px;
  }
  .content-box--absolute{top: 35%;}
}

@media(max-width: 575px) {
  .content-box--absolute{text-align: left ;}
  #shopify-section-sections--26089082814737__announcement-bar .announcement-bar__message .message{font-size: 12px !important;}
}

@media(max-width: 480px) {
  .shop_by_category_sec .category_wrapper {
    grid-template-columns: 1fr;
  }

  .feature-icon {
    width: 50px;
  }

  .feature-content h4 {
    font-size: 14px;
  }

  .feature-content p {
    font-size: 12px;
  }

  .md_heading {
    font-size: 20px;
  }

  .logo-item img {
    max-width: 200px;
  }

  .feature-box img {
    width: 50px;
  }

  .partner-section {
    padding: 50px 10px;
  }
  #shopify-section-sections--26089082814737__announcement-bar .announcement-bar__message .message{font-size: 10px !important;}
}

@media(max-width: 400px) {}