/* Add Google WebFonts */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,500);

@font-face {
    font-family: 'Run-Medium';
    src: url('../fonts/run/Run-Medium_gdi.eot');
    src: url('../fonts/run/Run-Medium_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/run/Run-Medium_gdi.woff') format('woff'), url('../fonts/run/Run-Medium_gdi.ttf') format('truetype'), url('../fonts/run/Run-Medium_gdi.svg#Run-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-201D;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

img {
    border: none;
}

ol {
    list-style-position: inside;
}

strong {
    font-weight: 700;
}

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: 'Roboto', sans-serif;
    font-size: 13px;
    color: #333;
    background-color: white;
}


a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #333;
        text-decoration: underline;
    }

h1 {
    font-family: 'Roboto', sans-serif;
    color: #1C93C0;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0px;
}

div.dx h1 {
    margin-bottom: 20px;
}

h2 {
    font-family: 'Roboto', sans-serif;
    color: #006fa0;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 12px;
}

::selection {
    background: #DEDEDE; /* Safari */
}

::-moz-selection {
    background: #DEDEDE; /* Firefox */
}

input:focus {
    outline: none;
}

.last {
    margin-right: 0px !important;
}


input[type="button"].btn,
input[type="submit"].btn {
    padding: 6px 12px;
}


.menusup .sx input[type="button"].btn {
    padding: 4px 7px;
        font-size: 13px;
}


.btn {
    color: white;
    background: #88bcd9;
    padding: 4px 12px;
    border-radius: 2px;
    -moz-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;
    position: relative;
    float: right;
    cursor: pointer;
        font-size: 15px;
}

    .btn.big {
        background: #46bf30;
        font-size: 20px;
    }

    .btn.cercabtn {
        color: white;
        background: #1c93c0;
        background-image: url(../img/cercabtn.png);
        background-repeat: no-repeat;
        background-position: 8px center;
        padding-left: 25px;
    }

        .btn.cercabtn:hover {
            background-image: url(../img/cercabtn.png);
            background-repeat: no-repeat;
            background-position: 8px center;
            padding-left: 25px;
        }

    .btn:hover {
        text-decoration: none;
        background: #0583bb;
        color: white;
    }

.btn_carrello:hover {
    text-decoration: none;
    background-color: #006fa0;
    color: white;
}

.btn_carrello,
.tabelle_carrello .btns_carrello .btn.btn_carrello {
    /* font-weight: 600; */
    color: white;
    text-decoration: none;
    background-color: #46bf30;
    -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: 19px;
    clear: both;
    float: right;
    margin-top: 10px;
    background-image: url(../img/cart.png);
    background-repeat: no-repeat;
    background-position: 12px 12px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}


.tabelle_carrello .btns_carrello .btn.btn_carrello {
    margin-top: 0px;
}

.scheda_articolo .pathway {
    margin-bottom: 10px;
}

.container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.clear {
    clear: both;
}



div#wrapper {
    min-height: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

div.header {
    height: auto;
    overflow: auto;
    background-color: #f8f8f8;
}

div.content {
    padding-bottom: 845px;
    /*da togliere poi*/
    overflow: auto;
    clear: both; /*da togliere poi*/
}


div.footer {
    width: 100%;
    height: 845px;
    position: absolute;
    bottom: 0px;
    background-color: #006fa0;
}


.subfooter {
    height: auto;
    position: relative;
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    background-image: url(../img/paper2.png);
    background-repeat: repeat;
}

.cerca {
    float: left;
    position: relative;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    padding: 8px 0px 11px 9px;
    margin-bottom: 5px;
    background-color: white;
}

    .cerca input[type="text"] {
        border: none;
        background-color: transparent;
        width: calc(100% - 25px);
        font-size: 13px;
        color: #666;
    }


.footer .cerca input[type="text"] {
    border: none;
    background-color: transparent;
    width: calc(100% - 35px);
    font-size: 13px;
    color: #666;
    float: left;
    position: relative;
    float: left;
}



.cerca input[type="image"] {
    position: relative;
    top: 4px;
    right: 3px;
}



.numeroverde {
    width: 180px;
    height: 67px;
    position: relative;
    float: left;
    margin-left: 205px;
    margin-right: 20px;
}


.logo {
    position: relative;
    float: left;
    margin: 20px 0px;
}

.menusup {
    background-color: #006fa0;
    color: #88bcd9;
    overflow: hidden;
    padding: 3px;
    font-size: 20px;
}

    .menusup .sx {
        position: relative;
        float: left;
        width: 60%;
    }

    .menusup .dx {
        position: relative;
        float: right;
        width: 40%;
        text-align: right;
    }

    .menusup a {
        color: white;
        text-decoration: none;
        font-size: 13px;
        position: relative;
        top: -3px;
        margin-left: 2px;
        margin-right: 2px;
    }

    .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 #333;
}

    .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: 'Roboto', 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 {
    height: auto;
}

    .corpo .sx {
        padding: 0px;
        height: auto;
        width: 200px;
        margin-top: 0px;
        margin-right: 25px;
        margin-bottom: 0px;
        margin-left: 0px;
        position: relative;
        float: left;
    }



    .corpo .dx {
        padding: 0px;
        width: 75%;
        width: -webkit-calc(100% - 225px);
        width: -moz-calc(100% - 225px);
        width: calc(100% - 225px);
        margin: 0px;
        position: relative;
        float: left;
    }

        .corpo .dx p {
            font-size: 13px;
            line-height: 20px;
            color: #666;
            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;
                padding: 10px;
            }

.titolo {
    font-family: 'Roboto', sans-serif;
    color: #006fa0;
    font-size: 25px;
    position: relative;
    float: left;
}

.sx .titolo {
    margin-bottom: 18px;
    width: 100%;
    clear: both;
}

/* 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 #006fa0;
    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: #1C93C3;
        font-weight: bold;
    }

.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;
    border-bottom: 1px solid #dadada;
    margin-bottom: 15px;
    margin-top: 20px;
}

    .banner.home {
        margin-top: 0px;
    }


        .banner.home.bottom {
            display: none;
        }

    .banner.corpo {
        border: 1px solid #dadada;
        clear: both;
        overflow: hidden;
    }

    .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: #1c93c0;
        height: 105px;
        overflow: hidden;
        cursor: pointer;
    }

        .banner .box strong {
            font-size: 30px;
            font-weight: 700;
        }

        .banner .box span {
            color: #006fa0;
        }

.color {
    color: #1C93C3;
}

    .color a {
        color: #1C93C3;
    }

.servizioclienti {
    color: white;
    font-weight: bold;
    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: #1C93C0;
        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: 'Roboto', sans-serif;
        text-shadow: 0 1px 0 white;
    }

        .prodotti_footer .box .titolo span {
            color: #333;
            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;
    min-height: 460px;
    float: left;
    margin-right: 15px;
    padding-top: 26px;
    height: auto;
}


.old_price {
    position: absolute;
    z-index: 1;
    top: -7px;
    font-size: 17px;
    text-decoration: line-through;
    color: #ff3434;
    text-shadow: none;
    font-weight: bold;
}

.extra img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
}


.extra .titolo {
    font-family: 'Roboto', 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: #666666;
    font-size: 12px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #f2f2f2;
    margin-bottom: 15px;
    height: 60px !important;
    overflow: hidden;
}

    .special span {
        color: #333;
        font-size: 20px;
    }

.counter {
}

    .counter strong {
        color: #333;
        font-size: 14px;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
    }

    .counter small {
        color: #333;
        font-size: 20px;
        font-weight: regular;
        margin: 0px;
        padding: 0px;
    }

.menu_footer {
}

    .menu_footer .box {
        position: relative;
        float: left;
        margin-top: 27px;
        width: 200px;
        margin-right: 40px;
    }

        .menu_footer .box h1 {
            font-family: 'Roboto', sans-serif;
            color: #88bcd9;
            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 !important;
            margin-bottom: 10px;
        }

        .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: 30px;
            margin-bottom: 0px;
            position: relative;
            clear: both;
        }

        .menu_footer .box.dati img {
            margin-top: 10px;
            width: 100%;
            max-width: 238px;
        }

        .menu_footer .box.dati ul li {
            background-repeat: no-repeat;
            background-position: left 3px;
            list-style-image: none;
            list-style-type: none;
            margin-bottom: 10px;
            padding-left: 35px;
            min-height: 24px;
        }

li.luogo {
    background-image: url(../img/ico_luogo.png) !important;
}

li.telefono {
    background-image: url(../img/ico_telefono.png) !important;
}

li.mail {
    background-image: url(../img/ico_mail.png) !important;
}

li.orari {
    background-image: url(../img/clock.png) !important;
}

.menu_footer .box ul li {
    background-repeat: no-repeat;
    background-position: left 6px;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 1px;
}

    .menu_footer .box ul li a {
        color: #ffffff;
    }

.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: 'Roboto', 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;
    margin-bottom: 5px;
    font-family: 'Roboto', 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: 'Roboto', 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: 0px;
    background-color: rgba(255, 255, 255, 0.1);
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 10px;
    color: white;
    width: 310px;
    position: relative;
    float: right;
    height: 244px;
}

    .menu_footer .dati h1 {
        margin-bottom: 5px;
    }

    .menu_footer .dati p {
        margin-bottom: 20px;
    }

    .menu_footer .dati table {
        margin: 5px;
    }

        .menu_footer .dati table tr td {
            color: #646464;
            font-family: 'Roboto', sans-serif;
            font-size: 20px;
        }

            .menu_footer .dati table tr td img {
                border: none;
                width: 34px;
            }

.credits {
    background-color: #005980;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .credits img {
        position: relative;
        float: left;
        margin-top: 10px;
    }

    .credits a {
        color: #646464;
        font-family: 'Roboto', sans-serif;
        font-size: 17px;
        position: relative;
        float: right;
    }

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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', sans-serif;
    color: #666;
    font-size: 14px;
    margin-left: 8px;
    position: relative;
    top: 0px;
}




.descrizione {
    padding-bottom: 33px;
    width: 425px;
    position: relative;
    float: right;
    margin-bottom: 10px;
    height: 250px;
}

    .descrizione.titolo {
        padding-bottom: 0px;
        width: 100%;
        position: relative;
        float: right;
        margin-bottom: 10px;
        height: auto;
    }

    .descrizione h1 {
        color: rgb(28, 147, 192);
        font-size: 20px;
        margin-bottom: 0px !important;
        line-height: 26px;
    }

    .descrizione h2 {
        font-size: 13px;
        color: #333;
        font-weight: normal;
        margin-bottom: 0px;
    }

.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 {
        text-align: left;
        color: #000000;
        font-weight: normal;
        border-bottom: 1px solid rgb(222, 222, 222);
        padding: 8px;
    }

    .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: 600;
    }

    .spese_spedizione span, .TabbedPanelsContent table span {
        font-size: 13px;
        font-weight: 600;
        color: #333;
    }

    .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: 600;
        }

.prezzoApplicato {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.disponibilita_yes {
    color: #54bb56 !important;
    font-weight: 600;
}

.disponibilita_no {
    color: #d30202 !important;
    font-weight: 600;
}

.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: #006FA0;
    font-family: 'Roboto', 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: #1C93C3; */
        /* font-weight: bold; */
        font-size: 15px;
        background-image: url(../img/richiediinfo.png);
        background-position: 73px 0px;
        background-repeat: no-repeat;
        padding-top: 3px;
        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: #333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size:12px;
}

.griglia_ordina tr th {
background-color: #1C93C3;
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: #333;
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: #1C93C3;
}

.griglia_ordina .btn:hover {
background: #1C93C3;
}
*/



input[type="checkbox"] {
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-right: 5px;
    top: 2px;
}

.griglia_ordina .label_check {
    font-size: 11px;
    font-weight: bold;
}

.commento_fb {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .commento_fb p {
        color: #565656;
        margin-bottom: 5px;
    }

/*.commento_fb span, .commento_fb iframe {
height: 115px !important;
}*/

/* tabelle carrello */


table.tabelle_carrello {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.tabelle_carrello table tr td,
.tabelle_carrello tr td {
    background-color: white;
    color: #333;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}

.tabelle_carrello .select_module, .module_ricerca {
    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: 'Roboto', sans-serif;
    border: 1px solid #D0D0D0;
    float: right;
    font-size: 12px;
}

.module_ricerca {
    float: inherit;
}

.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: 'Roboto', 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: none;
    border-radius: 2px;
    font-size: 12px;
    float: left;
    width: 32px;
    color: #333;
    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: 'Roboto', 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: 'Roboto', 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: #666;
    font-family: 'Roboto', sans-serif;
}

.tabelle_carrello tr th {
    background-color: #1C93C3;
    padding: 5px;
    color: white;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
}


.tabelle_carrello .minifield_module {
    width: auto;
}

.prezzo_totale {
    font-size: 20px;
    padding: 10px;
}

    .prezzo_totale span {
        font-size: 10px;
    }


.tabelle_carrello.sottotabella.tableresponsive .prezzo_totale {
    padding: 0px;
}

.tabelle_carrello caption {
    font-size: 22px;
    color: #0054A4;
    padding-bottom: 10px;
}

.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: #F2F2F2;
    border: 1px solid #dadada;
    -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;
        max-height: 300px !important;
    }

.corpo .dx .condizioni p {
    margin-bottom: 0px;
}

.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: right;
    color: #666666;
    text-decoration: none !important;
    text-shadow: 0 1px 0 white;
    margin-bottom: 0px;
    font-weight: bold;
    margin-bottom: 10px;
}

    .ordine_minimo span {
        color: #E90303;
        font-size: 20px;
    }

/*.tabelle_carrello fieldset {
background-color: white;
border: none;
padding: 10px;
margin-top: 40px;
border-top: 1px solid #1C93C3;
}

.tabelle_carrello legend {
background: #1C93C3;
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 fieldset br {
        display: none;
    }

.tabelle_carrello legend {
    padding: 10px 20px;
    outline: none;
    color: #006FA0;
    /* text-transform: uppercase; */
    background-color: #f6f6f6;
    list-style: none;
    border: 1px solid #dddddd;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    text-shadow: 0 1px 0 white;
    /* font-weight: 700; */
    font-size: 18px;
}

.center {
    text-align: center;
}

.tabelle_carrello fieldset a #help {
    float: right;
    position: absolute;
    right: 10px;
}

.tabelle_carrello fieldset .field_module {
    /*position: relative;
width: 200px;
margin: 0px;
font-family: 'Roboto', sans-serif;
clear: right;
margin-bottom: 5px;
margin-top: 5px;
font-size: 12px;
padding: 7px;
-moz-border-radius: 2px;
border-radius: 2px;
float: inherit;
font-weight: normal;
color: #000;
height: 26px;
border: 1px solid #1C93C3;*/
    position: relative;
    float: inherit;
    font-weight: normal;
    font-size: 13px;
    text-transform: inherit;
    color: #9d9c9c;
    width: 49%;
    border: 1px solid #d1d0d0;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0em;
    margin-right: 15pxem;
}

.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;
}

.tabelle_carrello .btn, .tabelle_carrello input[type="button"] {
    color: white;
    background-color: #88bcd9;
    float: inherit;
    margin-left: 5px;
    padding: 6px 15px;
    font-size: 15px;
    cursor: pointer;
}

.tabelle_carrello table.table_nopadding tr td {
    border-bottom: none;
    background-color: white;
    color: #333;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 12px;
}

.tabelle_carrello img {
    max-height: 50px;
}

.pathway {
    position: relative;
    font-size: 13px;
    margin-bottom: 24px;
    color: #006fa0;
    margin-top: 5px;
    font-weight: 700;
}

    .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%;
    padding: 0px;
    margin: 15px 0px;
    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: 12px;
    color: #666;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
    margin-top: 10px;
}

.field_module {
    padding: 6px;
    border: 1px solid #dadada;
    font-size: 12px;
    float: right;
    width: 100%;
    color: #1C93C3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.field_note {
    padding: 6px;
    background: white;
    border: 1px solid #dadada;
    font-size: 12px;
    float: right;
    width: 100%;
    color: #1C93C3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}


table.contatti {
    width: 760px;
    margin: 10px;
}

.tabelle_carrello table tr td.tabella_totali {
    background-color: #1C93C3;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

    .tabelle_carrello table tr td.tabella_totali div.prezzo_totale {
        background-color: #1C93C3;
        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: #333;
        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: #666666;
                text-decoration: none;
            }


                .categories ul li a:hover {
                    color: #1C93C3;
                    text-decoration: none;
                }


/*stile news*/


.newsart {
    padding: 10px;
    height: auto;
    border: 1px solid #dadada;
    overflow: auto;
    margin-bottom: 20px;
}

    .newsart h3 {
        font-size: 15px;
        line-height: 19px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .newsart span {
        color: #1C93C0;
        font-weight: 700;
    }

    .newsart h3 a {
        text-transform: inherit;
        font-weight: normal;
        text-decoration: none;
        color: #333;
    }

    .newsart p {
        padding: 0px;
        margin: 0px !important;
    }


.newsart_img {
    position: relative;
    float: right;
    height: 150px;
    border: 1px solid #dadada;
    width: 162px;
    margin-left: 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: 'Roboto', sans-serif;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    color: #666666;
}

.newspromo {
    margin-bottom: 0px !important;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    color: white;
}



.social {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-left: 0px;
    clear: left;
    text-align: right;
    width: 100%;
}

    .social img {
        margin-right: 5px;
        max-height: 27%;
        height: 45px;
    }

.ricerca_avanzata {
    background-color: #88BCD9;
    padding: 10px;
    margin-bottom: 15px;
}

    .ricerca_avanzata .btn {
        background-color: #006fa0;
    }

.sx .ricerca_avanzata .titolo {
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.24);
    text-align: center;
    font-size: 18px;
}

.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;
    border-radius: 5px;
    -moz-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: 'Roboto', 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;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

.minifield_module {
    /*width: inherit !important;*/
}

.colophon {
    position: relative;
    float: left;
    width: 420px;
    color: white;
    opacity: 0.4;
    font-size: 11px;
    margin-top: 7px;
    margin-right: 30px;
}


.riepilogo_sx {
    clear: both;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

    .riepilogo_sx h1 {
        font-family: 'Roboto', sans-serif;
        color: #1C93C0;
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 10px;
        text-shadow: 0 1px 0 white;
    }

    .riepilogo_sx p {
        font-size: 13px;
        line-height: 21px;
        text-shadow: 0 1px 0 white;
        color: #666;
    }

.unico {
    width: 100% !important;
}

.dx.articolo ul {
    margin-top: 20px;
    margin-bottom: 20px;
}


a.back {
    color: #0583bb;
    font-size: 13px;
}

.riepilogo_sx ul li, .dx.articolo ul li {
    font-size: 13px;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 10px;
    background-image: url(../img/bullet.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 25px;
    padding: 3px 25px;
}

    .riepilogo_sx ul li a {
        color: #0583bb;
        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;
}

.cia {
    width: 100px;
    position: relative;
    float: left;
}

.box_carrello {
    position: relative;
    float: right;
    cursor: pointer;
    width: 195px;
    background-position: 3px 5px;
    border: 1px solid #cccccc;
    padding: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
}

    .box_carrello:hover {
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
    }

    .box_carrello h1 {
        font-weight: 700;
        color: #006fa0;
        text-transform: uppercase;
        font-size: 16px;
        margin-bottom: 2px;
    }

    .box_carrello p {
        font-size: 17px;
        color: #888787;
        margin-bottom: 3px;
    }

    .box_carrello img {
        position: relative;
        float: left;
        margin-right: 10px;
        height: 20px;
    }

    .box_carrello p span {
        color: #006fa0;
    }

    .box_carrello a {
        color: #006fa0;
        text-decoration: underline;
        font-size: 13px;
    }

.testata_utilities {
    position: relative;
    float: right;
    width: 542px;
    margin-top: 30px;
}

    .testata_utilities .sx {
        position: relative;
        float: left;
        width: 220px;
        margin-right: 15px;
    }


.paginazione {
    text-align: center;
    width: 100%;
    padding: 0px;
    clear: both;
    height: auto;
    margin: 10px 0px 20px 0px;
}


    .paginazione a {
        background-color: white;
        color: #0583bb;
        font-weight: normal;
        padding: 5px 10px;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        -moz-border-radius: 2px;
        font-size: 16px;
        margin: 0px 5px;
    }

        .paginazione a:hover, .paginazione a.current {
            background-color: #0583bb;
            color: white;
            border: 1px solid #0583bb;
            text-decoration: none;
        }

.login_box, .registrazione_box {
    position: relative;
    float: left;
    padding: 10px;
    width: 50%;
    position: relative;
    float: left;
}

.riepilogo_tabella .immagine_prodotto {
    border: 1px solid #dadada;
    position: relative;
    float: left;
    background-color: white;
}

.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: calc(100% - 250px);
    position: relative;
    float: right;
    margin-bottom: 0px;
    height: 156px;
    overflow: hidden;
}

.corpo .dx .riepilogo_tabella .descrizione p {
    margin: 0px;
    font-size: 13px;
    line-height: 18px;
    color: #666;
    margin-bottom: 5px;
}

.riepilogo_tabella {
    background-color: #f1f1f1;
    border: 1px solid #dadada;
    padding: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    height: auto;
    overflow: auto;
    margin-bottom: 15px;
}

    .riepilogo_tabella .tableresponsive td,
    .riepilogo_tabella .tableresponsive th {
        padding: 5px;
    }

    .riepilogo_tabella .btn_carrello {
        /* font-weight: 600; */
        color: white;
        text-decoration: none;
        background-color: #1c93c0;
        -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: #006fa0;
        }

.tabelle_carrello a img {
    border: none;
    max-width: 60px;
}


.label_payment {
    position: relative;
    float: left;
    /* width: 30%; */
    margin-right: 20px;
   
}

    .label_payment span {
        position: relative;
        float: left;
        margin-left: 10px;
    }

    .label_payment label {
        position: relative;
        margin-left: 0px;
               top: 12px;
    }

.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: rgb(28, 147, 192);
    text-decoration: none;
}



.visualizzando {
    float: left;
}




.disclaimer {
    background-color: #f1f1f1;
    padding: 20px;
    margin: 20px 0px;
    text-align: center;
    font-size: 17px;
    color: #666;
}

    .disclaimer h1 {
        margin-bottom: 10px;
    }

.banner_acquista {
    background: #efefef;
    height: auto;
    overflow: auto;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 10px;
}



    .banner_acquista .btn {
        padding: 10px 12px;
    }

    .banner_acquista .field_module {
        height: 33px;
        width: 60px;
        float: left;
        font-size: 14px;
    }

    .banner_acquista span {
        position: relative;
        float: left;
        top: 5px;
        font-weight: 600;
        font-size: 18px;
        color: #006FA0;
        margin-right: 5px;
        text-transform: uppercase;
    }

        .banner_acquista span#lblAggiuntoNelCarrello {
            position: relative;
            float: left;
            top: 5px;
            font-weight: 600;
            font-size: 18px;
            background: #46BF30;
            margin-right: 5px;
            text-transform: uppercase;
            width: 100%;
            padding: 10px;
            color: white !important;
            text-align: center;
        }

.btn_wishlist {
    width: 26px;
    height: 26px;
    position: relative;
    float: left;
    margin-left: 5px;
    background-color: transparent;
    background-image: url(../img/stella2_on.png);
    background-repeat: no-repeat;
    top: 5px;
}

.wishlist {
    position: relative;
    float: left;
    top: 7px;
    margin-left: 5px;
    color: #006FA0;
    font-weight: 400;
    font-size: 15px;
    text-shadow: 0 1px 0 white;
}

.tabella_descrizione {
    width: 100%;
}

    .tabella_descrizione th {
        background: #FFFFFF;
        color: #006FA0;
        border: none;
        text-align: left;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.47);
        font-size: 13px;
        width: 119px;
        padding: 5px 10px;
    }

    .tabella_descrizione td, .tabella_descrizione th {
        border-bottom: 1px solid #dadada;
        border-top: none;
        border-right: none;
        border-left: none;
        text-align: left;
        line-height: 20px;
        padding: 5px 10px;
    }

    .tabella_descrizione td {
        color: #666;
        text-shadow: 0 1px 0 white;
    }

fieldset .label_payment input[type="radio"] {
    margin-right: 10px;
        margin-top: 14px;
}

fieldset .label_payment img {
    border-left: 1px dotted #dadada;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    float: left;

}

.sx.login, .dx.login {
    width: 50%;
    position: relative;
    float: left;
    padding: 10px;
    margin-right: 0px !important;
}

.alert, .errore {
    color: red;
    padding: 10px;
}

.menusup .sx div {
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 13px !important;
    top: 3px;
    position: relative;
    float: left;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 400px;
}

.menusup .sx span:first-child {
}

.menusup .sx .btn {
    padding: 3px 7px;
    top: 1px;
    float: left;
}

.titolo.account {
    margin-bottom: 20px;
    font-size: 20px;
}


.menu_footer {
    padding-bottom: 40px;
    height: auto;
    overflow: auto;
    width: 100%;
    clear: both;
}

.btns_carrello {
    text-align: center;
}


    .btns_carrello .alert {
        float: left;
        padding: 1px 10px;
        font-size: 20px;
    }


    .btns_carrello .btn {
        margin-bottom: 5px;
    }

        .btns_carrello .btn:nth-child(1) {
        }

        .btns_carrello .btn:nth-child(2) {
        }

        .btns_carrello .btn:nth-child(3) {
        }

.banner_sx {
    position: relative;
    height: auto;
    clear: both;
    text-align: center;
    margin: 10px 0px;
    padding: 20px 15px 15px 15px;
    background: #ff7600;
    cursor: pointer;
}

    .banner_sx img {
        width: inherit;
        margin-bottom: 0px;
    }

    .banner_sx h3,
    .banner_sx h2 {
        color: white;
        text-transform: uppercase;
    }

    .banner_sx h3 {
        font-size: 14px;
        margin-top: 20px;
    }


    .banner_sx h2 {
        font-size: 34px;
        font-weight: 700;
        margin: 0px;
    }
