/* @override http://localhost:8888/fruli/drinks/css/drinks.css */

div#content.DrinksPage.content.typography.products {
	width: 80%;
	max-width:80%;
	margin-right: auto;
	margin-left: auto;
	position: static;
}

div#DrinkImage {
	float: left;
	width: 100%;
}

div#DrinkDetails {
	width: auto;
	clear: both;
}

#DrinksHolder ul {
width:100%;
	text-align: center;
}

li.Drink {
	width: 30%;
	overflow: auto;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

#DrinkImage img {
cursor: url('../images/favicon.ico'), pointer;	
}
#DrinkDetails h2.decorated {
	display: none;
} 

/* BREAKPOINT 960px */

@media only screen and (max-width: 960px) {

}

@media only screen and (max-width: 670px) {

li.Drink {
	float: none;
	width: 85%;
	padding-top: 10px;
	margin-top: 30px;
}

#DrinkDetails h2.decorated {
	display: block;
} 

}