/* Add custom CSS styles below */ 

/* حجم اللوجو الأساسي */
.navbar-brand img {
    width: 170px !important;
}

/* اللوجو في الفوتر */
.footer-logo img {
    height: 60px !important;
}

/* وقت التمرير: إخفاء الشعار الحالي */
.index .store-header.scrolled .navbar-brand img {
    display: none !important;
}

/* وقت التمرير: استبدال الشعار */
.index .store-header.scrolled .navbar-brand {
    background-image: url('https://cdn.salla.sa/mjwW/lscbeQuBOQUiDK0qNe6MnJkGv8w81ioT6ToF9K6Z.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 60px;
    width: 170px;
    display: block;
}

/* وقت التمرير: تغيير لون الأيقونات */
.index .store-header.scrolled .sicon-cart,
.index .store-header.scrolled .sicon-search,
.index .store-header.scrolled .sicon-user {
    color: #601358 !important;
}