@media (max-width: 577px) {
  /* WhatsApp icon for mobile menu */
  .top-header .header-dropdown li.mobile-whatsapp i:before,
  .top-header .header-dropdown li.mobile-wishlist i:before {
    content: "\f2bb" !important;           /* WhatsApp icon */
    font-family: "remixicon" !important;   /* ensure correct icon font */
    color: #25D366 !important;             /* WhatsApp green */
    font-size: 22px !important;
    display: inline-block !important;
  }

  /* Make sure it stays where wishlist icon was */
  .top-header .header-dropdown li.mobile-whatsapp,
  .top-header .header-dropdown li.mobile-wishlist {
    position: fixed;
    bottom: 16px;
    right: 64%;
    font-size: 0;
    padding: 0;
    z-index: 9;
  }
}