/* اليو اي الجديد */
body {
    background-color: #ffffff !important;
}

/** silder block ***/


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 ***/




/** 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 ***/

section:nth-of-type(3),
section:nth-of-type(5){
  background: #364850 !important;
  padding: 50px 0px;

}

section:nth-of-type(3) .s-block__title,
section:nth-of-type(5) .s-block__title{
  display: none;
}
section:nth-of-type(3) .s-products-list-wrapper,
section:nth-of-type(5) .s-products-list-wrapper {
  display: flex !important;
  justify-content: center !important;
  width: 25% !important;
}


.s-product-card-entry * {
    justify-content: center;
    text-align: center;
}
.s-product-card-price{
  color: #9e2420;
}

custom-salla-product-card{
    border: 2px solid #03bfbc;
}




.s-block--features__item .feature-icon i:before {
    content: '';
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.s-block--features__item .feature-icon {
    width: 7rem;
    height: 7rem;
  background-color: unset !important;
}
.s-block--features__item .feature-icon .sicon-store2:before {
    background-image: url(https://i.ibb.co/v6SjYJB5/1.webp);
}
.s-block--features__item .feature-icon .sicon-shipping-fast:before {
    background-image: url(https://i.ibb.co/MxjPHjq0/2.webp);
}
.s-block--features__item .feature-icon .sicon-fire:before {
    background-image: url(https://i.ibb.co/TBz6HhXZ/3.webp);
}
.s-block--features__item h2{
  color: #03bfbc !important;
  font-size: 24px;
  font-weight: 700;
}
.s-block--features__item p{
  color: #000 !important;
  font-size: 20px;
  margin-top: 20px
}

@media(max-width:578px){
  .s-block--features__item h2{
  color: #03bfbc !important;
  font-size: 18px;
  font-weight: 700;
}
  .s-block--features__item p{
  color: #000 !important;
  font-size: 18px;
  margin-top: 15px
}
}


.store-footer__inner {
    background: #2dbdbd !important;
    color: #000;
}

@media (max-width: 992px) {
    .store-footer__inner * {
        justify-content: center;
        text-align: center;
    }
}
.copyright-text *{
  color: #fff !important;
}