.main-nav-container{
  background-color: var(--color-primary) !important;
}
.header-btn__icon{
  color: #fff !important;
}
.s-product-card-image img {
    background: white;
}
.footer-is-light .store-footer .store-footer__inner {
    background: #661825;
}
.md\:flex.items-center.justify-between.py-4.container.text-center, .footer-is-light .store-footer {
    background: #661825;
    color: white;
}
.copyright-text p, .copyright-text p a:hover{
  color: #fff
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding-right: 0rem !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;
}
.grid-flow-row {
    grid-auto-flow: column;
}
.s-block__title h2{
  background-color: var(--color-primary);
    padding: 7px;
    color: #fff;
    border-radius: 10px;
}
.s-block__title{
  display: flex;
  justify-content: center;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
  display: none;
}
/* categoryyy//////////////// */ 
.md\:grid-cols-2{
  display: flex ;
    justify-content: center;
    flex-wrap: nowrap;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
 .banner--fixed img {
    background: #faebd700;
}   
.banner-entry {
    width: 25%;
    height: 300px !important;
    background: #f9fafb00;
    margin-top: .2rem
}     
/* Media Query for Mobile Devices */ 
 @media (max-width: 480px) { 
           .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 (min-width: 991px) { 
 ul.main-menu.mm-spn--open * {
    color: #fff;
}
 .fixed-header ul.main-menu.mm-spn--open * {
    color: #fff;
}
 .fixed-header .items-stretch div:nth-of-type(2) * {
    color: #fff;
    border-color: #fff;
}
 .items-stretch div:nth-of-type(2) * {
    color: #fff;
    border-color: #fff;
}
 }
i.sicon-menu.text-primary.text-2xl {
    color: #fff;
}