.menus {
	width: 100%;		
}
.menus .menu {
	border-bottom: rgba(255,255,255,0.25) 1px solid;
	padding: 10px 0;
}
.menus .menu:last-child {
	border-bottom: 0 none;
}
.menus .menu a.button {
	margin-right: 15px;
	width: 200px;
}
.menus .menu a:not(.button) {
	border-bottom: 0 none;
	color: #fff;
	font-size: 14px;
	text-transform: normal;
}
.menus .menu a.right {
	color: #777;
	font-size: 12px;
	margin-top: 3px;
}
.menus .menu a i {
	padding-right: 5px;
}
@media screen and (max-width: 400px) {
	.menus .menu a:not(.button) {
		/* display: none; */
	}
}

.menus .menu.beverage {
	border-bottom: 0 none;
	display: inline-block;
	width: 32%;
}
.menus .menu.beverage a {
	border-bottom: rgba(255,255,255,0.25) 1px solid !important;
	padding: 10px 0;
}
.menus .menu.beverage:nth-child(2n) {
	text-align: center;
}
.menus .menu.beverage:nth-child(3n) {
	text-align: right;
}
@media screen and (max-width: 400px) {
	.menus .menu.beverage {
		display: block;
		padding: 0;
		width: 100% !important;
	}
	.menus .menu.beverage a {
		display: block;
		width: 100%;
	}
	.menus .menu.beverage:nth-child(2n) {
		text-align: left;
	}
	.menus .menu.beverage:nth-child(3n) {
		text-align: left;
	}
}