/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 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
 * 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.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 */
#mega_menu_plus ul li div.sub{
}
#mega_menu_plus ul li:hover div.sub,
#mega_menu_plus ul li.baiframehover div.sub{
	display:block;
}
#mega_menu_plus ul li div.sub{
	position:absolute;
}
#mega_menu_plus .fullwidth{
	width:100%;
	left: 0px;
	overflow: hidden;
}
#mega_menu_plus .autowidth{
	width:auto;
}
#mega_menu_plus a{
	text-decoration: none;
	position:relative;
	visibility:visible;
	display:block;
}
#mega_menu_plus  .mobi{
	display:none;
}
#mega_menu_plus .menu-item-link-text:before{
	padding-right: 2px;
}
body ul.mg-menu  li{
	list-style:none;
}