/* Add custom CSS styles below */ 
.bg-gray-50 {
    
    background-image:  url(https://i.ibb.co/kDY5tKj/bc.jpg);
}
.store-footer__inner {
    background: #fef8ea !important;
}
/* mover banner///////////////// */ 
  [dir=rtl] .carousel-slider .swiper {
    padding-left: 0rem !important;
}
salla-slider.photos-slider .swiper-slide {
    position: relative;
   margin: 0px !important;
    padding: 0px;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 0rem;
}
.rounded-md {
    border-radius: 0rem !important;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
    padding: 0px;
}
section:first-of-type.s-block.s-block--photos-slider {
    margin: 0px !important;
}

/* categoryyy//////////////// */ 
.grid.one-row.md\:grid-cols-2.grid-flow-row.gap-3.sm\:gap-8{
    display: flex;
    flex-wrap: wrap;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
 .banner--fixed img {
    background: #faebd700;
}   

.banner-entry {
    width: 100%;
    height: 300px !important;
    background: #f9fafb00;
}
    .md\:grid-cols-2 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
i.sicon-menu.text-primary.text-2xl.rtl\:ml-2\.5.ltr\:mr-2\.5 {
    color: black;
}
input.s-search-input {
    background: white !important;
}
.s-comments.s-comments-product {
    background: #fef7e7;
}
.top-navbar {
    background: #dffdc1 !important;
    color: black !important;
}
.inner.bg-inherit {
    background: #dffdc1;
}
.md\:flex.items-center.justify-between.py-4.container.text-center {
    background: #fef8ea;
    margin: 0;
    /* left: 0; */
    max-width: 100%;
}
/* Media Query for Mobile Devices */ 
 @media (max-width: 300px) { 
           .banner-entry {
    width: 100%;
     height: 130px !important;
         background: #f9fafb00;
    }
  } 
/* Media Query for low resolution  Tablets, Ipads */ 
       
@media (min-width: 481px) and (max-width: 767px) { 
 .banner-entry {
    width: 100%;
    height: 177px !important;
    background: #f9fafb00;
    }
 }
/* Media Query for Tablets Ipads portrait mode */ 
 
  @media (min-width: 768px) and (max-width: 1024px){ 
 .banner-entry {
    width: 100%;
     height: 200px !important;
         background: #f9fafb00;
    }
 } 
 
/* Media Query for Laptops and Desktops */ 

@media (min-width: 1025px) and (max-width: 1280px){ 
 banner-entry {
    width: 48%;
     height: 130px !important;
         background: #f9fafb00;
    }
  }