/* Add custom CSS styles below */

.sicon-user:before {
  content: "\f078";
  color: #fff;
}
.main-nav-container.fixed-pinned #cat-in-header {
    color: #ffffff;
}
.main-nav-container.fixed-pinned #shopping-bag path {
    stroke: #ffffff !important;
}
.main-nav-container.fixed-pinned #heart path {
    stroke: #ffffff !important;
}

.navbar-brand img {
    max-width: 225px;
    filter: brightness(0.0)invert(1);
    height: 100px;
}

.g_cat .grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

/*Advertising banner */

.ad-star-btn {
  background-color: var(--color-primary);
}
/**/
/**/
.banner_ad {
  max-height: 100% !important;
}
/*footer */

.copyright-text p {
  color: #fff !important;
}

.copyright-text a:hover {
  color: #fff !important;
}

.s-payments-list-item img {
  object-fit: cover;
  background: #ffffff !important;

  height: unset;
}

.s-payments-list-item:nth-of-type(3) img {
  padding: 12px 5px !important;
}

/****/

.section_c_r .content_tistimonial .cover_content .desc_contant {
  color: #ffffff;
}
.section_c_r .content_tistimonial .cover_content .rating_name .name {
  color: #ffffff !important;
}
.section_c_r .content_tistimonial {
  background-color: var(--color-primary);
}

/*****/ /****/
 .store-footer .container > div >img {
    filter: brightness(0.0);
}
@media (max-width: 768px) {

 
  .sicon-menu:before {
    content: "\ed7f";
    color: #fff;
}
  .landing-page-first-banner .item-text {
    max-width: 180px !important;
  }

  .landing-page-first-banner .item-text h1 {
    font-size: 14px !important;
  }
  .landing-page-first-banner .item-text > img {
    width: 100px !important ;
  }
}
salla-social .s-social-link svg {
    fill: #ffffff;
    color: #8c53e0;
  fill: white;
}
salla-social .s-social-link a {
    border: 1px solid #8c53e0;
    background-color: #8c53e0;
}
.s-payments-list-item {
  height: 50px;
  width: 40px;
}

.copyright-text p {
    color: #8c53e0 !important;
    position: absolute;
    bottom: 15rem;
    left: 25rem;
}
@media (max-width: 767px) {
    .copyright-text p {
        color: #8c53e0 !important;
        position: absolute !important;
        bottom: 10rem !important;
        left: 6rem !important;
    }
}