/* Add custom CSS styles below */ 

/* شريط البحث */
.top-navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: #c89c5d;
}

/* البنرات */
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin: auto;
    padding: 0px;
}

section.s-block.s-block--fixed-banner.wide-placeholder div.container {
    margin: 0px;
    padding: 0px;
}

.banner--fixed img {
    border-radius: 0px;
}

/* الهدر */
.main-nav-container {
    background: #c89c5d;
    border-radius: 15px;
}

div.flex.items-stretch.justify-between.relative {
    border-radius: 15px;
}

div.flex.items-stretch.justify-between.relative {
    padding: 8px;
}

/* شعار الهدر */
.navbar-brand img {
    max-width: 130px;
}

/* ايقونات الهدر */

.header-btn__icon {
    border-width: 0px;
}

.sicon-user-circle:before {
    color: white;
}

.sicon-shopping-bag:before {
    color: white;
}

.s-cart-summary-count {
    background: white;
    color: #c89c5d;
}

.s-cart-summary-total {
    color: white;
}

.sicon-menu:before {
    color: white;
}

/* الفوتر */
.footer-is-light .store-footer .store-footer__inner {
    background: #c89c5d;
    margin: 20px;
    border-radius: 20px;
    text-align: center;
}

.footer-is-light .store-footer {
    background: #fff;
}

.store-footer h3 {
    margin: auto;
    margin-bottom: 15px;
}

.leading-none {
    place-content: center;
}

.store-footer .contact-social ul {
    justify-content: center;
}

.items-end {
    justify-content: center;
}

.store-footer .py-4:before{
    content: "مؤسسة الزيت الفريد";
    color: #000;
    font-size: 18px;
}