/* Add Google WebFonts */
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300|Roboto:400,500,700);

* {
    margin: 0px;
    padding: 0px;
}


.descrizione {
    width: 100%;
    position: relative;
    clear: both;
}



.logo_print {
    width: 1000px;
    height: 77px;
    position: relative;
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer_print {
    width: 1000px;
    height: 77px;
    position: relative;
    clear: both;
    margin-top: 20px;
}

.condividi, svg {
    display: none;
    visibility: hidden;
}


.tooltipContent {
    display: none;
    visibility: hidden;
}

.pathway {
    display: none;
    visibility: hidden;
}

html, body {
    height: auto !important;
}

/*css*/

/* Add Google WebFonts */

* {
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


    *: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;
}

strong {
    font-weight: 500;
}

.errore {
    color: #dd0000;
    font-weight: 500;
    text-align: center;
    width: 100%;
}


.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;
}

h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #262626;
    font-weight: 300;
    font-size: 40px;
    margin: 20px 0px;
    line-height: 40px;
}

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 {
    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;
}

    a:hover {
        color: #262626;
        text-decoration: underline;
    }

::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;
}


.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;
}

.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;
    overflow: 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;
    overflow: auto;
    clear: both; /*da togliere poi*/
}




div.footer {
    width: 100%;
    height: 280px;
    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_note {
    height: 200px !important;
    outline: none;
}

.label_check a {
    color: #666;
    text-decoration: underline;
}

.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;
    width: 180px;
}

.newsletter {
    float: right;
    /* padding: 5px; */
    position: relative;
    background-color: white;
    width: 100%;
}

    .cerca input[type="text"],
    .newsletter input[type="text"] {
        border: none;
        width: calc(100% - 37px);
        font-size: 13px;
        color: #666;
        padding: 6px 10px;
        position: relative;
        float: left;
        border-right: 1px solid #262626;
        height: 36px;
    }

    .cerca input[type="image"],
    .newsletter input[type="image"] {
        position: relative;
        padding: 10px;
    }

.logo {
    position: absolute;
    float: left;
    height: 68px;
    background: white;
    z-index: 9999;
    padding: 5px;
}


.menusup .sx {
    position: relative;
    float: left;
    width: 50%;
    margin-top: 11px;
}

.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 {
        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.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: 86px;
    font-size: 18px;
    color: white;
    background-color: #262626;
    border-left: 1px solid #262626;
    padding: 6px 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;
}



.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;
            margin: 20px 0px;
            line-height: 40px;
        }



        ul.boxes li:last-child {
            margin-right: 0%;
        }

        ul.boxes li:hover {
            background: #262626;
        }

            ul.boxes li:hover h1, 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 {
    height: 500px;
}

.slideshow {
    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 .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: 163px;
        margin-bottom: 20px;
    }

    .slideshow p {
        font-size: 14px;
    }

    .slideshow .carousel {
        position: relative;
        z-index: 2;
    }

.slideshow_bg {
    width: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    background-repeat: repeat;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.slideshow h1 {
    color: white;
}

    .slideshow h1 span {
        font-style: italic;
        font-size: 28px;
    }

.highlights {
    width: 100%;
    padding: 0px 30px;
}


    .highlights .container {
        width: 100%;
    }


.post_fb {
    position: relative;
    float: left;
    margin: 20px 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 img {
        max-width: 100px;
    }

    .footer .box p {
        color: white;
    }

    .footer .box li a, .footer .box p {
        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 h1 {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        color: white;
        font-weight: 300;
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .footer .box:first-child img {
        max-width: 170px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

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 .sx, .content .dx {
    margin: 20px 0px;
}

    .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;
    clear: both;
}

    .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;
        }


p {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 20px;
    color: #666;
}



.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: 100%;
    padding: 20px;
    clear: both;
}

    .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%;
}

.prezzo span {
    font-size: 26px;
    color: #999;
    text-decoration: line-through;
    position: relative;
}


.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;
}

.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, .taglie ul li img {
        position: relative;
        float: right;
        margin-right: 10px;
        top: 12px;
        width: 20px;
    }

.descrizione_prod .ac-custom li img {
    position: relative;
    float: right;
    margin-right: 10px;
    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: 15px !important;
}


.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 {
    background-image: url(../img/icon/buy10_2.png);
}

.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: 300;
    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: 50%;
}



/*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;
    padding: 3px 10px;
    font-weight: 300;
    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;
            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 #262626;
    padding: 20px;
    margin-top: 30px;
    position: relative;
}

.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 #262626;
    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: 10px;
    top: 40px;
}


.tabelle_carrello fieldset img {
    border-left: 1px dotted #dadada;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 5px;
    position: relative;
    float: left;
}

.tabelle_carrello fieldset input[type="radio"] {
    position: relative;
    float: left;
    top: 12px;
}


.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;
    max-width: 64px;
}


.label_payment {
    position: relative;
    float: left;
    margin-right: 20px;
    font-size: 15px;
}

    .label_payment span {
        position: relative;
        float: left;
        top: 10px;
        margin-left: 10px;
    }

    .label_payment label {
        top: 10px;
        position: relative;
        margin-left: 0px;
    }



table.tabelle_carrello {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.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;
}

.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: 32px;
    padding: 5px;
    text-align: center;
    margin-right: 5px;
    top: -1px;
}


.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;
    text-decoration: underline;
}

.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;
}


.tabelle_carrello .minifield_module {
    width: auto;
}

.prezzo_totale {
    font-size: 20px;
    padding: 10px;
}

.tabelle_carrello.sottotabella.tableresponsive {
    width: auto;
    max-width: 100%;
}


.articolo .tabelle_carrello.sottotabella.tableresponsive {
    width: 100%;
}

.tabelle_carrello caption {
    font-size: 22px;
    color: #0054A4;
    padding-bottom: 10px;
}

.tabelle_carrello .hidden {
    display: none;
}

.tabelle_carrello a img {
    border: none;
}

.tabelle_carrello table tr td a .ok {
    float: right;
    position: relative;
    margin-left: 5px;
    top: 3px;
}


.condizioni {
    padding: 15px;
    background-color: #262626;
    color: white;
    margin-bottom: 40px;
}

    .condizioni a {
        color: white;
    }

    .condizioni img {
        text-align: center;
        width: 200px;
        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%;
}



fieldset.fatturazione div {
    width: 100%;
    position: relative;
    clear: both;
}


.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: #dd0000;
    color: white;
    border: none;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 300;
}

    .tabelle_carrello .end_btn .btn:hover {
        background-color: #262626;
    }

.tabelle_carrello tr td img {
    max-width: 30px;
    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;
}





.tabelle_carrello td.minifield_module input {
    width: 32px;
    padding: 5px;
    text-align: center;
    margin-right: 0px;
}

.prod_carrello {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 2px;
    width: 100%;
    height: auto;
    overflow: 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;
    }

    .prod_carrello .taglie ul li {
        position: relative;
        float: left;
        padding: 5px;
        border: 1px solid #ccc;
        margin-right: 2px;
        margin-bottom: 2px;
        width: 24%;
    }

    .prod_carrello .icone {
        position: relative;
        float: right;
        padding: 10px;
    }

        .prod_carrello .icone img {
            margin: 2px;
        }

    .prod_carrello .taglie input {
        font-family: 'Roboto', sans-serif;
        position: relative;
        float: right;
        width: 50px;
        text-align: center;
        padding: 10px;
        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;
    }



.login_box, .registrazione_box {
    padding: 10px;
    width: 50%;
    position: relative;
    float: left;
    height: 290px;
}

    .login_box .btn, .registrazione_box .btn {
        bottom: 0px;
        text-align: center;
        width: 95%;
        position: absolute;
        left: 0px;
    }


    .login_box .field_module {
        margin-bottom: 5px;
    }


.taglie input:read-only {
    background-color: #f1f1f1;
}


.prod_carrello .tipo_misura label {
    position: relative;
    float: left;
    margin-right: 10px;
    font-size: 22px;
    top: 7px;
    margin-left: 10px;
}

.art a {
}

/* owl carousel */

.carousel_prodotto .owl-carousel .owl-item {
    float: left;
    padding: 0px 10px 0px 10px;
}

.carousel_prodotto .owl-carousel .item img {
    max-height: 400px;
    height: inherit;
    margin-bottom: 0px;
}

.carousel_prodotto .owl-carousel {
    margin-bottom: 0px;
}


    .carousel_prodotto .owl-carousel .item {
        margin: 0px;
    }


.carousel_prodotto {
    position: relative;
    float: left;
    width: 50%;
}

#sync1 {
    display: none !important;
}

    #sync1 .item {
        padding: 0px;
        color: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
    }

        #sync1 .item img {
            width: auto;
        }


#sync2 .item {
    padding: 10px 0px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    height: 90px;
    background-color: white;
}

#sync2 .synced .item {
    opacity: 1;
}


#sync1 .item {
    height: 400px;
    width: 100%;
    display: table;
}

    #sync1 .item div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        #sync1 .item div img {
            max-width: 100%;
            max-height: 400px;
        }




#sync2 .owl-item .item {
    border: 1px solid #e6e4e3;
    height: 150px;
    width: 100%;
    display: table;
    padding: 5px;
    margin-bottom: 20px;
    margin-top: 15px;
}

#sync2 .item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 1;
    padding: 5px;
}


    #sync2 .item div img {
        max-height: 140px;
        max-width: 100%;
        width: auto;
    }


#sync1.owl-theme .owl-controls .owl-buttons div {
    display: none;
    color: #bf3f2d;
    /*display: inline-block;*/
    zoom: 1;
    font-size: 1em;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    font-weight: 700;
    width: 4em;
    height: 4em;
    padding-top: 1.3em;
}

#sync1.owl-theme .owl-prev {
    position: absolute;
    left: 1em;
    top: 1em;
}


#sync1.owl-theme .owl-next {
    position: absolute;
    right: 1em;
    top: 1em;
}

/* tabbed panels */

@charset "UTF-8";


.TabbedPanels .tabdocumenti tr th {
    background-color: #2e4e6e;
    color: white;
    text-transform: uppercase !important;
}

.TabbedPanelsContent ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .TabbedPanelsContent ul li {
        background-image: url(../img/bullet.png);
        background-repeat: no-repeat;
        background-position: left -1px;
        margin: 0px;
        font-size: 12px;
        margin-bottom: 10px;
        padding-left: 30px;
    }

.TabbedPanelsContent p {
    font-size: 12px;
    margin-bottom: 10px;
    color: #555;
    line-height: 16px;
}


/* table responsive */

/* 
	Generic Styling, for Desktops/Laptops 
	*/
table.tableresponsive {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
}
/* Zebra striping */
.tableresponsive tr:nth-of-type(odd) {
    background: #f2f2f2;
}

.tableresponsive th {
    background: #262626;
    color: white;
    font-weight: normal;
    font-size: 15px;
}


.tableresponsive.sottotabella th {
    background: #262626;
    color: white;
    border: none;
    text-align: left;
    font-size: 14px;
    padding: 5px 10px;
}



.descrizione .tableresponsive.sottotabella th {
    background: #FFFFFF;
    color: #262626;
    border: none;
    text-align: left;
    font-size: 13px;
    width: 119px;
    padding: 5px 10px;
}


.tableresponsive .field_module {
    padding: 5px;
    background: #FFFFFF;
    font-size: 14px;
    float: inherit;
    width: 40px;
    color: #262626;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -moz-border-radius: 2px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 0px;
}




.tableresponsive td, .tableresponsive th {
    padding: 10px;
    border-bottom: 1px solid #dadada;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left;
    line-height: 20px;
}

.tableresponsive th {
}

.tableresponsive td {
    color: #262626;
}

.tableresponsive a {
    color: #262626;
}



/* accordion */

.ui-state-default .ui-icon:before {
    background-image: url("images/piu.png");
}

.ui-state-active .ui-icon {
    background-image: url("images/meno.png");
}

.ui-accordion .ui-accordion-content p {
    font-size: 14px;
}

.ui-accordion .ui-accordion-content .btn {
    width: 100%;
}
/*! jQuery UI - v1.10.4 - 2014-04-02
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-accordion .ui-accordion-header {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 6px;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
}
    /*.ui-accordion .ui-accordion-icons {
    padding-left:30px;
}
.ui-accordion .ui-accordion-noicons {
    padding-left: 30px;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 30px;
}*/
    .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        position: absolute;
        right: .5em;
        top: 50%;
        margin-top: -8px;
    }

.ui-accordion .ui-accordion-content {
    padding: 10px;
    overflow: auto;
    height: auto;
    display: inherit !important;
}

/*! jQuery UI - v1.10.4 - 2014-04-02
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-widget {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 10px 0px;
}

    .ui-widget .ui-widget {
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: 'Yanone Kaffeesatz', sans-serif;
    }

.ui-widget-content {
    border: 1px solid #262626;
    color: #333;
}

    .ui-widget-content ul li {
        padding: 5px;
    }

    .ui-widget-content label {
        margin-left: 10px;
    }

    .ui-widget-content a {
        color: #333;
    }

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
    color: #fff;
    font-weight: normal;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

    .ui-widget-header a {
        color: #fff;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        /*border: 1px solid #262626;
     background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; */
        font-weight: normal;
        color: #262626;
        background: white;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #262626;
            text-decoration: none;
        }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        /* background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; */
        font-weight: normal;
        color: #262626;
        /*    background: #f1f1f1;*/
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited,
        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited {
            color: #262626;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        /* border: 1px solid #fbd850; */
        /* background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x; */
        font-weight: normal;
        border-bottom: 1px solid #262626;
        background: white;
        font-size: 21px;
        text-transform: uppercase;
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #262626;
            text-decoration: none;
        }

    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 1px solid #fed22f;
        background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
        color: #363636;
    }

        .ui-state-highlight a,
        .ui-widget-content .ui-state-highlight a,
        .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .ui-state-error,
    .ui-widget-content .ui-state-error,
    .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
        color: #fff;
    }

        .ui-state-error a,
        .ui-widget-content .ui-state-error a,
        .ui-widget-header .ui-state-error a {
            color: #fff;
        }

    .ui-state-error-text,
    .ui-widget-content .ui-state-error-text,
    .ui-widget-header .ui-state-error-text {
        color: #fff;
    }

    .ui-priority-primary,
    .ui-widget-content .ui-priority-primary,
    .ui-widget-header .ui-priority-primary {
        font-weight: normal;
    }

    .ui-priority-secondary,
    .ui-widget-content .ui-priority-secondary,
    .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }

    .ui-state-disabled,
    .ui-widget-content .ui-state-disabled,
    .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
        }

.ui-icon {
    width: 16px;
    height: 16px;
}
/**/ .ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/piu.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/piu.png");
}
/*
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
   background-image: url("images/piu.png")
}

.ui-state-highlight .ui-icon {
   background-image: url("images/piu.png")
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/piu.png")
}*/

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    /*border-top-left-radius: 4px*/
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    /* border-top-right-radius: 4px*/
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    /*  border-bottom-left-radius: 4px*/
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    /*border-bottom-right-radius: 4px*/
}

.ui-widget-overlay {
    background: #666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
    opacity: .2;
    filter: Alpha(Opacity=20);
    border-radius: 5px;
}
.banners {
    text-align: left;
    display: inline-block;
    width:100%;
    margin:20px 0px
}
.banners img {
    display: inline-block;
    margin: 5px;
    height: 190px;
}