#content {
	max-width: 1024px;
	margin: 0 auto;
}

#container {
	background-color: #bdbcbc;
}

#container {
	background-color: #fff;
}

#looplistaus,
#looplistausrelated,
.tuoteryhmalistaus,
.productlisting {
	display: flex;
	flex-flow: row wrap;
	margin-top: 20px;
}

#looplistaus h1,
#looplistaus h2,
#looplistaus h3,
#looplistaus h4,
#looplistaus h5,
#looplistausrelated h1,
#looplistausrelated h2,
#looplistausrelated h3,
#looplistausrelated h4,
#looplistausrelated h5,
.tuoteryhmalistaus h1,
.tuoteryhmalistaus h2,
.tuoteryhmalistaus h3,
.tuoteryhmalistaus h4,
.tuoteryhmalistaus h5 {
	width: 100%;
}

#looplistaus .clink,
#looplistausrelated .clink,
.productlisting .clink,
.tuoteryhmalistaus .clink,
.tuoteryhmalistaus > a {
	flex: 0 0 auto;
	width: calc(33.3333% - 20px);
	padding: 0;
	margin: 10px;
	box-sizing: border-box;
	position: relative;
}

.categoryproduct {
	display: inline-block;
	height:auto;
	border: none;
	width: 100%;
	height: calc(100% - 63px);
	background-color: #fff;
	outline: 1px solid #ddd;
	transition: 0.4s height;
	float: none;
	padding: 0 0 63px;
	margin: 0;
}
.clink.omClass .categoryproduct {
	height: calc(100% - 16px);
	padding: 0 0 16px;
}
.ajoneuvo .categoryproduct { height: calc(100% - 9px); padding: 0 0 4px; }
.cpic {
	width: calc(100% - 20px);
	margin: 10px auto;
	float:none;
	max-width:300px;
}

.cdetails {
	width: calc(100% - 20px);
	margin-bottom:1em;
}

br.newlooknone {
	display:none;
}

b.productname {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

.cdetails span.price {
	display: block;
}

.saldos {
	position: absolute;
	bottom: 0;
	width: calc(100% - 20px);
	padding-bottom: 10px;
}

.pricehighlight {
	margin-bottom: 4px;
	display: inline-block;
}

.murupolku a, .murupolku span.current, .murupolku span.passive {
	background-image: url(/img/bg-crumbs3.png);
	padding: 7px 13px 8px 17px;
	border-left: 1px solid #d9d9d9;
	height: 14px;
}

.murupolku span.current {
	font-weight: bold;
	background-position: 100% 0px;
}

.productmurulast {
	font-weight: bold;
}

.ajoneuvo a {
	text-decoration: none;
}

.nobold {
	font-weight: normal !important;
}

@media (max-width: 620px) {
	#looplistaus .clink,
	#looplistausrelated .clink,
	.productlisting .clink,
	.tuoteryhmalistaus .clink,
	.tuoteryhmalistaus > a {
		width: calc(50% - 20px);

	}
}
