/* ===== Header ===== */

header .sicon-cart,
header .sicon-search,
header .sicon-user {
  font-size: 0;
}
body.index header .main-nav-container:not(.fixed-pinned)  .sicon-menu {
	color:#fff;
}
.header-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.navbar-brand img {
  padding-bottom: 11px;
}

.enhanced-title-border{
  display: none
}
header salla-cart-summary {
  margin-right: 0 !important;
}

body.ltr header salla-cart-summary {
  margin-left: 0 !important;
}


.s-cart-summary-count {
  background: transparent;
  color: #000;
  right: -10px;
}

body.ltr .s-cart-summary-count {
  left: -10px;
}

.lang {
  flex-direction: row-reverse;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

/* الديسكتوب */
body.index .main-menu li>a span {
  color: #ffffff;
}

/* الجوال */
@media (max-width: 991px) {
  body.index .main-menu li>a span {
    color: #000000;
  }
}

body.index header .main-nav-container:not(.fixed-pinned) .sicon-search:before {
  content: "";
  background: url(https://media.zid.store/cdn-cgi/image/w=2220,q=100,f=auto/https://media.zid.store/122d7179-64fe-44e8-9431-f091055bb083/ceffc4d7-a9d7-42c4-8844-178c5b869b13.svg)
  no-repeat center / cover;
  width: 24px;
  height: 24px;
  display: block;
}
header .main-nav-container .sicon-search:before {
  content: "";
  background: url(https://media.zid.store/a787bb08-6922-43b1-80db-4221161c7f8c/e6218b1c-3c1e-4227-9b80-c818529c0595.svg)
    no-repeat center / cover;
  width: 24px;
  height: 24px;
  display: block;
}
body.index header .main-nav-container:not(.fixed-pinned) .sicon-user:before {
  content: "";
  background: url(https://media.zid.store/cdn-cgi/image/w=2220,q=100,f=auto/https://media.zid.store/122d7179-64fe-44e8-9431-f091055bb083/77db04e3-d200-4f8f-b59d-989fb3a817f0.svg)
    no-repeat center / cover;
  width: 25px;
  height: 25px;
  display: block;
}

header .main-nav-container .sicon-user:before {
  content: "";
  background: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/1a513270-862f-4743-84ad-dafa01bcd9cd.svg)
    no-repeat center / cover;
  width: 25px;
  height: 25px;
  display: block;

}
body.index header .main-nav-container:not(.fixed-pinned) .sicon-cart:before {
  content: "";
  background: url(https://media.zid.store/cdn-cgi/image/w=2220,q=100,f=auto/https://media.zid.store/122d7179-64fe-44e8-9431-f091055bb083/df4e70a3-5713-4e66-a9eb-34a692563081.svg)
    no-repeat center / cover;
  width: 25px;
  height: 25px;
  display: block;
}
header .main-nav-container .sicon-cart:before {
  content: "";
  background: url(https://media.zid.store/a787bb08-6922-43b1-80db-4221161c7f8c/1476c72e-6a0c-4738-8409-6be7314fd85e.svg)
    no-repeat center / cover;
  width: 25px;
  height: 25px;
  display: block;
}

header .sicon-user {
  color: #000;
}

header .main-nav-container {
  min-height: auto;
  height: auto !important;
}

header .main-nav-container .inner {
  padding: 0;
}

body.rtl button.ml-3.md\:ml-4.rtl\:ml-\[unset\].rtl\:mr-3.rtl\:md\:mr-4 {
  margin-left: 10px;
}

body.ltr button.ml-3.md\:ml-4.rtl\:ml-\[unset\].rtl\:mr-3.rtl\:md\:mr-4 {
  margin-right: 10px;
}

/* ===== Special Product ===== */

.s-block--square-links .grid {
  gap: 1rem;
}

/* ===== Testimonial ===== */

.s-block--testimonials
  .flex.flex-col.justify-between.h-full.w-full.p-\[1\.4rem\].bg-store-bg-secondary.rounded-md.shadow-\[rgba\(50\,_50\,_105\,_0\.15\)_0px_2px_5px_0px\,_rgba\(0\,_0\,_0\,_0\.05\)_0px_1px_1px_0px\] {
  box-shadow: none;
  border: 1px solid rgba(214, 214, 214, 0.6);
  padding: 0.5rem 1.25rem;
}

.s-block--testimonials div#item-text {
  text-align: center;
}

.s-block--testimonials .flex.items-center.mt-6.-mx-2 {
  margin: 0;
  justify-content: center;
}

.s-block--testimonials img {
  display: none;
}

.s-block--testimonials p.text-base.mb-2.text-store-text-primary {
  text-align: center;
}

.s-block--testimonials .sicon-quote,
.s-block--testimonials.enhanced:before {
  display: none;
}

/* ===== Product Card ===== */

body.products-has-border .product-card {
  border: none;
}

.product-card__price .total-price {
  color: #000;
}

.product-card__title a {
  font-size: 0.9rem !important;
}

.product-card__enhanced-mini-cart button.s-button-element {
  border-radius: 8px;
}

.product-card__enhanced-mini-cart
  .rtl\:mr-auto:where([dir='rtl'], [dir='rtl'] *) {
  margin-right: 0;
}

.product-card__mini-cart salla-button i,
.product-card__normal-cart button.s-button-element i {
  display: none;
}

.product-card__mini-cart salla-button .s-button-btn,
.product-card__normal-cart salla-button .s-button-btn {
  background: var(--bottom-footer-bg);
  color: #fff;
  padding: 10px 0 !important;
  border-radius: 14px;
}

salla-products-list .product-card__mini-cart salla-button .s-button-btn,
salla-products-list .product-card__normal-cart salla-button .s-button-btn {
  margin-inline: auto;
  max-width: 75%;
}

/* ===== Responsive ===== */

@media (max-width: 991px) {
  .simplified-products .offer-slide,
  .simplified-products .s-products-slider-card {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .s-block--square-links li:last-of-type {
    grid-column: span 2 / span 2;
  }

  .s-block--faq p.text-3xl {
    font-size: 1.3rem;
  }
}

/* ===== Footer ===== */

footer svg.absolute {
  display: none;
}

.store-footer__inner {
  border: none;
  border-radius: 16px 16px 0 0;
  padding-bottom: 0;
}

.store-footer__contacts-row {
  padding-top: 0;
  border: 0;
  gap: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.store-footer__contacts-row .text-unicode {
  display: none;
}

.s-social-link a svg {
  height: 1.125rem;
  width: 1.125rem;
}

.store-footer__contacts-row i {
  font-size: 1.125rem;
  margin: 0;
}

footer salla-social {
  margin-top: 0 !important;
}

.store-footer ul.flex.items-center.justify-center.flex-wrap.gap-5.mt-4 {
  margin: 0;
  gap: 5px;
}

footer .enhanced_rounded_contacts a,
footer .rounded_contacts a,
footer .rounded_contacts a i {
  border: none;
}

.footer-description {
  margin-bottom: 10px;
}

.footer-list a {
  font-size: 1rem;
}

.footer-is-custom .store-footer .footer-rights p {
  color: #fff;
}

.footer-is-custom .store-footer {
  box-shadow: 1px 5px 14px 6px #0000001c;
}

/* ===== FAQ ===== */

.s-block--faq
  .home-block-title
  p.mt-2.text-lg.leading-8.text-store-text-secondary {
  margin: 0 0 1rem;
  color: #000;
  font-size: 1rem;
}

/* ===== Testimonials Title ===== */

.s-block--testimonials .home-block-title h2 {
  font-size: 0;
}

.s-block--testimonials .home-block-title h2:after {
  content: 'تقييمات عملائنا';
  display: block;
  font-size: 1.3rem;
}

.s-block--testimonials {
  margin-top: 2rem;
}