/* تغيير لون خلفية الفوتر */ 
.footer-is-light .store-footer{
    background-color: rgb(0, 46, 45);
    color: rgb(199, 151, 103);
}




/* تغيير لون خلفية المتجر بالكامل */ 

html,
body,
#app,
.app-inner,
main,
.s-block:not(footer *) {
    background-color: #FEF8F3 !important;
}



/* تغيير لون بوكس وصف المنتج  */ 

#tab-accordion * {
    background-color: #FEF8F3 !important;
}




/* نغيير لون شريط التنقل في صفحة المنتح  */ 
.s-breadcrumb-wrapper {
    background-color: #FEF8F3 !important;
}