@charset "UTF-8";
/*
Theme Name: Zahar
Theme URI: http://zahar.jwsuperthemes.com
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: Zahar is a warm and welcoming multipurpose and online shop website theme. A truly spectacular theme. Big on choice, Zahar offers you a great selection of sophisticated demo websites that are ready-made and easily deployed with a single click, requiring minimal cosmetic customization and branding before you go live with your content, the same day you install Zahar.
Requires at least: WordPress 4.9.6
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: LICENSE
Text Domain: zahar
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

img[title]:hover::after {
    content: attr(title);
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
    top: 100%; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
}
.tooltip {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
    display: none; /* Initially hidden */
}
