body {
  background-color: #fff;
  background-image: url(https://i.postimg.cc/T33bgWQb/Group-544540.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#mainnav {
  background-color: #68CFF3 !important;
}

.menu-label{
  color:#fff !important;
}

.sicon-menu::before {
  color: #fff !important;
}
.header-btn__icon {
  color: #fff !important;
  border-color: #fff !important;
}
.s-user-menu-trigger {
  background-color: transparent !important;
}
.s-cart-summary-total {
  color: #fff !important;
}
.s-cart-summary-count {
  background-color: #fff;
  color: #68CFF3;
}
.sub-menu * {
  color: #000;
}
.mm-spn--open li a {
  color: #fff !important;
  opacity: 0.8 !important;
}
.mm-spn--open li a:hover {
  color: #fff !important;
  opacity: 1 !important;
}
.sub-menu {
  color: #333;
}
@media (max-width: 1024px) {
  .mm-spn--open {
    background-color: #70c0a5 !important;
  }
  .mm-spn--open li ,
  .mm-spn--open li a {
  color: #fff !important;
  opacity: 0.8 !important;
  }
  .mm-spn--open li:hover ,
  .mm-spn--open li a:hover {
  color: #fff !important;
  opacity: 1 !important;
  }

  #mobile-menu::after {
    background-color: #70c0a5 !important;
    color: #fff !important;
  }
}

.s-slider-block__title {
  justify-content: center;
  margin-bottom: 35px;
  max-width: initial;
  border-bottom: none !important;
}

.s-slider-block__title-left {
  display: none;
}

.s-slider-block__title-right {
  position: relative;
  padding-bottom: 20px;
  background: white;
  z-index: 1;
  border-bottom: none !important;
  text-align: center;
}

.s-slider-block__title-right h2 {
  position: relative;
  z-index: 2;
  font-size: 35px;
  color: #000;
  background-color: #fff;
  padding: 0 20px;
  display: inline-block; /
}

.s-slider-block__title-right h2::before,
.s-slider-block__title-right h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 2px;
  background-color: #68CFF3;
  border-radius: 4px;
  z-index: -1;
  transform: translateY(-50%);
}

.s-slider-block__title-right h2::before {
  left: -90px;
}

.s-slider-block__title-right h2::after {
  right: -90px; 
}

@media (max-width: 1024px) {
  .s-slider-block__title-right h2 {
    font-size: 24px;
  }
}

.home-block-title {
  position: relative !important;
  background-color: #fff !important;
  z-index: 2 !important;
  text-align: center !important;
}

.home-block-title h2 {
  position: relative !important;
  display: inline-block !important;
  padding: 0 20px !important;
  font-size: 2rem !important;
  font-weight: bold !important;
  color: var(--store-text-primary, #000) !important;
  background-color: #fff !important;
  z-index: 1 !important;
}

.home-block-title h2::before,
.home-block-title h2::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  width: 80px !important;
  height: 2px !important;
  background-color: var(--primary, #68CFF3) !important;
  z-index: -1 !important;
  border-radius: 4px !important;
}

.home-block-title h2::before {
  left: -90px !important;
  transform: translateY(-50%) !important;
}

.home-block-title h2::after {
  right: -90px !important;
  transform: translateY(-50%) !important;
}

.home-block-title .border-primary {
  border: none !important;
}

/*Product card*/
.s-products-slider-card{
  border:1px solid #70c0a5 ;
  margin-inline:5px !important;
  border-radius:8px !important;
}

/* Banners */
.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0px !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}

.s-block--store-features > .container > .block > div {
  border: none !important;
  border-radius: 0 !important;
}

.s-block--store-features .s-block--store-features-icon {
  background-color: #68CFF3 !important;
  overflow: unset !important;
  margin: 10px 0 30px !important;
  width: 100px !important;
  height: 100px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
}

.s-block--store-features .s-block--store-features-icon i {
  color: #fff !important;
  font-size: 60px !important;
  line-height: 1 !important;
}

.s-block--store-features h2 {
  font-weight: bold !important;
  color: var(--store-text-primary, #000) !important;
}

.s-block--store-features .block > div > .relative > .flex {
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.s-block--store-features .block {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
}


@media (max-width: 768px) {
  .s-block--store-features .block {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
  }


  .s-block--store-features .block > div:nth-child(1) {
    grid-column: 1 / -1;
  }
}


/*footer*/
footer {
  padding-top: 2rem;

  background-color: #68CFF3 !important;
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  background-color: transparent !important;
}

.store-footer__inner *{
  color: #fff !important;
}
.store-footer h3 {
  color: #fff !important;
}
.copyright-text p {
  color: #fff !important;
}
.copyright-text p a:hover {
  color: #fff !important;
  opacity: 0.8;
}
/* Logo */
.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url("https://i.postimg.cc/wTcTbFQw/8-Hcm-LJfqq-V8-Lh-Fi54-Ds-La0-Uh-EFUKBFUMq6zu-Id-RI.png");
  display: block;
  background-size: contain;
  width: 200px;
  height: 260px;
  background-repeat: no-repeat;
}
.store-footer__inner .container > div {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 0;
  padding-bottom: 20px;
}
.store-footer__inner .container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.store-footer__inner .container > div:nth-of-type(1) {
  grid-column: span 1 / span 2;
}
.store-footer__inner + div {
  background: transparent;
  max-width: 100%;
  justify-content: space-around;
}
.store-footer__inner > div a h3 {
  display: none;
}
@media (max-width: 992px) {
  .store-footer__inner .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* custom ScrollBar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #68CFF3;
  border-radius:0 !important;
}

#advanced-slider-2{
  margin-top:3rem !important;
  }