/* add to cart button */
.s-product-card-entry salla-add-product-button button {
  width: auto !important;
  min-width: 120px;             
  padding: 6px 14px !important; 
  border-radius: 8px !important; 
  display: flex !important;  
  align-items: center;
  justify-content: center;
  gap: 6px
      border: none !important;
}

.s-product-card-entry salla-add-product-button{
 border: none !important;
}


.s-product-card-entry salla-add-product-button .s-button-text i {
  font-size: 16px;
}

/* add to cart */
.s-product-card-entry salla-add-product-button .s-button-text::after {
  content: " إضافة للسلة";
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.s-button-icon{
margin-right: 4.5rem;
}


/*  menu always be open */
.footer-item .items__inner {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}


/* Remove icon*/
.footer-title::after {
  display: none !important;
  content: none !important;
}

.footer-title i,
.footer-title svg {
  display: none !important;
}

.top-nav.hidden.lg\:block {
    display: none;
}.bg-white.py-2\.5.inline-flex.text-sm.gap-4 {
    display: none !important;
}