body.has-notify img {
    width:75px !important;
}
.app-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff
    url(https://cdn.salla.sa/DveqP/Ddq1FJtriyKAYrMt3allsrUj55hES9LlpEMGEmbv.png);
  position: fixed;
  z-index: 99999999999999999 !important;
  transform: scale(0);
  background-size: 250px !important;
  background-repeat: no-repeat;
  background-position: center !important;
  animation-name: logobg;
  animation-duration: 3s;
}
@keyframes logobg {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  78% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

body{
background: #392B3B !important;
}

.top-navbar{
background: #93de75;
}

.main-nav-container{
background: #392B3B;
border-bottom: 1px solid #93de75;
}

.main-nav-container li span, .header-btn__icon{
color: #fff;
}

.s-cart-summary-total{
color: #93de75;
}


@media only screen and (max-width: 1024px){
.mm-spn.mm-spn--light {
    color: #fff;
    background: #392B3B;
}
}

.s-slider-block__title-right h2, .justify-between h2{
color: #fff;
}

.breadcrumbs li i, .breadcrumbs li span{
color: #fff;
}

.main-content h1, .main-content p, .main-content li{
color: #fff;
}
.main-content h4{
color: #93de75;
}

label.hidden{
color: #f7f7f7;
}

.s-product-card-entry{
background: transparent;
}

.s-product-card-price{
color: #93de75;
}

.s-product-card-content h3 a{
color: #fff;
}

.s-product-card-entry .s-button-primary-outline{
background: #93de75;
color: #135e00;
border: 0;
border-radius: 20px 0 !important;
}


.testimonials-slider .testimonial{
background: transparent !important;
border-radius: 20px 0 !important;
border: 2px solid #93de75;
}
.testimonials-slider .testimonial p{
color: #fff;
}
.testimonials-slider .testimonial h4{
color: #93de75;
}

.s-block--features__item{
background: transparent !important;
}

.s-block--features__item h4{
color: #93de75;
}
.s-block--features__item p{
color: #fff;
}

.footer-is-light .store-footer{
background: #392B3B;
}

.footer-is-light .store-footer .store-footer__inner {
    background-color: #93de75 !important;
    }
    
.footer-is-light .store-footer .social-link,
.footer-is-light i.border{
background: #333;
color: #fff;
border: 0;
}
h2.font-bold{color:#93de75}.s-block--features__item h2,.testimonial__info h2,
section.s-block.s-block--testimonials.container.overflow-hidden h1, .s-product-card-sale-price span  {color:#fff}.offers-link span{color:red!important}
.main-content h1,.main-content span{
    color: #fff
}
section.cart-item.bg-white.p-5.xs\:p-7.rounded-md.mb-5.relative{
    background:transparent !important;
}

  .banner-entry.square-photos .lazy__bg {
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  salla-slider img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }
}