/* Add custom CSS styles below */ 
/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}
/-header------------/

body.index .main-nav-container .mobile-menu ul li a {
color: #fff;
}
body.index i.header-btn__icon {
color:#fff !important;
}
.sub-menu *{
color:#000 !important;
}
/---------------header-when-scroll----------/
.main-nav-container.fixed-header .inner .mobile-menu ul li a ,.main-nav-container.fixed-header .inner i.header-btn__icon  {
color: #000 !important;
}
/------------تغير حجم اللوجو-----/
.navbar-brand img {
    max-width: 250px; /* العرض - غيري الرقم حسب الحجم المطلوب */
    height: auto;     /* يخلي النسبة محفوظة */
}
/* كمبيوتر */
@media screen and (min-width: 992px) {
    .navbar-brand img {
        max-width: 220px;
        height: auto;
    }
}

/* موبايل */
@media screen and (max-width: 768px) {
    .navbar-brand img {
        max-width: 250px;
        height: auto;
    }
}


@media screen and (min-width:991px){
    .navbar-brand img {
    max-width: 170px;
    height: 100px;
    max-height: 150px;
    }
    }
  
/---firs-banner--------/
.my-main-banner-0, .my-main-banner-0> .head_img {
height:100vh;
}
.my-main-banner-0 > .head_img > .items-center{
justify-content:  flex-start;
align-items: center;
height:100vh;
}

.my-main-banner-0 p{
width:100% ;
max-width:100% ;
opacity: 1;
font-size:20px !important;
margin-top:20px!important; 
color:#000;
}
.my-main-banner-0  h1{
font-weight: 500;
font-size:44px !important;
width:70%;
margin-top:5%;
color:#000;
}
.my-main-banner-0>.head_img>.items-center>.text-center {
    text-align: start;
    width: 30%;
    max-width: 60%;
    margin-right: 10%;
}

@media screen and (max-width:768px){
.my-main-banner-0 , .my-main-banner-0 .head_img  {
height: 50vh;
}
.my-main-banner-0 > .head_img > .items-center {
justify-content: center;
align-items: center;
height: 50vh;
}
.my-main-banner-0>.head_img>.items-center>.text-center {
width: 100%;
margin-right: 0px;
max-width: 100%;
}
.my-main-banner-0 > .head_img > .items-center > .text-center{
text-align:center;
 
}
.my-main-banner-0 p{
display:none
}
.my-main-banner-0  h1 {
font-size: 18px !important;
line-height: 18px;
}
}
/------my-category----الاصناف-----/
  .my-category{
  margin-bottom:25px;
  margin-top:20px;
  }
  .my-category h1{
  margin-bottom:15px;
  font-size:24px !important;
  }
  .my-category ul{
  justify-content: center;
  gap: 20px;
  }
  /*/
    /--------my-special-product---------/
  .my-special-product{
  margin-bottom:30px
  }
  .my-special-product h1{
  color:#fff;
  }
  @media screen and (max-width:768px){
      .my-special-product h1 {
          color: #fff;
          text-align: center;
          font-size: 20px;
      }
  }
  //
  .s-block.s-block--best-offers {
  margin-top:20px;
  }
/------------my-fixed-banner--------/
.my-fixed-banner{
margin-bottom:40px
}
.my-fixed-banner button {
color: #fff!important;
border-color: #fff;
}
.my-fixed-banner button a{
color: #fff!important;
}
.my-fixed-banner .sal-animate:nth-of-type(2) .absolute {
    left: -40px;
}
.my-fixed-banner .sal-animate:nth-of-type(1) .absolute {
    left: 240px;
}
.my-fixed-banner  .absolute {
    width: 60% !important;
    left:0px;
}

.my-fixed-banner h1 {
color: #fff!important;
font-size: 21px!important;
}
@media screen and (max-width:768px){
    .my-fixed-banner h1 {
    font-size: 14px!important;
    }
    .my-fixed-banner .sal-animate:nth-of-type(1) .absolute {
    left: 130px;
}
.my-fixed-banner .sal-animate:nth-of-type(2) .absolute {
    left: 0px;
}
    }
/------------------------/
.my-advantage{
    margin-top: 50px;
    margin-bottom: 50px;
    }
     @media screen and (max-width:768px){
    .my-advantage > div > div {
    flex-direction: row;
    }
      }
      /--------my-banner-photo----/
.my-banner-photo > div{
justify-content: space-around;
}
.my-banner-photo > div > div{
justify-content:center;
}
.my-banner-photo h1 {
    font-size: 30px !important;
    line-height: 23px;
    padding: 5px;
}
}
@media screen and (max-width:768px){
    .my-banner-photo h1 {
        font-size: 12px !important;
        line-height: 23px;
        padding: 5px;
    }
}
/----------my-info---- ---/
.my-info p{
color:#fff;
}
.my-info .shape{
background-color:#19325D;
}
/----------------footer --------------------/
.store-footer__inner {
background: #fff!important;
}
@media screen and (max-width:768px){
    .store-footer__inner *{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
    }