@import url('https://fonts.googleapis.com/css2?family=Almarai: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: 'Almarai', sans-serif;
}


        :root {
         --brown-color: #6D6D6D;
              --main-color: black;
            --second-color: #D9D9D9;
            --third-color: #D9D9D9;
            --white-color: #fff;
            --black-color: #000;
            --back-color: white;
            --icon-color: black;
            
            --gr-light: #FAFBFB;
            --gr-dark: #E5E5E5;
           --icon-back: #B5B5B5;
        }


/* intro */
@keyframes pupup {
    0% {
        transform: scale(1)
    }

    18% {
        transform: scale(1)
    }

    80% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes pupup_logo {
   0% {
        transform: scale(1)rotate(0deg)
    }

    40% {
        transform: scale(1)rotate(0deg)
    }

    80% {
        transform: scale(1)rotate(0deg)
    }

    100% {
        transform: scale(0)rotate(0deg)
    }
}



body.index:before {
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    position: fixed;
    z-index: 99999;
    transform: scale(0);
    animation-name: pupup;
    animation-duration: 2s;
    background-size: 95px;
    background-repeat: no-repeat;
    background-position: center 3rem
}

body.index:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background:url("https://cdn.salla.sa/form-builder/8CIAYam8RkRe7Olpe8LpaMCa2kYYu9wkE2kIG3BZ.png");
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    animation-name: pupup_logo;
    animation-duration: 2s;
    transform: scale(0)rotate(0deg)  
}

@media (min-width: 480px){
body.index:after {
    background-size: 15%;
}}







.store-header {
z-index: 99;
}
       
        .bg-inherit {
           background: white;
        }
        
        [dir=rtl] .s-cart-summary-count  {
           background: #c7c7c7;
        }

        .top-navbar {
            background:#e5e5e5;
        }

        .leading-\[1\.2\],
        .main-menu li.root-level>a span,
        .mm-spn li a span,
        .mm-spn li> span,
        .s-block__title h2,
        [dir=rtl] .s-slider-block__title h2,
        h1.font-bold.text-xl.rtl\:pl-3.ltr\:pr-3 {
color:black;
            font-size: 1.1rem;
        }

       


@media (max-width: 767px)
 {
 .mm-spn li a span,
 .mm-spn li> span{
color:black;
 
 }
 .mm-spn ul.main-menu li:before {
    color: #ffffff !important;
    opacity: 100%;
}
 }
        i.header-btn__icon {
            background-color: var(--second-color);
            color: var(--icon-color);
            border: none;
        }

        .s-cart-summary-total {
            color: var(--icon-color);
            font-weight: 800
        }

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



section.s-block.s-block--fixed-banner.wide-placeholder:first-child {
            width: 100%;
            max-width: 100%;
            padding: 0!important;
        }
 .index>div.app-inner.flex.flex-col.min-h-full>section:nth-child(4) {
            margin-top:0rem;
          
        }
        

        
 .index>div.app-inner.flex.flex-col.min-h-full>section:nth-child(4) .container {
         
    max-width: 100%;
            padding: 0!important;
           
        }

        .leading-\[1\.2\],
        .s-block__title h2,
        [dir=rtl] .s-slider-block__title h2 {
color:black;
       }


        .leading-\[1\.2\],
        .s-block__title h2,
        [dir=rtl] .s-slider-block__title h2 {
            display: flex !important;
            align-items: center
        }

        .s-product-card-content-footer .s-button-primary-outline {
        border: solid 0px;
        width: 100%;
            margin-left: auto;
            border-radius: 0 20px;
            text-align: center;
            background: linear-gradient(-45deg, #f3d49a, #bd782d 70%) !important;
        }
            justify-content: center;
            display: flex;
            align-items: center
        }

        .s-product-card-content-footer .s-button-primary-outline .sicon-shopping-bag:before {
            content: "";
           background-image: url("https://i.ibb.co/LgDHYLn/system-regular-64-shopping-bag.gif"); 
            width: 25px;
            margin-left: 5px;
            height: 25px;
            background-size: contain;
            display: inline-block
        }

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

        .s-product-card-content-title a,
        .s-product-card-sale-price span,
        .s-product-card-wishlist-btn .s-button-text {
            color: var(--black-color) !important
        }

        .s-product-card-entry {
        border-radius: 0;
            border: 0px solid transparent;
            border-image-slice: 1;
            background: linear-gradient(to bottom, #e7e7e7, #fff) !important;
            overflow: hidden
        }
        
      

        .s-product-card-content-title a {
            white-space: nowrap;
            color: var(--main-color);
            display: block;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .s-product-card-content-subtitle {
            color: var(--third-color) !important;
            display: ;
        }

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

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

        .s-block--features__item p {
          
        }

       
        

        .store-footer a,
        .store-footer h3,
        .store-footer p.max-w-sm.leading-6.mb-6 {
            color: var(--second-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: white;
        }

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

.s-button-light-outline{
background-color: rgb(181 181 181);
}


        @media(max-width:992px) {
            .mm-spn.mm-spn--navbar ul {
                background: var(--main-color)
            }
            .mm-ocd--open .mm-ocd__content {
                background: var(--second-color)
            }
            .mm-ocd--open .mm-ocd__content::before {
background: #f5f5f5 url("https://cdn.salla.sa/form-builder/8CIAYam8RkRe7Olpe8LpaMCa2kYYu9wkE2kIG3BZ.png");
                border-radius:0;
                font-size: 18px;
                content: "";
                width: 100%;
                background-repeat: no-repeat;
                background-size: 50%;
                background-position: center;
                margin: auto;
                height: 20%;
                justify-content: center;
                display: flex
            }
            :is([dir=rtl] .mm-spn.mm-spn--navbar.mm-spn--main):after {
                border: none !important;
                background: var(--second-color);
                color: var(--main-color);
                text-align: right
            }
           .mm-spn li {
        background: black !important;
    }
            }
            .mm-spn li a,
            .mm-spn li span {
                color: var(--white-color) !important
            }
            /*
            .mm-spn li span:before {
                background: url("https://i.ibb.co/tpPYkHB/wired-lineal-2239-star-of-bethlehem.gif") 0 0/contain;
                width: 35px;
                height: 35px;
                display: inline-block;
                content: "";
                margin-left: 5px
            }*/
            .sicon-menu:before {
                content: "\ed7f";
                border-radius: 50%;
                padding: 7px;
                background-color: var(--second-color);
                color: var(--third-color);
                border: 2px solid var(--third-color)
            }
            .mm-spn.mm-spn--navbar:after {
                opacity: 1
            }
            .mm-spn ul.main-menu li:before {
                color: var(--third-color) !important
            }
            .main-menu li.root-level>a span,
            .mm-spn li a span {
                display: flex !important;
                justify-content: center;
                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
            }
        }

        footer.store-footer {
            background-color: #f5ead9 !important
        }

        .product-index h1.font-bold.text-xl.rtl\:pl-3.ltr\:pr-3 {
            color:black;
        }





.navbar-brand img{
 /* animation: wiggle 2.5s infinite;   
transform-origin: 50% 5em; */
max-height:4rem!important;

 
}

.undefined{
}

@keyframes signal {
    0% {
        box-shadow: 0 0 0 0 #b9b9b9
    }

    100% {
        box-shadow: 0 0 0 10px #fff

    }
}
@keyframes wiggle {
0%, 7% {
    transform: rotateZ(0);
}
15% {
    transform: rotateZ(-10deg);
}
20% {
    transform: rotateZ(5deg);
}
25% {
    transform: rotateZ(-5deg);
}
30% {
    transform: rotateZ(6deg);
}
35% {
    transform: rotateZ(-4deg);
}
40%, 100% {
    transform: rotateZ(0);
}}


        .index>div.app-inner.flex.flex-col.min-h-full>section:nth-child(3) {
            margin-top:;
        }


/* صورة المنتج */
.s-product-card-fit-height .s-product-card-image {
    height: 17rem;
    max-height: 21rem;
}

/* لون الخلفية 

body {
    background-color: var(--brown-color);
}
*/


/* الشعار */
.justify-between {
    padding-top: 3px;
}
.navbar-brand img {
    max-width: 140px;
    
}

.navbar-brand img{
margin-top: 0rem;
margin-bottom: 0rem;

}

@media (min-width: 480px){
.navbar-brand img {
    max-width: 170px;
}}

/* الفوتر */
.store-footer a, .store-footer h3, .store-footer p.max-w-sm.leading-6.mb-6 {
    color: #c0c0c0;
    text-align: center !important;
}

.footer-is-light .store-footer .store-footer__inner .text-sm {
    color: var(--back-color);
}

/* الرأسية */

@media (max-width: 992px){
.sicon-menu:before {
  
    background-color: var(--icon-color);
}}

i.header-btn__icon{
    background-color: var(--icon-color);
}


/* الأقسام جديدة*/
 
 .lazy__bg.loaded{
 background-size: contain;
    background-repeat: no-repeat;
 }
 
 .md\:grid-cols-2{
 display:flex;
 gap: 6rem;
 justify-content:center;
 }
.banner-entry{
 background-color:#ffffff00!important;
 width: 452px;
 }
 
 @media (max-width: 800px)
 {
 .md\:grid-cols-2{
 gap: 1rem;
 flex-direction: row;
 flex-wrap: wrap;
 }
 .banner-entry{
min-height: 150px;
 width: 47%;
 }

 }
@media (min-width: 1024px){
.banner-entry {
    height: 377px;
}
}

/* زر السللة */

.s-button-btn {
    padding-left: 1.1rem;
    padding-right: 1.2rem;
    padding-bottom: .4rem;
    padding-top: .4rem;
}

.store-footer {
background-color:var(--main-color);}

.banner--fixed img {
  border-radius: 0;
  margin-top: 0;
  background: none;
}
.index>div.app-inner.flex.flex-col.min-h-full>section:nth-child(3){
background:;
}

body, section.section {

 background: white;
}
body, section.section {

 background-image: url(https://cdn.salla.sa/form-builder/GBJWoFAZBYt005Yo4IeCA5Q8DNhSLc4F8UUDRWa3.png) !important;

    background-size: 60%;
    
}

@media only screen and (max-width: 1024px){
.main-menu .has-children.root-level>a:after {
    color: white;
    opacity: 1;
}

body, section.section {

 background-image: url(https://cdn.salla.sa/form-builder/7PYmr6bAXCntbmQ4bUiUn0vkdJr6AAVY7IWBMKbz.png) !important;

    background-size: 120%!important;
    
}

}





/*تخصيصات جديدة*/

}

.section-products .container {
    background: #ffffff7a!important;
    border: 1px solid #fff!important;
}



.topnav-is-dark .top-navbar{
display:;
 background:#363636;
}
.topnav-is-dark .top-navbar .btn--circle-gray, .topnav-is-dark .top-navbar .btn--rounded-gray, .topnav-is-dark .top-navbar .s-search-input {
    background-color: ;
}

.s-product-card-content{
background: #f5f5f5;
}


/* حجم المنتجات*/


.swiper-wrapper{
margin-bottom: 10px;

}
.section-products .container {
    background: #ffffff7a!important;
    border: 1px solid #fff!important;
}    

@media (min-width: 1280px){
.container {
    max-width: ;
} }

.header-btn__icon{
font-size: 1.5rem;
}

i.header-btn__icon {
    border: none;
    background-color: #b5b5b500;
}

.s-cart-summary-total {
   
}

@media (max-width: 992px){
.sicon-menu:before {
border: none;
font-size: 1.8rem;
    background-color: #b5b5b500;
    color:#542a6d;
}}
/*end of cart and header icons*/







/* الأقسام جديدة*/
 
 .lazy__bg.loaded{
 background-size: contain;
    background-repeat: no-repeat;
 }
 
 .md\:grid-cols-3{
 display:flex;
 gap: 2rem;
 justify-content:center;
flex-wrap: wrap;
 }
.banner-entry{
 width: 70px;
 height: 200px;
 }
 
 
 @media (max-width: 767px)
 {
 .md\:grid-cols-3{
column-gap: 0.1rem;
 row-gap: 1rem;
 flex-direction: row;
 flex-wrap: wrap;
 }
 
 .banner-entry{
min-height: 43px;
 width: 32.7%;
 }

 }
@media (min-width: 1024px){
.banner-entry {
    height: 425px !important;
    width: 380px;
}
}

 .s-block--banners+.s-block--banners {
    margin-top: 0em;
}
 
 .s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
    background: #ffff;
    border-radius:0;
}
 
   
.s-block--features__item {
    padding-left: 2rem;
    padding-right: 2rem;
    border: 1px solid #939393;
    box-shadow: 0px 0px 13px 0px #0000001c;
    background: #fafafa;
}
/* icons movement */


.s-block--features__item:hover .feature-icon i{
    animation: none;
    }
     .feature-icon i{
    animation: float 3s ease-in-out infinite!important;
    }

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(18px);
    }

    100% {
        transform: translatey(0px);
    }
}


/* footer */
@media (min-width: 1024px){
.lg\:gap-6 {
    gap: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-around;
}

.rtl\:lg\:pl-20:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}

.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: right;
    color: white!important;
}

.rtl\:lg\:pl-20 a h3 {
    padding-right: 9em!important;
}

}

.main-menu li.root-level>a span, .mm-spn li a span {
    font-size: 1.18em;
    font-weight: 500;
}

.store-footer__inner{

 background: var(--main-color);
}

.main-menu .has-children.root-level>a:after{
color: ;
}



.s-slider-block__display-all, .s-block__display-all {
    color: var(--main-color);
    background: var(--second-color);
    padding: 7px;
    border-radius: 20px;
}



/*wishlist icon*/


.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: #ffffff00 !important;
    font-size: 1.3rem;
}

.s-product-card-vertical .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *) {
 left: 0.2rem;
    }
 .s-product-card-vertical .s-product-card-wishlist-btn{
 top: 0.2rem;
 }   

.copyright-text p {

    color: black;
}

.s-block--features__item .feature-icon i {
    color: white !important;}
/* الفوتر
.store-footer__inner {
 background-image: url(https://cdn.salla.sa/form-builder/d542RekOBdXr5iwH70x7YEKnu0kIF9OwjPe6bC2D.jpg); 
 background-size: cover;
}
*/

.footer-is-light .store-footer .store-footer__inner{
 background: #a06526;
 --tw-border-opacity:0;

}
@media (max-width: 1024px){

.s-contacts-list-vertical {
    padding-right: 5em;
}}

.s-social-list {
    justify-content: center;
}

.footer-is-light .store-footer{
background: white;

}
.copyright-text p{
padding-top: 15px;
}


footer .bg-white {
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    font-size: 1rem;
    color: #f5f0ec;
    display: block;
    text-align: center;
    border-radius: 6px;
    font-weight: 700;
    border: none;
    box-shadow: rgba(0,0,0,.4) 0 2px 4px, rgba(0,0,0,.3) 0 7px 13px -3px, rgba(0,0,0,.2) 0 -3px 0 inset;
    animation: 2s ease-in-out infinite both heartbeat;
    }
    
    
    
.index>div.app-inner.flex.flex-col.min-h-full>section:nth-child(6) {
    margin-bottom:1.9rem!important;
}

footer p{

color:white;

}

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





@media (max-width: 480px){
.footer-is-light .store-footer .store-footer__inner {
    background-image: url(https://cdn.salla.sa/form-builder/n6QgYgMxuc449kwaAzjkdQdtdhAyyKDk08GJjBNm.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: top;
    padding-top: 10em;
    border-radius: 30px;
    margin-top: 20px;
}
}




/* CSS code banner 2 */
@media (max-width: 480px){
img[src="https://cdn.salla.sa/form-builder/iDvDSH5ufqtEsExbH6Q73WBnLwzhsTvzSKuiuVYx.jpg"] {
  content: url("https://cdn.salla.sa/form-builder/bt5mkfpstByCpocidoP7vMfeGKr7u3siLuVJHNGb.jpg");
}




}

img[src="https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/BrDWqz/Ctu1E4pmaOIBsAivl3UU9JHW64NLBb6JZcnW5Zgr.png"] {
  content: url("https://cdn.salla.sa/form-builder/8CIAYam8RkRe7Olpe8LpaMCa2kYYu9wkE2kIG3BZ.png");
}

.s-product-card-price {
    font-size: 1rem;
    color: #77399c;
}

.s-product-card-content-sub {
    justify-content: center;
}

.s-product-card-content-title a{
text-align: center;
}

.carousel-slider .swiper-wrapper > div {
    width: 51% !important;
}

@media (min-width: 480px){
 .carousel-slider .swiper-wrapper > div{
width: 20% !important;
} 
}

.s-product-card-image-cover {
    object-fit: cover ;
}



        
        salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
    display: none;
}

salla-slider.photos-slider .swiper {
    padding-bottom: 0;
}


@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        padding-top: 0px;
        padding-bottom: 1rem;
        font-weight: 700;
    }
}

   .index>div.app-inner.flex.flex-col.min-h-full>section:nth-child(5) {
            margin-bottom:1.9rem!important;
             margin-top:3rem!important;
        }
        
        
        
        /* whatsapp */
#whatsapp-button {
position: fixed;
bottom: 20px;
right: 20px;
border-radius: 50%;
background-color: rgb(48, 191, 57);
color: white;
text-align: center;
line-height: 52px;
font-size: 20px;
cursor: pointer;
width: 50px;
height: 50px;
border-radius: 32.5px;
font-size: 32px;
box-shadow: #0000006b 2px 2px 8px;
transform: rotate(360);
transition: all .2s ease-in-out;
z-index: 99;

}