﻿
/* LINGUETTE START*/


.linguette {
    position: fixed;
    right: 0px;
    top: 129px;
    width: auto;
    /* overflow: hidden; */
    z-index: 11;
}

ul.linguette li {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4e7ea+0,d0d3d6+100 */
    background: #e4e7ea; /* Old browsers */
    background: -moz-linear-gradient(top, #e4e7ea 0%, #d0d3d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e4e7ea 0%, #d0d3d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e4e7ea 0%, #d0d3d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e7ea', endColorstr='#d0d3d6', GradientType=0 ); /* IE6-9 */
    border: 1px solid white;
    border-right: none;
    -moz-box-shadow: 0px 2px 11px 0px rgba(179, 174, 174, 0.6);
    -webkit-box-shadow: 0px 2px 11px 0px rgba(179, 174, 174, 0.6);
    box-shadow: 0px 2px 11px 0px rgba(179, 174, 174, 0.6);
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    clear: both;
    position: relative;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    padding: 20px 30px 16px 60px;
    right: -10px;
    text-shadow: 0 1px 0 white;
    color: #696a6f;
    width: 190px;
    min-height: 60px;
}

    ul.linguette li:hover {
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        right: 0px;
    }

    ul.linguette li img,
    .trigger img {
        position: absolute;
        top: 15px;
        left: 15px;
        height: 30px;
        width: 30px;
    }

    ul.linguette li:nth-child(1) img {
        top: 14px;
        left: 14px;
    }

    ul.linguette li:nth-child(2) img {
        top: 26px;
        left: 16px;
    }

    ul.linguette li:nth-child(3) img {
        top: 24px;
        left: 17px;
    }

    ul.linguette li:nth-child(4) img, ul.linguette li:nth-child(5) img {
        top: 14px;
        left: 22px;
    }






/* LINGUETTE END*/
.panel {
    position: fixed;
    top: 50px;
    right: 15px;
    display: none;
    background: rgb(255, 255, 255);
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    width: 400px;
    padding: 80px 20px 20px 20px;
    filter: alpha(opacity=85);
    opacity: 1;
    z-index: 999;
    height: 575px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #c5c5c4;
    border-right: none;
    outline: none
}

    .panel h1 a,
    .panel h1 a:hover {
        text-decoration: none;
    }

    .panel .titolo {
        font-family: 'Lato', sans-serif;
        color: white;
        font-size: 25px;
        width: 100%;
        margin-bottom: 10px;
    }

    .panel .immagine_prodotto {
        height: 100px;
        width: 100px;
        display: table;
    }

        .panel .immagine_prodotto div {
            background: white;
        }

    .panel h1 {
        font-size: 30px;
        font-weight: 500;
        text-align: left;
        padding: 10px 0px;
        margin: 0px;
    }

    .panel table tr td {
        padding: 5px;
        color: white;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid black;
    }

    .panel .tabelle_carrello tr th {
        background-color: #8cc63f;
        padding: 0px;
        color: white;
        text-align: center;
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .panel .immagine_prodotto div img {
        max-height: 100px;
        max-width: 100px;
    }


    .panel p {
        margin: 0 0 15px 0;
        padding: 0;
        color: #cccccc;
    }


a.trigger {
    display: none !important;
    position: fixed;
    text-decoration: none;
    top: 60px;
    right: 0px;
    color: #fff;
    padding: 20px 40px 20px 57px;
    background: #4e4e4e url(../img/plus.png) 90% center no-repeat;
    border: 1px solid #4e4e4e;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    display: block;
    z-index: 1000;
    text-transform: uppercase;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    height: 61px;
}

    a.trigger:hover {
        color: #fff;
        background: #222222 url(../img/plus.png) 90% center no-repeat;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
    }

a.active.trigger {
    background: #222222 url(../img/minus.png) 90% center no-repeat;
}

.panel .columns {
    clear: both;
    width: 100%;
    padding: 0px;
}

.panel .colleft {
    float: left;
    width: 50%;
}

.panel .colright {
    float: right;
    width: 50%;
}

.panel ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    max-height: 325px;
    overflow: auto;
}

    .panel ul li {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: block;
        width: 100%;
        height: auto;
        overflow: auto;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

.box_carrello .img img {
    height: 40px;
    padding: 0px
}


.box_carrello .desc_prod {
    font-size: 14px;
    color: #666
}

.panel hr {
    background-color: #c5c5c4;
    height: 1px;
    width: 100%;
}

.panel_linguetta {
    display:none !important
}



.puntifidelity {
    position: relative;
    clear: both;
    background-color: #f1f1f1;
    width: 100%;
    outline: none;
    display: inline-block;
    margin-top: 10px;
    padding: 10px
}


    .puntifidelity h3 img {
        position: relative;
        float: left;
        height: 20px;
        margin-right: 5px;
        top: 3px;
    }


    .puntifidelity h3 {
        font-size: 20px;
        font-weight: 600;
        color: #116896;
        margin-bottom: 10px
    }


.panel .puntifidelity p {
    margin: 0 0 5px 0;
    padding: 0;
    color: #666;
    font-size: 12px;
    text-align: center;
}

.panel .prezzo_totale {
    font-size: 25px;
    color: #333;
    font-weight: 300;
    text-align: left;
    margin-bottom: 5px;
}


.panel .elimina {
    position: relative;
    float: left;
    padding-top: 5px;
}

.panel .img {
    position: relative;
    float: left;
    margin: 0px 5px;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.panel .titolo_prod {
    position: relative;
    float: left;
    width: 200px;
    font-size: 12px;
}


.panel .desc_prod {
    position: relative;
    float: left;
    text-align: right;
    color: #333;
    font-size: 13px;
    margin-left: 5px;
    /* background: red; */
    font-weight: 600;
}

@media (max-width:1530px) {

    a.trigger span {
        /*display: none;*/
    }

    a.trigger {
        /*padding: 20px 27px 20px 57px;*/
        right: -121px;
    }

        a.trigger:hover {
            /*padding: 20px 27px 20px 57px;*/
            right: 0px;
        }

    ul.linguette li span {
    }

    ul.linguette li {
        padding: 20px 0px 16px 60px;
        /* width: 70px; */
        right: -130px;
    }

        ul.linguette li:nth-child(2) img,
        ul.linguette li:nth-child(3) img {
            /*top: 15px;*/
        }
}

@media (max-width:1080px) {

    a.trigger,
    ul.linguette {
        display: none;
    }
}
