body {
	padding-top: 70px;
}

.container {
	width: 98vw;
}

@media (max-width: 1112px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,
	.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}
	.navbar-nav > li {
		float: none;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
}

.category-title {
	display: block;
	height: 2em;
	font-size: 1.25em;
	background-color: #008000;
	color: white;
	padding-top: 0.25em;
	padding-left: 1em;
	margin-bottom: 0.5em;
	margin-top: 0.25em;
}

.product-container {
	display: table;
	width: 100%;
	/* border: 1px solid grey; */
	border-radius: 0 0 3px 0;
	margin-bottom: 0.5em;
	-webkit-box-shadow: 4px 4px 6px -4px rgba(170, 170, 170, 1);
	-moz-box-shadow: 4px 4px 6px -4px rgba(170, 170, 170, 1);
	box-shadow: 4px 4px 6px -4px rgba(170, 170, 170, 1);
}

.product-container:hover {
	background-color: #eeeeee;
}

a.product {
	display: table-row;
	width: 100%;
	text-decoration: none;
	padding: 0px;
	margin-bottom: 0.5em;
	/* border: 1px solid grey; */
}

.product-image {
	display: inline;
	vertical-align: middle;
	padding: 0.5em;
}

.product-image > div {
	display: table-cell;
}

.product-image > div > img {
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 50%;
}

.product-description {
	display: inline-block;
	vertical-align: middle;
	padding: 0.25em;
	max-width: 70%;
}

.product-description > div {
	display: table-cell;
}

.product-description > div > h5 {
	font-size: 0.75em;
}

.product-description > div > p {
	font-size: 0.7em;
}

.product-price {
	display: inline-block;
	vertical-align: middle;
	float: right;
	padding: 0.5em;
}

.product-price > div {
	display: table-cell;
}

.product-price > div > h5 {
	color: darkgreen;
	font-size: 0.8em;
}

.product-price > div > h6 {
	color: #aaaaaa;
	font-size: 0.6em;
}

@media (min-width: 550px) {
	.product-image {
		padding-left: 2em;
	}
	.product-image > div > img {
		width: 50px;
		height: 50px;
	}

	.product-description > div {
		padding-left: 1em;
	}

	.product-description > div > h5 {
		font-size: 1em;
	}

	.product-description > div > p {
		font-size: 0.9em;
	}

	.product-price > div > h5 {
		font-size: 1.1em;
		padding-right: 1em;
	}

	.product-price > div > h6 {
		font-size: 0.9em;
		padding-right: 1em;
	}
}

@media (min-width: 1100px) {
	.product-list {
		margin: auto;
		text-align: center;
	}

	.product-container {
		width: 300px;
		display: inline-block;
		margin: 1em;
		padding: 0;
	}

	a.product {
		display: block;
		width: 100%;
	}

	.product-image {
		display: block;
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.product-image > div {
		display: block;
		padding-top: 10px;
		margin: 0;
		width: 100%;
		text-align: center;
	}

	.product-image > div > img {
		width: 200px;
		height: 200px;
		border-radius: 10px;
	}

	.product-description {
		display: inline-block;
		padding: 0;
		margin-top: 1em;
	}

	.product-description > div {
		display: block;
		padding: 0;
		margin: 0;
		text-align: center;
	}

	.product-price {
		display: inline-block;
		padding: 0;
		margin-top: 1em;
	}

	.product-price > div {
		display: block;
		padding: 0;
		margin: 0;
		text-align: right;
	}
}
