/**
* 2007-2019 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-2019 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.
*/
.logo-menu {
    width: 150px;
    position: absolute;
    left: 0;
    right: 0;
    top: 33px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.mblemenu-container .navbar-nav {
    display:table;
    width:50%;
    margin: 0;
}
.mblemenu-container .navbar-nav > li {
    float:none;
    display:table-cell;
    text-align:center;
}

.mblemenu-container .navbar-nav > li > a {

    text-transform: uppercase;
    font-weight:700;
    font-size:16px;
    color: black !important;
}

.mblemenu-container .navbar-right > li{
    text-align: left;
}

.mblemenu-container .navbar-left > li{
    text-align: right;
}

.mblemenu-container .navbar-right{
    padding-left: 110px;
}

.mblemenu-container .navbar-left{
    padding-right: 130px;
}

.dropdown-menu {
    border: 0;
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.2);
    border-radius: .125rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 14px;
}

.dropdown-menu li {
    padding-bottom: 5px;
    padding-top: 5px;
}

.mblemenu-container .navbar-nav > li > a:hover {
    color: #349c6c;
}

.nav > li > a:hover, .nav > li > a:focus{
    background: transparent !important;
}