a[href*="wa.me"]::after{
    content: "طلب عرض سعر للجملة ";

    position: fixed;
    bottom: 95px;
    left: 20px;
    z-index: 999999;

    background: #12352e;
    color: #fff;

    padding: 9px 18px;

    border-radius: 20px;

    font-size: 13px;
    font-weight: 700;

    border: 1px solid rgba(212,175,55,.25);

    box-shadow:
      0 8px 20px rgba(0,0,0,.14);

    transition: all .3s ease;

    cursor: pointer;

    white-space: nowrap;
}

a[href*="wa.me"]::after:hover{
    transform: translateY(-2px);

    background: #18443b;
}