.s-search-container.s-search-inline {
    min-width: 100px; /* Replace 300px with your desired value */
}
.btn--collapse{
background-color: #9e9e9e;
color: black;
font-size: 15px;
}
.store-footer, .store-footer__inner{
background-color: black !important;
color:white !important;
}
.copyright-text p, .copyright-text p a {
  color: white;
}
.header-btn__icon, .s-cart-summary-content,.s-cart-summary-total {
  color:white;
}

.top-navbar, .mburger--collapse {
  display:none;
}
.main-nav-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: black;
}
/* Add custom CSS styles below */ 
@media (max-width: 992px) {
  footer.store-footer .md\:flex.items-center.justify-between.py-4.container.text-center {
      position: relative;
    }
  
  
    footer.store-footer .md\:flex.items-center.justify-between.py-4.container.text-center li.w-12.bg-white.rounded.p-1.flex-center {
      position: absolute;
      top: -144px;
      width: 100px;
      height: 100px;
    }
  
    footer.store-footer .md\:flex.items-center.justify-between.py-4.container.text-center li.w-12.bg-white.rounded.p-1.flex-center a {
      width: 90%;
      height: 90%;
    }
  
    footer.store-footer .md\:flex.items-center.justify-between.py-4.container.text-center li.w-12.bg-white.rounded.p-1.flex-center a img {
      height: 100%;
    }
  
    .footer-is-light .store-footer .contact-social {
      margin-bottom: 130px;
    }
}
li.w-12.bg-white.rounded.p-1.flex-center {
  position: relative;
}
li.w-12.bg-white.rounded.p-1.flex-center::before {
  content: "موثق لدى منصة الأعمال";
  position: absolute;
  bottom: -31px;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}