
/* Add Google WebFonts */

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700);

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

img {
    border: none;
    max-width: 100%;
}

strong, b {
    font-weight: 500;
    color: #0A2838;
}

ul {
    list-style-type: none;
    list-style-position: inside;
    list-style-image: url(../img/bullet.png);
}

    ul li {
        margin-bottom: 5px;
    }

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #374D53;
    background-color: #ECECEC;
}

a {
    color: #0A2838;
    text-decoration: none;
}

    a:hover {
        color: #374D53;
        text-decoration: underline;
    }

p {
    color: #374D53;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}

h1 {
    font-family: 'Ubuntu', sans-serif;
    color: #115070;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    text-shadow: 0 1px 0 white;
}

h2 {
    text-transform: uppercase;
    color: #0A2838;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
}

h3 {
    text-transform: normal;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    margin: 5px 0px;
}

::selection {
    background: #DEDEDE; /* Safari */
}

::-moz-selection {
    background: #DEDEDE;
    /* Firefox */
}

input:focus {
    outline: none;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 75px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url('../img/top_move.png') no-repeat;
    background-size: 100% auto;
}

.last {
    margin-right: 0px;
}

.btn {
    background: #115070;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0px 0 0;
    display: inline-block;
    transition: background 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    padding: 10px 30px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: white;
    background-color: #115070;
    text-transform: uppercase;
}

    .btn:hover {
        text-decoration: none;
        background: #0A2838;
        color: white;
    }

.btn_carrello:hover {
    text-decoration: none;
    background-color: #0A2838;
    color: white;
}

.btn_carrello {
    color: white;
    text-decoration: none;
    background-color: #115070;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    border: none;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 35px;
    text-align: center;
    font-size: 16px;
    float: left;
    margin-top: 10px;
    background-image: url(../img/cart.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    clear: both;
}

.riservata .container {
    width: 100%;
    padding: 0px 20px;
    padding-right: 150px;
}

.footer .container {
    width: 100%;
    padding: 0px 20px;
    padding-right: 0px;
}

.clear {
    clear: both;
}

div#wrapper, .wrapper, .riservata {
    min-height: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

    .wrapper.riservata {
    }

div.header {
    height: auto;
    overflow: auto;
}

.area_istituzionale div.header {
    width: 100%;
    overflow: inherit;
}

.area_istituzionale .footer {
    height: 60px;
    overflow: inherit;
    position: absolute;
}

.area_istituzionale div.content {
    height: auto;
    overflow: auto;
}

.area_istituzionale .footer .container {
    width: 1000px;
    padding: 0px 20px;
    padding-right: 0px;
}

.area_istituzionale .credits {
    background-color: #FFFFFF;
    position: relative;
    bottom: 0px;
    /* width: 100%; */
    padding-top: 10px;
    padding-bottom: 10px;
    height: 55px;
}

div.content {
    padding-bottom: 100px;
    clear: both;
}

.riservata div.content {
    padding-bottom: 100px;
    clear: both;
    height: auto;
    overflow: auto;
    margin-top: 91px;
}

.riservata div.footer {
    width: 100%;
    height: 55px;
    position: absolute;
    bottom: 0px;
    background-color: #FFFFFF;
    overflow: auto;
}

div.footer {
    width: 100%;
    height: 55px;
    position: relative;
    bottom: 0px;
    background-color: #FFFFFF;
    padding-bottom: 55px;
    overflow: auto;
}

.subfooter {
    height: auto;
    position: relative;
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    background-repeat: repeat;
    border-top: 1px solid #D9D9D9;
}

    .subfooter h1 {
        text-transform: uppercase;
        padding: 20px 0px;
        font-size: 28px;
    }

.footer .cerca input[type="text"] {
    border: none;
    background-color: transparent;
    width: calc(100% - 35px);
    font-size: 13px;
    color: #666;
    float: left;
    position: relative;
}

.numeroverde {
    width: 180px;
    height: 67px;
    position: relative;
    float: left;
    margin-left: 205px;
    margin-right: 20px;
}

.logo img {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}

.logo.login {
    text-align: center;
    width: 100%;
    clear: both;
    position: relative;
}

    .logo.login img {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        margin-top: 100px;
    }

.logo {
    text-align: center;
}

.riservata .logo {
    position: relative;
    float: left;
}

.menusup {
    text-align: right;
    width: 100%;
    height: auto;
    margin: 10px 0px 0px 0px;
}

    .menusup .container div {
        width: auto;
        position: relative;
        float: right;
    }

    .menusup a {
        color: #115070;
        text-decoration: none;
        font-size: 14px;
        position: relative;
    }

        .menusup a.btn.ricerca {
            color: #ffffff;
            text-decoration: none;
            position: relative;
            float: left;
            margin-left: 10px;
            padding: 3px 6px;
            font-size: 11px;
            background-image: url(../img/cercabtn.png);
            background-repeat: no-repeat;
            background-position: 5px center;
            background-size: auto 60%;
            z-index: 9;
            font-weight: 500;
            padding-left: 19px;
            background-color: #126996;
            display: none;
        }

        .menusup a.btn.gestione {
            color: #ffffff;
            text-decoration: none;
            position: relative;
            float: left;
            margin-left: 10px;
            padding: 3px 6px;
            font-size: 11px;
            background-size: auto 60%;
            z-index: 9;
            font-weight: 500;
            background-color: #126996;
            display: none;
        }


.connetti {
    color: #ffffff !important;
    text-decoration: none;
    position: relative;
    float: left;
    margin-left: 10px;
    padding: 3px 6px;
    font-size: 11px;
    background-image: url(../img/icone/connect.png);
    background-repeat: no-repeat;
    background-position: 5px center !important;
    background-size: auto 60%;
    font-weight: 500;
    padding-left: 19px;
    background-color: #126996;
    display: none;
}

a.btn.connetti:hover {
    background-image: url(../img/icone/connect_on.png);
    background-repeat: no-repeat;
    background-position: 5px center !important;
    background-size: auto 60%;
}




    .riservata .menusup a.btn.ricerca,
    .riservata .menusup a.btn.gestione, .connetti {
        display: inherit;
        width: auto !important;
    }



.menusup ul {
    position: relative;
    float: left;
    margin-right: 20px;
    list-style-position: inside;
    list-style-image: none;
    list-style-type: none;
    margin-top: 10px;
    font-size: 11px;
}

    .menusup ul li {
        background-image: url(../img/bullet.png);
        background-repeat: no-repeat;
        background-position: left 5px;
        margin: 0px;
        padding-left: 12px;
        margin-bottom: 5px;
    }

        .menusup ul li a {
            color: white;
            text-decoration: none;
        }

.registrazione {
    position: relative;
    float: right;
    width: 340px;
    padding-left: 10px;
    border-left: 1px solid #374D53;
}

    .registrazione .login {
        position: relative;
        float: left;
        width: 170px;
    }

    .registrazione .field_module {
        padding: 9px;
        background: rgba(255, 255, 255, 0.1);
        -moz-border-radius: 5px;
        border: none;
        border-radius: 5px;
        font-size: 12px;
        float: right;
        width: 100%;
        color: #666;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 5px;
        font-family: 'Ubuntu', sans-serif;
    }

    .registrazione .links a {
        color: #5d5d5d;
        text-decoration: underline;
        font-size: 11px;
    }

    .registrazione .links {
        position: relative;
        float: left;
        margin-left: 10px;
        line-height: 16px;
        width: 160px;
    }

.links a.btn {
    font-size: 13px;
    color: white;
    text-decoration: none;
    margin-top: 6px;
    position: relative;
    float: left;
    font-weight: bold;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
}

    .links a.btn:hover {
        text-decoration: none;
        background-color: #e1e1e1;
        color: #6b6e6f;
    }

.links a.facebook {
    font-size: 11px;
    color: white;
    text-decoration: none;
    margin-top: 6px;
    position: relative;
    float: left;
    padding-top: 6px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    background-color: #3b5998;
    text-transform: inherit;
    margin-left: 5px;
    text-align: left;
    line-height: 11px;
    font-weight: normal;
}

    .links a.facebook:hover {
        text-decoration: none;
        background-color: #e1e1e1;
        color: #6b6e6f;
    }

.facebook img {
    position: relative;
    float: left;
    margin-right: 5px;
}

.corpo {
    margin-top: 10px;
    height: auto;
}

    .corpo .sx {
        padding: 0px;
        height: auto;
        width: 215px;
        margin-top: 0px;
        margin-right: 10px;
        margin-bottom: 0px;
        margin-left: 0px;
        position: relative;
        float: left;
    }

    .corpo .dx {
        width: 775px;
        margin: 0px;
        position: relative;
        float: right;
        background: white;
        padding: 15px;
        margin-bottom: 20px;
    }

.dx.articolo .img_articolo img {
    margin-bottom: 20px;
}

.corpo .dx h1 span {
    font-size: 18px;
    font-weight: 700;
    color: #374D53;
}

.corpo .dx p {
    font-size: 14px;
    line-height: 20px;
    color: #4C5758;
    margin-bottom: 20px;
}

.corpo .dx .articolo_img {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    clear: both;
}

    .corpo .dx .articolo_img img {
        width: 250px;
        height: auto;
        margin-left: 0px;
        margin-right: 10px;
        margin-top: 0px;
        border: 1px solid #dadada;
        margin-bottom: 10px;
    }

.titolo {
    font-family: 'Ubuntu', sans-serif;
    color: #115070;
    font-size: 20px;
    position: relative;
    float: left;
}

.sx .titolo {
    margin-bottom: 18px;
    width: 100%;
    clear: both;
}

.sx .descrizione.titolo {
    clear: inherit;
}
/* stili news */

.news {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 5px solid #115070;
    padding: 5px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    text-decoration: none;
    max-height: 73px;
    overflow: hidden;
    line-height: 15px;
}

    .news p {
        margin-bottom: 0px;
        line-height: 15px;
    }

    .news a {
        color: white;
        text-decoration: none;
    }

        .news a:hover {
            text-decoration: none;
        }

.tuttelenews {
    margin-right: 0px;
    margin-bottom: 5px;
    text-decoration: none;
    width: 100%;
    text-align: right;
    font-size: 12px;
}

    .tuttelenews a {
        color: #115070;
        font-weight: 700;
    }

.news_img {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    clear: both;
}

    .news_img img {
        width: 60px;
        height: 60px;
        border: 1px solid #A8A8A8;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
/* fine stili news */

img.banner {
    width: 100%;
    border: 0px;
    margin-top: 10px;
}

.banner {
    width: 100%;
    height: auto;
    overflow: auto;
    margin-bottom: 10px;
}

    .banner.home {
        margin-top: 0px;
    }

    .banner.corpo {
        border: 1px solid #dadada;
    }

    .banner img {
        width: 100%;
        border: none;
    }

    .banner .box img {
        width: auto;
        border: none;
        position: relative;
        float: left;
        margin-right: 15px;
    }

    .banner .box {
        width: 33%;
        position: relative;
        float: left;
        padding-bottom: 20px;
        font-size: 20px;
        color: #115070;
        height: 105px;
        overflow: hidden;
        cursor: pointer;
    }

        .banner .box strong {
            font-size: 30px;
            font-weight: 700;
        }

        .banner .box span {
            color: #115070;
        }

.color {
    color: #115070;
}

    .color a {
        color: #115070;
    }

.servizioclienti {
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 13px;
    height: 50px;
    margin-top: 5px;
}

    .servizioclienti img {
        position: relative;
        margin-right: 5px;
        top: 10px;
        width: 29px;
        margin-left: 5px;
    }

.prodotti_footer .box {
    position: relative;
    float: left;
    width: 250px;
    min-height: 320px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
}

    .prodotti_footer .box .titolo {
        color: #115070;
        font-size: 25px;
        position: relative;
        float: left;
        width: 100%;
        padding: 10px;
        padding-bottom: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: 'Ubuntu', sans-serif;
        text-shadow: 0 1px 0 white;
    }

        .prodotti_footer .box .titolo span {
            color: #374D53;
            font-size: 28px;
            font-weight: bold;
        }

.prodotti_footer {
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 15px;
}

.extra {
    position: relative;
    width: 200px;
    height: 435px;
    float: left;
    margin-right: 15px;
    padding-top: 26px;
}

    .extra img {
        width: 100%;
        max-width: 200px;
        margin-bottom: 10px;
    }

    .extra .titolo {
        font-family: 'Ubuntu', sans-serif;
        color: white;
        text-transform: uppercase;
        background-color: rgba(0, 0, 0, 0.4);
        font-size: 25px;
        position: relative;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        width: 100%;
    }

.special {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #115070;
    font-size: 12px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #f2f2f2;
    margin-bottom: 15px;
    height: 60px !important;
    overflow: hidden;
}

    .special span {
        color: #374D53;
        font-size: 20px;
    }

.counter {
}

    .counter strong {
        color: #374D53;
        font-size: 14px;
        font-weight: 700;
        margin: 0px;
        padding: 0px;
    }

    .counter small {
        color: #374D53;
        font-size: 20px;
        font-weight: regular;
        margin: 0px;
        padding: 0px;
    }

.menu_footer ul h2 {
    text-transform: uppercase;
    color: #0A2838;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
}

.menu_footer h2 {
    text-transform: uppercase;
    color: #0A2838;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}

.menu_footer .box {
    position: relative;
    float: left;
    margin-top: 35px;
    width: 160px;
    margin-right: 40px;
}

    .menu_footer .box h1 {
        font-family: 'Ubuntu', sans-serif;
        color: #115070;
        font-size: 20px;
        position: relative;
        float: left;
        width: 100%;
        padding: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: normal;
        margin: 0px;
    }

    .menu_footer .box ul {
        list-style-image: none;
        list-style-type: none;
        margin-top: 10px;
        margin-bottom: 20px;
        position: relative;
        clear: both;
    }

    .menu_footer .box.dati ul {
        list-style-image: none;
        list-style-type: none;
        margin-top: 20px;
        margin-bottom: 0px;
        position: relative;
        clear: both;
    }

    .menu_footer .box.dati img {
        margin-top: 10px;
        max-width: 223px;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        padding-bottom: 10px;
    }

    .menu_footer .box.dati ul li {
        width: 50%;
        padding: 10px;
        float: left;
    }

    .menu_footer .box ul li {
        background-repeat: no-repeat;
        background-position: left 6px;
        list-style-image: none;
        list-style-type: none;
        font-size: 14px;
    }

        .menu_footer .box ul li a {
            color: #828282;
        }

.menu_footer .newsletter {
    background-color: #1a7eaa;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    color: white;
    height: auto;
    overflow: auto;
}

.newsletter p {
    color: white;
    text-align: center;
    font-size: 13px;
}

.newsletter .titolo {
    font-family: 'Ubuntu', sans-serif;
    color: white;
    font-size: 20px;
    position: relative;
    float: left;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.49);
    width: 100%;
}

.menu_footer .newsletter input[type="image"] {
    position: relative;
    float: right;
    max-width: 20%;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    width: 26px;
    top: 3px;
}

.menu_footer .newsletter form {
    padding: 0px;
    background: rgba(255, 255, 255, 0.1);
    -moz-border-radius: 5px;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    float: right;
    width: 100%;
    color: #666;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu_footer .newsletter .field_module {
    border: none;
    font-size: 12px;
    float: left;
    position: relative;
    width: 80%;
    color: #666;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
    background-color: transparent;
    padding: 5px;
}

.menu_footer .newsletter label {
    color: #FFF;
    font-size: 10px;
}

    .menu_footer .newsletter label a {
        text-decoration: underline;
    }

.menu_footer .newsletter input[type="checkbox"] {
    position: relative;
    float: left;
    margin-right: 5px;
}

.menu_footer .dati {
    margin-right: 30px;
    color: #828282;
    width: 47%;
    position: relative;
    float: left;
    padding-right: 20px;
    border-right: 1px solid #D8D8D8;
}

    .menu_footer .dati h1 {
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 500;
    }

    .menu_footer .dati p {
        margin-bottom: 20px;
        line-height: 20px;
    }

    .menu_footer .dati table {
        margin: 5px;
    }

        .menu_footer .dati table tr td {
            color: #646464;
            font-family: 'Ubuntu', sans-serif;
            font-size: 20px;
        }

            .menu_footer .dati table tr td img {
                border: none;
                width: 34px;
            }

.credits {
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 55px;
}

    .credits img {
        position: relative;
        float: left;
        margin-right: 10px;
        top: 3px;
    }

    .credits img {
        color: #646464;
        font-family: 'Ubuntu', sans-serif;
        font-size: 17px;
        position: relative;
        float: right;
    }

    .credits a {
        text-decoration: underline;
    }

img.banner_orizzontale {
    border: none;
    width: 780px !important;
    height: auto !important;
    margin-bottom: 10px;
}

.ricerca_avanzata {
    background: #dadada;
    height: auto;
    overflow: auto;
    padding-bottom: 5px;
}

    .ricerca_avanzata h1 {
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 0 1px 0 white;
        font-family: 'Ubuntu', sans-serif;
        background-image: url(../img/bg_boxfooter.png);
        background-repeat: repeat;
        padding: 6px;
        padding-left: 10px;
    }

    .ricerca_avanzata form {
    }

        .ricerca_avanzata form div {
            padding: 0px;
            background: #cfcfcf;
            -moz-border-radius: 5px;
            border: none;
            border-radius: 5px;
            font-size: 12px;
            float: right;
            width: 100%;
            color: #666;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-bottom: 5px;
            font-family: 'Ubuntu', sans-serif;
        }

            .ricerca_avanzata form div .field_module {
                border: none;
                font-size: 12px;
                float: left;
                position: relative;
                width: 80%;
                color: #666;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                font-family: 'Ubuntu', sans-serif;
                background-color: transparent;
                padding: 5px;
            }

            .ricerca_avanzata form div input[type="image"] {
                position: relative;
                float: right;
                max-width: 20%;
                padding: 5px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border: none;
                width: 26px;
                top: 0px;
            }

.titolo span {
    font-family: 'Ubuntu', sans-serif;
    color: #666;
    font-size: 14px;
    margin-left: 8px;
    position: relative;
    top: -2px;
}

.cbp-vm-options .select_module {
    width: auto;
    position: relative;
    float: right;
    padding: 5px;
    background-color: #FFFFFF;
    top: -14px;
    font-size: 12px;
    color: #666;
    margin-bottom: 0px;
    border: 1px solid #ECECEC;
}

.selettori div {
    width: auto;
    position: relative;
    float: right;
    padding: 5px;
}

.descrizione {
    padding-bottom: 33px;
    position: relative;
    float: left;
    margin-bottom: 10px;
    width: calc(100% - 400px);
}

.descrizione {
}

    .descrizione.titolo {
        padding-bottom: 0px;
        width: 100%;
        position: relative;
        float: right;
        margin-bottom: 10px;
        height: auto;
    }

    .descrizione h1 {
    }

    .descrizione h2 {
        font-size: 16px;
        color: #374D53;
        font-weight: normal;
    }

.corpo .dx .descrizione p {
    margin: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.tabella_prodotto, .TabbedPanelsContent table {
    width: 100%;
}

    .tabella_prodotto tr th, .TabbedPanelsContent table tr th {
        padding-top: 2px;
        padding-bottom: 2px;
        text-align: left;
        color: #000000;
        font-weight: normal;
        border-bottom: 1px dashed rgb(222, 222, 222);
    }

    .tabella_prodotto tr td, .TabbedPanelsContent table tr td {
        padding-top: 2px;
        padding-bottom: 2px;
        text-align: left;
        color: #757575;
    }

    .tabella_prodotto .old_price, .TabbedPanelsContent table .old_price {
        text-decoration: line-through;
        font-size: 14px;
        font-weight: 400;
    }

    .spese_spedizione span, .TabbedPanelsContent table span {
        font-size: 13px;
        font-weight: 400;
        color: #374D53;
    }

    .tabella_prodotto .prezzo_scontato, .TabbedPanelsContent table .prezzo_scontato {
        text-transform: uppercase;
        color: #000000;
        font-weight: normal;
    }

        .tabella_prodotto .prezzo_scontato span, .TabbedPanelsContent table .prezzo_scontato span {
            color: #d30202;
            font-size: 14px;
            font-weight: 400;
        }

.disponibilita_yes, .disponibilita_no, .disponibilita_giallo {
    font-size: 14px;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
}

.disponibilita_yes {
    background: #54bb56 !important;
}

.disponibilita_no {
    background: #d30202 !important;
}

.disponibilita_giallo {
    background: #e0b000 !important;
}

.spese_spedizione {
    background-image: url(../img/truck.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-top: 5px;
    padding-left: 28px;
}

.valuta_info {
    background-color: #115070;
    font-family: 'Ubuntu', sans-serif;
    padding: 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

    .valuta_info .valuta {
        float: left;
        width: 48%;
        position: relative;
        color: #FFFFFF;
        font-size: 18px;
        margin-left: 8px;
    }

        .valuta_info .valuta .star-rating {
            top: 6px;
            left: 3px;
        }

    .valuta_info .info {
        float: right;
        width: 317px;
        position: relative;
        text-align: right;
        /* color: #115070; */
        /* font-weight: bold; */
        font-size: 15px;
        background-image: url(../img/richiediinfo.png);
        background-position: 73px 0px;
        background-repeat: no-repeat;
        /* height: 30px; */
        padding-left: 41px;
        margin-top: 5px;
    }

        .valuta_info .info a {
            color: white;
            text-decoration: none;
            font-size: 18px;
            margin-right: 8px;
        }
/*.griglia_ordina {
width: 100%;
font-size:12px;
}

.griglia_ordina tr td {
	border-bottom: 1px dotted #ececec;
	background-color: white;
	color: #374D53;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size:12px;
}

.griglia_ordina tr th {
background-color: #115070;
padding:5px;
color: white;
font-weight:normal;
text-align:left;
font-size:12px;
}

.griglia_ordina .field_module{
padding: 5px;
background: white;
-moz-border-radius: 2px;
border: none;
border-radius: 2px;
font-size: 12px;
float: left;
width: 32px;
color: #374D53;
font-weight: bold;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 0px;
margin-right: 5px;
text-align: center;
border: 1px solid rgb(199, 199, 199);
}

.griglia_ordina .btn {
-moz-border-radius: 2px;
border-radius: 2px;
border: none;
top: 1px;
position: relative;
padding-bottom: 4px;
float: left;
padding-top: 4px;
padding-left: 8px;
padding-right: 8px;
background: #115070;
}

.griglia_ordina .btn:hover {
background: #115070;
}
*/

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    position: relative;
    margin-right: 5px;
    top: 2px;
}

.griglia_ordina .label_check {
    font-size: 11px;
    font-weight: 700;
}

.commento_fb {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .commento_fb p {
        color: #565656;
        margin-bottom: 5px;
    }
/* tabelle carrello */

.tabelle_carrello fieldset .btn {
    margin-left: 5px;
    padding: 5px 10px;
    font-size: 15px;
    position: relative;
    float: left;
}

table.tabelle_carrello {
    margin-top: 10px;
    width: 100%;
}

.tabelle_carrello table tr td {
    background-color: white;
    color: #4C5758;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

.tabelle_carrello .select_module {
    position: relative;
    width: 108px;
    padding: 3px;
    margin: 0px;
    background-color: whiteSmoke;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: 'Ubuntu', sans-serif;
    border: 1px solid #D0D0D0;
    float: right;
    font-size: 12px;
}

.tabelle_carrello .txt {
    position: relative;
    font-size: 12px;
    color: #0054A4;
    margin-right: 5px;
    top: 1px;
}
/*.tabelle_carrello .field_module {
position: relative;
width: 100px;
margin: 0px;
background-color: #e5e5e5;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
font-family: 'Ubuntu', sans-serif;
clear: right;
margin-bottom: 5px;
margin-top: 5px;
font-size: 12px;
padding: 7px;

}*/

.tabelle_carrello .minifield_module {
}

.tabelle_carrello .miniature.thumb {
    border: none;
    margin-bottom: 0px;
    margin-left: 0px;
    height: 60px;
    width: 60px;
}

.tabelle_carrello .miniature img {
    max-height: 50px;
    max-width: 50px;
}

.tabelle_carrello td.minifield_module input {
    padding: 5px;
    background: white;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    float: left;
    width: 32px;
    color: #374D53;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid rgb(199, 199, 199);
}

.tabelle_carrello textarea {
    width: 300px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #ccc;
    color: #0054A4;
}

.tabelle_carrello .field_note {
    float: left;
    position: relative;
    width: 650px;
    padding: 5px;
    margin: 0px;
    background-color: whiteSmoke;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: 'Ubuntu', sans-serif;
    border: 1px solid #D0D0D0;
}

.tabelle_carrello .label_check a {
    color: #666;
    text-decoration: underline;
}

.tabelle_carrello .label_module {
    float: left;
    position: relative;
    width: 300px;
    font-size: 13px;
    color: #4C5758;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 0px;
}

.tabelle_carrello tr th,
.tabella tr th {
    background-color: #115070;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: left;
    padding: 5px;
}

.tabella {
    width: auto;
    margin: 20px 0px;
}

    .tabella caption {
        font-family: 'Ubuntu', sans-serif;
        color: #115070;
        font-size: 18px;
        font-weight: 400;
        padding: 5px;
        text-transform: uppercase;
    }

    .tabella tr td,
    .tabella tr th {
        padding: 5px;
    }

.tabelle_carrello.secondaria {
    border: 1px solid #54bb56;
}

    .tabelle_carrello.secondaria tr th {
        background-color: #54bb56;
        text-align: left;
    }

.tabelle_carrello .minifield_module {
    width: auto;
}

.prezzo_totale {
    font-size: 20px;
    padding: 0px 10px;
    font-weight: 500;
    text-align: right;
}

    .prezzo_totale span {
        font-weight: normal;
        font-size: 15px;
        color: #333;
    }

.riepilogo_tabella.tabella_evidenza {
    border: 1px solid #115070;
    padding: 10px;
    background-color: #115070;
}

.tabelle_carrello.sottotabella.tableresponsive .field_module {
    width: 100% !important;
    float: inherit;
    padding: 5px;
    text-align: center;
    position: relative;
}

.tabelle_carrello caption {
    font-size: 19px;
    color: #20698e;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.tabelle_carrello .hidden {
    display: none;
}

.tabelle_carrello a img {
    border: none;
}

.tabelle_carrello table tr td a .ok {
    float: right;
    position: relative;
    margin-left: 5px;
    top: 3px;
}

.condizioni {
    margin-left: 0px;
    margin-top: 3px;
    padding: 15px;
    background-color: white;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px;
}

    .condizioni img {
        text-align: center;
        width: 120px;
        margin-right: 30px;
        position: relative;
        float: left;
        margin-bottom: 15px;
    }

    .condizioni p {
        text-align: justify;
        line-height: 20px;
    }

    .condizioni hr {
        border: none;
        background: rgb(165, 165, 165);
        height: 1px;
        width: 100%;
        margin-bottom: 10px;
        opacity: 0.5;
    }

.cancellacarrello {
    width: 400px;
    height: auto;
    padding: 10px;
    margin: 0px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.ordine_minimo {
    font-size: 16px;
    float: left;
    color: #115070;
    text-decoration: none !important;
    text-shadow: 0 1px 0 white;
    margin-bottom: 0px;
    font-weight: bold;
}

    .ordine_minimo span {
        color: #E90303;
        font-size: 16px;
    }
/*.tabelle_carrello fieldset {
background-color: white;
border: none;
padding: 10px;
margin-top: 40px;
border-top: 1px solid #115070;
}

.tabelle_carrello legend {
background: #115070;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #FFFFFF;
font-size: 15px;
}
*/

.tabelle_carrello fieldset {
    background-color: white;
    border: 1px solid #dadada;
    padding: 10px 20px;
    margin-top: 10px;
    position: relative;
}

.tabelle_carrello legend {
    padding: 5px 10px;
    outline: none;
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 18px;
    background: #115070;
    color: #FFF;
}

.center {
    text-align: center;
}

.tabelle_carrello fieldset a #help {
    float: right;
    position: absolute;
    right: 10px;
    margin-top: -22px;
}

.tabelle_carrello fieldset .field_module {
    position: relative;
    float: left;
    font-weight: normal;
    font-size: 13px;
    text-transform: inherit;
    color: #9d9c9c;
    width: 49%;
    border: 1px solid #d1d0d0;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5px;
    margin: 0px;
}

.tabelle_carrello fieldset .campo_form .field_module, .tabelle_carrello fieldset .campo_form .label_module {
    width: 100%;
}

.dx .tabelle_carrello fieldset p {
    margin-bottom: 0px;
}

.tabelle_carrello fieldset img {
    border-left: 1px dotted #dadada;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 5px;
    position: relative;
    float: left;
}

.tabelle_carrello fieldset input[type="radio"] {
    position: relative;
    float: left;
    top: 15px;
}

.tabelle_carrello .btn, .tabelle_carrello.secondaria input[type="button"] {
    background-color: transparent;
    float: inherit;
    margin-left: 5px;
    padding: 5px;
    font-size: 13px;
    color: #333;
    border: 1px solid #333;
    cursor: pointer;
}

.bianco .tabelle_carrello .btn {
    float: right;
}

.riepilogo_tabella .tabelle_carrello .btn {
    background-color: transparent;
    float: inherit;
    margin-left: 0px;
    padding: 5px;
    font-size: 13px;
    color: black;
    border: 1px solid #333;
    width: 100%;
    opacity: 0.7;
}

.tabelle_carrello .btn:hover {
    opacity: 1;
}

.tabelle_carrello table.table_nopadding tr td {
    border-bottom: none;
    background-color: white;
    color: #374D53;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 12px;
}

.pathway {
    position: relative;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #115070;
    margin-top: 5px;
    font-weight: 500;
    margin-bottom: 20px;
    clear: both;
}

    .pathway .seiqui {
        color: #666;
        position: relative;
        float: left;
        font-weight: normal;
    }

    .pathway a {
        margin-left: 5px;
        margin-right: 5px;
        font-weight: normal;
    }

        .pathway a:hover {
            margin-left: 5px;
            margin-right: 5px;
            text-decoration: underline;
        }

.corpo .dx hr {
    background: #dadada;
    height: 1px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    border: none;
}

.dati_contatti {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .dati_contatti tr td {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .dati_contatti tr th {
        text-align: left;
        padding: 10px;
        background: #E5E5E5;
        text-shadow: 0 1px 0 white;
    }

    .dati_contatti tr td p {
        margin: 0px !important;
    }

        .dati_contatti tr td p img {
            position: relative;
            float: left;
            width: 17px;
            margin-right: 5px;
        }

.label_module {
    float: left;
    position: relative;
    font-size: 14px;
    color: #4C5758;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 5px;
    margin-top: 10px;
}

.field_module {
    background-color: white;
    padding: 10px;
    border: 1px solid #D9D9D9;
    font-size: 15px;
    float: right;
    width: 100%;
    color: #4C5758;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-family: 'Ubuntu', sans-serif;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .field_module.ordinibanco {
        width: calc(100% - 140px);
        position: relative;
        float: left;
        margin: 0px 5px;
        padding: 5px;
    }

.ordini .field_module {
    background-color: transparent;
    padding: 5px;
    border: none;
}

.ordini .label_module {
    color: #115070;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    margin: 0px;
}

.field_note {
    padding: 6px;
    background: white;
    border: 1px solid #dadada;
    font-size: 12px;
    float: right;
    width: 100%;
    color: #115070;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-family: 'Ubuntu', sans-serif;
}

table.contatti {
    width: 760px;
    margin: 10px;
}

.tabelle_carrello table tr td.tabella_totali {
    background-color: #115070;
    color: white;
    font-weight: 700;
    font-size: 16px;
}

    .tabelle_carrello table tr td.tabella_totali div.prezzo_totale {
        background-color: #115070;
        padding: 5px;
        font-size: 20px;
    }

table.contatti .btn {
    position: relative;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding: 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.blank {
    background-color: white;
}

.inpromo .special {
    height: 45px !important;
    margin-bottom: 25px !important;
}
/* nuovo codice riepilogo e news */

.categories {
    padding: 10px;
    height: auto;
    border: 1px solid #d9d9d9;
    overflow: auto;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

    .categories h1 {
        margin-bottom: 0px;
        color: #374D53;
        font-size: 20px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
    }

    .categories ul {
        float: left;
        list-style-image: none;
        list-style-type: none;
        position: relative;
        margin: 0px;
        padding: 0px;
    }

        .categories ul li {
            list-style-image: none;
            list-style-type: none;
            padding: 0px;
            margin-top: 10px;
            margin-left: 0px;
            position: relative;
            float: left;
            width: 100%;
        }

            .categories ul li a {
                color: #115070;
                text-decoration: none;
            }

                .categories ul li a:hover {
                    color: #115070;
                    text-decoration: none;
                }
/*stile news*/

.newsart {
    padding: 10px;
    height: auto;
    overflow: auto;
    margin-bottom: 20px;
    background: white;
}

    .newsart h3 {
        font-size: 15px;
        line-height: 19px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .newsart span {
        color: #115070;
        font-weight: 700;
    }

    .newsart h3 a {
        text-transform: inherit;
        text-decoration: none;
        font-size: 17px;
        font-weight: 500;
        color: #126996;
    }

    .newsart p {
        padding: 0px;
        margin: 0px !important;
    }

.newsart_img {
    position: relative;
    float: left;
    height: 150px;
    border: 1px solid #dadada;
    width: 150px;
    margin-right: 10px;
    display: table;
    padding: 5px;
}

    .newsart_img div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .newsart_img img {
        max-width: 150px;
        max-height: 150px;
    }

.newsart .articolo_news {
    height: 75px;
    overflow: hidden;
    margin-bottom: 10px;
}

.sx .ricerca_avanzata .titolo, .sx .newsletter .titolo {
    margin-bottom: 0px !important;
    padding-bottom: 10px;
    font-size: 16px;
    /* text-align: center; */
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    color: #115070;
}

.newspromo {
    margin-bottom: 0px !important;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    color: white;
}

.social {
    margin-left: 10px;
}

.benvenuto {
    position: relative !important;
    float: left !important;
    display: none;
}

.riservata .benvenuto {
    display: inherit;
}

.punti {
    background-image: url(../img/punti.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    padding-left: 19px;
    margin-left: 15px;
}

.benvenutologout, .punti, .benvenutologout div {
    position: relative;
    float: left;
}

.starWishlist {
    position: relative;
    float: right;
    background-image: url(../img/star.png);
    background-repeat: no-repeat;
    padding-left: 24px;
    background-size: auto 16px;
}

.promo {
    position: relative;
    float: right;
    background-image: url(../img/sconto_p.png);
    background-repeat: no-repeat;
    padding-left: 24px;
    background-size: auto 20px;
    height: 21px;
}

.carrello {
    position: relative;
    float: right;
    background-image: url(../img/carrello.png);
    background-repeat: no-repeat;
    padding-left: 24px;
    background-size: auto 16px;
}

    .carrello span {
        text-transform: uppercase;
        color: #333;
    }

.riservata .logo {
    position: relative;
    float: left;
    margin: 10px 0px;
    margin-right: 15px;
    width: 85px;
}

    .riservata .logo img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

.social img {
    margin-right: 2px;
    height: 26px;
}

.ricerca_avanzata {
    background-color: #ebebeb;
    padding: 10px;
    margin-bottom: 15px;
}

.menu_footer .newsletter input[type="image"] {
    position: relative;
    float: right;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    width: 18px;
    top: 1px;
    margin: 0px;
}

.newsletter .cerca {
    float: right;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    background-color: white;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 6px;
}

.newsletter .field_module {
    border: none;
    font-size: 12px;
    float: left;
    position: relative;
    width: 80%;
    color: #666;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
    background-color: transparent;
    padding: 5px;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 10px;
}

.newsletter label {
    color: #FFF;
    font-size: 11px;
}

    .newsletter label a {
        color: #FFF;
        text-decoration: underline;
    }

.newsletter input[type="checkbox"] {
    position: relative;
    float: left;
    margin-right: 5px;
}

.select_module, .minifield_module {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    color: #666;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.minifield_module {
    /*width: inherit !important;*/
}

.colophon {
    position: relative;
    float: left;
    width: 420px;
    color: #666;
    opacity: 1;
    font-size: 12px;
}

.riepilogo_sx {
    clear: both;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #B7B7B7;
    border: 1px solid #374D53;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .riepilogo_sx h1 {
        font-family: 'Ubuntu', sans-serif;
        color: #4C5758;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
        text-align: center;
    }

    .riepilogo_sx p {
        font-size: 13px;
        line-height: 21px;
        color: #666;
    }

.unico {
    width: 100% !important;
    margin-bottom: 20px;
}

.dx.articolo ul {
    margin: 20px;
}

    .dx.articolo ul.grid {
        margin: 0px;
    }

.back a {
    color: #115070;
}

.back {
    padding-top: 30px;
}

.riepilogo_sx ul li, .dx.articolo ul li {
    font-size: 14px;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 10px;
    background-image: url(../img/bullet.png);
    background-repeat: no-repeat;
    background-position: left -4px;
    padding-left: 20px;
    color: #374D53;
}

    .riepilogo_sx ul li a {
        color: #115070;
        font-size: 13px;
    }

.campo_form {
    width: 50%;
    padding-bottom: 0.5em;
    position: relative;
    float: left;
    padding-right: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .campo_form.unico {
        margin-bottom: 0px;
    }

.box_carrello {
    position: relative;
    float: right;
    background-color: white;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

.dx .box_news {
    text-align: center;
}

.sx.cento {
    width: 100% !important;
}

hr {
    width: 100%;
    height: 1px;
    border: none;
    background-color: #ECECEC;
    margin: 5px 0px;
    display: -webkit-inline-box;
}

.box_carrello h1, .box_carrello h1 a {
    font-weight: 400;
    color: #115070;
    font-size: 20px;
    padding: 10px;
    text-transform: none;
    text-decoration: none;
}

.box_carrello h1 {
    padding-left: 45px;
    background-image: url(../img/carrello.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.box_carrello p {
    font-size: 17px;
    color: #888787;
    margin-bottom: 3px;
}

.box_carrello img {
    position: relative;
    float: left;
    margin-right: 16px;
}

.box_carrello p span {
    color: #115070;
}

.box_carrello a {
    color: #115070;
    text-decoration: underline;
    font-size: 13px;
}

.testata_utilities {
    position: relative;
    float: right;
    width: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .testata_utilities .sx {
        position: relative;
        float: right;
        text-align: right;
    }

.paginazione {
    text-align: center;
    width: 100%;
    padding: 0px;
    clear: both;
    height: auto;
    margin: 20px 0px 20px 0px;
}

    .paginazione a {
        background-color: #116996;
        color: #FFFFFF;
        font-weight: normal;
        padding: 9px 11px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        font-size: 14px;
        margin: 0px 2px;
        line-height: 50px;
    }

        .paginazione a:hover, .paginazione a.current {
            background-color: #0A2838;
            color: white;
            text-decoration: none;
        }

.login_box {
    position: relative;
    padding: 10px;
    width: 50%;
    height: 267px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

    .login_box .field_module {
        margin: 5px;
    }

    .login_box .btn {
    }

    .login_box .btn {
        width: 70%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: inherit;
        display: block;
        clear: both;
        text-align: center;
    }

.div_promozioni .riepilogo_tabella {
    max-width: 800px;
}

.riepilogo_tabella .immagine_prodotto {
    border: 1px solid #dadada;
    position: relative;
    float: left;
    background-color: white;
    width: 100px;
    height: 100px;
    padding: 2px;
}

    .riepilogo_tabella .immagine_prodotto img {
        max-width: 100%;
        max-height: 100px;
    }

.riepilogo_tabella .descrizione.titolo {
    padding-bottom: 0px;
    width: calc(100% - 250px);
    position: relative;
    float: right;
    margin-bottom: 0px;
    height: auto;
}

.riepilogo_tabella .descrizione {
    padding-bottom: 0px;
    width: 80%;
    width: calc(100% - 115px);
    position: relative;
    float: right;
    margin-bottom: 0px;

}
.riepilogo_tabella .descrizione div {
    max-height: 39px;
    overflow: hidden;
}
    .riepilogo_tabella .descrizione p {
        font-size: 13px;
        line-height: 19px;
    }
        .riepilogo_tabella .descrizione p.scopri_riepilogo {
            font-size: 13px;
            line-height: 13px;
            margin: 0px
        }
    .riepilogo_tabella .descrizione .imgMarca {
        position: relative;
        float: right;
        margin-bottom: 15px;
        width: 120px;
        margin-left: 15px;
        height: auto;
    }

ul.allegati {
    list-style-image: none;
    margin: 10px 0px;
    width: 100%;
    clear: both;
    position: relative;
}

    ul.allegati li {
        position: relative;
        width: auto;
        float: left;
        margin: 2px;
        margin-right: 10px;
    }

        ul.allegati li img {
            position: relative;
            float: left;
            margin-right: 5px;
        }

.corpo .dx .riepilogo_tabella .descrizione p {
    margin: 0px;
    font-size: 13px;
    line-height: 18px;
    color: #666;
    margin-bottom: 5px;
}

.riepilogo_tabella {
    background-color: #FFFFFF;
    padding: 10px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: auto !important;
    overflow: hidden;
    margin-bottom: 7px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

    .riepilogo_tabella .btn {
        padding: 9px 20px;
        font-size: 14px;
        margin-left: 10px;
    }

    .riepilogo_tabella a:hover {
        text-decoration: none;
    }

    .riepilogo_tabella .btn_carrello {
        color: white;
        text-decoration: none;
        background-color: #115070;
        -moz-border-radius: 2px;
        border-radius: 2px;
        cursor: pointer;
        border: none;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 35px;
        text-align: center;
        font-size: 15px;
        clear: inherit;
        float: right;
        margin-top: 0px;
        background-image: url(../img/cart.png);
        background-repeat: no-repeat;
        background-position: 10px 6px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

        .riepilogo_tabella .btn_carrello:hover {
            background-color: #0A2737;
        }

.tabelle_carrello a img {
    border: none;
    max-width: 60px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /* display: block; */
    max-height: 20px;
}

.label_payment {
    position: relative;
    float: left;
    /* width: 30%; */
    margin-right: 20px;
}

    .label_payment span {
        position: relative;
        float: left;
        top: 10px;
        margin-left: 10px;
    }

.scopri {
    position: relative;
    float: right;
    padding: 10px;
    border: 1px solid #dadada;
}

.corpo .dx .condizioni hr {
    border: none;
    background: rgb(165, 165, 165);
    height: 1px;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.5;
}

.descrizione.titolo a {
    color: #0A2838;
    text-decoration: none;
}

.link {
    background-repeat: no-repeat;
    background-position: left center;
    padding: 2px 0px 2px 21px;
    margin-left: 12px;
    color: #115070;
    text-decoration: none;
    font-size: 14px;
}

    .link.aiuto {
        background-image: url(../img/icone/aiuto.png);
    }

    .link.giftcard {
        background-image: url(../img/icone/giftcard.png);
    }

    .link.carrello {
        background-image: url(../img/icone/carrello.png);
        padding: 2px 0px 2px 30px;
    }

    .link.register {
        background-image: url(../img/icone/register.png);
    }

    .link.entra {
        background-image: url(../img/icone/entra.png);
    }

    .link.desideri {
        background-image: url(../img/icone/desideri.png);
    }

    .link:hover {
        color: #374D53;
        text-decoration: none;
    }

.ric_avanzata {
    background-color: #4c5758;
    padding: 25px 0px;
    width: 100%;
    clear: both;
    position: relative;
    height: auto;
    overflow: auto;
}

.link.carrello span {
    font-weight: 700;
}

.ric_avanzata h1 {
    text-transform: uppercase;
    position: relative;
    float: left;
    background-image: url(../img/cerca.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0px;
    padding-left: 60px;
    margin-right: 10px;
}

.ric_avanzata .select_module, .ric_avanzata .field_module {
    width: 18%;
    padding: 12px;
    margin-bottom: 0px;
    color: #666;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    float: left;
    border: none;
    margin-right: 11px;
    height: 46px;
    margin-top: 5px;
    font-size: 14px;
}

.ric_avanzata .btn {
    float: right;
    margin-top: 4px;
}

.campo_form .errore {
    text-align: left;
    position: absolute;
    font-size: 12px;
    bottom: -5px;
    left: 0px;
}

.errore {
    color: #dd0000;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.big.btn {
    padding: 10px 20px;
    margin-left: 0px !important;
    font-size: 16px;
}

input.add {
    background-color: white;
    border: 1px solid white;
    font-size: 20px;
    font-weight: 300;
    color: #353535;
    margin: 0px;
    width: 17px;
    height: 30px;
    position: relative;
    top: 0px;
    cursor: pointer;
}

input.addfield {
    font-family: 'Ubuntu', sans-serif;
    width: 35px;
    text-align: center;
    padding: 5px;
    border: 1px solid #999;
    top: -1px;
    position: relative;
}

.box {
    position: relative;
    float: left;
    width: calc(34% - 20px);
    margin-right: 18px;
    overflow: hidden;
    background-color: white;
    margin-bottom: 20px;
}

    .box .caption {
        position: absolute;
        bottom: 0px;
        background-color: rgba(255,255,255,0.8);
        padding: 10px;
        width: 100%;
        text-align: right;
    }

    .box img {
        height: 300px;
        width: auto;
        max-width: inherit;
    }

    .box.boxtop img {
        height: initial;
        width: 100%;
        max-width: initial;
    }

    .box.boxtop .img {
        padding: 0px 10px 10px 10px;
        height: 150px;
        overflow: hidden;
        margin-bottom: 0px;
    }

    .box.boxtop p {
        padding: 10px;
        padding-bottom: 0px;
        text-align: center;
        margin-bottom: 0px;
    }

        .box.boxtop p a {
            font-weight: 500;
            font-size: 14px;
        }

    .box, .box img {
        height: 320px;
    }

        .box.boxtop h1, .box.boxnews h1 {
            text-align: center;
            padding: 10px;
            text-transform: uppercase;
            border-bottom: 1px solid #F6F6F9;
            margin-bottom: 10px;
        }

.cataloghi {
    width: 100%;
    clear: both;
    padding: 20px 0px 40px 0px;
    height: auto;
    overflow: auto;
}

    .cataloghi h1 {
        position: relative;
        float: left;
        margin-right: 20px;
        text-transform: uppercase;
        background-image: url(../img/book.png);
        background-size: auto 90%;
        background-repeat: no-repeat;
        padding-left: 41px;
        background-position: 10px center;
        margin: 4px 0px;
        font-size: 24px;
    }

.box.boxnews, .box.last {
    margin-right: 0px;
}

.ul_menu {
    padding: 10px;
    background-color: white;
    margin-bottom: 10px;
}

    .ul_menu li {
        margin-bottom: 10px;
    }

.dx.cento {
    width: 100% !important;
    background: transparent;
    padding: 0px;
}

.box_news h2 {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin: 0px;
}

.sx .box_news h2 {
    margin-top: 10px;
}

    .sx .box_news h2 a:hover {
        text-decoration: none;
    }

.sx .box_news_contatti {
    margin-top: 0px;
}

.box_news_contatti {
    padding: 10px;
    background: white;
    margin: 10px 0px;
    height: auto;
    overflow: auto;
}

    .box_news_contatti p {
        color: #374D53;
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .box_news_contatti h2 {
        margin-top: 20px;
    }

.maps iframe {
    /*
 pointer-events: none;
   */
}

.cerca {
    float: right;
    position: relative;
    background-color: white;
    width: calc(100% - 185px);
}

    .cerca.istituzionale {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .cerca input[type="text"] {
        border: none;
        width: 91%;
        font-size: 17px;
        color: #666;
        padding: 17px;
        position: relative;
        float: left;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        font-weight: normal;
        height: 54px;
    }

.testata .cerca input[type="text"] {
    width: 94%;
    padding: 10px;
    height: auto;
}

.testata .cerca input[type="image"].cercabtn {
    width: 40px;
    height: 40px;
}

.sx .cerca input[type="text"] {
    height: auto;
}

.sx .cento {
    width: 100% !important;
}

.cerca input[type="image"].cercamic {
    position: relative;
    padding: 8px;
    background: white;
    float: right;
    width: 36px;
    display: none;
}

.cerca input[type="image"].cercabtn {
    position: relative;
    padding: 13px;
    background: #115070;
    float: right;
    width: 54px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    height: 54px;
}

.riservata .cerca {
    float: left;
    position: relative;
    background-color: white;
    width: calc(100% - 160px);
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

.riservata .categorie .box {
    width: calc(20% - 16px);
}

    .riservata .categorie .box, .riservata .categorie .box img {
        height: 235px;
        text-align: center;
    }

        .riservata .categorie .box .caption {
            text-align: center;
            background-color: rgba(255,255,255,1);
            top: 0px;
            bottom: inherit;
        }

.menusup {
    position: relative;
    float: left;
}

.riservata .menusup {
    width: calc(100% - 101px);
    text-align: left;
    float: right;
    margin-bottom: 10px;
}

.riservata .menusup {
    font-weight: 500;
}

.box_riservata {
    position: relative;
    float: left;
    width: 49%;
    padding-bottom: 20px;
    margin: 0% 0.5%;
}

    .box_riservata .testo {
        position: relative;
        float: left;
        width: 70%;
        height: 63px;
        overflow: hidden;
    }

        .box_riservata .testo p {
            width: 80%;
            font-size: 13px;
            line-height: 14px;
        }

        .box_riservata .testo h1 {
            margin-bottom: 10px;
            text-transform: none;
        }

            .box_riservata .testo h1 a {
                font-family: 'Ubuntu', sans-serif;
                color: #115070;
                font-size: 20px;
                font-weight: 400;
                margin-bottom: 0px;
                text-shadow: 0 1px 0 white;
            }

            .box_riservata .testo h1 a {
                text-decoration: none;
            }

    .box_riservata .dettagli {
        position: relative;
        float: left;
        width: 30%;
    }

        .box_riservata .dettagli a {
            color: #115070;
            text-decoration: none;
            font-weight: 500;
        }

        .box_riservata .dettagli ul {
            list-style-image: none;
        }

            .box_riservata .dettagli ul li {
                text-align: center;
                border-bottom: 1px solid #D2D2D2;
                padding-bottom: 10px;
                padding-top: 5px;
            }

.immagine_princ {
    position: relative;
    float: left;
    width: 80%;
    height: 365px;
    display: table;
    margin-bottom: 10px;
    background: white;
    border-right: 1px solid #ECECEC;
}

    .immagine_princ div, .immagine_sec .item div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .immagine_princ div img {
            max-width: 100%;
            max-height: 365px;
        }

.immagine_sec {
    position: relative;
    float: right;
    width: 20%;
    margin-bottom: 10px;
}

    .immagine_sec .item {
        width: 100%;
        height: 122px;
        background: white;
        display: table;
        border-bottom: 1px solid #ECECEC;
    }

        .immagine_sec .item img {
            max-width: 100%;
            max-height: 122px;
        }

.riservata .content .dx {
    margin-bottom: 2em;
    position: relative;
    float: right;
    width: 20%;
}

.riservata .content .sx {
    position: relative;
    float: left;
    width: 79%;
    margin-bottom: 20px;
}

.content .sx .sx {
    position: relative;
    float: left;
    width: 25%;
}

    .content .sx .sx ul {
        list-style-image: none;
        margin-bottom: 0px;
        margin-top: 10px;
        color: #0A2838;
    }

        .content .sx .sx ul li {
            margin-bottom: 8px;
            color: #0A2838;
        }

.content .sx .dx {
    position: relative;
    float: right;
    width: 73%;
}

.box_carrello ul li .img {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

    .box_carrello ul li .img img {
        max-width: 40px;
        max-height: 40px;
    }

.box_carrello ul {
    list-style-image: none;
    padding: 10px;
}

.box_carrello .titolo_prod img {
    height: 16px;
    margin-right: 5px;
    position: relative;
    float: left;
}

.box_carrello ul li {
    height: auto;
    overflow: auto;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
}

.box_carrello .titolo_prod {
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.desc_prod {
    font-size: 12px;
    color: #999;
}

.concludi_ord {
    padding: 5px 10px 15px 10px;
    text-align: right;
}

.cbp-vm {
    height: auto;
    overflow: auto;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
}

.sx .cbp-vm .titolo {
    margin-bottom: 5px;
    width: 55%;
    position: relative;
    clear: inherit;
    float: left;
}

.parametri {
    margin-bottom: 0px;
    clear: both;
    width: 100%;
    position: relative;
    float: left;
}

.selettori {
    text-align: right;
}

.stampa {
    border: 1px solid #999;
    padding: 13px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    color: #666;
    /* margin-bottom: 15px;*/
    display: -webkit-inline-box;
    background-image: url(../img/stampa.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 45px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .stampa:hover {
        text-decoration: none;
    }

.elimina img {
    margin-right: 5px;
    position: relative;
    top: 9px;
}

.old {
    display: block;
    text-decoration: line-through;
    color: #666;
    text-align: center;
}

.percent {
    display: block;
    text-align: center;
    color: red;
    font-weight: 500;
}

.center {
    text-align: center;
}

.contenitore_riservata {
}

    .contenitore_riservata .btn, .dettagli1 input[type="button"], .dettagli2 input[type="button"] {
        padding: 5px 15px;
        font-size: 16px;
        margin-left: 5px;
    }

.dettagli1 input[type="button"], .dettagli2 input[type="button"] {
    padding: 5px 10px;
    font-size: 12px;
    background: #115070;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0px 0 0;
    display: inline-block;
    transition: background 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    position: relative;
    font-weight: 400;
    color: white;
    background-color: #115070;
    text-transform: uppercase;
}

.dettagli1 a.btn, .dettagli2 a.btn {
    padding: 5px 10px;
    font-size: 12px;
    background: #115070;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0px 0 0;
    display: inline-block;
    transition: background 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    position: relative;
    font-weight: 400;
    color: white;
    background-color: #115070;
    text-transform: uppercase;
}

.tab_semplice {
    width: auto;
}

    .tab_semplice tr td {
        color: #666;
        border-top: none;
        border-right: none;
        border-left: none;
        text-align: left;
        line-height: 20px;
        padding: 10px 20px;
    }

    .tab_semplice tr th {
        background: #1f688d;
        color: #FFF;
        border: none;
        text-align: left;
        font-size: 14px;
        padding: 5px 10px;
        border-bottom: 1px solid #ccc;
        font-weight: normal;
        text-transform: uppercase;
    }

    .tab_semplice tr {
        background-color: #fff;
    }

        .tab_semplice tr:nth-of-type(odd) {
            background-color: #f1f1f1;
        }

    .tab_semplice caption {
        font-family: 'Ubuntu', sans-serif;
        background-color: #115070;
        font-size: 20px;
        text-align: center;
        padding: 9px;
        border-bottom: 1px solid #ccc;
        color: white;
    }

.btn_wishlist {
    height: 25px;
    width: 25px;
    float: right;
    background-color: transparent;
    background-image: url(../img/wishlist.png);
    background-repeat: no-repeat;
    background-position: -2px -4px;
    cursor: pointer;
    border: none;
}

    .btn_wishlist.active {
        background-position: -2px -64px;
    }

.disclaimer_carrello {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

td.alert {
    color: red !important;
    text-transform: inherit;
    font-weight: 600;
    font-size: inherit;
    padding: inherit;
}

.descrizione h1 img {
    position: relative;
    height: 27px;
    top: 5px;
    margin: 0px 2px;
}

.sx .cerca input[type="text"] {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 8px;
    padding-left: 10px;
    border: none;
    background-color: transparent;
    padding: 5px;
    color: #545454;
}

.sx .cerca .cercabtn {
    width: 16px !important;
    height: 17px !important;
    background-size: 100% auto !important;
    background: url(../img/lente.png) no-repeat;
    cursor: pointer;
    border: none;
    margin-top: 5px;
    position: relative;
    float: right;
    margin-right: 4px;
}

.cercaDescrizioni label {
    width: 100%;
    font-size: 13px;
}

.cercaDescrizioni {
    padding-bottom: 10px;
}

.visualizzazione {
    width: 100%;
    margin-bottom: 20px;
    clear: both;
    position: relative;
    height: auto;
    overflow: auto;
}


.visualizzazione img {
    top: 9px;
    position: relative;
    margin-left: 10px;

}

.dx .visualizzazione {
    text-align: center;
}

.visualizzazione .btn {
    float: inherit;
    font-size: 14px;
    text-transform: inherit;
    font-weight: 500;
    padding: 10px 15px;
    background: #54bb56;
}

.visualizzazione tr input[type="radio"] {
    position: relative;
    margin-right: 5px;
    top: 2px;
}

h1.filtri {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    margin: 5px 0px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.sx .cerca {
    float: left;
    padding: 5px;
    position: relative;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #cecece;
    top: auto;
    z-index: 1;
    max-width: 100%;
    margin-bottom: 10px;
}

.wishlist_titolo {
    width: 100%;
    position: relative;
    clear: both;
}

.wishlist_visualizzazione {
    width: 100%;
    position: relative;
    clear: both;
    background: white;
    margin: 20px 0px;
}

    .wishlist_titolo .campo_form,
    .wishlist_visualizzazione .campo_form {
        padding: 10px;
        width: 25%;
        margin-right: 0%;
        margin-top: 10px;
    }


    .wishlist_visualizzazione .campo_form {
        width: 25%;
        margin-right: 0%;
        padding: 0px 10px;
    }


    .wishlist_visualizzazione .label_module {
        float: left;
        position: relative;
        font-size: 18px;
        color: #0f5171;
        font-family: 'Ubuntu', sans-serif;
        margin: 0px;
    }

    .wishlist_visualizzazione .campo_form label {
        margin-left: 5px;
        position: relative;
        font-size: 18px;
    }


.wishlist_titolo .campo_form .btn {
    padding: 10px;
    position: relative;
    font-size: 14px;
    width: 100%;
    background: none;
    color: #374D53;
    text-transform: inherit;
    border: 1px solid #cdcdcd;
    background: white;
}

    .wishlist_titolo .campo_form .btn.on {
        background: #115070;
        color: #fff;
    }

.wishlist_titolo .campo_form input[type="radio"] {
    position: relative;
    margin-right: 10px;
    /*  top: 13px; */
    margin-left: 10px;
}

.wishlist_titolo .campo_form label {
    position: relative; /* top: 10px; */
}

.torna {
    font-weight: 500;
    color: #115070;
}

    .torna a {
        font-weight: 500;
        color: #115070;
        text-decoration: underline;
    }

.aggiunto {
    color: white;
    width: 100%;
    margin-top: 7px;
    text-transform: uppercase;
    /* font-weight: bold; */
    font-size: 14px;
    text-align: center;
    display: inline-block;
    padding: 9px;
    background: #54bb56;
    -moz-border-radius: 15px;
    border-radius: 3px;
}

.alert {
    color: red;
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px;
}

.alertlogin {
    color: red;
    text-transform: inherit;
    font-size: 15px;
    text-align: center;
    width: 100%;
    line-height: 21px;
}

.carrello_riepilogo {
    max-height: 280px;
    overflow-y: auto;
}

td.omaggio, li.lista_omaggio {
    background-color: #ffd869 !important;
}

    td.omaggio:nth-child(2) {
        background-image: url(../img/gift.png);
        background-repeat: no-repeat;
        background-position: 10px center;
        padding-left: 40px !important;
    }

li.lista_omaggio {
    background-image: url(../img/gift.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 45px !important;
}

    li.lista_omaggio .elimina {
        display: none;
    }

.img_articolo {
    text-align: center;
}

.disclaimer {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #115070;
}

    .disclaimer a {
        font-weight: 500;
        color: #115070;
    }

.container_testo {
    margin-bottom: 10px;
    background: white;
    padding: 20px;
}

    .container_testo h1 {
        margin-bottom: 20px;
    }

    .container_testo p {
        line-height: 20px;
    }

.puntifidelity {
    padding: 10px;
    background: #f1f1f1;
    margin: 0px;
    height: auto;
    overflow: auto;
    text-align: center;
}

    .puntifidelity h3 {
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-size: 20px;
        font-weight: 400;
        font-family: 'Ubuntu', sans-serif;
        color: #115070;
        text-shadow: 0 1px 0 white;
        margin: 0px;
        text-align: center;
    }

.tabelle_carrello .puntifidelity h3 {
    position: relative;
    width: 160px;
    float: left;
}

.tabelle_carrello .puntifidelity p {
    position: relative;
    float: left;
    margin-bottom: 0px;
    margin-top: 5px;
}

.credits .sx {
    position: relative;
    float: left;
    margin-top: 10px;
    font-weight: 500;
}

.puntifidelity h3 img {
    position: relative;
    margin-right: 1px;
    height: 20px;
    top: 3px;
}

.tabelle_carrello .puntifidelity {
    background: white;
    margin: 10px 0px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.puntifidelity hr {
    width: 100%;
    height: 1px;
    border: none;
    margin-bottom: 10px;
    background-color: white;
    margin: 5px 0px;
}

.puntifidelity p span {
    color: #115070;
    font-weight: 500;
}

.puntifidelity p a {
    color: #0A2838;
    text-decoration: underline;
    font-weight: 400;
}

.puntifidelity p {
    text-align: center;
    margin-bottom: 5px;
}

.box_news .puntifidelity {
    padding: 0px;
}

.selettorimarchi {
    background: white;
    margin-bottom: 20px;
}

    .selettorimarchi table {
        width: 100%;
    }

        .selettorimarchi table tr {
            padding: 5px;
            position: relative;
            float: left;
            width: 50%;
        }

            .selettorimarchi table tr td {
                font-size: 11px;
            }

            .selettorimarchi table tr input[type="radio"] {
                position: relative;
                margin-right: 5px;
                top: 2px;
            }

    .selettorimarchi h1 {
        background: #115070;
        color: #FFF;
        border: none;
        text-align: left;
        font-size: 15px;
        padding: 10px;
        line-height: 15px;
        text-shadow: none;
        clear: both;
    }

.bianco {
    background-color: white;
    padding: 20px;
    height: auto;
    overflow: auto;
}

    .bianco .btn {
        float: left;
    }


.descrizione .allegato_articolo {
    position: relative;
    float: left;
    width: 50%;
    margin: 0;

    /* width: 100%;*/
    /* position: relative; */
    /* clear: both; */
}

    .descrizione .allegato_articolo a img {
        float: left;
        position: relative;
        margin: 5px;
        top: -9px;
        height: 24px;
    }

.overflow.ricercacarrello {
    /*

max-height: 300px;
    overflow: auto;
    margin: 20px 0px;
   */
}

.btn_logout {
    display: inherit;
    width: auto !important;
    color: #ffffff !important;
    text-decoration: none;
    position: relative;
    float: right;
    margin-left: 10px;
    padding: 3px 6px;
    font-size: 11px !important;
    font-weight: 500;
    background-color: #08415c;
    text-transform: uppercase;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.wish_calendar {
    padding: 10px;
    background-color: rgba(255,255,255,0.3);
    border: 1px solid #ccc;
    margin: 10px 0px 20px 0px;
}

    .wish_calendar h2 {
        margin-top: 0px;
        border-bottom: 1px solid rgba(204, 204, 204, 0.5);
        padding-bottom: 8px;
        margin-bottom: 0px;
    }

.corpo .sx.cento, .corpo .dx.cento {
    background: white;
    padding: 10px;
}

    .corpo .dx.cento p {
        margin-bottom: 5px;
    }

    .corpo .dx.cento h1 {
        margin-bottom: 20px;
    }

.riservata .testata {
    background: #ececec;
    height: 91px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9;
}

.fidelity_riepilogo h4 {
    width: 100px;
    position: relative;
    clear: right;
    padding: 8px 0px;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    background: #115070;
    text-align: center;
}

.allegato_black {
    color: #333;
    font-weight: 500;
    margin-right: 10px;
    font-size: 13px;
    text-transform: uppercase;
}

.ico_fidelity {
    position: relative;
    margin-right: 5px;
    margin-left: 20px;
    top: 3px;
}
/* fondamentali per il funzionamento del pannello a template e front end */
.Tmpl_hidden {
    display: none !important;
}

.Tmpl_visible {
    display: inline !important;
}
/* fondamentali per il funzionamento del pannello a template e front end */



.incrementale {
    position: absolute;
    background: white;
    top: 39px;
    z-index: 9;
    height: 200px;
    overflow: auto;
}

    .incrementale table tr th {
        padding: 5px;
    }

    .incrementale table tr th {
        border-spacing: 0;
        border-collapse: collapse;
    }

    .incrementale table tr:hover td {
        cursor: pointer;
        background: #f1f1f1 !important;
    }

p.bottoni-carrello {
float: right; 
    max-width: 350px;

}
    

p.bottoni-carrello .btn  {
margin-left:5px

}
    
.video iframe {
    width:200px;

}






