@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap);

body :not(i) {
    font-family: Cairo, sans-serif
}

:root {
    --main-color: #4F3B32;
    --second-color: #F2E8DF;
    --third-color: #E8D5CC;
    --white-color: #fff;
    --black-color: #000
}

body {
    background: var(--second-color) !important
}

section.s-block.s-block--fixed-banner.wide-placeholder .container {
    width: 100%;
    max-width: 100%;
    padding: 0
}

.banner--fixed img {
    background-color: transparent !important
}

.topnav-link-item {
    border-left-width: 1px;
    color: var(--second-color) !important;
    font-weight: 700
}

.footer-is-light .store-footer .store-footer__inner .text-sm,
.s-button-primary-outline,
.s-cart-summary-count,
.s-cart-summary-total,
.salla-advertisement,
.store-footer a,
.store-footer a.flex.items-center.m-0,
.store-footer a.mb-4.last\:mb-0.flex.items-center.text-sm.leading-none,
.store-footer h3,
.store-footer p.max-w-sm.leading-6.mb-6,
i.header-btn__icon {
    color: var(--main-color)
}

.salla-advertisement {
    background: linear-gradient(to right, var(--main-color)0%, var(--third-color) 100%)
}

.top-navbar {
    background: linear-gradient(to left, var(--main-color)0%, var(--third-color) 100%)
}

salla-slider.photos-slider .swiper,
salla-slider.photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important
}

.index>div.app-inner.flex.flex-col.min-h-full>section.s-block.s-block--photos-slider {
    margin-top: 0 !important
}

.main-nav-container,
.main-nav-container.fixed-pinned .inner {
    background: linear-gradient(to top, var(--second-color)0%, var(--third-color) 100%) !important
}

.navbar-brand img {
    max-height: 6rem
}

i.header-btn__icon {
    border: 2px solid var(--main-color)
}

.main-menu li.root-level>a {
    padding-top: 0;
    color: var(--main-color);
    padding-bottom: 2rem;
    font-weight: 700
}

section.s-block.s-block--banners.container .banner-entry {
    height: 400px;
    background-color: transparent !important
}

section.s-block.s-block--banners.container .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat
}

@media(max-width:992px) {

    .mm-spn li a,
    .mm-spn li span,
    .sicon-menu:before {
        color: var(--main-color)
    }

    .main-nav-container,
    .mm-ocd--open .mm-ocd__content,
    .mm-spn.mm-spn--navbar ul {
        background: var(--second-color)
    }

    .mm-ocd--open .mm-ocd__content::before {
        background: var(--second-color) url(https://cdn.salla.sa/bYezx/O3GhIsRm8XUjpstDjATl92q9NRlpnCuUKfGt4q5v.png);
        content: "";
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: auto;
        height: 30%;
        justify-content: center;
        display: flex
    }

    :is([dir=ltr] .mm-spn.mm-spn--navbar):after,
    :is([dir=ltr] .mm-spn.mm-spn--navbar.mm-spn--main):after,
    :is([dir=rtl] .mm-spn.mm-spn--navbar):after,
    :is([dir=rtl] .mm-spn.mm-spn--navbar.mm-spn--main):after {
        background: var(--main-color);
        color: var(--second-color) !important
    }

    .mm-spn li {
        background: 0 0 !important
    }

    .sicon-menu:before {
        border-radius: 50%;
        padding: 5px;
        border: 2px solid var(--main-color)
    }

    .mm-spn.mm-spn--navbar:after {
        opacity: 1
    }

    .mm-spn li span {
        display: flex;
        align-items: center
    }

    .navbar-brand img {
        max-height: 5rem
    }

    section.s-block.s-block--banners.container .banner-entry {
        height: 250px;
        background-color: transparent !important
    }

    section.s-block.s-block--banners.container .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .s-product-card-content-footer .s-button-primary-outline::before,
    .s-product-card-content-footer salla-add-product-button[product-status=out]::before {
        width: 30px;
        height: 30px
    }

    .s-product-card-content-footer .s-button-text {
        font-size: 14px !important
    }
}

@media(max-width:772px) {
    section.s-block.s-block--banners.container .banner-entry {
        height: 200px;
        background-color: transparent !important
    }

    section.s-block.s-block--banners.container .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .25rem
    }
}

.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: span 1/span 1
}

.s-slider-block__title h2,
.s-slider-nav-arrow svg {
    fill: var(--second-color) !important;
    color: var(--second-color) !important
}

section.s-block.s-block--banners.container .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .25rem
}

.s-block__title {
    box-shadow: inset 2px 0 0 var(--main-color), inset 4px 0 0 var(--third-color), inset 6px 0 0 var(--main-color), inset 8px 0 0 var(--third-color), inset -2px 0 0 var(--main-color), inset -4px 0 0 var(--third-color), inset -6px 0 0 var(--main-color), inset -8px 0 0 var(--third-color) !important;
    background-color: var(--main-color);
    height: 45px !important;
    width: 100% !important;
    padding: 0 20px !important;
    max-width: 100% !important
}

.s-product-card-entry {
    box-shadow: 7px 7px 7px #4f3b3296;
    background: linear-gradient(45deg, var(--third-color), transparent) !important;
    border: 3px solid var(--main-color);
    overflow: hidden
}

.s-product-card-content-footer .s-button-primary-outline {
    text-align: center;
    background: var(--main-color);
    justify-content: center;
    display: flex;
    align-items: center;
    width: 90% !important;
    margin-left: auto;
    left: 2rem;
    border-radius: 20px 0 0
}

.s-product-card-content-footer .s-button-primary-outline .sicon-shopping-bag:before {
    display: none !important
}

.s-product-card-content-footer .s-button-text {
    color: var(--second-color) !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-index .whitespace-nowrap,
.s-block--features__item h2,
.s-block--features__item p,
.s-product-card-content-sub,
.s-product-card-content-subtitle,
.s-product-card-content-title a,
.s-product-card-sale-price span,
.s-product-card-wishlist-btn .s-button-text {
    color: var(--main-color) !important
}

.s-block__title h2,
a.s-block__display-all {
    color: var(--second-color) !important
}

.s-product-card-content-title a {
    white-space: nowrap;
    text-align: center !important;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.s-product-card-content-footer .s-button-primary-outline,
.s-product-card-content-footer .s-button-primary-outline:hover {
    background: var(--main-color)
}

.s-product-card-rating {
    color: #ff9300 !important
}

.s-product-card-content {
    padding-bottom: 0;
    margin-bottom: 0
}

.s-product-card-content-footer .s-button-primary-outline:before,
.s-product-card-content-footer salla-add-product-button[product-status=out]:before {
    content: "";
    background: url("https://i.ibb.co/7z9pdrr/wired-lineal-146-trolley.gif") 0 0/contain;
    width: 35px;
    margin-left: 5px;
    position: absolute;
    left: -4rem;
    height: 35px;
    display: inline-block
}

.s-product-card-content-footer salla-add-product-button[product-status=out] {
    width: 90% !important;
    margin-left: auto;
    left: 2rem;
    border-radius: 20px 0 0;
    position: relative
}

salla-add-product-button[width=wide] [product-status=out] {
    opacity: .8 !important
}

.s-block__title h2:before {
    background: url("https://i.ibb.co/7pkFwRJ/wired-lineal-20-love-heart.gif") 0 0/contain no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    content: "";
    margin-left: 5px
}

.s-block__title h2 {
    display: flex !important;
    align-items: center
}

.store-footer h3 {
    border-bottom: 3px solid var(--main-color)
}

@media(max-width:992px) {
    .store-footer h3 {
        border-bottom: none
    }

    .footer-is-light .store-footer .store-footer__inner .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
        width: 100%;
        text-align: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .footer-list.store-links-items {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: auto !important
    }

    .store-footer a,
    .store-footer h3,
    .store-footer p.max-w-sm.leading-6.mb-6 {
        color: var(--main-color);
        text-align: center !important
    }

    .store-footer a.flex.items-center.m-0,
    .store-footer a.mb-4.last\:mb-0.flex.items-center.text-sm.leading-none {
        justify-content: center;
        color: var(--main-color)
    }

    .store-footer .contact-social ul,
    .store-footer__inner .flex {
        justify-content: center
    }
}

.footer-is-light .store-footer .store-footer__inner,
footer.store-footer {
    background-color: var(--second-color) !important
}

.s-button-primary-outline {
    border: none !important
}

.s-block--features__item,
.s-block--features__item .feature-icon {
    background: 0 0 !important
}

.sicon-check-circle2:before {
    background: url("https://i.ibb.co/2ds1wwZ/wired-lineal-412-gift.gif") 0 0/contain;
    width: 50px
}

.sicon-check-circle2:before,
.sicon-crdit-card-alt:before,
.sicon-shipping-fast:before {
    height: 50px;
    content: "";
    display: block
}

.sicon-shipping-fast:before {
    background: url("https://i.ibb.co/wYLmJWg/wired-lineal-497-truck-delivery.gif") 0 0/contain;
    width: 50px
}

.sicon-crdit-card-alt:before {
    background: url("https://i.ibb.co/3pzswp7/wired-lineal-298-coins.gif") 0 0/contain;
    width: 50px
}

.testimonials-slider .testimonial {
    background: 0 0 !important;
    box-shadow: 7px 7px 7px #4f3b3296;
    border: 2px dotted var(--main-color)
}

@media(min-width:992px) {
    section.s-block.s-block--features.container {
        width: 100% !important;
        max-width: 100% !important;
        height: 450px;
        background-image: url(https://i.ibb.co/tZVnXFd/Untitled-1.png) !important;
        background-size: cover;
        background-position: center
    }

    .s-block--features__item {
        width: 350px;
        margin: auto
    }
}