#shop-status-container {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 32px;
	z-index: 999;

	text-align: center;
	
	background-color: #00ace9;
	color: #fff;
	
	@shop-status-inner {
		display: inline-block;
	}
}