/* Add custom CSS styles below */ 

/* General start */
:root {
    --main-color: #373433 ; 
    --second-color: #000000;
    --third-color: #ffffff;
 }
 
 .navbar-brand img {
  
  width: 60px;
  height: 60px;
  background-color: #161617;
  border-radius: 50%;
}

  

    

  section:first-of-type
{
   margin:5px ;
  }
  
  section:nth-of-type(2),
  section:nth-of-type(3) ,
  section:nth-of-type(4)
  {
   margin : 0;
  }

  

 

/* General End */

/* Body */

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

 }
 
 body {
  background-color : #fff ;
  /*background-image: url(https://a.top4top.io/p_3155ik1xt1.png);*/
  background-size : cover ;
 }


/*end background image section*/







/* NavBar start */

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

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

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

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

@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 : black !important;
          padding-right:13px;
        }

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

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

  /* For Dark background-Color */

   /*

   .breadcrumbs ol li {
      color : #fff
      }

   .s-breadcrumb-arrow svg {
     background-color: #fff ;
   }

   .main-content h1.font-bold {
     color: #fff
     }

    .gap-4.flex>h2.font-bold:not(.total-price) {
    color: #fff;
       }
 
       .product__description {
    color: #fff;
       }

    .flex.items-center > label:first-child {
      color : #fff

     }

   */

/* Sections End */

/* Product start */

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

.mm-spn li:hover {
    color: #333;
    padding-right: 7px;
    opacity: .5 ;
}

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

.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-block--best-offers .s-product-card-vertical img {
     height:260px;
 }
 
.s-block--best-offers .swiper-backface-hidden .swiper-slide {
   height:70% !important ;
}


   

 /*.s-product-card-vertical:hover {
     transform: scale(1.05);
 }*/
 
 .s-product-card-vertical:hover img
{
opacity : .5 ;
/*transform : translateY(10px);*/
transform : scale(1.2);
}

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

 

 }

@media (max-width: 1200px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
    }
}



 .s-block--fixed-banner img {
     transition: .5s;
 }
 
 .s-block--fixed-banner img:hover {
    opacity : .6 ;
   transform : scale(1.07);
    }
   
    .banner--fixed img  {
        background-color: #fff ;
  /*background-image: url(https://a.top4top.io/p_3155ik1xt1.png);*/
        background-size: cover;
    }
  /*  start 3 banners background color*/
   .swiper-slide.swiper-slide-active img ,
  .salla-slider.photos-slider .swiper-slide{
    background-color: #fff ;
  /*background-image: url(https://a.top4top.io/p_3155ik1xt1.png);*/
    background-size: cover;
    

  } 
  /*  end 3 banners background color*/

  .lazy__bg.loaded {
    background-color: #fff ;
  /*background-image: url(https://a.top4top.io/p_3155ik1xt1.png);*/
  background-size: cover;
  }

  
  
  @media (min-width : 768px) {
    .banner--fixed img  {
      width: 60% ;
    margin-left:  auto;
    margin-right:  auto;
    
    
    }
    
     } 

 
    

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

  /* start edit*/
    

/*  @media (min-width:588px) and (max-width:991px) {
    .banner-entry {
        height:320px;
    }
}

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

}  */



  /* end edit */



  /* end edit */
 
 




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

/*start animation*/

/* .s-button-element:not(:disabled):not([loading]){
    animation: signal 3000ms linear infinite;

}

@keyframes signal {
    0% , 100% {
        border: none;
        transform: scale(1);

    }

    50% {
        border: 2px solid var(--main-color);
        transform: scale(1.05);
    }
    
} */

/*end animation*/

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


/* Product End */

/* Footer Start */

.store-footer {
    background-color: var(--third-color) !important;
    padding: 30px;
    font-size: 14px;
    border-top-left-radius: 125px;
    border-top-right-radius: 125px;
    text-align: center;
    border: 2px solid var(--main-color);
}


.footer-is-light .store-footer .store-footer__inner {
    background-color: transparent;
}



.store-footer__inner {
    background-color: transparent !important;
}

.store-footer__inner .flex {

    justify-content: center;
}

.store-footer__inner .max-w-sm {
    margin: auto;
}

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

.store-footer h3:hover {
    color: var(--second-color);
    opacity: 1;
    cursor: pointer;
}

.footer-list {
    color: var(--second-color);
}

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

.store-footer a {
    color: var(--second-color);
}

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

.store-footer__inner {
    text-align: center;
}


.store-footer::after {
    content: "برمجة و تطوير   ADFAZ";
        top: 0px;
        font-size: 16px;
        opacity: 1 ;
        text-align: center;
        font-weight: bold;
        width: 100%;
        display: inline-block;
        color: var(--main-color) !important;
     }

.s-block--features__item {
transition : .3s 
}
.s-block--features__item:hover{

transform : scale(1.1);
 }


.s-block--features__item .feature-icon{
background-color:var(--main-color);

}

.s-block--features__item .feature-icon i{
  color:var(--third-color);
  
}

.text-primary{
   color:var(--main-color);
}

@media (max-width : 992px) {
    .store-footer a {
      
   justify-content : center ;
    
    
    }
    
     } 

  span.copyright-text {
     display: none;
  }

     /*the end  of code */