/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 

/*font*/
@import 'https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap';* {
   font-family: cairo!important
}
/*end*/

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

#mainnav{
    background-color: #ffffff;
    color:#7aaeae !important;
}
i.header-btn__icon , .s-cart-summary-total {
    color: #7aaeae;
}

/*start customize section*/

    salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
    border-radius:0 !important;
}
.home-slider img{
border-radius:0;
}
.s-slider-block__title-nav {
    visibility: hidden;
}

 salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding: 0rem;
}  

section:first-of-type {
        margin-top:0;
}


    /*banner*/
.banner--fixed img {
    background-color: transparent;
    padding: 0rem;
}


 .s-button-btn,.s-price-range-number-input {
    
    color: #ffffff;
    border-color: #84bbbb;
    
}

.s-products-slider-card.swiper-slide {
    width: 55%;
    
}  

.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background-color: #84bbbb;
}
.s-product-card-entry{
    background-color:#ffffff;
}
.s-product-card-content-title a , .index.s-product-card-content-sub {
    color:#000 !important;
}


/* start customize setion*/
.md\:grid-cols-3 {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
a.banner-entry{
    width: 14% !important;
    height: 250px !important;
    background-color:unset;
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    width: 18% !important;
    height: 235px !important;
    background-color:unset;
}
}
@media(max-width:767px){
a.banner-entry{
    width: 30% !important;
    height: 150px !important;
    background-color:unset;
}
}

/* end customize setion*/

.lazy__bg.lazy.entered.loaded {
    transition: transform .5s;
}
.lazy__bg.lazy.entered.loaded:hover {
    transform: scale(.9);
}

/*footer*/
.store-footer__inner,
.store-footer {
    color:#90c2c2;
    background-color:#ffffff !important;
}

.footer-is-light .store-footer .store-footer__inner{
     border-bottom-color: #ffffff;

}

footer *{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}footer .hidden.lg\:block *, footer .s-social-list * {
    justify-content: center;
    color: #000;
    border-color: #000;
}
@media (min-width:767px){
footer .hidden.lg\:block * {
    margin: 0;
}
}footer .hidden.lg\:block *{
    justify-content:center;
}
footer .s-social-list .s-social-link:first-child *{
    color:#ffffff;
    border-color: #ffffff;
      background: #833ab4;
  background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
}
footer .s-social-list .s-social-link:nth-child(2) *{
    color:#000000;
    border-color: #ffffff;
    background-color:#f7f400;
}
footer .s-social-list .s-social-link:last-child *{
    color:#ffffff;
    border-color: #ffffff;
    background-color:#000000;
}


.banner--fixed img ,
section.s-block.s-block--testimonials ,
section.s-block.s-block--features.container , 
.s-block.s-block--best-offers.container ,
section.s-block.s-block--banners.container ,
.home-slider{

animation: appear linear;
  animation-timeline:view();
  animation-range: entry 0% cover 40%;
background-color:transparent;
}

@keyframes appear {
            from {
                
                opacity: 0;
                scale:0.5;
            }
            to {
                 opacity: 1;
                scale:1;
            }
        }
    .navbar-brand
{animation: pulse-animation 1.5s infinite;}

 @keyframes pulse-animation {
            0%, 100% {
                transform: scale(1);
                opacity: 1;
            }
            50% {
                transform: scale(1.1);
                opacity: 0.8;
            }
        }

section:nth-child( 1 of .s-block.s-block--fixed-banner.wide-placeholder) ,
section:nth-child( 2 of .s-block.s-block--fixed-banner.wide-placeholder) ,
section:nth-child( 3 of .s-block.s-block--fixed-banner.wide-placeholder) ,
section:nth-child( 5 of .s-block.s-block--fixed-banner.wide-placeholder){
    max-width:30%;
    margin:auto;
    margin-top:5%;
}

.s-block__title ,.s-reviews-header-wrapper{
    display:none;
}

.s-reviews-testimonial{
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 26%) !important;
}