/**
* 2007-2022 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-2022 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.
*/
.container_base_sidemegamenu {
    width: auto;
    float: left;
    display: inline-block;
    vertical-align: middle;
    padding: 36px 0;
    position: relative;
    margin-right: 10px;
}
.base-menu-sidevertical ul li.level-1 ul li > a {
	color: var(--global-palette3);
    font-weight: 500;
    float: left;
    position: relative;
    width: 100%;
    display: block;
    padding: 4px 0;
    text-align: left;
}
.base-menu-sidevertical ul li.level-1 ul li > a:before {
    content: "\E313";
    font-family: "Material Icons";
    margin-right: 3px;
    float: left;
    font-size: 16px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}
.base-menu-sidevertical li.level-2 {
    position: relative;
    float: left;
    width: 100%;
}

.base-menu-sidevertical ul li.level-1 ul li:hover a{
    color: var(--global-palette1);
}
#base-menu-sidevertical .sideverticalmenu-content {
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
    padding: 11px 20px 21px;
}
#base-menu-sidevertical .base-sub-menu .menu-item.item-line .title {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}
#base-menu-sidevertical .base-sub-menu .menu-item.item-line .sub-title {
    float: left;
    width: 100%;
    margin: 10px 0 0;
}
.base-menu-sidevertical li.level-1 {
    cursor: pointer;
    float: left;
    width: 100%;
	position: relative;
}
.base-menu-sidevertical ul li.level-1 ul li.item-header > a.submenu-title {
	padding: 0 0 5px 0;
    font-weight: 500;
    margin: 0 0 5px 0;
    text-transform: capitalize;
    color: var(--global-palette3);
    border-bottom: var(--border);
}
.base-menu-sidevertical ul li.level-1 ul li.item-header {
    float: left;
    margin: 0;
    width: 100%;
    text-align: left;
}
.base-menu-sidevertical .sideverticalmain-menu {
	background-color: #fff;
	box-shadow: var(--global-box-shadow);
	-moz-box-shadow: var(--global-box-shadow);
	-webkit-box-shadow: var(--global-box-shadow);
	height: 100%;
	left: 0%;
	margin-left: 0;
	overflow: auto;
	padding: 0;
	position: fixed;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-khtml-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	top: 0;
	/* opacity: 1; */
	transform: translateX(-102%);
	width: 327px;
	z-index: 9999;
}
.title-sideverticalmenu-mobile i {
    cursor: pointer;
    float: left;
    margin: 0;
    width: auto;
    font-size: 24px;
    line-height: 30px;
    color: var(--global-palette3);
}

.base-menu-sidevertical ul li.level-1 > a span.base-left-arrow{
    float: left;
    width: auto;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
    padding: 0 10px 0 0;
	display:none;
}

.base-menu-sidevertical .sideverticalmain-menu.slide {
	transform: translateX(0rem);
	opacity: 1;
}
.container_base_sidemegamenu .base-sub-menu .html-block p,
.container_base_sidemegamenu .base-sub-menu .html-block a {
	margin: 0;
	padding: 0;
}
.container_base_sidemegamenu  .label-warning .menu-subtitle{
	background: #f7ba43;
	display: none;
}
.container_base_sidemegamenu  .label-warning .menu-subtitle::after {
	color: #f7ba43;
}
.container_base_sidemegamenu .label-info .menu-subtitle{
	background: #40aed7;
	display: none;

}
.container_base_sidemegamenu .label-info .menu-subtitle::after {
	color: #40aed7;
	display: none;
}
.container_base_sidemegamenu .label-success .menu-subtitle{
	background: #86bc43;
	display: none;
}
.container_base_sidemegamenu .label-success .menu-subtitle::after {
	color: #86bc43;
}
.container_base_sidemegamenu .label-danger .menu-subtitle{
	background: #ff4141;
	display: none;
}
.container_base_sidemegamenu .label-danger .menu-subtitle::after {
	color: #ff4141;
}
.base-menu-sidevertical .menu-dropdown {
	background-color: var(--global-palette9);
}
.base-menu-sidevertical ul li.level-1:hover > a,
.base-menu-sidevertical li.level-1:hover .collapse-icons i {
    color: var(--global-palette1);
}
.base-menu-sidevertical ul li.level-1 > a, .base-menu-sidevertical ul li.level-1 .more-menu .categories {
    color: var(--global-palette3);
    float: left;
    padding: 5px 0;
    font-weight: 500;
    text-align: left;
    width: 100%;
}
.base-menu-sidevertical li.level-1 span.navbar-toggler {
	padding: 0;
	float: right;
	position: absolute;
	text-align: center;
	width: 24px;
	height: 24px;
	top: 6px;
	right: 0;
	line-height: 24px;
}
#base-menu-sidevertical.base-menu-sidevertical li.level-1 span.navbar-toggler .remove {
	display: none;
}
.base-menu-sidevertical li.level-1 .collapse-icons i {
    font-size: 18px;
    line-height: 17px;
    color: var(--global-palette3);
}
#base-menu-sidevertical.base-menu-sidevertical li.level-1 .collapse-icons[aria-expanded="true"] .remove{
	display: block;
} 
#base-menu-sidevertical.base-menu-sidevertical li.level-1 .collapse-icons[aria-expanded="true"] .add {
	display: none;
}
.base-menu-sidevertical .sideverticalmain-menu .title_main_menu {
    background-color: var(--global-palette1);
    padding: 15px 20px ;
    float: left;
    width: 100%;
	position: relative;
	text-align: left;
}
.base-menu-sidevertical .sideverticalmain-menu .title_main_menu .title_menu {
    color: var(--global-palette9);
    font-size: 16px;
    line-height: 20px;
    float: left;
    width: 100%;
}
.base-menu-sidevertical .sideverticalmain-menu .title_main_menu i {
    position: absolute;
    display: block;
    left: auto;
    color: var(--global-palette9);
    right: 15px;
    cursor: pointer;
    line-height: 20px;
    font-size: 20px;
}
.base-menu-sidevertical {
    float: left;
    position: static;
    width: 30px;
    height: 30px;
}
.base-menu-sidevertical .base-menu-col {
	width: 100%;
	margin:0 0 10px;
}
@media (max-width: 991px) {
    .container_base_sidemegamenu{
        display: none;
    }
}

/****reponsive****/













