.swiper-button-prev,
.swiper-button-next {
  min-width: 44px !important;
  min-height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;
  border: none !important;
  border-radius: 0px !important;
  background: rgba(255, 255, 255, 0.35) !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  height: 14px !important;
  width: 28px !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(34, 51, 48, 1) !important;
  font-size: 20px !important;
}
#categories .section-heading {
  display: none;
}

.section-wrapper-0 section {
  margin-top: 0px;
}
.ban-cont-content {
  max-width: 90% !important;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.ban-cont-text {
  font-size: 20px !important;
  font-weight: 400 !important;
}
.ban-cont-button {
  border-radius: 2px !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}
@media (max-width: 480px) {
  .ban-cont-text {
    font-size: 12px !important;
    font-weight: 400 !important;
  }
  .ban-cont-button {
    border-radius: 2px !important;
    padding: 3px 16px !important;
    font-size: 12px !important;
    font-weight: 300 !important;
  }
}
#footer {
  background-color: #fbfbfb !important;
}
.pr-long-card {
  border: none !important;
  border-radius: 0px !important;
  background-color: transparent !important;
}

.sh-section-heading {
  margin-top: 24px !important;
}
.ProductInfiniteScroll-component .sh-section-heading {
  margin-top: 0px !important;
}
#categories .section-heading-container {
  display: none !important;
}
.section-wrapper-7,
.section-wrapper-5,
.section-wrapper-3,
.section-wrapper-1 {
  margin-top: 32px !important;
}
.cat-card {
  padding: 0px 10px !important;
}
@media (max-width: 768px) {
  .hero-inner {
    height: 65vh !important;
  }
  .mobile-img {
    display: block;
    margin-top: 110px !important;
  }
}





.section-heading-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    position: relative !important;
}

.section-heading {
    font-size: 42px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin: 0 auto !important;
    position: relative !important;
    display: inline-block !important;
    font-family: Georgia, "Times New Roman", serif !important;
    color: #000 !important;
}

.section-heading::before,
.section-heading::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    width: 100px !important;
    height: 1px !important;
    background: #d8d8d8 !important;
}

.section-heading::before {
    right: 100% !important;
    margin-right: 20px !important;
}

.section-heading::after {
    left: 100% !important;
    margin-left: 20px !important;
}



@media (max-width: 768px) {
    .section-heading {
        font-size: 18px !important;
    }

    .section-heading::before,
    .section-heading::after {
        width: 50px !important;
    }
}


.section-heading-viewall {
    display: block !important;
    margin-top: 8px !important;
    font-size: 18px !important;
    color: #000 !important;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
}

@media (max-width: 768px) {
    .section-heading-viewall {
        display: none !important;
       
    }
}