/*
Theme Name: Glozin Child
Theme URI: https://wpglozin.com/
Author: UIXThemes
Author URI: https://uix.store
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glozin
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: glozin
*/

/* Country switcher inside hamburger footer */
#mobile-menu-panel .panel__footer {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

#mobile-menu-panel .panel__footer .acs-mobile-footer-switcher {
    display: flex;
    align-items: center;
}

#mobile-menu-panel .panel__footer .acs-mobile-footer-switcher .acs-switcher {
    position: relative;
    display: inline-block;
}

#mobile-menu-panel .panel__footer .acs-mobile-footer-switcher .acs-switcher__trigger {
    background: transparent;
    border: 0;
    padding: 0;
    min-height: auto;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

#mobile-menu-panel .panel__footer .acs-mobile-footer-switcher .acs-switcher__dropdown {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    right: auto;
    min-width: 220px;
    z-index: 99999;
}

.rtl #mobile-menu-panel .panel__footer .acs-mobile-footer-switcher .acs-switcher__dropdown {
    left: auto;
    right: 0;
}

.hamburger-panel .panel__footer {
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}