/* إخفاء الكلام حق السلة  */ 
    .product-entry__image .btn--add-to-cart button span span
    {
    display: none !important;
    }
    .store-footer__bottom .copyright-text p
    {
        color: rgb(234 125 85);
    }

  /* البوكسات الصغيره ال 3 بالنص */ 
    .swiper-wrapper.s-slider-swiper-wrapper
    {
    justify-content: center;
    }

  /* لون البوكسات */ 
.f_enhanced-store-features .f_features-item {
background: linear-gradient(312deg,rgba(185, 167, 148, 1) 0%, rgba(217, 206, 194, 1) 27%);
}

  /* لون البوكسات */ 
.slide--cat-entry {
background: linear-gradient(314deg,rgba(185, 167, 148, 1) 0%, rgba(217, 206, 194, 1) 50%);
}

  /* لون خلفية السايد بار */ 
.mm-spn ul {
    background: #d9cec2;
}
  /* خلفية الهيدر حق السايدبار */ 
.mm-spn.mm-spn--light {
    background: #074741;
    color: #ffffff;
}

  /* لون الخط حق الكلام في السايد بار */ 
.mm-spn a {
    color: #074741;
}

 /* الخطوط الفاصلة بين القوائم في السايد بار */ 
.mm-spn li:after {
    border-top: 1px solid;
    color: #074741;
  }

 /* مربع الفوتر */ 
.store-footer__inner .about-us-block {
    background-color: #fff3e5;
}