/* Add custom CSS styles below */ 
/** silder block ***/

body {
    background-color: #fff !important;
}



section.s-block.s-block--photos-slider {
    margin-top: 0;
}

section.s-block.s-block--photos-slider .swiper-slide {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
section.s-block.s-block--photos-slider .swiper-slide,
section.s-block.s-block--photos-slider .swiper-slide img {
    border-radius: 0 !important;
}

section.s-block.s-block--photos-slider .swiper.s-slider-container {
    padding: 0 !important;
}

/** End silder block ***/

/*****قايمة العناصر ********/

section:nth-of-type(2)>div{
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.lazy__bg {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}
.two-row .banner-entry:first-child {
    height: 86%;
} 

@media (max-width: 992px){
  section:nth-of-type(2)>div{
      display:flex;
      flex-wrap:wrap;
      justify-content:center;
      align-items:center;
  }
  section:nth-of-type(2)>div .banner-entry.square-photos {
      flex-basis:30%
  }
  .two-row .banner-entry:first-child {
      height: 200px !important;
  } 
  
}
 

/*****قايمة العناصر ********/


/** banners blocks ***/

section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
}

.banner--fixed img {
    border-radius: 0 !important;
}

/** End banners ***/


/**** product ****/

.s-product-card-entry {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.s-product-card-price{
color: #124135;
}

.swiper.s-slider-container{
padding:20px 0px;
}
button[product-status="sale"] {
    border-color: #124135 !important;
    color: #124135 !important;
}
button[product-status="sale"]:hover{
    color: #CCA840 !important;
    background-color:#124135 !important;
}

.product-single button[product-status="sale"]{
  border-color: #124135 !important;
    color: #124135 !important;
     background-color:#fff !important;
}


.product-single salla-comments >div{
    background-color: transparent!important;
}
/**** product ****/




/******footer********/
.store-footer__inner {
    background-color: #124134 !important;
    color: #fff !important;
    border-radius: 70px 70px 0 0;
}
footer .copyright-text *{
color:white !important;
}
.footer-is-light .store-footer {
   background-color:#D1AB42 !important;
    border-radius: 70px 70px 0 0;
}

@media (max-width: 992px){
    .store-footer__inner *{
        text-align:center;
        justify-content:center
    }
}


/******footer********/