/* Add custom CSS styles below */ 
/*-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;
}
/*------------تغير حجم اللوجو-----*/
@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:#fff;
}
.my-main-banner-0  h1{
font-weight: 500;
font-size:40px !important;
margin-top:10%;
color:#fff;
}
.my-main-banner-0>.head_img>.items-center>.text-center {
    text-align: start;
    width: 39%;
    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 .absolute {
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    justify-content: center; /* توسيط أفقي */
    align-items: center;     /* توسيط رأسي */
    text-align: center;
    padding: 180px;
}

.my-fixed-banner h1 {
    color: #fff !important;
    font-size: 32px !important;
    margin: 0;
}

/* --------- تنسيق الموبايل --------- */
@media screen and (max-width: 768px) {
    .my-fixed-banner {
        position: relative;
    }

    .my-fixed-banner .absolute {
        width: 100% !important;
        height: 100%;
        left: 0;
        top: 0;

        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 150px;
    }

    .my-fixed-banner h1 {
        font-size: 18px !important;
        line-height: 1.5;
        margin: 0;
    }
}
}


/*------------------------*/
.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;
    }
@media (max-width: 768px) {
  .zoom-container {
    height: 220px !important;
  }

  .zoom-container img {
    height: 100% !important;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .my-fixed-banner {
    margin-top: 240px; /* أو أي قيمة تفضليها */
  }
}