/* CrinoDesign */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
/*------------------------------ GLOBAL */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    font-family: 'Lato', sans-serif;
}
body {
    width: 100%;
    background-color: white;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #838383;
}

a:hover {
    text-decoration: none;
    color: #333;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-size: 16px; 
    line-height: 14px;
    font-weight: 900;
    color: #333;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 14px;
    font-weight: 400;
    color: #333;
}

h5 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 14px;
    font-weight: 700;
    color: white;
}

h6 {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 10px;
    font-weight: 400;
    color: white;
}


th span {
    font-size: 12px;
    color: #838383;
}

.table td {
    font-size: 12px;
    color: #4F4F4F; 
}

/*- HEADER -----------------------------*/
.sopra-1 {
    padding-top: 26px;
}
.sopra-2 {
    padding-top: 2px;
}
.hd-logo {
    margin: 0;
    text-align: left;
}
.logo {
    width: 100%;
    height: auto;
}
.search-box {
    width: 80%;
    height: 50px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #CDCECF;
    display: flex;
    align-items: center;
    justify-content:space-between;
    background-color: #F4F5F8;
}

.search-btn {
    float: right;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #F4F5F8;
}

.search-txt {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    width: 80%;
    font-family: 'Lato', sans-serif;
    color: #6F6F6F;
    font-size: 12px;
    font-weight: 300;
}
#cart-sopra {
    margin: 0;
    padding: 20px 0 0 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#cart-sopra ul {
    float: right;
    list-style: none;
}
#cart-sopra ul li {
    display: inline-block;
    margin-left: 15px;
}
#cart-sopra ul li img {
    margin-right: 5px;
}
#cart-sopra ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #114476;
    text-decoration: none;
    font-weight: 400;
}
#cart-sopra ul li a:hover {
    text-decoration: none;
}

.navbar {
    padding: 5px 0;
    width: 100%;
}
.nav-link {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #114476 !important;
}

.dropdown-item {
    font-size: 14px;
    color: #114476;
    font-weight: 400;
}

#navWrapper {
    min-height: 50px;
}
.naviS {
    min-height: 50px;
    background-color: white;
}

/* ------- */

.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute !important;
	width: 100%;
	left: 0;
	right: 0;
    top: 50px;
	padding: 15px;
}

/* ------- */


/* FOOTER */
.bg-newsletter {
    background-color: #114476;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dentro-footer .input-newsletter {
    font-family: 'Lato', sans-serif;
    color: #6F6F6F;
    font-size: 12px;
    font-weight: 300;
    border: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 70%;
    height: 40px;
    margin-right: 0;
}

.dentro-footer .btn-iscriviti-newsletter {
    margin-left: -2px;
    width: 30%;
    height: 40px;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    background-color:  #F0F0F0;
    background-image: url(../images/icona_email_grigia.svg);
    background-position: center right 10px;
    background-repeat: no-repeat;
    color: #707070;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dentro-footer .check-newsletter {
    margin-top: 4px;
}
.dentro-footer .label-newsletter {
    margin-left: 4px;
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 10px;
    font-weight: 300;
}

.footer-grigio {
    padding: 15px 0 5px 0;
    background-color: #F4F5F8;
    color: #707070;
    border-top: 1px solid #CDCECF;
    font-size: 12px;
}

#newsletter_div {
    position:fixed;
    bottom:0;
    padding:8px 0 8px 0;
    z-index:99998;
}

/*------- NOTIFICA CARRELLO -----------------*/

#notifica-carrello {
    position: fixed;
    top: 28px;
    right: 28px;
    z-index: 99999;
    background-color: rgba(138, 201, 190, 0.9);
    border-radius: 5px;
    color: white;
    padding: 14px;
    font-size: 12px;
    display: none;
}

#carrello-sotto {
    position: fixed;
    bottom: 28px;
    left: 28px;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    color: white;
    padding: 14px;
    font-size: 12px;
    display: none;
}

/*------CONTATTI------- */
.input-contatti {
    font-family: 'Lato', sans-serif;
    color: #6F6F6F;
    font-size: 12px;
    font-weight: 300;
}

.fieldtrue {
    border-color: #8AC9BE;
}
.fielderror {
    border-color: red;
}
.errore_gdpr {
    color: red !important;
}

/* BOTTONE ISCRIVITI */
#btNewsFisso {
    position: fixed;
    width: 70px;
    height: 80px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 4px 6px 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #114476;
    color: white;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
}

/* CARD */
.card {
    border: 1px solid white;
}
.card:hover {
    border: 1px solid red;
}

/* PRODOTTO - Elenco tab */
.tab_fisso {
    position: fixed;
    top: 90px;
    width: auto;
}

#elencoTabProd {
    position: absolute;
}

/* TIPOGRAFIA */
.titolo { 
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.testo { font-family: 'Lato', sans-serif; font-size: 14px; font-weight: 400; color: #707070; }
.f-12 { font-size: 12px !important; }
.f-14 { font-size: 14px !important; }
.f-20 { font-size: 20px !important; }
.f-24 { font-size: 24px !important; }
.titoloGrande {
    font-family: 'Lato', sans-serif;
    font-size: 16px; 
    line-height: 14px;
    font-weight: 900;
}
.link-scuro { color: #464646 !important; }
.link-scuro:hover { color: red !important; }
.prezzo { 
    font-family: 'Lato', sans-serif;
    font-size: 18px; 
    line-height: 14px;
    font-weight: 900;
    color: #114476;
}
.nomeFile { font-size: 14px; font-weight: 700; }
.colore-blu { color: #114476; }
.colore-grigio { color: #333; }
.colore-rosso { color: red; }

/* BTN */

.btn-acquista {
    background-color: #114476; /*4F4F4F  6F6F6F*/
    color: white !important;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.btn-acquista:hover {
    background-color: #C32828;
    color: white;
}
.btn-svuota {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 300;
}


/*-- CLASSI UTILI ---------------------------- */
.relativo { position: relative; }
.v-centrato { display: flex; align-items: center; justify-content: space-between; }
.sfondo-grigio-chiaro { background-color: #F4F5F8 !important; }
.altezza-20 { height: 20px !important;}
.altezza-30 { height: 30px !important;}
.altezza-50 { height: 50px !important;}
.altezza-100 { height: 100px !important;}
.altezza-200 { height: 200px !important;}
.padding-t-10 { padding-top: 10px; }
.padding-b-10 { padding-bottom: 10px; }

.solo-sul-tel { visibility: hidden; display: none; }

.badge-blu {
    color: white;
    border-radius: 50%;
    background-color: #114476;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.evidenzaHover:hover {
    border-top-color: #114476 !important;
    border-bottom-color: #114476 !important;
}

/* -- CLASSI GEONETWORK -- */
.col_full {
    margin-bottom: 25px; 
}

.col_full h4 {
    color: #444444; 
    font-size: 16px;
    font-weight:bold;
    line-height: 1.5;
    margin: 0 0 20px;
}
.col_full h5 {
    line-height: 1.5;
    color: #444444;
    margin: 0px 0px 20px;
    font-size: 14px;
}
.caption { padding-top: 5px; }
.center {
    text-align: center !important;
}
.video_deas { width:25%; margin-right:8%; }
.mfp-hide { display: none; }

/*-- CLASSI MODIFICATE ---------------------------- */
.btn-primary { background-color: #114476; border-color: #114476; }
.btn-lg { font-size: 16px; font-weight: 400; }
.list-group-item { font-family: 'Lato', sans-serif; font-size: 14px; font-weight: 400; color: #707070; } 

.list-group-item.active {
    z-index: 2;
    color: #114476 !important;
    background-color: transparent;
    border-color: transparent;
}

.list-group-item a.active {
    z-index: 2;
    color: #114476 !important;
}

.list-group-item.active_p {
    z-index: 2;
    color: white !important;
    background-color: #114476;
}

.list-group-item a.active_p {
    z-index: 2;
    color: white !important;
    background-color: #114476;
}

.carousel-item{
    height: 550px;
} 
.carousel-item img{
    position: absolute;
    object-fit:contain;
    top: 0;
    left: 0;
    height: 550px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #707070;
}

.carousel-indicators .active {
    
}


.carousel-control-next-icon {
    background-image: url(../images/slideN.svg);
}

.carousel-control-prev-icon {
    background-image: url(../images/slideP.svg);
}

.modal-backdrop {
    z-index: 100000000 !important;
}

.modal.fade {
  z-index: 100000001 !important;
}


@media (min-width: 320px) and (max-width: 480px) {
    .sopra-1 { padding-top: 8px; }
    .hd-logo { margin: 0; text-align: center; }
    .paddingCell { padding-left: 15px !important; padding-right: 15px !important; }
    .logo { width: 70%; }
    #cart-sopra { text-align: center; display: block; width: 80%; margin-left: 15%; margin-top: 2px; }
    #navWrapper {
    min-height: 0;
    }
    .navbar-toggler { 
        position: absolute;
        margin-left: 5%; 
        top: -52px; 
    }
    .elenco-sottocat { 
    position: relative;
    left: auto;
    top: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    }
    .centrato {
    position: relative;
    }
    .nascondi-su-tel { display: none; visibility: hidden; }
    .dentro-footer .btn-iscriviti-newsletter {
    background-position: center center;
    }
    .solo-sul-tel { visibility: visible; display: block; }
    .icona-lingua-tel { margin-bottom: 2px; }
    .fixed { position: relative; }
    .naviS {
    min-height: 0 !important;
    background-color: white;
    border-top: 0;
    padding: 0;
        top: -20px !important;
    }
    #carrello-sotto {
        display: none;
    }
    .fixed-bottom {
    position:relative !important;
    }
    .megamenu-li {
	position: relative !important;
    }
    .megamenu {
	position: relative !important;
	width: 100%;
    height: auto;
	left: 0;
	right: 0;
    top: 10px;
    margin-bottom: 10px;
	padding: 5px;
    }
    #newsletter_div {
    position:relative;
    padding:4px 0 4px 0;
    }
    .mobileOverflow { overflow-x: scroll; }
    #elencoTabProd { position: relative; }
    #newsletter_div { z-index: 9; }
    .carousel-item{
        height: 220px;
    } 
    .carousel-item img{
        position: absolute;
        object-fit:contain;
        top: 0;
        left: 0;
        height: 220px;
    }
    .video_deas { width:80%; margin-left:10%; }

}




