/* Add custom CSS styles below */ 

body:not(.product-index):not(.product-single):after{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background:#500207
    url(https://i.ibb.co/1f0jcx1p/8pfu-Jh6-FZbd-Xs-EUEZA6-IV4-Th-Pi6-Vftuwcb-HTXe4w.webp);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px;
    animation-name: fade-in;
    animation-duration: 1.5s;
    transform: scale(0);
    border: none;
     
}

   @keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    75% {
        opacity: 1;
        transform: scale(1)
    }

    85% {
        opacity: .5;
        transform: scale(1)
    }

    99% {
        opacity: .2;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(.1)
    }
}



/*********************************************/

 .navbar-brand img {
  max-height: 5rem;
  width: auto;
  max-width: 100px;
   animation-name: scale;
  animation-duration: 7s;
  animation-timing-function: linear;
    animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes scale {
    0% {
        
        transform: scale(1.0);
    }

    10% {
       
        transform: scale(1.1);
    }
    20% {
       
        transform: scale(0.95);
    }
    30% {
       
        transform: scale(1.0);
    }
    40% {
       
        transform: scale(1.1);
    }
    50% {
       
        transform: scale(1.0);
    }
 
    60% {
       
        transform: scale(1.1);
    }
    70% {
       
        transform: scale(1.0);
    }
      80% {
       
        transform: scale(0.95);
    }
      90% {
       
        transform: scale(1.1);
    }

  
    100% {
        
        transform: scale(1.0);
    }
}


/******************************************/

.store-footer a h3:nth-child(1)::before {
  text-align: center;
  content: "";
  display: block;
  height: 70px;
  width: 70px;
  margin: auto auto 20px;
  background-image: url(https://i.ibb.co/1f0jcx1p/8pfu-Jh6-FZbd-Xs-EUEZA6-IV4-Th-Pi6-Vftuwcb-HTXe4w.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color:transparent;

animation: footerLogo 2s ease-in-out infinite;
 
}

@keyframes footerLogo {
  0% {
    transform: scale(1.4); 
  }
  50% {
    transform: scale(1.6); 
  }
  100% {
    transform: scale(1.4);
  }
}





/*********************************/
body {
  background-color:#Fff ;
}

.top-navbar,.s-advertisement{
    background-color: #300000 !important;
}

div#mainnav {
  background-color: #500207;
}


input.s-search-input {
    background-color: #fff !important;
}
.main-menu li.root-level>a {
    color: #fff !important;
}
i.header-btn__icon.sicon-user-circle,i.header-btn__icon.icon.sicon-shopping-bag {
    border-color: #fff;
}
.sicon-user-circle:before,.s-menu-topnav-list a,.s-cart-summary-total,.sicon-shopping-bag:before,.sicon-sar:before,.sicon-menu:before,salla-contacts.s-contacts.s-contacts-header.hydrated {
    color: #fff;
}
/*banner main*/
section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: 0rem;
}

 .s-slider-block__title-nav {
    display: none !important ;
}
salla-slider.photos-slider .swiper-slide {
    width: 100%;
    padding:0 ;
  margin:0 ;
}

[dir=rtl] .carousel-slider .swiper {
    padding-left: 0;
    padding-right: 0;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding-left: 0;
    padding-right: 0;

}
salla-slider.photos-slider .swiper:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 0 ;
    padding-left: 0;
}
.rounded-md,salla-slider.photos-slider .swiper-slide {
    border-radius: 0;
}

.banner--fixed img {
    background-color: transparent;
    border-radius: 0;
}
section:nth-of-type(2) img {
  width: 30%;
  margin:auto;
}
section:nth-of-type(6) img {
  width: 80%;
  margin:auto;
}
/*grid section*/

section:nth-of-type(3) {
    margin-top: 0rem !important;
    max-width: 94%;
}
section:nth-of-type(3) .md\:grid-cols-3 {
    grid-template-columns: repeat(6,minmax(0,1fr));
 gap: 0rem !important;

}

section:nth-of-type(3) .banner-entry {
    height: 270px;
    background-color: transparent;
}


a.banner-entry.square-photos:hover {
    transform: scale(1.1);
    transition: 3s ease-in-out;
}
.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: 1;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
.s-product-card-image img.loaded {
    background-color: #fff ;
}

/*footer*/
.store-footer__inner {
    background-color: #500207 !important;
    color: #fff;
}

footer.store-footer {
    background-color: #fff !important;
    margin-top: -3rem;
}

.copyright-text p {
    color: #000000 ;
}

@media(max-width: 768px){
section:nth-of-type(3) .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
section:nth-of-type(3) {
    margin-top: 1rem !important;
}
section:nth-of-type(3) .banner-entry {
    height: 130px;
}
.swiper-slide {
    width: 50%;
}

section:nth-of-type(6) img {
    width: 90%;
}
section:nth-of-type(2) img {
    width: 45%;
    margin: auto;
}
footer.store-footer {
    text-align: center;
}
.store-footer a,.s-social-list {
    justify-content: center;
}

footer.store-footer .items-end {
    justify-content: center;
}
}.s-advertisement-content-main {
    flex: 1 1 0%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.25rem;
    font-weight: 700;
}