/* تكبير شعار المتجر */
.header-logo img,
.logo img,
.navbar-brand img,
.store-logo img,
img[alt*="logo"] {
    height: 100px !important;
    max-height: 100px !important;
    width: auto !important;
}
/* توسيط اللوجو */
.header-logo,
.store-logo,
.navbar-brand {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

header,
.site-header {
    position: relative !important;
body,
.main-content,
main,
.site-content,
.page-wrapper {
    background: #F8F4EC !important;
}