#page {
	padding-top: 92px;
	overflow: hidden;
}

@media (max-width: 872px) { 
	#page {
		padding-top: 60px;
	}
}

#page .search {
	margin: 10px 0;
	margin-right: 20px;
    position: relative;
}

#page .search .token {
	border: 1px solid rgba(0,0,0,0.8);
	padding: 10px;

	background: transparent url("/images/search-03.png") no-repeat center right 10px;
	width: 100%
}

#page .search-result {
	position: absolute;

	background: white;
	z-index: 10;
	width: 100%;
	max-height: 30vh;

	overflow: hidden;
	overflow-y: auto;
	color: black;

	border: 1px solid rgba(0,0,0,0.8);
	border-top: 0;
	display: none;
}

#page .search-prod {
	padding: 5px 0;
	margin: 0 10px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

#page .search-result a {
	color: inherit;
	text-decoration: none;
}

#page a:last-child .search-prod {
	border: none;
}

#page .search-prod .image {
	float: left;
	width: 60px;
	height: 60px;
}

#page .search-prod .flow {
	margin-left: 70px;
}

#page .search-prod .code {
	font-size: 12px;
}

section.showcase {
	padding-top: 10px;
	margin-left: 325px;
}

section.showcase div.bread-crumbs {
	color: #263238;
	font: 14px OpenSans;
}

section.showcase div.bread-crumbs a {
	color: #263238;
}

section.showcase header.showcase-header {
	text-align: left;
	font: bold 20px OpenSans;
	padding: 20px 0;
}

/* section.showcase .products {
	margin: 0;
} */

@media (max-width: 1512px) and (min-width: 1275px),  (max-width: 960px) and (min-width: 891px) {
	section.showcase .products {
		width: 870px;
	}

	section.showcase .product:nth-child(4n) {
		margin-right: 30px;
	}

	section.showcase .product:nth-child(3n) {
		margin-right: 0;
	}
}

@media (max-width: 1274px) and (min-width: 961px), (max-width: 890px) and (min-width: 585px) {
	section.showcase .products {
		width: 570px;
	}

	section.showcase .product:nth-child(3n) {
		margin-right: 30px;
	}

	section.showcase .product:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 960px) {
	section.showcase {
		margin-left: 10px;
		margin-right: 10px;
	}

	/* section.showcase .product:nth-child(3n) {
		margin-right: 30px;
	}

	section.showcase .product:nth-child(2n) {
		margin-right: 0;
	} */
}

@media (max-width: 584px) {
	section.showcase .products {
		width: 100%;
	}

	/* section.showcase .product {
		float: none;
		margin: 0 auto 30px;
	} */

	/* section.showcase .product:nth-child(3n) {
		margin: 0 auto 10px;
	}

	section.showcase .product:nth-child(2n) {
		margin: 0 auto 10px;
	} */
}