﻿@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url('https://fonts.googleapis.com/css?family=Rubik');



body, html {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    color: #464646;
    height: 100%;
    font-weight: 400;
    letter-spacing: 1px;
}

.contenitore {
    position: relative;
    width: 98vw;
    height: 98vh;
}

.contenitore img {

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
}


* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

p {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: justify;
}

h1 {
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 0px;
    font-weight: bold;
}

h2 {
    font-size: 28px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

a {
    text-decoration: none;
    color:inherit;
}


hr {
    color: #acacac;
    background-color:#acacac;
    margin-top:10px;
    margin-bottom:10px;
}

.clear {
    clear: both;
    float: none;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.floatRightImp {
    float: right !important;
}

.noborder {
    border: 0px !important;
}

.alignCenter {
    text-align: center;
}

.contentStretto {
    max-width: 1200px;
    margin: auto;
}

.top50 {
    margin-top: 50px;
}

.paddingTop50 {
    padding-top: 50px;
}

.bottom50 {
    padding-bottom: 50px;
}

.bottom15 {
    margin-bottom: 15px;
}

.left5perc {
    margin-left: 5%;
}

.right5perc {
    margin-right: 5%;
}

/* ##### MASTER ##### */
#cookie {
    background-color: rgba(0,0,0,1);
    font-family: Calibri, serif;
    color: white;
    position: fixed;
    bottom: 0;
    text-align: justify;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 999999;
}

.contenitoreTesto {
    float: left;
    width: 90%;
    padding: 20px 10px 10px 10px;
    vertical-align: middle;
    height: 100%;
    text-align: right;
}

    .contenitoreTesto a {
        color: #99d420;
    }

        .contenitoreTesto a:hover {
            color: #99d420;
            text-decoration: underline;
        }

.contenitoreBottoni {
    float: left;
    width: 10%;
    padding: 15px 5px 15px 10px;
}

#Button1 {
    float: right;
    border-radius: 5px;
    background-color: #be6b6b;
    color: white;
    font-weight: bold;
    margin-left: 15px;
    width: auto;
    padding: 20px;
    cursor: pointer;
}

    #Button1 a {
        color: white;
    }

    #Button1:hover {
        color: #464646;
    }

#Button2 {
    float: left;
    border-radius: 5px;
    background-color: #009a00;
    color: white;
    font-weight: normal;
    text-shadow: 2px 2px 5px black;
    width: auto;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
}

    #Button2:hover {
        background-color: #6bbe6b;
    }

.testata {
    height: 203px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 999;
}

.topTestata {
    width: 100%;
    height: 45px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #acacac;
    color: #0095d5;
    vertical-align: middle;
}

    .topTestata i {
        color: #0095d5;
        font-size: 29px;
        padding-top: 8px;
        float: left;
    }

    .topTestata a {
        color: #0095d5;
        padding-top: 12px;
        float: left;
        font-size: 18px;
    }

.contenutoTestata {
    width: 1200px;
    margin: auto;
    height: 106px;
    position:relative;
}

#logo {
    width: 120px;
    /*border: 1px solid red;*/
    height: 76px;
    float: left;
    margin-top:12px;
}

.boxRicercaTestata {
    margin-left: 20px;
    width: calc(100% - 186px);
    height: 46px;
    margin-top: 30px;
    background-color: #f8f8f8;
    border: 1px solid #acacac;
    border-radius: 5px 0px 0px 5px;
    float: left;
    padding: 4px;
    color: #acacac;
}

.catTestata {
    float: left;
    font-size: 15px;
    cursor: pointer;
    width:220px;

}

    .catTestata span {
        padding-top: 9px;
        float: left;      
    }
#catRicerca {
    width: 190px;
    overflow: hidden;
}

    .catTestata i {
        padding-top: 7px;
        float: left;
    }

.elencoCatRicerca {
    z-index: 999;
    position: absolute;
    top: 75px;
    left: 140px;
    background-color: #f8f8f8;
    border: 1px solid #acacac;
    color: #acacac;
    width: auto;
    min-width:220px;
    height: auto;
}
    .elencoCatRicerca table{
        width:100%;
    }
    .elencoCatRicerca table tr td {
        height: 40px;
        border-bottom: 1px solid #acacac;
        padding:5px;
    }

    .elencoCatRicerca table tr td:hover {
       color:#0095d5;
    }

    .ricercaTestata {
    float: left;
    background: transparent;
    border: 0px;
    width: calc(100% - 220px);
    height: 36px;
    font-size: 15px;
}

    .ricercaTestata:focus {
        outline: 0;
    }

    .ricercaTestata::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #c9c9c9;
        opacity: 1; /* Firefox */
        font-size: 15px;
    }

    .ricercaTestata:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #c9c9c9;
        font-size: 15px;
    }

    .ricercaTestata::-ms-input-placeholder { /* Microsoft Edge */
        color: #c9c9c9;
        font-size: 15px;
    }


.pulsanteRicercaTestata {
    float: left;
    height: 46px;
    width: 46px;
    margin-top: 30px;
    background-color: #0095d5;
    vertical-align: middle;
    text-align: center;
    padding-top: 12px;
}

    .pulsanteRicercaTestata i {
        color: white;
        font-size: 29px;
    }

.menu {
    width: 100%;
    height: 52px;
    background-color: #0095d5;
}

.voceMenu {
    color: white;
    font-size: 15px;
    height: 52px;
    width: 120px;
    float: left;
    background-color: transparent;
    text-align: center;
    padding-top: 18px;
    cursor: pointer;
}

    .voceMenu i {
        color: white;
        font-size: 16px;
    }

    .voceMenu:hover {
        background-color: #005987;
    }

.voceMenuSelected {
    color: white;
    font-size: 15px;
    height: 52px;
    width: 120px;
    float: left;
    background-color: #005987;
    text-align: center;
    padding-top: 18px;
    cursor: pointer;
}

.footer {
    height: 220px;
    width: 100%;
    background-color: #f8f8f8;
    border-top: 1px solid #acacac;
    color: #0095d5;
    vertical-align: middle;
}

.content {
    min-height: calc(100% - 423px) !important;
    height: 100%;
    margin-top: 203px;
}
/* ##### DEFAULT ##### */
.boxBannerGrande {
    background-color: #f8f8f8;
    border: 1px solid #acacac;
    width: 770px;
    height: 475px;
    float: left;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: transform .2s; /* Animation */
}
    .boxBannerGrande img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%,-50%);
        
    }

    .boxBannerGrande:hover {
        transform: scale(1.02);
    }


    .boxContenitoreBannerMedi {
    float: left;
    margin-left: 30px;
    width: 400px;
    height: 475px;
}

.boxBannerMedi {
    width: 100%;
    height: 230px;
    background-color: #f8f8f8;
    border: 1px solid #acacac;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform .2s; /* Animation */
}
    .boxBannerMedi:hover {
        transform: scale(1.02);
    }

.boxBannerMedi img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
    width:inherit;
}

.boxBannerPiccoli {
    width: 30%;
    height: 225px;
    background-color: #f8f8f8;
    border: 1px solid #acacac;
    cursor: pointer;
    float: left;
    position: relative;
    overflow: hidden;
    transition: transform .2s; /* Animation */
}
    .boxBannerPiccoli:hover {
        transform: scale(1.02);
    }
.boxBannerPiccoli img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
    
}

.boxBannerLargo {
    width: 100%;
    height: 300px;
    background-color: #f8f8f8;
    border: 1px solid #acacac;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform .2s; /* Animation */
}

    .boxBannerLargo:hover {
        transform: scale(1.02);
    }

        .boxBannerLargo img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%,-50%);
            width: inherit;
        }
    .boxLinkVeloci {
    height: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .boxLinkVeloci span {
        font-size: 20px;
        color: #acacac;
        width: 20px;
        float: left;
        height: 40px;
        padding: 10px 18px 10px 18px;
        text-align: center;
    }

.LinkVeloci {
    font-size: 20px;
    color: #acacac;
    cursor: pointer;
    width: 200px;
    float: left;
    height: 40px;
    padding: 10px;
    text-align: center;
}

    .LinkVeloci:hover {
        color: #464646;
        border-bottom: 1px solid #0095d5;
    }

.LinkVelociSelected {
    font-size: 20px;
    color: #464646;
    border-bottom: 1px solid #0095d5;
    cursor: pointer;
    width: 200px;
    float: left;
    height: 40px;
    padding: 10px;
    text-align: center;
}

.boxProdottiVeloci {
    width: 20%;
    height: 350px;
    float: left;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
}

    .boxProdottiVeloci:hover {
        -webkit-box-shadow: 0px 0px 20px 2px rgba(179,179,179,1);
        -moz-box-shadow: 0px 0px 20px 2px rgba(179,179,179,1);
        box-shadow: 0px 0px 20px 2px rgba(179,179,179,1);
    }

.boxImgProdottiVeloci {
    width: 100%;
    position: relative;
    height: 210px;
    margin-bottom: 10px;
}

    .boxImgProdottiVeloci img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%,-50%);
        max-height:210px;
    }

.boxProdottiVeloci h1 {
    color: #0095d5;
    font-size: 14px;
    text-align: left;
}

.boxProdottiVeloci h2 {
    color: #464646;
    font-size: 14px;
    text-align: left;
}

.boxProdottiVeloci h3 {
    color: #acacac;
    font-size: 13px;
    text-align: left;
}

    .boxProdottiVeloci h3:hover {
        color: #0095d5;
    }

.boxProdottiVeloci hr {
    width: 100%;
    color: #acacac;
    margin-top: 10px;
    margin-bottom: 10px;
}

.divLinkCategoria {
    width: auto !important;
}

.divLinkCategoriaLinea {
    width: 100%;
    border-bottom: 1px solid #acacac;
    height: 40px;
}

.boxBannerPiccoli {
    width: 30%;
    height: 225px;
    background-color: #f8f8f8;
    border: 1px solid #acacac;
    cursor: pointer;
    float: left;
}

/* ##### FINE DEFAULT ##### */

/* ##### INIZIO ELENCORISULTATIPRODOTTO ##### */
.imgRisultati {
    width: 250px;
    height: 250px;
    position: relative;
    border: 1px solid red;
    float: left;
    margin-right: 20px;
}

    .imgRisultati img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%,-50%);
        max-width:250px;
    }

.descrProdotto {
    width: calc(100% - 270px);
    float: left;
}

    .descrProdotto h1 {
        padding-top: 0px;
        margin-top: 0px;
        font-size: 22px;
    }

    .descrProdotto h2 {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 5px;
        padding-bottom: 0px;
    }

    .descrProdotto p {
        margin-top: 0px;
        padding-top: 0px;
    }

.bottoni {
    height: 30px;
    border-radius: 5px;
    background-color: #0095d5;
    color: white;
    float: left;
    margin-right: 10px;
    padding: 5px;
}

    .bottoni i {
        font-size: 18px;
    }

.elencoRisultati {
    width: 100%;
    margin-top: 20px;
}
.elencoRisultati h3{
    text-align:center;
    color:#464646;
    font-size:14px;
}
    .elencoRisultati h3 a:hover{
        color:#0095d5;

    }
        .imgDettRisultati {
    width: 120px;
    height: 120px;
    position: relative;
    border: 1px solid red;
    float: left;
    margin-right: 20px;
}

    .imgDettRisultati img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%,-50%);
        max-height:120px;
    }
    

.descrDettRisultati {
    float: left;
    width: calc(68% - 142px );
    padding: 5px 10px 5px 10px;
}

    .descrDettRisultati h1 {
        font-size: 15px;
        color: #0095d5;
        margin-top: 0px;
        padding-top: 0px;
    }

    .descrDettRisultati p {
        text-align: justify;
        font-size: 14px;
        margin-top: 0px;
        padding-top: 0px;
    }

    .descrDettRisultati img {
        float: left;
        max-height: 30px;
        border: 0px;
        margin-right: 10px;
    }

    .descrDettRisultati i {
        color: #acacac;
        font-size: 16px;
    }

    .descrDettRisultati div {
        float: left;
        font-size: 14px;
    }

.infoDettRisultati {
    float: left;
    width: 20%;
    padding: 5px 10px 5px 10px;
}

.prezzoRis {
    font-size: 15px;
    text-align: right;
    margin: 0px;
    padding: 0px;
}

.spedizioniRis {
    font-size: 15px;
    color: #acacac;
    text-align: right;
    margin: 0px;
    padding: 0px;
}

.prezzoTotRis {
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    margin: 0px;
    padding: 0px;
}

.DispoRis {
    color: #acacac;
    font-size: 14px;
    text-align: right;
    margin: 0px;
    padding: 0px;
}
.DispoRis i{
    font-size:10px;
}


.bottoniDettRisultati {
    float: left;
    width: 12%;
    padding: 5px 10px 5px 10px;
}
.bottoniDettRisultati div{
    background-color:#0095d5;
    border-radius:5px;
    height:40px;
    color:white;
    font-size:12px;
    padding:14px 5px 14px 5px;
    text-align:center;
    cursor:pointer;
}
    .bottoniDettRisultati div:hover {
        background-color: #acacac;
        color:#464646;
    }
    .oscura{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:9999;
        background-color: rgba(0,0,0,0.8);
    }

.pnlEvidenza {
    position:fixed;
    width: 60%;
    left: 20%;
    right: 20%;
    top:200px;
    z-index: 99999;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 10px 0px #575757;
    -moz-box-shadow: 5px 5px 10px 0px #575757;
    -o-box-shadow: 5px 5px 10px 0px #575757;
    box-shadow: 5px 5px 10px 0px #575757;
    padding:20px;
    height: auto;
    min-height:400px;
    max-height: calc(100% - 400px);
}
.pnlEvidenza div{
    overflow-y:auto;
    width:100%;
    height:100%;

}
.risparmio{
    color:#0095d5;
    font-size:12px;
}

/* ##### FINE ELENCORISULTATIPRODOTTO #####*/

/* ##### INIZIO REINDIRIZZA #####*/

.titReindirizza{
    text-align:center;
}
.titReindirizza i{
    color: #0095d5;
    font-size:18px;
}
    .titReindirizza span {
        font-size: 18px;
    }
    .titReindirizza span a{
        color:#acacac;
    }
        .titReindirizza span a:hover {
            color: #0095d5;
        }
        .titReindirizza img{
            max-height:250px;
        }

/* ##### FINE REINDIRIZZA #####*/

/* ######## SCHEDAVENDITORE ###### */
.intestazioneVenditore{
    margin-bottom:20px;
}
.intestazioneVenditore img{
    float:left;
    margin-right:20px;
}
.intestazioneVenditore div {
    float: left;
}
.intestazioneVenditore h1{
    margin-top:0px;
    padding-top:0px;
}
.tabSchedeVenditore{
    margin-top:30px;
}
.pnlFornitore {
    width: 100%;
    background-color: #f8f8f8;
    padding: 20px;
    margin-bottom: 30px;
}
.pnlFornitore table{
    width:100%;
}
    .pnlFornitore p {
        text-align:justify;
        margin-bottom:20px;
    }


.rigaDettFornitore td, .rigaDettFornitore th {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
}

/* ###### FINE SCHEDAVENDITORE ######*/