.list-shortcut-desktop {
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .list-shortcut-desktop .zalo {
        border-radius: 50%;
        box-shadow: 0 0 25px 0 rgba(100, 97, 97, 0.3);
        width: 48px;
        height: 48px;
        background: url("/Layout-Shop/images/Icon_of_Zalo.svg");
        display: block;
        margin-bottom: 20px;
    }

    .list-shortcut-desktop .phone {
        border-radius: 50%;
        box-shadow: 0 0 25px 0 rgba(100, 97, 97, 0.3);
        width: 48px;
        height: 48px;
        background: url("/Layout-Shop/images/icon_phone.png");
        display: block;
        margin-bottom: 20px;
    }

    .list-shortcut-desktop .messengerfb {
        border-radius: 50%;
        box-shadow: 0 0 25px 0 rgba(100, 97, 97, 0.3);
        width: 48px;
        height: 48px;
        background: url("/Layout-Shop/images/icon_messengerfb.png");
        display: block;
        margin-bottom: 20px;
    }


.custom-tag {
    border: 1px solid #52c234;
    color: #52c234;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    position: relative;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    background-color: #fff;
    overflow: hidden;
}

/* Tam giác nền góc dưới phải */
.custom-tag::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 14px solid #52c234;
    border-left: 14px solid transparent;
    z-index: 1;
}

/* Dấu tích nằm trên tam giác */
.custom-tag::before {
    content: "✔";
    position: absolute;
    bottom: -9px;
    right: 0px;
    font-size: 10px;
    color: #ffffff;
    z-index: 2;
}

.chat-icon {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 56px;
    height: 56px;
    background-color: #3399ff;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1050;
}

.chat-icon i {
    color: white;
    font-size: 24px;
}
