/* Add custom CSS styles below */ 
.s-block--testimonials .swiper .swiper-pagination-bullet {
  border-radius: unset !important;
  width: 0.65rem !important;
  height: 0.1rem !important;
  margin: 0 !important;
}
.s-product-options-option label > b {
  color: var(--color-primary)
}
.sicon-menu {
  color: #fff !important;
}

[data-option-type="single-option"] > label > small{
  display: none
}
.sub-cat-icon {
  background: #eee;
  border-radius: 11px;
  box-shadow: 0px 0px 5px 0px #d5d5d5;
  transition: 0.3s all ease-in-out;
}
.sub-cat-icon:hover {
  transform: translateY(-0.5rem);
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 10px 2px #d5d5d5;
}

#mobile-menu {
  background-color: #04979e !important;
}



.logo-light {
    content: url("https://i.ibb.co/WvSZkG6z/ym-MVTSw-PSZxin0whkt-PAt6u-Vv-OFJa-K1b-Caz-P7-PBY.png") !important;
    width: auto !important;
    height: 2.5rem !important;
}

#subcat-slider a.sub-categories {
    height: 100%;
    justify-content: flex-start;
}


.sssa img {
  max-width: 200px;
}
.faqs-list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  label {
    background: #E0A80E;
    color: #fff !important;
  }
  i {
    color: #04979E;
  }
  .faq-answer {
    background-color: #04979E;
    color: #fff;
    padding: 10px;
  }
}

footer {
* {
  color: #fff !important;
}
h3 {
  color: #fff !important;
}
}

salla-add-product-button button {
background-image: linear-gradient(to right, #f5c855 -6%, #04979E);
  border-radius: 15px !important;
  border: none !important;
}

.store-footer__inner {
background-image: linear-gradient(215deg, #073537 -5%, #2AE2EB);
border-radius: 15px !important;
}

.s-search-input {
  color: #000 !important;
}

.dark .s-search-modal .s-search-results .s-search-product .s-search-product-title {
  color: #000 !important;
}

.s-search-product-price {
  color: red !important;
* {
  color: red !important;
}
}