/* Main Banner */
.main-nav-container .container {
    max-width: 90%;
}
section.s-main-banner .banner__content {
  width: 500px;
}
section.s-main-banner .banner__content h2 {
  text-align: start;
}
.cart .section__title .section__header .section__name {

    font-size: 16px;

    color: #2a4777 !important;
}
.cart .section__line {
    height: unset !important;
}
@media (max-width: 768px) {
  section.s-main-banner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(270deg, #ffffff55 70%, transparent);
    z-index: 11;
  }
  .s-main-banner {
    min-height: 300px;
    align-items: start;
  }
  .s-main-banner img {
    object-fit: cover;
    object-position: 10%;
  }
  section.s-main-banner .banner__content {
    z-index: 12;
    position: relative;
    width: 300px;
    margin: 0;
  }
  section.s-main-banner .banner__content h2 {
    font-size: 27px !important;
    padding-left: 40px;
  }

  /* 2 & 3 */
  section:nth-child(2 of .s-main-banner) img,
  section:nth-child(3 of .s-main-banner) img {
    object-position: 90%;
  }
 /*section:nth-child(2 of .s-main-banner) .banner__content, section:nth-child(3 of .s-main-banner) .banner__content {
    transform: translate(-1rem, -4rem);
}*/

  section:nth-child(2 of .s-main-banner) .banner__content h2,
  section:nth-child(3 of .s-main-banner) .banner__content h2 {
    font-size: 16px !important;
    padding-left: 0;
    width: 100% !important ;
  }

  
}

/* Featrues */
section.features-sec .features {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

/* Cats */
section.t-catsec .swiper-slide:last-child {
  display: none;
}

/* Edits */
@media (max-width: 768px) {
  section.ts_reactbanner-sec .ts_reactbanner:first-child .img-position img {
    padding-inline: 25%;
  }
  section.s-main-banner .banner__content h2 {
    font-size: 17px !important;

    width: 70%;
  }
}
.s-main-banner
  .banner__content
  .section__title
  .section__header
  .section__name {
  font-size: 23px;
}

.features-sec .section__title .section__header .section__name {
  z-index: 555445;
  font-size: 22px;
}
.features-sec .section__title .section__header .section__name:before {
  content: "";
  width: 267px;
  height: 30px;
  background-image: url(https://i.ibb.co/0jp1b9xv/SVG.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  margin: auto;
  position: absolute;
  transform: translate(4rem, 0px);
}

.s-faq-10 .section__title .section__header .section__name {
  text-align: center;
  font-weight: 600;
  font-size: 15px !important;
  line-height: 25px;
}


@media (max-width: 767px) {
.s-main-banner.content_center {
    align-items: flex-start;
}
  .s-main-banner {
    height: 400px !important;
    min-height: 400px !important;
    align-items: start;
}
  section.features-sec .features {
    gap: .5rem;
}
 section.features-sec .text-sm {
    font-size: 0.575rem;
    line-height: 1rem;
} 
  section.features-sec .text-lg {
    font-size: .8rem;
    line-height: 1rem;
}
}
@media (min-width:1250px){
  .section__title .title__name {
    font-size: clamp(0.5rem,1.1939rem + 0.3061vw,1.5rem);
}
  .ts_reactbanner .lg\:w-2\/3 {
    width: 100%;
}
  .react-grid .ts_reactbanner {
    height: 500px;
}
.ts_reactbanner .md\:max-w-\[60\%\] {
    max-width: 45%;
} 

}
  .s-product-card-content .product-form .s-quantity-input .s-quantity-input-container {
    display: none !important;
}
.product__header .card__overlay {
    bottom: 12px;
    display: none;
}