/* General start */
:root {
    --main-color: #a18963 ; 
    --second-color: #000000;
    --bg-color:#fffaf3;
    --third-color: #ffffff;
    --logo : url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/wWewgV/vNDoF7ItkeMY8WQ4H1APrcVIiicsFWFPaeMNgB7H.png) ;   
 }



.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
display:none;
}

    section:first-of-type.s-block--fixed-banner{
    margin: 5px !important;
    
}

  section:nth-of-type(2).s-block--fixed-banner{
    margin: 5px !important;
    
}

 

 

  





 





/* General End */

/* Body */

/*start background image section*/
.store-header ,
.s-block--features , 
.store-footer {
background-image: none !important ;

 }
 
 .s-contacts-topnav-link:last-child:where([dir="rtl"], [dir="rtl"] *){
 display:none;
 }
 
 body {
  background-color : var(--bg-color) ;
  /*background-image: url(.....);*/
  background-size : cover ;
  background-position: center; 
  background-repeat: repeat;
 }


/*end background image section*/


body.index:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background:  #fff var(--logo);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
    animation: fade-out 2.25s ease-in-out forwards;
    transition: opacity .5s ease-in-out;
    pointer-events: none;
    border: none;
}



@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
       
    }
}




/* NavBar start */

#mainnav {
    background-color: var(--third-color);
}

.main-menu {
    color: var(--main-color);
}

.sicon-user-circle {
    transition: .3s;
}

/* .sicon-shopping-bag:before {
     content: "\e901";
    text-align: center;
}

.sicon-user-circle:before {
    content: "\f077";
    text-align: center
} */

.sicon-user-circle:hover::before {
    color: var(--second-color);
}

.header-btn__icon {
    border: none;
    color: var(--main-color);
}

.s-cart-summary-total {
    color: var(--main-color);
    padding-left:7px;
}

@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--light {
        color: var(--main-color);
        background: var(--third-color);
    }
}


/* NavBar End */

/* Sections Strat */
.swiper-pagination {
    display: none;
}

.slide--cat-entry i {
    content: "\ec0b";
    color: var(--main-color);
}

.s-block--categories .swiper-wrapper a {
    background-color: var(--third-color);
}

.slide--cat-entry h4 {
    color: var(--second-color);
}

.s-slider-block__title {
    color: var(--main-color);
}

.s-block__title {
    color: var(--main-color);
}

  .top-navbar {
    color : black !important ;
    
    } 
    .s-search-modal input, 
    .s-search-modal input::placeholder {
    color : black !important ;
    padding-right : 20px ;
    } 
    .s-block__title {
    color : black !important ;
    } 

    .s-slider-block__title h2 {
    color: #fff !important;
    background-color: var(--main-color);
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 25px;
}

       .s-slider-block__display-all {
           color : #1692c4 !important;
           padding-left:13px;
        }

  /* للتحكم في عنوان المنتج في صفحة المنتج*/

  

   

   

   

/* Sections End */

/* Product start */

.mm-spn li {
    transition: .2s;
}

.mm-spn li:hover {
    color: #555;
    
}

@media (min-width:1024px){

.main-menu li.root-level>a span {
    transition:.4s
}

.main-menu li.root-level>a span:hover {
    transform:translateY(-5px);
    opacity:.7;
}

}

.s-block__title {
color : black;
margin-right :  15px;
margin-left :  15px;
 }





 .s-block--fixed-banner {
 transition : .3s ;
 margin :  10px;

 

 }





 .s-block--fixed-banner img {
     transition: .5s;
    
 }
 
  section:nth-of-type(4).s-block--fixed-banner img:hover  {
    opacity : .6 ;
   transform : translateY(-10px);
    }
   
    .banner--fixed img  {
        background: inherit;
    }
  /*  start 3 banners background color*/
   .swiper-slide.swiper-slide-active img ,
  .salla-slider.photos-slider .swiper-slide{
    background: inherit;
    

  } 
  /*  end 3 banners background color*/

 
  
  
  @media (min-width : 992px) {
   
   section:nth-of-type(4) .banner--fixed img {
      width: 100% ;
    margin-left:  auto;
    margin-right:  auto;
    
    
    }
    
     } 

 
   
.container {
padding-left : 0 !important ;
padding-right : 0 !important ;
}




/* Footer Start */
 


 .store-footer{
    background: transparent !important;
    padding: 30px;
    font-size: 14px;
    text-align: center;
}

.store-footer__inner {
    background: var(--third-color) !important;
    border-radius: 16px;
    box-shadow: 0 2px 15px var(--main-color) !important;
    border: 1px solid rgba(255, 255, 255, .29) !important;
    text-align: center;
}

.store-footer a {
    color: var(--main-color) !important;
}

.store-footer .container > div:first-child p:nth-of-type(2){
padding: 0 10px;
}

.store-footer__inner .flex {
    justify-content: center;
}

.store-footer a h3:nth-child(1) {
    font-size: 1rem;
    color: transparent;
    background-image: var(--logo);
    background-size: 90%;
    background-repeat: no-repeat;
    line-height: 5;
    scale: 2;
    background-position: center;
    margin-top: 5px;
    margin-bottom: 25px;
    
}



.store-footer__inner .max-w-sm {
    color: var(--second-color);
    margin: auto;
}

.store-footer h3 {
    color: var(--main-color);
    font-size: 1.3rem;
}

.store-footer a {
    color: var(--second-color) !important;
    transition:.3s;
}

.store-footer a:hover {
    color: var(--main-color) !important;
    
}

#contact-slot a {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

#contact-slot a {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.store-footer .text-center::before {
    content: " برمجة وتطوير | ADFAZ";
    font-size: 14px;
    font-weight: 600;
    color: var(--main-color) !important;
    padding: 6px !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
}

.store-footer {
    @media (max-width: 480px) {
        .text-center::before {
            margin-bottom: 10px;
        }
    }
}

.copyright-text p {
    background: #fff;
    color: var(--second-color);
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.s-payments-list {
    
    flex-wrap: nowrap !important;
    
}

@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .md\:flex {
        display: flex;
    }
}




 /* Footer end */
       /* start product card */

  .s-products-slider-card {
    padding: 0.625rem;
}

.s-product-card-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.s-product-card-entry {
    background-color: #fff !important;
    border-radius: 20px;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: rgba(11, 22, 73, 0.5) !important;
    color: var(--main-color);
}

.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    
}

.s-product-card-vertical 
 {
     
transition : .3s ;
 margin-right : 10px;
 margin-bottom: 20px !important;
 border: 2px solid #eee;

 }

.s-product-card-vertical:hover {
    border: 2px solid var(--main-color);
    
}


 .s-product-card-vertical img {
     transition: .3s;
 }

.s-product-card-content-title a {
  display: -webkit-box;         
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 1;        
  overflow: hidden;            
  text-overflow: ellipsis;      
  width: 100%;                  
}


  /* لتصغير حجم صورة المنتج في الصفحة الرئيسية*/
  
      .s-block--best-offers .s-product-card-vertical img {
     height:180px;
 }
 
.s-block--best-offers .swiper-backface-hidden .swiper-slide {
   height:70% !important ;
}


 
 .s-product-card-vertical:hover img
{
opacity : .5 ;
transform : scale(1.2);
}


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

.s-product-card-content-title a {
    color: var(--main-color);
}

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

.s-product-card-content {
    padding: .75rem .75rem;
    justify-content: center;
    align-items: center;
}

.s-button-outline {
    border-radius: 50px;
    border-color: var(--second-color);
}

.s-product-card-entry {
    background-color: transparent;
}

.s-button-primary-outline {
    color: var(--main-color);
    transition : .3s ;
    border-color: var(--main-color);
}

.s-button-primary-outline:hover {
    background-color: var(--main-color);
    color: var(--third-color);
}

.s-product-card-vertical .s-product-card-wishlist-btn {
    opacity: 1 !important;
}

 
 salla-products-list  {
 margin-left:10px;
 }
 
 @media (max-width:500px) {
  salla-products-list .s-product-card-vertical img {
    margin-bottom: -25px;
    height: 140px;
   
}
}

 @media (min-width:992px) {
  salla-products-list .s-product-card-vertical img {
    margin-bottom: -25px;
    height: 200px;
   
}
 
 }

.product-single .carousel-slider .swiper-wrapper > div {
    height:350px !important;
}


.product-single .carousel-slider .swiper-wrapper > div:first-child {
    margin-right:10px !important;
}
 
 /* end product card */

 .s-comments-product {
    background-color: transparent !important;
    
    
}








@media (min-width: 1280px) {
 section.s-block--fixed-banner:first-of-type .container ,
 section.s-block--fixed-banner:nth-of-type(3) .container ,
 section.s-block--fixed-banner:nth-of-type(6) .container  ,
 section.s-block--fixed-banner:nth-of-type(7) .container   {
    max-width:200%!important;
  }
}







.s-contacts-list {
    flex-direction: row !important;
    justify-content: center;
    gap: 0;
    margin-right: 20px;
}



.s-contacts-list .unicode {
display:none;

}

.s-social-list {
    
    justify-content: center;
    margin-right: 10px;
}

/**************************/

body.product-single:not(.menu-opened)  {
box-sizing: border-box;
overflow-x: hidden;
 max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
    
}

body.product-single:not(.menu-opened) * {
    max-width:100%;
}


/**************************/

/******************************/
.navbar-brand img {
    
    max-height: 5rem;
    max-width:200px;
    height: auto;
    width: 90px;
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 5rem;
}