.part-img-container
{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.part-img-content
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
    align-items: center;
}

.part-flag-container
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.part-flag-box
{
	width: 25%;
	height: auto;
	float: right;
}
.part-flag
{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-image: url('https://img.associatedelectrics.com/images/sprites/part_flags.sprite.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 300%;
	display: block;
}
.part-flag-hot
{
	background-position-x: 0;
}
.part-flag-ft
{
	background-position-x: 50%;
}
.part-flag-new
{
	background-position-x: 100%;
}

.part-name
{
	line-height: 1.2em;
	min-height: 2.4em;
}
.part-name a
{
	display: block;
	position: relative;
	line-height: 1.2em;
	max-height: 2.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	margin-right: -0.1em;
	padding-right: 1em;
}
.part-container:hover .part-name a
{
	max-height: none;
}
/* create the ... */
.part-name a:before
{
	content: '...';
	position: absolute;
	right: 0;
	bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.part-name a:after
{
	content: '';
	position: absolute;
	right: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: white;
}

.part-price
{
	line-height: 1.5em;
	height: 3em;
}
