.sr-item {
	margin-bottom: 15px;
}

.sr-item .image-part {
	position: relative;
	height: 0;
	padding-bottom: 67%;
	width: 100%;
	overflow: hidden;
	border-radius: 3px !important;
}

.sr-item .image-part a {
	display: block;
	color: #444444;
	position: absolute;
	height: 100%;
	overflow: hidden;
}
.sr-item .text-part a {
	color: #444444;
	display: block;
}
.sr-item .text-part a:hover, .sr-item .text-part a:active {
	text-decoration: none;
	color: #444444;
}
.sr-item .text-part h2 {
	font-size: 1.0em;
	color: rgb(72, 72, 72);
	font-weight: 600 !important;
	margin:0 !important;
	line-height: 1.5rem;
}
.sr-item .text-part .small-description {
	padding: 7px 0 0px 0;
	font-size: 0.75em;
	color: rgb(118, 118, 118);
	font-weight: 600;
	text-transform: uppercase;
}

.sr-item .text-part .sub-title {
	color: rgb(72, 72, 72);
	font-weight: 300;
	font-size: 0.875em;
}

.sr-item .image-part .price-part {
	position: absolute;
	bottom: 0;
	padding: 3px 15px;
	background: rgba(0, 0, 0, 0.48);
	color: #fff;
}
.sr-item .image-part .upper-tag-part {
	position: absolute;
	top:0;
	padding: 3px 15px;
	background: rgba(255, 254, 170, 0.48);
	color: #fff;
}
.sr-item .image-part .hover-cover {
	height: 100%;
	background: transparent;
}
.sr-item .image-part .hover-cover:hover {
	background: rgba(0, 0, 0, 0.12);
}
.sr-item .image-part a img {
	height: 100%;
}