/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
body {
  font-family: "Cairo", sans-serif;
}
/***********************/
 @media screen and (min-width:991px){
 ul.main-menu {
        justify-content: center;
        
    }
 ul.main-menu   span {
    font-size: 17px;
}
    }
    body.index .navbar-brand img {
      opacity: 0;
}
.navbar-brand img {
    max-height: 120px;
}
.main-nav-container.fixed-header .inner .navbar-brand img {
      opacity: 1;
      max-height: 107px;
}
.top-navbar {
    display: none;
}
.fixed-header .navbar-brand img {
    opacity: 1;
} 
/*--------section-one--------*/
  .landing-page-fixed-bannar-0 h1{
  font-weight: 800;
  font-size: 50px;
  color:#000
  }
  .landing-page-fixed-bannar-0 p{
  font-size:30px;
  margin-bottom:20px;
   color:#000
  }
  @media screen and (min-width:768px) and (max-width:991px){
  .landing-page-fixed-bannar-0 h1 {
  font-size: 25px;
  font-weight: 700;
  }
  .landing-page-fixed-bannar-0 p {
  font-size: 15px;
  }
  .landing-page-fixed-bannar-0 {
      gap: 2rem;
  }
  }
  @media screen and (min-width:576px) and (max-width:768px){
  .landing-page-fixed-bannar-0 h1 {
  font-size: 20px;
  font-weight: 700;
  }
  .landing-page-fixed-bannar-0 {
      gap: 2rem;
  }
  .landing-page-fixed-bannar-0 p{
    display:none;
    }
  }
  @media screen and (min-width:991px) and (max-width:1200px){
  .landing-page-fixed-bannar-0 h1 {
  font-size: 40px;
  font-weight: 700;
  }
  .landing-page-fixed-bannar-0{
  gap: 1rem;
  }
  }
  @media screen and (max-width:576px){
  .landing-page-fixed-bannar-0 {
  gap: 10px;
  padding-right: 5px;
  }
  .landing-page-fixed-bannar-0 h1 {
  font-size: 12px;
  font-weight: 700;
  }
  .landing-page-fixed-bannar-0 a.btn-changing {
  font-size: 12px;
  }
  .landing-page-fixed-bannar-0 p{
    display:none;
    }
  }
  /*******category ********/
  /* start customize setion*/
  section.s-block.s-block--banners.container {
    margin-top: 0px;
}
.md\:grid-cols-3 {
    grid-template-columns: repeat(8,minmax(0,1fr));
    width: 90%;
    margin-inline: auto;
}
.two-row .banner-entry:first-child {
    grid-column: 1 /4;
    grid-row: 1 / 1;
}
a.banner-entry:nth-of-type(2){
    grid-column: 4/7;
}
a.banner-entry:nth-of-type(3){
    grid-row: 2/3;
    grid-column: 1/7;
}
a.banner-entry:nth-of-type(4){
    grid-row: 1/3;
    height:100%;
    grid-column: 7/10;
}
a.banner-entry{
    height: 233px;
    background-color:unset;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 80px;
    padding: 0rem;
  
}
.md\:grid-cols-3 {
    width: 100%; 
}
}
/*---------section-product -------*/
.s-block.s-block--best-offers  h2{
    font-size: 50px;
    color: #000!important;
    padding: 0px;
}
.s-slider-block__title-right {
    padding: 0px;
}
.s-slider-block__title-left {
    display: none;
}
    .s-block.s-block--best-offers .s-slider-block__title {
        justify-content: center;
    }
    @media screen and (max-width:768px){
    .s-block.s-block--best-offers  h2 {
    font-size: 30px;
}
}
 /*-----------------لماذا نحن س-------------*/
section.el_features {
    margin-top: 40px;
}
section.numbers{
    background: #efefef;
    max-width: 100%;
}
section.el_features h3{
color:#000;
}
section.el_features img {
    height: 81px;
}
/*--------من نحن--------*/
@media (max-width: 767px) {
    .el_features h3 {
        font-size: 14px;
    }
    }
    /******************/
    .numbers h2 , .numbers h3{ 
color:#000;
}
.numbers .products {
    padding-top: 20px;
}
@media screen and (max-width: 768px) {
    .numbers .products {
        grid-template-columns: repeat(2 ,1fr);
    }
    }
    /*----------- عروض----------*/
.offers  {
    margin-top:30px;
    }
.offers .swiper-slide-active {
    justify-content: space-around;
}
/*---------footer-------------*/
.store-footer{
background: #efefef!important;
  
      }
         .store-footer > div{
         background:transparent !important;
         }
    .store-footer .items-center {
    width: 100% !important;
    max-width: 100%;
}

footer *{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color:#000 !important;
    border-color:#000!important;
}