.mobile-menu {
    position: fixed;
    height: 100%;
    width: 350px;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #ccc;
	z-index: 999999;
	background-color: #000;
	color: #fff;
	font-size: 1.3em;
	display: none;
}
.mobile-menu .login {
	display: inline-block;
	width: calc(100% - 80px);
	margin: 15px;
}
.mobile-menu .login-area {
	position: static;
	height: auto;
}
.mobile-menu .close-menu {
    padding: 11.5px 10.8px;
    display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-size: 1.5em;
}
.mobile-menu .main-links {
    list-style: none;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    /* border-bottom: 1px solid #514f4f; */
    margin: 0;
}
.mobile-menu .main-links li {
    display: inline-block;
    width: 49%;
    text-align: left;
}
.mobile-menu .main-links a {
    color: #fff;
}
.mobile-menu .ubermenu-submenu-drop {
    background-color: transparent;
}
.mobile-menu .all-products .fa,
.mobile-menu .menu-items li > i {
    display: none;
}
.mobile-menu .login i {
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 10px;
}
.mobile-menu li .sub-cat,
.mobile-menu li .sub-menu,
.mobile-menu .ubermenu-submenu-drop {
    display: none;
}
.mobile-menu li .sub-menu {
    background-color: transparent;
    list-style: none;
}
.mobile-menu ul {
    margin: 0;
}
.mobile-menu .menu-items > li {
	border-bottom: 1px solid #3f3f3f3f;
	font-size: 16px;
}
.mobile-menu .menu-items li a {
	padding: 13px 10px;
	display: block;
	text-transform: uppercase;
}
.mobile-menu .menu-items li {
	position: relative;
}
.mobile-menu li > a i {
	position: absolute;
	right: 0;
	top: 0;
	padding: 7px 25px 8px 10px;
    font-size: 30px;
	z-index: 2;
	font-weight: bold;
}
.mobile-menu li.menu-active > a i {
	line-height: 23px;
}
.mobile-menu .menu-active .submenu-opened > a i {
    font-size: 20px;
    line-height: 19px;
    margin-top: 10px;
}
.mobile-menu li > a .fa-angle-right:before {
	content: "\f107";
}
.mobile-menu .menu-active > a > .fa:before {
    font-size: 20px;
}
.brand.logo .fa-bars,
#logomarca .fa-bars {
    font-size: 35px;
    color: #5b5b5b;
    padding-left: 40px;
    display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}
.mobile-menu .back-main-menu .fa-angle-left {
    font-size: 20px;
    color: #272727;
}
.mobile-menu .back-main-menu {
	display: none;
	cursor: pointer;
	color: #272727;
}
.mobile-menu .menu-items {
    height: calc(100% - 105px);
	overflow-y: auto;
	background-color: rgba(255, 255, 255, 0.15);
}
.mobile-menu .menu-items .menu-active > a {
    font-weight: bold;
}
.mobile-menu .menu-items .menu-active li {
    padding: 0;
    font-size: 16px;
}
.mobile-menu .menu-items .menu-active li a {
    padding: 10px;
    display: block;
}
.mobile-menu .menu-items .menu-active li a i {
	transition: transform .3s ease-in-out;
}
.mobile-menu .menu-items .menu-active li ul {
	padding: 0;
    max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease-in-out;
}
.mobile-menu .menu-items > li.menu-active {
    border-bottom: none;
}
.mobile-menu .menu-items .menu-active li:first-child {
    border-top: 1px solid #e0e0e0;
}
.mobile-menu li .sub-menu li {
    border-bottom: 1px solid #e0e0e0;
}
.mobile-menu .menu-items li a {
	color: #fff;
}
.mobile-menu .menu-items .menu-active ul a {
	color: #444;
}
.mobile-menu .menu-items .submenu-opened a i {
	transform: rotateZ(90deg);
	padding-bottom: 5px;
}
.mobile-menu .menu-items .menu-active .submenu-opened ul {
	max-height: 2000px;
	background-color: #fff !important;
	border-bottom: 1px solid #e0e0e0;
}
.mobile-menu .menu-items .menu-active li ul {
	background-color: #fff !important;
}
.mobile-menu .menu-items .menu-active li ul li,
.mobile-menu .menu-items .menu-active .submenu-opened ul li {
    margin-top: 0;
    border-bottom: none;
	border-top: none;
	font-size: 15px;
}
.mobile-menu .menu-items > .menu-active > ul {
    background-color: #d8d8d8 !important;
}
.mobile-menu .menu-items .menu-active li ul li a,
.mobile-menu .menu-items .menu-active .submenu-opened ul li a {
    padding: 9px 10px;
}
.mobile-menu .menu-items .menu-active .submenu-opened > a {
	padding-bottom: 7px;
	font-weight: bold;
}
.mobile-menu .menu-active > a > i:before,
.mobile-menu .menu-items .menu-active .submenu-opened > a > i:before {
	content: "\f00d";
}
.mobile-menu .menu-items .menu-active .submenu-opened ul li i {
    display: none;
}
.mobile-menu .menu-items .departamentos > a:before {
	content: "\f0c9";
	font-family: FontAwesome;
	margin-right: 5px;
}
.mobile-menu ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    background-color: #F5F5F5;
	border-radius: 6px;
}
.mobile-menu ::-webkit-scrollbar {
    width: 10px;
	background-color: #F5F5F5;
}
.mobile-menu ::-webkit-scrollbar-thumb {
	background-color: gray;
	border-radius: 6px;
}

@media only screen and (max-width: 767px) {
	#header div.brand.logo {
		display: table;
	}
	#shift-menu .shiftnav-toggle-button {
		padding: 12px 10px;
		color: #fff;
		cursor: pointer;
		font-size: 18px;
		display: block;
		text-transform: uppercase;
		background-color: #000;
	}
	.genipabu #header div.inside {
		padding: 20px 0;
	}
}