/**
* 2007-2024 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-2024 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.
*/
/* Header - mobile menu */
#header.ms-menu-opened {
	z-index: 9999999999 !important;
}
body:not(.elementor-editor-active) #header .ms-popupmenu-mobile {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	position: fixed;
	display: inline-block;
	left: 0;
	top: 0;
	z-index: 99999;
	overflow-x: hidden;
	margin-left: -110%;
	width: 350px;
	max-width: 100%;
	background-color: #fff;
	height: 100%;
	opacity: 0;
	padding: 0 15px;
	outline: 5000px solid rgba(0, 0, 0, .25);
}
body:not(.elementor-editor-active) #header.ms-menu-opened .ms-popupmenu-mobile, .elementor-editor-active.elementor-page-15010000 #header .ms-popupmenu-mobile {
	margin-left: 0%;
	opacity: 1;
}
body:not(.elementor-editor-active) #header .ms-popupmenu-btn {
	margin-bottom: 0;
	cursor: pointer;
}
body:not(.elementor-editor-active) #header .ms-popupmenu-btn-close {
	cursor: pointer;
}

.ms-fix-valign .elementor-widget-wrap {
	align-content: center !important;
}