/* Add Google WebFonts */
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300|Roboto:300,400,500,700);

* {
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

input[type="radio"] {
    -webkit-appearance: radio !important;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
}

input:not([type="radio"]) {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.mini_video {
    width: 320px;
    position: relative;
    float: left;
    border: 1px solid #D5D5D5;
    padding: 6px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
}

form#aspnetForm {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    height: 100%;
    width: 100%;
}

*:hover {
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

.obbligatorio {
    border-color: #dd0000 !important;
}

input[type="text"].obbligatorio, textarea.obbligatorio, .field_module.obbligatorio {
    background-color: #fcc;
}

input[type="text"]:focus {
    background-color: #fff !important;
}

input[type="text"]:onblur {
    background-color: #fff !important;
}

label.obbligatorio, span.obbligatorio {
    color: #f00 !important;
}

a.obbligatorio {
    color: #f00 !important;
}

strong {
    font-weight: 500;
}

.errore_buono {
    color: #dd0000;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

    .errore_buono.green {
        color: #36b34c;
    }

    .errore_buono.red {
        color: #dd0000;
    }

.errore {
    color: #dd0000;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.tabelle_carrello .errore {
    margin-bottom: 10px;
}

    .tabelle_carrello .errore.right {
        text-align: right
    }

    .tabelle_carrello .errore.left {
        text-align: left;
        width: 100%;
        clear: both;
        padding: 20px 0px 0px 0px;
    }

.disclaimer_carrello {
    margin-bottom: 10px;
}

.campo_form .errore {
    text-align: left;
    position: absolute;
    font-size: 12px;
}

html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    height: 100%;
    width: 100%;
}

div.wrapper {
    min-height: 100%;
    margin: 0px auto;
    position: relative;
}

form.wrapper {
    min-height: 100%;
    margin: 0px auto;
    position: relative;
}

h1, .titolo_h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #262626;
    font-weight: 300;
    font-size: 40px;
    margin: 20px 0px;
    line-height: 40px;
}

.content h1, .titolo_h1 {
    text-transform: capitalize;
}

h2, .titolo {
    color: #262626;
    font-size: 13px;
    display: block;
    clear: both;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3, caption {
    color: #262626;
    font-size: 15px;
    display: block;
    clear: both;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

img {
    border: none;
    max-width: 100%;
}

.commento_fb .fb_iframe_widget iframe, .commento_fb .fb_iframe_widget, .commento_fb .fb_iframe_widget span {
    width: 100% !important;
}

a {
    color: #262626;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #262626;
        text-decoration: none;
    }

::selection {
    background: #DEDEDE; /* Safari */
}

::-moz-selection {
    background: #DEDEDE; /* Firefox */
}

input:focus {
    outline: none;
}

.tabelle_carrello .btn, .tabelle_carrello input[type="button"], fieldset .scopri a {
    margin: 0px;
    font-size: 15px;
    border: 1px solid #262626;
    padding: 8px 20px;
    top: 1px;
    background-color: transparent;
}

    .tabelle_carrello .btn.salva {
        margin-top: 5px;
        padding: 10px 15px;
        margin-left: 10px;
    }

        .tabelle_carrello .btn.salva:hover {
            color: white;
            background-color: #262626;
        }

.btn, .scopri a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #262626;
    text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    text-align: center;
    margin: 0px;
    font-size: 19px;
    border: 1px solid #262626;
    padding: 10px 20px;
    margin-top: 30px;
    white-space: normal;
}

.scopri a {
    position: relative;
    float: right;
}

.btn:hover {
    text-decoration: none;
    background-color: #262626;
    color: #fff;
}

.container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.clear {
    clear: both;
}

ul li {
    list-style-type: none;
}

div.header {
    height: 150px;
    min-width: 1000px;
    z-index: 999;
    position: relative;
}

div.content {
    padding-bottom: 280px;
    clear: both;
    display: inline-block;
    width: 100%;
}

div.footer {
    width: 100%;
    height: 290px;
    position: absolute;
    bottom: 0px;
    background-color: #262626;
}
/*module*/


.modulo {
    width: 640px;
    margin-top: 20px;
    border-spacing: 0px 10px;
}

    .modulo tr td {
        padding: 5px;
    }

    .modulo tr th {
        background: #e6e6e6;
        color: #427fc1;
        padding: 10px;
        text-align: center;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

.select_module {
    position: relative;
    width: 400px;
    padding: 5px;
    margin: 0px;
    background-color: white;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.field_module, .tabelle_carrello .field_module, .tabelle_carrello td.minifield_module input, .field_note, .tabelle_carrello td.minifield_module input {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    text-align: left;
    padding: 10px;
    border: 1px solid #999;
    position: relative;
}

    .field_module.ricerca_avanzata {
        width: 78%;
        height: 47px;
        margin-top: 0px;
        margin-left: 1%;
    }

.btn.ricerca_avanzata {
    float: right;
    margin-top: 0px;
    width: 19%;
    margin-right: 1%;
}

.field_note {
    height: 200px !important;
    outline: none;
}

.label_check a {
    color: #666;
}

.label_check input {
    position: relative;
    margin-right: 5px;
    top: 2px;
}

.label_module {
    float: left;
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #666;
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}

.alert {
    color: #7E7E7E;
    line-height: 20px;
    font-size: 11px;
}

.campo_form {
    width: 50%;
    padding-bottom: 0.5em;
    position: relative;
    float: left;
    padding-right: 1em;
}

.pathway a {
    margin-left: 5px;
    margin-right: 5px;
}

    .pathway a:hover {
        margin-left: 5px;
        margin-right: 5px;
    }

.sx {
    position: relative;
    float: left;
    width: 60%;
}

.dx {
    position: relative;
    float: right;
    width: 40%;
}

.menu {
    position: relative;
    clear: both;
    width: 100%;
}

hr {
    border-top: 1px solid #ccc;
    border-left: none;
    height: 1px;
    width: 100%;
    border-right: none;
    border-bottom: none;
    margin-top: 1em;
    margin-bottom: 1em;
    position: relative;
    clear: both;
}

.cerca {
    float: right;
    position: relative;
    background-color: white;
}

    .cerca .box {
        position: relative;
        float: left;
        background: #666;
        width: 80px;
        text-align: center;
        padding: 4px;
        font-size: 12px;
        cursor: pointer;
        line-height: 16px;
    }

        .cerca .box:hover {
            background: #dd0000;
        }

.newsletter {
    float: right;
    margin-bottom: 5px;
    position: relative;
    background-color: white;
    width: 100%;
    max-width: 180px;
}

.cerca input[type="text"] {
    border: none;
    width: 175px;
    font-size: 13px;
    color: #666;
    padding: 6px 10px;
    position: relative;
    float: left;
    border-right: 1px solid #262626;
    height: 40px;
    float: left;
}

.newsletter input[type="text"] {
    border: none;
    width: 143px;
    font-size: 13px;
    color: #666;
    padding: 6px 10px;
    position: relative;
    float: left;
    border-right: 1px solid #262626;
    height: 40px;
    float: left;
}

.cerca input[type="image"], .newsletter input[type="image"] {
    position: relative;
    padding: 10px;
    float: left;
}

.logo {
    position: absolute;
    float: left;
    height: 68px;
    background: white;
    z-index: 9999;
    padding: 5px;
}

.menusup .sx {
    position: relative;
    float: left;
    width: 50%;
    margin-top: 14px;
}

.menusup .dx {
    position: relative;
    float: right;
    width: 50%;
    text-align: right;
}

.menusup a {
    color: #FFF;
    text-decoration: none;
    font-size: 13px;
    position: relative;
    top: -3px;
    margin-left: 2px;
    margin-right: 2px;
}

    .menusup a.entra, .menusup a.registrati, .menusup a.rivenditori, .menusup a.facebook {
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 20px;
        margin-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-size: auto 15px;
    }

    .menusup a.registrati {
        background-image: url(../img/icon/silhouette121.png);
    }

    .menusup a.entra {
        background-image: url(../img/icon/padlock23.png);
    }

    .menusup a.facebook {
        background-image: url(../img/icon/facebook-logo.png);
    }

    .menusup a.rivenditori {
        background-image: url(../img/icon/briefcase13.png);
    }

.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;
        }

.box_carrello {
    position: relative;
    float: right;
    cursor: pointer;
    width: 88px;
    font-size: 18px;
    color: white;
    background-color: #262626;
    border-left: 1px solid #262626;
    padding: 9px 20px;
}

    .box_carrello:hover {
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        background-color: #dd0000;
    }

    .box_carrello img {
        position: relative;
        float: left;
        margin-right: 5px;
        top: 2px;
        height: 20px;
    }

    .box_carrello p span {
        color: #006fa0;
    }

    .box_carrello a {
        color: #006fa0;
        text-decoration: underline;
        font-size: 13px;
    }

.menusup {
    background-color: #262626;
    width: 100%;
    color: white;
    height: auto;
    border-bottom: 1px solid #262626;
    clear: both;
    height: 41px;
}

.triangolo {
    line-height: 0;
    border-bottom: 10px solid #262626;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 35px;
}

ul.boxes {
    width: 100%;
    margin: 30px 0px;
    height: auto;
    overflow: auto;
}

    ul.boxes li {
        list-style-type: none;
        position: relative;
        float: left;
        width: 32%;
        margin-right: 2%;
        /*  border: 2px solid #262626;*/
        cursor: pointer;
        text-align: center;
        padding: 20px 20px 50px 20px;
    }

        ul.boxes li h2 {
            font-size: 35px;
            border-bottom: 1px solid #ccc;
            margin: 10px 0px;
            padding-bottom: 10px;
            font-family: 'Yanone Kaffeesatz', sans-serif;
            color: #262626;
            font-weight: 300;
            line-height: 40px;
            text-transform: inherit;
        }

        ul.boxes li:last-child {
            margin-right: 0%;
        }

        ul.boxes li:hover {
            background: #262626;
            color: white;
        }

            ul.boxes li:hover h2, ul.boxes li:hover p, ul.boxes li:hover .btn {
                color: white;
            }

            ul.boxes li:hover .btn, .box_laterale a.btn {
                color: white;
                border: 1px solid white;
            }

                .box_laterale a.btn:hover {
                    background: white;
                    color: #262626;
                }

                ul.boxes li:hover .btn:hover {
                    color: white;
                }

.slideshow, .slideshow_bg {
}

.slideshow {
    width: 100%;
    position: relative;
    clear: both;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #262626;
    /* background-color:#262626 */
}

    .slideshow .img {
        width: 100%;
        background-image: url(../img/slides/slides/10.jpg);
        background-size: 100% auto;
        background-attachment: fixed;
        background-position: bottom;
        position: relative;
        clear: both;
        background-repeat: no-repeat;
        padding: 30px;
        margin: 30px 0px;
        text-align: center;
        color: white;
    }

    .slideshow .logo_white {
        width: 140px;
        margin-bottom: 20px;
        position: relative;
    }

    .slideshow p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #262626;
        z-index: 9;
        position: relative;
    }

    .slideshow .btn {
        color: #ffffff;
        background-color: rgb(38 38 38 / 83%);
        margin: 60px 0px;
        font-size: 36px;
        border: 1px solid #ffffff;
        padding: 20px 40px;
        white-space: normal;
        display: inline-block;
        font-weight: 300;
        line-height: initial;
    }


        .slideshow .btn:hover {
            color: #000;
            background-color: #ffffff;
            border: 1px solid #000;
        }

        .slideshow .btn.small,
        .slideshow .btn.small:hover {
            margin: 5px;
            font-size: 17px;
            padding: 10px 20px;
        }

    .slideshow .link {
        color: white;
        text-decoration: underline;
        font-size: 18px;
        /* font-weight: 300; */
        margin: 60px 0px 30px 0px;
        display: inline-block;
    }

    .slideshow .carousel {
        position: relative;
        z-index: 2;
        /*max-width: 1000px;*/
        margin: auto;
    }

.slideshow_bg {
    width: 100%;
    position: absolute;
    /* background-color: rgb(38 38 38 / 70%); */
    background-repeat: repeat;
    top: 0px;
    left: 0px;
    z-index: 1;
    height: 100%;
}

.slideshow h2 {
    color: #262626;
    text-transform: inherit;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 300;
    font-size: 50px;
    margin: 60px 0px 20px 0px;
    line-height: 40px;
    display: inline-block;
    width: 100%;
}

.slideshow h3 {
    color: white;
    text-transform: inherit;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 300;
    font-size: 24px;
    margin: 20px 0px 10px 0px;
    line-height: 30px;
}

    .slideshow h3 span {
        font-style: italic;
        font-size: 28px;
    }

.slideshow h2 span {
    font-style: italic;
    font-size: 22px;
}

.highlights {
    width: 100%;
    padding: 0px 30px;
}

    .highlights .titolo_h1 {
        margin: 50px 20px 50px 20px;
    }


.sx .highlights {
    padding: 0px 0px;
}

.highlights .container {
    width: 100%;
}

.post_fb {
    position: relative;
    float: left;
    margin: 20px 0px 0px 0px;
    min-height: 500px;
    width: 500px;
    text-align: center;
}

.box_laterale {
    width: 480px;
    position: relative;
    float: right;
}

    .box_laterale ul.boxes {
        margin: 20px 0px;
    }

        .box_laterale ul.boxes li {
            width: 100%;
            margin-bottom: 20px;
        }

.lingue {
    position: relative;
    float: right;
    padding: 0px 15px;
    padding-top: 8px;
}

    .lingue a {
        font-size: 15px;
        color: rgba(255,255,255,0.5);
        margin-left: 5px;
    }

        .lingue a.select, .lingue a:hover {
            color: white;
        }

.menusup .lingue a {
    top: 0px;
}

.footer .box {
    position: relative;
    float: left;
    width: 20%;
    padding: 0px 10px;
    overflow: hidden;
}

    .footer .box label.label_check {
        font-size: 12px;
        color: white;
        margin-top: 5px;
    }

    .footer .box img {
        max-width: 100px;
    }

    .footer .box p {
        color: white;
    }

    .footer .box li a, .footer .box p, .box p a {
        color: rgba(255, 255, 255, 0.5);
        font-size: 12px;
    }

        .footer .box li a:hover {
            color: rgba(255, 255, 255, 1);
            text-decoration: none;
        }

    .footer .box li {
        list-style-type: none;
        list-style-image: none;
    }

    .footer .box ul.condividi li {
        margin: 0px 10px;
    }

        .footer .box ul.condividi li a {
            font-size: 40px;
            color: white;
            opacity: 0.6;
        }

            .footer .box ul.condividi li a:hover {
                font-size: 40px;
                color: white;
                opacity: 1;
            }

    .footer .box h3 {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        color: white;
        font-weight: 300;
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 5px;
        line-height: 40px;
        text-transform: inherit;
    }

    .footer .box:first-child img {
        max-width: 170px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

ul.condividi {
}

    ul.condividi li {
        position: relative;
        float: left;
        margin-right: 10px;
    }

    ul.condividi img {
        opacity: 0.3;
    }

        ul.condividi img:hover {
            opacity: 1;
        }

.footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 5px;
}

.credits {
    color: rgba(255, 255, 255, 0.24);
    font-size: 12px;
    text-align: center;
}

    .credits a {
        color: rgba(255, 255, 255, 0.5);
    }

    .credits img {
        height: 20px;
        position: relative;
        top: 4px;
    }

.content .sx {
    width: 25%;
    position: relative;
    float: left;
}

.content .dx {
    width: 73%;
    position: relative;
    float: right;
}

    .content .dx.cento {
        width: 100%;
        position: relative;
        float: right;
    }

.content .sx, .content .dx {
    margin: 20px 0px;
}

    .content .sx h4 {
        color: #dd0000;
    }

    .content .dx iframe {
        width: 100% !important;
    }

    .content .sx h1, .content .dx h1 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

.pathway .seiqui {
    color: #666;
    position: relative;
    float: left;
    font-weight: normal;
}

.pathway {
    position: relative;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 24px;
    color: #262626;
    margin-top: 5px;
    font-weight: 700;
}

    .pathway a {
        margin-left: 5px;
        margin-right: 5px;
        font-weight: normal;
        color: #666;
    }

        .pathway a:hover {
            margin-left: 5px;
            margin-right: 5px;
            text-decoration: underline;
        }

ul.riepilogo {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    margin: 10px 0px;
    border-bottom: none;
}

div.riepilogo {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    margin: 10px 0px;
    padding: 10px;
}

.riepilogo p {
    color: #666;
}

ul.riepilogo li {
    list-style-type: none;
}

    ul.riepilogo li a {
        list-style-type: none;
        padding: 10px;
        border-bottom: 1px solid #ccc;
        display: block;
    }

        ul.riepilogo li a:hover {
            background: #f1f1f1;
            text-decoration: none;
        }

.dx p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.dx .img img {
    margin-bottom: 20px;
}

.content.catalogo .container {
    width: 100%;
    padding: 0px 20px;
}

.paginazione {
    text-align: center;
    width: 100%;
    padding: 0px;
    clear: both;
    height: auto;
    margin: 20px 0px 20px 0px;
}

    .paginazione a {
        font-weight: normal;
        padding: 5px 10px;
        font-size: 22px;
        margin: 0px 5px;
        color: #666;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        border-top: 3px solid white;
    }

        .paginazione a:hover, .paginazione a.current {
            color: #262626;
            text-decoration: none;
            border-top: 3px solid #262626;
        }

.descrizione_prod {
    position: relative;
    float: right;
    width: 50%;
    padding: 20px;
}

    .descrizione_prod ul.descrizione li {
        list-style-type: none;
        width: 100%;
        clear: both;
        margin-bottom: 10px;
        color: #666;
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
        height: auto;
        overflow: auto;
    }

.descrizione ul li {
    list-style-type: none;
    width: 100%;
    clear: both;
    margin-top: 10px;
    color: #666;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.descrizione_prod ul.descrizione li label, .prezzo label, .quantita label, .descrizione label {
    width: 25%;
    position: relative;
    float: left;
    margin-right: 10px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 20px;
    color: #262626;
    text-transform: uppercase;
    top: -1px;
}

.prezzo label, .quantita label {
    top: 16px;
    width: 25%;
}

.owl-theme .prezzo.vecchio, .prezzo.vecchio {
    text-decoration: line-through;
    font-size: 19px;
    margin-right: 5px;
}

.prezzo_wishlist .prezzo span {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
    position: relative;
    display: block;
}

.quantita label {
    width: 31%;
}

.descrizione_prod .prezzo, .descrizione_prod .quantita {
    font-size: 40px;
    margin-bottom: 10px;
    color: #262626;
    position: relative;
    float: left;
    width: 50%;
}

    .descrizione_prod .prezzo.b2b {
        width: 100%;
    }

.descrizione_prod .quantita {
    text-align: right;
}

.btn.wishlist, .btn_wishlist {
    text-decoration: none;
    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;
    width: 100%;
    text-align: left;
    font-size: 15px;
    background-color: transparent;
    background-image: url(../img/wishlist.png);
    border-top: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: left 12px;
    background-size: auto 20px;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #262626;
    clear: both;
}

    .btn.wishlist:hover, .btn_wishlist:hover, .btn_wishlist.active {
        background-color: transparent;
        background-image: url(../img/wishlist_on.png);
    }
/*.wishlist {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    background-image: url(../img/wishlist.png);
    background-repeat: no-repeat;
    background-position: left 12px;
    background-size: auto 20px;
    padding-left: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #262626;
    padding-bottom: 10px;
    width: 100%;
    clear: both;
        }
		
.wishlist:hover {
	background-image: url(../img/wishlist_on.png);
        }*/

/*		ul.misure_personalizzate {
		    padding-left: 43px;
			 }*/

ul.misure_personalizzate li {
    width: 100%;
    clear: both;
    list-style-type: none;
    margin-bottom: 2px;
    height: auto;
    overflow: auto;
}

    ul.misure_personalizzate li img {
        position: relative;
        float: right;
        margin-right: 10px;
        top: 12px;
        width: 20px;
    }

.taglie ul li img {
    position: relative;
    float: right;
    margin-right: 0px;
    top: 12px;
    width: 20px;
}

.taglie ul li .camicia_img img {
    width: auto;
    max-width: 100%;
    max-height: 255px;
    position: inherit;
    float: initial;
}

.descrizione_prod .ac-custom li img {
    position: relative;
    float: right;
    margin-right: 10px;
    top: 12px;
    width: 20px;
}

ul.misure_personalizzate li label {
    position: relative;
    float: left;
    top: 10px;
}

ul.misure_personalizzate li input[type="text"], ul.misure_personalizzate li select, .ui-widget input[type="text"] {
    font-family: 'Roboto', sans-serif;
    position: relative;
    float: right;
    width: 100px;
    text-align: center;
    padding: 10px;
    border: 1px solid #999;
}

.ui-widget .ac-checkbox input[type="text"] {
    width: 50px;
    top: -10px;
}

.ui-widget .ac-checkbox li {
    margin: 5px auto;
    padding: 10px 0px;
    position: relative;
}

div.descrizione {
    margin-bottom: 30px;
}

.btn.acquista, .btn.vai_carrello, .btn.altro_modello {
    padding-left: 40px !important;
    background-position: 12px center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    margin-right: 5px;
    font-size: 20px !important;
    border: 3px solid #262626;
    font-weight: 600;
}

.btn.acquista {
    background-image: url(../img/icon/tag79_2.png);
}

.btn.vai_carrello {
    background-image: url(../img/icon/buy10_3.png);
}

.btn.altro_modello {
    background-image: url(../img/icon/tie8_2.png);
}

.tabelle_carrello .btn.acquista {
    background-image: url(../img/icon/tag79.png);
}

.tabelle_carrello .btn.vai_carrello, .tabelle_carrello .end_btn .btn, .tabelle_carrello .end_btn .btn.vai_carrello {
    background-image: url(../img/icon/buy10_2.png);
    background-color: #DD0000;
}

.tabelle_carrello .btn.altro_modello {
    background-image: url(../img/icon/tie8.png);
}

input.add {
    background-color: white;
    border: 1px solid white;
    font-size: 20px;
    font-weight: 400;
    color: #353535;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    width: 30px;
    height: 30px;
    position: relative;
    top: -9px;
    cursor: pointer;
}

input.addfield {
    font-family: 'Roboto', sans-serif;
    width: 50px;
    text-align: center;
    padding: 10px;
    border: 1px solid #999;
    top: -9px;
    position: relative;
}

.intestazione, .selettori {
    position: relative;
    float: left;
    width: 100%;
}
/*news*/

div.testo_focus.maxheight p {
    text-align: left !important;
    margin-bottom: 0px;
}

.data {
    background: #262626;
    position: relative;
    float: left;
    color: white;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 400;
    width: 51px;
}

.img_focus {
    height: 150px;
    width: 150px;
    display: table;
    position: relative;
    float: left;
    margin-right: 20px;
    border: 1px solid #ccc;
}

    .img_focus div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .img_focus div img {
            max-width: 150px;
            max-height: 140px;
            border: none;
        }

div.testo_focus.maxheight {
    max-height: 116px;
    overflow: hidden;
    margin-bottom: 7px;
}

.focus {
    margin-top: 20px;
    height: auto;
    max-height: 172px;
    overflow: hidden;
}

.testo_focus h2 {
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    text-transform: none;
    overflow: hidden;
    margin-bottom: 10px !important;
}
/* carrello */


.tabelle_carrello fieldset {
    background-color: white;
    border: 1px solid rgba(38, 38, 38, 0.48);
    padding: 20px;
    margin-top: 30px;
    position: relative;
    width: 48%;
    float: left;
    margin-right: 2%;
}

    .tabelle_carrello fieldset ul li {
        width: 100%;
        display: inline-block;
    }

.tabelle_carrello legend {
    padding: 10px 20px;
    outline: none;
    background-color: white;
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 25px;
    border: 1px solid rgba(38, 38, 38, 0.5);
    color: #262626;
    font-weight: 300;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.center {
    text-align: center;
}

.tabelle_carrello fieldset a #help {
    float: right;
    position: absolute;
    right: 3px;
    top: 29px;
    height: 35px;
}

.tabelle_carrello fieldset img {
    position: relative;
    float: left;
    height: 30px;
    margin-right: 5px;
    top: -4px;
}

.tabelle_carrello fieldset input[type="radio"] {
    position: relative;
    float: left;
    top: 4px;
    margin-right: 6px;
}

.label_indirizzo {
    margin: 5px 0px;
}

.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 a img {
    border: none;
}

.label_payment {
    position: relative;
    float: left;
    font-size: 15px;
    width: 100%;
}

    .label_payment span {
        position: relative;
        float: left;
        top: 10px;
        margin-left: 10px;
    }

    .label_payment label {
        position: relative;
        margin-left: 0px;
    }

.div_misure .tabelle_carrello tr td {
    text-align: center;
}

    .div_misure .tabelle_carrello tr td:nth-child(1) {
        text-align: left;
    }

table.tabelle_carrello {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    border: none;
}

.tabelle_carrello table tr td {
    background-color: white;
    color: #333;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
}

    .tabelle_carrello table tr td.tabellaordinicolonna {
    }

.css_grid_colonna_invisibile {
    display: none !important;
}

.tabelle_carrello .select_module, .module_ricerca {
    position: relative;
    width: auto;
    padding: 10px;
    margin: 0px;
    background-color: white;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #ccc;
    float: left;
    font-size: 13px;
}

.module_ricerca {
    float: inherit;
}

.tabelle_carrello .txt {
    position: relative;
    font-size: 12px;
    color: #0054A4;
    margin-right: 5px;
    top: 1px;
}

.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 {
    width: 60px;
    padding: 10px;
}

.center {
    text-align: center !important;
}

.tabelle_carrello textarea {
    width: 300px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #ccc;
    color: #0054A4;
}

.tabelle_carrello .label_check a {
    color: #666;
}

.tabelle_carrello .label_module {
    float: left;
    position: relative;
    width: 300px;
    font-size: 17px;
    color: #666;
    font-family: 'Roboto', sans-serif;
}

.tabelle_carrello tr th {
    background-color: #262626;
    padding: 5px;
    color: white;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
    border: none;
}

.tabelle_carrello .minifield_module {
    width: auto;
}

.prezzo_totale {
    font-size: 20px;
    padding: 0px;
    display: block;
}

.tabelle_carrello.sottotabella.tableresponsive {
    width: auto;
    max-width: 100%;
}

.articolo .tabelle_carrello.sottotabella.tableresponsive {
    width: 100%;
}

.tabelle_carrello caption {
    width: 100%;
    text-align: center;
    display: table-caption;
}

.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 {
    padding: 15px;
    background-color: #262626;
    color: white;
    margin-bottom: 40px;
}

    .condizioni a {
        color: white;
    }

    .condizioni img {
        text-align: center;
        width: auto;
        margin-right: 10px;
        position: relative;
        float: left;
        margin-bottom: 5px;
        /* max-height: 300px !important; */
        margin-top: 10px;
    }

    .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;
    margin-bottom: 0px;
    font-weight: bold;
}

    .ordine_minimo span {
        color: #E90303;
        font-size: 20px;
    }

.tabelle_carrello fieldset .field_module {
    width: 49%;
}

.tabelle_carrello fieldset ul.alternativo li span {
    width: 100%;
}

.tabelle_carrello fieldset ul.alternativo li .field_module {
    margin-bottom: 5px;
}

fieldset.fatturazione div {
    width: 100%;
    position: relative;
    clear: both;
}

fieldset p {
    padding: 14px 0px;
}

fieldset ul li span {
    position: relative;
    float: left;
    padding: 5px;
    font-weight: 500;
}

fieldset ul li p {
    padding: 5px;
}

.titolo_gallery {
    color: #262626;
    font-size: 16px;
    display: block;
    clear: both;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin: 10px 0px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tabelle_carrello .end_btn .btn {
    padding-left: 45px !important;
    background-position: 12px center;
    background-repeat: no-repeat;
    background-size: auto 25px;
    margin-right: 5px;
    font-size: 25px !important;
    background-color: #262626;
    color: white;
    border: none;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 300;
    padding: 15px 17px 7px 30px;
}

    .tabelle_carrello .end_btn .btn:hover {
        background-color: #262626;
    }

.tabelle_carrello tr td img {
    max-width: 60px;
    position: relative;
}

.totale_prezzo .sx, .totale_prezzo .dx {
    margin: 0px;
    padding: 0px 10px !important;
}

    .totale_prezzo .sx h2 {
        width: 100%;
    }

    .totale_prezzo .dx h2 {
        top: 16px;
        font-size: 30px;
    }

.totale_prezzo h2 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #262626;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 15px !important;
    margin-top: 0px !important;
    position: relative;
    float: left;
}

.totale_prezzo label {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #262626;
    font-weight: 500;
    margin-right: 10px;
}

.totale_prezzo ul.misure_personalizzate {
    padding-left: 0px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}

    .totale_prezzo ul.misure_personalizzate span {
        font-weight: 500;
        margin-right: 10px;
        width: 30%;
        color: #000000;
    }

.totale_prezzo .btn {
    float: right;
    margin: 10px 0px;
}

.tabelle_carrello tr td img.aggiorna {
    max-width: 30px;
    top: 6px;
    position: relative;
}

.b2b .tabelle_carrello .minifield_module {
    width: 50px;
}

.prod_carrello {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 2px;
    width: 100%;
    height: auto;
}

    .prod_carrello .img {
        position: relative;
        float: left;
    }

        .prod_carrello .img img {
            height: 60px;
            margin-right: 10px;
        }

    .prod_carrello .art {
        position: relative;
        float: left;
        padding: 5px;
        margin-right: 5px;
        padding-right: 10px;
        color: #666;
        margin-top: 10px;
    }

        .prod_carrello .art.totale {
            font-family: 'Yanone Kaffeesatz', sans-serif;
            color: #262626;
            font-weight: 300;
            font-size: 30px;
            border-right: none;
            margin: 0px;
            padding: 10px;
        }

    .prod_carrello .taglie {
        width: 100%;
        clear: both;
        position: relative;
    }

    .prod_carrello label {
        font-weight: 500;
        text-transform: inherit;
        color: #262626;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        font-size: 19px;
        margin-left: 5px;
    }

.b2b .prod_carrello .taglie ul li {
    min-height: 85px; /* min-height: initial; */
    width: 32%;
}

.prod_carrello .taglie ul li {
    position: relative;
    float: left;
    padding: 5px;
    border: 1px solid #ccc;
    width: 32%;
    min-height: 325px;
    margin: 0.6%;
}

.prod_carrello .icone {
    position: relative;
    float: right;
    padding: 10px;
}

    .prod_carrello .icone img, .prod_carrello .icone input {
        margin-left: 5px;
        height: 24px;
    }

.prod_carrello .taglie input {
    font-family: 'Roboto', sans-serif;
    position: relative;
    float: right;
    width: 75px;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #999;
}

.prod_carrello .taglie label {
    font-weight: normal;
    text-transform: inherit;
    margin-left: 5px;
    padding-left: 0px;
    border-left: none;
    top: 10px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-size: 14px;
    height: 38px;
    overflow: hidden;
}

.login_box, .registrazione_box {
    padding: 10px;
    width: 50%;
    position: relative;
    float: left;
}

    .login_box h2, .registrazione_box h2 {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        font-weight: 300;
        text-transform: none;
        font-size: 25px;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .login_box .btn, .registrazione_box .btn {
        display: inline-block;
        text-align: center;
        margin-top: 10px;
    }

    .login_box .field_module {
        margin-bottom: 5px;
    }

.taglie input:read-only {
    background-color: #f1f1f1;
}

.art a {
}

.css_grid_colonna_invisibile {
    display: none;
}

css_grid_riga2 {
    border-bottom: 1px solid #ccc;
}

.accesso_fb {
    width: 100%;
    padding: 10px 0px;
}

.btn.facebook {
    padding-left: 10px;
    margin-top: 0px;
}

.accesso_fb img {
    height: 20px;
    position: relative;
    float: left;
    margin-right: 7px;
    top: 2px;
}

.alert_carrello {
    position: relative;
    float: left;
    background-image: url(../assembler/img/play.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 37px;
    background-size: auto 20px;
    top: 4px;
    font-weight: 500;
    padding: 10px 10px 10px 37px;
    width: 100%;
}

    .alert_carrello a {
    }

.tipo_misura {
    position: relative;
    float: left;
}

    .tipo_misura h2, .prod_carrello .tipo_misura label {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        color: #262626;
        font-weight: 300;
        font-size: 30px;
        margin: 10px 20px 10px 10px;
        position: relative;
        float: left;
    }

.tabelle_carrello .tipo_misura .select_module {
    font-size: 22px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #262626;
    font-weight: 300;
    margin: 4px 0px 10px 0px;
    float: left;
}

.tabelle_carrello .tipo_misura.etichetta .select_module {
    min-width: 400px;
}

.field_module.readonly, .select_module.readonly, .field_module.readonly:focus, .select_module.readonly:focus {
    background-color: #f1f1f1 !important;
    cursor: no-drop;
    color: #737373;
}

.dettaglio_btn input, .tabelle_carrello input[type="button"].dettaglio_btn {
    background-image: url(../img/dettagli.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: none !important;
    cursor: pointer;
}

.link_semplice {
    text-align: center;
    text-decoration: underline;
    display: block;
}

ul.ricerca_avanzata {
}

    ul.ricerca_avanzata li {
        position: relative;
        float: left;
        width: 31.3%;
        margin: 1%;
    }

        ul.ricerca_avanzata li a {
            border: 1px solid #ccc;
            padding: 12px;
            display: block;
            text-align: center;
        }

            ul.ricerca_avanzata li a:hover {
                border: 1px solid #333;
                background: #333;
                color: white;
            }

h2.ricerca_avanzata {
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    padding: 5% 1% 2% 1%;
}

.tutto {
    display: block;
    width: 98%;
    clear: both;
    padding-top: 10px;
    margin: 0% 1%;
}

    .tutto a {
        display: block;
        margin: 0px;
    }

.preheader {
    display: none;
    display: none;
    position: fixed;
    background: white;
    text-align: center;
    width: 100%;
    display: block;
    background: #262626;
    color: white;
    padding: 10px;
    height: 39px;
    top: 0px;
    z-index: 999;
}

    .preheader a {
        color: white;
    }
/*
.menusup {
   margin-top:39px
}
    */


.btn_articolo .btn {
    margin-top: 0px;
}

.btn_articolo .errore {
    text-align: left;
    padding: 20px 0px
}

.descrizione .titolo_h1 {
    font-size: 30px;
    margin: 30px 0px 0px 0px;
}

.box {
    position: relative;
    float: left;
    padding: 0px 10px;
    width: 50%
}

    .box .paypal {
        border: 1px solid #ccc;
        padding: 10px
    }

        .box .paypal hr {
            display: none
        }

    .box h2 {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        color: white;
        font-size: 43px;
        margin: 20px 0px;
        line-height: 28px;
        text-transform: inherit;
        z-index: 9;
        position: relative;
    }

.ordinatori {
    position: relative;
    float: right;
}

h1.h1_riservata {
    margin: 30px 0px 10px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.tornaindietro {
    padding: 6px 0px 10px 42px;
    margin: 21px 0px 0px 0px;
    position: relative;
    float: right;
}

    .tornaindietro a {
        color: #666
    }

        .tornaindietro a:hover {
            color: #333
        }

    .tornaindietro img {
        position: absolute;
        left: 0px;
        top: 0px;
    }

.unico {
    display: inline-block;
    width: 100%;
}

.container.home {
    width: 1280px
}

    .container.home.owl-slideshow {
        overflow: auto;
        padding: 0px 10px;
    }


.banners {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin: 20px 0px
}

    .banners img {
        display: inline-block;
        margin: 5px;
        height: 156px;
    }


img.img_left {
    position: relative;
    float: left;
    max-width: 50%;
    clear: left;
    padding: 0px 20px 20px 0px;
}


img.img_right {
    position: relative;
    float: right;
    max-width: 50%;
    clear: right;
    padding: 0px 0px 20px 20px;
}

img.img_center {
    position: relative;
    float: left;
    max-width: 100%;
    clear: both;
    padding: 20px 0px;
}


.hidden {
    display: none !important
}

.box.ita {
    background-image: url(../img/2021/red-shirt-sleeve.jpg);
    background-size: cover;
}

.box.eng {
    background-image: url(../img/2021/blue-shirt-sleeve.jpg);
    background-size: cover;
}

.carousel .box {
    position: relative;
    float: left;
    padding: 0px 10px;
    width: 50%;
    padding: 30px;
    text-align: center;
}
