/*
Theme Name: Yoome Child
Theme URI: http://demo.theme-sky.com/yoome/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: yoome
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: yoome-child
*/

:root {
    --pink: #f4417e;
}

/*** HEADER ***/

.header-middle > .container > .header-right {
    width: 240px;
    position: relative;
}

.lang-switcher {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 14px 0;
}

.lang-item {
    list-style: none;
    padding: 0;
}

.lang-item a {
    padding: 3px 6px;
    transition: 0.3s ease;
    transform-origin: left center;
}

.lang-item:hover a {
    text-decoration: none;
    background: var(--pink);
    color: #fff;
}

.lang-item.current-lang a {  
    background: var(--pink);
    color: #fff;
}