/* TECHSOL - BROWN SUGAR */ 
@import 'https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=El+Messiri:wght@400..700&display=swap';html {
    font-family: almarai,PingARLT,var(--font-main),-apple-system,BlinkMacSystemFont
}

h1,h2,h3,h4 {
    font-family: el messiri,PingARLT,var(--font-main),-apple-system,BlinkMacSystemFont
}


#mainnav .container>div {
    min-height: 70px;
}
.navbar-brand img {
	max-width: 140px;
}
p.s-cart-summary-content {
    white-space: nowrap;
}
.topnav-is-dark .top-navbar {
    background-color: #618360;
}
.topnav-is-dark .top-navbar .s-search-input::-webkit-input-placeholder {
    color: #FFFCD599;
}
.store-footer {
    background-color: #374e37;
}
span.text-sm.copyright-text > p {
    color: #FFFCD6;
}
.store-footer__inner {
    background-color: #fff!important;
}

.banner--fixed img {
    border-radius: 1.375rem;
}


.s-block .s-block__title {
    display: none
}

a.slide--cat-entry>img {
    content: url(https://cdn.salla.sa/pQZQPE/4n5RRENqcvXJeu3E1qs5VRUTQeiR0opqJmYaZXGv.png)
}

.content--single-page h1 {
    font-size: 2em;
    text-align: center;
    color: #618260;
    text-shadow: 0 6px 12px #618260b5
}

.content--single-page .content-entry p {
    color: #000;
    font-size: 1.4em;
    line-height: 1.5em;
    text-align: center;
    font-weight: 400!important
}

@media(min-width: 365px) {
    .index .app-inner>section:nth-of-type(2) {
        display:inner-block
    }

    .index section:nth-of-type(3) {
        display: none
    }
}

@media(min-width: 1024px) {
    .index .app-inner>section:nth-of-type(2) {
        display:none
    }

    .index section:nth-of-type(3) {
        display: block
    }
    #mainnav>div.inner:first-child>div.container:first-child>div:first-child>div.flex.items-center:first-child {
        width:85%
    }

    nav#mobile-menu {
        width: 100%!important
    }

    .main-menu {
        justify-content: center!important
    }
}