/* Add custom CSS styles below */ 
/*.s-reviews-testimonial {
    background: #dbad985e;
}

button,a{will-change:transform,opacity}button:hover,.button:hover{background-color:#f8b400;transform:scale(1.05);transition:transform 0.2s ease-in-out,background-color 0.2s ease-in-out}img,video{max-width:100%;height:auto;display:block}.ad-slot{width:300px;height:250px;display:block;min-height:250px}.banner{min-height:40px;display:flex;align-items:center;justify-content:center}.lazyload{display:block;min-height:100px;opacity:0;transition:opacity 0.3s ease-in-out}.lazyload.loaded{opacity:1}@font-face{font-family:'CustomFont';src:url(customfont.woff2) format('woff2');font-display:swap}body{scroll-behavior:smooth;font-display:swap}*/
/*main-slider */
 salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
}
.s-slider-block__title-nav {
    visibility: hidden;
}
/*arrow of slider */
/*----------------banner----------------*/
.banner--fixed img {
    background: unset !important;
     margin-bottom:0px ;
}
/*-----------banner--------------------*/
/*main-slider */
 salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
}
.md\:grid-cols-3 {
    grid-template-columns: repeat(6,minmax(0,1fr));
}

.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 305px;
    background-color:unset;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 100px;
    padding: 0rem;
}
.md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
}
/*************************/

.s-block.s-block--banners.container .s-block__title {
    justify-content: center;
    
}
.s-block.s-block--banners.container .right-side {
    padding: 0px !important;
}
.s-block.s-block--banners .s-block__title h2 {
    font-size: 25px;
    text-align:center;
}
.s-block__title h2:after {
    content: "تسوق أفضل العروض التخفيضات من متجرنا الان";
    diplay: block;
    width: 100%;
    display: block;
    text-align: center;
      font-size: 15px;
     margin-top:12px;
}



/*---margin-top of main container--------*/
/*------main-image------*/
.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
   padding:0px
}
/*-------------------------------------*/
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
     padding-left:0;
}
.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
    padding: 0px;
}
salla-slider.photos-slider .swiper-slide {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 100%;
    padding: 0px;
}
/*--------------media-of-product--------*/
@media screen and (max-width:768px){
.s-products-slider-card{
    width:50%
}
button.undefined {
    font-size: 15px;
    padding: 10px;
}
}
/*--------------media-of-product--------*/
.store-footer__inner {
    background-color: #73949D !important;
}
/*---------footer-----------*/
footer *{
margin-left:auto;
margin-right:auto ;
text-align: center;
color:#fff;
border-color:#fff;
}


.app-inner {
    background: #fff;
}
.s-block.s-block--best-offers {
  margin-top: 10px;
  }
.mobile-menu  ul li a{
padding-top:5px;
padding-bottom: 5px;
}
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) {
    margin-top: 0;
}

.s-block.s-block--fixed-banner.wide-placeholder .container {
    padding-right: 0;
    padding-left: 0;
}
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
    max-width: 100%;
    border-reduis: 0;
}
.custom-ad-bar {
  background-color: #B3996D;
  color: white;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  direction: rtl;
  z-index: 9999;
  width: 100%;
  margin-top:-2px;
}

.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: scrollText 800s linear infinite;
}

.marquee-content span {
  margin: 0 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.marquee-content img {
  height: 20px;
}

@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}