.footer_navigation_container {
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: 0 0 25px rgba(0,0,0,.25);
	/* para movil, limitar z-index ya que tapa el modal*/
	z-index: 1049;
}

.footer_navigation_fixed {
	background: #2C2D33; 
	margin: 0;
	padding: 0;
	list-style: none; 
	
	position: relative;
	display: block;
	overflow: hidden; 
	bottom: 0;
}

.footer_navigation_fixed .item-navigation  {
	float: left;
	box-sizing: border-box;
	width: 33.333%;
	position: relative;
}

.footer_navigation_fixed .item-navigation > a {
	display: block;
	padding: 10px;
	margin: 0;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	font-size: 24px;
}

.dropup-fixed {
	display: block;
}

.dropup-fixed .dropdown-menu {
	top: unset;
    bottom: 7%;
    margin-bottom: 2px;
    position: fixed;
    left: unset;
}

#navMainLoginWrapper_fixed {
	width: 100%;
	padding: 12px;
	background-color: #2c2d33;
	border: #2c2d33;
	color: #fff;
}

#navMainLoginWrapper_fixed .glyphicon-user {
	font-size: 21px;
}

#navMainShoppingCart_fixed .total-cart {
	display: none;
}

#navMainShoppingCart_fixed .glyphicon-shopping-cart {
	font-size: 27px;
}