/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com/
Author:               UX-Themes
Author URI:           http://www.uxthemes.com/
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.14.2
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.0.0
Text Domain:          flatsome
License:              http://themeforest.net/licenses
License URI:          http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
<div class="contact-fixed" style="position: fixed; bottom: 20px; right: 20px; z-index: 999; display: flex; flex-direction: column; align-items: center; gap: 10px;">
    
    <a href="https://zalo.me/0xxxxxxxxx" target="_blank">
        <img src="https://upload.wikimedia.org/wikipedia/commons/9/91/Icon_Zalo.svg" width="45">
    </a>

    <a href="https://m.me/your.profile" target="_blank">
        <img src="https://upload.wikimedia.org/wikipedia/commons/b/be/Facebook_Messenger_logo_2020.svg" width="45">
    </a>

    <div style="background: #ff9933; width: 45px; height: 45px; border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; color: white; font-weight: bold; font-size: 20px;">×</div>

    <div style="position: relative;">
        <img src="https://i.imgur.com/vH9pQW2.png" style="position: absolute; top: -35px; right: -5px; width: 80px;" alt="We are here">
        <div style="background: #e62e00; width: 55px; height: 55px; border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: 0 4px 10px rgba(0,0,0,0.2);">
             <img src="https://cdn-icons-png.flaticon.com/512/134/134914.png" width="25" style="filter: invert(1);">
             <span style="position: absolute; top: 0; right: 0; background: #990000; color: white; border-radius: 50%; width: 18px; height: 18px; font-size: 10px; text-align: center; line-height: 18px;">1</span>
        </div>
    </div>
</div>