/* logo  https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/YwBdp/fhDR587mi9YKopKcqOOpOjMju0FartFan8goeSgA.png */
/* dark color  #252527 */

@import 'https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:wght@200;300;400;500&display=swap';
@import "https://site-assets.fontawesome.com/releases/v6.4.2/css/all.css";

body *:not(i) {
    font-family: almarai !important
}

:root {
    --main-color: #5A0F09;
    --white-color: #fff;
    --normal-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

body:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #252527 url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/YwBdp/fhDR587mi9YKopKcqOOpOjMju0FartFan8goeSgA.png);
    position: fixed;
    z-index: 99999999999999999 !important;
    transform: scale(0);
    background-size: 350px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: logobg;

    animation-duration: 1.2s
}

@keyframes logobg {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1);
    }

    78% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

body {
    /* background-image: url(https://i.postimg.cc/rmsnhsh9/Background2.png); */
    /* background-size: cover!important */
    background-color: #333333;
}

.site-header {
    box-shadow: inset 0 3px 0 0 #5A0F09;
    background: linear-gradient(to left, #5A0F09, #ed2225)
}

.circle-action {
    border: 1px solid #000 !important;
    color: #fff !important;
    background: #000 !important
}

.sub-nav {
    background-color: transparent !important;
    border-top: 0 !important
}

body.store-home section:first-of-type {
    margin-top: -57px !important;
    background-color: transparent !important
}

body.store-home section:first-of-type>.container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: unset
}

h1.text-xl.leading-10.font-bold.mb-6 {
    color: #fff
}

.copyright-text p {
    color: #fff !important
}

.breadcrumbs.w-full.py-5,
a.fix-align.text-primary,
h1.mb-4.mr-2.text-lg.font-bold,
#page-main-title,
.product-entry__sub-title {
    color: #fff
}

#wa-widget-send-button {
    display: none !important
}

.product__description span {
    color: #fff !important
}

article {
    color: #fff !important
}

#mainnav {
    background-color: rgb(29 31 31/var(--tw-bg-opacity)) !important
}

#mainnav {
    color: #fff
}

#mainnav .flex b {
    color: #fff
}

#mainnav i {
    color: #fff
}

.sub-nav ul.main-menu a {
    z-index: 9999 !important;
    color: #ddd
}

body:not(.salla-theme_6) .main-menu li:not(.sub-menu-header) ul li>a {
    background: #ed2225 !important
}

.section[data-type=banner]>.container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: unset
}

body.store-home>section:nth-child(7)>.container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: unset !important
}

@media(min-width: 1024px) {
    body.store-home>section:nth-child(7) .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    body.store-home>section:nth-child(7) .col-sm-4.col-md-4:first-child {
        order: 3
    }

    body.store-home>section:nth-child(7) .col-md-4 {
        width: 45%
    }
}

.section-header .section--title {
    padding-left: 1rem;
    padding-right: 1rem !important;
    background-color: #ed2225 !important;
    color: #fff !important;
    border-radius: 15px !important
}

body.salla-theme_1 .section-header .btn.btn-primary.btn-rounded,
body.salla-theme_2 .section-header .btn.btn-primary.btn-rounded,
body.salla-theme_4 .section-header .btn.btn-primary.btn-rounded {
    background-color: #ed2225;
    border-color: transparent;
    color: #fff
}

body.salla-theme_1 .section-header .btn.btn-primary.btn-rounded:hover,
body.salla-theme_2 .section-header .btn.btn-primary.btn-rounded:hover,
body.salla-theme_4 .section-header .btn.btn-primary.btn-rounded:hover {
    background-color: var(--main-text-color) !important;
    border-color: #000 !important;
    color: #fff
}

.testimonials-item p {
    background: #ed2225;
    color: #fff;
    border: none;
    border-radius: 15px
}

.testimonials-item p:before {
    border-top-color: #ed2225 !important
}

.footer-main {
    background-color: #ed2225 !important
}

.footer-sub {
    background: #ed2225 !important
}

body.salla-theme_1 .product .product-footer {
    border-top: 1px solid #ed2225;
    margin-top: .5rem;
    background: linear-gradient(to left, #5A0F09, #ed2225)
}

span.sicon-cart {
    color: #fff
}

.product .product-title {
    color: #fff;
    text-align: center
}

.product:hover .product-title {
    color: #ed2225
}

body.salla-theme_1 .product>a .product-subtitle {
    text-align: center
}

.product .product-calories {
    text-align: center
}

.product {
    border-radius: 16px
}

.product-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.product-add {
    border: none;
    width: 85%;
    background: #ed2225;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 25px
}

.sicon-cart:before {
    content: "\f290";
    font-family: fontawesome
}

a.product-add.add_to_cart_btn span.sicon-cart {
    position: relative
}

a.product-add.add_to_cart_btn span.sicon-cart::after {
    content: "أضف للسلة";
    padding-right: 5px;
    font-family: almarai;
    font-size: 18px
}

a.product-add.add_to_cart_btn {
    background: #ed2225 !important
}

body.salla-theme_1 .product .product-footer {
    border-top: 1px solid #252426;
    background: #252426
}

@media(max-width: 992px) {
    body.store-home>section:nth-child(7) a {
        background-size: cover
    }

    .footer-main {
        text-align: center !important
    }

    .store-contact {
        text-align: center !important
    }

    .sub-nav-header {
        background-color: #252426 !important
    }

    .sub-nav-header img {
        display: block;
        margin: 0 auto;
        width: 240px !important;
        height: 110px;
        border: 2px solid transparent;
        border-radius: 2%;
        content: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/YwBdp/fhDR587mi9YKopKcqOOpOjMju0FartFan8goeSgA.png);
        position: relative;
        right: -5px !important;
        background: #252426 !important
    }

    .sub-nav-header a {
        color: #fff;
        background: #ed2225 !important
    }

    .sub-nav .main-menu li.sub-menu-header.categories-holder>span {
        border-top: 2px solid #ed2225 !important;
        display: block;
        font-weight: 400;
        padding: 5px 15px !important;
        width: 100%
    }

    .sub-nav .sub-nav-content {
        background-color: #252426 !important
    }

    .sub-nav .main-menu li.sub-menu-header.categories-holder ul.store-categories li a {
        width: 80%;
        margin: auto;
        background: #ed2225 !important;
        margin-bottom: 5px;
        border-radius: 20px
    }

    .sub-nav .main-menu li.sub-menu-header.categories-holder ul.store-categories li {
        border-bottom: none !important
    }

    .sub-nav .sub-nav-content .main-menu>li {
        border-bottom: 2px solid #ed2225 !important
    }

    .sub-nav .main-menu li.sub-menu-header.categories-holder ul.store-categories li.active a {
        color: #fff !important
    }

    .sub-nav .main-menu li.sub-menu-header.categories-holder ul.store-categories li.active {
        background-color: transparent
    }

    .sub-nav .main-menu li.sub-menu-header.categories-holder ul.store-categories li ul {
        border-right: none !important;
        margin-top: 8px
    }
}

.cart-title {
    color: #fff !important
}

@media(max-width: 992px) {
    body.store-home section:first-of-type>.container {
        margin-top: 63px !important
    }
}

.container.py-3.header-top {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.logo img {
    width: auto;
    max-height: 150px;
    height: 125px;
}

h1.logo {
    position: relative
}

@media(max-width: 992px) {
    h1.logo:before {
        margin-right: 1rem;
        right: 72px;
        top: 45%;
        width: 48px
    }

    .salla-theme_1 header.site-header .logo-wrapper .logo img {
        height: 85px;
        max-height: 113px !important;
        max-width: min(210px, 33vw);
        width: auto;
        margin-right: -30px
    }
}

@media(max-width: 992px) {
    .site-header {
        max-height: 80px !important
    }

    a.product-add.add_to_cart_btn span.sicon-cart::after,
    .sicon-cart:before {
        font-size: 13px;
        font-family: fontawesome
    }

    .product-add {
        padding: 0
    }

    .site-header.sticky .container.py-3 {
        max-height: 80px
    }

    h4.product-subtitle,
    .text-muted.d-block.product-calories.font-13 {
        color: #fff !important
    }
}

.page-box.thumbnail .caption {
    padding: 0;
    background: #252426
}

.post__body h3,
.post p {
    color: #fff !important
}

.blog-single .product-title.blog-title,
body .page-box .product-desc p,
.product-desc *,
.product-desc p,
.product-detials_desc *,
.product-detials_desc p {
    color: #fff !important
}

.navbar-brand img {
    height: 24px;
}

.navbar-brand img {
    max-height: 5rem;
    width: 100%;
    max-width: 100%;
}


.flex.whitespace-nowrap.gap-4.items-center h2,
.s-block__title h2 {
    color: #fff !important;
}

.s-product-card-image img.loaded {
    object-fit: fill;
}

salla-slider.details-slider .s-slider-container {
    background-color: rgb(37 37 39) !important;
    border: none !important;
}

salla-slider.details-slider .s-slider-container {
    border-radius: 30px;
}

.banner--fixed img {
    background: none !important;
}

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

[dir=rtl] salla-slider.photos-slider .swiper {
    padding: 0 !important;
}

.s-block {
    margin-top: 0;
}

.swiper-wrapper {
    padding: 0;
}

section.s-block.s-block--features.container {
    margin: 20px auto;
}

.s-block__title {
    margin: 1rem 0;
}

h2.total-price.font-bold.text-xl.inline-block {
    color: #000 !important;
}

.s-slider-block__title h2:where([dir=rtl], [dir=rtl] *) {
    color: #fff !important;
}

.s-comments-product {
    background-color: rgb(37 37 39);
}

@media (min-width: 768px) {
    .s-comments-product {
        margin-bottom: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .navbar-brand img {
        max-height: 5rem;
        width: 16rem;
        height: 3rem;
        max-width: 100%;
    }

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

a.banner-entry.square-photos .lazy__bg.lazy.entered.loaded {
    background-size: 100% 100%;
}

@media (max-width: 998px) {
    .inner.bg-inherit {
        padding: 10px 0;
    }

    .s-block.s-block--banners .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
        grid-template-columns: 1fr 1fr;
    }

    section.s-block.s-block--banners.container .grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* 
#mainnav {
    color: #fff;
    height: 60px !important;
    min-height: 50px !important;
} */

.topnav-is-dark .top-navbar {
    background-color: rgb(18 19 19);
}

.s-slider-block__title {
    margin: 1rem 0;
}

.s-block--features__item .feature-icon {
    background-color: #ed2225;
}

.s-block--features__item .feature-icon i {
    margin: 7px;
    border-radius: 5px;
    box-shadow: rgb(252 116 116 / 8%) 2.5px 2.5px 5px, rgba(33, 35, 46, 0) -2.5px -2.5px 5px;
    color: rgb(255, 255, 255) !important;
    border: none !important;
    background: linear-gradient(to left, #5A0F09, #ed2225);
    text-align: center !important;
}

.s-block--features__item:first-child .feature-icon {
    background: url(https://i.postimg.cc/BQ9txb0F/delivery-truck-1.gif);
    background-size: 110%;
    background-position: center;
    background-position-y: center;
}

.s-block--features__item:nth-child(2) .feature-icon {
    background: url(https://i.postimg.cc/3Ng8LjTv/premium.gif);
    background-size: 110%;
    background-position: center;
    background-position-y: center;
}

.s-block--features__item:nth-child(3) .feature-icon {
    background: url(https://i.postimg.cc/5yZ4gPT1/customer-service.gif);
    background-size: 110%;
    background-position: center;
    background-position-y: center;
}

.s-block--features__item .feature-icon i {
    display: none;
}

.s-block--features__item {
    border-radius: 5px;
    box-shadow: rgb(252 116 116 / 8%) 2.5px 2.5px 5px, rgba(33, 35, 46, 0) -2.5px -2.5px 5px;
    border: none !important;
    background: linear-gradient(to left, #5A0F09, #ed2225);
    text-align: center !important;
}

.s-block--features__item p,
.s-block--features__item h2 {
    color: #fff;
}

.store-footer__inner {
    position: relative
}

@media(min-width: 992px) {
    .store-footer__inner:before {
        display: block;
        width: 100% !important;
        background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/YwBdp/fhDR587mi9YKopKcqOOpOjMju0FartFan8goeSgA.png);
        animation: scrollAfterAds 80s infinitelinear;
        content: "";
        width: 55%;
        height: 5vw;
        background-size: 18%;
        background-repeat: no-repeat;
        background-position: center;
        margin: 10px auto auto;
        right: 30rem;
        top: calc(50% - 114px);
        position: absolute;
    }

    .store-footer__inner {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .two-row .banner-entry {
        height: 17rem !important;
    }

    [dir=rtl] salla-slider.photos-slider .swiper,
    salla-slider.photos-slider .swiper-wrapper,
    salla-slider.photos-slider .swiper-slide,
    salla-slider.photos-slider .swiper-slide a,
    salla-slider.photos-slider .swiper-slide a img {
        height: 30rem;
    }
}

@media(max-width: 991px) {
    .store-footer__inner:before {
        display: block;
        width: 72% !important;
        background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/YwBdp/fhDR587mi9YKopKcqOOpOjMju0FartFan8goeSgA.png);
        animation: scrollAfterAds 80s infinitelinear;
        content: "";
        height: 4rem;
        background-size: 100%;
        background-repeat: repeat-x;
        background-position: center;
        margin: 0px auto 20px auto;
    }

    .store-footer__inner {
        padding-bottom: 0 !important;
    }

    .s-products-slider-card.swiper-slide {
        width: 54% !important;
    }

    .two-row .banner-entry {
        height: 135px !important;
    }

    [dir=rtl] salla-slider.photos-slider .swiper,
    salla-slider.photos-slider .swiper-wrapper,
    salla-slider.photos-slider .swiper-slide,
    salla-slider.photos-slider .swiper-slide a,
    salla-slider.photos-slider .swiper-slide a img {
        height: 11rem;
    }
}

.store-footer__inner .container.grid a.flex.items-center.m-0 {
    display: none;
}

.s-block {
    margin-top: 1rem;
}

.store-footer {
    margin-top: 0;
}

:root {
    --main-text-color: #fff;
}

.s-comments-item-content,
.s-comments-item-timestamp {
    color: rgb(201 201 201);
}

.main-menu .has-children li a:hover,
.main-menu .has-children .has-children:hover>a {
    color: #000000 !important;
}

.two-row .banner-entry {
    background: transparent;
}

.s-slider-block__title {
    margin: 0;
}

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



.swiper-slide a img {
    object-fit: fill;
}

.s-filters-widget-title,
.s-filters-label,
.s-price-range-number-input,
.s-product-card-content-sub , select , .s-filters-option-name , .s-quantity-input-input{
    color: #000 !important;
}.bg-white {
    background-color: rgb(29 31 31);
}    .form-label , h2.total-price.font-bold.text-xl.inline-block {
    color: #fff !important;
}