/* لون العناوين في المسار العلوي للمنتجات */

.tp-brands .tp-brand-item .tp-brand-title, .tp-product-category-title {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}
.breadcrumb-item a {
    color: #ffffff;
}
.tp-shop-top-result p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 17px;
    color: #ffffff;
}
.tp-shop-top-result b {
    font-weight: 500;
    color: #ffffff;
    opacity: .9;
}

/* إخفاء عدد المنتجات في صفحات الأقسام والمتجر */
.tp-shop-top-result {
  display: none !important;
}
/* صورة التصنيف داخل الاقسام */
.container {
    max-width: 1500px;
    padding: 1px;
}
.category-cover-img {
    margin: 0px auto auto;
}
/* زر تصفية بالاقسام */
.tp-shop-top .tp-shop-top-filter .tp-filter-btn {
        font-size: 18px;
        padding: 0;
        border: 0;
        background: unset;
        justify-content: center;
        color: #ffffff !important;
    }
/* إخفاء كلمة واتس اب في الفوتر */
.tp-footer-social-title {
  display: none !important;
}

.breadcrumb {
    --bs-breadcrumb-divider-color: rgb(255 255 255 / 75%);
    --bs-breadcrumb-item-active-color: rgb(255 255 255 / 75%);
}

/* تصغير خطوط معلومات الفوتر */
.tp-footer-top,
.tp-footer-top p,
.tp-footer-top a,
.tp-footer-top span,
.tp-footer-top div {
  font-size: 14px !important;
}
/* جعل صندوق الفوتر الأبيض ملاصق للأطراف */
.tp-footer-top {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

/* إلغاء حدود الكونتينر الداخلية للفوتر */
.tp-footer-top > .container {
  width: 100% !important;
  max-width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
/* تعويض بسيط لمحتوى الفوتر من الداخل */
.tp-footer-top .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 18px !important;
  padding-left: 18px !important;
}
/* لون نص العنوان الخاص بصفحات السياسات */
.blog-title h1, .faqs-title, .shipping-nav-title {
    color: #c7c7c7;
}

.tp-footer-contact-item.show-location .tp-footer-contact-content a {
  font-size: 0 !important;
}

/* إخفاء نص العنوان القديم فقط */
.tp-footer-contact-item.show-location .tp-footer-contact-content a {
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

/*  إظهار عنوان جديد بدون فواصل للفوتر */ 
.tp-footer-contact-item.show-location .tp-footer-contact-content a::after {
  content: "السعودية - الرياض - طريق الأمير تركي الأول";
  display: inline-block !important;
  color: #333333 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  visibility: visible !important;
}
/*  جعل كلمة الاستبدال والاسترجاع على سطر واحد  
@media (max-width: 767px) {
  .tp-footer-widget-content a[href="/pages/106529"] {
    white-space: nowrap !important;
    display: inline-block !important;
  }

  .tp-footer-widget-content li {
    width: auto !important;
  }
}
*/

@media (max-width: 767px) {

  .tp-footer-widget-content ul:has(a[href^="/pages/"]) {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    max-width: 390px !important;
    margin: 18px auto 16px 0 !important;
    padding: 0 10px 0 34px !important;
    gap: 12px 28px !important;
    box-sizing: border-box !important;
    direction: rtl !important;
    text-align: right !important;
  }

  .tp-footer-widget-content ul:has(a[href^="/pages/"]) li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right !important;
    width: auto !important;
  }

  .tp-footer-widget-content ul:has(a[href^="/pages/"]) li a {
    display: inline-block !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    text-align: right !important;
  }

  .tp-footer-widget-content ul:has(a[href^="/pages/"]) li:last-child {
    grid-column: auto !important;
    text-align: right !important;
  }
}

/* إخفاء عبارة متوفر في صفحة المنتج */
.product-stock-status {
  display: none !important;
}

/* تخصيص كلمة في صفحةالتحميل مع الشعار 
body.has-tp-home .loader-container::after {
  content: "مـرحبـاً | Welcome";
  position: fixed;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 400;
  color: #000;
  letter-spacing: 2px;
  z-index: 2147483647;
  font-family: "Cairo", sans-serif;
}*/
/* منع ظهور الكلمة في باقي الصفحات 
body:not(.has-tp-home) .loader-container::after {
  content: none !important;
}*/

/* النص الافتراضي في صفحة التحميل - باقي الصفحات */
.loader-container::after {
  content: "تسوّق ممتع" !important;
  display: block !important;
  position: fixed !important;
  top: 65% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 0px !important;
  z-index: 2147483647 !important;
  font-family: "Cairo", sans-serif !important;
  color: transparent !important;

  background: linear-gradient(
    90deg,
    #000 0%,
    #777 35%,
    #fff 50%,
    #777 65%,
    #000 100%
  ) !important;

  background-size: 220% auto !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;

  animation: loaderTextShine 0.8s linear infinite !important;
}

/* الصفحة الرئيسية فقط */
body.has-tp-home .loader-container::after,
body:has(.has-tp-home) .loader-container::after {
  content: "مرحباً" !important;
  top: 65% !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 0px !important;
  z-index: 2147483647 !important;
  font-family: "Cairo", sans-serif !important;
  color: transparent !important;
}

/* حركة اللمعة */
@keyframes loaderTextShine {
  0% {
    background-position: 220% center;
    opacity: 0.65;
  }

  50% {
    opacity: 1;
  }

  100% {
    background-position: -220% center;
    opacity: 0.65;
  }
}