/* elegance css*/
/* Add custom CSS styles below */ 

@import url(https://site-assets.fontawesome.com/releases/v6.4.2/css/all.css);

.topnav-is-dark .top-navbar{
display:block!important;
background-image: radial-gradient(circle, Gray, #3b3b3b)!important;
}

        
        @import url(https://site-assets.fontawesome.com/releases/v6.4.2/css/all.css);


        :root {
         --brown-color: #6D6D6D;
              --main-color: white;
            --second-color: #D9D9D9;
            --third-color: #D9D9D9;
            --white-color: #fff;
            --black-color: rgba(29, 31, 31, 1) !important;
            --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: #000000e6;
    position: fixed;
    z-index: 99999;
   transform: scale(0);
    animation-name: pupup;
    
    animation-duration: 2.5s;
    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/cnSN2lnG5H1PgBSLPSfy8Dcw3iegVTLqPDP2fbWM.png");
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
    animation-name: pupup_logo;
    transform: scale(0);
    animation-duration: 2.5s;
     
}

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







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

        .top-navbar {
        display:none;
            background-image: radial-gradient(circle, #ffffff, #cbcbcb);
        }

        .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: 2px solid var(--third-color)
        }

        .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: -0.6rem !important
        }
        
    

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

        }
        
        
             @media(max-width:480px) {
     .index>div.app-inner.flex.flex-col.min-h-full>section:nth-child(4) .container {
           max-width:90%;
           visibility: hidden;
           backgrond-image: url("https://cdn.salla.sa/form-builder/IA5JZNYuNkffLNGNja2lzmP4lLCukZxNomnbAuxO.png");
        
    height: 80vh;
padding:0;
        }
     
     }

        .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 {
        display:block;
        color: black;
        width: 100%;
        border: none;
        margin-left: auto;
        border-radius: 0 20px;
        text-align: center;
        background: none;
        }
            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: #000000 !important;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 3px;
        }

.s-product-card-content-footer .s-button-text span{
display:none;
}

.s-product-card-content-footer .s-button-text .text-base {
    font-size:1.4rem;
padding-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: 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: none;
        }

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

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

        .s-block--features__item p {
          
        }

       

        .footer-is-light .store-footer .social-link {
            animation: 2s ease-in-out infinite both heartbeat
        }

        @keyframes heartbeat {
            from {
                -webkit-transform: scale(1);
                transform: scale(1);
                -webkit-transform-origin: center center;
                transform-origin: center center;
                -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out
            }
            10% {
                -webkit-transform: scale(.91);
                transform: scale(.91);
                -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in
            }
            17% {
                -webkit-transform: scale(.98);
                transform: scale(.98);
                -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out
            }
            33% {
                -webkit-transform: scale(.87);
                transform: scale(.87);
                -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in
            }
            45% {
                -webkit-transform: scale(1);
                transform: scale(1);
                -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out
            }
        }

        .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: black;
            }
            .mm-ocd--open .mm-ocd__content {
                background: var(--second-color);
                width: 100vw!important;
            }
            .mm-ocd--open .mm-ocd__content::before         
      {
background: #000000 url("https://cdn.salla.sa/form-builder/cnSN2lnG5H1PgBSLPSfy8Dcw3iegVTLqPDP2fbWM.png");
                border-radius:0;
                font-size: 18px;
                content: "";
                width: 100%;
                background-repeat: no-repeat;
                background-size: 60%;
                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: black;
                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{
    animation: none;
}

@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: -.6rem !important
        }


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

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

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


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

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

}

@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: var(--back-color);
    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;
}
/*
@media only screen and (max-width: 1024px){
.main-menu .has-children.root-level>a:after {
    color: black;
    opacity: 1;
}

body, section.section {

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

    background-size: 90%!important;
    
}
*/
}


*/


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

}

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



.topnav-is-dark .top-navbar{
display:none;
}
.s-product-card-content{
background: white;
}


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


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

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

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

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

i.header-btn__icon {
    border: solid 1px #898989;
    background-color: #b5b5b500;
}

.s-cart-summary-total {
    display: none;
}

@media (max-width: 992px){
.sicon-menu:before {
border: solid 1px #898989;
    background-color: #b5b5b500;
    color:black;
}}
/*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: 116px;
 }
 
 
 @media (max-width: 767px)
 {
 .md\:grid-cols-3{
 gap: 0.2rem;
 flex-direction: row;
 flex-wrap: wrap;
 }
 
 .banner-entry{
min-height: 43px;
 width: 31%;
 }

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

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


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

@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.2em;
}

.store-footer__inner{

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

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



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


[dir=rtl] .s-product-card-vertical .s-product-card-wishlist-btn{
display:none;
}

.copyright-text p {

    color: rgb(255 255 255);
}

.s-block--features__item .feature-icon i {
    color: var(--icon-color) !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: black;
 --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) {
    
}

footer p{

color:white;

}

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



.fa-whatsapp::after{
content:"تواصل معنا";
font-size: 15px;
padding-right:6px;
top:-3px;
position:relative;
font-family:"Almarai";
font-weight:500;

}

/* whatsapp */
#whatsapp-button {position: fixed;bottom: 90px;right: 20px;border-radius: 50%;background-color: #25d366;color: white;text-align: center;line-height: 42px;font-size: 20px;cursor: pointer;width: 135px;height: 43px;border-radius: 32.5px;font-size: 32px;box-shadow: #0000006b 2px 2px 8px;transform: rotate(360);transition: all .2s ease-in-out;z-index: 9999;}



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




/* Ensure the container's parent becomes relative */
.s-block--fixed-banner {
  position: relative;
  overflow: hidden;
}

/* Style the injected video */
.s-block--fixed-banner .video-background {
  position: absolute;
  background: url(https://cdn.salla.sa/form-builder/IA5JZNYuNkffLNGNja2lzmP4lLCukZxNomnbAuxO.png);
  top: 0;
  left: 0;
  background-size: 100%;
  width: 100%;
  background-size: cover;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: center;
  pointer-events: none;
}

/* Lift the container above the video */
.s-block--fixed-banner .container {
  position: relative;
  z-index: 9;
}



salla-slider.photos-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: rgb(40 41 42);
}

@media (min-width: 480px){
salla-slider.photos-slider .swiper-slide {
width: 109%;

}



salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 1rem;
}

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

}

@media (max-width: 480px) {
    .btn--close {
        display: block;
    }
}


@media only screen and (max-width: 1024px) {
    .menu-opened .btn--close-sm.close-mobile-menu {
        display: none!important;
        visibility: hidden;
    }
}

.mm-ocd--right .mm-ocd__backdrop {
    display: none;
}


.btn--close {
    height: 3rem;
    width: 4.5rem;
    font-size: 2rem;
}


{

}