.mobile-footer-icon {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.11);
	text-align: center;
	z-index: 999;
}
.toolbar-inner {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	align-items: center;
	align-content: center;
	overflow: hidden;
}
.toolbar-inner .foot-icon {
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	flex-shrink: 1;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}
.label-icon-name {
	display: block;
	line-height: 1;
	margin: 0;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 10px;
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: 1px;
}
.foot-icon i {
	font-size: 20px;
	margin-bottom: 10px;
}
.mobile-footer-icon {
	display: none;
}
@media screen and (max-width: 480px){
	.mobile-footer-icon {
		display: block;
	}
}