/* 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;
}
body.index .store-header {
    position: static;
}
.navbar-brand img {
    max-height: 5rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 70px;
}
/*****---firs-banner--------*/
  .my-main-banner-0, .my-main-banner-0> .head_img {
  height:100vh;
  }
.my-main-banner-0 >.head_img> div {
    align-items: center;
}
  .my-main-banner-0 >.head_img> div  > div  {
    max-width: 35%;
}
  .my-main-banner-0 p{
  width:100% ;
  max-width:100% ;
  opacity: 1;
  font-size:20px !important;
  margin-top:20px!important; 

  }
  .my-main-banner-0  h1{
  font-weight: 700;
  font-size:40px !important;
  margin-top:0%;
color:#000;
  }

  
  @media screen and (max-width:768px){
    .my-main-banner-0 >.head_img> div  > div  {
    max-width: 50%;
}
  .my-main-banner-0 , .my-main-banner-0 .head_img  {
  height: 40vh;
  }
  .my-main-banner-0 > .head_img > .items-center {
  height: 40vh;
  }
  .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: 14px !important;
  line-height: 18px;
  }
  }
    /*------my-category---------*/
  .my-category , .s-block--best-offers {
  margin-bottom:25px;
  margin-top:20px;
  }
  .my-category  h2{
    text-align: center;
    margin-bottom: 20px;
}
 /*------------my-fixed-banner--------*/
 .my-fixed-banner{
margin-bottom:40px
}
.my-fixed-banner button , .my-fixed-banner button a {
color: #fff!important;
 width: 100% !important;
 background:#462052;
}
.my-fixed-banner  .absolute {
width: 100% !important;
left:0px;
top:unset;
bottom:0px
}
.my-fixed-banner h1 {
color: #fff!important;
font-size: 31px!important;
}
@media screen and (max-width:768px){
    .my-fixed-banner h1 {
    font-size: 14px!important;
    }
    }
      /*----------my-info---- ---*/
  .my-info p{
  color:#fff;
  }
  .my-info .shape{
  background-color:#462052;
  }
    @media screen and (min-width:768px){
  .my-question .container > div > div:nth-of-type(2){
  width:50%;
  }
   .my-question .container > div > div:nth-of-type(2) .container_accordion {
   margin:0px;
   }
   }
     @media screen and (max-width:768px){
      .my-special-product h1 {
          color: #fff;
          text-align: center;
          font-size: 20px;
      }
  }
  .details-sec .grid {
    height: 100vh !important;
    grid-template-rows: repeat(3, 1fr);
}
@media screen and (max-width:768px){
    .store-footer__inner *{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
    }