.top_hits_products .block_item .old_price span{
	text-decoration: line-through;
	font-style: normal;
	padding-bottom: 1px;
}
.top_hits_products .block_item .item_price{
	color: #950000;
}
.top_hits_products .jshop_price {
	font-family: Nunito;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	color: rgba(240, 90, 45, 1);
}
.top_hits_products .name a {
	font-family: Nunito;
	font-size: 24px;
	font-weight: 800;
	line-height: 28.8px;
	color: rgba(47, 59, 69, 1);
}
.top_hits_products .description {
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: rgba(47, 59, 69, 1);
}
.top_hits_products {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
	padding-top
}
.top_hits_products .block_item {
	border-radius: 10px;
	box-shadow: 0px 4px 25px 0px rgba(144, 142, 142, 0.25);
	background-color: #fff;
	padding: 32px;
	width: 31%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}