h2{ line-height: normal; }
.blocco.noborder{ border: 0px !important; }

.voce a{ color: #444; }
.blocco{ line-height: normal; }
.blocco:not(:last-child){ border-bottom: 1px solid #ccc; }
.blocco .titolo { width: calc(100% - 35px); }
.trust_text { padding-right: 20px; }
.cont_box_paesi{ background: #f8f8f8; }

.btn_richiedi_preventivo{
	background: #8E0E1A;
	color: #fff;
	padding: 5px 10px;
}
.cont_img_brand{ min-height: 60px; }
.cont_img_brand a{
	width: 100%;
	float: left;
}
.cont_img_brand img{
	max-width: 100px;
    max-height: 50px;
    margin: 0 auto;
}

.cont_numero_verde{
	border: 1px solid #ccc;
	background: url('/origin/images/supporto.jpg') bottom right no-repeat;
	background-size: 21%;
    min-height: 255px;
    padding-right: 250px !important;
}
body.webp .cont_numero_verde { background-image: url('/origin/images/supporto.webp'); }

.cont_numero_verde .numero_verde{
	width: 175px;
	height: 65px;
	background-size: 100% !important;
}
.cont_numero_verde .numero_verde.it{ background: url('/origin/images/assistenza-it.png') center center no-repeat; }
body.webp .cont_numero_verde .numero_verde.it{ background-image: url('/origin/images/assistenza-it.webp'); }

.cont_numero_verde .numero_verde.en{ background: url('/origin/images/assistenza-en.png') center center no-repeat; }
body.webp .cont_numero_verde .numero_verde.en{ background-image: url('/origin/images/assistenza-en.webp'); }

.cont_numero_verde .numero_verde.fr{ background: url('/origin/images/assistenza-fr.png') center center no-repeat; }
body.webp .cont_numero_verde .numero_verde.fr{ background-image: url('/origin/images/assistenza-fr.webp'); }

.cont_numero_verde .numero_verde.de{ background: url('/origin/images/assistenza-de.png') center center no-repeat; }
body.webp .cont_numero_verde .numero_verde.de{ background-image: url('/origin/images/assistenza-de.webp'); }

.blocco ul{ margin-top: 20px !important; padding-left: 40px !important; }
.blocco ul li{ list-style: disc; }

/* tabelle */
.dati_bonifico{
	border: 1px solid #ccc;
    font-size: 15px;
    word-wrap: break-word;
}
.tab_dati_bonifico{
	border: 1px #eee solid;
    margin-bottom: 30px;
    padding: 10px;
}
.tab_dati_bonifico .row{ padding: 2px 10px; }

.tab_custom td,
.tab_custom th{
	min-width: 100px;
	padding: 10px 20px;
	text-align: center;
}
.tab_custom td:first-child, .tab_custom th:first-child{ text-align: right; }
.tab_custom td:last-child, .tab_custom th:last-child{ padding-left: 50px; }
.tab_custom tr:not(:last-child){ border-bottom: 1px solid #ccc; }
.tab_custom tr:first-child{ border-bottom: 2px solid #ccc; }

.tab_custom tr:nth-child(even) { background-color: #f2f2f2; }
.tab_custom tr:nth-child(odd) {	background-color: #fff; }


.tab_custom.tab_sped td, .tab_custom.tab_sped th{ min-width: 240px; padding: 10px; }
.tab_sped tr:first-child{ background-color: #fff !important; }
.tab_custom.tab_sped td:first-child, .tab_custom.tab_sped th:first-child { text-align: left; }

/* fine tabelle */

/* pagina chi siamo */

.cont_numero_verde .numero_verde.ex{ background: url('/origin/images/numero_verde_en.png') center center no-repeat; }
body.webp .cont_numero_verde .numero_verde.ex{ background-image: url('/origin/images/numero_verde_en.png'); }

/* sprite */

.icon_info_chi{ background: url('/origin/images/sprite/icone-info.png') no-repeat; display: inline-block; }
body.webp .icon_info_chi{ background-image: url('/origin/images/sprite/icone-info.webp'); }
.consegne_veloci{
	background-position: -3px -13px;
	width: 76px;
	height: 52px;
}
.sped_sicura{
	background-position: -92px -4px;
	width: 58px;
	height: 70px;
}
.sped_ex{
	background-position: -163px -8px;
	width: 63px;
	height: 63px;
}

/* fine pagina chi siamo */

/* mobile */

.btn_menu_info {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #0091e2;
    position: fixed;
    left: calc(50% - 27px);
    bottom: 20px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
    z-index: 950;
}
.btn_menu_info i{ margin-top: 2px; }
.sez_overlay{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 997;
    display: none;
}
.menu_info.mobile_open{
	position: fixed;
	display: block !important;
	z-index: 1000;
	background: #fff;
    left: 10px;
    right: 10px;
    bottom: 85px;
}
.menu_info.mobile_open .voce{
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px !important;
}
.menu_info.mobile_open .voce a{
	width: 100%;
	height: 100%;
	float: left;
	padding: 15px;
}
.menu_info.mobile_open .voce:not(:last-child){ border-bottom: 1px solid #ccc; }
.menu_info.mobile_open .voce a.active{ color: #8E0E1A; }


@media (max-width: 768px){
	.cont_numero_verde{
		background: none;
		padding: 20px !important;
	}
	.main_container{ padding-left: 15px !important; padding-right: 15px !important; }
	.cont_box_paesi, .blocco{
		margin-left: -15px;
    	margin-right: -15px;
    	width: calc(100% + 30px) !important;
	}
	.blocco{
		padding-left: 15px;
	    padding-right: 15px;
	}
	.icon_info_chi{ zoom: 84%; }
	.tab_dati_bonifico .row{ padding: 10px; }
}
@media (max-width: 500px){
	.tab_custom{ width: 100%; }
	.tab_custom.tab_sped td, .tab_custom.tab_sped th{ min-width: 10px !important; }
}