/* Add custom CSS styles below */ 
.store-footer__inner {
  background: #0F67B1;
}
.store-footer >div:nth-child(2){
  background: black;
  color: white;
}
.store-footer >div:nth-child(2) p {
  color: white;
  
}
.top-navbar{
  display: none !important;
}

/* .store_logo_style.initial-logo-img{
  display: none;
} */
.headring_height > div.lg:hidden{
    display: block !important;
  }
  .main-menu{
    display: flex !important;
    flex-direction: column !important;
    width:fit-content !important;
  }
  .has-children-toggle span{
   display: none !important;
  }

  .mm-ocd__content .root-level{
   display: none !important;
    
  }
  @media (max-width:900px;)
  {
    .repeat_anthor{
      display: block !important;
    }
  }
  .mm-ocd__content .mobile-menu{
    display: block !important;
  }
.headring_height {
  height: 9vh ; 
}
.scrolled-logo{
 top: 0 !important; 
}
@media(max-width:900px){
  /* .s-block--fixed-banner:first-child{
    display: none !important;
  } */
}
.headring_height >div:first-child >div:last-child {
  display: none !important;  
}
.footer-img.container{
  display: none !important;
}
#wa-widget-send-button{
  display: none !important;
  
}
.headring_height  > div:first-child{
  width: 50% !important;
}
.mm-ocd__content{
  z-index: 99999 !important;
}
.mm-ocd{
  z-index: 9999999 !important;
}
#mobile-menu{
  display: none!important;
}
.s-block--fixed-banner{
  display: block !important;
}
.s-product-card-image{
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}
.s-product-card-image img{
  width:20rem;
  height: 20rem;
}
..s-product-card-fit-height .s-product-card-image{
  min-height: 13rem !important;
}
.repeat_anthor{
  display: block;
}
.mm-ocd .mm-ocd__content{
 background-color: white !important; 
}