/* Header */

.main-menu li:not(:has(.sub-menu)) > a:hover {
      color: #959595;
}



/* أقسام المتجر*/ 

@media (min-width: 1024px) {
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.img-cat.py-7 {
  padding-top: 0rem;
    padding-bottom: 0rem;
}
.overflow-hidden.mb-3.mx-auto {
    border-radius: 0px !important;
}
/* Footer */
@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:col-span-2 {
        grid-column: span 1;
    }
}

@media (max-width:768px) {
  a.flex.items-center.m-0.navbar-brand {
    justify-content: center;
  
}
  h3.font-normal.text-base.leading-7 {
    text-align: center;
}
  salla-menu.font-light.text-\[14px\].leading-\[28px\].hydrated,
  h3.s-contacts-title{
    text-align: center;
}
  .s-contacts-list.s-contacts-list-vertical {
    align-items: center;
  }
}

@media (max-width:768px){
  .s-user-menu-dropdown:where([dir="rtl"], [dir="rtl"] *) {
    top: 0;
  
    z-index: 100000;
  }

 .s-user-menu-dropdown-header,
  .s-user-menu-dropdown-list{
   background-color: white;
      margin-bottom: 0rem;
 } 
}