@media (max-width: 1400px) {
   .follow{
       height:auto;
   }
  .follow1 {
    position: static;
    width: 235px;
    height: 235px;
    margin: 20px;
  }
  .follow4 {
    position: static;
    width: 235px;
    height: 235px;
    margin: 20px;
  }
  .follow3 {
    position: static;
    width: 235px;
    height: 235px;
    margin: 20px;
  }
  .follow2 {
    position: static;
    width: 235px;
    height: 235px;
    margin: 20px;
  }

  
  #cart_data .f20{
    font-size:1.3rem;
  }
}

@media (max-width: 1200px) {
  .foodImg {
    width: 50% !important;
    position: static !important;
  }
  .f28 {
    font-size: 1.625rem;
    text-transform: uppercase;
    font-weight: 500;
  }

  .Heading2 {
    font-size: 2rem;
  }
  .follow {
    height: auto;
  }
  .followFeed {
    display: flex;
    flex-wrap: wrap;
    gap:2rem;
  }
  .followFeed img {
    position: static;
    flex: 1 0 15%;
    height: auto;
    width: 100%;
    margin:0px;
  }

  .gridDisplay{
    grid-template-columns: repeat(2,1fr);
  }
  /*.follow1{*/
  /*    position: static;*/
  /*    width:50%!important;*/
  /*    height:auto!important;*/
  /*    margin:10px 0px!important;*/
  /*}*/
  /*.follow2{*/
  /*    position: static;*/
  /*    width:50%!important;*/
  /*    height:auto!important;*/
  /*    margin:10px 0px!important;*/
  /*}*/
  /*.follow4{*/
  /*    position: static;*/
  /*    width:50%!important;*/
  /*    height:auto!important;*/
  /*    margin:10px 0px!important;*/
  /*}*/
  /*.follow3{*/
  /*    position: static;*/
  /*    width:50%!important;*/
  /*    height:auto!important;*/
  /*    margin:10px 0px!important;*/
  /*}*/
  .follow {
    height: auto;
  }
}

@media (max-width: 992px) {
  .products{
    margin-left:13px;
    width: 100px;
  }
  .products .addCartBtn{
    padding:0.7rem 1rem;
  }

  .TrendingSlider .slick-prev{
    left:0px!important;
}
.TrendingSlider .slick-next{
    right:0px!important;
}

.text-md-end {
  text-align: end;
}

/* 
  .productDetailsSlider .slider-nav .slick-track {
    transform: translate3d(-880px, 0px, 0px)!important;
} */
  .visitcartBtn{
    padding:15px 35px;
  }
  .checkoutBtn{
    padding:15px 35px;
  }
 
  .gridDisplay{
    grid-template-columns: repeat(2,1fr);
  }
  body{
    overflow-x:hidden;
  }
  
  .followImg{
      width:170px!important;
  }
  .mobileView{
    display: block!important;
  }
  .mobileFont {
    text-align: center;
  }
  .home {
    height: 500px;
  }
  .Navbar2 {
    padding: 0 !important;
  }
  .Navbar2 .show {
    margin: 10px 0;
  }
  .navbarColumn {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .discountDiv {
    font-size: 12px;
  }
  .shadowText {
    font-size: 3.75rem;
  }
  .homeP {
    font-size: 1.125rem;
  }
  .sectionHeading {
    font-size: 1.875rem;
  }
  .main_title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
  }
  .f18 {
    font-size: 1rem;
    color: var(--dark_gray);
  }
  .f28 {
    font-size: 1.2rem !important;
    text-transform: uppercase;
    font-weight: 500;
  }
  
  .f24 {
    font-size: 1.25rem;
  }
  .benefitImg {
    width: 80px;
    height: 80px;
  }
  .slick-prev {
    left: 5px;
  }
  .slick-next {
    right: 0.75rem;
  }
  .customerSlider .slick-prev {
    left: -10px;
  }
  .customerSlider .slick-next {
    right: -1px;
  }
  .customerSliderDivide {
    display: none !important;
  }
  .customerRow {
    margin: 0;
  }
  .subscribeImg {
    width: 40px;
    height: 40px;
  }
  .subscribeDiv {
    flex-direction: column;
  }
  .ArrowImg {
    transform: rotate(100deg);
  }
  .ArrowLeftImg {
    transform: rotateX(180deg) rotateZ(-81deg);
  }
  .EndArrow {
    display: flex;
    justify-content: end;
    width: 100%;
  }
  .StartArrow {
    display: flex;
    justify-content: start;
    width: 100%;
  }
  .blackDiv {
    padding: 0px 30px;
    height: auto;
    margin-top: 0px;
  }
  .mobileCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .downloadHeading {
    text-align: center;
  }
  .mobileSmImg {
    width: 100%;
  }
  .card-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  /* Cleanse */
  .Heading2 {
    font-size: 1.625rem !important;
    font-weight: 700;
  }
  /* ourmission */
  .card-mission {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  /* cart */
  .startFlex {
    justify-content: flex-start !important;
  }
  .flexColumnDiv {
    flex-direction: column;
  }
  #FAQAccordion .accordion-button {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .blueDiv {
    background-color: var(--background);
    color: var(--white);
    padding: 40px 20px;
  }
}

@media (max-width: 768px) {
.f30 {
    font-size: 1.3rem;
  }

 .f20{
    font-size:0.7rem!important;
}
.f10{
    font-size:10px!important;
}

  .gridDisplay{
    grid-template-columns: repeat(1,1fr);
  }
  .logoImg {
    width: 250px;
    height: 43px;
  }
  .home {
    height: 350px !important;
  }
  .cartImg {
    width: 15px;
    height: 15px;
  }
  .shadowText {
    font-size: 2.125rem !important;
  }
  .homeP {
    font-size: 1rem !important;
  }
  .followFeed {
    gap: 1rem;
  }
  .followFeed img {
    position: static;
    flex: 1 0 35%;
    height: auto;
    width: 100%;
  }
  .downloadHeading {
    font-size: 1.875rem;
  }
  /* My Account */
  .facebookBtn {
    background-color: var(--facebookBtn);
    color: var(--white);
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 30px;
  }
  .googleBtn {
    background-color: var(--white);
    color: var(--black);
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 30px;
    border: 1px solid var(--black);
    text-transform: uppercase;
  }
  .main_title {
    font-size: 1.5rem;
  }
}

@media (max-width: 450px) {
  .mobileFont {
    text-align: center;
  }
}
@media (max-width: 290px) {
    .wrapContentSM{
      flex-wrap:wrap;
    }
}
@media(min-width:968px){
    .position-md-absolute{
        position:absolute;
    }
}

/* cart section increase decrease button */

@media(max-width:768px){
  .cart-increase-decrease-btn{
    width: 40px;
    height: 40px;
  }
}