/* Logo */
.index .navbar-brand img {
  max-width: 170px;
  filter: brightness(0) invert(1);
}

.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 120px;
  filter: none;
}

.product-index .navbar-brand img,
.product-single .navbar-brand img,
.cart .navbar-brand img {
  max-width: 100px;
  filter: none;
}

/* Buttons */
.ad-star-btn {
  background-color: var(--color-primary);
}

/* Landing banner */
.landing-page-first-banner .item-text {
  max-width: 100% !important;
}

/* Section titles */
.image-title .title-heade {
  color: #fff;
  background-color: transparent;
}

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

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

/* Payments */
.s-payments-list-item img {
  object-fit: cover;
  background: #fff !important;
  height: auto;
}

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

/* Testimonials */
.section_c_r .content_tistimonial {
  background-color: var(--color-primary);
}

.section_c_r .content_tistimonial .cover_content .desc_contant,
.section_c_r .content_tistimonial .cover_content .rating_name .name {
  color: #fff !important;
}

/* Hide trust badges text/image */
.s-trust-badges-image,
.s-trust-badges-label {
  display: none;
}

/* Mobile */
@media (max-width: 768px) {
  .main-nav-container.fixed-pinned .navbar-brand img {
    filter: none;
  }

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

  .product-single .sicon-menu:before {
    content: "\ed7f";
    color: #8c576b;
  }

  .landing-page-first-banner .item-text h1 {
    font-size: 16px !important;
  }

  .product-index .sicon-menu:before,
  .cart .sicon-menu:before {
    content: "\ed7f";
    color: #000;
  }

  .sicon-menu:before {
    content: "\ed7f";
    color: #fff;
  }

  .fixed-pinned .sicon-menu:before {
    content: "\ed7f";
    color: #000;
  }
}