/* Add custom CSS styles below */ 
footer .navbar-brand{
    background: #635d2c;
    width: 7rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 10px;
}
 footer .navbar-brand img {
    max-height: 4rem;
    width: auto;
    max-width: 100px;
}
.topnav-is-dark .top-navbar {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 31, 31, 1);
    background-color: rgba(29, 31, 31, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
    display: none !important;
}
.store-footer__inner {
  border-bottom: none;
}
.mburger{
  position: relative;
}
.mburger::after{
  position: absolute;
  content: "الاقسام";
  top: 50%;
  left: -60px;
  color:#fff;
  font-weight: bold;
} 
.s-add-product-button-main:not(.w-full) > salla-button .s-button-btn:hover{
  transition: .3s;
  background-color: #221f03 ;
}
.top-navbar {
    display: flex;
    min-height: 48px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: none !important;
}