
    .ly_product_purchase_2 .goods_wrapper .goods_info .wa-contact-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin-top: 12px;
        padding: 10px 0px;
        background-color: #25D366;
        color: #fff;
        border-radius: 25px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        box-sizing: border-box;
        transition: background-color .2s ease;
    }
    .ly_product_purchase_2 .goods_wrapper .goods_info .wa-contact-btn:hover {background-color: #1ebe5d;}
    .ly_product_purchase_2 .goods_wrapper .goods_info .wa-contact-btn .icon {display: inline-flex;align-items: center;justify-content: center;line-height: 1;}
    .ly_product_purchase_2 .goods_wrapper .goods_info .wa-contact-btn .iconfont {font-size: 16px;line-height: 1;}
