/*INFO CALDAIE*/
.main_info_boiler .filtro {
	border: 5px solid #E34127;
	background-color: #E34127;
	border-radius: 10px;
	margin-bottom: 20px;
}

.main_info_boiler .filtro .filtri_check,
.main_info_boiler .filtro .filtri_text {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
}

.main_info_boiler .single_boiler {
	border-radius: 10px;
	background-color: #f6f6f6;
	background-image: url(img/bg-caldaia.png);
	background-position: right top;
	background-repeat: no-repeat;
	/*display: table;*/
	/*content: "";*/
	background-size: cover;
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
	box-sizing: border-box;
}

.main_info_boiler .single_boiler .col-img {
	text-align: right;
}

.main_info_boiler .single_boiler img {
	width: 130px;
}

.main_info_boiler .filtro h2 {
	margin: 10px 0;
	line-height: normal;
	padding: 0 10px;
	color: #fff;
}

.main_info_boiler .filtri_text input {
	width: 100%;
	border-radius: 10px;
	padding: 5px 10px;
	border: 1px solid #DDD;
	color: #8d8d8d;
	/*font-weight: 200;*/
	margin-bottom: 7px;
}

.main_info_boiler .filtri_check .category_boiler {
	cursor: pointer;
	position: relative;
	padding-left: 28px;
	margin: 5px 0;
}

.main_info_boiler .filtri_check .category_boiler .fake-checkbox {
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
}

.main_info_boiler .filtri_check .category_boiler.category_selected .fake-checkbox:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 11px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg) scale(0);
	transition: all 0.2s;
	transform: translate(-50%, -60%) rotate(45deg) scale(1);
}

.main_info_boiler .sottotitolo {
	font-size: 1.1rem;
}

.open-product-pdf {
	margin-right: 5px;
	cursor: pointer;
}