.cleared_row:after {
	content: "";
	display: table;
	clear: both;
}



#main .ul_stripped,
.ul_stripped li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}
ol.associated_products.ul_stripped {
	display: flex;
	flex-direction: row;	
	flex-wrap: wrap;
}

ol.associated_products.ul_stripped li {
	margin: 5px;
	box-shadow: 0 3px 3px rgba( 0,0,0,.35);
	background-color: #fff;
	width: calc( 33% - 10px ); 
	max-width: calc( 33% - 10px ); 
	float: left;
	overflow: hidden;
	position: relative;
}
ol.associated_products > li > .price_row.cleared_row {
	position: absolute;
	bottom: 28px;
	width: 100%;
}

ol.associated_products > li > .price_row.cleared_row:last-child {
	bottom: 0px;
}



.padded {
	padding: 8px;
}

.css_image {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.title_row {
	padding: 8px;
	min-height: 65px;
}

.title_row > a {
	float: left;
}

.title_row > * + * {
	margin-left: 8px;
}

#main .title_row h3 {
	padding-top: 5px;
	margin-top: 0;
	margin-bottom: 0;
	font-family: museo-slab,serif;
	font-size: 14px;
	font-weight: normal;
}

.title_row a + h3 {
	margin-left: 65px;
}

.title_row img {
	width: 55px;
	height: 50px;
	float: left;
	margin-right: 10px;
}

.image_row {
	padding: 8px 0;
}

.image_row > div {
	padding: 100% 0 0 0;
}

.text_row {
	font-size: 12px;
	line-height: normal;
	padding: 8px 8px 60px 8px;
	border-bottom: 1px solid rgba( 0,0,0, .35 );
}

.price_row {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    text-align: center;
    width: 100%;
}

.price_row > * {
	font-size: 14px;
	display: inline-block;
	box-sizing: border-box;
	text-transform: uppercase;
	line-height: 28px;
	padding: 0 8px;
}

#main .price_row > a,
#main .price_row > a:visited {
    background-color: #3399ff;
    color: #fff;
    float: right;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    width: 100%;
}

#main .price_row > a:hover {
	color: #fff;
	background-color: #99ccff;
}

/* -------- iPhone 6 plus and similar  -------- */
@media only screen and (max-width:736px) {

	ol.associated_products.ul_stripped li {
		margin: 5px;
		max-width: calc( 50% - 10px );
	}

	#main .title_row a + h3 {
		font-size: 24px;
		margin-left: 130px;
		margin-top: 30px;
	}

	.title_row img {
		width: 110px;
		height: 100px;
	}

	.image_row {
		padding: 8px 0;
	}

}


@media only screen and (max-width: 400px) {
	ol.associated_products.ul_stripped li {
		margin: 5px;
		max-width: calc( 100% - 10px );
	}

}