/*
Theme Name: Inner Peace
Theme URI: http://example.com/inner-peace
Author: Aram Ghazaryan
Author URI: http://example.com
Description: Inner Peace Mindfulness & Meditation Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inner-peace
*/

.header__top__hover {
    position: relative;
    display: inline-block;
}

.header__top__hover ul {
    position: absolute;
    top: 100%;           /* directly below the span */
    left: -9px;
    /*background: #fff;*/
    padding:0;
    margin: 0;
    list-style: none;

    display: none;       /* hide by default */
    z-index: 9999;
}

.header__top__hover:hover ul {
    display: block;      /* show on hover */
}

.header__top__hover span {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.header__top__hover ul li {
    padding: 0 10px;
    white-space: nowrap;
}
.header__top__hover ul li:nth-child(1)
{
    display: none;
}
.header__top__hover ul li img
{
    width: 25px;
    height: auto;
}
.header__top__hover  img
{
    width: 25px;
    height: auto;
}