/* Add custom CSS styles below */ 

@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');

body * {
font-family: "El Messiri", sans-serif;
}
.navbar-brand img {
    max-height: 5rem;
 
}
@media screen and (min-width:991px) {
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;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 100px;
}
.fixed-header {
    background: #fff;
}
.main-nav-container .mobile-menu ul li a ,
.fixed-header .main-nav-container .mobile-menu ul li a {
    font-size: 16px;  
    gap: 0px;
    padding-bottom: 14px;
}
@media screen and (max-width:768px) {
body.index .store-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    position: static;
}
}
/*---------------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;
}
/*****---firs-banner--------*/
.my-main-banner-0, .my-main-banner-0> .head_img , .my-main-banner-4 , .my-main-banner-4 > .head_img {
height:100vh;
}
.my-main-banner-0 > .head_img > div,
.my-main-banner-4 > .head_img > div{
height:100vh;
}
.my-main-banner-0 p , .my-main-banner-4 p{
 width:100%;
 max-width:100%;
 opacity: 1;
 font-size: 24px;
 color:#fff;
 line-height: 19px;
}
.my-main-banner-0  h1 , .my-main-banner-4 h1{
 font-weight: 700;
 color:#fff;
 font-size: 41px !important;
 margin-bottom: 0px;
}
.my-main-banner-0 > .head_img > div > div 
.my-main-banner-4 > .head_img > div > div{
max-width:50%;
}
@media screen and (max-width:768px){
.my-main-banner-0 , .my-main-banner-0 .head_img , .my-main-banner-4 , .my-main-banner-4 > .head_img {
height: 35vh;
}
.my-main-banner-0 > .head_img > div ,
.my-main-banner-4 > .head_img > div{
 height: 35vh;
 padding-bottom: 0px;
}
.my-main-banner-0 > .head_img > div > div,
.my-main-banner-4 > .head_img > div > div {
 max-width: 55%;
 }
.my-main-banner-0 p,
 .my-main-banner-4 p{
display:none
}
.my-main-banner-0  h1,
 .my-main-banner-4 h1 {
  font-size: 20px !important;
  line-height: 29px;
 }
}
/**********my-category******/
.my-category{
margin-bottom:20px;
}
.my-category ul li {
width: 139px;
}
.my-category ul li {
align-self: self-start;
}
.my-category a.text-lg.font-bold{
font-size: 16px;
font-weight: 900;
}
section:nth-child( 2 of section.my-category ){
 margin-top:0px
}
 section:nth-child( 2 of section.my-category ) h2 {
display: none;
}
/*--------my-special-product---------*/
.my-special-product{
margin-bottom:30px
}
.details-sec .grid {
height: 100vh !important;
grid-template-rows: repeat(3, 1fr);
}
.details-sec .point{
display: none;
}
@media screen and (max-width:768px){
.details-sec .grid {
 height: auto !important;
 display: flex;
 flex-direction: column;
}
}
/*------------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 .absolute {
width: 100% !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: 24px !important;
}
}
/****** my-advantage*****/
@media screen and (max-width:768px) {
.my-advantage .conatiner  {
flex-direction: row;
}
.my-advantage {
margin-bottom: 5px;
}
}
/*--------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;
border-color: #000;
}
@media screen and (max-width:768px) {
.my-banner-photo h1 {
font-size: 12px !important;
line-height: 23px;
padding: 5px;
}
}
/*********footer******/
@media screen and (max-width:768px){
      .store-footer__inner *{
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      }
      }
      div#bcio-whatsapp-widget {
    display: none;
}