/* Add custom CSS styles below */ 
:root {
    --main-color: #ba1e1e;
    --second-color: #181818;
    --third-color: #f7f7f7;
    --white-color: #fff;
    --black-color: #000
}

.app-inner.flex.flex-col.min-h-full,
.s-block-tabs,
body {
    background: #fff !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
}




[dir=rtl] .topnav-link-item {
    color: var(--white-color) !important;
}

.s-cart-summary-total,
[dir=rtl] .s-cart-summary-count,
i.header-btn__icon {
    color: var(--second-color)
}
.top-navbar {
    background:  var(--main-color);
    color:#fff !important;
        font-weight: 600

}

.main-nav-container,
.main-nav-container.fixed-pinned .inner {
    background: var(--white-color) !important
}

.s-block--features__item,
.s-product-card-entry,
i.header-btn__icon {
    border: 2px solid var(--main-color)
}
.s-reviews-header, .main-menu li.root-level>a span, .main-menu li>a, .mm-spn a, .mm-spn li a, .mm-spn li span, .s-block__title h2, [dir=rtl] .s-slider-block__title h2, h2.mb-4.mr-2.text-lg.font-bold.leading-\[1\.2\] {
color:var(--second-color) !important
}
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
}

#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(4) {
    margin-top: 0 !important
}

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

.s-product-card-price {
    color: var(--main-color) !important;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%
}
@keyframes slide {
    100% {
        background-position: 50rem
    }
}

.s-product-card-content-footer .s-button-primary-outline,
salla-add-product-button[width=wide] [product-status=out] {
    border-radius:  30px;
    text-align: center;
    background: var(--third-color);
    justify-content: center;
    display: flex;
    align-items: center;
    background-image: linear-gradient(90deg, var(--black-color) 0, #3e2626 100%);
}
.s-product-card-content-footer .s-button-primary-outline .sicon-shopping-bag:before {
    content: "";
    background-image: url(https://i.ibb.co/rfPdhNy/wired-lineal-146-trolley.gif);
    width: 25px;
    margin-left: 5px;
    height: 25px;
    background-size: contain;
    display: inline-block
}

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

.s-product-card-content-subtitle,
.s-product-card-content-title a {
    text-align: center !important;
    color: var(--main-color) !important
}
.s-product-card-content-footer .s-button-primary-outline:hover {
    background: var(--main-color)
}

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

.s-product-card-content-sub {
    margin-bottom: 1.25rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center
}


.sicon-fire:before {
    background: url("https://i.ibb.co/TBPJ3D3Q/money.gif") 0 0/contain;
    width: 50px
}

.sicon-fire:before,
.sicon-shipping-fast:before,
.sicon-store2:before {
    height: 50px;
    content: "";
    display: block
}

.sicon-shipping-fast:before {
    background: url("https://i.ibb.co/N2dThJMq/truck-3.gif") 0 0/contain;
    width: 50px
}

.sicon-store2:before {
    background: url("https://i.ibb.co/Wp0fxZ1Y/reputation.gif") 0 0/contain;
    width: 50px
}

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



@media(max-width:992px) {


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

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

    :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(--third-color);
        text-align: right
    }

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

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

    .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
    }

    .store-footer .store-footer__inner salla-contacts.s-contacts.hydrated {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .store-footer .store-footer__inner .s-social-list {
        display: flex;
        gap: .625rem;
        align-items: center;
        justify-content: center
    }
}
.s-product-card-image img.loaded {
    position: relative;
    opacity: 1;
    background: #fff;
}


.store-footer .store-footer__inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(50%, 0);
    width: 50%;
    height: 120px;
    background: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/DGmnED/4ewhXecX8lixd7Sqhou9xGabyccYHEJzh77rgFO6.png) 50%/contain no-repeat;
    overflow: visible;
    z-index: 1;
    margin-top: 2px
}

.footer-is-light .store-footer .store-footer__inner {
    padding: 12rem 0 3rem;
    background: #fff;
    border-top:1px solid var(--main-color)
}
.footer-is-light .store-footer .store-footer__inner .text-sm,
.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 {
    color: var(--main-color)
}

footer.store-footer {
    background-color: var(--white-color) !important
}

span.s-cart-summary-count,
span.text-sm.copyright-text * {
    color: var(--main-color) !important
}
.navbar-brand img {
    max-height: 5rem;
    width: auto;
    max-width: 100px;
}

@media(max-width:992px){
.s-product-card-content-footer .s-button-primary-outline .sicon-shopping-bag:before {

    width: 15px;
    height: 15px;
margin-left:3px;
}
salla-add-product-button span {
    font-size: 12px;
}
}