/**
* 2007-2017 PrestaShop
*
* 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.txt.
* It is also available through the world-wide-web at this URL:
* http://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@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2017 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/* Dropdown Button */
.dropbtn {
  line-height: 1;
    cursor: pointer;
    padding: 0;
    margin: 0 0 0 50px;
    height: 24px;
    width: 24px;
    display: block;
    background: url(../img/eg_msm_globe2.png) no-repeat;
    background-size: 24px 24px;
    background-position: 0px 0px;
}

.dropbtn:hover {
  opacity: 0.8;
}

/* The container <div> - needed to position the dropdown content */
#_desktop_eg-msm-dropdown, #_mobile_eg-msm-dropdown {
  float: right;
  display: inline-block;
}

#_desktop_eg-msm-dropdown {
  position: relative;
}

.eg-msm-left {
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, .25);
}

.eg-msm-title span {
  font-size: 1.125rem;
  font-weight: 700;
}

.eg-msm-select-group {
  margin-bottom: 10px;
}

select.eg-msm-updating {
  opacity: 0.2 !important;
}

#_mobile_eg-msm-dropdown .eg-msm-left {
  display: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  padding: 30px;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100000;
}

#_mobile_eg-msm-dropdown .dropdown-content {
  left: 0;
}

.dropdown-image {
  width: 125px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

#_desktop_eg-msm-dropdown #dropDownShop {
  width: 575px;
}

#_mobile_eg-msm-dropdown #dropDownShop {
  width: 100%;
}
