.popular_block {
	position: relative;
}
.popular_block_item {
	padding: 20px;
	position: relative;
	background: #ffffff;
	border: 1px solid rgba(119,106,97,0.1);
	box-shadow: 0px 0px 10px -11px #000000;
	margin: 0 0 15px 0;
	border-radius: 0;
	transition: border-color 0.3s;
}
.popular_block_img {
	display: block;
	width: 100%;
	height: 200px;
	margin: 0;
}
.popular_block_img a {
	display: block;
    width: 100%;
    height: 200px;
    line-height: 200px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
    box-sizing: border-box;
    transition: opacity 0.3s;
}
.popular_block_item img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	transition: transform 0.3s;
	vertical-align: middle;
}
.popular_block_item img:hover {
	transform: scale(1.05, 1.05);
}
.popular_block_name {
	display: block;
	font-size: 14px;
	color: #000000;
	line-height: 1.4;
	text-decoration: none;
	height: 20px;
	margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.popular_block_name a {
	text-decoration: none;
}
.popular_block_name a:hover {
	text-decoration: underline;
}
.popular_block_price {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	height: auto;
}
.popular_block_price .new_price {
	display: inline-block;
	font-size: 20px;
	line-height: normal;
	color: #f74802;
	font-family: 'dinpro', Tahoma, Arial, Sans-Serif;
	font-weight: bold;
}
.popular_block_price .old_price {
	font-family: 'dinpro', Tahoma, Arial, Sans-Serif;
	font-weight: bold;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    color: #000000;
    text-decoration: line-through;
    margin: 0;
    position: absolute;
    top: 25px;
    left: 0;
}
.popular_block_item_button {
	float: right;
	display: inline-block;
	font-family: 'dinpro', Tahoma, Arial, Sans-Serif;
    font-size: 12px;
	width: auto;
	text-transform: uppercase;
    color: #000;
    border: none;
    padding: 8px 20px;
    vertical-align: top;
    position: relative;
    background: #ececec;
    transition: background-color 0.3s;
    border-radius: 5px;
	text-decoration: none;
	transition: opacity 0.3s;
}
.popular_block_item_button:hover {
	opacity: 0.8;
}
.popular_block_buy {
	position: relative;
	text-align: left;
	white-space: nowrap;
	margin: 5px 0 0 0;
	padding: 0;
	height: 40px;
}