.component_ad .product_box_with_disp
{
	margin: 13px; /* Solo per home evidenza */
}
.component_ad .product_box
{
	max-width: 500px;
	box-shadow: 1px 2px 20px 3px #dddddd;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	text-align: left;
	padding: 20px;
}
.component_ad .product_box .striscia_usato
{
    color: #917053;
    font-size: 15px;
}
.component_ad .product_box_with_disp .disponibilita
{
	background: #50505022;
	color: #505050;
	z-index: 8;
	font-size: 12px;
	border-radius: 10px;
	margin: 0 auto;
	padding: 5px;
	font-weight: 500;
}
.component_ad .product_box_with_disp .disponibilita.pc
{
	background: #e6f2dc;
	color: #509a2d;
}
.component_ad .product_box .image
{
	position: relative;
	overflow: hidden;
	height: 200px;
}
.component_ad .product_box .image a img
{
	max-width: 100%;
	max-height: 100%;
	transition: .5s;
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.component_ad .product_box .image a img:hover
{
	transform: scale(1.2);
}
.component_ad .product_box .image .spare img
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
	opacity: 0.2;
}
.component_ad .product_box .title
{
	background: #FFF;
	height: 50px;
	line-height: 1;
	position: relative;
	z-index: 6;
}
.component_ad .product_box .title h2
{
	font-size: 14px;
	margin-top: 5px;
}
.component_ad .product_box.used .title
{
	background: #FFF;
}
.component_ad .product_box a
{
	text-decoration: none;
	color: #000;
}
.component_ad .product_box .price
{
	font-weight: bold;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.component_ad .product_box .price a
{
	color: #000;
}
.component_ad .product_box .price a:hover
{
	text-decoration: underline;
	color: #fe9a20;
}
.component_ad .product_box .price .to_discount
{
	font-weight: 100;
}
.component_ad .product_box .reviews
{
	height: 24px;
}
.component_ad .product_box .reviews a
{
	display: flex;
	height: 100%;
	font-size: 12px;
	color: #034486;
	text-decoration: none;
}
.component_ad .product_box .characteristics
{
	height: 50px;
}
.component_ad .actions a
{
	height: 35px;
	margin: 10px 0;
	border: 0;
}
.component_ad .actions a i
{
	margin-right: 8px;
}
