/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;700;800&display=swap');
@import url("https://site-assets.fontawesome.com/releases/v6.4.2/css/all.css");
body *:not(i) {
  font-family: 'Cairo', sans-serif;
}
body {
    background-color: #f7f8f7 !important;
}
:root {
    --main-color: #f08528;
    --second-color: #d7d7d7;
    --white-color: #fff;
    --normal-box-shadow: rgb(0,0,0,0.3) 0px 1px 3px;
}

/********* header ***********/

div#mainnav, .inner.bg-inherit {
    background: #f7f8f7;
    box-shadow: none;
}
.main-menu li.root-level>a {
    font-size: 15px;
    color: black;
}
i.sicon-menu {
    color: var(--white-color);
    background: var(--main-color);
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 8px;
    border-radius: 50px;
}
    i.sicon-menu:before {
    content: '\f142';
    font-family: 'fontawesome';
    color: #fff;
}
i.header-btn__icon.sicon-user-circle,
i.header-btn__icon.icon.sicon-shopping-bag{

    color: var(--white-color) !important;
    background-color: var(--main-color) !important;
    border: 0;

}
i.header-btn__icon.sicon-user-circle:before {
    content:'\f0c0';
    font-family: 'fontawesome';
}
i.header-btn__icon.icon.sicon-shopping-bag:before {
     content:'\f291';
    font-family: 'fontawesome';
}


/******* search input ****/
.top-navbar .s-search-input {
    border: 1px solid var(--main-color);
}


/**** logo ****/
.navbar-brand img {
    max-height: 4rem !important;
    margin-left: 3rem;
}



/************ slider ****************/

section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 0;
}

[dir=rtl] section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper {
    padding: 0;
}

section.s-block.s-block--photos-slider {
    margin-top: 0;
}

section.s-block.s-block--photos-slider img {
    border-radius: 0;
}



/************ sections ****************/


section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
        margin-top: 0;
    }

section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0px !important;
    width: 100% !important;
    max-width: unset;
}
.banner--fixed img {
    background-color: transparent;
      border-radius: 0px !important;
}




/****** product ****/ 
.s-product-card-entry * {
    text-align: center;
    justify-content: center;
}
.swiper .swiper-wrapper>div {
    padding-bottom: 20px !important;
}
.s-product-card-entry {

    border-radius: 15px !important;
   box-shadow: var(--normal-box-shadow);
    overflow: hidden;
    background-color: transparent;
}

button.s-button-btn.s-button-outline.s-button-primary-outline {
    background-color: var(--main-color);
    border: 0;
    border-radius: 50px;
    box-shadow: var(--normal-box-shadow);
    color: #fff;
}
.s-product-card-entry .sicon-shopping-bag:before {
     content:'\f291';
    font-family: 'fontawesome';
}
.s-product-card-content {
    padding: 12px;
}
.s-block__title h2, .store-footer h3, .s-slider-block__title h2 {
    position: relative;
    margin-right: 7px !important;
}

.s-block__title h2:before, .store-footer h3:before, .s-slider-block__title h2:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 5px;
    background: var(--main-color);
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: -10px!important;
}




/***** features ****/
.s-block--features__item {
    background: transparent;
    padding: 15px;
}

.s-block--features__item .feature-icon {
    height: 6rem;
    width: 6rem;
     background-image: linear-gradient(to bottom, #f0f0f0,  var(--second-color)) !important;
}
.s-block--features__item .feature-icon i.sicon-fire:before {
    content: '';
    background-image: url("https://i.ibb.co/gm0MsxB/3.png");
    width: 64px;
    height: 64px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.s-block--features__item .feature-icon i.sicon-shipping-fast:before {
    content: '';
    background-image: url("https://i.ibb.co/n6K2G85/2.png");
    width: 64px;
    height: 64px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.s-block--features__item .feature-icon i.sicon-store2:before {
        content: '';
    background-image: url("https://i.ibb.co/7KhMk9C/1.png");
    width: 64px;
    height: 64px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.s-block--features__item h2 {
  font-size: 18px !important;
  line-height: 1.7rem !important;
    color: #000;
}




/*********** footer ********/

.store-footer__inner {
    border: 0;
    color: black;
    background-image: linear-gradient(to bottom, #f0f0f0,  var(--second-color)) !important;
}
.store-footer__inner * {
    text-align: center;
    justify-content: center;
}

.main-nav-container.fixed-pinned .inner {
    padding: 15px;
}



.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(3, minmax(0, 1fr));

}
a.banner-entry.square-photos:first-child {
    grid-area: 1/1/3/1;
    height: 100% !important;
}
a.banner-entry.square-photos:last-child {
    grid-area: 1/3/3/4;
    height: 100%;
}

a.banner-entry.square-photos {
    height: 185px;
    background-color: transparent;
}

a.banner-entry.square-photos > div {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 767px) {
    a.banner-entry.square-photos {
    height: 55px;
}
}

@media (max-width: 997px) {

 .mm-ocd--open .mm-ocd__content::before {
        background: #F7F7F6 url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/qwRPx/hCsvuiFZ2h20u9f8bHCPc85KVOwtdvEM71xV3gRD.jpg");
        font-size: 18px;
        content: "";
        width: 100%;
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: center;
        margin: auto;
        height: 35%;
        justify-content: center;
        display: flex
    }}