/* Add custom CSS styles below */ 


#s-cart-icon {
  color: #fff5d1; /* غير اللون حسب رغبتك */
}


/*لون خط وصف اسم الموسسة */
footer .footer-profile p.ql-align-center {
  color: #fff !important;
}


/*لون ايقونات اعلى راس الثائمة */
#mainnav i {
  color: #fff !important;
}


footer .footer-bottom span p a {
  color: #fff !important;
}


footer .footer-bottom span p {
  color: #fff !important;
}

/*تغيير خط المتجر عبر الرابط*/
@font-face {
  font-family: 'NizarCocon';
  src: url('https://files.catbox.moe/rx10kr.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* فرض الخط على كل الموقع */
html, body, * {
  font-family: 'NizarCocon', sans-serif !important;
}