@media (min-width: 1200px) {
	.container {
	  max-width: 1600px;
	}
}

body{
	color:#666666;
	margin-top:99.69px;
	font-family: 'Open Sans',sans-serif;
}

.text-responsive {
    font-size: calc(100% + 1vw + 1vh);
}

b, strong {
    /*color: darkslateblue;*/
	font-weight: bold;
}


/* Contenitore esterno per dare respiro */
.breadcrumb-container {
    background-color: #e9ecef; /* Grigio chiarissimo */
    padding: 5px 0;
	margin-bottom:1rem;
}

	.custom-breadcrumb {
		display: flex;
		flex-wrap: nowrap !important; /* Forza una sola riga */
		overflow-x: auto; /* Abilita lo scroll se il testo è lungo */
		white-space: nowrap;
		background: transparent;
		padding: 0.5rem 0;
		-webkit-overflow-scrolling: touch;
	}

	/* Evita che i separatori / si sovrappongano */
	.custom-breadcrumb .breadcrumb-item {
		font-size: 0.85rem;
		display: flex;
		align-items: center;
	}

	/* Nasconde la scrollbar per estetica su Desktop, ma resta funzionale */
	.custom-breadcrumb::-webkit-scrollbar {
		display: none;
	}

	
#main_menu_11{
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	-o-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);

	/*background: linear-gradient(180deg, rgba(52, 58, 64, 0.9) 0%, rgba(79, 88, 98, 0.9) 100%)*/;

	/*background: linear-gradient(180deg, rgba(28, 61, 90, 0.9) 0%, rgba(28, 61, 90, 0.9) 100%);*/

	border:0;
}
.navbar-brand{
	padding-top:0px;
	padding-bottom:0px;
}
.nav-link{
	color: #333333;
}
	.nav-link:hover{
		color: #666666!important;
	}

.title{
    color: #3FA6F2;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #B20303;
}

a{
	color: #4c555f;
}

.carousel-caption h2{
	color: #FFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.carousel-caption p{
	font-size:18px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.page-header{
    color: #4c555f;
    margin-bottom: 20px;
	font-size: 36px;
	border-bottom: #ededed solid 1px;
}

#footer_hero{
    
background: linear-gradient(
    180deg,
    #0C3B73 0%,
    #021E40 100%
);    
	color:#FFF;
	border-top:0px solid #ededed;
	margin-top:50px;
	padding:50px 0px 90px 0px;
}
    #footer_hero a{
        color:#CCC;
    }

.g-recaptcha{
	margin-bottom: 10px;
}

/* Widget WhatsApp Fisso */
#WhatsAppFixed{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}
#WhatsAppFixed .fa {margin-right: 5px;}




.img_box {
    position: relative;
    display: inline-block;
}

.overlay_badge{
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    -o-box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    cursor: help;
}
/*
.categoria_box{
	position:relative;
	border:1px solid #EEE;
	margin-bottom:15px;
}

	.categoria_box .caption {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    background-color: #FFF;
	    opacity: 0.80;
	    filter: alpha(opacity=75);
	    font-size: 15px;
		padding:10px 2px;
		font-weight: bold;
	}
*/

.prodotto_box{
	margin-bottom: 35px;
}
	.prodotto_box h4{
		font-size: 16px;
		margin-top: 0px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.desc_box{
		padding-top:10px;
	}

.prodotto_rel_box{
}
	.prodotto_rel_box h4{
		font-size: 14px;
		margin-top: 0px;
		margin-bottom: 10px;
	}

.prod_prezzo{
	margin-top:15px!important;
	font-weight: bold;
	color: #c7081b;
}


.produttore_box{
	position:relative;
	border:1px solid #EEE;
	margin-bottom:15px;
}

	.produttore_box .caption {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    background-color: #FFF;
	    opacity: 0.80;
	    filter: alpha(opacity=75);
	    font-size: 15px;
		padding:10px 2px;
		font-weight: bold;
	}
	




/* --- AGGIORNAMENTO TIPOGRAFIA BLINDANDO --- */

/* Font principale per tutto il corpo del testo */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #333333; /* Grigio scuro per miglior leggibilità */
    -webkit-font-smoothing: antialiased;
}

/* Titoli principali: Montserrat per un senso di solidità */
h1, h2, h3, .navbar-brand, .page-header h2, .page-header h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase; /* Rende i titoli più "imponenti" */
    letter-spacing: -0.5px;
    color: #1a2a40; /* Un blu notte molto profondo */
}

/* Titoli dei prodotti nelle schede */
.desc_box h4, .desc_box h4 a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #222;
}

/* Prezzi: Montserrat Bold per farli risaltare */
.prod_prezzo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.3rem;
}

/* Menu di navigazione */
.nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Pulsanti e Badge Promo */
.btn, .badge {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-radius: 4px; /* Un angolo leggermente più netto comunica precisione */
}

/* Testo nelle descrizioni brevi dei prodotti */
.desc_box div {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #666;
}


/* --- PAGINA PRODOTTO BLINDANDO --- */

/* Nome Prodotto */
h1.product-title, .page-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    color: #1a2a40;
    margin-bottom: 15px;
}

/* Prezzo principale (deve urlare "affare") */
.prezzo-attuale {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.5rem; /* Più grande per attirare l'occhio */
    color: #e31e24; /* Il rosso promozionale */
}

/* Specifiche tecniche e tabelle */
.table, .descrizione-prodotto {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Etichette delle specifiche (es. Classe di sicurezza, Isolamento) */
.spec-label {
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

/* Badge di classe di sicurezza (es. Classe 3, Classe 4) */
.badge-sicurezza {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    background-color: #1a2a40;
    color: #fff;
    padding: 8px 12px;
}

/* Pulsante "Aggiungi al carrello" */
.btn-aggiungi-carrello {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 30px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-aggiungi-carrello:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}





/* --- CARRELLO BLINDANDO: DESKTOP ARIOSO --- */
#tbl-prod {
    border-collapse: separate;
    border-spacing: 0 15px; /* Crea spazio verticale tra le righe */
    border: none;
    width: 100%;
}

#tbl-prod thead th {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #1a2a40;
    padding: 15px 30px; /* Margine orizzontale testata */
    border: none;
    background-color: transparent;
}

#tbl-prod tbody tr {
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05); /* Effetto profondità */
    transition: transform 0.2s ease;
}

#tbl-prod td {
    padding: 25px 30px !important; /* Margine orizzontale celle (30px) */
    vertical-align: middle !important;
    border-top: 1px solid #f0f0f0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

/* Arrotondamento bordi per effetto card */
#tbl-prod td:first-child { 
    border-left: 1px solid #f0f0f0 !important;
    border-top-left-radius: 12px; 
    border-bottom-left-radius: 12px; 
}
#tbl-prod td:last-child { 
    border-right: 1px solid #f0f0f0 !important;
    border-top-right-radius: 12px; 
    border-bottom-right-radius: 12px; 
}

/* --- CARRELLO BLINDANDO: RESPONSIVE MOBILE --- */
@media (max-width: 768px) {
    .table-responsive {
        border: none !important;
    }

    #tbl-prod, #tbl-prod tbody, #tbl-prod tr, #tbl-prod td {
        display: block;
        width: 100%;
    }

    #tbl-prod thead {
        display: none; /* Nasconde intestazione su mobile */
    }

    #tbl-prod tr {
        margin-bottom: 25px;
        border-radius: 15px;
        padding: 15px;
        border: 1px solid #eee;
    }

    #tbl-prod td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        padding: 10px 5px !important; /* Margine ridotto per schermi piccoli */
        border: none !important;
    }

    /* Immagine prodotto centrata su mobile */
    #tbl-prod td:first-child {
        justify-content: center;
        border-bottom: 1px solid #f5f5f5 !important;
        margin-bottom: 10px;
        padding-bottom: 20px !important;
    }

    /* Etichette per i dati su mobile */
    #tbl-prod td:nth-child(2):before { content: "Prodotto"; font-weight: bold; text-align: left; }
    #tbl-prod td:nth-child(3):before { content: "Prezzo"; font-weight: bold; }
    #tbl-prod td:nth-child(4):before { content: "Quantità"; font-weight: bold; }
    #tbl-prod td:nth-child(5):before { content: "Totale"; font-weight: bold; color: #28a745; }
}

/* --- BOX RIEPILOGO TOTALI --- */
.cart-summary-box {
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.03);
}