a.whatsapp-icon {}a.whatsapp-icon {
    right: 45px;
    width: 65px;
    height: 65px;
    font-size: 26px;
    padding-left: 4px;
}

.header-nav .left-box .language-currency-btn {
    display: none;
}


/* نجعل الفوتر مرجعًا للتموضع */
footer,
.site-footer,
.store-footer {
  position: relative;
}

/* حاوية أيقونات التواصل */
footer .social-icons,
footer .footer-social,
footer .social-links,
.site-footer .social-icons,
.site-footer .footer-social,
.site-footer .social-links,
.store-footer .social-icons,
.store-footer .footer-social,
.store-footer .social-links {
  position: absolute;
  left: 40px;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

/* شكل الأيقونات */
footer .social-icons a,
footer .footer-social a,
footer .social-links a,
.site-footer .social-icons a,
.site-footer .footer-social a,
.site-footer .social-links a,
.store-footer .social-icons a,
.store-footer .footer-social a,
.store-footer .social-links a {
  margin: 0 !important;
}

/* للجوال: نرجعها لوضع طبيعي حتى لا تتكسر */
@media (max-width: 768px) {
  footer .social-icons,
  footer .footer-social,
  footer .social-links,
  .site-footer .social-icons,
  .site-footer .footer-social,
  .site-footer .social-links,
  .store-footer .social-icons,
  .store-footer .footer-social,
  .store-footer .social-links {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
  }
}



@media (max-width: 768px) {
    .add-to-wishlist .icon-heart-mask, .tp-footer-social a svg {
        width: 25px;
        height: 25px;
    }
  .tp-footer-social a {
    border: 0;
    box-shadow: none;
    background-color: transparent;
}
}

@media (min-width: 768px) {
    .add-to-wishlist .icon-heart-mask, .tp-footer-social a svg {
        width: 40px;
        height: 40px;
    }
  .tp-footer-social a {
    border: 0;
    box-shadow: none;
    background-color: transparent;
}
}