/* Add Google WebFonts */

@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700';

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

.hidden {
    display: none !important
}

img {
    border: none;
    max-width: 100%;
}

strong {
    font-weight: 500;
}

ul {
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none;
}

.corpo ul li {
    margin-bottom: 5px;
    background-image: url(../img/bullet.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 20px;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    background-color: white;
}



a {
    color: #666;
    text-decoration: none;
}

    a:hover {
        color: #666;
        text-decoration: underline;
    }

h1 {
    font-family: 'Roboto', sans-serif;
    color: #38617a;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: initial;
}

h2 {
    font-family: 'Roboto', sans-serif;
    color: #38617a;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 15px;
}

    h2 a, h2 a:hover {
        color: #38617a;
        text-decoration: none;
    }

::selection {
    background: #DEDEDE; /* Safari */
}

::-moz-selection {
    background: #DEDEDE;
    /* Firefox */
}

input:focus {
    outline: none;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 65px;
    right: 40px;
    display: none;
    text-indent: -9999px;
    background: url('../img/top_move.png') no-repeat;
    background-size: 100% auto;
}

.last {
    margin-right: 0px;
}





.btn {
    background-color: transparent;
    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: 'Roboto', sans-serif;
    text-align: center;
    padding: 10px 30px;
    position: relative;
    font-size: 22px;
    font-weight: 300;
    color: #38617a;
    border: 1px solid #38617a;
}

    .btn:hover {
        text-decoration: none;
        background: #38617a;
        color: white;
    }

.btn_carrello:hover {
    text-decoration: none;
    background-color: #38617a;
    color: white;
}

.btn_carrello {
    color: white;
    text-decoration: none;
    background-color: #38617a;
    cursor: pointer;
    border: none;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    text-align: center;
    font-size: 17px;
    clear: inherit;
    float: right;
    margin-top: 0px;
    background-image: url(../img/cart.png);
    background-repeat: no-repeat;
    background-position: 12px 11px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-transform: uppercase;
}

.container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative;
}

.clear {
    clear: both;
}

div#wrapper {
    min-height: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

p {
    font-weight: 400;
    color: #666;
    font-size: 14px;
}

div.content {
    padding-bottom: 320px;
    clear: both;
    /* border-top: 1px solid #f1f1f1; */
    padding: 182px 0px 0px 0px;
    /* background: #f1f1f1; */
    display: inline-block;
    width: 100%;
}

div.footer {
    width: 100%;
    /* height: 320px; */
    position: relative;
    bottom: 0px;
    padding-bottom: 40px;
    background: #f1f1f1;
    margin-top: 20px;
    display: inline-block;
}

.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;
    }

.cerca {
    float: left;
    position: relative;
    border: 1px solid #38617a;
    width: 100%;
    margin-bottom: 10px;
}

.header .cerca input[type="text"] {
    border: none;
    background-color: transparent;
    width: calc(100% - 90px);
    font-size: 14px;
    color: #0078af;
    padding: 10px;
}

.header .cercabtn {
    padding: 11px 20px;
    margin: 0px;
    right: 0px;
    float: right;
}

.cerca input[type="text"] {
    border: none;
    background-color: transparent;
    width: calc(100% - 130px);
    font-size: 16px;
    color: #38617a;
    padding: 17px 12px 13px 16px;
}

.newsletter a {
    color: rgba(255,255,255,0.5);
}

    .newsletter a:hover {
        color: rgba(255,255,255,1);
    }

.footer .cerca input[type="text"] {
    border: none;
    background-color: transparent;
    width: calc(100% - 35px);
    font-size: 13px;
    color: #666;
    float: left;
    position: relative;
}

.cerca input[type="image"] {
    padding: 13px;
    float: right;
}

.numeroverde {
    width: 180px;
    height: 67px;
    position: relative;
    float: left;
    margin-left: 205px;
    margin-right: 20px;
}

.logo {
    margin: 0px auto;
    position: absolute;
    z-index: 9;
    left: 0px;
    right: 0px;
    margin-top: 6%;
    max-width: 38%;
}

.menusup {
    overflow: hidden;
    font-size: 20px;
    /* border-bottom: 1px dotted #d9d9d9; */
    /* min-height: 32px; */
    /* background: #f1f1f1; */
    text-align: right;
    margin: 0px;
}

    .menusup .sx {
        position: relative;
        float: left;
        width: 30%;
        margin: 0px;
    }

    .menusup .dx {
        position: relative;
        float: right;
        width: 70%;
        margin-bottom: 0px;
        text-align: right;
    }

    .menusup a {
        color: #38617a;
        text-decoration: underline;
        font-size: 16px;
        position: relative;
    }

    .menusup ul {
        position: relative;
        float: left;
        list-style-position: inside;
        list-style-image: none;
        list-style-type: none;
    }

        .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 .sx ul li {
        background-image: none;
        background-repeat: no-repeat;
        background-position: left 5px;
        margin: 0px;
        padding-left: 12px;
        margin-bottom: 5px;
        position: relative;
        float: left;
    }

        .menusup .sx ul li a {
            color: #666;
            text-decoration: none;
        }

    .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;
}

.sx {
    padding: 0px;
    height: auto;
    width: 26%;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    position: relative;
    float: left;
}

.dx {
    padding: 0px;
    width: 71%;
    margin: 0px;
    margin-bottom: 20px;
    position: relative;
    float: right;
    overflow: hidden;
}

    .dx.articolo h1 {
        margin-bottom: 0px;
    }

.corpo .dx {
    margin-bottom: 20px;
}

    .corpo .dx h1 span {
        font-size: 18px;
        font-weight: 700;
        color: #666;
    }

    .corpo .dx p {
        font-size: 15px;
        line-height: 23px;
        color: #666;
        margin-bottom: 15px;
    }

    .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 #ceced6;
            margin-bottom: 10px;
        }

    .corpo .dx ul li {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .corpo .dx .selettori ul li {
        font-size: 15px;
        display: inline-block;
        width: 100%;
        border-top: 1px solid #ccc;
        padding: 13px 10px 10px 10px;
        margin: 0px;
        background: none;
    }

.titolo {
}

    .titolo.grigio {
        color: #38617a;
        font-size: 20px;
        background-color: #ceced6;
        text-transform: uppercase;
        padding: 10px 20px;
        text-shadow: 0 1px 0 white;
    }
/* 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 #38617a;
    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: #38617a;
        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;
    background-color: #38617a;
    background-image: url(../img/slides/slides/2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 30px;
    margin: 20px 0px;
    position: relative;
    clear: both;
}

    .banner .testo {
        position: relative;
        float: right;
        width: 50%;
    }

    .banner.home {
        margin-top: 0px;
    }

    .banner.corpo {
        border: 1px solid #ceced6;
    }

    .banner .box img {
        width: auto;
        border: none;
        position: relative;
        float: left;
        margin-right: 15px;
    }

    .banner h1 {
        color: white;
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .banner p {
        color: white;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .banner a {
        color: white;
        text-decoration: underline;
    }

    .banner .box {
        width: 33%;
        position: relative;
        float: left;
        padding-bottom: 20px;
        font-size: 20px;
        color: #38617a;
        height: 105px;
        overflow: hidden;
        cursor: pointer;
    }

        .banner .box strong {
            font-size: 30px;
            font-weight: 700;
        }

        .banner .box span {
            color: #38617a;
        }

.color {
    color: #38617a;
}

    .color a {
        color: #38617a;
    }

.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: #38617a;
        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;
    height: 435px;
    float: left;
    margin-right: 15px;
    padding-top: 26px;
}

    .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: 700;
        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: 20px;
        margin-right: 50px;
    }

        .menu_footer .box h1 {
            font-family: 'Roboto', sans-serif;
            color: #38617a;
            font-size: 28px;
            font-weight: 300;
            margin-bottom: 10px;
        }

        .menu_footer .box.last h1 {
            font-family: 'Roboto', sans-serif;
            color: #38617a;
            font-size: 40px;
            font-weight: 300;
            margin-bottom: 15px;
        }

        .menu_footer .box.last {
            position: relative;
            float: left;
            margin-top: 20px;
            text-align: left;
            margin-right: 0px;
        }

            .menu_footer .box.last p {
                font-size: 15px;
                line-height: 20px;
                margin: 10px 0px;
                color: #666;
            }

                .menu_footer .box.last p a {
                    text-decoration: underline;
                }

        .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-bottom: 0px;
            position: relative;
            clear: both;
        }

        .menu_footer .box.dati img {
        }

        .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;
            font-size: 14px;
            line-height: 17px;
        }

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;
}

.menu_footer .box ul li {
    background-repeat: no-repeat;
    background-position: left 6px;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 4px;
    font-size: 14px;
    background: none;
    padding-left: 0px;
}

.menu_footer .box.last ul li {
    position: relative;
    float: left;
    margin-left: 5px;
}

.menu_footer .box ul li a {
    color: #38617a;
}

.menu_footer .box.last a {
    color: #666666;
}

.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: 14px;
    padding: 10px;
}

.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;
    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: 50px;
    color: #666;
    width: auto;
    position: relative;
    float: left;
    padding: 0px 0px 10px;
}

    .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: #FFFFFF;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    /* border-top: 1px dotted #ccc; */
    height: 42px;
}

    .credits img {
        position: relative;
        float: left;
        margin-right: 14px;
        width: 25px;
    }

    .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: #ceced6;
    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: 1px;
    position: relative;
    top: 1px;
    font-weight: 400;
}

.cbp-vm-options .select_module {
    width: auto;
    position: relative;
    padding: 10px;
    background-color: #FFFFFF;
    top: -20px;
    font-size: 15px;
    color: #666;
    margin-bottom: 0px;
    border: 1px solid #ccc;
}

    .cbp-vm-options .select_module.b2b {
        margin-top: 5px;
        top: inherit;
    }

.selettori .quantita {
    position: relative;
    float: left;
    padding: 14px 13px 15px 0px;
    font-size: 15px;
    color: black;
}

.descrizione {
    margin-bottom: 30px;
    width: 58%;
    position: relative;
    float: right;
    border-left: 1px solid #ceced6;
    padding-left: 20px;
}

    .descrizione .imgbrand {
        margin-bottom: 10px;
    }

    .descrizione ul.allegati li {
        width: 100%;
        margin-bottom: 5px;
        background: none;
        padding-left: 0px;
    }

    .descrizione.titolo {
        padding-bottom: 0px;
        width: 100%;
        position: relative;
        float: right;
        margin-bottom: 10px;
        height: auto;
    }

    .descrizione h1 {
    }

    .descrizione h2 {
        font-size: 13px;
        color: #333;
        font-weight: normal;
    }

    .descrizione h3 {
        font-family: 'Roboto', sans-serif;
        color: #38617a;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 15px;
        text-transform: uppercase;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #ccc;
    }

.corpo .dx .descrizione p {
    margin: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

    .corpo .dx .descrizione p.descrizione_breve {
        margin: 0px;
        font-size: 18px;
        line-height: inherit;
        color: #000000;
    }

.corpo .dx .descrizione .descrizione_lunga p {
    margin: 5px 0px 20px 0px;
    font-size: 15px;
    line-height: inherit;
    color: #333;
    text-align: justify;
}

input.richiedi_preventivo {
    background: none;
    padding: 10px 0px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #38627b;
    font-weight: 700;
    cursor: pointer;
    font-size: 15px;
}

.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: #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: 400;
        }

.disponibilita_yes, .disponibilita_no {
    font-size: 14px;
}

.disponibilita_yes {
    color: #54bb56 !important;
}

.disponibilita_no {
    color: #d30202 !important;
}

.spese_spedizione {
    background-image: url(../img/truck.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-top: 1px;
    padding-left: 28px;
    margin-top: 2px;
}

.valuta_info {
    background-color: #38617a;
    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: #38617a; */
        /* 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: #333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size:12px;
}

.griglia_ordina tr th {
background-color: #38617a;
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: #38617a;
}

.griglia_ordina .btn:hover {
background: #38617a;
}
*/

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: 700;
}

.commento_fb {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .commento_fb p {
        color: #565656;
        margin-bottom: 5px;
    }
/* tabelle carrello */

.alert {
    color: red;
    font-weight: 500;
    margin: 10px 0px;
}

.tabelle_carrello fieldset .btn {
    padding: 7px 10px;
    font-weight: 400;
    position: relative;
}

table.tabelle_carrello {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.tabelle_carrello table tr td {
    color: #666;
    border-bottom: 1px solid #ceced6;
    padding: 5px;
}

    .tabelle_carrello table tr td.center {
        text-align: center
    }

.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: 'Roboto', 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: '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-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 {
}

.tabelle_carrello .field_note {
}

.tabelle_carrello .label_check a {
    color: #666;
    text-decoration: underline;
}

.tabelle_carrello .label_module {
    float: left;
    position: relative;
    width: 300px;
    font-size: 13px;
    color: #38617a;
    font-family: 'Roboto', sans-serif;
    margin-top: 0px;
}

.tabelle_carrello tr th {
    background-color: #38617a;
    padding: 10px 5px;
    color: white;
    font-weight: normal;
    text-align: left;
}

.tabelle_carrello .minifield_module {
    width: auto;
}

.prezzo_totale {
    font-size: 20px;
    padding: 10px;
}

.tabelle_carrello.sottotabella.tableresponsive .field_module {
    width: 60px;
    float: left;
    padding: 4px 5px 4px 10px;
    text-align: left;
}

.tabelle_carrello caption {
    font-size: 22px;
    /* color: #0054A4; */
    padding-bottom: 10px;
    font-weight: 700;
    text-align: left;
    font-size: 30px;
}

.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 #ceced6;
    margin-bottom: 20px;
}

    .condizioni strong {
        font-weight: 500;
        color: #333;
    }

    .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: right;
    color: #666666;
    text-decoration: none !important;
    text-shadow: 0 1px 0 white;
    margin-bottom: 0px;
    font-weight: bold;
}

    .ordine_minimo span {
        color: #E90303;
        font-size: 20px;
    }

.tabelle_carrello fieldset {
    background-color: white;
    border: 1px solid #ceced6;
    padding: 20px;
    margin-top: 30px;
    position: relative;
    width: 48%;
    margin: 1%;
    float: left;
    min-height: 207px;
}

.tabelle_carrello legend {
    padding: 10px 20px;
    outline: none;
    color: #38617a;
    list-style: none;
    border: 1px solid #ceced6;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer;
    text-shadow: 0 1px 0 white;
    font-size: 18px;
}

.center {
    text-align: center;
}

.tabelle_carrello fieldset a #help {
    /* float: right; */
    /* position: absolute; */
    /* right: 10px; */
    /* margin-top: -22px; */
    position: relative;
    float: right;
    top: -10px;
    margin: 0px 10px;
}

.tabelle_carrello fieldset .field_module {
}

.dx .tabelle_carrello fieldset p {
}

.tabelle_carrello fieldset img.help {
    /*
border-left: 1px dotted #ceced6;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 5px;
    position: relative;
    float: left;
  */
    /* position: absolute; */
    /* right: 6px; */
    /* top: 50px; */
    /* float: right; */
    margin: 0px 10px;
}

.tabelle_carrello fieldset input[type="radio"] {
    position: relative;
    float: left;
}

table.tableresponsive.principale {
    margin: 20px 0px
}

.tabelle_carrello .btn {
    float: inherit;
    margin-left: 5px;
    padding: 5px 7px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

    .tabelle_carrello .btn:hover {
        background-color: #38617a;
    }

div#ctl00_ContentPlaceHolder1_titolo_pagina {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #658096;
}

    div#ctl00_ContentPlaceHolder1_titolo_pagina strong {
        color: #38617a;
    }

.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;
}

.pathway {
    position: relative;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    color: #38617a;
    margin-top: 5px;
    font-weight: 500;
    width: 100%;
}

    .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: #ffffff;
    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: #38617a;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    margin: 0px 0px 10px 0px;
    min-height: 17px;
}

.field_module {
    padding: 15px;
    /* border: 1px solid #D9D9D9; */
    font-size: 15px;
    float: right;
    width: 100%;
    color: #38617a;
    -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;
    background: #f1f1f1;
}

.field_note {
    padding: 10px;
    background: white;
    /* border: 1px solid #ceced6; */
    width: 96%;
    color: #38617a;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #38617a;
    background: #f1f1f1;
}

table.contatti {
    width: 760px;
    margin: 10px;
}

.tabelle_carrello table tr td.tabella_totali {
    background-color: #38617a;
    color: white;
    font-weight: 700;
    font-size: 16px;
}

    .tabelle_carrello table tr td.tabella_totali div.prezzo_totale {
        background-color: #38617a;
        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 #ceced6;
        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: #38617a;
                    text-decoration: none;
                }
/*stile news*/

.newsart {
    padding: 15px;
    height: auto;
    /* border: 1px solid #ccc; */
    overflow: auto;
    margin-bottom: 20px;
    background: #f1f1f1;
}

    .newsart h3 {
        font-size: 15px;
        line-height: 19px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .newsart span {
        color: #38617a;
        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: left;
    height: 150px;
    width: 150px;
    margin-right: 15px;
    display: table;
    background: white;
}

    .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: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}

.sx .ricerca_avanzata .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 {
    margin: 5px 0px;
}

    .social img {
        margin-right: 2px;
        height: 20px;
    }

.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;
    width: calc(100% - 20px);
    margin: 10px;
    top: inherit;
}

.newsletter .privacy {
    width: calc(100% - 20px);
    margin: 10px;
    position: relative;
    clear: both;
}

.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;
    top: 4px;
}

.select_module, .minifield_module {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    color: #666;
}

.minifield_module {
}

.colophon {
    position: relative;
    float: left;
    color: #666;
    opacity: 1;
    font-size: 14px;
}

.riepilogo_sx {
    clear: both;
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #cccccc;
    margin-bottom: 25px;
}

    .riepilogo_sx p {
        font-size: 13px;
        line-height: 21px;
        color: #666;
    }

.unico {
    width: 100% !important;
    display: inline-block;
}

.dx.articolo ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

a.back {
    color: #38617a;
    font-size: 15px;
}

.riepilogo_sx ul li, .dx.articolo ul li {
    font-size: 15px;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 10px;
    background-image: url(../img/bullet.png);
    background-repeat: no-repeat;
    background-position: 4px 5px;
    padding: 3px 25px 3px 40px;
    background-size: auto 15px;
}

    .riepilogo_sx ul li a {
        color: #38617a;
        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;
    padding: 0px 20px 20px 0px;
}

.box_carrello {
    position: relative;
    float: right;
    cursor: pointer;
    width: 270px;
    background-position: 3px 5px;
    border: 1px solid #ceced6;
    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: #38617a;
        text-transform: uppercase;
        font-size: 19px;
        margin-bottom: 2px;
    }

    .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: #38617a;
    }

    .box_carrello a {
        color: #38617a;
        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: 30px 0px 40px 0px;
}

    .paginazione a {
        color: #38617a;
        font-weight: normal;
        margin: 0px 5px;
        border: 1px solid #38617a;
        font-size: 20px;
        padding: 6px 5px;
        border-radius: 3px;
        width: 37px;
        display: inline-block;
        line-height: 28px;
        margin: 3px;
    }

        .paginazione a:hover, .paginazione a:active {
            color: #fff;
            background-color: #38617a;
            text-decoration: none;
        }

.login_box, .registrazione_box {
    position: relative;
    float: left;
    padding: 20px;
    width: 48%;
    height: 310px;
    border: 1px dotted #ccc;
    margin: 1%;
}

    .registrazione_box .btn, .login_box .btn {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

.riepilogo_tabella .immagine_prodotto {
    position: relative;
    float: left;
    background-color: white;
    width: 170px;
    margin-bottom: 5px;
    padding: 0px;
    height: 145px;
    border: none;
}

    .riepilogo_tabella .immagine_prodotto div img {
        max-height: 145px;
        max-width: 170px;
    }

.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% - 170px);
    position: relative;
    float: right;
    margin-bottom: 0px;
    height: 140px;
    overflow: hidden;
    padding-top: 10px;
    border: none;
}

    .riepilogo_tabella .descrizione h1 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: normal;
    }

        .riepilogo_tabella .descrizione h1 a {
            color: #38617a;
            font-weight: 400;
        }

            .riepilogo_tabella .descrizione h1 a:hover {
                text-decoration: none;
            }

.corpo .dx .riepilogo_tabella .descrizione p {
    margin: 0px;
    font-size: 13px;
    line-height: 18px;
    color: #666;
    margin-bottom: 5px;
}

.riepilogo_tabella {
    height: auto;
    overflow: auto;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ceced6;
}

    .riepilogo_tabella .tableresponsive td, .riepilogo_tabella .tableresponsive th {
        padding: 5px;
    }

    .riepilogo_tabella .tableresponsive td {
    }

    .riepilogo_tabella .btn_carrello {
        padding-top: 7px;
        padding-right: 10px;
        padding-bottom: 7px;
        padding-left: 35px;
        text-align: center;
        font-size: 18px;
        clear: inherit;
        float: right;
        margin-top: 0px;
        background-image: url(../img/cart.png);
        background-repeat: no-repeat;
        background-position: 12px 11px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }

        .riepilogo_tabella .btn_carrello:hover {
            background-color: #003c58;
        }

.tabelle_carrello a img {
    border: none;
    max-width: inherit;
    max-height: 40px
}

.label_payment {
    position: relative;
    float: left;
    /* width: 30%; */
    margin-right: 20px;
}

    .label_payment span {
        position: relative;
        float: left;
        top: -4px;
        margin-left: 10px;
    }

.scopri {
    position: relative;
    float: right;
    padding: 10px;
    border: 1px solid #ceced6;
}

.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: #4D5859;
    text-decoration: none;
}

.menusup a.link {
    /* background-repeat: no-repeat; */
    /* background-position: 8px center; */
    margin-left: 0px;
    color: #39627b;
    text-decoration: none;
    padding: 20px;
    /* border-left: 1px solid #ceced6; */
    /* background-size: auto 16px; */
    display: inline-block;
}

    .menusup a.link.aiuto {
        background-image: url(../img/icone/aiuto.png);
    }

    .menusup a.link.giftcard {
        background-image: url(../img/icone/giftcard.png);
    }

    .menusup a.link.carrello {
    }

    .menusup a.link.preventivo {
    }

    .menusup a.link.register {
    }

    .menusup a.link.entra {
        padding: 0px 20px 0px 0px
    }

.menusup .minimenu a.link.entra {
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    color: #38617a;
}

.menusup .minimenu {
    border-right: 1px dotted #ccc;
    padding-right: 20px
}

    .menusup .minimenu a {
        margin-right: 10px;
    }

.menusup .minimenu {
    margin-right: 10px;
}

.menusup a.link.desideri {
    background-image: url(../img/icone/desideri.png);
    color: #333;
}

.menusup a.link:hover {
    text-decoration: none;
}

.logout {
    margin-right: 10px;
    color: #333;
}

.ric_avanzata {
    background-color: #38617a;
    padding: 25px;
    width: 100%;
    clear: both;
    position: relative;
    height: auto;
    overflow: auto;
}

.container.slideshow .dx {
    margin-bottom: 10px;
}

.sx .ric_avanzata {
    margin-bottom: 20px;
    padding: 0px 20px 20px 20px;
}

    .sx .ric_avanzata h1 {
        margin-right: 0px;
        padding-left: 36px;
        background-size: auto 27px;
        padding-top: 15px;
    }

    .sx .ric_avanzata .btn {
        width: 100%;
    }

    .sx .ric_avanzata .select_module, .sx .ric_avanzata .field_module {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 6px;
    }

.link.carrello span,
.link.preventivo span {
    /* font-weight: 500; */
    /* color: #38627b; */
    /* font-size: 14px; */
    /* margin-right: 5px; */
}

.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: 30px;
    color: white;
    font-size: 22px;
}

.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: 2px;
    font-size: 14px;
}

.ric_avanzata .btn {
    float: right;
    padding: 12px 30px;
    text-transform: uppercase;
    top: 1px;
    border: 1px solid white;
    color: white;
    opacity: 0.7;
}

    .ric_avanzata .btn:hover {
        opacity: 1;
    }

.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;
    font-size: 20px;
    margin-left: 0px !important;
}

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: 'Roboto', sans-serif;
    width: 35px;
    text-align: center;
    padding: 5px;
    border: 1px solid #999;
    top: -1px;
    position: relative;
}

.btn, .cercabtn {
    background-color: transparent;
    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: 'Roboto', sans-serif;
    text-align: center;
    padding: 10px 30px;
    position: relative;
    font-size: 22px;
    font-weight: 300;
    color: #38617a;
    border: 1px solid #38617a;
    white-space: normal;
    font-weight: 400;
}

    .btn:hover, .cercabtn:hover {
        text-decoration: none;
        background: #38617a;
        color: white;
    }

.cerca .cercabtn {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #38617a;
}

.newsletter {
    background-color: #38617a;
    color: white;
    margin: 20px 0px;
    text-shadow: none;
    height: auto;
    overflow: auto;
}

    .newsletter .titolo {
        background-color: #38617a;
        color: white;
        text-shadow: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        margin-bottom: 10px;
    }

.container.slideshow {
    margin-bottom: 20px;
}

.riepilogo_sezione {
    background-color: white;
    border-top: none;
    padding: 15px;
    border: 1px dotted #ceced6;
    margin-bottom: 20px;
    border-radius: 3px;
}

    .riepilogo_sezione h1 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .riepilogo_sezione ul {
        list-style-type: none;
        list-style-position: inside;
        list-style-image: none;
    }

        .riepilogo_sezione ul li {
            background-repeat: no-repeat;
            background-image: url(../img/bullet.png);
            background-size: auto 16px;
            padding-left: 25px;
            background-position: 1px 1px;
            margin-bottom: 10px;
        }

            .riepilogo_sezione ul li a:hover {
                color: #38617a;
                text-decoration: none;
            }

ul.allegati {
    list-style-image: none;
    margin: 10px 0px;
}

    ul.allegati li {
        position: relative;
        float: left;
        margin: 2px;
        margin-right: 20px;
        text-transform: uppercase;
        color: #666;
    }

        ul.allegati li img {
            position: relative;
            float: left;
            margin-right: 5px;
        }

.fb_iframe_widget iframe {
    width: 100% !important;
}

.disclaimer {
    width: 100%;
    position: relative;
    clear: both;
    font-size: 18px;
    margin: 0px;
    color: #d43b3b;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}

.divprezzosped .prezzo {
    font-size: 20px;
    margin: 0px;
    color: #d43b3b;
    font-weight: 600;
    text-transform: uppercase;
}


.divprezzosped .promo {
    font-size: 17px;
    margin: 0px;
    color: #d43b3b;
    font-weight: 400;
    text-decoration: line-through;
}

.divprezzosped small {
    font-weight: 500;
    color: #d43b3b;
}

.spese_spedizione {
    font-size: 14px;
    color: #38617a;
    font-family: 'Roboto', sans-serif;
}

.divprezzosped {
    /*margin: 10px 0px;
    padding: 10px 0px;
    padding-top: 3px;*/
}

.spese_spedizione span {
    color: #382E29;
}

.selettori .field_module {
    width: 70px;
    text-align: center;
    font-size: 16px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.selettori label {
    position: relative;
    float: left;
    width: 100px;
    text-align: left;
    font-size: 16px;
}

.selettori label {
    top: 10px;
}

.btn.wishlist, .btn_wishlist {
    text-decoration: none;
    border: none;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    text-align: left;
    font-size: 15px;
    background-color: transparent;
    background-image: url(../img/wishlist.png);
    background-repeat: no-repeat;
    background-position: left 9px;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    color: #262626;
    margin-left: 127px;
}

    .btn.wishlist:hover, .btn_wishlist:hover, .btn_wishlist.active {
        background-color: transparent;
        background-image: url(../img/wishlist_on.png);
    }

.selettori .btn, .btn_ordina {
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 400;
    float: left;
    text-transform: uppercase;
}

    .selettori .btn:hover {
    }

ul.allegati li {
    width: 100%;
    margin-bottom: 5px;
}

.riepilogo_tabella ul.allegati li {
    width: auto;
    margin-bottom: 5px;
    background: none;
    padding-left: 0px;
}

.linguetta {
    /*text-align: center;
    height: 30px;
    padding-top: 6px;
    position: absolute;
    width: 100%;
    z-index: 9;*/
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 9;
    left: 0px;
    right: auto;
    width: auto;
    background: #8c7458;
    padding: 5px 10px;
    color: white;
    font-weight: 500;
    border-radius: 4px;
}

.item .linguetta {
    left: 20px;
}


.linguetta span {
    background: #38617a;
    padding: 5px 10px;
    text-transform: uppercase;
    color: white;
    margin-top: 10px;
    font-size: 14px;
}

.titolo_evidenza {
    width: 100%;
    position: relative;
    clear: both;
    padding-top: 20px;
}

    .titolo_evidenza h1 {
        margin-top: 20px;
        font-size: 30px;
        border-bottom: 1px solid #38617a;
        margin-bottom: 30px;
        padding-bottom: 5px;
    }

.quadrato {
    width: 25px;
    height: 25px;
    border-right: 1px solid #38617a;
    position: absolute;
    right: 0px;
    margin-top: 64px;
}

.categorie {
    width: 100%;
    position: relative;
    clear: both;
    padding: 30px 0px;
    cursor: pointer;
    height: auto;
    overflow: auto;
}

    .categorie .industrial, .categorie .maritime, .categorie .img_categorie, .attrezzature, .servizi, .rigging, .portfolio, .diporto, .navale, .categorie .testo {
        width: 50%;
        position: relative;
        float: left;
    }

    .categorie .testo {
        padding: 20px;
        border: 1px solid #38617a;
        float: right;
        background-color: white;
    }

div.rigging {
    background-color: #38617a;
    background-image: url(../img/rigging.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    clear: both;
    min-height: 285px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
    display: -webkit-inline-box;
    cursor: pointer;
}

    div.rigging:hover {
        background-size: auto auto;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }

div.pulegge {
    float: right !important;
    margin-right: 0% !important;
}

div.bordo,
div.pulegge {
    /* background-color: #38617a; */
    clear: both;
    width: 100%;
    margin-top: 10px;
    display: inline-table;
    cursor: pointer;
    padding: 30px;
    height: auto;
    position: relative;
    width: 49%;
    margin-right: 1%;
    border: 1px solid #38617a;
}

    div.bordo:hover,
    div.pulegge:hover {
        background-size: auto auto;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        background: #38617a;
        color: white;
    }

        div.bordo:hover h3 {
            color: white;
        }

        div.bordo:hover svg {
            color: white;
        }

    div.bordo h3,
    div.pulegge h3 {
        color: #38617a;
        font-size: 20px;
        margin-bottom: 0px;
        font-weight: 300
    }

        div.bordo h3 strong {
            font-weight: 700;
            text-transform: uppercase;
        }

    div.bordo svg {
        font-size: 40px;
        margin-bottom: 10px;
        color: #38617a;
    }

    div.bordo img,
    div.pulegge img {
        position: relative;
        float: left;
        margin-right: 20px;
        height: 130px;
        margin-bottom: 0px;
    }


.sx .rigging,
.sx .rigging:hover {
    background-size: 90% auto;
}


.sx div.bordo, .sx div.pulegge {
    width: 100%;
    text-align: center;
    margin: 20px 0px 0px 0px;
    border-radius: 3px;
}

    .sx div.bordo h2,
    .sx div.pulegge h2 {
        position: relative;
        clear: both;
        text-align: center;
        line-height: 32px;
        margin: 10px;
    }

    .sx div.bordo img, .sx div.pulegge img {
        float: initial;
        margin-right: 0px;
        height: 128px;
        margin-bottom: 0px;
    }


    .sx div.bordo h2 strong, .sx div.pulegge h2 strong {
        font-size: 30px;
    }

.categorie .industrial .testo h1, .categorie .maritime .testo h1 {
    font-family: 'Roboto', sans-serif;
    color: #38617a;
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: inherit;
}

.categorie .testo h1 {
    font-family: 'Roboto', sans-serif;
    color: #38617a;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 32px;
}

.categorie .testo p {
    margin-bottom: 10px;
}

.categorie div {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    min-height: 285px;
}

.categorie .industrial {
    background-image: url(../img/slides/slides/2.jpg);
}

.categorie .maritime {
    background-image: url(../img/slides/slides/1.jpg);
}

.categorie .attrezzature {
    background-image: url(../img/slides/slides/3.jpg);
}

.categorie .servizi {
    background-image: url(../img/slides/slides/1.jpg);
}

.categorie .portfolio {
    background-image: url(../img/slides/slides/2.jpg);
}

.categorie .diporto {
    background-image: url(../img/slides/slides/3.jpg);
}

.categorie .navale {
    background-image: url(../img/slides/slides/1.jpg);
}

.categorie div:hover {
    background-size: auto 110%;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

.categorie .btn {
    font-size: 18px;
    font-weight: 300;
    float: left;
    padding: 5px 10px;
    position: inherit;
    margin-top: 20px;
}

.categorie div:hover .btn, .categorie div:hover .btn {
    text-decoration: none;
    background: #38617a;
    color: white;
}

h1.incipit {
    position: relative;
    top: -8px;
    text-align: center;
    z-index: 99;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.menusup a.link svg {
    margin-right: 3px;
}

.logo2 {
    /* width: 100%; */
    text-align: center;
    display: inline-block;
    background-color: white;
    margin: auto;
    float: left;
}

    .logo2 img {
        width: 165px;
        margin: 13px 50px;
    }

.logo_azienda {
    height: 193px;
    width: 193px;
    display: table;
    position: relative;
    float: left;
    padding: 10px;
    margin: 10px;
}

    .logo_azienda:nth-child(even) {
        border: 1px solid #ccc;
    }

    .logo_azienda:nth-child(odd) {
        border: 1px solid #ccc;
    }

    .logo_azienda div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .logo_azienda div img {
            max-height: 158px;
            max-width: 170px;
            border: none;
        }

.tabelladownload {
}

    .tabelladownload ul {
        padding: 0px;
        list-style-position: inside;
        list-style-type: none;
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 10px;
        margin-left: 20px;
        line-height: 20px;
        background: none;
    }

        .tabelladownload ul li {
            list-style-image: none;
            list-style-type: none;
            min-height: 30px;
            background: none;
            padding-left: 0px;
            margin-top: 5px;
            margin-right: 0px;
            margin-bottom: 10px;
            margin-left: 0px;
        }

            .tabelladownload ul li a {
                text-decoration: none;
                text-transform: uppercase;
                list-style-type: none;
                font-size: 16px;
            }

                .tabelladownload ul li a:hover {
                    color: #38627b;
                    text-decoration: underline;
                }

            .tabelladownload ul li img {
                float: left;
                margin-right: 10px;
                position: relative;
                top: -3px;
            }

        .tabelladownload ul.docs li a {
            color: #38627b;
            text-decoration: none;
            list-style-type: none;
            background: none;
            text-transform: none;
            font-size: 17px;
        }

            .tabelladownload ul.docs li a:hover {
                text-decoration: underline;
            }

        .tabelladownload ul.docs li {
            text-decoration: none;
            list-style-type: none;
            background: none;
        }

            .tabelladownload ul.docs li img {
                position: relative;
                top: -3px;
                margin-right: 5px;
            }

.corpo .dx .tabelladownload ul.docs p {
    font-size: 15px;
    line-height: 23px;
    color: #8a8989;
    margin-top: 5px;
    margin-bottom: 20px;
}

.download_sx {
    position: relative;
    float: left;
    width: 30%;
    border-right: 1px solid #ccc;
}

.download_dx {
    position: relative;
    float: right;
    width: 67%;
}

.titolo_articolo {
    font-family: 'Roboto', sans-serif;
    color: white;
    color: #38617a;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    clear: both;
}


.pathway.products {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
}

/*.titolo {
    color: #38617a;
    font-size: 30px;
    position: relative;
    float: left;
    background-color: transparent;
    text-align: left;
    padding: 0px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
}*/
.titolo {
    color: #38617a;
    font-size: 60px;
    position: relative;
    /* float: left; */
    background-color: transparent;
    text-align: left;
    padding: 0px;
    font-weight: 300;
    /* display: inline-block; */
    width: 100%;
    margin: 30px 0px;
}

    .titolo .btn {
        float: right;
        top: 12px;
    }

.cbp-vm-options .dx {
    width: 30%;
    min-width: 150px;
    text-align: right;
}

.cbp-vm-options .sx {
    width: 70%;
    text-align: left;
    margin: 0px;
}

.field_module.readonly, .select_module.readonly {
    background-color: #f1f1f1;
    font-size: 15px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 white;
}

.imgbrand {
    height: 60px;
}

.destra {
    float: right;
}

div.tutta {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    float: right;
    border-left: 1px solid #ceced6;
    padding-left: 20px;
    padding-top: 20px;
}

.img_articolo {
    padding: 10px;
}

.corpo .dx .disclaimer p {
    font-size: 16px;
    line-height: 23px;
    color: #555;
    font-weight: 500;
    margin-bottom: 0px;
    text-shadow: 0 1px 0 white;
}

.corpo .dx .tabelle_carrello .disclaimer {
    margin: 20px 0px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 20px;
}


.disponibilita {
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
    /* margin-bottom: 5px; */
    height: auto;
    overflow: auto;
}


.selettori .label_module {
    margin: 0px;
    margin-right: 5px;
    width: 120px !important;
    float: left;
}

    .selettori .label_module.big {
        margin-top: 5px;
    }

.pulsanti .btn {
    padding: 5px 10px;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 20px
}


/************************** STILI FORM ****************************************/


.dx.articolo .form h1 {
    margin-bottom: 0px;
    padding-left: 50px;
}

.form .campispec .field_module {
    color: #658096;
    font-weight: 500;
}

.form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #658096;
    font-weight: 500;
}

.form ::-moz-placeholder { /* Firefox 19+ */
    color: #658096;
    font-weight: 500;
}

.form :-ms-input-placeholder { /* IE 10+ */
    color: #658096;
    font-weight: 500;
}

.form :-moz-placeholder { /* Firefox 18- */
    color: #658096;
    font-weight: 500;
}

.dx.articolo .form h1 img {
    position: absolute;
    left: 0px;
    height: 42px;
    margin-top: 3px;
}

.form .campispec .label_module {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0px;
    background: #816d57;
    width: 100%;
    padding: 5px;
}

.form .campispec .campo_form div {
    position: relative;
    float: left;
    padding: 0px 5px;
}

.form .campispec .field_module {
    height: 44px;
}

* {
    outline: none;
}

.form .campispec select option {
    background: #658096;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 5px;
}

.form .campispec option:checked {
    background-color: #38617a;
}

.form .campispec select:focus, .form .campispec select:checked {
    background: #38617a;
    color: white;
}

    .form .campispec option:checked:hover, .form .campispec select:focus option:checked:hover {
        background-color: #658096;
    }

.form .campispec .rigging.form_rigging, .form .campispec .rigging.form_rigging:hover {
    margin-top: 0px;
    min-height: 130px;
    background-size: auto 92%;
    background-position: center center;
}

.form .campispec .campo_form {
    width: 33%;
}

.form .tabella_prodotto {
    margin: 20px auto;
    width: auto;
}

    .form .tabella_prodotto tr td, .form .tabella_prodotto tr th {
        font-size: 16px;
        padding: 10px;
    }

    .form .tabella_prodotto tr th {
        text-transform: uppercase;
    }

.campispec .sx {
    width: 50%;
    margin: 0px;
    text-align: center;
}

.campispec .dx {
    width: 50%;
    margin: 0px;
}

.form .campispec .dx .campo_form div {
    width: 50%;
}

.form .campispec .dx .campo_form {
    width: 100%;
}



.articolo h2 {
    font-family: 'Roboto', sans-serif;
    color: #38617a;
    font-size: 28px;
    font-weight: 300;
    margin: 15px 0px;
}



.catalogo .item {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin: 1%;
    border: 1px solid #ccc;
    padding: 10px;
    min-height: inherit;
    position: relative;
}

    .catalogo .item .brand, .item .brand {
        text-align: center;
        width: 100%;
        height: 40px;
        margin: 10px 0px;
    }

        .catalogo .item .brand img, .item .brand img {
            max-height: 40px;
            max-width: 100%;
        }

    .catalogo .item .immagine_prodotto,
    .immagine_prodotto {
        width: 100%;
        height: 240px;
        display: table;
    }

        .immagine_prodotto div {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

            .catalogo .item .immagine_prodotto div img, .immagine_prodotto div img {
                max-width: 100%;
                max-height: 240px;
            }

    .catalogo .item .field_module {
        width: 50%;
        float: left;
        height: auto;
        padding: 15px;
    }

    .catalogo .item .cbp-vm-title,
    .item .cbp-vm-title {
        font-size: 16px;
        text-align: center;
        font-weight: 400;
        margin-bottom: 10px;
        height: 60px;
        overflow: hidden;
    }

    .catalogo .item .cbp-vm-price,
    .item .cbp-vm-price {
        text-align: center;
        color: #d43b3b;
        font-size: 23px;
        height: 52px;
        margin: 10px 0px;
        font-weight: 500;
    }

        .catalogo .item .cbp-vm-price small,
        .item .cbp-vm-price small {
            width: 100%;
            display: inline-block;
            clear: both;
            font-size: 15px;
            text-transform: uppercase;
            position: relative;
            top: -5px;
        }

        .catalogo .item .cbp-vm-price .old_price,
        .item .cbp-vm-price .old_price {
            font-size: 17px;
            text-decoration: line-through;
            margin-right: 0px;
            top: -2px;
            position: relative;
        }

    .catalogo .item .btn {
        text-decoration: none;
        background: #38617a;
        color: white;
        width: 48%;
        text-align: center;
        padding: 10px;
    }

.bollini div {
    background-color: #38617a;
    color: white;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 2px;
}

.me-select.marca {
    border: 1px solid #ccc;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}

.header {
    position: relative;
    display: inline-block;
    width: 100%;
}


.btn.leggitutto {
    background-color: #e4e4e4;
    display: inline-block;
    width: 100%;
    border: none;
    font-size: 20px;
}

.banner_new {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

    .banner_new img {
        width: 100%;
    }

    .banner_new .caption {
        position: absolute;
        color: white;
        padding: 39px;
        bottom: 0px;
        /* max-width: 50%; */
        z-index: 2;
    }

    .banner_new h3 {
        font-size: 42px;
        font-weight: 400;
    }

        .banner_new h3 strong {
            font-weight: 700;
            text-transform: uppercase;
        }

    .banner_new p {
        color: white !important;
        margin: 0px !important;
    }

    .banner_new .bg {
        background: #484848;
        background: -webkit-linear-gradient(bottom left, #484848, #00000000);
        background: -moz-linear-gradient(bottom left, #484848, #00000000);
        background: linear-gradient(to top right, #0000008f, #00000000);
        width: 100%;
        height: 99%;
        z-index: 1;
        position: absolute;
    }

    .banner_new a {
        float: left;
        color: white;
        border-color: white;
        margin-top: 20px;
    }

        .banner_new a:hover {
            border-color: #38617a;
            background-color: #38617a;
        }

.campo_form.me-select {
    width: 100%;
    padding: 20px 20px 20px 20px;
    text-align: center;
    border: 1px dotted #ccc;
    margin-bottom: 10px;
    border-left: none;
    border-right: none;
}

.campo_form .btn {
    background-color: transparent;
    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: 'Roboto', sans-serif;
    text-align: center;
    padding: 13px 20px;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: white;
    background-color: #38617a;
    white-space: normal;
    font-weight: 400;
}

.campo_form.me-select label {
    width: auto;
    margin-right: 20px
}

.hookAprice p,
.corpo .dx .hookAprice p {
    text-align: center;
    color: #d43b3b;
    text-transform: uppercase;
    font-weight: 600;
}

.hookApriceb2b p,
.corpo .dx .hookApriceb2b p {
    text-align: center;
    color: #d43b3b;
    text-transform: uppercase;
    font-weight: 600;
}

.header .sx, .header .dx {
    margin-bottom: 0px;
    width: auto;
    /* position: absolute; */
    /* top: 78px; */
    position: relative;
    float: right;
    width: auto;
}

.header .sx {
    left: 0px;
    margin: 46px 0px 0px 0px;
}

.header .dx {
    right: 0px;
}

.campo_form.w-btn .field_module {
    width: 70%;
    float: left;
}

.campo_form.w-btn .btn {
    width: 30%;
    float: right;
    padding: 14px;
}


.social a,
.social a:hover {
    color: #38617a;
    font-size: 20px;
    text-decoration: none;
}

    .social a svg {
        margin-right: 5px;
    }

.dx .data {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 18px;
    color: #484747;
}

.btn.reset {
    padding: 5px 10px;
    font-size: 15px;
    white-space: normal;
    font-weight: 500;
    float: right;
    top: 2px;
}


.item span.hookApriceb2b {
    display: block;
}

span.hookApriceb2b {
    font-size: 12px;
    display: inline-block;
    position: relative;
}

.item span.hookApriceb2b {
    display: block;
}

span.hookApriceb2b {
    font-size: 12px;
    display: inline-block;
    position: relative;
}



.hookApriceb2b p,
.corpo .dx .hookApriceb2b p {
    text-align: center;
    color: #d43b3b;
    text-transform: uppercase;
    font-weight: 600;
}


.veditutti {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 10px 0px;
    text-decoration: underline;
    font-weight: 700
}

    .veditutti.prodotti_aside {
        display: inline-block;
        text-align: center;
        width: 100%;
        text-decoration: none;
        font-weight: 500;
        padding: 10px;
        position: relative;
        margin: 0px 0px 20px 0px;
        font-size: 15px;
        background: #a29886;
        color: #ffffff;
    }
