/* A/*/* 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;
}
----------my-info---- ---*/
.my-info p {
    color: #fff;
}
.my-info .shape {
    background-color: #7F2F3A;
}
/*----------my-info----------*/
.my-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* مسافة بسيطة بينهم */
}

.my-info p {
    color: #fff;
    flex: 1 1 50%; /* كل عنصر ياخد نصف العرض */
}

.my-info .shape {
    background-color: #7F2F3A;
    flex: 1 1 50%; /* كل عنصر ياخد نصف العرض */
}

/* للموبايل */
@media (max-width: 768px) {
    .my-info {
        flex-wrap: wrap;
    }
    .my-info p,
    .my-info .shape {
        flex: 1 1 50%; /* يفضل ثابت عشان يفضلوا جنب بعض */
    }
}

dd custom CSS styles below */ 
/* 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:#000;
}
.my-main-banner-0>.head_img>.items-center>.text-center {
    text-align: start;
    width: 39%;
    max-width: 60%;
    margin-right: 0%;
}

@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-advantage{
    margin-top: 50px;
    margin-bottom: 50px;
    }
     @media screen and (max-width:768px){
    .my-advantage > div > div {
    flex-direction: row;
    }
      }
.my-special-product h1 {
    color: #fff;
}

      /--------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-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: 0px;
}
.my-fixed-banner .sal-animate:nth-of-type(1) .absolute {
    left: 0px;
}
.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: 0px;
}
.my-fixed-banner .sal-animate:nth-of-type(2) .absolute {
    left: 0px;
}
    }
/----------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;
    }
    }
    
    const link = document.querySelector('.copyright-text a')
link.href= 'https://awaeed.com'
link.innerHTML = 'عوائد'