/**
 * Copyright (C) 2017-2019 thirty bees
 * Copyright (C) 2007-2016 PrestaShop SA
 *
 * thirty bees is an extension to the PrestaShop software by PrestaShop SA.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@thirtybees.com so we can send you a copy immediately.
 *
 * @author    thirty bees <modules@thirtybees.com>
 * @author    PrestaShop SA <contact@prestashop.com>
 * @copyright 2017-2019 thirty bees
 * @copyright 2007-2016 PrestaShop SA
 * @license   Academic Free License (AFL 3.0)
 * PrestaShop is an internationally registered trademark of PrestaShop SA.
 */

/* block top languages */
#header_right #languages_block_top {
	float:right;
	margin: 0;
	padding:2px 6px 1px 6px;
	-moz-border-bottom-right-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background: none repeat scroll 0 0 #000;
}
#header_right #languages_block_top p {
	clear: left;
	padding-right:20px;
	font: 11px Arial,Verdana,sans-serif;
	color: #ccc;
	text-align: right;
	background: url("img/block_languages_top_p_bg.png") no-repeat scroll right 1px transparent;
}
#languages_block_top ul#first-languages li {
	float: left;
	margin-right: 3px
}
#languages_block_top ul#first-languages li.selected_language {
	float: left;
}
/*languages with jquery*/
#countries {
	cursor: pointer;
	position: relative;
	top: 1px;
}
#countries p {
	position: relative;
	top: 0;
	padding: 0;
}
#countries p img {
	padding-left: 5px;
}
#countries .countries_ul{
	display:none;
	z-index: 10000;
	padding:10px;
	list-style-type:none;
}



#countries .countries_ul_hover {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bottom_menu_mobile #countries p img {
	padding-left: unset !important;
    margin-right: 3px !important;
}


.bottom_menu_mobile p.selected_language {
	color: #000000;
	padding: 13px !important;
	width: fit-content;
	border-right: none;
	border-left: none;
}
.bottom_menu_mobile div#languages_block_top {
	width: unset;
}

.bottom_menu_mobile ul#first-languages {
	width: fit-content;
    background: red;
    position: absolute;
    top: -100px;
    background-color: #fff;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
    transition: opacity .25s ease, visibility .25s ease;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px #00000026;
}

.bottom_menu_mobile #languages_block_top ul#first-languages li {
	margin-right: 0px;
}

.bottom_menu_mobile a.icon_iso_sec,
.bottom_menu_mobile #first-languages .selected_language
{
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    align-items: center;
    gap: 5px;
}
