﻿body {
    padding: 0px;
    margin: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    background-color:white;
}
    body > form {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 13px;
    }

form > div > div > .corpo {
    padding:10px;
}

.container {
    width: 100%;
    margin: auto;
    max-width: 1170px;
    padding: 0px 20px;
    box-sizing: border-box;
}
.container2 {
    width: 100%;
    margin: auto;
    padding: 0px 20px;
    box-sizing: border-box;
}

.contenitoreCalendario .glyphicon {
    font-size: 15px;
}

.contenitoreCalendario .glyphicon-trash {
    color: #fff;
    background-color: #ef1f2f;
}


.titHome {
    z-index: 6;
    font-size: 79px;
    line-height: 84px;
    font-weight: 600;
    color: rgb(51, 51, 51);
    font-family: sans-serif;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
}
.net {
    color: #EF092F;
}

.slide-bottom {
    overflow: hidden;
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}
    .slide-bottom:after {
        content: '';
        position: absolute;
        left: 0;
        top: 26px;
        bottom: 0;
        border-bottom: 140px solid #fefefe;
        border-right: 2500px solid #ef1f2f;
    }

.slide-up {
    overflow: hidden;
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

    .slide-up:after {
        content: '';
        position: absolute;
        left: 0;
        top: 26px;
        bottom: 0;
        border-top: 140px solid #fefefe;
        border-left: 2500px solid #ef1f2f;
    }

.filtroCol{
    width:200px;
}

    .filtroCol > select {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 10px 0;
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1.1em;
        padding: 10px;
        color: #ef1f2f;
        border-color: #ef1f2f;
        font-weight: 700;
    }


.imgGrande {
    width: 50%;
    display: block;
    float: left;
}
.imgPiccola {
    width: 100%;
    max-width:400px;
    display: block;
}

.marginright {
    margin-right: 50px;
}

.Contenitoretestohome {
    margin: 20% 0px;
    position: relative;
}

.sezione {
    padding: 80px 0px;
}

    .sezione h2 {
        font-weight: 700;
        /* text-transform: uppercase; */
        color: #000;
        margin-top: 0;
        font-size: 30px;
        line-height: 1.1;
        letter-spacing: -0.5px;
    }

    .sezione h3 {
        font-weight: 700;
        /* text-transform: uppercase; */
        color: #000;
        margin-top: 0;
        font-size: 30px;
        line-height: 1.1;
        letter-spacing: -0.5px;
        text-align:center;
    }


    hr {
        margin-top: 0px;
        /* margin-bottom: 20px; */
        border: 0;
        border-top: 3px solid;
        width: 50px;
        text-align: left;
        display: inline-block;
        color: #ef1f2f;
    }
.sezione p {
    color: #656161;
    /* max-width: 530px; */
    line-height: 30px;
    font-size: 18px;
}

hr.bianco {
    margin-top: 0px;
    /* margin-bottom: 20px; */
    border: 0;
    border-top: 3px solid;
    width: 50px;
    text-align: left;
    display: inline-block;
    color: #fff;
}

.sezione ul {
    color: #656161;
    line-height: 30px;
    font-size: 18px;
}
.black{
    color:black;
}

.sfondorosso {
    background-color: #ef1f2f;
    padding:80px 0px;
}
    .sfondorosso h2 {
        font-weight: 700;
        color: #fff;
        margin-top: 0;
        font-size: 30px;
        line-height: 1.1;
        letter-spacing: -0.5px;
    }

    .sfondorosso p {
        color: #fff;
        /* max-width: 530px; */
        line-height: 44px;
        font-size: 26px;
    }

    .sfondorosso a {
        text-decoration: none;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        letter-spacing: -0.5px;
    }

.imgcalendario {
    float: right;
    width: 550px;
    position: absolute;
    right: 0;
    left: 100%;
    transform: translate(-100%, -50%);
    margin: auto;
    position: absolute;
    top: 50%;
    z-index: 20;
}

.calendariologin {
    color: #fff;
    border: 1px solid;
    padding: 10px 30px;
    margin-top: 20px;
    display: block;
    float: left;
    transition: all 0.5s;
    font-size: 15px;
    text-decoration: none;
    background-color: #ef1f2f;
}


.contenitoreimmagini {
    margin: 20px 0px;
    text-align: center;
}

.imgCentro{
    display:inline-block;
}
.spaziosezione{
    margin:100px;
}

.width915 {
    width: 915px; /* 915px su 1580px totali */
}
.width1560, div.width1560 {
    width: 1560px; /* 1560px su 1580px totali */
}
.width610 {
    width: 610px; /* 610px su 1580px totali */
}

input {
    font-family: "Open Sans", sans-serif;
    padding: 4px 10px;
    border: 1px solid #e5e5e5;
    transition: border-color ease-in-out 150ms, box-shadow ease-in-out 150ms;
    -webkit-transition: border-color ease-in-out 150ms, box-shadow ease-in-out 150ms;
}
    input:focus {
        outline: 0;
        border-color:gray;
    }
input[type=text] {
    width: 100px;
}
input[type=button]:hover {
    /*background-color: lightgray;*/
    cursor:pointer;
}

textarea.iwebTIPOCAMPO_memo {
    width:300px;
    height:45px;
    padding:4px 10px;
    border: 1px solid #e5e5e5;
    margin: 0px;
        /*margin: 0px 0px -4px 0px; todo: solo per chrome*/
    transition: border-color ease-in-out 150ms, box-shadow ease-in-out 150ms;
    -webkit-transition: border-color ease-in-out 150ms, box-shadow ease-in-out 150ms;
}
    textarea.iwebTIPOCAMPO_memo:focus {
        outline: 0;
        border-color:gray;
    }

table th {
    font-weight: 600;
}

/* 20px in più rispetto al textbox */
select {
    font-family: "Open Sans", sans-serif;
    width:120px;
    padding:3px 10px;
    border: 1px solid #e5e5e5;
    transition: border-color ease-in-out 150ms, box-shadow ease-in-out 150ms;
    -webkit-transition: border-color ease-in-out 150ms, box-shadow ease-in-out 150ms;
}
    select:focus {
        outline: 0;
        border-color:gray;
    }


.glyphicon {
    position:inherit;
    background-color:transparent; /*background-color: rgb(229, 229, 229);*/
    padding: 5px;
}
.glyphicon:hover {
    background-color: lightgray;
}
.glyphicon.glyphicon-plus:before {
    color:#4cae4c;
}

/* i pulsanti devono avere la classe .btn
    possono essere: btn-default, btn-primary, btn-success, btn-warning, btn-danger, btn-info */
.btn {
    display: inline-block; margin-bottom: 0; padding: 4px 10px; font-size: 13px;
    font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle;
    -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
    background-image: none; border: 1px solid transparent; 
    transition:background-color 200ms; -webkit-transition:background-color 200ms;
}
.btn:hover, .btn:focus, .btn.focus { color: #333333; text-decoration: none; }
.btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { pointer-events: none; cursor: not-allowed; -webkit-box-shadow: none; box-shadow: none; filter: alpha(opacity=65); opacity: .65;}
.btn-default { color: #333; background-color: #fff; border-color: #ccc;   background-color: #E5E5E5; }
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc; }
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #333333; background-color: #e6e6e6; border-color: #adadad; }
.btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; }
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #337ab7; border-color: #2e6da4; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #ffffff; background-color: #286090; border-color: #204d74; }
.btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; }
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; }
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #ffffff; background-color: #449d44; border-color: #398439; }
.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; }
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; }
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #ffffff; background-color: #ec971f; border-color: #d58512; }
.btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; }
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; }
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #ffffff; background-color: #c9302c; border-color: #ac2925; }
.btn-info {color: #fff; background-color: #5bc0de; border-color: #46b8da; }
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; }
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #ffffff; background-color: #31b0d5; border-color: #269abc; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }
.btn-link { font-weight: 400; color: #337ab7; border-radius: 0; }
.btn-lg, .btn-group-lg>.btn { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; }
.btn-sm, .btn-group-sm>.btn { padding: 5px 10px; font-size: 13px; line-height: 1.5; border-radius: 3px; }
.btn-xs, .btn-group-xs>.btn { padding: 1px 5px; font-size: 13px; line-height: 1.5; border-radius: 3px; }

.l {
    float:left;
}
.r {
    float:right;
}
.b {
    clear:both;
}

.pulsantiAccedi {
    display: block;
    font-size: 11px;
    padding-top: 6px;
    padding-left: 5px;
    box-sizing: border-box;
}

.pulsanteIcona span {
    display: inline-block;
    vertical-align: top;
}

.ButtonVediOrdini {
    font-size: 14px;
    font-weight: 600;
    margin-top: 14px;
    background-color: #dddddd;
    text-decoration: none;
    color: black;
    padding: 5px;
    box-sizing: border-box;
}

.alertCaratteristiche {
    color: red;
}

.prezzoalkg {
    margin: 0px;
}

/*.error, .errore, .alert {*/
.errore {
    color: red;
}

.mostraSoloInMobile { display:none; }
@media screen and (max-width:767px) {
    .mostraSoloInMobile { display:inline-block; }
}

.BreadcrumbList ol {
    list-style-type: none;
    margin: 0;
    display: inline-block;
    padding-left: 0px;
    margin-bottom: 20px;
}
.BreadcrumbList li {
    display: inline-block;
}
    .BreadcrumbList li a {
        text-decoration: none;
        color: grey;
        text-transform: uppercase;
    }

.sezioneFiltri {
    margin-bottom: 10px;
}

.ringraziamenti {
    text-align: center;
    color: white;
}

.filtriSelezionati {
    text-decoration: none;
    color: #1f9340;
    font-weight: 600;
    border: 1px solid #1f9340;
    margin-right: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 10px 10px;
    display: block;
    float: left;
    border-radius: 5px;
    background-color: #1f9340;
    color: white;
    position: relative;
}

.filtriDelete {
    position: absolute;
    top: -16px;
    font-size: 24px;
    color: black;
    right: -3px;
}

.menuFiltri {
    text-decoration: none;
    color: #1f9340;
    font-weight: 600;
    border: 1px solid #1f9340;
    margin-right: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 10px 10px;
    display: block;
    float: left;
    border-radius: 5px;
}



.DropDownListMarca > select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0;
    display: block;
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.1em;
    padding: 10px;
    color: #222;
    font-family: font-custom;
    text-transform: uppercase;
    color: #1f9340;
    font-weight: 600;
    border: 1px solid #1f9340;
}


.contenitoreFiltri {
    position: fixed;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #f7f7f7;
    padding: 50px;
    top: 0;
    right: 0;
    z-index: 10;
}

.pulsanteChiudiFiltri {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    font-weight: 600;
    box-sizing: border-box;
    padding: 10px 10px;
    background-color: #1f9340;
    text-decoration: none;
    font-size: 18px;
}


.filtriDaSelezionare {
    text-decoration: none;
    color: #1f9340;
    font-weight: 600;
    border: 1px solid #1f9340;
    margin-right: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 10px 10px;
    display: block;
    float: left;
    border-radius: 5px;
}

    .filtriDaSelezionare.Selezionato {
        background-color: #1f9340;
        color:white;
    }


    table.cssRadioButton td, /* caso di RadioButtonList */
    .cssRadioButton {
        display: inline-block;
        cursor: pointer;
    }
table.cssRadioButton input, /* caso di RadioButtonList */
.cssRadioButton > input {
    cursor:pointer;
    margin:0px; padding-left:5px;
}
table.cssRadioButton label, /* caso di RadioButtonList */
.cssRadioButton > label {
    padding-left: 20px;
    display: block;
    margin-top: -18px;
    cursor:pointer;
}

.titoloDiPagina {
    font-size: 1.3em;
    margin-bottom: 5px;
}

table.cssRadioButton.cssRadioButton-margin td, /* caso di RadioButtonList */
.cssRadioButton.cssRadioButton-margin {
    margin: 5px;
}

.BreadcrumbList{
    font-size:12px;
    color:#808080;
}


.iwebCliccabile {
    cursor: pointer;
}
.iwebCliccabile.aspNetDisabled {
    cursor: default;
}
.iwebNascosto {
    display:none;
}

.descrizioneDocInformativi {
    /*margin: 5px 0px;*/
    margin-bottom: 20px;
    display: block;
}

    .descrizioneDocInformativi a {
        font-size: 1.3em;
        color:black;
    }

    .descrizioneDocInformativi i {
        font-size: 2em;
        display: block;
        float: left;
        margin-right: 10px;
        font-weight: 500;
        margin-top: -3px;
    }

.ContenitoreAllegati .descrizioneDocInformativi a i {
    font-size: 1.5em;
    margin-top: -2px;
}
a
/*.descrizioneCaratteristica {
    width: 50%;
    float: left;
    margin: 2px 0px;
}*/

    .descrizioneCaratteristica i {
        color: #198829;
        font-size: 1.5em;
        display: block;
        float: left;
        margin-right: 5px;
        font-weight: 500;
    }



    .contenitoreCheckoutSX2 {
        background-color: white;
        max-width: 470px;
        width: 100%;
        float: left;
        vertical-align: top;
        text-align: left;
        margin: 0px;
        margin-right: 20px;
        BOX-SIZING: BORDER-BOX;
        margin-bottom: 30px;
    }

.contenitoreCheckoutDX2 {
    background-color: white;
    width: 100%;
    float: left;
    vertical-align: top;
    text-align: left;
    margin: 0px;
    margin-left: 20px;
    BOX-SIZING: BORDER-BOX;
    margin-bottom: 30px;
}

/*.DatiProfilo {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}*/


.GridViewStyleProdotto {
    /* border-top: 1px solid rgba(0, 0, 0, 0.12); */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.12); */
    /* border-right: none; */
    border-collapse: collapse;
    table-layout: auto;
    font-size: 14px;
    width: 100%;
    /* background: rgb(255,255,255); */
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); */
    /* margin-right: 30px; */
}

    .GridViewStyleProdotto tr {
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

tr.RowStyleProdotto {
    text-align: left;
    background-color: #ffffff;
    transition: opacity, background-color 436ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: background-color, opacity;
    /* font-size: 12px; */
    line-height: 1.5em;
}

.GridViewStyleProdotto > tbody > tr > td:first-child {
    width: 110px;
    font-size: 13px;
    color: #757575;
}

.GridViewStyleProdotto td {
    padding: 10px 5px;
    box-sizing: border-box;
}

tr.AlternatingRowStyleProdotto {
    text-align: left;
    background-color: #ffffff;
    transition: opacity, background-color 436ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: background-color, opacity;
    /* font-size: 12px; */
    line-height: 1.5em;
}

.GridViewStyleProdotto tr {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}


.GridViewClientiAgente {
    border-right: none;
    border-collapse: collapse;
    table-layout: auto;
    font-size: 15px;
    width: 100%;
    position: relative;
    text-align: left;
}

    .GridViewClientiAgente a {
        text-decoration: none;
        color: #808080;
    }
    .GridViewClientiAgente tr {
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

tr.RowStyle {
    text-align: left;
    background-color: #ffffff;
    transition: opacity, background-color 436ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: background-color, opacity;
    line-height: 1.5em;
}

.GridViewClientiAgente td {
    padding: 10px 10px;
    box-sizing: border-box;
}

.HeaderStyle {
    /*border: 1px solid #ddd;*/
    background-color: whitesmoke;
}

    .HeaderStyle th {
        align-items: center;
        padding-top: 8px;
        padding-bottom: 8px;
        cursor: default;
        font-weight: 500;
        font-size: 13px;
        color: #757575;
        padding-left: 5px;
        box-sizing: border-box;
    }


tr.AlternatingRowStyle {
    text-align: left;
    background-color: #ffffff;
    transition: opacity, background-color 436ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: background-color, opacity;
    line-height: 1.5em;
}


.paginaLogin h2 {
    font-weight: 700;
    /* text-transform: uppercase; */
    color: #000;
    margin-top: 0;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-transform:uppercase;
}

.bottoni {
    color: #4285f4;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .01em;
}

.contenitoreTextBox input[type=text], .contenitoreTextBox input[type=password] {
    width: 100%;
    display: block;
    padding: 10px 0px;
    border-left: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-top: none;
    border-right: none;
    outline: none;
    color: #000;
    font-size: 13px;
    text-indent: 50px;
}
.divPrivatoEAzienda .RegistrazioneLeft {
    padding: 0px 0px;
}
.divPrivatoEAzienda .RegistrazioneRight {
    padding: 0px 0px;
}


.titoloRegistra {
    font-size: 20px;
    font-weight: 500;
    /*color: #000;*/
    /* cursor: default; */
    font-weight: 400;
    margin: 0;
    /* margin: 20px 0px; */
    /* padding: 20px 8px 0 0px; */
    background-color: whitesmoke;
    padding: 12px 10px;
    border: none;
    font-size: 13px;
    color: #808080;
}


.messaggioErroreIndirizzo {
    color: red;
    font-size: 12px;
    height: 10px;
}

.DatiProfilo .BottoneRegistra {
    /* height: 36px; */
    padding: 8px 0px;
    width: 100%;
    line-height: 27px;
    text-align: center;
    box-sizing: border-box;
    border: none;
    text-decoration: none;
    background-color: #ef1f2f;
    color: white;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

.DatiProfilo .BottoneRegistraInTable {
    padding: 8px 0px;
    width: 100%;
    line-height: 27px;
    text-align: center;
    box-sizing: border-box;
    border: none;
    text-decoration: none;
    background-color: #1f9340;
    color: white;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    margin-top: -10px;
    margin-bottom: -10px;
}


.GridViewStyleProdotto input[type='text'], textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 2px;
    border: none;
    border-bottom: 1px solid silver;
    background-color: inherit;
}

.contenitoreGenerico {
    /*margin-left: -10px;
    margin-right: -10px;*/
    display: flex;
}

/* iwebSQL */
    .iwebSQLSELECT, .iwebSQLUPDATE, .iwebSQLINSERT, .iwebSQLDELETE, .iwebSQLTOTAL {
    display: none; /* cancellando questo "display:none" leggo le query in pagina */
    color: lightgray;
    position: absolute;
    width: 100px;
    height: 20px;
    overflow: hidden;
}
    .iwebSQLSELECT:hover, .iwebSQLUPDATE:hover, .iwebSQLINSERT:hover, .iwebSQLDELETE:hover {
        overflow:auto;
        width:auto;
        height:auto;
    }

.sqlParameter {
    display:none;
}
/* fine iwebSQL */


/* 5px di padding */
span.spanConPadding {
    display:inline-block;
    padding:10px 0;
}

/*<div class="contenitoreTextBox">
    <asp:TextBox runat="server" ID="TextBoxEmail" Text="Email" 
        onclick="ClearField(this, 'Email')" onblur="RestoreField(this, 'Email')" />
    <span class="glyphicon glyphicon-envelope"></span>
</div>*/
/*.contenitoreTextBox input[type=text],
.contenitoreTextBox input[type=password] {
    width: 98%;
    display: block;
    padding: 11px 0 10px 0;
    height: 16px;
    border: solid 1px black;
    outline: none;
    color: black;
    background-color: #f5f5f5;
    font-size: 13px;
    transition: background-color 0.5s;
    text-indent: 50px;
    background-repeat: no-repeat;
    background-position: 2px 0px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    /*max-width:300px;*/
    /*margin-bottom:5px;
}*/

.RegistrazioneLeft {
    padding: 0px 15px;
    box-sizing: border-box;
}
.RegistrazioneRight {
    padding: 0px 15px;
    box-sizing: border-box;
}

.contenitoreTextBox {
    position: relative;
    padding-bottom: 5px;
}
.contenitoreTextBox > span {
    display:none;
    margin-left: 8px;
    margin-top: 2px;
}
.contenitoreTextBox > input + span {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    font-size: 26px;
    color: black;
    /*margin-top: 6.5px;
    margin-left: 13px;*/
    display: inline-block;
}


/******************************************************************************/
div.paginaLogin {
    margin: 50px auto;
    border-top: none;
}

/*.bodyCategorieProdotti {
    padding: 50px 0;
}*/



.container.paginaWishlist.bodyCategorieProdotti {
    padding: 50px 20px;
}

.colonnaCategorie {
    width:25%;
    float:left;
}

    .colonnaCategorie .titoloDiPagina{
        margin-top:0px;
    }

    .colonnaProdotti { /* lascio un 5% di spazio */
        width: 72%;
        float: right;
        /*position: relative;*/
    }


/* _colonnaCategorie.ascx */
    .headBloccoGerarchia.menucategorieabilitahover:hover {
        position:relative;
        background-color:#ebe0d2;
    }
    .headBloccoGerarchia.menucategorieabilitahover > .mostraCategorieHover {
        display:none;
    }
    .headBloccoGerarchia.menucategorieabilitahover:hover > .mostraCategorieHover {
        display:block; /* sovrascritto da max-width:767px */
        background-color:#ebe0d2;
    }

    .mostraCategorieHover {
        display:none;
        font-family: Muli;
        font-size: 13px;
        position: absolute;
        z-index:2; /* 2 per stare sopra al richiesta informazioni */
        top: 0;
        left: 100%;
        padding:10px;
        box-sizing:border-box;
        background-color:white;
        border:solid 1px silver;
    }

    .mostraCategorieHover .mostraCategorieHover_copripezzodibordo {
        position: absolute;
        border-top: solid 1px #ebe0d2;
        border-left: solid 1px #ebe0d2;
        left: -1px;
        top: 0;
        height: 33px;
        width:100%;
    }

    .mostraCategorieHover_elemento {
        display: block;
        float:left;
        text-decoration:none;
        cursor:pointer;
        width: 200px;
        border: 1px solid silver;
        margin: 10px;
    }
    .mostraCategorieHover_elemento .mostraCategorieHover_immagine {
        overflow: hidden;
        display: block;
        height: 200px;

        border-bottom: 1px solid silver;
    }
    .mostraCategorieHover_elemento .mostraCategorieHover_immagine .bgimage {
        width: 200px;
        height: 200px;
        display: block;
        background-size: cover;
        background-position: 50% 25%;
        /* padding: 5px; */
        box-sizing: border-box;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    .mostraCategorieHover_elemento .mostraCategorieHover_immagine .bgimage:hover {
        width: 220px;
        height: 220px;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0.6;
    }
    .mostraCategorieHover_elemento .mostraCategorieHover_nonDisponibile {
        text-align:center;
        padding: 10px;
        height: 120px;
        line-height: 30px;
        font-size: 16px;
    }

    .mostraCategorieHover_elemento .mostraCategorieHover_categoria {
        font-weight: 600;
        padding:8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }
    .mostraCategorieHover_elemento .mostraCategorieHover_descrizione {
        padding:0 8px 8px 8px;
    }


    /*
        // Viene gestita una classe in base al numero di sottocategorie N da visualizzare per ottenere la regola che:
        // N = 1 sottocategoria mostrata in 1 colonna (ovvio)
        // N = 2 sottocategorie mostrate in 2 colonne
        // N = 3, N = 5, N = 6 sottocategorie mostrate in 3 colonne
        // N = 4, N = 7, N = 8 sottocategorie mostrate in 4 colonne
        // N > 8 = sottocategorie in 5 colonne
        // A: La classe poi avrà una larghezza css precisa in base alle colonne da mostrare.
        // B: Tale larghezza sarà condizionata dalle media query (se non c'è posto per le colonne desiderate, mostra quante più colonne puoi).
    */

    /* B: Tale larghezza sarà condizionata dalle media query (se non c'è posto per le colonne desiderate, mostra quante più colonne puoi) */
    @media screen and (min-width:1460px) {
        .mostraCategorieHover {
            width: 910px;
        }
    }
    @media screen and (min-width: 1100px)  {
        .mostraCategorieHover {
            width: 690px;
        }
    }
    @media screen and (min-width:768px) {
        .mostraCategorieHover {
            width: 470px;
        }
    }
    @media screen and (max-width:767px) { /* su cellulare non mostro il menu hover */
        .headBloccoGerarchia.menucategorieabilitahover:hover > .mostraCategorieHover {
            display:none;
        }
    }

    /* A: La classe poi avrà una larghezza css precisa in base alle colonne da mostrare. */
    @media screen and (min-width:1820px) {
        .mostraCategorieHover.mostraCategorieHover_5colonne {
            width: 1135px;
        }
    }
    @media screen and (min-width:1460px) {
        .mostraCategorieHover.mostraCategorieHover_4colonne {
            width: 910px;
        }
    }
    @media screen and (min-width: 1100px)  {
        .mostraCategorieHover.mostraCategorieHover_3colonne {
            width: 690px;
        }
    }
    @media screen and (min-width:768px) {
        .mostraCategorieHover.mostraCategorieHover_2colonne {
            width: 470px;
        }
    }
    @media screen and (min-width:768px) {
        .mostraCategorieHover.mostraCategorieHover_1colonne {
            width: 245px;
        }
    }



/*.titoloDivCategorie {
    position:relative;
    font-family:Muli;
    font-size:16px;
    color:black;
    font-weight:bold;
    height:28px;
    border-bottom:solid 1px black;
    letter-spacing:2px;
    margin-bottom:30px;
}
.titoloDivCategorieColore {
    height:20px;
    background-color:cornsilk;
    margin-bottom:10px;
    margin-top:-30px;
}*/

#menuCategorie {
    font-family:Muli;
    font-size:16px;
}

.alertOrdine {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    line-height: 16px;
}

.sottotitolo {
    display: block;
    font-size: 12px;
    line-height: 16px;
}


/* devo mostrare solo il nome della categoria e non l'id, che sto salvando nell'eventualità che mi serva ottenere l'id di qella categoria */
#menuCategorie .headBloccoGerarchia .idCategoriaGerarchia {
    display: none;
}
#menuCategorie .headBloccoGerarchia .nomeCategoria {
    cursor:pointer;
    padding:2px;
    text-decoration:none;
    text-transform: capitalize;
}
/*#menuCategorie .bloccoGerarchia {
    padding-left:20px;
}*/

/* nodo cat 1 */
#menuCategorie > .headBloccoGerarchia {
    border-bottom:solid 1px gray;
    padding-top:8px;
    padding-bottom:8px;
}
    #menuCategorie .headBloccoGerarchia a.nomeCategoria{
        color:black
    }
#menuCategorie > .bloccoGerarchia {
    font-size: 14px;
    letter-spacing: 0.3px;
}
    /*#menuCategorie > .headBloccoGerarchia a {
        color:black;
    }
    /*#menuCategorie > .bloccoGerarchia > .headBloccoGerarchia:hover a {
        color:black;
    }*/

/* nodo cat 2 */
#menuCategorie > .bloccoGerarchia > .headBloccoGerarchia {
    border-bottom:solid 1px silver;
    padding-left:20px;
    padding-top:8px;
    padding-bottom:8px;
}
    #menuCategorie > .bloccoGerarchia > .bloccoGerarchia {
        /*font-size:12px;*/
        margin: 5px 0px;
    }
    /*#menuCategorie > .bloccoGerarchia > .headBloccoGerarchia a {
        color:black;
    }
    /*#menuCategorie > .bloccoGerarchia > .headBloccoGerarchia:hover a {
        color:black;
    }*/

/* nodo cat 3+ */
#menuCategorie > .bloccoGerarchia > .bloccoGerarchia .bloccoGerarchia {
    /*font-size:10px;*/
    margin-left:5px;
}
#menuCategorie > .bloccoGerarchia > .bloccoGerarchia .headBloccoGerarchia:first-child {
    margin-top:5px;
}
#menuCategorie > .bloccoGerarchia > .bloccoGerarchia .bloccoGerarchia:last-child {
    margin-bottom:5px;
}
#menuCategorie > .bloccoGerarchia > .bloccoGerarchia .headBloccoGerarchia {
    padding-left:40px;
}
    #menuCategorie > .bloccoGerarchia > .bloccoGerarchia .headBloccoGerarchia > .nomeCategoria {
        padding: 0px;
        margin: 5px 0px;
        display: block;
    }
    /*#menuCategorie > .bloccoGerarchia > .bloccoGerarchia > .headBloccoGerarchia a {
        color:gray;
    }
    #menuCategorie > .bloccoGerarchia > .bloccoGerarchia > .headBloccoGerarchia:hover a {
        color:black;
    }*/

#menuCategorie .headBloccoGerarchia .nomeCategoria:hover {
    color:black;
    font-weight:bold;
}
#menuCategorie .headBloccoGerarchia .nomeCategoria.categoriaSelezionata {
    color:black;
    font-weight:bold;
}

/*.colonnaProdotti .titoloDivCategorie {
    border-bottom: solid 1px silver;
    padding-bottom:0px;
    height:28px; /* per ottenere l'effetto di linea nera su grigia */
}
*/
/*.colonnaProdotti .titoloDivCategorie > span {
    display:inline-block;
    position:absolute; height:30px; 
    border-bottom: solid 1px black;
}*/


.colonnaProdotti .titoloDivCategorie > span {
    /*display:inline-block;
    position:absolute; height:28px;
    line-height:24px;*/
}
    .colonnaProdotti .titoloDivCategorie > span.l {
        border-bottom: solid 1px black;
        left:0;
    }.colonnaProdotti .titoloDivCategorie > span.r {
        right:0;
    }

/* per la pagina dell'elenco prodotti */
.elencoProdotti  {
    text-align:center;
}
.elencoProdotti .elencoProdotti_prodotto {
    display:inline-block;
    width:200px;
    min-height:120px;
    /*padding:12px;*/
    vertical-align:text-top;
    margin:8px;
}
.elencoProdotti .elencoProdotti_prodotto > div:first-child {
    height:200px;

    overflow:hidden;
}
.elencoProdotti .elencoProdotti_prodotto .divConBackgroundImage {
    width: 200px;
    height: 200px;
    display: block;
    background-size: cover;
    background-position: 50% 25%;

    /*padding: 5px;*/
    box-sizing: border-box;

    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.elencoProdotti .elencoProdotti_prodotto .divConBackgroundImage:hover {
    width: 220px;
    height: 220px;
    margin-left: -10px;
    margin-top: -10px;
    opacity:0.6;
}

.elencoProdotti .elencoProdotti_prodotto > div > a {
    display:block;
    text-overflow: ellipsis;
    text-decoration:none;
    color:black;
}
.elencoProdotti .elencoProdotti_descrizione {
    text-align:left;
}
.elencoProdotti .elencoProdotti_prodottoNome {
    font-weight:600;
    padding: 8px 8px 5px 8px;
    vertical-align:bottom;
    border-top:solid 1px silver;
}
.elencoProdotti .elencoProdotti_prodottoRighePrezzo {
    /*font-weight:600;*/
    padding: 0 8px 5px 8px;
    vertical-align:bottom;
}
.elencoProdotti .elencoProdotti_prodottoCodice {
    font-size:12px;
    font-style:italic;
    padding: 0 8px 5px 8px;
    vertical-align:bottom;
}
.elencoProdotti .elencoProdotti_prodottoPrezzo {
    padding: 0 8px 5px 8px;
    vertical-align:bottom;
}
.elencoProdotti .elencoProdotti_prodotto {
    position:relative;
    border:1px solid silver;
    margin: 8px 8px;
    /*min-height: 340px; -> definito direttamente in pagina, dipende da flag a DB */
}
    .aggiungiProdottoAlCarrello {
        position:absolute;
        bottom:10px;
        left:34px;
    }
.elencoProdotti .elencoProdotti_prodotto .elencoProdotti_prodottoPrezzo {
    font-weight:bold;
}
/*.elencoProdotti .elencoProdotti_prodotto .elencoProdotti_prodottoAggiungi {
    background-color:white;
    border-color:silver;
    text-decoration:none;
}*/

.elencoProdotti .immagineProdottoNonDisponibile {
    /*border:solid 1px silver;*/
    padding: 10px;
    height:120px;
    line-height:30px; /* 120px / 30px = 4 righe */
    font-size:16px;
    white-space: normal; /* per annullare l'effetto di una classe ereditata */
    pointer-events: none;
}

.elencoProdotti .ECommerceMostraSeProdottoMaster {
    pointer-events: none;
    height: 36px;
    line-height: 27px;
    padding-top: 32px;
    text-align: center;
    box-sizing: border-box;
}

/* per la pagina del singolo prodotto */
/*.paginaProdotto .colonnaProdotti .titoloDivCategorie span.l {
}*/
.colonnaProdotti .titoloDivCategorie span.r {
    font-size:12px;
    color:gray;
    max-width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
}



.paginaProdotto .colonnaProdotti_prodotto {
    margin-top:20px;
}
.paginaProdotto .colonnaProdotti_prodotto .immaginiProdotto {
    width:50%;
    float:left;
    border-right: solid 1px black;
    box-sizing: border-box;
    min-height: 190px;
    padding-right:20px;
}
.paginaProdotto .colonnaProdotti_prodotto .immaginiProdotto > div {
    box-sizing:content-box;
}
.paginaProdotto .colonnaProdotti_prodotto .immaginiProdotto .immaginePrincipale {
    text-align:center;
}
/*.paginaProdotto .colonnaProdotti_prodotto .immaginiProdotto .immaginePrincipale a {
    display:inline-block;
}*/
.paginaProdotto .colonnaProdotti_prodotto .immaginiProdotto .immaginePrincipale img {
    max-width:100%;
    /*max-height:500px;*/
    margin:auto;
    display:block;
}
.paginaProdotto .colonnaProdotti_prodotto .immaginiProdotto .altreImmagini {
    margin-top:20px;
    text-align:center
}
.paginaProdotto .colonnaProdotti_prodotto .immaginiProdotto .altreImmagini a {
    display:inline-block;
}
.paginaProdotto .colonnaProdotti_prodotto .immaginiProdotto .altreImmagini img {
    width:100px;
    height:100px;
    display: block;
    background-size: cover;
    background-position: 50% 25%;
}

.paginaProdotto .colonnaProdotti_prodotto .informazioniProdotto {
    width:50%;
    float:right;
    box-sizing: border-box;
    padding-left:20px;
}
.paginaProdotto .colonnaProdotti_prodotto .informazioniProdotto > div.separatore {
    margin-top:20px;
}
.paginaProdotto .colonnaProdotti_prodotto .informazioniProdotto > .LabelNomeProdotto {
    font-size:20px;
    /*padding-top:20px;*/
    font-weight:bold;
}
.paginaProdotto .colonnaProdotti_prodotto .informazioniProdotto > .LabelCodiceProdotto {
    color:gray;
}
.paginaProdotto .colonnaProdotti_prodotto .informazioniProdotto > .LabelPriceCurrency {
    font-size:20px;
    display:inline-block;
}
.paginaProdotto .colonnaProdotti_prodotto .informazioniProdotto > .LabelPrezzoProdotto {
    font-size:20px;
    font-weight:bold;
    display:inline-block;
}
.paginaProdotto .colonnaProdotti_prodotto .informazioniProdotto > .LabelPrezzoProdotto.strike {
    text-decoration: line-through;
    margin-right:8px;
}
.paginaProdotto .colonnaProdotti_prodotto .informazioniProdotto > .LabelPrezzoAVoiRiservato {
    font-size: 20px;
    font-weight: 600;
}
.paginaProdotto .colonnaProdotti_prodotto .informazioniProdotto > .LabelPrezzoAVoiRiservato_testo {
    color:gray;
}
.pulsanteStampaEcommerce{
    display:inline-block;
    color:#408ed4;
    margin:10px 0 0 -5px;
    padding:5px;
    cursor:pointer;
}
.LabelDescrizioneWebProdotto {
    display:inline-block;
}

/* aggiunto nuovo 15/02/2017 */
.LiteralPrezziRiga1 {
    font-size:20px;
    font-weight:bold;
    display:inline-block;
    color:black;
}


.informazioniProdotto {
    color:gray;
}
.paginaProdotto .colonnaProdotti_prodotto .informazioniProdotto .informazioniProdottoDivTestoQuantita {
    margin-bottom:10px;
}
.paginaProdotto .colonnaProdotti_prodotto .informazioniProdotto .informazioniProdottoDivInputQuantita,
.paginaProdotto .colonnaProdotti_prodotto .informazioniProdotto .informazioniProdottoDivAggiungiAlCarrello {
    float:left;
}

.informazioniProdottoDivAggiungiAllaWhishlist {
    float: left;
}
.varianti {
    margin-top: 20px;
}


.paginaProdotto .colonnaProdotti_prodotto .informazioniProdotto > .LabelNomeProdotto {
    font-size: 20px;
    /*padding-top:20px;*/
    font-weight: bold;
}

.informazioniArticolo h1{
    margin:0px;
}
.informazioniArticolo a {
    color: black;
    text-decoration: none;
}

.immaginiArticolo img {
    width: 100%;
    display:block;
}



.paginaProdotto .colonnaProdotti_prodotto .informazioniProdotto .informazioniProdottoDivInputQuantita > input {
    width: 40px;
    height: 36px;
    text-align: center;
    box-sizing: border-box;
    border: solid 1px #e5e5e5;
    margin-right: 10px;
}
.paginaProdotto .colonnaProdotti_prodotto .informazioniProdotto > div.informazioniIva {
    line-height: 20px;
    margin-top:2px;
}
/*.paginaProdotto .colonnaProdotti_prodotto .informazioniProdotto .informazioniProdottoDivAggiungiAlCarrello > a {
    height:36px;
    line-height:27px;
    text-align:center;
    box-sizing:border-box;
    border:solid 1px silver;
    text-decoration:none;
    background-color:rgb(63, 63, 63);
    color:white;
}*/

.caratteristicheProdotto {
    color: black;
    margin-bottom: 20px;
}

    .caratteristicheProdotto h3 {
        font-size: 1.2em;
        margin: 8px 0px;
    }

    .caratteristicheProdotto i {
        margin-right: 5px;
    }

    .paginaProdotto .colonnaProdotti_prodotto .descrizioneProdotto > div {
        padding: 10px 10px 10px 20px;
        font-size: 14px;
        font-family: Muli;
    }
.paginaProdotto .colonnaProdotti_prodotto .descrizioneProdotto > span {
    display:block;
    padding:20px;
    border: solid 1px silver;
    color:gray;
    /*font-size:12px;*/
    /*font-family: Muli;*/
}

.paginaProdotto .colonnaProdotti_prodotto .immagineProdottoPrincipaleNonDisponibile {
    border:solid 1px silver;
    padding: 10px;
    height:160px;
    line-height:40px; /* 160px / 40px = 4 righe */
    font-size:16px;
    text-align:center;
    width:75%;
    margin:auto;
    pointer-events: none;
}

.paginaProdotto .colonnaProdotti_prodotto .immagineProdottoNonDisponibile {
    /*border:solid 1px silver;*/
    /*
    margin: 5px;
    padding: 15px;
    height:80px;
    line-height:30px; / * 120px / 30px = 4 righe * /
    font-size:16px;

    max-width: 120px;
    display: inline-block;
    vertical-align: top;
    pointer-events: none;*/
    padding: 10px;
    height: 120px;
    line-height: 30px;
    font-size: 16px;
    white-space: normal;
    pointer-events: none;
}

.paginaProdotto .PanelProdottiCorrelati {
    margin-top:20px;
}
.paginaProdotto .PanelProdottiCorrelati > h2 {
    padding-left:5px;
}
.paginaProdotto .PanelProdottiCorrelati .contenitoreRepeaterProdottiCorrelati {
    display:inline-block;
    text-align:center;

    /* in modo che sia allineato con la descrizione sopra */
    margin-left:-8px;
    margin-right:-8px;
}
.paginaProdotto .PanelProdottiCorrelati .contenitoreRepeaterProdottiCorrelati .elementoProdottoCorrelato {
    display:inline-block;
    overflow:hidden;
    width: 300px;
}

/*.paginaProdotto .colonnaProdotti_prodotto .informazioniProdotto > .varianti {
    margin-top:-10px; -> no
    padding:3px;
}*/
.paginaProdotto .ECommerceMostraSeProdottoMaster {
    margin-bottom: -10px; /* solo per le varianti, lo spazio sotto al testo prodotto con varianti deve essere 10px in meno */
}

.paginaProdotto .LabelVarianteTipo {
    font-size: 16px;
    color:black;
    /*letter-spacing: 2px;*/
    display:inline-block;
    padding-top: 8px;
    padding-bottom: 4px;
}
.paginaProdotto select {
    width:120px;
}

.prodottoprezzo {
    margin-bottom: 20px;
}


.btn.pulsanteECommerce {
    line-height: 27px;
    text-align: center;
    box-sizing: border-box;
    border: none;
    text-decoration: none;
    background-color: #ef1f2f;
    color: white;
    text-transform: uppercase;
    padding: 10px 30px;
}
.btn.pulsanteECommerce:hover {
    color:white;
}

    .btn.pulsanteECommerce.width100 {
        width: 100%;
    }


    .btn.pulsanteWishList {
        height: 36px;
        line-height: 27px;
        text-align: center;
        box-sizing: border-box;
        border: solid 1px silver;
        text-decoration: none;
        background: #ebebeb;
        color: black;
        margin-left: 5px;
        border: none;
    }

    .btn.pulsanteWishList:hover {
        background-color: rgb(240, 65, 126);
        color:white;
    }



.titoloDivRichiestaInformazioni {
    position: relative;
    font-family: Muli;
    margin-top:20px;
    margin-bottom: 30px;
    border-bottom: solid 1px silver;
    height: 28px;
    font-size: 16px;
    color: black;
    font-weight: bold;
    letter-spacing: 2px;
}
.titoloDivRichiestaInformazioni > span {
    border-bottom: solid 1px black;
    display: inline-block;
    position: absolute;
    height: 28px;
}

.titolocontatti {
    font-weight: 200;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    padding-bottom:20px;
}
.testocontatti {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding-bottom:20px;
}
.ContattiDestra {
    margin-top:20px;
    margin-bottom:20px;
    display:inline-block;
    width:49%;
    font-size:13px;
    color:black;
    vertical-align:top; 
}
    .ContattiDestra a {
        color:black;
        text-decoration:none;
    }
.informazioni {
    font-weight: 500;
    padding-top: 0px;
    font-size: 24px;
    line-height: 30px;
    font-family: Roboto, sans-serif;
}
.ContattiForm .TB_Informazioni_contenitoreTextBox span {
    margin-left:8px;
    margin-top:2px;
}
/*.ContattiForm {
    width:56%;
    color:black;
}*/

/* pagina Carrello */
.paginaCarrello table.iwebTABELLA {
    width:100%;
}
.paginaCarrello table.iwebTABELLA .immagineProdotto {
    text-align:center;
}
.paginaCarrello table.iwebTABELLA .immagineProdotto img {
    width:100px;
    max-width:100%;
}
.paginaCarrello table.iwebTABELLA .Repeater1_quantita {
    text-align:center;
}
.paginaCarrello table.iwebTABELLA input[type=text] {
    width:40px;
    text-align:center;
}
.paginaCarrello .ButtonPiu, .ButtonMeno {
    /*margin-top:4px;*/
    width:29px;
}
.paginaCarrello .ButtonMeno.aspNetDisabled {
    background-color:lightgray;
}
.paginaWishlist .glyphicon-trash {
    color: black;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    padding-left: 7px;
    padding-top: 6px;
    background-color: #ddd;
    margin-top: 12px;
    margin-left: 3px;
}



.paginaWishlist a.LinkButtonVaiAlCheckout {
    margin: 10px 0;
    /* float: right; */
    padding: 6px 6px 6px 12px;
    background-color: #ff6905;
    color: white;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
}

.paginaCarrello a.LinkButtonVaiAlCheckout.colorecontinua {
    background-color: #ccaf0d;
}

.paginaWishlist {
    max-width: 1300px;
    margin: auto;
}

.ElencoItemBlog {
    width: 33%;
    position: relative;
    display: inline-block;
    /*padding: 0px 20px;*/
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom:30px;
}

.LinkBlog {
    display: block;
    text-decoration: none;
}

.pulsanteBlog {
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid BLACK;
    margin-top: 20px;
    width: 140px;
    text-align: center;
    font-size: 12px;
    transition: all 0.5s linear;
    COLOR: BLACK;
}

    .pulsanteBlog:hover {
        background-color: #1b923e;
        color:white;
    }

    .immagineBlog {
        height: 230px;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
    }

    .immagineBlog img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.DescrizioneBlog {
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    color: black;
}

.dataBlog {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b5b5b5;
}
.descrizioneBlog h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #222;
    margin-top: 0px;
}

.descrizioneBlog p {
    color: #888;
    margin: 0px;
}


.paginaCarrello a.LinkButtonVaiAlCheckout {
    margin: 10px 0;
    /* float: right; */
    padding: 6px 6px 6px 12px;
    background-color: rgb(43, 54, 67);
    color: white;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
.paginaCarrello a.LinkButtonVaiAlCheckout .glyphicon {
    font-size:16px;
    vertical-align:sub;
}
.paginaCarrello a.LinkButtonVaiAlCheckout .glyphicon:hover {
    background-color:inherit;
}

/* imponibile e iva non bold */
table.iwebTABELLA tfoot tr.iwebTABELLAFooterTotali.tfootTrImponibile td { font-weight:400; }
table.iwebTABELLA tfoot tr.iwebTABELLAFooterTotali.tfootTrIva td { font-weight:400; }

.colonnaProdotti .tabellaCarrello tr.isSpeseSpedizione {
    background-color:rgb(238, 238, 238);
}

/* pagina checkout - passaggi checkout */
.passaggiCheckout {
    text-align:center;
    margin-left:5px;
    margin-right:5px;
    margin-top:12px; /* un po' qui, un po' nel prossimo selettore */
    margin-bottom:20px;
}
.passaggiCheckout > div {
    /*border:solid 1px red;*/
    display:inline-block;
    margin-left:-10px; /* per distanziare le frecce modificare qui */
    margin-top:8px; /* un po' qui, un po' nel selettore precedente */
}
.passaggiCheckout > div:first-child {
    margin-left:0px;
}

.passaggiCheckout .inizioFreccia {
    float:left;
    width:10px;
	border-top: 20px solid rgb(229, 229, 229);
	border-left: 20px solid transparent;
	border-bottom: 20px solid rgb(229, 229, 229);
    box-sizing:border-box;
}
.passaggiCheckout .contenutoFreccia {
    background-color:rgb(229, 229, 229);
    float:left;
    height:40px; line-height:42px;
    padding-left:5px;
}
.passaggiCheckout .fineFreccia {
    float:left;
    width:10px;
	border-top: 20px solid transparent;
	border-left: 20px solid rgb(229, 229, 229);
	border-bottom: 20px solid transparent;
    box-sizing:border-box;
}

.passaggiCheckout .glyphicon {
    padding:0px;
    vertical-align:text-top;
}
.passaggiCheckout .glyphicon:hover {
    background-color:transparent;
}

.passaggiCheckout > .step1, 
.passaggiCheckout > .step2, 
.passaggiCheckout > .step3, 
.passaggiCheckout > .step4 {
    cursor:default;
}
.passaggiCheckout.step1 > .step1 {
    color:forestgreen; cursor:pointer;
}
.passaggiCheckout.step2 > .step1, 
.passaggiCheckout.step2 > .step2 {
    color:forestgreen; cursor:pointer;
}
.passaggiCheckout.step3 > .step1, 
.passaggiCheckout.step3 > .step2, 
.passaggiCheckout.step3 > .step3 {
    color:forestgreen; cursor:pointer;
}
.passaggiCheckout.step4 > .step1, 
.passaggiCheckout.step4 > .step2, 
.passaggiCheckout.step4 > .step3, 
.passaggiCheckout.step4 > .step4 {
    color:forestgreen; cursor:pointer;
}

.passaggiCheckout .StepCompleted {
    color:forestgreen;
    transition:color 300ms;
}
.passaggiCheckout .StepActive {
    color:blue;
    transition:color 300ms;
}

.paginaCheckout {
    border-top: solid 1px silver;
    overflow: hidden; /* questa pagina contiene 4 div grandi il 100% affiancati, ma li devo mostrare uno alla volta */
}

.paginaCheckout .CheckOutInternalSpostaAvanti {
    float:right; margin-right:15px;
    width:20%; min-width:105px;
    margin-top:10px;
}
.paginaCheckout .CheckOutInternalSpostaIndietro {
    float:left; margin-left:15px;
    width:20%; min-width:105px;
    margin-top:10px;
}

.paginaCheckout .contenitore100perc {
    margin:10px 15px;
    border: solid 1px silver;
    box-sizing:border-box;
    width:calc(100% - 30px);
}
.paginaCheckout .contenitore100perc > div:first-child,
.paginaCheckout .contenitore100perc > div:first-child + div {
    padding:20px;
    float:left;
        /*width:calc(100% - 42px);*/
        box-sizing:border-box;
        width:50%;
}
.CheckOutLoginLeft{
    margin-bottom:50px;
}

.paginaCheckout .contenitore50perc {
    padding: 10px 0;
    width: 50%;
    box-sizing: border-box;
    float: left;
    /*height:1200px;*/
}
    .paginaCheckout .contenitore50perc > div {
        border: solid 1px silver;
        box-sizing: content-box;
        padding: 30px;
    }
.paginaCheckout .contenitore50perc > div {
    margin-left:15px;
}
.paginaCheckout .contenitore50perc > div {
    margin-right:15px;
}
.paginaCheckout .contenitore100perc textarea {
    width: 100%;
    box-sizing: border-box;
    height: 100px;
}

/*  Nota: pagina checkout è larga 85% (dimensione presa dal container).
    #CheckOutWrapper all'interno contiene 5 div. Ogni div deve essere grande il 100% e messo float left.
     */
    .paginaCheckout > .CheckOutInternal {
        width: 500%; /* deve contenere 5 div grandi il quanto questo div */
        /*width: 400%;*/
    }
    .paginaCheckout > .CheckOutInternal > .CheckOutStepItem {
        width: 20%;
        /*width: 25%;*/
        float: left;
    }

.paginaCheckout .PanelStep1Loggato {
    margin:10px; text-align:center;
}

.paginaCheckout .checkoutStep2ContenitoreSalvaEProcedi {
    margin-top:10px;
}

.paginaCheckout .paginaCheckout_RadioButtonListPagamento h3 {
    margin-bottom:5px;
}
.paginaCheckout .paginaCheckout_RadioButtonListPagamento table {
    margin:0;
    margin-bottom:5px;
}
.paginaCheckout .paginaCheckout_RadioButtonListPagamento .cssRadioButton.cssRadioButton-margin td {
    margin-left:0px;
}

.paginaCheckout .immagineProdotto img {
    width: 100px;
    max-width: 100%;
}
.tabellaCarrello tr.isSpeseSpedizione {
    background-color:rgb(238, 238, 238);
}

@media screen and (max-width:1350px) {
    .paginaCheckout .tabellaCarrello .colonnaDescrizione {
        display:none;
    }
    /*.paginaCarrello */
    .tabellaCarrello .colonnaIvaPercentuale,
    .tabellaCarrello .colonnaValoreIva {
        display:none;
    }
}

/* TB_Registra */
.RegistrazioneWrapper select.DD_SelezioneTipoCliente {
    width: 98.2%;
    padding: 10px;
    margin: 0;
    border: solid 1px black;
    box-sizing:border-box;
    background-color: #f5f5f5;
    font-size: 13px;
    border-radius: 2px;
}

.paginaCheckout .contenitore100perc > div.corpospedizione {
    padding: 20px;
    float: none;
    box-sizing: border-box;
    width: 100%;
}

.RegistrazioneWrapper .TipoRegistrante {
    display: inline-block;
    padding: 20px 0 10px 0;
}
.RegistrazioneWrapper .CB_FormHoLetto {
    display:inline-block;
}

input[type=text].TB_RegistraErrore, input[type=password].TB_RegistraErrore {
    border: 1px solid red!important;
    background-color: #fa3232!important;
    background-color: rgba(250,50,50,.5)!important;
}
.RegistrazioneWrapper .CB_FormHoLetto.Errore {
    border: 1px solid red!important;
    background-color: #fa3232!important;
    background-color: rgba(250,50,50,.5)!important;
}
/*.RegistrazioneWrapper input[type=password].TB_Registra, 
.RegistrazioneWrapper input[type=text].TB_Registra {
    width: 93%;
    display: block;
    padding: 11px 5% 10px 0;
    margin: 0 0 20px 0;
    height: 16px;
    border: solid 1px black;
    outline: none;
    color: black;
    background-color: #f5f5f5;
    font-size: 13px;
    transition: background-color 0.5s;
    text-indent: 50px;
    background-repeat: no-repeat;
    background-position: 2px 0px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.RegistrazioneWrapper .TB_Registra_contenitoreTextBox {
    position: relative;
}
.RegistrazioneWrapper .TB_Registra_contenitoreTextBox span {
    margin-left: 8px;
    margin-top: 2px;
}
.RegistrazioneWrapper .TB_Registra_contenitoreTextBox > span {
    display:none;
}
.RegistrazioneWrapper .TB_Registra_contenitoreTextBox > input + span {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    font-size: 26px;
    color: black;
    margin-top: 6.5px;
    margin-left: 13px;
    display: inline-block;
}*/

.RegistrazioneWrapper .LinkInformativa {
    text-decoration:none;
    color:black;
    font-weight:bold;
}

.RegistrazioneWrapper .divPrivatoEAzienda {
    margin-bottom:20px;
}


.ascxSpedizioneOnline .glyphicon-trash {
    text-decoration:none;
    background-color:transparent;
    color:black;
}
.ascxSpedizioneOnline .glyphicon-trash:hover {
    color:black;
    background-color:transparent;
}

.ascxSpedizioneOnline_nuovoIndirizzo {
    margin-top:10px;
    /*border-top:solid 1px black;*/
    padding-top:10px;
}
.ascxSpedizioneOnline_nuovoIndirizzo .pulsanteECommerce {
    margin-top:10px;
}


.paginaCheckout .PagamentoStepWrapper > .contenitore50perc table {
    width:100%;
}


.MasterFooter {
    position: relative;
    background: #202020;
    padding: 20px 0;
    color: #fff;
}

.MasterFooter .MasterFooterColonna0 {
    padding:20px 0;
    width:28%;
    float:left;
}
    .MasterFooter .MasterFooterColonna1,
    .MasterFooter .MasterFooterColonna2,
    .MasterFooter .MasterFooterColonna3 {
        width: 24%;
        float: left;
        padding-top: 20px;
    }

.terminiDiUtilizzoPrivacy {
    text-align: center;
    padding: 10px 0px;
    box-sizing: border-box;
}

    .terminiDiUtilizzoPrivacy a{
        color:white;
    }

    /*.MasterFooter .MasterFooterColonna1 .informazioni1 {
    margin-top:15px;
}*/
    .MasterFooter .MasterFooterColonna2 .terminiDiUtilizzoPrivacy {
        margin-top: 15px;
    }

.MasterFooter .informazioni1 img {
    display: block;
    /*max-width:200px;
    width:100%;*/
    max-width:100%;
}




/* inizio pagina /ecommerce/profilo.aspx */
.paginaProfilo .divTabellaDatiProfilo table,
.paginaProfilo .divTabellaOrdiniEffettuati table {
    width: 610px;
}
/* fine pagina /ecommerce/profilo.aspx */

.ContenitoreSpedizionieri {
    /* display: flex; */
    /* margin: 20px 0px; */
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
}


.ContenitoreListinoCoupon {
    display: flex;
    /* margin: 20px 0px; */
    width: 100%;
}

.contenitoreAssociazioni{
    margin-left:-10px;
    margin-right:-10px;
}

.BloccoAssociazione {
    box-sizing: border-box;
    border: 1px solid silver;
    border-radius: 5px;
    /* float: left; */
    display: inline-block;
    width: 100%;
    /* margin-bottom: 3px; */
    padding: 20px;
    vertical-align: top;
    background: #f7f7f7;
    margin: 10px 10px;
    /* min-width: 279px; */
    /* min-height: 310px; */
    /* max-width: 300px; */
    text-align: left;
    color: black;
    text-decoration: none;
}

    .BloccoAssociazione:hover {
        background-color: #d7ffd7;
    }

    .BloccoAssociazione img {
        max-width: 250px;
        display: block;
        margin-right: 20px;
    }


.BloccoSpedizioniere {
    box-sizing: border-box;
    border: 1px solid silver;
    border-radius: 5px;
    /* float: left; */
    display: inline-block;
    width: 15%;
    /* margin-bottom: 3px; */
    padding: 20px;
    vertical-align: top;
    background: #ffffff;
    margin: 10px 10px;
    min-width: 279px;
    min-height: 310px;
    max-width: 300px;
}

.BloccoListinoCoupon {
    box-sizing: border-box;
    border: 1px solid silver;
    border-radius: 5px;
    float: left;
    width: 100%;
    margin: 20px 0px;
    padding: 20px;
}

.BloccoSpedizioniereTit {
    font-size: 1.5em;
    letter-spacing: -1px;
    margin-top: 0px;
}


.rigaopzioni {
    box-sizing: border-box;
    font-weight: 500;
    margin: 0px 0px;
    line-height: 25px;
    /* display: flex; */
    width: 100%;
    font-size: 1em;
}
    /*.rigaopzioni > span {
        width: 100%;
    }*/

.rigaopzioniPrezzo {
    text-align: right;
    /* width: 20%; */
    float: right;
}


.BloccoListinoCouponTit {
    font-size: 2em;
    letter-spacing: -1px;
    margin-top: 0px;
}
.BloccoListinoCouponTit2 {
    font-size: 0.7em;
    letter-spacing: 0px;
}

.BloccoListinoCouponDesc {
    font-size: 12px;
    margin-top: 10px;
    color: green;
}

.BloccoListinoCouponScelte {
    margin: 20px 0px;
    /*display:flex;*/
    width:100%;
}

.RadioListinoScelte.marginLeft {
    font-size: 13px;
}

.BloccoListinoCouponScelteCol {
    letter-spacing: 0.5px;
    padding: 3px 0px;
    box-sizing: border-box;
}

.nomelistino {
        font-size: 1.2em;
    }

    .BloccoListinoCouponScelte2 {
        margin: 20px 0px;
        width: 100%;
    }

.BloccoListinoCouponScelteCol ul{
    margin:0px;
}


.BloccoVerdeSelezionato {
    background-color: #d7ffd7;
}

.ContenitoreCarrelloElenco{
    margin-bottom:20px;
}


.TestAreaCoupon {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-sizing: border-box;
}

.RadioListinoScelte{
    width:100%;
}

.RadioListinoScelte{
    font-size: 1.2em;
    letter-spacing: 0.5px;
    padding: 3px 0px;
    box-sizing: border-box;
}

input[type=text].TestAreaCoupon {
    width: 100%;
}

.ContenitoreCarrelloSx {
    float: left;
    width: 66.66666667%;
    text-align: left;
}

    .ContenitoreCarrelloSx.tuttoschermo {
        float: none;
        width: 100%;
        text-align: left;
    }

textarea.HeigthTextArea {
    height: 150px;
    background-color: #ffffff;
    width: 100%;
}

.ContenitoreCarrelloDx {
    float: left;
    width: 33.33333333%;
    min-height: 80vh;
    padding-left: 30px;
    box-sizing: border-box;
}

.ContenitoreTotaleCarrello {
    background: #f7f7f7;
    /* background-color: #EDEDED; */
    /*min-height: 400px;*/
    padding: 25px;
    /* text-align: center; */
    line-height: 3em;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

    .ContenitoreTotaleCarrello h1{
        margin-top:0px;
    }

    .ContenitoreTotaleCarrello h3 {
        font-weight: 500;
        margin: 5px 0px;
        line-height: 25px;
    }

.RigaTot{
    display:flex;
   width:100%;
}

    .RigaTot.evidenziato {
        font-size: 19px;
        font-weight: 600;
        color: #1f9340;
    }


    .RigaTotale {
        width: 100%;
        font-size: 18px;
    }

    /*.RigaTotale > h2{
        font-size:18px;
    }*/
    .RigaTotale > span {
       float:left;
       width:60%;
    }

    .RigaTot > span {
        width: 100%
    }
.CarrelloTot {
    text-align: right;
    width: 40%;
    float: right;
}

.RigaTotale > span.CarrelloTot {
    text-align: right;
    width: auto;
    float: right;
}

.TotaleProdotto{
    font-size:18px;
    font-weight:600;
}

.righeCarrello {
    padding: 25px 0px;
    /*display: flex;*/
    width: 100%;
    border-bottom: 1px solid silver;
}

    .righeCarrello h3{
        margin-top:0px;
    }

.ContenitoreTotaleCarrello h4 {
    font-weight: 500;
    margin: 5px 0px;
    line-height: 18px;
    font-size: 15px;
}


input[type=text].quantitaCarrello {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0;
    display: inline-block;
    width: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.1em;
    padding: 5px;
    color: #222;
    border: 1px solid rgb(169, 169, 169);
    outline: none;
    /* margin-top: 0px; */
    text-align: center;
}
/*.BloccoQuantita{
    float:right;
    width:80px;
}*/
.ColImmagine {
    width: 86px;
    float: left;
    min-height: 1px;
}

    .ColImmagine img {
        max-width: 100%;
        display: block;
        max-height: 150px;
    }

.ColDescrizione {
    width: 50%;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}
.ColDati{
    text-align: right;
    width: auto;
    float: right;
}

.paginaCarrello {
    max-width: 1300px;
    margin: auto;
}

.paginaWishlist .colonnaProdotti {
    width: 100%;
    float: none;
}

.marginDx{
    margin-right:10px;
}

.marginSx {
    margin-left: 10px;
}

.FraseUtilityRossa {
    font-size: 13px;
    font-weight: 600;
    color: #d60000;
}

.RigaSeparatore {
    width: 100%;
    background-color: #cacaca;
    height: 1px;
}

.bloccoCondizioniPet{
    margin:10px 0px;
}

    .bloccoCondizioniPet h3{
        margin-bottom:5px;
    }

.contenitoreFooterFixed {
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 500;
}

.pulsanteIcona {
    background-color: #ef1f2f;
    float: right;
    padding: 10px 15px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 2em;
    line-height: 15px;
    /* border: 1px solid white; */
    text-decoration: none;
    color: white;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
    .pulsanteIcona.Rosa {
        background-color: rgb(240, 65, 126);
    }
    .pulsanteIcona.Verde {
        background-color: #198829;
    }
    .pulsanteIcona.Blu {
        background-color: #961c25;
    }
    /*.pulsanteIcona.Blu {
        background-color: #961c25;
    }*/

    .panelQuantitawishList {
        display: flex;
        text-decoration: none;
    }

    .panelQuantitawishList span {
        display: block;
        margin-right: 20px;
    }

        .panelQuantitawishList span.icon-redo2 {
            margin-right: 0px;
        }

.valoreqta {
    font-size: 18px;
    font-weight: 600;
    margin-top: 14px;
}

.stringaordinetxt {
    font-size: 12px;
    margin-top: 14px;
}

.NOpadding {
    padding: 0px;
}



.ContenitoreVideo {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ContenitoreAllegati {
    margin: 10px 0px;
}

.BloccoVideo {
    float: left;
    width: 100%;
    height: 40vh;
    /* margin: 5px; */
    box-sizing: border-box;
    display: block;
    position: relative;
}

.iframeVideo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.VideoManuali {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}



/*############# ANIMAZIONE CARRELLO ###############*/
    .fasciaordineCarrello {
    position: fixed;
    width: 100%;
    color: white;
    box-sizing: border-box;
    z-index: 2000;
    background-color: forestgreen;
    text-align: center;
    font-weight: 500;
    display:none;
}

    .fasciaordineCarrello h3 {
        margin: 12px 0px;
    }

/*.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}*/

    .fasciaordineCarrello.fadeInUp {
        display: block;
        animation: fadeIn 0.5s ease-in both;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}



    /* responsivo */
    @media screen and (min-width:768px) and (max-width:1750px) {
        .paginaCheckout .PagamentoStepWrapper .contenitore50perc {
            float: none;
            width: 100%;
        }

        .paginaCarrello .tabellaCarrello .colonnaProdotto,
        .paginaCarrello .tabellaCarrello .colonnaDescrizione {
            display: none;
        }
    }

    @media screen and (max-width:767px) {
    

        .titHome {
            font-size: 3em;
            line-height: 1em;
            text-align: center;
        }

        .Contenitoretestohome {
            text-align: center;
            margin: 10% 0px;
        }

        .contenitoreimmagini img {
            display: block;
            margin-bottom: 5px;
            width: 100%;
            max-width: none;
        }

        /*.slide-bottom {
            height: 127px;
        }*/
            .slide-bottom:after {
                border-bottom: 145px solid #fefefe;
                border-right: 567px solid #ef1f2f;
            }


        /*.slide-up {
            height: 127px;
        }*/

            .slide-up:after {
                border-top: 145px solid #fefefe;
                border-left: 567px solid #ef1f2f;
            }

        .contenitoreimmagini img.imgCentro {
            display: inline-block;
            margin-bottom: 5px;
            width: auto;
        }


        .Contenitoretestohome > .l {
            width: 100%;
        }

        .sezione {
            padding: 30px 0px;
        }

        .marginright {
            margin-right: 0px;
        }

        .imgGrande {
            width: 100%;
            display: block;
            float: none;
        }


        .calendariologin {
            float: none;
            text-decoration: none;
            background-color: #ef1f2f;
            display: inline-block;
        }


        .imgcalendario {
            float: none;
            width: 300px;
            position: absolute;
            right: 0;
            left: auto;
            transform: none;
            margin: auto;
            position: relative;
            top: auto;
            z-index: 20;
            display: block;
        }

        .ElencoItemBlog {
            width: 100%;
        }

        .descrizioneCaratteristica {
            width: 100%;
            float: none;
        }

        .contenitoreGenerico {
            display: block;
            margin-left: 0px;
            margin-right: 0px;
        }
        .contenitoreFiltri {
            padding: 20px;
        }

        .contenitoreCheckoutSX2 {
            margin: 10px 0px;
        }
        .contenitoreCheckoutDX2 {
            margin: 10px 0px;
        }

        /*.pulsanteIcona span.pulsantiAccedi {
            display: none;
        }*/

        .BloccoSpedizioniere {
            width: 100%;
            max-width: initial;
            min-height: initial;
        }

        .BloccoAssociazione img{
            float:none;
        }

        .BloccoAssociazione {
            margin: 10px 0px;
        }

        .contenitoreAssociazioni {
             margin-left: 0px; 
             margin-right: 0px; 
        }

        .container.paginaWishlist.bodyCategorieProdotti {
            padding: 10px 20px;
            /*padding-top: 80px;*/
        }


        .marginDx {
            margin: 0;
        }
        .marginSx {
            margin: 0;
        }

        #MasterMenu > table.container {
            margin: inherit;
        }

        /* body */
        .bodyCategorieProdotti .colonnaCategorie {
            width: 100%;
        }

            .bodyCategorieProdotti .colonnaCategorie > .titoloDivCategorie {
                display: none;
            }

        .bodyCategorieProdotti .colonnaProdotti {
            /* margin-top: 30px; */
            width: 100%;
            padding: 0px 10px;
            box-sizing: border-box;
        }

        /* footer */
        .MasterFooterColonna0 {
            display: none;
        }

        .MasterFooter .MasterFooterColonna1,
        .MasterFooter .MasterFooterColonna2,
        .MasterFooter .MasterFooterColonna3 {
            width: 50%;
            display: inline-block;
            min-width: 200px;
        }

        /* colonna categorie in responsivo non deve avere padding */
        .bodyCategorieProdotti .colonnaCategorie {
            padding: 0;
            margin: 0px;
        }


        /* pagina dettaglio prodotto */
        .colonnaProdotti_prodotto .immaginiProdotto {
            width: 100%;
            float: none;
        }

        .colonnaProdotti_prodotto .immaginiProdotto {
            border-right: none;
            box-sizing: border-box;
            min-height: 0px;
        }

        /* pagina checkout */
        .paginaCheckout .contenitore50perc {
            float: none;
            width: 100%;
        }
        /*.paginaCheckout .iwebTABELLA td {
        display:block;
    }*/
        .paginaCheckout .IndirizzoStepWrapper .contenitore100perc > div:first-child,
        .paginaCheckout .IndirizzoStepWrapper .contenitore100perc > div:first-child + div {
            float: none;
            /*width:calc(100% - 42px);*/
            box-sizing: border-box;
            width: 100%;
        }

        .paginaProdotto .colonnaProdotti_prodotto .immaginiProdotto,
        .paginaProdotto .colonnaProdotti_prodotto .informazioniProdotto {
            border-right: 0;
            width: 100%;
            min-height: 0;
            padding: 0px;
        }

        .paginaCarrello table.iwebTABELLA.tabellaCarrello .Repeater1_quantita .mostraSoloInMobile {
            margin: 5px 7px 0 0;
        }

        .paginaCarrello table.iwebTABELLA.tabellaCarrello .Repeater1_quantita .panelQuantita {
            text-align: left;
        }

        .paginaCarrello table.iwebTABELLA.tabellaCarrello .Repeater1_quantita .pulsantiera {
            display: none;
        }

        div.colonnaCategorie {
            padding: 0;
        }
        /* se no in mobile si vede un rettangolo grigio sopra "Riassunto carrello" */

        tr.isSpeseSpedizione .colonnaPrezzoUnitario,
        tr.isSpeseSpedizione .colonnaQuantita {
            display: none;
        }

        .tabellaCarrello th,
        .tabellaCarrello .colonnaProdotto,
        .tabellaCarrello tfoot .colonnaNome,
        .tabellaCarrello .colonnaDescrizione,
        .tabellaCarrello tfoot .colonnaPrezzoUnitario,
        .tabellaCarrello tfoot .colonnaQuantita,
        .tabellaCarrello tfoot .colonnaElimina {
            display: none;
        }

        .tabellaCarrello tr, .tabellaCarrello td {
            width: 100%;
            box-sizing: border-box;
            display: block;
        }

        /* inizio pagina /ecommerce/profilo.aspx */
        .paginaProfilo .divTabellaDatiProfilo table,
        .paginaProfilo .divTabellaOrdiniEffettuati table {
            width: 100%;
        }
        /* fine pagina /ecommerce/profilo.aspx */
        .colonnaProdotti .titoloDivCategorie span.r {
            display: none;
        }


        .ContenitoreCarrelloSx {
            float: none;
            width: 100%;
        }
        .righeCarrello {
            padding: 10px 0px;
        }

        .ColDescrizione {
            width: 100%;
            padding-left: 0px;
        }

        .ContenitoreListinoCoupon {
            display: block;
        }

        .BloccoListinoCoupon {
            margin: 10px 0px;
        }

        .ContenitoreCarrelloDx {
            float: none;
            width: 100%;
            min-height: auto;
            padding-left: 0px;
            box-sizing: border-box;
            margin: 10px 0px;
        }
    }


@media screen and (min-width:768px) and (max-width:1280px) {

    .ContenitoreCarrelloSx {
        width: 100%;
        text-align: left;
    }

    .ContenitoreCarrelloDx {
        float: left;
        width: 100%;
        min-height: auto;
        padding-left: 0px;
        box-sizing: border-box;
    }

}

/*#########   CALENDARIO  ########*/
.sezione.paddingbottom {
    padding-bottom: 20px;
    padding-top: 20px;
}
.center{
    text-align:center;
}
.contenitoreCalendario {
    /* max-width: 1400px; */
    margin: auto;
    width: 100%;
    display: block;
    margin-bottom: 80px;
    PADDING: 0px 50px;
    box-sizing: border-box;
}

.colonna1 {
    float: left;
    background-color: white;
    width: 12%;
    border: none;
    border-right: #dadce0 1px solid;
    box-sizing: border-box;
}
.cellatabella {
    width: 100%;
    height: 200PX;
    /*border: #dadce0 1px solid;*/
    box-sizing: border-box;
    /* overflow-x: hidden; */
    font-size: 11px;
    /* padding: 2px; */
    position: relative;
    line-height: 12px;
    border-top: 0px;
}
.cellatabellaCortaSxGruppo2 {
    width: 100%;
    float: left;
    height: 200PX;
    /* border-bottom: 1PX solid white; */
    box-sizing: border-box;
    background-color: #f9f9f9;
    border: #dadce0 1px solid;
    padding: 20px;
    border-top: 0px;
    border-right: 0px;
}
.cellatabellaCortaDx {
    width: 100PX;
    height: 200PX;
    float: left;
    /* padding: 17px; */
    box-sizing: border-box;
    display: table;
}
.stickyGiorno {
    display: block;
    position: sticky;
    top: 320px;
    box-sizing: border-box;
    top: 92px;
    color: #ef1f2f;
    text-align: left;
    font-weight: unset;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -0.5px;
}


.orarioCalendario {
    font-size: 13px;
    text-align: left;
    display: block;
    box-sizing: border-box;
}
.rigaTitolo {
    position: relative;
    color: white;
    box-sizing: border-box;
    height: 50PX;
    position: sticky;
    top: 70px;
    border: none;
    z-index: 2;
}
.cellatabellaTitolo {
    width: calc((100% / 7) - 44px);
    height: 50PX;
    border: 1PX solid white;
    box-sizing: border-box;
    overflow-x: hidden;
    font-size: 16px;
    padding: 13px;
    float: left;
    background-color: #ef1f2f;
    text-align: center;
}
.cellatabella.titolo {
    height: 50px;
    width: 100%;
}

.colonna2 {
    float: left;
    background-color: white;
    width: calc((100% / 7) - 44px);
}
.scatola {
    height: 200PX;
    box-sizing: border-box;
    overflow-y: auto;
    position: relative;
}

.internoCella {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
    z-index: 1;
    border-right: #dadce0 0.5px solid;
    border-bottom: #dadce0 0.5px solid;
    box-sizing: border-box;
}
    .internoCella span {
        margin-right: 3px;
        margin-bottom: 3px;
    }

.cellatabellaCasoADOCUMENTO {
    border-top: 1px solid SKYBLUE;
    border-left: 1px solid SKYBLUE;
    border-right: 1px solid SKYBLUE;
    border-bottom: 1px solid #d1f6f9;
    background-color: rgba(209, 246, 249, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.cellatabellaCasoB1DOCUMENTO {
    border: 1px solid SKYBLUE;
    background-color: rgba(209, 246, 249, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.cellatabellaCasoB2DOCUMENTO {
    border-top: 1px solid #d1f6f9;
    border-left: 1px solid SKYBLUE;
    border-right: 1px solid SKYBLUE;
    border-bottom: 1px solid #d1f6f9;
    background-color: rgba(209, 246, 249, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.cellatabellaCasoCDOCUMENTO {
    border-top: 1px solid #d1f6f9;
    border-left: 1px solid SKYBLUE;
    border-right: 1px solid SKYBLUE;
    border-bottom: 1px solid SKYBLUE;
    background-color: rgba(209, 246, 249, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.cellatabellaCasoNeutro {
    background-color: rgba(209, 246, 249, 0.7);
}
.cellatabellaCasoNeutroEsterno {
    background-color: rgba(239, 31, 47,0.2);
}


.cellatabellaCasoFESTIVO {
    border-top: 1px solid rgba(204, 204, 204, 0.7);
    /* border-left: 1px solid rgba(146, 146, 146, 0.7); */
    /* border-right: 1px solid rgba(146, 146, 146, 0.7); */
    border-bottom: 1px solid rgba(204, 204, 204, 0.7);
    background-color: rgba(204, 204, 204, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.popup > div {
    margin-top: 200px;
    border-radius: 25px;
}

.popupHeader {
    background-color: #ef1f2f;
    color: white;
}
    .popupHeader .popupTitolo {
        text-transform: uppercase;
        font-weight: normal;
        display: block;
    }
div.popupHeader > div.glyphicon-remove {
    color: white !important;
}

.linkApribile{
    text-decoration:underline;
}

/*.apriPopup > div {
    animation: apriPopup2 1000ms 1;
    -webkit-animation: apriPopup2 1000ms 1;
}*/

.btn {
   
    color: #fff;
    border: 1px solid;
    padding: 10px 30px;
    transition: all 0.5s;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.droptarget {
    float: left;
    width: 100px;
    height: 35px;
    margin: 15px;
    margin-right: 100px;
    padding: 10px;
    border: 1px solid #aaaaaa;
}



.containerBox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containerBox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerBox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerBox input:checked ~ .checkmark {
    background-color: #ef1f2f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerBox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerBox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bloccoSquadre {
    background-color: #f9f9f9;
    padding: 10px;
    /* right: 20px; */
    /* width: 150px; */
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    /* top: 10%; */
    display: none;
    float: none;
}

.containerBox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-right: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}

.Titsquadra {
    font-weight: 700;
    /* text-transform: uppercase; */
    color: #000;
    margin-top: 0;
    font-size: 17px;
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    z-index: 100000000000;
}

.testoRidotto{
    font-size:12px;
}

@media screen and (max-width:767px) {
    .colonna2 {
        float: none;
        width: 100%;
    }
    .colonna1 {
        width: 30%;
    }
    .cellatabella {
        width: 100%;
    }
    .cellatabellaTitolo {
        width: 70%;
    }
    .cellatabellaCortaSxGruppo2 {
        padding: 20px 10px;
    }
    .stickyGiorno {
        font-size: 16px;
    }

    .popup > div {
        margin-top: 100px;
    }

    .bloccoSquadre {
        width: 100%;
        box-sizing: border-box;
    }
    .filtroCol {
        width: 100%;
    }
    .contenitoreInternoTabella {
        display: flex;
    }

    .contenitoreCalendario {
        PADDING: 0px 10px;
    }

    .bloccoSquadre {
        display: block;
    }
}