/* header */ 
.top-navbar {
    display: none;
}

a#cat-in-header>span
{
  color: #FFFFFF !important;
}


/* main banner */ 
.landing-banner,
.landing-banner div[style*="background-image"] {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.landing-banner {
    height: auto !important;
    min-height: 600px !important;
}
salla-slider#slider-0{
       border-radius: 20px !important;
}

section.landing-page-first-banner.landing-page-first-banner-0.container{
  margin-top: 30px;
    margin-bottom: 80px;

}

/* categories */ 
@media (min-width: 576px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1/ span 1;
    }
   section.s-block--banners .banner-entry {
        height: auto !important;
        min-height: 300px !important;
    }
  
}
section.s-block.s-block--banners.container{
   margin-top: 80px;
    margin-bottom: 80px;

}

.s-block__title{
  justify-content: center;
}

@media (max-width: 767px) {
    section.s-block--banners .grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important; /* عمل عمودين متساويين */
        gap: 10px !important;                                       /* مسافة متناسقة بين الصور */
    }

    section.s-block--banners .banner-entry {
        height: auto !important;
        min-height: 140px !important;
    }
}
/*banners responsive*/
@media (max-width: 767px) {
    section.s-block--photos-slider:not(.repeated-block),
 :nth-child(1 of section.mb-8.md\:mb-11.s-block--fixed-banner.wide-placeholder),
   :nth-child(3 of section.mb-8.md\:mb-11.s-block--fixed-banner.wide-placeholder)


  {
        display: none !important;
    }
}

@media (min-width: 768px) {
    section.s-block--photos-slider.repeated-block,
 :nth-child(2 of section.mb-8.md\:mb-11.s-block--fixed-banner.wide-placeholder),
   :nth-child(4 of section.mb-8.md\:mb-11.s-block--fixed-banner.wide-placeholder)
{
        display: none !important;
    }
}



/* products */ 
button.s-slider-prev.s-slider-nav-arrow,button.s-slider-next.s-slider-nav-arrow,.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal
{
  display: none;
}

.s-products-slider-card.swiper-slide{
  border-radius: 12px;
  border-width: 1px;
    margin-left: 6px !important;
    margin-right: 6px !important;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl{
  margin-bottom: 70px !important;

}

custom-salla-product-card{
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

/* testimonial */ 
.content_tistimonial
 {
    border: 1px solid #619BB6 !important;
}
/* footer */ 

i.sicon-add.icon-add.duration-300{
  background-color: #619BB6 !important;
  color: #ffffff;
  border-radius: 30px;
  padding: 7px;
}
.min-h-0.bg-transparent.accordion-content-common{
  background-color: #6C6C6C !important;
}
.store-footer__inner.\!bg-\[var\(--s-color\)\].\!p-0{
  padding-top: 30px !important;
}
input#mc-embedded-subscribe{
  background-color: #2B4450 !important;
}
li.s-social-link >a{
  background-color:  #ffffff;
  border-color: #FFEDDC;
}
  span.s-social-icon>svg{
  color: #619BB6 !important;
     fill: #619BB6 !important;
     width: 20px !important;              
    height: 20px !important;

}