@import url('https://fonts.googleapis.com/css?family=Kanit:300,400|Open+Sans:400,500,600&display=swap');
/* GENERALE */ @media {
    * {
        margin: 0px;
        padding: 0px;
        vertical-align: top;
    }

    .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, #sync2, .owl-buttons, .back, .condividi_articolo, hr, .paginazione, .valuta_info, .condividi_articolo2, .cbp-vm-switcher, .tooltipContent, .TabbedPanelsTabGroup, .btn_carrello, .btn.ordina, .box_news, .tornaindietro {
        display: none !important;
        visibility: hidden !important;
    }

    html, body {
        height: auto !important;
        background-color: #fff !important;
    }

    img {
        max-width: 100%;
    }

    .wow {
        visibility: visible !important;
        animation-delay: 0s !important;
        animation-name: none;
    }
}

/* STYLESHEET */ @media {

    .tableresponsive.table_cer td:nth-child(1) {
        min-width: 100px;
        font-weight: 600;
        color: #0e3f67
    }

    .tableresponsive.table_cer td:nth-child(2) {
        font-weight: 600;
        font-size: 11px;
        text-transform: uppercase;
    }



    table.tableresponsive.table_cer {
        width: 830px
    }

    .table_cer tbody {
     
        height: auto;
    
    }




    .table_cer tr td strong {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #74c62e;
        color: white;
        display: inline-block;
        text-align: center;
        padding: 1px;
        font-weight: 600;
    }
    * {
        margin: 0px;
        padding: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        vertical-align: top
    }

        *:hover {
            -moz-transition: all 0.2s linear 0s;
            -webkit-transition: all 0.2s linear 0s;
            -o-transition: all 0.2s linear 0s;
        }

    html, body {
        height: 100%;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #313131;
        scroll-behavior: smooth;
        background: #f6f5f3;
    }

    .content.home {
        overflow: auto;
        position: absolute;
        top: 100%;
        width: 100%;
    }

        .content.home section, .content.shop section, section.dettaglio {
            width: 100%;
            padding-right: 0px;
            position: relative;
            float: right;
            padding-bottom: 0px;
        }

    input:not([type="radio"]) {
        -webkit-appearance: none;
        /*  -webkit-border-radius: 0;
  border-radius: 0;*/
    }

    input[type="radio"] {
    }

    img {
        border: none;
        max-width: 100%;
    }

    table {
        border: none;
        border-spacing: 0;
        border-collapse: collapse;
    }

    input, select, textarea, button, .img a {
        outline: none
    }

    ul {
        list-style-type: none;
        list-style-position: inside;
    }

    p {
        font-size: 16px;
        color: #666;
        line-height: 24px;
    }

    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #666;
        font-size: 14px
    }

    ::-moz-placeholder { /* Firefox 19+ */
        color: #666;
        font-size: 14px
    }

    :-ms-input-placeholder { /* IE 10+ */
        color: #666;
        font-size: 14px
    }

    :-moz-placeholder { /* Firefox 18- */
        color: #666;
        font-size: 14px
    }

    ul li, ol li {
        list-style-position: inside;
    }

    section ol {
        margin: 20px 0px
    }

        section ol li {
            font-size: 14px;
            color: #696a6f;
            line-height: 22px;
            margin-bottom: 10px;
            text-align: justify;
            list-style-type: none;
            padding-left: 25px;
            counter-increment: numerazione;
        }

            section ol li::before {
                content: counter(numerazione);
                margin-right: 5px;
                font-size: 15px;
                /* background-color: #3b97a1; */
                color: #313131;
                font-weight: 500;
                padding: 0px;
                border-radius: 50%;
                position: absolute;
                left: 0px
            }

    hr {
        width: 100%;
        clear: both;
    }

    a, a:hover {
        color: #333;
        text-decoration: none;
    }

    h1, h2, h3 {
        color: #313131;
        font-family: 'Kanit', sans-serif;
        font-weight: 300;
    }

    h1 {
        font-size: 30px;
        text-align: left;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 25px;
        color: #999999;
        font-weight: normal;
    }

    ::selection {
        background: #313131; /* Safari */
        color: white;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    }

    ::-moz-selection {
        background: #313131; /* Firefox */
        color: white;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    }

    input:focus {
        outline: none;
    }

    .last {
        margin-right: 0px;
    }

    .btn, input[type="button"].btn, input[type="submit"].btn {
        background-color: transparent;
        margin: 0px 0 0;
        display: inline-block;
        transition: background 0.2s;
        cursor: pointer;
        text-align: center;
        padding: 5px 15px;
        position: relative;
        font-size: 17px;
        /* font-weight: 400; */
        white-space: normal;
        border: 2px solid #313131;
        width: initial;
        overflow: hidden;
        height: auto;
        color: #313131;
        vertical-align: top;
        font-family: 'Kanit', sans-serif;
        text-decoration: none !important;
        text-transform: uppercase;
        font-weight: normal;
    }

    .content .btn::after {
        content: "\f054";
        color: #0e3e67;
        font-weight: bold;
        font-family: "Font Awesome 5 Free";
        margin-right: 0px;
        font-size: 12px;
        margin-left: 5px;
        top: 0px;
        position: relative;
    }

    .content .btn.big::after {
        font-size: 16px;
        margin-left: 11px;
        top: -2px;
    }

    .content .btn:hover::after {
        color: #7bce2b;
    }

    .btn.big, input[type="button"].btn.big, input[type="submit"].btn.big {
        font-size: 26px;
        padding: 10px 30px;
        color: #313131;
        font-weight: normal;
        border: 2px solid #313131;
    }

    .btn:hover, input[type="button"].btn:hover, input[type="submit"].btn:hover, .presentazione .box .btn:hover {
        text-decoration: none;
        color: #fff;
        border-color: #313131;
        background-color: #313131;
    }

    .btn.right {
        float: right
    }

    .slideshow .btn, .banner.home .colour .btn {
        padding: 20px 30px;
        font-size: 17px;
        color: white;
        border-color: white;
        margin-top: 20px
    }

        .slideshow .btn:hover {
            border-color: #313131;
        }

    aside .box input[type="button"].btn:hover {
        background: #f1c530;
    }

    aside .box input[type="button"].btn {
        position: relative;
        float: right;
        text-decoration: none;
        padding: 9px 26px;
        background-color: #313131;
        color: #ffffff;
        font-weight: 400;
        font-size: 18px;
    }

    .presentazione .dx .btn:hover {
        background: rgba(0, 0, 0, 0.3);
    }

    .container {
        width: 1280px;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        position: relative;
    }

    .clear {
        clear: both;
    }

    .wrapper {
        min-height: 100%;
        margin: 0px auto;
        overflow: hidden;
    }

    div.header {
        /*position: absolute;*/ position: fixed;
        background: rgba(14, 62, 103, 0.77);
        width: 100%;
        display: inline-block;
        z-index: 9
    }

        div.header.home {
            position: relative;
            background: #0e3e67;
        }

            div.header.home, div.header.home div.testata {
            }

    div.testata {
        height: auto;
        display: inline-block;
        width: 100%;
    }

    .testata .dx {
        position: relative;
        float: right;
        width: auto;
        display: inline-block;
        border: none;
        margin-left: 0%;
        padding: 0px;
    }

    .homepage div.testata {
        position: absolute;
        background: transparent;
    }

    div.content {
        clear: both;
        position: relative;
        display: inline-block;
        width: 100%;
        background: #f6f5f3
    }

        div.content.tabelle_carrello {
            background: #fff
        }

    footer {
        position: relative;
        display: inline-block;
        width: 100%;
        background: #0e3e67;
    }

        footer h2 {
            font-size: 22px;
            color: white;
            line-height: 32px;
        }

        footer p, footer .box p {
            font-size: 15px;
            line-height: 22px;
            width: 100%;
            margin: 0px 20px 40px 0px;
            color: rgba(255, 255, 255, 0.8);
        }

        footer hr {
            background: none;
            height: 1px;
            width: 100%;
            padding: 0px;
            border: none;
            margin: 0px;
            display: inline-block;
            border-top: 1px dotted rgba(255, 255, 255, 0.1);
        }

        footer h3 {
            margin: 0px 0px 20px 0px;
            font-size: 17px;
            font-weight: 500;
            color: #313131;
            text-transform: uppercase;
            /* font-weight: 400; */
            /* text-align: left; */
            border-bottom: 1px dashed #cacaca;
            padding-bottom: 10px;
        }

    .cerca {
        float: left;
        position: relative;
        /* border: 1px solid #c0c0c0; */
        width: 100%;
        /* height: 42px; */
        /*z-index: 99;*/
        /* margin: 0px 0px 20px 0px; */
    }

    .selettori_shop .cerca {
        float: left;
        position: relative;
        border: 1px solid #c0c0c0;
        width: 100%;
        height: 42px;
        /* z-index: 99; */
        margin: 0px 0px 0px 0px;
        background: white;
    }

    .cerca input[type="text"] {
        padding: 12px;
        width: 81%;
        color: #313131;
        font-size: 14px;
    }

    .grigio .cerca input[type="text"] {
        padding: 20px;
        width: 90%;
        float: left;
        background: transparent;
    }

    .grigio .cerca .sb-icon-search {
        width: 51px;
        height: 51px;
        float: right;
        border-left: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        position: absolute;
        z-index: 1;
    }

    .cercabtn {
        width: 40px;
        height: 40px;
        float: right;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }

    .cerca .sb-icon-search:hover {
        background: #313131;
        color: white;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }

    .cerca .sb-icon-search {
        width: 40px;
        height: 40px;
        top: 0px;
        right: 0px;
        padding: 0px;
        margin: 0px;
        z-index: 1;
    }

        .cerca .sb-icon-search svg {
            font-size: 20px;
            margin: 10px;
        }

    .cerca {
        float: right;
        position: relative;
        border: none;
        width: 100%;
        height: 42px;
        background-color: white;
        margin: 13px;
        max-width: 537px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .dx_sup ul {
        position: relative;
        float: right
    }

    .dx_inf, .dx_sup {
        display: inline-block;
        width: 100%;
    }

        .dx_sup ul li {
            display: inline-block;
            margin: 12px 0px;
        }

    .link.entra {
        position: relative;
        float: left;
        padding-right: 0px;
        margin: 42px 0px;
        padding-left: 20px;
        background-image: url(../img/icone/entra.png);
        background-repeat: no-repeat;
        background-position: 0px 4px;
        margin-left: 20px;
    }

    .menusup .dx .logo {
        display: none
    }

    .slideshow .header_img {
        background-size: initial;
        display: inline-block;
        width: 100%;
        height: 400px;
        background-attachment: fixed;
        background-position: center top;
        background-repeat: no-repeat;
    }

        .slideshow .header_img iframe {
            background-size: cover;
            display: inline-block;
            width: 100%;
            height: 600px;
            background-attachment: fixed;
            background-position: center;
        }

    .slideshow {
        min-height: 112px;
        background: #0f3f68;
    }

        .slideshow video {
            width: 100%;
            background-color: white;
        }

    .testata .centro {
        position: relative;
        float: left;
        width: 60%;
        text-align: center;
    }

        .testata .centro img {
        }

    .categorie_cerca {
        position: relative;
        width: 100%;
        clear: both;
        margin-bottom: 20px;
        height: auto;
        min-height: 45px;
    }

    .header .cerca input[type="text"] {
        border: none;
        background-color: transparent;
        width: 90%;
        position: relative;
        float: left;
        font-size: 14px;
        color: #0e3e67;
        padding: 12px;
    }

    .header .cercabtn {
        padding: 9px;
        margin: 0px;
        right: 0px;
        float: right;
        width: 40px;
    }

    .numeroverde {
        width: 205px;
        position: relative;
        float: left;
        background-image: url(../img/bubble.png);
        background-repeat: no-repeat;
        background-position: 0px 4px;
        padding-left: 50px;
        margin: 30px 20px;
        color: #313131;
    }

    footer .logo {
        margin: 0px;
        /* background-image: url(../img/logo_contrast.png); */
        /* width: 280px; */
        /* height: 124px; */
        padding: 0px;
        margin-top: 20px;
    }

    .logo {
        margin: 20px 0px;
        float: left;
        position: relative;
        cursor: pointer;
        display: inline-block;
    }

        .logo a img {
            margin-right: 50px;
            float: left;
            position: relative;
            height: 70px;
        }

        .logo a.selected, .logo a:hover {
            opacity: 1;
        }

        .logo a {
            opacity: 0.6;
        }

    .testata .container:after {
    }

    .menusup {
        background: white;
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

        .menusup ul {
            display: inline-block;
            position: relative;
            float: right
        }

            .menusup ul li {
                display: inline-block;
                font-size: 15px;
                margin: 10px 0px;
                position: relative;
                padding-left: 29px;
            }

                .menusup ul li svg {
                    position: absolute;
                    font-size: 21px;
                    color: #313131;
                    margin-right: 5px;
                    top: 0px;
                    left: 0px;
                }

                .menusup ul li:nth-child(2) {
                    margin: 0px 60px
                }

        .menusup.shop {
            margin-top: 32px;
        }

        .menusup .modal-dialog p a {
            color: #000;
            text-decoration: underline;
            float: left;
            display: inline-block;
            font-size: 14px;
        }

        .menusup a {
            text-decoration: none;
            font-size: 15px;
        }

    .registrazione {
        position: relative;
        float: right;
        width: 340px;
        padding-left: 10px;
    }

        .registrazione .login {
            position: relative;
            float: left;
            width: 170px;
        }

        .registrazione .field_module {
            padding: 9px;
            background: rgba(255, 255, 255, 0.1);
            -moz-border-radius: 5px;
            border: none;
            border-radius: 5px;
            font-size: 12px;
            float: right;
            width: 100%;
            color: #4c4c4c;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-bottom: 5px;
            font-family: 'Kanit', sans-serif;
        }

        .registrazione .links a {
            color: #5d5d5d;
            text-decoration: underline;
            font-size: 11px;
        }

        .registrazione .links {
            position: relative;
            float: left;
            margin-left: 10px;
            line-height: 16px;
            width: 160px;
        }

    .links a.btn {
        font-size: 13px;
        color: white;
        text-decoration: none;
        margin-top: 6px;
        position: relative;
        float: left;
        font-weight: 500;
        padding-top: 8px;
        padding-right: 10px;
        padding-bottom: 8px;
        padding-left: 10px;
    }

        .links a.btn:hover {
            text-decoration: none;
            background-color: #e1e1e1;
            color: #6b6e6f;
        }

    .links a.facebook {
        font-size: 11px;
        color: white;
        text-decoration: none;
        margin-top: 6px;
        position: relative;
        float: left;
        padding-top: 6px;
        padding-right: 8px;
        padding-bottom: 4px;
        padding-left: 8px;
        background-color: #3b5998;
        text-transform: inherit;
        margin-left: 5px;
        text-align: left;
        line-height: 11px;
        font-weight: normal;
    }

        .links a.facebook:hover {
            text-decoration: none;
            background-color: #e1e1e1;
            color: #6b6e6f;
        }

    .facebook img {
        position: relative;
        float: left;
        margin-right: 5px;
    }


        .catalogo {
            padding-top: 30px;
        }

            .catalogo section.dettaglio {
                width: 100%;
                padding-left: 0px
            }

         h1 {
            /* margin-bottom: 20px*/
        }

         h3 {
            font-size: 23px;
            margin-bottom: 0px;
        }

         .form h1 {
            font-size: 17px;
            margin-bottom: 20px;
            line-height: 23px;
        }

         .form h2 {
            text-align: left;
            font-size: 25px;
            color: #797979;
            font-weight: 500;
            margin: 0px 0px 15px 0px;
        }

    . .form h3 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 23px;
    }

     section .form.candidatura h3 {
        font-size: 20px;
        margin: 20px 0px;
        padding: 20px 0px;
        line-height: 23px;
        border-top: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
        display: inline-block;
        width: 100%;
    }

     .form p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 22px;
        color: #797979;
        text-align: left;
        font-weight: 500
    }

    section a.veditutto {
        color: #313131;
        text-decoration: underline;
    }

     header.unico h1 {
        margin-bottom: 5px;
    }

     h2 {
        text-align: left;
        font-size: 20px;
        color: #222222;
        font-weight: 500;
        margin: 5px 0px;
    }

     .riepilogo_sezione h2, .box_news h2,  .box_news h2 {
        margin: 0px 0px 0px 0px;
        border-bottom: none;
        font-weight: 300;
        margin-bottom: 0px;
        font-size: 20px;
        padding: 15px;
        text-align: left;
        background: #0f3f68;
        color: white;
        font-family: 'Kanit', sans-serif;
        text-transform: uppercase;
    }

    aside h2 {
        /*    margin: 0px 0px 0px 0px;
    border-bottom: none;
    padding-bottom: 10px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0px;
    text-transform: inherit;
    text-align: center;
    font-size: 17px;
    background: #313131;
    padding: 10px;*/
        font-weight: 300;
    }

     section ul li {
        /* font-size: 16px; */
        margin-bottom: 15px;
        color: #333;
        /* margin-bottom: 20px; */
        font-size: 15px;
        font-weight: 300;
        line-height: 23px;
    }

         section ul li::before, .catalogo section .box.descrizione ul li::before, .dettaglio section ul li::before, section  ul li::before, .modal-dialog ul li::before {
            content: "\f054";
            color: #7bce2b;
            font-weight: bold;
            font-family: "Font Awesome 5 Free";
            margin-right: 10px;
        }

     section ul.download li::before {
        content: "\f1c1";
        color: #d42b2b;
        font-weight: bold;
        font-family: "Font Awesome 5 Free";
        margin-right: 10px;
    }

    .catalogo section ul li::before, .ul_box li::before,  section .tags ul li::before, header .tags ul li a::before,  ul.soluzioni li::before, .me-select li::before,  .me-select li::before {
        content: "" !important;
        margin-right: 0px !important;
    }

    header .tags {
        margin-top: -10px
    }

     ul {
        padding: 20px 10px;
    }

     aside ul {
        padding: 0px;
    }

         aside ul li {
            /*    font-size: 15px;
    padding: 12px 20px;
    border-top: 1px solid #ffffff;
    background: #f1f1f1;*/
        }

     aside .riepilogo_sezione ul li a {
        font-size: 15px;
        padding: 12px 20px;
        border-top: 1px solid #f1f1f1;
        /* background: #f1f1f1; */
        display: inline-block;
        width: 100%;
    }

         aside .riepilogo_sezione ul li a:hover {
            background: #313131;
            color: white
        }

     aside ul li:last-child {
        margin-bottom: 0px;
    }

    section {
        width: 68%;
        position: relative;
        float: right;
        padding: 60px 0px;
    }

    .catalogo section {
        width: 68%;
        position: relative;
        float: right;
        padding: 30px 50px 30px 0px;
    }

        .catalogo section .disclaimer.catalogo {
            font-size: 25px;
            color: #f85a19;
            font-weight: 400;
        }

    div.content.catalogo {
        background: #ffffff;
    }

    .prodotto .img {
        position: relative;
        float: left;
        width: 20%;
        padding: 20px;
    }

    .prodotto .testo {
        position: relative;
        float: left;
        width: 80%;
        padding: 20px 20px 20px 0px;
    }

        .prodotto .testo p {
            color: #999999;
            font-size: 15px;
        }

    .prodotto .disclaimer {
        color: #ffffff;
        line-height: 20px;
        font-weight: 600;
        margin: 0px;
        width: 100%;
        position: relative;
        clear: both;
        text-align: left;
        background: #fad15f;
        padding: 10px;
    }

    fieldset .disclaimer {
        color: #ffffff;
        line-height: 20px;
        font-weight: 600;
        margin: 0px;
        width: 100%;
        position: relative;
        clear: both;
        text-align: left;
        background: #fad15f;
        padding: 10px;
        margin-top: 10px;
    }

        .prodotto .disclaimer ul, fieldset .disclaimer ul {
            display: block;
        }

            .prodotto .disclaimer ul li {
                display: inline-block;
                padding: 5px 5px 3px 25px;
                color: #d60033;
                text-shadow: 0 1px 0 rgba(255, 255, 255, 0.43);
            }

            fieldset .disclaimer ul li {
                display: inline-block;
                color: #d60033;
                text-shadow: 0 1px 0 rgba(255, 255, 255, 0.43);
                width: 100%;
                padding: 0px;
                font-size: 14px;
                margin: 0px;
            }

            .prodotto .disclaimer ul li::before, fieldset .me-select .disclaimer ul li::before {
                content: "\f06a" !important;
                /* color: red; */
                font-weight: bold;
                font-family: "Font Awesome 5 Free";
                margin-right: 8px !important;
                position: relative;
                top: 1px;
            }

    section .prodotto h2 {
        font-size: 25px;
        color: #0e3e67;
        width: 100%;
        clear: both;
        margin: 0px;
        text-transform: uppercase
    }

    section .prodotto .selettore {
        width: 100%;
        position: relative;
        float: left;
        background: #efefef;
        bottom: 0px;
        padding: 20px 20px 10px 20px;
    }

        section .prodotto .selettore input[type="number"].field_module {
            width: 100px;
            top: -5px;
            position: relative;
        }

        section .prodotto .selettore div {
            display: inline-block;
            float: left;
            width: auto;
            padding: 10px;
            font-weight: 600;
        }

            section .prodotto .selettore div.effettua_login {
                color: #f85a19
            }


        section .prodotto .selettore input[type="button"].btn {
            float: right;
            padding: 8px 20px;
        }


        section .prodotto .selettore label {
            font-weight: 600;
            float: left;
            position: relative;
            margin: 13px 15px 0px 0px;
        }

        section .prodotto .selettore .select_module {
            width: 65%;
            float: left;
            position: relative;
            margin-right: 20px;
            padding: 10px;
            height: 41px;
        }

        section .prodotto .selettore .btn, section .prodotto .selettore input[type="button"].btn, section .prodotto .selettore input[type="submit"].btn, section .prodotto .selettore .btn:hover, section .prodotto .selettore input[type="button"].btn:hover, section .prodotto .selettore input[type="submit"].btn:hover {
            text-decoration: none;
            color: #fff;
            border-color: #7bce2b;
            background-color: #7bce2b;
        }

    .prodotto {
        border: 1px solid #d8d8d8;
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
    }

    section.contenuto, .content.contenuto {
        padding: 50px 0px 60px 0px;
        background: white;
    }

    section.riepilogo {
        padding-left: 30px;
    }

    section, .content.blog section {
        float: left;
    }

        section.unico {
            width: 100%;
        }

            section.unico.section_bg {
                padding: 0px 0px;
            }

                section.unico.section_bg .form .campo_form {
                    width: 50%;
                    padding: 0px 10px 20px 10px;
                    color: white;
                }

                section.unico.section_bg .box {
                    padding: 3%;
                    z-index: 2
                }

                    section.unico.section_bg .box:nth-child(2) { /*industria*/
                        background-color: #ffffff;
                        min-height: 692px;
                    }

                    section.unico.section_bg .box .label_module {
                        color: #ffffff;
                    }

    .section_bg {
        background-size: cover;
        display: inline-block;
        background-attachment: fixed;
        background-position: center;
    }

        .section_bg .checkbox_text, .section_bg .checkbox_text a, section.unico.section_bg .form .campo_form {
            font-size: 12px;
            color: #fff;
        }

    section.unico.section_bg h2.titolo {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 26px;
    }

    section.unico.section_bg .form .btn, section.unico.section_bg .form input[type="button"].btn, section.unico.section_bg .form input[type="submit"].btn {
        padding: 10px 35px;
        font-size: 25px;
        white-space: normal;
        border: 2px solid #ffffff;
        color: #ffffff;
    }

        section.unico.section_bg .form .btn:hover, section.unico.section_bg .form input[type="button"].btn:hover, section.unico.section_bg .form input[type="submit"].btn:hover {
            background: #ffffff;
            color: #313131;
        }

    .section_bg .form .checkbox_text, .section_bg .checkbox_text {
        width: 85%;
    }

    section.white {
        background: #fff
    }

    section.gray {
        background: #f6f5f3
    }

    section.box_prodotti {
        padding: 0px;
        background: white;
    }

    .grigio.box_cerca {
        background-color: #e4e7ea;
        padding: 15px;
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    section.box_prodotti.unico .grigio .label, .box_cerca .label {
        display: inline-block;
        position: relative;
        float: left;
        width: 40%;
        color: #0e3e67;
        font-size: 30px;
        font-family: 'Kanit', sans-serif;
        font-weight: 300;
        padding: 17px 0px 0px 0px;
    }

        section.box_prodotti.unico .grigio .label img, .box_cerca .label img {
            margin-right: 10px;
        }

    section.box_prodotti.unico .grigio .cerca, .box_cerca .cerca {
        display: inline-block;
        position: relative;
        float: left;
        width: 57%;
        background: white;
        max-width: inherit;
        height: auto;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    section.box_prodotti h2 {
        font-size: 50px;
        text-align: center;
    }

    section.box_prodotti h3 {
        font-size: 25px;
        text-align: center;
        color: #999999;
        font-weight: normal
    }

    .pathway.riservata {
        width: 100%;
        padding: 20px 0px;
    }

    section.unico.riservata {
        background: white;
        padding: 20px 30px;
        margin: 0px 0px 20px 0px;
    }

        section.unico.riservata h1 {
            color: #313131;
            font-size: 30px;
            margin: 0px 0px 30px 0px;
            text-align: left;
            padding-bottom: 10px;
            border-bottom: 1px dotted #d9dbde;
        }

    section.unico.presentazione {
        width: 100%;
        padding: 60px 0px;
        background: #313131;
    }

    section.unico.numbers {
        background-image: url("../img/numbers_bg.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        text-align: center;
        display: block;
        background-position: bottom center;
    }

    aside {
        width: 30%;
        position: relative;
        float: left;
        padding: 30px 0px;
    }

    .content.blog aside {
        float: right;
    }

    .content.blog .tabelle_carrello aside { /* background:white; */
    }

    .selettori_shop {
        width: 100%;
        padding: 0px;
        position: relative;
        float: left;
        background: #f1f1f1;
        display: inline-block;
        margin-bottom: 20px
    }

    .catalogo section {
        /* width: 75%; */
        /* padding-left: 40px; */
        /* padding-right: 0px; */
        /* position: relative; */
        /* float: right; */
        /* padding-bottom: 20px; */
        /* padding-top: 0px; */
    }

    .catalogo aside {
        /* width: 25%; */
        /* position: relative; */
        /* float: left; */
        /* padding-top: 0px; */
    }
    /*section h1, header.unico h1 {
  margin-bottom: 5px;
  color: #0f3f68;
  padding: 0px;
  font-size: 30px;
  font-weight: 500;
}*/
    section.riepilogo h1 {
        margin-bottom: 0px;
    }

    section.riepilogo header p {
        top: 0px;
        text-align: left
    }

        section.riepilogo header p strong {
            color: black
        }

    header .btn img {
        top: 13px;
        position: absolute;
        float: left;
        left: 12px;
    }

    header .btn {
        position: relative;
        float: right;
        background: #313131;
        color: white;
        font-size: 16px;
        padding: 16px 16px 16px 40px;
        margin: 7px 0px;
    }

    header img {
        margin-right: 15px;
        top: 7px;
        position: relative;
        float: left;
    }

     section h1 {
        margin-bottom: 5px;
        color: #313131;
        padding: 0px;
        font-size: 30px;
        text-transform: inherit
    }

     section h3 {
        font-size: 17px;
        margin-bottom: 0px;
    }

     section h4 {
        font-size: 16px;
        margin-bottom: 0px;
        font-weight: 600;
        margin: 30px 0px 20px 0px;
    }

    section.dettaglio h1 {
        margin-bottom: 0px;
        text-transform: inherit;
    }

    section.cerca_home h1 {
        text-transform: inherit;
        color: #292c33;
        margin: 0px 0px 0px 0px;
        width: 100%;
        clear: both;
        position: relative;
        font-size: 70px;
        line-height: 57px;
    }

    section .box h1 {
        font-size: 22px;
        color: #797979;
        margin-bottom: 0px;
    }

    .box .pathway {
        position: relative;
        font-size: 14px;
        color: #797979;
        width: 100%;
        font-weight: 500;
        clear: both;
        display: inline-block;
        margin: 5px 0px 0px 0px;
    }

    aside .riepilogo_sezione a {
        color: #313131
    }

    aside .box {
    }

        aside .box.card {
            padding: 20px 20px 15px 20px;
            background-color: #fff;
            display: inline-block;
            width: 100%;
            border: 1px solid #d0d3d6;
            margin-bottom: 20px;
        }

            aside .box.card p {
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 5px
            }

            aside .box.card img {
                margin-bottom: 20px
            }

    aside .field_module, aside .select_module {
    }

    aside .cerca .select_module {
        border: none;
    }

    .cap {
        margin-bottom: 20px
    }

        .cap .field_module {
            width: 40%;
            border: 2px solid #53a32b;
            -moz-border-radius: 0px;
            border-radius: 0px;
            color: #7bce2b;
            font-size: 21px;
        }

        .cap .btn, .cap input[type="button"].btn {
            width: 20%;
            background: #53a32b;
            border: none;
            color: white;
            padding: 13px;
        }

        .cap .disclaimer {
            width: 40%;
            position: relative;
            float: right;
            clear: inherit;
            background: #53a32b;
            color: #ffffff;
            padding: 16px;
            border-left: 2px solid white;
            font-size: 16px;
            /* font-weight: normal; */
        }

            .cap .disclaimer strong {
                color: #fffe06;
            }

    aside .box h2 {
        font-size: 20px;
        text-transform: uppercase;
        color: #313131;
        font-weight: 500;
        margin-bottom: 10px
    }

    aside .box.catalogo {
        background-color: #e4e7ea;
    }

    aside .titolo.filtraper {
        font-size: 25px;
        font-weight: 400;
        margin: 0px 0px 15px 0px;
        color: #313131;
        border-bottom: 1px solid #3131313d;
        padding-bottom: 10px;
    }

    aside .titolo {
    }

    aside .calendario {
        padding: 0px;
        background: transparent;
        border-bottom: 2px solid white;
    }

    aside .titolo.disponibilita {
        padding: 15px 15px 10px 15px;
        color: #666;
        font-size: 27px;
        font-weight: 300;
        width: 100%;
        display: inline-block;
        border-top: 2px solid white;
    }

        aside .titolo.disponibilita small {
            font-size: 18px;
            position: relative;
            top: 7px;
            margin-right: 5px;
        }

    aside .titolo.opzione {
        background: #313131;
        padding: 15px;
        color: white;
        font-size: 27px;
        font-weight: 300;
    }

        aside .titolo.opzione .btn, aside .titolo.opzione input[type="button"].btn, aside .titolo.opzione input[type="submit"].btn {
            border: 2px solid #ffffff;
            color: #ffffff;
            float: right;
        }
    /*.content.home {
    overflow: auto;
    position: absolute;
    top: 100%;
    width: 100%;
}*/
    .content  p {
        /*  font-size: 15px;
  color: #727780;
  line-height: 25px;
  margin-bottom: 10px;*/
    }

        .content  p a {
            text-decoration: underline;
            color: #696a6f;
        }

            .content  p a.btn {
                color: #313131;
            }

                .content  p a.btn:hover {
                    color: #fff;
                }

    .presentazione .box {
        padding: 0px
    }

        .presentazione .box:nth-child(1) {
            border-right: 1px solid rgba(255, 255, 255, 0.5);
            width: 45%;
            margin-right: 5%
        }

            .presentazione .box:nth-child(1) p {
                font-size: 45px;
                text-transform: uppercase;
                line-height: inherit;
                margin-bottom: 0px;
                text-align: left;
                font-weight: 300;
                color: white;
                font-family: 'Kanit', sans-serif;
            }

        .presentazione .box .btn {
            color: white;
            border-color: white;
            margin-top: 20px
        }

        .presentazione .box:nth-child(1) p strong {
            font-weight: 500;
        }

        .presentazione .box:nth-child(2) p {
            font-size: 22px;
            line-height: 32px;
            text-align: left;
            color: white;
            margin: 20px 0px;
        }

    .content .box.descrizione {
        padding: 10px 20px
    }

        .content .box.descrizione p {
            margin-bottom: 5px;
        }

    .testata .dx {
        width: 64%;
    }

        .testata .dx .btn {
            width: 85px;
            color: white;
            padding: 6px 0px;
            background: #64ad24;
            background: -moz-linear-gradient(top, #64ad24 0%, #469b30 99%);
            background: -webkit-linear-gradient(top, #64ad24 0%, #469b30 99%);
            background: linear-gradient(to bottom, #64ad24 0%, #469b30 99%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64ad24', endColorstr='#469b30', GradientType=0);
            line-height: 15px;
            font-size: 13px;
            /* margin: 11px 0px; */
            border: none;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .testata .dx .btn:hover {
                /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#469b30+0,64ad24+100 */
                background: #469b30; /* Old browsers */
                background: -moz-linear-gradient(top, #469b30 0%, #64ad24 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, #469b30 0%, #64ad24 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, #469b30 0%, #64ad24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#469b30', endColorstr='#64ad24', GradientType=0); /* IE6-9 */
            }

    header {
        color: #313131;
        position: relative;
        float: left;
        width: 100%;
        clear: both;
        padding: 0px;
    }

        header p {
            position: relative;
            top: -50px;
            text-align: center;
            font-size: 19px;
            line-height: 28px;
            font-weight: 300;
            color: #666;
        }

    .img_articolo header {
        color: #fff;
        position: relative;
        float: left;
        clear: both;
        border-bottom: none;
        padding: 20px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        margin: 100px 0px 0px 0px;
    }

    .menu_footer .sx .box img {
        margin: 0px;
    }

    .img_articolo .bianco {
        height: 30px;
        position: absolute;
        width: 54%;
        background: white;
        bottom: 0px;
        right: 0px;
    }

        .img_articolo .bianco:before {
            left: -13px;
            -webkit-transform: skew(-36deg);
            transform: skew(-36deg);
            position: absolute;
            content: "";
            width: 40px;
            background: #ffffff;
            top: 0;
            z-index: 0;
            height: 31px;
        }

    .img_articolo header h1 {
        color: #fff;
        font-size: 70px;
        margin-bottom: 50px;
    }

    header.piccolo {
        font-size: 40px;
        text-align: left;
        padding: 30px 0px;
        border-top: 1px solid #d9dbde;
    }

    .sx .titolo_sx {
        color: #313131;
        position: relative;
        float: left;
        width: 100%;
        clear: both;
        border: none;
        font-size: 16px;
        font-weight: 400;
        margin: 0px;
        padding: 12px;
        background: #e4e7ea;
        text-transform: uppercase;
        text-align: center;
    }

    .sx header.unico,  header.unico {
        padding: 30px 0px 0px 13px;
    }

    .sx header,  header {
        margin-bottom: 50px
    }

    section header h2 {
        /* text-transform: uppercase; */
        font-family: 'Kanit', sans-serif;
        margin-top: 13px;
        font-size: 25px;
        text-align: center;
        color: #313131;
        font-weight: 300;
        margin: 0px;
    }

     .titolo.unico {
        margin-top: 0px;
    }

     p {
        font-size: 16px;
        color: #696a6f;
        line-height: 23px;
        margin-bottom: 15px;
    }

         p strong {
            font-weight: 500;
            color: #313131
        }

    .cbp-vm-options .sx .titolo {
        font-size: 40px;
    }

    .titolo.grigio {
        color: #313131;
        font-size: 20px;
        background-color: #d9dbde;
        text-transform: uppercase;
        padding: 10px 20px;
        text-shadow: 0 1px 0 white;
    }

    .filtri {
        margin-bottom: 20px
    }

    .evidenza {
        width: 100%;
        clear: both;
        padding: 50px 0px;
    }

        .evidenza.aside {
            width: 100%;
            clear: both;
            padding: 0px 0px;
        }

        .evidenza h2 {
            text-transform: uppercase;
            font-size: 30px;
            margin: 20px 0px;
        }

    .header img.banner {
        width: 100%;
        border: 0px;
        margin-top: 10px;
    }

    .header .banner {
        position: relative;
        float: right;
        width: 39%;
        margin-left: 1%;
        margin-top: 18px;
    }

    .banner .box img {
        width: auto;
        border: none;
        position: relative;
        float: left;
        margin-right: 15px;
    }

    .banner h3, ul.soluzioni h3 {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        /* text-transform: uppercase; */
        line-height: 22px;
    }

    .banner h2 {
        color: white;
        font-size: 32px;
        font-weight: 300;
        padding: 0px;
        text-align: center;
        line-height: 40px;
        margin: 30px 0px 0px 0px;
    }

    .banner .testo p {
        color: white;
        font-size: 19px;
        font-weight: 300;
        line-height: 27px;
        text-align: left;
        margin-bottom: 20px
    }

    ul.soluzioni .img {
        text-align: center;
        border: 6px solid white;
        border-radius: 50%;
        height: 160px;
        width: 160px;
        padding: 33px;
        /* margin-bottom: 30px; */
        margin: 0px auto 20px auto;
    }

    .banner .box {
        width: 33%;
        position: relative;
        float: left;
        padding-bottom: 20px;
        font-size: 20px;
        color: #313131;
        height: 105px;
        overflow: hidden;
        cursor: pointer;
    }

        .banner .box strong {
            font-size: 30px;
            font-weight: 500;
        }

        .banner .box span {
            color: #313131;
        }

    .color {
        color: #313131;
    }

        .color a {
            color: #313131;
        }

    .extra {
        padding: 15px 15px 15px 5px;
        font-size: 14px;
        text-align: center;
    }

        .extra .condividi_articolo {
            padding: 0px;
        }

        .extra img {
            position: relative;
            margin: 0px 5px 0px 15px;
            top: 3px
        }

    .special {
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #4c4c4c;
        font-size: 12px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background-color: #f2f2f2;
        margin-bottom: 15px;
        height: 60px !important;
        overflow: hidden;
    }

        .special span {
            color: #313131;
            font-size: 20px;
        }

    .counter {
    }

        .counter strong {
            color: #313131;
            font-size: 14px;
            font-weight: 500;
            margin: 0px;
            padding: 0px;
        }

        .counter small {
            color: #313131;
            font-size: 20px;
            font-weight: regular;
            margin: 0px;
            padding: 0px;
        }

    .menu_footer {
        height: auto;
        display: inline-block;
        width: 100%;
        padding: 0px;
        vertical-align: top;
    }

    footer .newsletter p {
        margin: 0px 0px 10px 0px;
    }

    .menu_footer .unico {
        clear: both;
        display: inline-block;
        margin-top: 20px;
        border-top: 1px dotted #ccc;
        padding-top: 20px;
    }

        .menu_footer .unico .box img {
            max-width: 200px
        }

    footer .menu_footer .unico .box {
        width: 50%;
        padding: 0px 20px 0px 0px
    }

    .menu_footer .box.principale {
        position: relative;
        float: left;
        width: 30%;
        text-align: center;
    }

    .menu_footer .box.secondari {
        position: relative;
        float: left;
        width: 70%;
        margin-bottom: 0px;
    }

    .menu_footer .box svg {
        position: relative;
        margin-right: 5px;
        color: #313131;
        font-size: 20px;
    }

    .menu_footer .box strong {
        font-weight: 300;
        color: #ffffff;
        font-size: 18px;
        /* margin-bottom: 10px; */
    }

    .menu_footer .box.principale .box {
        width: 100%;
        margin-bottom: 0px;
    }

    .menu_footer .box.secondari .box {
        width: 50%;
        margin-bottom: 0px;
        padding: 0px 20px 20px 0px;
    }

    .menu_footer .box.store {
        max-width: 250px
    }

        .menu_footer .box.store ul li {
            position: relative;
            float: left;
            width: 50%
        }

    .menu_footer .box h1 {
        font-family: 'Kanit', sans-serif;
        color: #313131;
        font-size: 25px;
        position: relative;
        float: left;
        width: 100%;
        padding: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: normal !important;
        margin: 5px 0px;
        text-shadow: 0 1px 0 white;
    }

    .menu_footer .box ul {
        margin: 20px 0px 40px 0px;
    }

    .menu_footer .box.card ul {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        margin-bottom: 20px
    }

        .menu_footer .box.card ul li {
            display: inline-block;
            font-size: 43px;
            margin: 0px 10px;
        }

    .menu_footer .box ul.social {
    }

    .menu_footer .box.dati ul {
        list-style-image: none;
        list-style-type: none;
        margin-bottom: 0px;
        position: relative;
        clear: both;
    }

    .menu_footer .box.dati img {
        margin-top: 5px;
        max-width: 223px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding-bottom: 10px;
    }

    .box.dati ul {
        margin: 20px 0px 0px 0px;
        padding: 0px 10px;
    }

        .box.dati ul li {
            background-repeat: no-repeat;
            background-position: left 3px;
            list-style-image: none;
            list-style-type: none;
            margin-bottom: 15px;
            padding-left: 32px;
            font-size: 15px;
            color: #4c4c4c;
            background-size: auto 20px;
        }

            .box.dati ul li strong {
                color: black;
            }

    .riepilogo_sx .box.dati ul li {
        background-repeat: no-repeat;
        background-position: left 4px;
        list-style-image: none;
        list-style-type: none;
        margin: 10px 0px;
        padding-left: 28px;
        font-size: 15px;
        line-height: 19px;
        color: #4c4c4c;
        padding: 0px 30px;
        background-size: auto auto;
    }

        .riepilogo_sx .box.dati ul li strong {
            color: black;
            font-weight: 400;
        }

    .menu_footer .box ul li.luogo, .menu_footer .box ul li.telefono, .menu_footer .box ul li.orari, .menu_footer .box ul li.mail {
        padding-left: 30px;
        background-position: 0px 3px;
        margin-bottom: 15px;
    }

    .menu_footer .box ul li {
        background-repeat: no-repeat;
        background-position: left 0px;
        list-style-image: none;
        list-style-type: none;
        margin-bottom: 11px;
        font-size: 14px;
        line-height: 16px;
        max-width: 300px;
    }

    .menu_footer .sx .box ul li {
        display: inline-block;
        margin: 0px 10px;
    }

    .menu_footer .sx ul img {
        margin: 0px 0px 0px 0px;
    }

    .menu_footer .sx .box ul {
        text-align: right;
        float: right;
        clear: both;
        position: relative;
        display: block;
        width: 100%;
    }

    .menu_footer .box.big ul li {
        width: 50%;
        position: relative;
        float: left;
    }

    .menu_footer .box ul li strong {
        font-weight: 400;
        color: black;
    }

    .menu_footer .box.principale a {
        font-weight: 300;
        font-size: 20px;
    }

    .menu_footer .box a {
        color: rgba(255, 255, 255, 0.8);
        font-family: 'Kanit', sans-serif;
        font-weight: 300;
        font-size: 15px;
    }

        .menu_footer .box a:hover {
            color: #ffffff;
        }

    .menu_footer .box.menu ul li a {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        text-transform: uppercase;
    }

    .menu_footer .newsletter {
        padding-right: 0px
    }

    footer .sx h3 {
        padding: 30px 0px 0px 0px;
    }

    .menu_footer .newsletter input[type="email"] {
    }

    .menu_footer .newsletter input[type="submit"].btn {
    }

    .menu_footer .newsletter input[type="button"].btn {
        /*    font-family: 'Kanit', sans-serif; */
        background-color: transparent;
        margin: 0px 0 0;
        display: inline-block;
        transition: background 0.2s;
        cursor: pointer;
        text-align: center;
        padding: 10px 15px;
        position: relative;
        font-size: 16px;
        font-weight: 400;
        white-space: normal;
        text-transform: inherit;
        /* border: 2px solid #313131; */
        width: initial;
        overflow: hidden;
        height: auto;
        color: #313131;
        vertical-align: top;
        font-family: 'Kanit', sans-serif;
        border-color: #313131;
    }

    .menu_footer .newsletter form {
    }

    .menu_footer .newsletter .field_module {
    }

    .menu_footer .newsletter label {
    }

        .menu_footer .newsletter label a {
        }

    .menu_footer .newsletter input[type="checkbox"] {
    }

    .menu_footer .dati {
        margin-right: 0px;
        color: #4c4c4c;
        width: auto;
        position: relative;
        float: right;
        background: white;
        padding-left: 30px;
        border-left: 1px solid #d9dbde;
        min-width: 350px;
    }

        .menu_footer .dati strong {
            font-weight: 500;
            color: #16274b;
        }

        .menu_footer .dati h3 {
            margin-bottom: 20px;
        }

        .menu_footer .dati p {
            margin-bottom: 20px;
        }

        .menu_footer .dati table {
            margin: 5px;
        }

            .menu_footer .dati table tr td {
                color: #646464;
                font-family: 'Kanit', sans-serif;
                font-size: 20px;
            }

                .menu_footer .dati table tr td img {
                    border: none;
                    width: 34px;
                }

    .menu_footer .box.principale img {
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 30px;
    }

    .credits {
        bottom: 0px;
        width: 100%;
        padding: 15px 0px;
        font-size: 13px;
        display: inline-block;
        margin-top: 0px;
        background: rgba(0, 0, 0, 0.8);
        color: white;
    }

        .credits ul {
            position: relative;
            display: inline-block;
        }

            .credits ul li {
                display: inline-block;
                margin: 0px 5px;
            }

                .credits ul li a {
                    color: #fff;
                    text-decoration: underline;
                }

        .credits span {
            color: #313131;
            font-size: 13px;
        }

    .intempra {
        position: relative;
        margin-left: 7px;
        top: 7px;
        height: 25px;
        height: 20px;
    }

    img.banner_orizzontale {
        border: none;
        width: 780px !important;
        height: auto !important;
        margin-bottom: 10px;
    }

    .ricerca_avanzata {
        background: #d9dbde;
        height: auto;
        overflow: auto;
        padding-bottom: 5px;
    }

        .ricerca_avanzata h1 {
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase;
            text-shadow: 0 1px 0 white;
            font-family: 'Kanit', sans-serif;
            background-image: url(../img/bg_boxfooter.png);
            background-repeat: repeat;
            padding: 6px;
            padding-left: 10px;
        }

        .ricerca_avanzata form {
        }

            .ricerca_avanzata form div {
                padding: 0px;
                background: #cfcfcf;
                -moz-border-radius: 5px;
                border: none;
                border-radius: 5px;
                font-size: 12px;
                float: right;
                width: 100%;
                color: #4c4c4c;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                margin-bottom: 5px;
                font-family: 'Kanit', sans-serif;
            }

                .ricerca_avanzata form div .field_module {
                    border: none;
                    font-size: 12px;
                    float: left;
                    position: relative;
                    width: 80%;
                    color: #4c4c4c;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    font-family: 'Kanit', sans-serif;
                    background-color: transparent;
                    padding: 5px;
                }

                .ricerca_avanzata form div input[type="image"] {
                    position: relative;
                    float: right;
                    max-width: 20%;
                    padding: 5px;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    border: none;
                    width: 26px;
                    top: 0px;
                }

    header span {
        color: #737373;
        font-size: 17px;
        margin-left: 8px;
        position: relative;
        top: -2px;
    }

        header span strong {
            color: #000;
        }

    .descrizione {
        width: 48%;
        position: relative;
        float: right;
    }

    .box .descrizione {
        width: 100%;
        position: relative;
        display: inline-block;
        clear: both
    }

    .descrizione_prodotto,  ul.descrizione_prodotto {
        width: 100%;
        position: relative;
        clear: both;
        padding: 0px;
        border-top: 1px solid #e4e7ea;
        margin: 20px 0px 0px 0px;
    }

        .descrizione_prodotto li,  section .descrizione_prodotto li {
            padding: 0px;
            border-bottom: 1px solid #e4e7ea;
            display: inline-block;
            width: 100%;
            font-size: 16px;
            margin: 0px
        }

            .descrizione_prodotto li .color {
                color: #313131;
                text-transform: uppercase;
                font-weight: 600;
                top: 4px;
                position: relative;
                font-size: 15px;
            }

             section .descrizione_prodotto li::before {
                content: "";
                margin-right: 0px;
            }

        .descrizione_prodotto div:nth-child(1), .documenti div:nth-child(1) {
            position: relative;
            float: left;
            margin: 0px;
            width: 35%;
            font-weight: 500;
            color: #333539;
            font-size: 15px;
            padding: 10px 20px;
            text-align: left
        }

        .descrizione_prodotto div:nth-child(2), .documenti div:nth-child(2) {
            position: relative;
            float: left;
            margin: 0px;
            width: 65%;
            color: #666;
            font-size: 14px;
            padding: 10px 20px;
        }

            .descrizione_prodotto div:nth-child(2) img {
                position: relative;
                float: left;
                max-height: 40px;
            }

    .logo_prodotto img {
        max-height: 50px;
        margin: 20px 0px;
    }

    .descrizione p {
        color: #4c4c4c;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .descrizione .prezzo {
        padding: 15px;
        border-bottom: 1px solid #c0c0c0;
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .descrizione .prezzo {
        color: #4c4c4c;
        font-size: 14px
    }

        .descrizione .prezzo .old_price {
            opacity: 1
        }

        .descrizione .prezzo .old_price, .descrizione .prezzo .percentuale {
            position: relative;
            float: left;
        }

        .descrizione .prezzo .percentuale {
            margin-left: 5px;
            top: 1px;
        }

        .descrizione .prezzo .risparmio {
            clear: both;
            font-style: italic;
        }

    .descrizione.titolo {
        padding-bottom: 0px;
        width: 100%;
        position: relative;
        float: right;
        margin-bottom: 10px;
        height: auto;
    }

    .descrizione .titolo {
        color: #313131;
        font-size: 30px;
        position: relative;
        float: left;
        width: 100%;
        clear: both;
        text-align: left;
        font-weight: 400;
        padding: 0px;
        margin-bottom: 10px;
    }

    .selettori .label {
        width: 33%;
        color: black;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 13px;
        padding: 24px 0px 0px 0px;
        position: relative;
        float: left;
    }

        .selettori .label img {
            position: absolute;
            top: 20px;
            margin-left: 5px;
        }

    .selettori .sconto, .selettori .prezzo_totale {
        width: 100%;
        position: relative;
        float: left;
    }

    .selettori .prezzo .totale, .selettori .contenuto {
        width: 66%;
        margin: 0px;
        height: auto;
        position: relative;
        float: right;
        text-align: left;
    }

    .selettori .contenuto {
        padding: 0px 0px 5px 0px
    }

    .codice {
        color: #afb0b5;
        font-size: 16px;
    }

    .descrizione h2 {
        font-size: 25px;
        color: #000;
        font-weight: 300;
        margin: 0px;
    }

    .btn.ordina {
    }

    .corpo .dx .descrizione p {
        margin: 5px;
        font-size: 14px;
        line-height: 20px;
        color: #4c4c4c;
    }

    input[type="checkbox"] {
        -webkit-appearance: checkbox;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-right: 5px;
        top: 2px;
    }

    .griglia_ordina .label_check {
        font-size: 11px;
        font-weight: 500;
    }

    .commento_fb {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .commento_fb p {
            color: #565656;
            margin-bottom: 5px;
        }
    /* tabelle carrello */
    .alert,
    .error {
        color: #f85a19;
        font-weight: 600;
        margin: 10px 0px;
        font-size: 15px;
        display: inline-block;
    }

        .alert a,
        .error a {
            color: #f85a19;
            text-decoration: underline;
        }

    .content fieldset p {
        font-size: 14px;
        color: #696a6f;
        line-height: 22px;
        margin-bottom: 15px;
    }

        .content fieldset p strong {
            color: #313131
        }

    .readonly {
        background-color: rgba(205, 206, 211, 0.29)
    }

    .center {
        text-align: center;
    }

    .pathway {
        font-size: 15px;
        color: #7bce2b;
        width: 70%;
        font-weight: 600;
        margin: 0px;
        padding: 20px 0px;
        position: relative;
        float: left;
    }

        .pathway a {
            margin-left: 1px;
            margin-right: 1px;
            color: #696a6f;
            font-weight: normal;
        }

            .pathway a:hover {
                text-decoration: underline;
            }

    .corpo .dx hr, hr {
        background: none;
        height: 1px;
        width: 100%;
        padding: 0px;
        border: none;
        margin: 30px 0px;
        display: inline-block;
        border-top: dashed 1px #d9dbde;
    }

    .label_module {
        float: left;
        position: relative;
        font-size: 14px;
        color: #0f3f68;
        margin-bottom: 10px;
        font-weight: 600;
        width: 100%;
    }

    section .field_module, section .field_note {
        background: #ffffff;
        font-size: 14px;
        color: #0e3e67;
        border: none;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
    }

    section .campo_form.campo_piccolo .field_module {
        width: 60%;
    }

    section .campo_form.campo_piccolo input[type="button"].btn {
        width: 38%;
        padding: 11px;
        float: right;
    }


    section .field_module {
        height: 52px;
        line-height: 26px;
    }

        section .field_module.disable, section .field_note.disable {
            background: #f1f1f1;
        }

    .field_module, .select_module, input[type="number"] {
        padding: 15px;
        float: left;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 14px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 52px;
        margin-bottom: 0px;
        color: #0e3e67;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        background: white;
    }

    fieldset .field_module {
        width: 46%;
        height: 49px;
        margin-right: 10px;
    }

    fieldset.note .field_module {
        width: 64%;
        border: 1px solid #d0d3d6;
        height: 52px;
        line-height: 52px;
        margin-left: 6px;
        margin-right: 0px;
    }

    .tabelle_carrello .field_module, .tabelle_carrello .select_module {
        margin-right: 6px;
        border: 1px solid #d0d3d6;
        height: 52px;
        line-height: 52px;
    }

    .tabelle_carrello .field_note {
        margin-right: 6px;
        border: 1px solid #d0d3d6;
    }

    fieldset .btn, fieldset input[type="button"].btn,
    fieldset input[type="submit"].btn {
        padding: 13px 10px;
        font-size: 14px;
    }

    .descrizione_prodotto input[type="number"] {
        float: left;
        width: 100px;
        font-weight: 500;
        font-size: 16px;
        color: #313131;
        height: 42px;
        margin-right: 10px;
    }

    .presentazione .field_module {
        padding: 15px;
        border: none;
        font-size: 16px;
        width: 100%;
        /* height: auto; */
        margin-bottom: 0px;
        height: 50px;
    }

    .login_box .field_module {
        margin-bottom: 10px;
        background: #f6f5f3;
    }

    .file_module.error {
        background-color: #f9dde2;
        border: 1px solid #cc0422;
    }

    .field_module.error {
        background-color: #f9dde2;
        border: 1px solid #cc0422;
    }

    .field_note {
        font-size: 15px;
        color: #0e3f67;
        padding: 10px;
        border: 1px solid #d9dbde;
        float: right;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 5px;
        font-family: 'Open Sans', sans-serif;
        max-height: 300px;
        height: 110px;
        max-width: 100%;
    }

    table.contatti {
        width: 760px;
        margin: 10px;
    }

    .tabelle_carrello table tr td.tabella_totali {
        background-color: #313131;
        color: white;
        font-weight: 500;
        font-size: 16px;
    }

        .tabelle_carrello table tr td.tabella_totali div.prezzo_totale {
            background-color: #313131;
            padding: 5px;
            font-size: 20px;
        }

    table.contatti .btn {
        position: relative;
        float: right;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding: 10px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .blank {
        background-color: white;
    }

    .inpromo .special {
        height: 45px !important;
        margin-bottom: 25px !important;
    }
    /*stile news*/
    .newsart {
        padding: 15px;
        height: auto;
        overflow: auto;
        margin-bottom: 20px;
        width: 100%;
        background: white;
        border: 1px solid #eaebf1;
    }

        .newsart .articolo_news {
            height: 89px;
        }

        .newsart p a, .leggidipiu a, .content  .newsart p a {
            color: #313131;
            text-decoration: underline;
            font-weight: 500;
            font-size: 14px;
        }

    .riepilogo_prodotto .leggidipiu a {
        font-size: 14px;
        margin-bottom: 20px
    }

    .newsart h3 {
        line-height: 20px;
        margin: 10px 0px;
        font-family: 'Kanit', sans-serif;
    }

    .newsart h4 {
        font-size: 13px;
        font-weight: 500;
        color: #313131;
        margin-bottom: 10px;
    }

    .newsart span, section.promozioni .box .testo h3 span {
        color: #313131;
        margin-right: 10px;
        font-family: 'Kanit', sans-serif;
    }

    .newsart h3 a, section.promozioni .box .testo a {
        text-transform: inherit;
        text-decoration: none;
        color: #313131;
        font-size: 16px;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
    }

    .newsart_img {
        position: relative;
        float: left;
        width: 250px;
        height: 180px;
        display: table;
        margin-right: 20px;
    }

        .newsart_img div {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

        .newsart_img img {
            max-height: 180px;
            max-width: 250px;
        }

    .articolo_news {
        height: 65px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .riepilogo_prodotto .articolo_news {
        height: 117px;
        margin: 0px 0px 5px 0px;
    }

    .sx .ricerca_avanzata .titolo {
        margin-bottom: 0px !important;
        padding-bottom: 10px;
        font-size: 16px;
        /* text-align: center; */ font-family: 'Roboto Slab', serif;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
        color: #4c4c4c;
    }

    .newspromo {
        margin-bottom: 0px !important;
        padding-bottom: 10px;
        font-size: 16px;
        text-align: center;
        font-family: 'Kanit', sans-serif;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        color: white;
    }

    .container.testata .dx div {
        position: relative;
        float: right;
        max-width: 300px;
        padding: 0px 35px;
        border-right: 1px solid #d9dbde;
        height: 60px;
        margin: 25px 0px;
    }

        .container.testata .dx div p {
            color: #afb0b5;
            font-size: 15px;
        }

        .container.testata .dx div.carrello {
            border-right: none;
            width: 275px;
            cursor: pointer
        }

            .container.testata .dx div.carrello h3 {
                margin-top: 5px;
                font-size: 16px;
            }

            .container.testata .dx div.carrello p {
                color: #afb0b5;
                font-size: 20px;
            }

            .container.testata .dx div.carrello img {
                position: relative;
                float: left;
                margin-right: 15px
            }

    .menu_footer .box.social {
        margin-right: 0px;
        padding-top: 20px;
        text-align: right;
    }

        .menu_footer .box.social .clear {
            height: 95px
        }

    .social img {
    }

        .social img.payment {
            max-width: 395px
        }

    .social span {
        position: relative;
        /* float: left; */
        margin: 6px 15px 0px 0px;
        font-size: 20px;
        font-weight: 300;
        top: -10px;
    }

    .ricerca_avanzata {
        background-color: #ebebeb;
        padding: 10px;
        margin-bottom: 15px;
    }

    .menu_footer .newsletter input[type="image"] {
        position: relative;
        float: right;
        padding: 0px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        width: 18px;
        top: 1px;
        margin: 0px;
    }

    .newsletter .cerca {
    }

    .newsletter .privacy {
        width: calc(100% - 20px);
        margin: 10px;
        position: relative;
        clear: both;
    }

    .newsletter label {
        color: #FFF;
        font-size: 11px;
    }

        .newsletter label a {
            color: #FFF;
            text-decoration: underline;
        }

    .newsletter input[type="checkbox"] {
        position: relative;
        float: left;
        margin-right: 5px;
        top: 4px;
    }

    .colore_quantita .select_module {
        width: 66%;
        margin: 10px 0px 0px 0px;
        height: 44px
    }

    select {
        height: 44px;
        line-height: 44px
    }

    .minifield_module {
    }

    .colophon {
        position: relative;
        float: left;
        color: #999;
        opacity: 1;
        font-size: 14px;
        margin-top: 9px;
    }

        .colophon span {
            font-weight: 400;
            color: #000;
            opacity: 1;
        }

    .riepilogo_sx {
        clear: both;
        margin: 0px 0px 20px 0px;
        padding: 15px;
        border: 1px solid #d9dbde;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: auto;
        overflow: auto;
    }

        .riepilogo_sx h1 {
            font-family: 'Kanit', sans-serif;
            color: #313131;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 10px;
            text-transform: uppercase;
            text-align: left;
        }

        .riepilogo_sx p {
            font-size: 13px;
            line-height: 21px;
            color: #4c4c4c;
        }

    .unico {
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important
    }

    section.virtualtour.unico, section.motorrad.unico {
        padding: 0px;
    }

    section.motorrad.unico {
        margin: 30px 0px
    }

        section.virtualtour.unico img, section.motorrad.unico img {
            width: 100%;
        }

        section.motorrad.unico h2 img {
            width: 104px;
            margin-right: 10px;
        }

    section.virtualtour.unico h2 {
        color: white;
        font-size: 100px;
    }

    section.motorrad.unico h2 {
        color: white;
        font-size: 80px;
    }

    section.virtualtour.unico .caption, section.motorrad.unico .caption {
        position: absolute;
        margin-left: 5%;
        width: auto;
        display: inline-block;
        margin-top: 10%;
    }

    section.virtualtour.unico .btn, section.motorrad.unico .btn {
        color: white;
        border-color: white
    }

    section ul {
    }

    .map, section.map {
        padding: 0px
    }

    .mappa iframe {
        width: 100%;
        height: 350px
    }

    a.back {
        color: #000000;
        font-size: 15px;
        text-decoration: underline;
        padding-top: 25px;
        display: block;
        padding-bottom: 10px;
    }

    .riepilogo_sx ul li {
        font-size: 14px;
        list-style-image: none;
        list-style-type: none;
        margin-bottom: 10px;
        color: #4c4c4c;
    }

        .riepilogo_sx ul li a {
            color: #313131;
            font-size: 13px;
        }

    .campo_form {
        width: 50%;
        padding-bottom: 20px;
        position: relative;
        float: left;
        padding-right: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 14px;
    }

        .campo_form .campo_form {
            padding-bottom: 0px;
        }

        .campo_form.rifiuti {
            width: 100%;
            padding: 0px;
        }

            .campo_form.rifiuti ul {
                -webkit-column-count: 3;
                -moz-column-count: 3;
                column-count: 3;
            }

                .campo_form.rifiuti ul li {
                    break-inside: avoid-column;
                    -webkit-column-break-inside: avoid;
                }

     .campo_form.rifiuti .me-select li {
        margin: 0 auto;
        position: relative;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding-left: 0px;
        margin-bottom: 10px;
        font-weight: 500;
        background: none;
    }

    .presentazione .campo_form {
        width: 100%;
        padding-bottom: 10px;
        padding-right: 0px;
    }

    .presentazione .label_check {
        position: relative;
        float: left;
        color: #696a6f;
        width: 50%;
        padding: 0px 0px 5px 0px;
    }

     .campo_form p {
        font-size: 14px;
        color: #696a6f;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .testata_utilities {
        position: relative;
        float: right;
        width: 50%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .testata_utilities .sx {
            position: relative;
            float: right;
            text-align: right;
        }

    .paginazione {
        text-align: center;
        width: 100%;
        padding: 0px;
        clear: both;
        height: auto;
        margin: 30px 0px 40px 0px;
        display: inline-block
    }

        .paginazione a {
            color: #666;
            line-height: 30px;
            padding: 9px 16px;
            font-size: 15px;
            margin: 0px 2px;
            background: #f1f1f1;
            -moz-border-radius: 2px;
            border-radius: 2px;
            font-weight: 500;
        }

            .paginazione a:hover, .paginazione .selected {
                background: #0f3f68;
                color: white;
                text-decoration: none;
            }

        .paginazione div {
            position: relative;
            display: inline;
        }

    section.unico .login_box h2, section.unico .registrazione_box h2 {
        text-align: left;
        color: #124169;
        margin-bottom: 20px;
        font-size: 31px;
    }

    .login_box, .registrazione_box {
        position: relative;
        float: left;
        width: 48%;
        margin: 1%;
        padding: 30px;
        background: white;
    }

        .login_box .field_module {
            width: 48%;
            margin-right: 2%;
        }

        .login_box .label_check {
            width: 250px;
            display: inline-block;
            padding: 10px;
        }

        .login_box .checkbox_text {
            top: 2px;
        }

        .login_box h2, .registrazione_box h2 {
            margin-top: 0px;
            font-size: 26px;
        }

        .login_box .btn {
        }

        .registrazione_box strong {
        }

    .registrazione_box {
        background: #f6f5f3;
    }

        .registrazione_box p {
            color: #313131;
            font-size: 15px;
            line-height: 23px;
        }

        .registrazione_box hr {
            background-color: white
        }

        .registrazione_box .btn {
        }

    .corpo .dx .riepilogo_tabella .descrizione p {
        margin: 0px;
        font-size: 13px;
        line-height: 18px;
        color: #4c4c4c;
        margin-bottom: 5px;
    }

    .label_payment {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .tabelle_carrello fieldset input[type="radio"] {
        position: relative;
        float: left;
        top: 4px;
    }

    .label_payment label {
        position: relative;
        float: left;
        padding-left: 10px;
        max-width: 90%;
    }

    .label_payment span {
        position: relative;
        float: left;
        top: 10px;
        margin-left: 10px;
    }

    .scopri {
        position: relative;
        float: right;
        padding: 10px;
        border: 1px solid #d9dbde;
    }

    .corpo .dx .condizioni hr {
        border: none;
        background: rgb(165, 165, 165);
        height: 1px;
        width: 100%;
        margin-bottom: 10px;
        opacity: 0.5;
    }

    .descrizione.titolo a {
        color: #4D5859;
        text-decoration: none;
    }

    .menusup .link {
        background-repeat: no-repeat;
        background-position: 8px center;
        margin-left: 0px;
        color: #4c4c4c;
        text-decoration: none;
        /* border-left: 1px solid #d9dbde; */
        background-size: auto 16px;
        padding: 0px 0px 0px 30px;
        /* top: 10px; */
        position: relative;
        float: right;
        margin: 10px 0px;
    }

        .menusup .link.aiuto {
            background-image: url(../img/icone/aiuto.png);
        }

        .menusup .link.giftcard {
            background-image: url(../img/icone/giftcard.png);
        }

        .menusup .link.carrello {
            background-image: url(../img/icone/carrello.png);
            color: #313131;
        }

        .menusup .link.register {
            background-image: url(../img/icone/register.png);
            border-right: 1px solid #d9dbde;
        }

        .menusup .link.entra {
            background-image: url(../img/icone/entra.png);
        }

    .menusup span.link.entra {
        padding: 17px 15px 15px 35px;
        top: 9px;
        position: relative;
        border-right: 1px solid #d9dbde;
    }

        .menusup span.link.entra a {
            background-repeat: no-repeat;
            background-position: 8px center;
            margin-left: 5px;
            text-decoration: unferline;
            border: none !important;
            background-size: auto 16px;
            padding: 0px !important;
            top: 0px;
            color: #4c4c4c;
        }

    .menusup .link.desideri {
        background-image: url(../img/icone/desideri.png);
    }

    .menusup .link:hover {
        text-decoration: none;
    }

    .ric_avanzata {
        background-color: #313131;
        padding: 25px;
        width: 100%;
        clear: both;
        position: relative;
        height: auto;
        overflow: auto;
    }

    .container.slideshow .dx {
        margin-bottom: 10px;
    }

    .sx .ric_avanzata {
        margin-bottom: 20px;
        padding: 0px 20px 20px 20px;
    }

        .sx .ric_avanzata h1 {
            margin-right: 0px;
            padding-left: 36px;
            background-size: auto 27px;
            padding-top: 15px;
        }

        .sx .ric_avanzata .btn {
            width: 100%;
        }

        .sx .ric_avanzata .select_module, .sx .ric_avanzata .field_module {
            margin-right: 0px;
            width: 100%;
            margin-bottom: 5px;
        }

    .link.carrello span {
        font-weight: 500;
    }

    .ric_avanzata h1 {
        text-transform: uppercase;
        position: relative;
        float: left;
        background-image: url(../img/cerca.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding: 10px 0px;
        padding-left: 60px;
        margin-right: 30px;
        color: white;
        font-size: 22px;
    }

    .ric_avanzata .select_module, .ric_avanzata .field_module {
        width: 18%;
        padding: 12px;
        margin-bottom: 0px;
        color: #4c4c4c;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: relative;
        float: left;
        border: none;
        margin-right: 11px;
        height: 46px;
        margin-top: 2px;
        font-size: 14px;
    }

    .ric_avanzata .btn {
        float: right;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 12px 30px;
        text-transform: uppercase;
        top: 1px;
    }

    .campo_form .errore {
        text-align: left;
        position: absolute;
        font-size: 12px;
        bottom: 1px;
        left: 0px;
        font-weight: 600;
    }

    .testo .campo_form .errore {
        bottom: 9px;
        left: 10px;
    }

    .testo .form .campo_form {
        padding: 0px 10px 30px 10px;
    }

    .errore {
        color: #dd0000;
        font-weight: 400;
        text-align: center;
        width: 100%;
    }

    .big.btn {
        /*  padding: 10px 20px;
  font-size: 20px;
  margin-left: 0px !important;*/
        margin-left: 0px !important;
        font-size: 26px;
        padding: 10px 30px;
    }

    input.add {
        background-color: white;
        border: 1px solid white;
        font-size: 20px;
        font-weight: 300;
        color: #353535;
        margin: 0px;
        width: 17px;
        height: 30px;
        position: relative;
        top: 0px;
        cursor: pointer;
    }

    input.addfield {
        font-family: 'Kanit', sans-serif;
        width: 35px;
        text-align: center;
        padding: 5px;
        border: 1px solid #d9dbde;
        top: -1px;
        position: relative;
    }

    .container.slideshow {
        margin-bottom: 20px;
    }

    .box_news, .box.dati {
        border-top: none;
        margin-bottom: 30px;
        width: 100%;
        clear: both;
        background: white;
    }

    .box.documenti ul {
        border-top: none;
        width: 100%;
        display: inline-block;
        clear: both;
        background: white;
    }

    section .box.documenti li h3 {
        font-size: 16px;
        display: inline-block;
        width: auto;
        /* color: red; */
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        margin-bottom: 0px;
    }

    section .box.documenti li h2 {
        font-size: 19px;
        display: inline-block;
        width: auto;
        margin: 0px;
        font-weight: 300;
        /* text-transform: uppercase; */
    }

        section .box.documenti li h2 a {
            color: #0f3f68;
        }

    section .box.documenti li:hover svg {
        color: red;
    }

    section .box.documenti:nth-child(2) {
        position: relative;
        float: left;
        width: 30%;
        padding: 20px;
    }

    section .box.documenti:nth-child(3) {
        position: relative;
        float: left;
        width: 70%;
        padding: 20px;
    }

    section .box.documenti:nth-child(2) ul li h3 {
    }

    section .box.documenti li p {
        font-size: 14px;
        padding-left: 20px;
    }

    section .box.documenti li h3 a {
        color: #0e3f67;
    }

    .riepilogo_sezione h3 {
        font-size: 22px;
        color: #313131;
        font-weight: 600;
        margin-top: 20px;
        border-top: 1px dotted #ccc;
        padding-top: 15px;
        margin-bottom: 10px;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 15px;
        text-align: center;
    }

    .riepilogo_sezione svg {
        position: relative;
        margin-right: 5px;
        color: #313131;
    }

    .riepilogo_sezione h3 small {
        font-weight: 400;
    }

    .box.dati h3 {
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        margin: 14px 0px;
        color: #6ea7be;
        border-bottom: 1px dotted #d0d3d6;
        padding-bottom: 10px;
    }

    .riepilogo_sezione ul {
        list-style-type: none;
        list-style-position: inside;
        list-style-image: none;
        border: 1px solid #eaebf1;
    }

        .riepilogo_sezione ul li a:hover {
        }

    ul.allegati {
        list-style-image: none;
        margin: 10px 0px;
    }

        ul.allegati li {
            position: relative;
            float: left;
            margin: 2px;
            margin-right: 20px;
            text-transform: uppercase;
            color: #4c4c4c;
        }

            ul.allegati li img {
                position: relative;
                float: left;
                margin-right: 5px;
            }

    .fb_iframe_widget iframe {
        width: 100% !important;
    }

    .disclaimer {
        color: #7bce2b;
        line-height: 20px;
        font-weight: 600;
        margin: 0px 0px 20px 0px;
        width: 100%;
        position: relative;
        clear: both;
        text-align: left;
        /* min-height: 20px;*/
    }

        .disclaimer.disclaimer_carrello {
            color: #ffffff;
            background: #f85a19;
            padding: 20px;
            text-align: center;
            border-radius: 2px;
        }

        .disclaimer.ricerca_avanzata {
            text-align: center;
            font-weight: 600;
            color: black;
            padding: 21px;
        }

    .rifiuto {
        display: inline-block;
        padding: 20px 20px 0px 20px;
        background: white;
        border: 1px solid #d9dbde;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    section .rifiuto .field_module, section .rifiuto .field_note, section .rifiuto .select_module {
        border: 1px solid #d9dbde;
    }

    section .rifiuto input[type="file"].select_module {
        margin-bottom: 5px
    }

    .disclaimer.ricerca_avanzata a {
        text-align: center;
        font-weight: 600;
        background: #666666;
        color: white;
        padding: 5px 10px;
        font-size: 13px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 0px 5px
    }

        .disclaimer.ricerca_avanzata a:hover {
            background: #f85a19;
        }

        .disclaimer.ricerca_avanzata a svg {
            margin-right: 5px;
        }

    .selettori .field_module {
        margin-bottom: 0px;
        width: 80px;
        position: relative;
        float: left;
        margin-right: 15px;
        text-align: left;
        margin-top: 10px;
    }

    .selettori label {
        position: relative;
        float: left;
        width: 100px;
        text-align: left;
        font-size: 16px;
    }

    .selettori label {
        top: 10px;
    }

    .btn.wishlist, .btn_wishlist {
        text-decoration: none;
        border: none;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        text-align: left;
        color: #4c4c4c;
        font-size: 13px;
        background-color: transparent;
        background-image: url(../img/icone/star.png);
        background-repeat: no-repeat;
        background-position: left 12px;
        padding-top: 15px;
        padding-left: 30px;
        padding-bottom: 10px;
        cursor: pointer;
        clear: both;
        margin-left: 33%;
    }

        .btn.wishlist:hover, .btn_wishlist:hover, .btn_wishlist.active {
            background-color: transparent;
            background-image: url(../img/icone/star_on.png);
        }

    .selettori .btn:hover {
    }

    ul.allegati li {
        width: 100%;
        margin-bottom: 5px;
    }

    .riepilogo_tabella ul.allegati li {
        width: auto;
        margin-bottom: 5px;
    }

    .banner_inf {
        width: 100%;
        position: relative;
        clear: both;
    }

    .sx .box_news, .box_sx {
        margin-bottom: 20px
    }

    .box_news .box {
        vertical-align: top;
        overflow: hidden;
        text-align: left;
        display: inline-block;
    }

    .cataloghi .box {
        vertical-align: top;
        position: relative;
        overflow: hidden;
        text-align: left;
        margin: 1%;
        width: 23%;
        display: inline-block;
        border: 1px solid #d0d3d6;
    }

        .cataloghi .box:hover {
            border: 1px solid #999;
        }

    .dx .cataloghi .box h2 {
        text-align: center;
        font-family: 'Kanit', sans-serif;
        text-transform: inherit;
        font-size: 16px;
        font-weight: 400;
        color: #000;
        margin-bottom: 0px;
    }

    .cataloghi .box h2 {
        text-align: center;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 400;
    }

        .cataloghi .box h2 a:hover {
            text-decoration: none
        }

    .cataloghi h1 {
        font-size: 45px;
        font-weight: 300;
        color: #4c4c4c;
        margin: 0px;
    }

    .box_news .box h2 {
        color: #313131;
        font-size: 20px;
        font-weight: 400;
        margin: 0px;
        text-align: left;
        line-height: 25px;
        margin-bottom: 10px;
    }

        .box_news .box h2 strong {
            font-weight: 500;
        }

        .box_news .box h2 a {
            color: #000;
        }

    .box h4 {
        color: #313131;
        font-size: 16px;
        font-weight: 400;
    }

    .boxes .box h4 {
        color: #7bce2b;
        font-size: 16px;
        font-weight: 300;
        margin: 10px 0px;
        font-family: 'Kanit', sans-serif;
    }

        .boxes .box h4 span {
            color: #74be2e;
        }

    .approfondimenti .box_img {
        margin-bottom: 0px
    }

    .box_img {
        width: 100%;
        clear: both;
        position: relative;
        height: 262px;
        overflow: hidden;
        text-align: center;
    }

        .box_img div {
            /*	display: table-cell;
	vertical-align: middle;
	text-align: center;*/
        }

    .banner.home {
        background: #f9be1a;
        clear: both;
        padding: 2% 0%;
        display: inline-block;
        width: 100%;
    }

        .banner.home .testo {
            width: 60%;
            float: left;
            text-align: left
        }

        .banner.home .colour {
            position: relative;
            float: right;
            margin: 20px;
            -webkit-animation-duration: 10s;
            -moz-animation-duration: 10s;
            -ms-animation-duration: 10s;
            -o-animation-duration: 10s;
            animation-duration: 10s;
        }

            .banner.home .colour:hover {
                -webkit-animation-name: rotateIn;
                animation-name: rotateIn;
            }

    .boxes .box {
        width: 31%;
        margin: 1%;
        padding: 0px;
        background: white;
    }

    aside .boxes .box {
        width: 100%;
        margin: 0%;
        padding: 0px;
        background: white;
    }

    .boxes .btn, .unico.carousel .btn {
    }

    .boxes .testo {
    }

        .boxes .testo div {
            overflow: hidden;
            height: 62px;
        }

    .more {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 40px 0px 60px 0px;
    }

    .unico.boxes h2.titolo {
        margin: 0px 0px 50px 0px;
    }

    section .titolo h2 {
        display: inline-block;
        float: left;
        width: auto;
        margin: 0px;
    }
    /*.boxes h3 {
  font-size: 19px;
  margin-bottom: 10px;
  color: #0a548b;
  font-weight: normal;
}*/
    .boxes h3 a, .boxes h3 a:hover {
        color: #1f4d77;
        font-size: 22px;
    }

    .boxes h2 a:hover {
        text-decoration: none;
        color: #797979;
    }

    .boxes .testo p {
        margin-bottom: 0px;
        line-height: 20px;
        color: #727780;
    }

    .boxes .box .box_img .data {
        width: auto;
        position: absolute;
        color: #fff;
        font-family: 'Kanit', sans-serif;
        font-size: 22px;
        padding: 10px 0px;
        text-align: center;
        text-transform: uppercase;
        margin: auto;
        left: 0px;
        /* right: 0px; */
        top: 0%;
        z-index: 9;
        cursor: pointer;
        background: #0f3f68;
        font-weight: 300;
    }

        .boxes .box .box_img .data span {
            width: 100%;
            display: inline-block;
            font-size: 33px;
        }

    .box_img img {
        min-width: 100%;
        max-width: inherit;
        height: 100%;
        width: auto;
        position: absolute;
        left: 0px;
        -webkit-transform: scale(1, 1);
        -webkit-transition-duration: 500ms;
        -webkit-transition-timing-function: ease-out;
        /* Webkit for Mozila Firefox */
        -moz-transform: scale(1, 1);
        -moz-transition-duration: 500ms;
        -moz-transition-timing-function: ease-out;
        /* Webkit for IE( Version: 11, 10 ) */
        -ms-transform: scale(1, 1);
        -ms-transition-duration: 500ms;
        -ms-transition-timing-function: ease-out;
        /* Webkit for IE( Version: 11, 10 ) */
        transform: scale(1, 1);
        transition-duration: 500ms;
        transition-timing-function: ease-out;
    }

        .box_img img:hover {
            /* Webkit for Chrome and Safari */
            -webkit-transform: scale(1.2, 1.2);
            -webkit-transition-duration: 200ms;
            -webkit-transition-timing-function: ease-out;
            /* Webkit for Mozila Firefox */
            -moz-transform: scale(1.2, 1.2);
            -moz-transition-duration: 200ms;
            -moz-transition-timing-function: ease-out;
            /* Webkit for IE( Version: 11, 10 ) */
            -ms-transform: scale(1.2, 1.2);
            -ms-transition-duration: 200ms;
            -ms-transition-timing-function: ease-out;
            /* Webkit for IE( Version: 11, 10 ) */
            transform: scale(1.2, 1.2);
            transition-duration: 200ms;
            transition-timing-function: ease-out;
        }

    .cataloghi .box_img {
        width: 100%;
        clear: both;
        position: relative;
        height: 350px;
        overflow: hidden;
        text-align: center;
        background: white;
        display: table;
        padding: 10px
    }

    .cataloghi.partner .box_img {
        height: 200px;
        margin-bottom: 0px;
    }

    .cataloghi.partner .testo {
        overflow: hidden;
        background: white;
        padding: 0px 20px 20px 20px;
        height: auto;
    }

    .cataloghi.partner .box_img img {
        max-height: 222px;
    }

    .cataloghi .box_img div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .cataloghi .box_img img {
        max-width: 100%;
        max-height: 350px;
        width: 250px;
        height: inherit;
    }

    .cataloghi .testo {
        overflow: hidden;
        background: white;
        padding: 0px 20px 0px 20px;
    }

    .box_news.cataloghi .box h2 {
        margin-bottom: 10px;
        font-size: 30px;
        font-weight: 300;
    }

    .box_news.cataloghi {
        padding-bottom: 40px
    }

        .box_news.cataloghi .titolo {
            font-size: 40px;
        }

        .box_news.cataloghi .box h3 {
            margin-bottom: 10px;
            font-size: 23px;
            text-align: center;
            font-weight: 300;
        }

    .box_news .box h2 a:hover {
        text-decoration: none;
    }

    .corpo p {
        color: #4c4c4c;
    }

    .corpo .banner p {
        color: rgba(255, 255, 255, 0.5);
    }

    .corpo .testo {
        margin: 10px 0px;
        height: 53px;
        overflow: hidden;
    }

        .corpo .testo p {
            margin-bottom: 0px;
        }

    .titolo, section .titolo h2, section .box h2.titolo, section.unico h2.titolo, .unico.boxes h2.titolo {
        position: relative;
        float: left;
        clear: both;
        text-align: left;
        padding: 20px 0px 0px 0px;
        font-family: 'Kanit', sans-serif;
        color: #363c3f;
        font-size: 50px;
        font-weight: 300;
        text-transform: inherit;
        margin: 0px;
        display: inline-block;
        width: auto;
        /* border-top: 8px solid #0e3e67; */
        line-height: 60px;
    }

    .banner_inf {
        margin: 30px 0px
    }

        .banner_inf .newsletter, .banner_inf .pagamenti {
            position: relative;
            overflow: hidden;
            margin: 0px 1%;
            /*min-width: 320px;*/
            max-height: 360px;
            width: 47%;
            text-align: center;
            display: inline-table;
            border: 10px solid;
            padding: 20px;
            min-height: 320px;
        }

        .banner_inf .newsletter {
            background-color: #16274b;
            color: white;
            border-color: #8a93a5
        }

            .banner_inf .newsletter .btn {
                color: #fff;
                border: 3px solid #fff !important;
                margin: 19px 0px 0px 0px;
                padding: 9px 20px;
                clear: inherit !important;
                border-radius: inherit !important;
                top: 1px;
            }

            .banner_inf .newsletter .titolo {
                color: white;
            }

        .banner_inf .pagamenti {
            background-color: #d5d8e9;
            color: #16274b;
            border-color: #16274b
        }

            .banner_inf .pagamenti img {
                margin: 20px 0px
            }

        .banner_inf .titolo {
            text-transform: uppercase;
            font-weight: 500;
            font-size: 30px;
            margin: 0px;
            padding: 20px 0px;
        }

    .corpo .banner_inf p {
        color: white;
        font-size: 18px;
        text-shadow: 0 1px 0 black;
    }

    .corpo .banner_inf .pagamenti p {
        color: #16274b;
        text-shadow: 0 1px 0 white;
    }

    .prodotti .testo {
        position: relative;
        float: right;
        width: 40%;
    }

    .approfondimenti h2 {
        font-weight: 400;
        margin-bottom: 0px;
        background: #313131;
        color: white;
        padding: 15px;
        font-size: 30px;
        text-align: center;
    }

    .approfondimenti .titolo h2 {
        margin-bottom: 0px;
        font-size: 31px;
        font-weight: 300;
        text-align: center;
        margin-top: 10px;
        color: #0d5c66;
    }

    .approfondimenti p.leggi {
        text-align: center;
        border: none;
    }

        .approfondimenti p.leggi a {
            text-decoration: underline;
            color: #313131;
        }

    .approfondimenti h2 a {
        color: black;
    }

    .testo p {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

    .box_news .box .link {
        background: white;
        padding: 20px;
        text-align: left;
    }

        .box_news .box .link a {
            color: #313131;
            text-decoration: underline;
        }

    .img_principale {
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        text-align: center;
        display: block;
        background-position: top center;
    }

        .img_principale iframe {
            width: 100%;
            height: 400px;
        }

    .disponibilita_yes, .disponibilita_no {
        font-weight: 500;
    }

    .disponibilita_yes {
        color: #69be28 !important
    }

    .disponibilita_no {
        color: #f3bb00 !important
    }

    .img_brand img {
        max-height: 30px;
    }

     table {
        margin: 20px 0px;
        border-top: 1px solid #d9dbde;
        border-right: 1px solid #d9dbde;
        border-left: 1px solid #d9dbde;
        border-spacing: 0;
        border-collapse: collapse;
    }

         table tr td,  table tr th {
            padding: 10px 20px;
            border-bottom: 1px solid #d9dbde;
            margin: 0px;
            text-align: left;
        }

             table tr th,  table tr td strong {
                color: #313131;
                font-weight: 400;
            }

         table tr th {
            color: #000;
            font-weight: 500;
        }

    .newsletter label {
        float: left;
        margin-top: 5px;
    }

    .newsletter label {
        color: #FFF;
        font-size: 11px;
    }

    #mc_embed_signup .indicates-required {
        margin-right: 5px !important;
        float: left;
    }

    .descrizione_p p em, .descrizione_p p strong {
        font-weight: normal;
        font-style: normal
    }

    .alert_carrello {
        height: auto;
        overflow: auto;
        border: 4px solid rgb(22, 40, 76);
        padding: 10px;
        text-align: center;
        color: #0c143b;
        font-size: 22px;
        background: #d5d8e9;
    }

    .obbligatorio {
        border-color: #fe0505;
    }

    .scarica a {
        color: #d73434;
        text-decoration: underline;
    }

        .scarica a:hover {
            color: #d83a3a;
            text-decoration: underline;
        }

    .scarica img {
        position: relative;
        top: 3px;
        margin-right: 5px;
    }

    .spunta {
        width: 100%;
        position: relative;
        clear: both;
        padding: 10px 0px 0px 0px;
        height: auto;
        overflow: auto;
    }

    .percentuale {
        color: #1581b0;
        font-weight: 500;
    }

    .unico .superiore {
        background-color: white;
        border-bottom: 1px solid #d9dbde;
        width: 100%;
        padding-top: 20px;
        margin-bottom: 50px;
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .scopricome {
        padding: 15px 0px;
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

        .scopricome .btn {
            float: right
        }

    .descrizione .scopricome p {
        color: #000;
        font-size: 14px;
        margin-bottom: 0px;
        max-width: 450px;
        padding-right: 10px;
        position: relative;
        float: left
    }

    .inferiore .sx, .inferiore .dx {
        width: 48%;
        margin: 0px;
        margin-bottom: 50px;
    }

        .inferiore .dx p a {
            font-size: 14px;
            color: #4c4c4c;
            text-decoration: none;
            padding: 10px 0px;
            display: -webkit-flex;
            display: -webkit-box;
            display: -moz-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
        }

            .inferiore .dx p a:hover {
                color: #000;
                text-decoration: underline;
            }

            .inferiore .dx p a img {
                position: relative;
                float: left;
                top: 2px;
                margin-right: 7px
            }

        .inferiore .sx .box {
            background: white;
            margin-bottom: 40px;
            display: inline-block;
            overflow: hidden;
            width: 100%;
            padding-left: 50%;
            background-position: left top;
            background-size: auto 100%;
            background-repeat: no-repeat;
        }

            .inferiore .sx .box .testo {
                overflow: hidden;
                background: rgba(255, 255, 255, 0.81);
                padding: 15px;
                height: auto;
                width: 100%;
                position: relative;
                float: right;
            }

            .inferiore .sx .box h3 {
                font-size: 40px;
                font-weight: 300;
                margin-bottom: 10px;
            }

            .inferiore .sx .box .testo p {
                font-weight: 300;
                font-size: 16px;
                line-height: 24px;
            }

    .inferiore h4 {
        background: #aad3ab;
        font-size: 13px;
        font-weight: 400;
        color: white;
        padding: 15px;
        text-transform: uppercase;
        margin: 15px 0px;
    }

    .inferiore .dx p {
        font-size: 13px;
        font-weight: 400;
        color: #000;
        margin: 0px;
    }

    .inferiore .dx h3 {
        font-size: 25px;
        margin: 20px 0px;
    }

    .approfondimenti .titolo p {
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .home .approfondimenti .titolo p {
        margin-top: 30px;
    }

     .riepilogo_prodotto {
        margin-bottom: 25px;
        background: #f8fbf6;
        border: 2px dashed #94b77c;
        width: 100%;
        clear: both;
        position: relative;
        padding: 15px;
    }

    .riepilogo_prodotto .btn, .riepilogo_prodotto input[type="button"].btn {
    }

     .riepilogo_prodotto .testo {
        height: 150px;
        margin-bottom: 25px;
        overflow: hidden;
    }

     .riepilogo_prodotto .articolo_news h3 {
        font-size: 30px;
        font-weight: 400;
        margin: 5px 0px;
    }

         .riepilogo_prodotto .articolo_news h3 a {
            color: #313131;
            text-decoration: none;
        }

     .riepilogo_prodotto .testo p {
        line-height: 23px;
        text-align: justify;
        font-size: 15px;
        margin-bottom: 0px
    }

     .img img,  .img iframe {
        margin-bottom: 30px
    }

     section .img img {
        width: 100%;
    }

    .img iframe {
        width: 100%;
        height: 400px;
    }

    .campo_form span input[type="radio"] {
        position: relative;
        margin-left: 5px;
        top: 2px;
    }

    .campo_form.sede_alternativa {
        width: 100%;
        margin: 0px;
        background: #f1f1f1;
        padding: 10px;
    }

    .menusup .link.entra br {
        display: none;
    }

    .dx .immagine_prodotto div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .dx .immagine_prodotto {
        width: 250px;
        height: 250px;
        display: table;
    }

    .dx .prodotti_simili .immagine_prodotto div img {
        max-width: 150px;
        max-height: 150px;
    }

    .dx .prodotti_simili .immagine_prodotto {
        width: 100%;
        height: 150px;
    }

    .dx .prodotti_simili .item .logo img {
        height: auto;
        margin-top: 10px;
        margin-right: 10px;
        width: 60px;
    }

    .dx .immagine_prodotto div img {
        max-width: 100%;
        max-height: 250px;
    }

    .sx .immagine_prodotto {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
        color: #313131;
    }

        .sx .immagine_prodotto div {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

            .sx .immagine_prodotto div img {
                max-width: 100%;
                max-height: 195px;
            }

    .box.dati h2 {
        font-size: 23px;
        font-weight: 400;
        margin-bottom: 10px;
        color: #000;
        text-transform: uppercase;
        text-align: center;
        border-bottom: 1px solid #d0d3d6;
        padding-bottom: 15px;
    }

    input[type="text"]:disabled {
        background-color: #f1f1f1;
    }

    .hidden {
        display: none !important
    }

    .calcolatrice {
        position: relative;
        float: left;
        height: 43px;
        margin-left: 33%;
        margin-top: 13px;
        margin-right: 10px;
    }

    .boxes {
        /*	display: inline-block;
	width: 100%;
	padding: 2% 0%;
	background-color: #f1f1f1;
	text-align: center;
	clear: both;*/
    }

    .home .boxes .box, .shop .boxes .box {
        width: 25%;
    }

    .boxes .box {
        /*  width: 31%;
  margin: 1%;
  padding: 0px;*/
    }

    .boxes .testo {
        padding: 20px
    }

        .boxes .testo div {
            height: 127px;
            overflow: hidden;
        }

    .more {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 40px 0px 60px 0px
    }

    .boxes .box img {
        margin: 0px 0px;
    }

    .boxes .loghi .box h3 {
        font-size: 20px;
        margin-bottom: 0px;
        color: #000000;
        font-weight: normal;
        border-top: 3px solid #f1f1f1;
        border-bottom: none;
        padding: 20px 10px;
        /* margin-bottom: 15px; */
    }

    .boxes h3 a, .boxes h3 a:hover, .boxes h3 {
        color: #313131;
        font-size: 18px;
        font-weight: 300;
        text-align: left;
        text-transform: inherit;
        line-height: 19px;
    }

    .boxes h2 a:hover {
        text-decoration: none;
        color: #797979;
    }

    .boxes .testo p {
        margin-bottom: 0px;
        line-height: 20px;
        color: #999999;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
    }

    footer .box.card {
        /*margin-right: 40px;
    min-width: 410px;*/
    }

        footer .box.card img {
            max-width: 300px
        }

    footer .box.big {
        max-width: 440px;
    }

    footer .box {
        position: relative;
        float: left;
        width: auto;
        margin: 0px 0px 0px 50px;
    }

    footer .dx .box {
        max-width: 200px;
    }

    .menu_footer .box:last-child ul, .menu_footer .box:nth-child(2) ul {
        /* margin-right: 0%; */
    }

    .item .box {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 0px;
    }

    .approfondimenti .box {
        padding: 0px 10px
    }

    .home approfondimenti {
        border-top: none;
    }

    .approfondimenti {
        padding-bottom: 40px;
        width: 100%;
        clear: both;
        position: relative;
        height: auto;
    }

    .prodotti .box.principale {
        width: 100%;
        margin-bottom: 0px;
    }

    .prodotti .btn {
        text-transform: uppercase;
        background-color: #cc0422;
        margin: 20px 0px;
    }

    .prodotti .box h3 {
        font-size: 30px;
        text-align: center
    }

    .prodotti .box {
        position: relative;
        float: left;
        width: 20%;
        margin-bottom: 30px;
        text-align: center;
        cursor: pointer
    }

        .prodotti .box .img {
            width: 100%;
            height: 170px;
            display: table
        }

            .prodotti .box .img div {
                display: table-cell;
                vertical-align: middle;
                text-align: center
            }

                .prodotti .box .img div img {
                    max-width: 100%;
                    max-height: 160px;
                    margin-bottom: 10px;
                }

        .prodotti .box.principale .img {
            width: 60%;
            position: relative;
            float: left;
            display: table;
            height: 400px
        }

            .prodotti .box.principale .img img {
                max-height: 400px;
                margin-bottom: 0px
            }

        .prodotti .box.principale h3 {
            margin-bottom: 20px;
            margin-top: 30px;
            text-align: left
        }

        .prodotti .box p {
            font-size: 16px;
            line-height: 23px;
            margin-right: 20px;
            text-align: left;
        }

    .sezioni_home {
        margin: 30px 0px
    }

        .sezioni_home .box {
            margin-bottom: 0px;
            cursor: pointer;
            background: #313131
        }

            .sezioni_home .box:hover img {
                opacity: 0.5;
                -moz-transition: all 0.2s linear 0s;
                -webkit-transition: all 0.2s linear 0s;
                -o-transition: all 0.2s linear 0s;
            }

        .sezioni_home .sx {
            padding-right: 1%;
            width: 50%;
        }

        .sezioni_home .dx {
            padding-left: 1%;
            width: 50%;
        }

        .sezioni_home .box, .sezioni_home .box img, .sezioni_home .box:hover img {
            width: 100%;
        }

            .sezioni_home .box h3 {
                font-size: 30px;
                text-align: left;
                color: #313131;
                padding: 21px 0px 36px 0px;
                background: white;
            }

    .banner_box.homepage {
        width: 100%;
        position: relative;
        clear: both;
        background-image: url(../images/pizza2-1024x683.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        height: auto;
        overflow: auto;
        margin: 50px 0px;
        min-height: 400px;
    }

        .banner_box.homepage .testo {
            width: 44%;
            position: relative;
            float: right;
            padding: 50px;
            text-shadow: 0 1px 0 black;
            z-index: 9;
        }

        .banner_box.homepage h2 {
            font-size: 60px;
            color: #ffffff;
            font-weight: 400;
            position: relative;
            margin-bottom: 10px;
            line-height: 60px
        }

        .banner_box.homepage h3 {
            font-size: 35px;
            color: white;
            font-weight: 400;
            /* */
            margin-bottom: 0px;
        }

    .approfondimenti p.leggi a.btn {
        background-color: #313131;
        float: inherit;
        margin: auto;
        left: 0px;
        right: 0px;
        text-align: center;
        text-transform: none;
        font-size: 25px;
        padding: 15px;
        text-decoration: none;
        width: 32%;
        color: white
    }

    ul.social li {
        position: relative;
        float: left;
        padding: 8px;
        opacity: 1;
        background-repeat: no-repeat;
        margin: 0px;
    }

    ul.social li {
        position: relative;
        float: left;
        padding: 10px 8px 6px 8px;
        opacity: 1;
        background-repeat: no-repeat;
        margin: 0px;
    }

        ul.social li.whatsapp {
            background-image: url(../img/icone/whatsapp.png) !important;
            background-position: 0px 11px;
            padding: 10px 8px 6px 26px;
            background-size: auto 20px;
            margin-left: 10px
        }

        ul.social li:hover {
            opacity: 1;
        }

     h1 {
    }

     .data {
        color: #7bce2b;
        font-size: 15px;
        clear: both;
        display: inline-block;
        margin-top: 5px;
        font-weight: 600;
    }

    .staff li .img {
        width: 180px;
        height: 180px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -khtml-border-radius: 50%;
        overflow: hidden;
        margin: 15px auto;
        text-align: center;
        float: inherit;
    }

        .staff li .img img {
        }

    .staff ul {
        text-align: center;
        display: block
    }

    .staff li h3 {
        font-size: 15px;
        margin-bottom: 0px;
        font-weight: 300;
        color: #6a6a6a;
        font-family: 'Kanit', sans-serif;
    }

     section ul.staff li::before {
        content: "";
        margin-right: 0px;
    }

    .staff h2 {
        font-size: 24px;
        text-align: center;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        border: none;
        font-weight: normal;
    }

    .staff {
        margin-bottom: 40px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        .staff li {
            width: 31%;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 20px;
            list-style-type: none;
            text-align: center;
        }

    .img_articolo img {
        width: 100%;
    }

    .sx .img_articolo {
        max-height: inherit;
        width: 100%;
        clear: both;
        position: relative;
        margin-bottom: 30px;
    }

    .login {
        float: right;
    }

    .carrello {
        padding: 10px;
        float: right;
        margin-top: 20px;
        margin-right: 0px;
    }

    aside .loghi {
        background: transparent;
        border-top: none;
        padding: 0px 0px 20px 0px;
        display: inline-block;
        text-align: left;
        width: 100%;
    }

    .loghi {
        /* padding: 0px 0px 40px 0px; */
        display: block;
        text-align: center;
        clear: both;
    }

        .loghi li {
            margin: 0px 30px;
            display: inline-block;
            vertical-align: middle
        }

        .loghi img {
            max-height: 168px;
        }

     .img {
        clear: both;
        display: block;
    }

    .owl-carousel.statico .item {
        width: 33%;
        position: relative;
        float: left;
    }

    .grigio h3 {
        font-size: 15px;
        font-weight: 500;
        margin: 5px 0px
    }

        .grigio h3 a {
            color: #313131
        }

    .newsletter_box {
        background-image: url(../img/bg_newsletter.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        padding: 50px 30px 150px 30px;
        text-align: center;
        margin: 50px 0px 0px 0px;
        width: 100%;
        position: relative;
        clear: both;
    }

        .newsletter_box p {
            font-size: 16px;
            color: #fff;
            line-height: 20px;
        }

        .newsletter_box h2 {
            font-size: 40px;
            color: white;
            font-weight: 400;
            margin: 0px 0px 10px 0px;
        }

    p.veditutto, .content  p.veditutto {
        text-align: center;
        padding: 15px;
        margin: 0px;
        font-weight: 500;
        font-size: 15px;
        /* text-decoration: underline; */
        background: #e4e7ea;
    }

        p.veditutto a, .content  p.veditutto a {
            color: #0f3f68;
            font-weight: 600;
        }

    .video {
        margin: 0px;
        display: inline-block;
        height: auto;
        overflow: auto;
        width: 100%;
    }

        .video h3 {
            text-align: left;
            font-size: 20px;
            color: #313131;
            margin-bottom: 15px
        }

    .video_meta {
        width: 50%;
        float: right;
        padding: 0px 10px;
    }

        .video_meta p {
        }

    .video p {
        font-size: 16px;
        color: #696a6f;
        line-height: 23px;
        margin-bottom: 15px;
    }

    .video iframe {
        width: 100% !important;
        height: 700px;
        margin-top: 0px;
    }
    /*pagina prodotto */
    .prodotto section {
        width: 100%;
        display: block;
        padding-right: 0px;
        overflow: hidden
    }

    .prodotto header {
        font-size: 20px;
        border: none;
        margin: 0px;
        padding: 0px
    }

        .prodotto header .img .cover {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 380px;
            background: rgba(255, 255, 255, 0.8);
            z-index: 2;
            margin-top: 10px;
        }

        .prodotto header .img h1, .prodotto header .img img {
            position: absolute;
            z-index: 3;
        }

        .prodotto header .img .bg img {
            position: relative;
            z-index: 1;
            width: 100%;
            padding: 0px;
            margin: 0px;
        }

        .prodotto header .img {
            margin-bottom: 50px
        }

            .prodotto header .img img {
                left: 0px;
                width: 50%;
                margin: 0px;
                padding: 70px 10px;
            }

            .prodotto header .img h1 {
                right: 0px;
                width: 50%;
                padding: 154px 40px;
                color: #e11f20;
                font-size: 70px;
                text-shadow: 0 1px 0 white;
                margin: 0px;
            }

            .prodotto header .img .bg {
                max-height: 400px;
                overflow: hidden;
            }

    .prodotto  h2 {
        text-align: center;
        font-size: 30px;
        color: #313131;
        margin-bottom: 20px
    }

    .prodotto  h3 {
        text-align: center;
        font-size: 19px;
        color: #696a6f;
        font-weight: normal
    }

    .prodotto .dx, .prodotto .sx {
        padding: 20px
    }

    .gallery .box:first-child {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .gallery .box {
        position: relative;
        float: left;
        width: 50%;
        height: 198px;
        overflow: hidden
    }

    .prodotto .video {
        margin: 25px 0px;
        border: none;
        padding: 0px;
        overflow: hidden;
    }

    .download {
        background: #f2f2f2;
        padding: 25px;
    }

    a.download {
        background: none;
        padding: 0px;
        color: #b01616;
        text-decoration: underline;
        font-weight: 600;
    }

        a.download::before {
            content: "\f019";
            color: #b01616;
            font-weight: bold;
            font-family: "Font Awesome 5 Free";
            margin-right: 5px;
        }

    .prodotto  .download h3 {
        text-align: left;
        font-size: 30px;
        color: #313131;
        font-weight: normal;
        margin-bottom: 0px;
    }

     section .download ul {
        margin: 20px 0px 0px 0px;
        padding: 0px;
    }

         section .download ul li a {
            color: #696a6f;
            font-size: 20px;
        }

             section .download ul li a:hover {
                color: #313131;
                text-decoration: none
            }

         section .download ul li {
            background-image: url(../img/icone/pdf.png);
            background-size: auto;
            background-repeat: no-repeat;
            background-position: 2px 6px;
            padding-left: 30px;
            margin-bottom: 5px;
            padding: 10px 10px 10px 45px;
        }

    .tipologie .box .titolo {
        color: white;
        font-size: 16px;
        background: #313131;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-shadow: 0 1px 0 black;
        padding: 12px 0px;
    }

    .tipologie .box big {
        display: block;
        font-size: 30px
    }

     section .tipologie ul {
        position: relative;
        clear: both;
        margin: 0px;
        padding: 0px;
    }

     .tipologie ul li {
        background-image: none;
        padding-left: 0px;
        font-size: 14px;
        margin-bottom: 0px;
        border-bottom: 1px solid #d0d3d6;
        padding: 15px;
    }

         .tipologie ul li:last-child {
            border-bottom: none;
        }

         .tipologie ul li strong {
            display: block;
            text-align: center;
            color: #313131;
        }

    .tabelle {
        width: 100%;
        display: block;
        clear: both;
        background-image: url(../img/bg.jpg);
        background-size: cover;
        padding: 60px 25px;
    }

        .tabelle .clear {
            padding: 30px 0px 0px 0px;
            display: inline-block;
            height: auto;
            width: 100%;
        }

    .btn.carrello {
        color: white;
        font-weight: normal;
        padding: 15px 20px 15px 70px;
        margin: 0px;
        background-image: url(../img/icone/carrello-white.png);
        background-repeat: no-repeat;
        background-position: 20px 14px;
    }

    .correlati {
        margin: 50px 0px 25px 0px;
    }

    .prodotto  .correlati h2 {
        text-align: center;
        font-size: 40px;
        color: #313131;
        margin-bottom: 50px;
    }

    .prodotto .condividi_articolo {
        width: auto;
        position: relative;
        float: right;
        padding: 0px;
    }

    .prodotto .pathway {
        width: auto;
        position: relative;
        float: left;
    }

    .no_loggato, .no_loggato.disclaimer {
        padding: 25px;
        width: 100%;
        clear: both;
        position: relative;
        display: inline-block;
        margin: 30px 0px 20px 0px;
        text-align: center;
        background: #75c62e;
        color: #ffffff;
        font-weight: 500;
        font-size: 20px;
        line-height: 27px;
    }

    .box.sx .me-select {
        width: auto;
    }

    .box.sx .btn, .box.dx .btn {
        float: right;
    }

    .box.sx, .box.dx {
        background-color: white;
    }

        .box.sx hr {
            background: #d9dbde;
            height: 1px;
            width: 100%;
            padding: 0px;
            border: none;
            margin: 10px 0px 20px 0px;
            display: inline-block;
        }

        .box.sx .field_module {
            background-color: #ffffff;
        }

        .box.sx h3, .box.dx h3 {
            font-size: 30px;
            margin: 0px;
            text-align: left;
            color: #333;
            width: 100%;
            position: relative;
            clear: both;
            font-weight: 300;
            padding: 0px 0px 20px 0px;
        }

    .tabelle_carrello .no_loggato .btn {
        float: inherit;
        margin: 5px;
    }

    .tabelle_carrello .no_loggato p {
        margin-bottom: 0px;
        color: #393633;
        line-height: 30px;
        position: relative;
        float: left;
        width: 70%;
        text-align: left;
        font-size: 17px;
    }

    .relative {
        position: relative;
        float: left;
        width: 100%;
        clear: both
    }

    section .box {
        position: relative;
        float: left;
        width: 50%;
        padding: 10px;
    }

    section.candidatura .box {
        padding: 20px;
    }

        section.candidatura .box:nth-child(2) {
            background: white
        }

    section.promozioni .box {
        width: 33%;
    }

        section.promozioni .box .testo {
            background: white;
            padding: 20px;
            border-bottom: 18px solid #fff;
            height: 200px;
            overflow: hidden;
        }

    section.punti .box {
        padding: 0px;
    }

        section.punti .box:nth-child(1) {
            width: 30%;
            padding-right: 2%;
        }

        section.punti .box:nth-child(2) {
            width: 70%;
        }

    section.promozioni .box .testo h3 {
        margin-bottom: 10px
    }

    .content section.promozioni .box p {
        margin-bottom: 0px;
    }

    .content section.promozioni .btn {
        margin: 30px 0px 30px 0px;
    }

    section .box.tabelle {
        position: relative;
        float: left;
        width: 50%;
        display: block;
        clear: inherit;
        background-image: none;
        background-size: none;
        padding: 10px;
    }

    section .box .img {
        padding: 20px;
    }

    section .selettori .box {
        position: relative;
        float: left;
        width: 100%;
        border-bottom: 1px solid #d0d3d6;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    section .img_aggiuntive {
        max-width: 30%;
        position: relative;
        float: left;
    }

        section .img_aggiuntive a {
            outline: none
        }

        section .img_aggiuntive img {
            padding-right: 20px;
            padding-bottom: 20px
        }

    section .dx .box {
        width: 100%;
    }

    section .box .disclaimer {
        /* font-size: 16px; */
        /* line-height: 23px; */
        /* margin: 0px 0px 20px 0px; */
        /* width: 100%; */
        /* position: relative; */
        /* clear: both; */
        /* font-style: initial; */
    }

    section .articolo_news .disclaimer {
        color: #313131;
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
        margin: 0px;
        width: 100%;
        position: relative;
        clear: both;
        font-style: initial;
    }

    .presentazione {
        width: 100%;
        display: inline-block;
    }

        .presentazione .box {
        }

    .menusup a.uscita {
        float: right;
        text-transform: uppercase;
        font-size: 15px;
        padding: 10px 0px 9px 40px;
    }

    aside .banner {
        /*  text-align: center;
  margin: 30px 0px 10px 0px;
  background: #38a9e1;
  padding: 50px 20px 30px 20px;
  position: relative;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;*/
    }

        aside .banner span {
            display: inline-block;
            width: 100%;
            font-size: 74px;
            color: white;
            font-weight: 300;
        }

        aside .banner .banner-img1 {
            position: absolute;
            top: -10px;
            left: -10px
        }

        aside .banner .banner-img2 {
            position: absolute;
            bottom: -10px;
            right: -10px
        }

        aside .banner h2 {
            text-align: center;
            margin: 20px 0px 0px 0px;
            padding: 0px
        }

        aside .banner a, aside .banner a:hover {
            text-decoration: none;
            color: white
        }

    .acquistati {
        /* border: 1px solid #d0d3d6; */
        margin: 0px;
        font-size: 16px;
        color: #666;
        padding-left: 57px;
    }

    .tabella.acquistati, .tabella.venduti {
        border: none;
        margin: 0px;
        display: none
    }

        .acquistati .btn, .tabella.venduti .btn {
            background-color: #32c200;
            text-transform: inherit;
            font-size: 16px;
            float: inherit;
            margin: auto;
            margin: 15px 0px;
        }

    .riepilogo_prodotto {
        display: inline-block;
        margin-bottom: 10px;
        border: 1px solid #d0d3d6;
        width: 100%;
        background: rgba(228, 231, 234, 0.4);
        text-shadow: 0 1px 0 white;
    }

        .riepilogo_prodotto:hover {
            border: 1px solid #e8efc3;
            background: rgba(241, 239, 196, 0.4);
        }

            .riepilogo_prodotto:hover hr {
                background: #e8efc3;
            }

        .riepilogo_prodotto div {
            position: relative;
            float: left;
            padding: 5px 10px;
            font-size: 16px;
        }

        .riepilogo_prodotto hr {
            background: #d9dbde;
            height: 1px;
            width: 100%;
            padding: 0px;
            border: none;
            margin: 0px;
            opacity: 0.5
        }

        .riepilogo_prodotto div.quantita, .riepilogo_prodotto div.dettaglio, .riepilogo_prodotto div.disp {
            float: right;
        }

        .riepilogo_prodotto div.disp {
            font-size: 13px;
        }

        .riepilogo_prodotto div.dettaglio {
            background-image: url(../img/icone/dettagli.png);
            background-repeat: no-repeat;
            background-position: 7px 9px;
            padding-left: 29px;
            font-weight: 500;
            background-size: auto 15px;
        }

        .riepilogo_prodotto div.disp, .riepilogo_prodotto div.titolo, .riepilogo_prodotto div.dettaglio, .riepilogo_prodotto div.codice, .riepilogo_prodotto div.prezzo {
            margin-top: 5px
        }

        .riepilogo_prodotto div.codice {
            color: #313131;
            font-weight: 500;
            width: 140px;
        }

        .riepilogo_prodotto div.prezzo {
            color: #313131;
            font-weight: 500;
            font-size: 18px;
            padding: 2px 10px 2px 10px;
        }

        .riepilogo_prodotto div.marchio, .riepilogo_prodotto div.img {
            text-align: center;
            width: 70px
        }

        .riepilogo_prodotto div img {
            max-height: 30px;
            max-width: 50px
        }

        .riepilogo_prodotto div.quantita input[type="number"] {
            max-width: 73px;
            color: #313131;
            padding: 2px 10px;
            height: auto;
            font-weight: 500;
            font-size: 14px;
        }

        .riepilogo_prodotto div.quantita input[type="submit"].btn {
            margin-left: 5px;
            padding: 5px 10px;
            font-size: 15px;
            position: relative;
            float: left;
            text-transform: inherit;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

    aside .selettori {
        width: 100%;
        position: relative;
        background: #313131;
        bottom: 0px;
        padding: 20px;
    }

        aside .selettori .box:last-child {
            width: 100%;
            margin-bottom: 0px;
        }

    .selettori {
        width: 100%;
        position: absolute;
        float: right;
        background: rgba(0, 0, 0, 0.51);
        bottom: 0px;
        padding: 30px 0px;
    }

    aside .selettori .box {
        width: 100%;
        position: relative;
        float: left;
        padding-right: 0px;
        margin-bottom: 20px
    }

    .selettori .box .titolo {
        position: relative;
        float: left;
        width: 100%;
        clear: both;
        text-align: left;
        padding: 0px 0px;
        font-family: 'Kanit', sans-serif;
        margin-top: 3px;
        margin-bottom: 5px;
        color: #313131;
        font-weight: 500;
        font-size: 23px;
    }

    .selettori .box {
        width: 22%;
        position: relative;
        float: left;
        padding-right: 15px;
    }

        .selettori .box a {
            color: rgba(255, 255, 255, 0.7);
            /* text-decoration: underline; */
            /* float: right; */
            display: inline-block;
            width: 100%;
            font-size: 14px;
            /* text-align: right; */
            /* margin-bottom: 20px; */
            margin: 8px 0px 0px 0px;
        }

        .selettori .box .btn, .selettori .box input[type="button"].btn {
            background-color: #0f3f68;
            border: none;
            -moz-border-radius: 2px;
            border-radius: 2px;
            padding: 10px 20px;
            width: 100%;
            color: white;
        }

    aside .selettori .box .btn, aside .selettori .box input[type="button"].btn {
        background-color: #0f3f68;
        border: none;
        -moz-border-radius: 2px;
        border-radius: 2px;
        padding: 10px 20px;
        width: 100%;
        color: white;
        font-size: 30px;
        font-weight: 500;
    }

    .selettori .box:last-child {
        width: 12%;
        position: relative;
        float: left;
        padding-right: 0px;
    }

    .selettori .box h3 {
        color: #fff;
        font-weight: 300;
        font-size: 26px;
        padding-left: 45px;
        margin-bottom: 15px;
    }

    aside .selettori .box h3 {
        padding-left: 40px;
        font-size: 24px;
    }

        aside .selettori .box h3 img {
            position: absolute;
            left: 0px;
            height: 28px;
        }

    .selettori .box h3 img {
        position: absolute;
        left: 0px;
    }

    .selettori .box .sottotitolo span {
        font-weight: 500;
        color: black;
    }

    .selettori .box .titolo a {
        color: #313131;
        font-size: 18px;
        font-weight: 400;
    }

    .selettori .label_module, .selettori .select_module {
        width: 100%;
        margin-right: 0px;
        float: initial;
        position: inherit;
        display: inline-block;
        background: #ffffff;
        font-size: 15px;
        padding: 15px;
        height: auto;
    }

    .selettori .select_module {
        /* line-height: 30px; */
        /* padding: 4px 5px 2px 5px; */
        /* min-width: 43px; */
        /* height: 36px; */
    }

    .selettori .label_module {
        margin-top: 6px;
        margin-right: 5px;
        color: #696a6f;
        font-size: 15px;
    }

    .visione {
        position: relative;
        float: left;
        width: 100%;
        display: inline-block;
        background: #e4e7ea;
        border-top: 1px solid #d0d3d6;
        padding: 10px;
        text-align: center;
        font-size: 17px;
        font-weight: 500;
        color: #2b980e;
        text-shadow: 0 1px 0 white;
    }

    .acquista {
        width: 100%;
        display: inline-block;
        margin: 20px 0px;
        background: #313131;
        padding: 10px;
    }

        .acquista label {
            color: white;
            position: relative;
            float: left;
            font-size: 17px;
            padding: 9px 20px 3px 5px;
        }

    .right {
        float: right
    }

    .acquista .btn, .acquista input[type="button"].btn, .acquista input[type="submit"].btn {
        background-color: #fff;
        color: #313131;
        font-size: 17px;
        text-transform: inherit;
        padding: 10px 10px;
        margin: 0px 5px;
        font-weight: 500;
    }

    .descrizione_prodotto .prezzo {
        font-weight: 600;
        color: #e22735;
        font-size: 21px;
    }

    .descrizione_prodotto .old_price {
        font-size: 15px;
        position: relative;
        margin-top: 0px;
        float: left;
        margin-right: 10px;
    }

    .acquista .btn.carrello {
        float: left;
        padding-left: 35px;
        background-image: url(../img/icone/linguetta-carrello.png);
        background-repeat: no-repeat;
        background-position: 9px 12px;
        background-size: 20px auto;
        padding-right: 16px;
        font-weight: 500;
        color: #313131;
    }

    .acquista .btn:hover, .acquista input[type="button"].btn:hover, .acquista input[type="submit"].btn:hover {
        background-color: #313131;
        color: #fff;
    }

    .acquista input[type="number"] {
        width: 100px;
        margin-right: 5px;
        border: none;
        color: #313131;
        font-weight: 500;
        text-align: center;
        padding: 7px;
        height: auto;
    }

    .acquista hr {
        display: none
    }

    section h2 {
        font-size: 40px;
        color: #363c3f;
        width: 100%;
        clear: both;
        margin: 20px 0px 10px 0px;
        /*  text-transform: uppercase;*/
    }

    section.unico h2 {
        text-align: center;
    }

    section.unico header h2 {
        text-align: center;
        font-size: 20px;
        padding: 0px 15%;
        color: #0e3f67;
        line-height: 27px;
        margin-bottom: 20px;
    }

    section h3 {
        font-size: 17px;
        color: #444;
        text-transform: uppercase;
        font-weight: 500;
    }

    section li h3 {
        font-size: 15px;
        color: #0e3e67;
        text-transform: inherit;
        /* text-align: center; */
        font-weight: 300;
        line-height: 17px;
    }

    section.riservata h2 {
        font-size: 24px;
        color: #0f3f68;
        width: 100%;
        clear: both;
        margin: 20px 0px 40px 0px;
        text-align: left;
    }

    section.riservata .field_module,
    section.riservata .field_note {
        border: 1px solid #ccc
    }

    section .proposta h2 {
        font-size: 40px;
        font-weight: 300;
        display: inline-block;
        width: auto;
        margin: 0px;
        padding: 0px;
    }

    .proposta .titolo {
        text-align: center;
        margin: 20px 0px;
    }

    section .veditutto {
        position: relative;
        margin-left: 10px;
        display: inline-block;
        top: 6px;
        float: right;
    }

        section .veditutto .btn {
            margin-right: 15px;
            margin-top: 23px;
        }

    section .proposta {
        display: inline-block;
        width: 100%;
        padding: 20px 0px;
        position: relative;
    }

        section .proposta:nth-child(2), section .proposta:nth-child(4), section .proposta:nth-child(6), section .proposta:nth-child(8), section .proposta:nth-child(10) {
            background: #d8dcdd;
        }

     section h2 {
        font-size: 20px;
        font-weight: 400;
    }

     section.unico h2 {
    }

    section .box.tabelle h2 {
        font-size: 20px;
        color: #313131;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        width: 100%;
        margin: 0px;
        clear: both;
        border-bottom: none;
        padding-bottom: 10px;
    }

    .cross {
        width: 100%;
        padding: 0px;
        max-height: 300px;
        overflow: auto;
        border: 1px solid #d9dbde;
        position: relative;
    }

        .cross .semplice {
            width: 100%;
        }

            .cross .semplice td, .cross .semplice th {
            }

        .cross input[type="image"] {
            height: 20px;
            float: right;
        }

        .cross tr td:nth-child(1), .cross tr th:nth-child(1) {
            width: 190px;
        }

        .cross tr td:nth-child(3) {
            width: 20px;
        }

        .cross .semplice.th {
            position: sticky;
            left: 0;
            top: 0px;
        }

    .ul_preferiti {
        display: inline-block;
        background: #e4e7ea;
    }

    span.label {
        background: #ffd801;
        color: #313131;
        font-size: 10px;
        padding: 4px 5px 3px 5px;
        position: relative;
        text-transform: uppercase;
        font-weight: 500;
        top: -2px;
        margin-left: 10px;
        border: 2px solid white;
        -moz-border-radius: 5px;
        border-radius: 5px;
        animation: blinker 0.5s linear infinite;
        -moz-box-shadow: 0px 0px 5px rgba(3, 48, 61, 0.2);
        -webkit-box-shadow: 0px 0px 5px rgba(3, 48, 61, 0.2);
        box-shadow: 0px 0px 5px rgba(3, 48, 61, 0.2);
    }

        span.label.promo {
            background: #68ca10;
            color: #fff;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
        }

    .about .btn {
    }

    .servizi {
    }

        .servizi ul, .servizi div.text {
            color: white;
            position: relative;
            float: right;
            width: 60%;
            padding-left: 5%;
            border-left: 1px solid rgba(180, 188, 204, 0.5);
            font-family: 'Kanit', sans-serif;
            overflow: hidden;
        }

            .servizi ul li {
                font-size: 20px;
                padding: 15px;
                color: rgba(255, 255, 255, 0.8);
            }

        .servizi .btn {
            padding: 15px 30px 11px 30px;
            -moz-border-radius: 26px;
            border-radius: 26px;
            margin-top: 20px;
        }

            .servizi .btn:hover {
                background-color: rgba(145, 145, 167, 0.5);
            }

        .servizi div.text div {
            position: relative;
            float: left;
            margin-right: 20px;
        }

        .servizi ul li svg, .servizi div svg {
            font-size: 80px;
            margin-right: 10px;
            margin: 30px 20px;
        }

        .servizi .box .icon {
            font-size: 70px;
            color: #9b99a0;
            padding: 20px 0px
        }

        .servizi .box h2 {
            padding: 10px 30px 20px 30px;
            font-size: 20px;
            color: #666;
            line-height: 26px;
            text-transform: uppercase
        }

        .servizi .box p {
            color: #8d8181;
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 10px;
            font-family: 'Kanit', sans-serif;
        }
    /* stili news */
    .news {
        color: rgba(255, 255, 255, 0.5);
        font-size: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 5px solid #313131;
        padding: 5px;
        margin-top: 5px;
        margin-right: 0px;
        margin-bottom: 5px;
        margin-left: 0px;
        text-decoration: none;
        max-height: 73px;
        overflow: hidden;
        line-height: 15px;
    }

        .news p {
            margin-bottom: 0px;
            line-height: 15px;
        }

        .news a {
            color: white;
            text-decoration: none;
        }

            .news a:hover {
                text-decoration: none;
            }

    .tuttelenews {
        margin-right: 0px;
        margin-bottom: 5px;
        text-decoration: none;
        width: 100%;
        text-align: right;
        font-size: 12px;
    }

        .tuttelenews a {
            color: #313131;
            font-weight: 500;
        }

    .news_img {
        position: relative;
        float: left;
        width: auto;
        height: auto;
        clear: both;
    }

        .news_img img {
            width: 60px;
            height: 60px;
            border: 1px solid #d9dbde;
            margin-left: 0px;
            margin-right: 5px;
            margin-top: 0px;
            margin-bottom: 0px;
        }

    .scrollup {
        position: fixed;
        bottom: 9%;
        right: 1%;
        z-index: 99;
        font-size: 40px;
        color: rgba(0, 0, 0, 0.2);
    }

    .pulsante {
        position: fixed;
        bottom: 9%;
        z-index: 99;
        color: #fff;
        font-size: 20px;
        padding: 10px 20px;
        border-radius: 20px;
        font-family: 'Kanit', sans-serif;
    }

        .pulsante:hover {
            color: #fff;
        }

        .pulsante svg {
            margin-right: 10px
        }

        .pulsante.chiamaci {
            background-color: #69be28;
            right: 220px;
        }

        .pulsante.scrivici {
            background-color: #313131;
            right: 80px;
        }

    .scrollup:hover {
        color: #313131;
    }

    .img_articolo {
        width: 100%;
        min-height: 400px;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        background-image: url(../images/slide1.jpg);
        position: relative;
    }

        .img_articolo .pathway {
            position: relative;
            font-size: 13px;
            color: #313131;
            width: 100%;
            clear: both;
            display: inline-block;
            margin: 0px 0px 0px 0px;
            font-weight: 700
        }

            .img_articolo .pathway a {
                margin: 0px 20px;
                color: #fff;
                font-weight: normal;
                font-size: 15px;
            }

    .form {
        /* background: #f1f1f1; */
        /* display: inline-block; */
        /* width: 100%; */
        /* padding: 20px; */
        /* margin-bottom: 30px; */
    }

        .form .campo_form {
            width: 50%;
            padding: 0px 10px 20px 10px;
        }

        .form .btn {
            margin-top: 10px;
            float: right
        }

        .form .checkbox_text {
            width: 90%;
        }

    .testo .form .checkbox_text {
        width: 88%;
    }

    .box_riepilogo {
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
        -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
        box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
        border-top: 1px solid #E5E5E5;
        border-right: 1px solid #DBDBDB;
        border-bottom: 0px solid #DBDBDB;
        border-left: 1px solid #E5E5E5;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin-bottom: 30px;
        display: inline-block;
        width: 100%;
        padding: 20px
    }

        .box_riepilogo li::before {
            content: "";
            color: #313131;
            margin-right: 0px;
        }

    section .box_riepilogo h2 {
        text-align: left;
        font-size: 25px;
        color: #797979;
        font-weight: 500;
        margin: 0px;
        padding: 10px 20px 10px 20px;
        font-family: 'Kanit', sans-serif;
    }

    .box_riepilogo li div {
        position: relative;
        float: left;
        font-size: 30px;
        margin-right: 10px;
        top: -5px;
        color: #797979;
    }

     section .box_riepilogo ul li {
        font-size: 16px;
        margin-bottom: 0px;
        color: #313131;
    }

    .riepilogo_sezione.dati {
        background: #797979;
        padding: 20px
    }

        .riepilogo_sezione.dati p {
            color: #fff;
        }

     .riepilogo_sezione.dati h2 {
        padding: 0px 0px;
        margin-bottom: 20px
    }

    .cerca_home {
        background-color: #f1f1f1;
        text-align: center;
        width: 100%;
    }

        .cerca_home .cerca .sb-icon-search {
            width: 51px;
            height: 51px;
            top: 0px;
            right: 0px;
            padding: 0px;
            margin: 0px;
        }

    .cerca .sb-icon-search {
        width: 41px;
        height: 41px;
        position: absolute;
        float: right;
    }

    .cerca_home .cerca .sb-icon-search:hover, .cerca_home .cerca .sb-icon-search:hover svg, .testata .cerca .sb-icon-search:hover, .testata .cerca .sb-icon-search:hover svg {
        background: transparent;
        color: #0e3e67;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }

    .cerca .sb-icon-search svg {
        font-size: 31px;
        color: #313131;
        margin: 10px;
    }

    .cerca .sb-icon-search svg {
        font-size: 25px;
        color: #7bce2b;
        margin: 8px;
    }

    .grigio .cerca .cercabtn {
        cursor: pointer;
        width: 51px;
        height: 56px;
        float: right;
        background: transparent;
        border-left: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        position: absolute;
        top: 0px;
        z-index: 2;
    }

    .grigio .cerca .sb-icon-search svg {
        font-size: 25px;
        color: #7bce2b;
        margin: 15px;
    }

    .cercabtn {
        width: 41px;
        height: 41px;
        float: right;
        background: transparent;
        border-left: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        position: absolute;
        z-index: 9;
        cursor: pointer;
        right: 0px;
    }

    .newsletter {
    }

    .cerca_home h1, .cerca_home p {
        text-align: center;
    }

    .cerca_home p {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .cerca_home h1 {
        font-size: 70px;
        line-height: 50px;
        margin: 10px 0px
    }

    .newsletter h2 {
    }

    .newsletter p {
    }

    .cerca_home h1 small {
        font-size: 28px;
        color: #313131
    }

    .cerca_home .cerca {
        float: inherit;
        position: relative;
        border: 1px solid #d9dbde;
        width: 50%;
        height: auto;
        display: inline-block;
        background-color: white;
        z-index: 1;
        margin: 30px 0px;
        margin: auto;
    }

    .newsletter .cerca {
        float: left;
        position: relative;
        border: 1px solid #d9dbde;
        width: 50%;
        height: auto;
        display: inline-block;
        background-color: white;
        z-index: 1;
        margin: 30px 0px;
        margin: auto;
    }

        .newsletter .cerca .sb-icon-search {
            width: 51px;
            height: 51px;
            top: 0px;
            right: 0px;
            padding: 0px;
            margin: 0px;
        }

            .newsletter .cerca .sb-icon-search:hover, .newsletter .cerca .sb-icon-search:hover svg {
                background: #fff;
                color: #313131;
                -moz-transition: none;
                -webkit-transition: none;
                -o-transition: none;
            }

            .newsletter .cerca .sb-icon-search svg {
                font-size: 31px;
                color: #313131;
                margin: 10px;
            }

    .newsletter .cercabtn {
        width: 51px;
        height: 51px;
        float: right;
        background: transparent;
        border-left: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }
    /**/
    .newsletter input[type="text"] {
        font-size: 14px;
        color: #313131;
        border: none;
    }

    .box_newsletter {
        width: 76%;
        float: left;
        font-size: 14px;
        color: #313131;
        border: 2px solid #313131;
        padding: 9px;
        margin-bottom: 12px;
    }

    .box.newsletter .label_check {
        width: 100%;
        display: inline-block;
        padding: 0px;
        margin-top: 0px;
    }

    .box.newsletter .checkbox_text {
        position: relative;
        float: left;
        margin-left: 10px;
        width: 80%;
        font-size: 12px;
        color: #666;
    }

    .menu_footer .box .box_newsletter svg {
        position: relative;
        margin-right: 5px;
        color: #313131;
        font-size: 19px;
    }

    .newsletter input[type="image"] {
        padding: 10px;
        position: relative;
        float: right;
    }

    section.carousel {
        background-color: #f1f1f1;
        width: 100%;
        border-top: 1px solid #dddbdb;
        margin-top: 20px;
        padding-top: 20px;
    }

        section.carousel.motorrad {
            background-color: #dee0e1;
            border-top: none;
        }

            section.carousel.motorrad .big.btn {
                float: right;
                margin-right: 20px
            }

            section.carousel.motorrad .newsart.gallery {
                padding: 0px;
                height: auto;
                overflow: auto;
                margin-bottom: 0px;
                width: 100%;
                background: white;
                position: relative;
                float: left;
                margin: 0%;
                min-height: 310px;
            }

                section.carousel.motorrad .newsart.gallery .newsart_img {
                    height: 160px;
                }

            section.carousel.motorrad h2 {
            }

            section.carousel.motorrad .newsart.gallery h3 a {
                line-height: 23px;
                font-size: 20px
            }

    .newsart p {
        /*text-align: center*/
    }

    section.carousel h2 {
        font-size: 60px;
        color: #ffffff;
        font-weight: 300;
        font-family: 'Kanit', sans-serif;
        text-align: center;
        padding: 0px;
        margin: 0px;
        position: relative;
    }

    aside.riepilogo .item .immagine_prodotto {
        width: 100%;
        position: relative;
        float: left;
        margin-bottom: 0px;
    }

    aside.riepilogo h2.titolo {
        font-size: 35px;
        margin: 0px;
        text-align: left;
        color: #333;
        width: 100%;
        position: relative;
        clear: both;
        font-weight: 300;
        padding: 20px 0px 20px 0px;
    }

    .titolo:after {
    }

    .linguetta {
        position: absolute;
        padding: 7px 10px;
        left: 15px;
        top: 15px;
        color: white;
        font-size: 16px;
        font-weight: 300;
        background: #313131;
    }

    .banners {
        display: inline-block;
        width: 100%;
        margin: 20px 0px;
    }

     section .banners {
        margin: 20px 0px;
    }

    .banners img {
        display: inline-block;
        margin: 0px;
        height: 130px;
        width: initial;
        max-width: initial;
        vertical-align: top;
        text-align: left;
        position: relative;
        float: left;
    }

    .banners a {
        display: inline-block;
        width: 166px;
        height: 130px;
        overflow: hidden;
        position: relative;
        float: left;
        border: 1px solid white;
    }

    aside .tags ul {
        margin-bottom: 20px
    }

    .tags ul, section .tags ul {
        display: block;
        width: 100%;
        clear: both;
        padding: 0px;
    }

        .tags ul li,  section .tags ul li {
            display: inline-block;
            margin-bottom: 3px;
        }

            .tags ul li a {
                padding: 2px 7px;
                background: #f1f1f1;
                color: #727780;
                margin: 2px;
                display: inline-block;
                -moz-border-radius: 2px;
                border-radius: 2px;
            }

                .tags ul li a:hover {
                    text-decoration: none;
                    background: #727780;
                    color: white;
                }

        .tags ul.selezionati li a {
            /*   background: #313131;
    color: #fff;*/
            color: #313131;
            font-weight: 500;
        }

            .tags ul.selezionati li a:hover {
                text-decoration: none;
                color: white
            }

    aside h2 {
        font-size: 30px;
        margin: 0px;
        text-align: left;
        color: #0e3f67;
        width: 100%;
        position: relative;
        clear: both;
        /* font-weight: bold; */
        padding: 30px 0px 10px 0px;
        font-weight: 300;
    }

    aside .handlers h2 {
        font-size: 20px;
        margin: 0px;
        text-align: center;
        color: #666666;
        width: 100%;
        position: relative;
        clear: both;
        font-weight: 300;
        padding: 20px;
    }

    .selettori_shop h2 {
        margin: 0px 0px 0px 0px;
        border-bottom: none;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 0px;
        font-size: 20px;
        background: #313131;
        padding: 10px;
        text-align: left;
    }

    .tags ul li a::after {
        content: "\f055";
        color: #313131;
        font-weight: bold;
        font-family: "Font Awesome 5 Free";
        margin-right: 0px;
        font-size: 12px;
        margin-left: 5px;
    }

    .tags ul li:hover a::after {
        color: #ccc;
    }

    .tags ul.selezionati li a::after {
        content: "";
        margin-left: 0px;
    }

    .tags ul.selezionati li a::before {
        content: "\f056";
        color: #313131;
        font-weight: bold;
        font-family: "Font Awesome 5 Free";
        margin-right: 5px;
        font-size: 12px;
        margin-left: 5px;
    }

    .tags ul.selezionati li:hover a::before {
        color: #ccc;
    }

    .tornaindietro {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px dashed rgba(123, 127, 135, 0.52);
        font-size: 16px;
    }

    section .condividi_articolo {
        padding: 15px 0px 0px 0px;
        display: inline-block;
        width: auto;
        float: left;
    }

    .blog section .condividi_articolo {
        padding: 10px 0px 0px 0px;
        float: right;
    }

    section .tornaindietro {
        margin-top: 25px;
        border-top: none;
        color: #0f3f68;
        display: inline-block;
        width: auto;
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
        font-size: 16px;
        float: left;
        font-weight: 600
    }

        section .tornaindietro svg {
            margin-right: 10px
        }

        section .tornaindietro a {
            font-weight: 500;
            color: #313131
        }

        section .tornaindietro:hover {
            color: #313131;
        }

    section header .tornaindietro {
        margin-top: 20px;
        font-size: 15px;
        margin-bottom: 10px;
    }

    section.dettaglio header .tornaindietro {
        margin-top: 0px;
        font-size: 15px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

     section .item ul li::before {
        content: "";
        color: #313131;
        font-weight: bold;
        font-family: "Font Awesome 5 Free";
        margin-right: 0px;
        font-size: 20px;
    }

     .item ul {
        padding: 0px;
    }

    .contatta {
        border: 1px solid #e5e5e5;
        display: inline-block;
        width: 100%;
        margin: 20px 0px 10px 0px;
    }

        .contatta .box {
            position: relative;
            float: left;
            width: 25%;
            padding: 20px;
        }

            .contatta .box .field_note {
                margin-bottom: 10px;
                height: 135px;
            }

            .contatta .box .field_module {
                margin-bottom: 10px
            }

            .contatta .box .btn {
                width: 100%;
                text-align: center;
                text-shadow: none;
                text-transform: uppercase;
                font-weight: 500;
                padding: 15px 20px;
                font-size: 18px;
            }

                .contatta .box .btn svg {
                    margin-right: 5px;
                    font-size: 22px;
                    position: relative;
                    top: 2px
                }

            .contatta .box:nth-child(2) {
                padding: 0px;
                border-right: 1px solid #e5e5e5;
            }

            .contatta .box:nth-child(4) {
                padding-left: 0px;
            }

            .contatta .box:nth-child(1) {
                /*  width: 20%;*/
                background: #f1f1f1;
                border-right: 1px solid #e5e5e5;
                height: 250px;
                padding: 0px;
            }

                .contatta .box:nth-child(1) .btn {
                    width: 80%;
                    margin: 0% 10% 4% 10%;
                    font-size: 16px;
                    padding: 10px;
                }

     section .contatta ul li svg {
        color: #313131;
        position: absolute;
        left: 26px;
        margin-top: 2px;
    }

     .contatta ul {
        padding: 20px 20px 0px 20px;
    }

         .contatta ul.social {
            padding: 20px;
            display: inline-block;
            width: 100%;
            border-top: 1px solid #e5e5e5;
        }

     section .contatta ul.social li svg {
        color: #313131;
        position: relative;
        left: 0px;
        font-size: 40px
    }

     section .contatta ul.social li {
        position: relative;
        float: left;
        padding: 0px;
        opacity: 1;
        background-repeat: no-repeat;
        margin: 0px 10px 0px 0px;
    }

     section .contatta ul li {
        padding-left: 30px;
    }

         section .contatta ul li::before {
            content: "";
            margin-right: 0px;
        }

    .contatta .box h3 {
        font-size: 20px;
        color: #313131;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        margin: 0px;
        padding: 20px;
        border-bottom: 1px solid #e5e5e5;
    }

    .contatta iframe {
        width: 100%;
        height: 250px;
    }

     section .img {
        overflow: hidden;
        margin-bottom: 0px;
        position: relative;
        width: 50%;
        float: left;
        margin-right: 30px;
    }

     section .img {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px
    }

     section .banners {
        margin: 40px 0px 20px 0px
    }

    .cbp-vm-options {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        padding: 0px 10px;
    }

    section .cbp-vm-options h1 {
        text-transform: inherit;
        margin-bottom: 2px;
        font-size: 25px;
    }

        section .cbp-vm-options h1 a:first-child {
            color: #313131;
            padding: 0px;
            text-transform: uppercase;
        }

    .cbp-vm-options header {
        width: 60%;
        clear: inherit;
        border-bottom: none;
        padding-bottom: 0px;
    }

        .cbp-vm-options header .n_prodotti {
            font-size: 14px
        }
    /* selettori shop */
    /* Style the header */
    .selettori_shop {
    }
    /* Page content */
    .content {
        padding: 0px;
    }
    /* The sticky class is added to the navbar with JS when it reaches its scroll position */
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0px;
        z-index: 9;
    }
        /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
        .sticky + .content {
            padding-top: 60px;
        }
    /* fine sticky */
    #navbar .login {
        display: none
    }

    #navbar.sticky .login {
        display: inherit;
        position: absolute;
        padding: 8px;
    }

    .btn.shop, input[type="submit"].btn.shop {
        padding: 9px 12px;
        font-size: 16px;
        background: #69be28;
        color: white;
        border-color: #69be28;
    }

        .btn.shop svg {
            margin-right: 5px
        }

    legend {
        background: #e4e7ea;
        padding: 10px 20px;
        color: #0e3f67;
        font-size: 15px;
        font-weight: 600;
    }

    fieldset a {
        color: #7bce2b
    }

    .condizioni {
        padding: 20px;
        background-color: #F2F2F2;
        margin-bottom: 20px;
        background: rgba(0, 0, 0, 0.05);
        margin: 20px 0px;
    }

        .condizioni img {
            text-align: center;
            max-width: 120px;
            margin-right: 20px;
            position: relative;
            float: left;
            margin-bottom: 0px;
        }

        .condizioni p {
            text-align: justify;
            line-height: 23px;
            margin-bottom: 0px;
            font-size: 12px;
        }

        .condizioni hr {
            border: none;
            background: rgb(165, 165, 165);
            height: 1px;
            width: 100%;
            margin: 10px 0px;
            opacity: 0.5;
        }

        .condizioni svg {
            position: relative;
            float: left;
            font-size: 74px;
            margin-right: 20px;
            color: #003087;
        }

    fieldset .label_module {
        width: 34%;
        margin: 17px 0px 22px 0px;
    }

    fieldset .field_note {
        width: 64%;
        border: 1px solid #d0d3d6;
    }

    .btn.shop.ordina, input[type="submit"].btn.shop.ordina {
        float: right;
        padding: 9px 30px;
        color: white;
        font-size: 22px;
        margin-right: 20px;
    }

    .content .btn.shop.ordina::after, .content .tableresponsive td .btn.modifica::after, .content .tableresponsive td .btn.cancella::after {
        content: "";
    }

    .btn.shop.ordina:hover {
    }

    .help {
        float: right;
        font-size: 42px;
        position: relative;
        top: 3px;
    }

    .btn.ordini, input[type="submit"].btn.ordini {
        margin-top: 28px
    }

    .section_preferiti {
        width: 100%;
    }

        .section_preferiti .prodotti .item {
            width: 22%;
        }

        .section_preferiti .old_price {
            margin-top: -3px;
        }

    .spedizione, .documenti {
        /*background: #f1f1f1;*/
        text-align: center;
        margin: 10px 0px;
        padding: 10px 0px;
        display: inline-block;
        width: 100%;
    }

    .content .box .spedizione p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0px;
        text-align: center;
        font-weight: 500;
    }

    .content .box .spedizione p {
        text-align: center;
        font-size: 17px;
        color: #333;
    }

        .content .box .spedizione p span {
            text-transform: uppercase
        }

     section .box .spedizione ul li::before {
        content: "";
        margin-right: 0px;
    }

    .content .box .spedizione ul {
        display: block;
        text-align: center;
        margin: 0px;
        padding: 20px 0px 0px 0px;
    }

        .content .box .spedizione ul li {
            display: inline-block;
            margin: 0px;
            background: none;
            padding: 0px 10px;
            color: #5f5f5f;
        }

            .content .box .spedizione ul li svg {
                color: #313131;
                margin-right: 5px
            }

    .img {
        text-align: center;
    }

    fieldset {
        width: 100%;
        margin: 20px 0px;
        padding: 20px;
        border: 1px solid #d0d3d6;
    }

    .campo_form.tipologia {
        margin-top: 0px;
        width: 100%;
        text-align: center;
    }

        .campo_form.tipologia .label_module, .modal-dialog.big #FormRegistrazione .campo_form.tipologia .label_module {
            width: 100%;
            padding: 0px;
            display: inline-block;
            margin-bottom: 10px;
        }

        .campo_form.tipologia .me-select label {
            width: auto;
            padding: 5px 20px 5px 33px;
            font-weight: 500;
            font-size: 16px;
        }

        .campo_form.tipologia .me-select {
            padding: 13px 20px;
            background: #f1f1f1;
            margin: 0px;
            text-align: center;
        }

    .campo_form .mini:first-child {
        position: relative;
        float: left;
        width: 60%;
        padding-right: 10px;
    }

    .campo_form .mini {
        position: relative;
        float: left;
        width: 40%;
    }

    .dx, section .box.dx {
        position: relative;
        float: right;
        width: 49%;
        border: 1px solid #d9dbde;
        margin-left: 1%;
        padding: 20px;
    }

    .sx, section .box.sx {
        position: relative;
        float: left;
        width: 49%;
        border: 1px solid #d9dbde;
        margin-right: 1%;
        padding: 20px;
    }

    section.riservata .sx {
        width: 40%;
        border: none;
        margin: 0%;
        padding: 0px 20px 0px 0px;
    }

    section.riservata .dx {
        width: 60%;
        border: none;
        margin: 0%;
        padding: 0px;
    }

    .dx fieldset, .sx fieldset {
        width: 100%;
        margin: 0px;
    }

    .box.sx input[type="button"].facebook_btn, input[type="button"].facebook_btn {
        padding-left: 34px;
        background-color: #3b5998;
        color: white;
        border-color: #3b5998;
        background-image: url(../img/icone/facebook-logo.png);
        background-repeat: no-repeat;
        background-position: 6px 13px;
        float: left;
        background-size: auto 20px;
        font-size: 15px;
        /* padding-top: 10px; */
        /* padding-bottom: 10px; */
        padding-top: 11px;
        padding-bottom: 12px;
    }

    .tabelle_carrello section .dx h2, .tabelle_carrello section .sx h2 {
        text-align: left
    }

    .box.sx input[type="button"].google_btn, input[type="button"].google_btn {
        padding-left: 34px;
        /*background-color: #ffffff;*/
        color: #8c8c8c;
        border-color: #b7b7b7;
        background-image: url(../img/icone/google-logo.png);
        background-repeat: no-repeat;
        background-position: 6px 13px;
        float: left;
        background-size: auto 20px;
        margin-left: 5px;
        font-size: 15px;
        padding-top: 11px;
        padding-bottom: 12px;
    }

    section .dx h2, section .sx h2 {
        font-size: 25px;
        color: #313131;
        font-weight: 500;
        width: 100%;
        margin: 0px 0px 10px 0px;
        clear: both;
        padding-bottom: 10px;
    }

    .altrasede {
        display: inline-block;
        background: #f1f1f1;
        padding: 20px 10px 0px 20px;
        margin: 20px 0px 0px 0px;
    }

    section .tabelle_carrello .box {
        display: inline-block;
        background: #f1f1f1;
        margin-bottom: 20px;
        min-height: 180px;
        border: none
    }

        section .tabelle_carrello .box h3 {
            font-size: 19px;
            font-weight: 500;
            width: 100%;
            margin: 0px 0px 10px 0px;
            clear: both;
            padding-bottom: 10px;
        }

        section .tabelle_carrello .box .me-select {
            float: left;
            clear: inherit;
            width: 63%;
        }

        section .tabelle_carrello .box .campo_form {
            width: 40%;
            max-width: 225px
        }

        section .tabelle_carrello .box.sx.unico .campo_form {
            width: 50%;
            max-width: inherit
        }

        section .tabelle_carrello .box a.btn {
            float: right;
            padding: 10px 23px;
        }

        section .tabelle_carrello .box a {
            float: right;
            padding: 3px 0px;
        }

    .riepilogo_carrello {
        padding-bottom: 10px;
        display: inline-block;
        width: 100%;
        background: white;
        padding: 20px;
        margin-bottom: 0px;
    }

        .riepilogo_carrello .btn {
            float: right;
            padding: 5px 10px;
            margin-bottom: 10px;
            font-size: 18px;
            margin-top: 10px;
        }

        .riepilogo_carrello ul {
            text-align: right;
            margin: 0px 0px 10px 0px;
            padding: 0;
        }

            .riepilogo_carrello ul li {
                width: 100%;
                border-top: 1px dotted #ccc;
                color: #666;
                background: none;
                margin: 0px;
                padding: 8px 0px;
                height: auto;
                min-height: 20px;
                font-size: 16px;
                text-align: left;
            }

                .riepilogo_carrello ul li div {
                    position: relative;
                    width: 184px;
                    float: right;
                    font-size: 17px;
                    text-shadow: 0 1px 0 white;
                }

                .riepilogo_carrello ul li strong {
                    color: black
                }

                .riepilogo_carrello ul li div.subtotale {
                    color: #666;
                    font-size: 23px;
                    text-shadow: 0 1px 0 white;
                    position: relative;
                    top: -5px;
                }

                .riepilogo_carrello ul li div.totale {
                    color: #000;
                    font-size: 25px;
                    text-shadow: 0 1px 0 white;
                    position: relative;
                    top: -5px;
                }

    .dx hr {
        background: none;
        height: 1px;
        width: 100%;
        padding: 0px;
        border: none;
        margin: 20px 0px 20px 0px;
        display: inline-block;
        border-top: 1px dotted #ccc;
    }

    .dx .btn.big {
        float: right;
        display: block;
        clear: both;
        background: #e70613;
        color: white;
        font-size: 20px;
    }

    .azienda {
        position: relative;
        float: right;
    }

        .azienda img {
            position: relative;
            float: left;
            height: 38px;
        }

        .azienda h2 {
            display: inline-block;
            font-size: 14px;
            margin: 9px 0px;
        }

    .menu_servizio {
        display: inline-block;
        width: 100%;
        background: #313131;
    }

        .menu_servizio .dx {
            position: relative;
            float: right;
            width: auto;
            border: none;
            margin-right: 0%;
            padding: 0px;
        }

        .menu_servizio .sx {
            position: relative;
            float: left;
            border: none;
            margin-right: 0%;
            padding: 0px;
            width: 70%;
        }

            .menu_servizio .sx ul li {
                position: relative;
                float: left;
                display: flex;
                padding: 13px 7px;
                color: white;
            }

            .menu_servizio .sx ul:last-child {
                /*  float:right;*/
            }

            .menu_servizio .sx ul li svg {
                font-size: 20px;
                margin-right: 10px;
            }

            .menu_servizio .sx ul li a {
                color: white;
            }

    .testata_cerca .select_module {
        padding: 10px;
        border: none;
        width: auto;
        color: #313131;
        -moz-border-radius: 0px;
        border-radius: 0px;
        height: 41px;
        background: #dce1e2;
        position: relative;
        float: left;
        font-weight: 500;
    }

    .testata_cerca ul li {
        display: inline-block;
        padding: 10px;
        color: #313131;
    }

    .testata_cerca ul {
        display: inline-block;
    }

        .testata_cerca ul li svg {
            color: #313131;
            /* position: absolute; */
            font-size: 40px;
        }

    .testata_cerca {
        position: relative;
        float: right;
        width: auto;
        margin: 36px 0px;
    }

     section .banner {
        background: none;
        padding: 0px;
        display: inline-block;
        width: 100%;
    }

    ul.soluzioni {
        display: block;
        text-align: center;
        margin: 50px 0px 40px 0px;
    }

     section ul.soluzioni li::before {
        content: "";
        margin-right: 0px;
    }

    section.contenuto .box {
        position: relative;
        float: left;
        width: 100%;
        padding: 40px;
        text-align: center;
    }

     ul.soluzioni .img {
        border: none;
        margin: 0px;
    }

     ul.soluzioni li {
        background: #0e3f67;
        /* padding: 36px; */
        margin: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 23%;
        min-height: 224px;
        position: relative;
    }

         ul.soluzioni li a {
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0px;
            left: 0px;
            padding: 36px;
        }

     ul.soluzioni {
        margin: 0px;
    }

         ul.soluzioni li:hover {
            /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f3f68+1,490b1d+100 */
            background: #356084; /* Old browsers */
            background: -moz-linear-gradient(top, #356084 0%, #003866 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #356084 0%, #003866 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #356084 0%, #003866 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#356084', endColorstr='#003866', GradientType=0); /* IE6-9 */
        }

         ul.soluzioni li img {
            margin: 20px 0px 20px 0px;
            -webkit-transform: scale(0.9, 0.9);
            -webkit-transition-duration: 500ms;
            -webkit-transition-timing-function: ease-out;
            /* Webkit for Mozila Firefox */
            -moz-transform: scale(0.9, 0.9);
            -moz-transition-duration: 500ms;
            -moz-transition-timing-function: ease-out;
            /* Webkit for IE( Version: 11, 10 ) */
            -ms-transform: scale(0.9, 0.9);
            -ms-transition-duration: 500ms;
            -ms-transition-timing-function: ease-out;
            /* Webkit for IE( Version: 11, 10 ) */
            transform: scale(0.9, 0.9);
            transition-duration: 500ms;
            transition-timing-function: ease-out;
        }

         ul.soluzioni li:hover img {
            -webkit-transform: scale(1, 1);
            -webkit-transition-duration: 500ms;
            -webkit-transition-timing-function: ease-out;
            /* Webkit for Mozila Firefox */
            -moz-transform: scale(1, 1);
            -moz-transition-duration: 500ms;
            -moz-transition-timing-function: ease-out;
            /* Webkit for IE( Version: 11, 10 ) */
            -ms-transform: scale(1, 1);
            -ms-transition-duration: 500ms;
            -ms-transition-timing-function: ease-out;
            /* Webkit for IE( Version: 11, 10 ) */
            transform: scale(1, 1);
            transition-duration: 500ms;
            transition-timing-function: ease-out;
        }

    ul.soluzioni li, .banner h1 {
        display: inline-block;
        color: white;
        padding: 10px 17px;
        font-size: 32px;
        text-align: center;
        font-family: 'Kanit', sans-serif;
    }

    .banner ul li svg {
        position: relative;
        margin-right: 10px;
        font-size: 40px;
        top: 5px;
    }

     section hr, section.dettaglio hr {
        background: none;
        border-top: 1px dotted #ccc;
        height: 1px;
        width: 100%;
        padding: 0px;
        border-bottom: none;
        border-left: none;
        border-right: none;
        margin: 10px 0px;
        display: inline-block;
    }

    .mappa {
        margin-bottom: 20px
    }

    .riepilogo_sezione.intestazione {
        margin-bottom: 30px;
        background: #ffffff;
        padding: 20px;
        border-radius: 5px;
        border: 1px solid #eaebf1;
    }

    .n_prodotti strong {
        color: #313131;
        font-weight: 500;
    }

    .documenti ul li::before {
        content: "\f1c1";
        color: #7bce2b;
        font-weight: bold;
        font-family: "Font Awesome 5 Free";
        margin-right: 4px;
        top: -3px;
        position: relative;
    }

    .documenti:nth-child(2) ul li::before {
        content: "\f07c";
        color: #7bce2b;
        margin-right: 10px;
        top: 0px;
        position: relative;
        left: 4px;
        font-size: 15px;
    }

    .documenti ul li {
        position: relative;
        float: left;
        width: 100%;
        margin: 0px;
        padding: 0px 0px 15px 0px;
        font-size: 15px;
    }

        .documenti ul li:last-child {
            padding: 0px 0px 0px 0px;
        }

    .documenti h2, .documenti li {
        text-align: left;
    }

    .documenti ul li:hover a, .documenti ul li:hover::before {
        color: #313131
    }

    .btn.contattaci svg {
        color: #ffd824;
        font-size: 31px;
        position: absolute;
        left: 17px;
        top: 15px;
    }

    .btn.contattaci {
        padding: 20px;
        line-height: 20px;
        color: white;
        margin-top: 0px;
        border: 5px solid white;
        -moz-box-shadow: 0px 2px 11px 0px rgba(179, 174, 174, 0.6);
        -webkit-box-shadow: 0px 2px 11px 0px rgba(179, 174, 174, 0.6);
        box-shadow: 0px 2px 11px 0px rgba(179, 174, 174, 0.6);
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: rgb(30, 87, 153);
        background: -moz-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
        background: linear-gradient(to bottom, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
        font-size: 15px;
        width: 100%;
        text-align: right;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    }

        .btn.contattaci:hover {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,207cca+49,2989d8+50,1e5799+100 */
            background: rgb(125, 185, 232); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(125, 185, 232, 1) 0%, rgba(32, 124, 202, 1) 49%, rgba(41, 137, 216, 1) 50%, rgba(30, 87, 153, 1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(125, 185, 232, 1) 0%, rgba(32, 124, 202, 1) 49%, rgba(41, 137, 216, 1) 50%, rgba(30, 87, 153, 1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(125, 185, 232, 1) 0%, rgba(32, 124, 202, 1) 49%, rgba(41, 137, 216, 1) 50%, rgba(30, 87, 153, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8', endColorstr='#1e5799', GradientType=0); /* IE6-9 */
        }

    .taglie {
        position: relative;
        float: left;
        display: inline-block;
    }

        .taglie .btn {
            background-color: #a3a7b0;
            border-color: #a3a7b0;
            position: relative;
            float: left;
            display: inline-block;
            color: white;
            padding: 10px 15px;
        }

            .taglie .btn svg {
                margin-right: 5px;
            }

            .taglie .btn:hover {
                background-color: #313131;
                border-color: #313131
            }

    .slideshow .caption_moto {
        position: absolute;
        background: white;
        display: inline-block;
        left: 0px;
        top: 45%;
        z-index: 8;
        padding: 20px 40px 0px 20px;
    }

     section .slideshow .caption_moto h1 {
        position: relative;
        float: left;
        display: inline-block;
        font-size: 43px;
        margin: 5px 0px;
    }

    .slideshow .caption h1 {
        position: relative;
        float: left;
        display: inline-block;
        margin: 5px 0px;
        font-size: 41px;
    }

    .slideshow .caption img, .slideshow .caption_moto img {
        margin-right: 20px;
        position: relative;
        float: left;
        top: -8px;
    }

    .slideshow .caption_moto img {
        height: 77px;
    }

    .container .slideshow {
        margin: 30px 0px 0px 0px;
        padding: 0px 20px;
        background: none;
        overflow: hidden;
        position: relative;
    }

    .container section .slideshow {
        margin: 30px 0px 0px 0px;
        padding: 0px 0px;
    }

    .content  section .slideshow p {
        font-size: 21px;
        margin-bottom: 0px;
        padding: 20px;
    }

     section .hoverbox.moto {
        text-align: left;
    }

         section .hoverbox.moto h3 {
            text-align: left;
            font-size: 50px;
            text-transform: uppercase;
            margin: 40px 10px 20px 10px;
            color: #313131;
            display: block;
        }

             section .hoverbox.moto h3 strong {
                font-weight: 600
            }

    .content .box .descrizione p {
        font-size: 15px;
        line-height: 24px;
        text-align: left;
        color: #646363;
        margin: 10px 0px;
    }

    .btn.shop.big {
        margin: 15px 7px 20px 0px;
        padding: 10px 15px;
        font-size: 25px;
        background: #69be28;
        color: white;
        border-color: #69be28;
        font-family: 'Kanit', sans-serif; /* clear: both; */ /* display: block; */ /* float: left; */
    }

        .btn.shop.big.blue {
            border-color: #313131;
            background: #313131;
        }

    section.dettaglio.moto .box:nth-child(2) {
        padding: 0px;
    }

    section.dettaglio.moto .box, .content.usato .box:nth-child(3) {
        position: relative;
        float: left;
        width: 48%;
        padding: 20px;
        background: white;
        margin: 1%;
    }

        section.dettaglio.moto .box .condividi_articolo {
            width: 100%;
            float: left;
        }

        section.dettaglio.moto .box h1 {
            font-size: 40px;
            position: relative;
            float: left;
            margin-bottom: 0px;
            color: #313131;
        }

            section.dettaglio.moto .box h1 img {
                margin-right: 20px;
                position: relative;
                float: left;
                top: -3px;
                height: 50px;
            }

    .mappa.tour iframe {
        width: 100%;
        height: 550px;
    }

    .newsart.gallery {
        padding: 15px;
        height: auto;
        overflow: auto;
        margin-bottom: 20px;
        width: 31%;
        background: white;
        position: relative;
        float: left;
        margin: 1%;
        min-height: 425px;
    }

        .newsart.gallery .newsart_img {
            position: relative;
            float: left;
            width: 100%;
            height: 250px;
            display: table;
            margin-right: 0px;
        }

            .newsart.gallery .newsart_img img {
                max-height: 250px;
                max-width: 100%;
            }

        .newsart.gallery h3 {
            font-family: 'Kanit', sans-serif;
            line-height: 20px;
            margin: 0px;
            text-align: center;
            display: block;
            clear: both;
            position: relative;
            padding: 20px 0px;
        }

            .newsart.gallery h3 a {
                font-size: 22px;
                line-height: 25px;
                text-align: center;
                font-family: 'Kanit', sans-serif;
            }

            .newsart.gallery h3 span {
                display: block;
                margin: 10px 0px 0px 0px;
            }

    .content  .newsart.gallery p {
        font-size: 15px;
        color: #696a6f;
        line-height: 22px;
        margin-bottom: 10px;
        text-align: center;
    }

     section ul.gallery {
        display: block;
        text-align: center;
        padding: 0px;
        margin: 20px 0px 40px 0px;
    }

         section ul.gallery li {
            display: inline-block;
            width: 15.6%;
            vertical-align: top;
            padding: 0px;
            padding: 10px;
            margin: 0.4%;
            background: white;
        }

             section ul.gallery li div {
                height: 110px;
                overflow: hidden
            }

                 section ul.gallery li div img {
                    width: 100%;
                }

             section ul.gallery li::before {
                content: "";
                margin-right: 0px;
            }

    .logo_prodotto {
        margin-bottom: 10px
    }
    /* INIZIO POPUP */
    #box_popup_che_deve_comparire {
        position: absolute;
        top: 0%;
        left: 0px;
        z-index: 999999;
        right: 0px;
        max-width: 100%;
        margin: 0px auto;
        padding: 40px 0px;
        height: 100%;
    }

        #box_popup_che_deve_comparire a.close {
            position: absolute;
            z-index: 99999;
            text-decoration: none;
            font-size: 75px;
            color: #ffffff;
            top: 20px;
            right: 20px;
            font-weight: bold;
        }

    #coprente {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        background-color: rgba(0, 0, 0, 0.6);
        text-align: center;
    }

    #box_popup_che_deve_comparire img {
        max-height: 100%;
        position: relative;
        background: white;
        border: 10px solid white;
    }
    /* FINE POPUP */
    .content.usato {
        background: #464c4f;
    }

        .content.usato header a, .div.content.usato header a:hover {
            color: #fff;
            text-decoration: none;
        }

        .content.usato .linguetta {
            background: #313131;
        }

        .content.usato .cbp-vm-options header .n_prodotti {
            color: white
        }

    .loghi_motorrad {
        position: absolute;
        left: 20px;
        bottom: 20px;
        z-index: 1;
    }

        .loghi_motorrad img {
            position: relative;
            float: right;
            margin-right: 10px;
            height: 80px;
        }

    .banner.motorrad {
        background: #313131;
        padding: 0px 0px;
        display: inline-block;
        width: 100%;
        clear: both;
        text-align: left;
    }

        .banner.motorrad .img {
            width: 20%;
            position: relative;
            float: left
        }

        .banner.motorrad .testo {
            width: 80%;
            position: relative;
            float: left;
            padding: 23px;
        }

     .banner.motorrad .img img {
        margin-bottom: 0px
    }

     section.unico .banner h2 {
        color: white;
        font-size: 38px;
        font-weight: 400;
        padding: 0px;
        text-align: left;
        line-height: 40px;
        margin: 0px 0px 20px 0px;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
        padding-bottom: 20px;
        border-top: 0px;
    }

    .content  .banner p {
        margin: 0px;
        font-size: 30px;
        line-height: 35px;
        color: #f1f1f1;
        font-family: 'Kanit', sans-serif;
    }

        .content  .banner p a {
            text-decoration: none;
            color: #ffcf00;
            padding-bottom: 1px;
            border-bottom: 1px dotted transparent;
        }

            .content  .banner p a:hover {
                text-decoration: none;
                color: #ffcf00;
                border-bottom: 1px dotted #ffcf00;
            }

    .banner .testo .btn {
        text-align: left;
        background: white;
        position: absolute;
        right: 20px;
        top: 20px;
        padding: 0px 10px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .banner .testo .btn:hover {
            background: #313131
        }

    a.btn svg {
        margin-right: 10px
    }

    header .select_module {
        position: relative;
        float: right;
        margin-top: -64px;
        width: 200px;
        margin-right: 24px;
    }

    .menu_footer .sx {
        margin: 0px;
        padding: 0px;
        width: 50%;
        border: none;
    }

    .menu_footer .dx {
    }

    .menu_footer .sx, .menu_footer .dx {
        margin: 0px;
        border: none;
        padding: 40px 0px 0px 0px;
    }

    .menu_footer .sx {
        width: 50%;
    }

    .menu_footer .dx {
        width: 50%;
    }

    .menu_footer .sx .box {
        margin: 0px;
    }
    /*.menu_footer .sx .box a img, .menu_footer .logo a img {
  margin: 0px 38px 0px 0px;
  height: 70px;
}*/
    .menu_footer .logo div {
        margin: 0px 35px 0px 0px;
        width: 119px;
        position: relative;
        float: left;
        display: inline-block;
        text-align: center;
    }

        .menu_footer .logo div span {
            width: 100%;
            line-height: 15px;
            font-size: 12px;
            display: inline-block;
            margin-top: 10px; /* text-align: left; */
        }

    .menu_footer .sx .box a img, .menu_footer .logo a img {
        margin: 0px;
        height: 70px;
        width: auto;
        max-width: inherit;
        float: inherit;
    }

    .menu_footer .box ul.social li {
        font-size: 34px;
        margin: 14px 32px 0px 0px;
        padding: 0px;
    }

        .menu_footer .box ul.social li svg {
            color: #a8a8a8;
            margin: 0px;
            font-size: 36px;
        }

    .menu_footer .dx hr {
        margin: 20px 0px 0px 0px;
    }

    .link {
        position: relative;
        float: left;
        font-size: 20px;
        font-weight: 500;
    }

        .link svg {
            margin-right: 5px;
            position: relative;
            font-size: 21px;
            color: #313131;
            top: 1px;
        }

        .link:hover {
            color: #313131;
        }

            .link:hover svg {
                color: #313131;
            }

        .link.due {
            position: relative;
            float: right;
        }

    section.dettaglio .box hr {
        margin: 10px 0px 10px 0px;
    }

     ul.marchi {
        padding: 40px 0px;
        text-align: center
    }

         ul.marchi li {
            list-style-type: none;
            display: table;
            padding: 20px;
            height: 195px;
            vertical-align: top;
            margin-bottom: 0px;
            position: relative;
            float: left;
            width: 16%;
        }

             ul.marchi li div {
                display: table-cell;
                vertical-align: middle
            }

             ul.marchi li img {
                width: 100%;
                max-height: 200px;
                max-width: 200px;
                -webkit-transform: scale(1, 1);
                -webkit-transition-duration: 500ms;
                -webkit-transition-timing-function: ease-out;
                /* Webkit for Mozila Firefox */
                -moz-transform: scale(1, 1);
                -moz-transition-duration: 500ms;
                -moz-transition-timing-function: ease-out;
                /* Webkit for IE( Version: 11, 10 ) */
                -ms-transform: scale(1, 1);
                -ms-transition-duration: 500ms;
                -ms-transition-timing-function: ease-out;
                /* Webkit for IE( Version: 11, 10 ) */
                transform: scale(1, 1);
                transition-duration: 500ms;
                transition-timing-function: ease-out;
            }

             ul.marchi li:hover img {
                /* Webkit for Chrome and Safari */
                -webkit-transform: scale(1.2, 1.2);
                -webkit-transition-duration: 200ms;
                -webkit-transition-timing-function: ease-out;
                /* Webkit for Mozila Firefox */
                -moz-transform: scale(1.2, 1.2);
                -moz-transition-duration: 200ms;
                -moz-transition-timing-function: ease-out;
                /* Webkit for IE( Version: 11, 10 ) */
                -ms-transform: scale(1.2, 1.2);
                -ms-transition-duration: 200ms;
                -ms-transition-timing-function: ease-out;
                /* Webkit for IE( Version: 11, 10 ) */
                transform: scale(1.2, 1.2);
                transition-duration: 200ms;
                transition-timing-function: ease-out;
            }

     section ul.marchi li::before {
        content: "";
        margin-right: 0px;
    }

    .container .container {
        padding: 0px !important
    }

    h3.counter-number {
        color: #313131;
        font-size: 113px;
        font-weight: 500;
        font-family: 'Kanit', sans-serif;
    }

    .counter {
        display: inline-block;
        width: 100%;
        margin: 70px 0px;
    }

    .counter-text {
        font-size: 22px;
        text-transform: uppercase;
        color: #313131;
        padding: 0px 23px;
        font-weight: 500;
        display: block;
        min-width: 130px;
    }

    .counter .box {
        width: auto;
        vertical-align: middle;
        display: inline-block;
        padding: 0px 28px;
    }

    .counter strong {
        color: #2b2a28;
        font-size: 14px;
        font-weight: 500;
        margin: 0px;
        padding: 0px;
    }

    .counter small {
        color: #2b2a28;
        font-size: 20px;
        font-weight: regular;
        margin: 0px;
        padding: 0px;
    }

    .unico.services p {
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        /* line-height: 27px; */
        /* margin: 30px 0px 30px 0px; */
    }

    .unico.services ul {
        text-align: center;
        display: block;
        margin: 60px 0px 30px 0px;
    }

        .unico.services ul li {
            vertical-align: top;
            display: inline-block;
            margin: 10px 25px;
            cursor: pointer;
        }

            .unico.services ul li img {
                margin-bottom: 20px;
            }

    .unico.services li p {
        /* margin: 20px 0px 0px 0px; */
        /* line-height: 20px; */
    }

    section.unico.boxes {
    }

        section.unico.boxes.riservata.blog {
            background: #ffffff;
            padding: 30px 40px;
            margin: 0px 0px 40px 0px;
        }

    section.unico h1 {
        color: #0e3f67;
        font-size: 50px;
        font-weight: 300;
        font-family: 'Kanit', sans-serif;
        text-align: center;
        padding: 0px;
        position: relative;
    }

        section.unico h1.comingsoon {
            font-size: 60px;
            font-style: italic;
            margin: 80px 0px;
        }

    section.unico .pathway {
        font-size: 16px;
        color: #7bce2b;
        width: 100%;
        font-weight: 600;
        margin: 0px;
        padding: 0px 0px;
        float: left;
        text-align: center;
        position: relative;
    }

    .calltoaction {
        background-image: url("../img/cta_bg.jpg");
        background-size: cover;
        padding: 15px 20px;
    }

        .calltoaction .campo_form {
            width: 100%;
            position: relative;
            float: left;
            padding-right: 0px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 14px;
            padding-bottom: 10px;
            color: white;
        }

    aside .calltoaction .field_module, aside .calltoaction .select_module {
        border: none;
        padding: 15px;
        height: 51px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .calltoaction .select_module {
        color: #313131;
        font-weight: 500
    }

    aside .calltoaction .field_note {
        font-size: 16px;
    }

    .calltoaction input[type="button"].btn {
        width: 100%;
        margin: 15px 0px 10px 0px;
    }

    .calltoaction .checkbox_text {
        color: #fff;
    }

        .calltoaction .checkbox_text a {
            color: #fff;
            text-decoration: underline
        }

    .content  .calltoaction p {
        color: white;
        font-size: 16px;
        margin-bottom: 20px
    }

    aside .calltoaction h2 {
        background: none;
        /* font-size: 20px; */
        margin: 0px;
        text-align: left;
        padding: 0px 0px 10px 0px;
        color: #313131;
        width: 100%;
        position: relative;
        clear: both;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        font-weight: 500;
        font-size: 33px;
        margin-bottom: 20px;
    }

     section ul.servizi {
        color: white;
        background: #ffffff;
        display: inline-block;
        width: 100%;
        padding: 20px 0px;
    }

         section ul.servizi li {
            font-size: 15px;
            margin-bottom: 15px;
            color: #313131;
            background: #eaebf1;
            padding: 20px;
            display: inline-block;
        }

             section ul.servizi li .img {
                max-width: 20%;
                padding-right: 20px;
                margin-bottom: 0px;
                position: relative;
                float: left;
                text-align: center;
            }

                 section ul.servizi li .img img {
                    position: relative;
                    /* float: left; */
                    width: auto;
                    margin: 0px;
                    padding: 12px;
                }

             section ul.servizi li .testo {
                position: relative;
                float: left;
                width: 80%
            }

    ul.servizi h2 {
        color: #313131;
        margin: 0px;
        text-transform: uppercase;
        font-size: 24px;
        padding: 0px;
        /* text-align: right; */
        border: none;
        font-weight: 500;
    }

    .content  ul.servizi p {
        font-size: 16px;
        color: #1f4d77;
        line-height: 25px;
        margin-bottom: 0px;
    }

     section ul.servizi li::before {
        content: "";
        margin-right: 0px;
    }

    section .loghi .box {
        position: relative;
        float: inherit;
        width: 31%;
        padding: 20px;
        border: 10px solid #f6f5f3;
        display: inline-block;
        background: white;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        section .loghi .box img {
        }

        section .loghi .box:hover img {
        }

        section .loghi .box h3, aside .owl-theme h3 {
            color: #0f3f68;
            font-size: 29px;
            margin-bottom: 0px;
            font-weight: 500;
            /* text-align: center;
}
section .loghi .box .recensioni, section .loghi .box .luogo {
  width: 100%;
  margin: 0px;
  padding: 0px 20px 20px 20px
}
section .loghi .box .luogo img {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
section .loghi.certificati .box .img_marchi {
  width: 100%;
  height: 285px;
  display: table;
  margin-bottom: 20px
}
 section .loghi.certificati .box h3 {
  font-size: 18px;
  margin-bottom: 3px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  border: none;
  font-weight: normal;
  color: #313131;
}
section .loghi .box .img_marchi img {
  max-width: 100%;
  max-height: 180px;
  -webkit-transform: scale(0.9, 0.9);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(0.9, 0.9);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(0.9, 0.9);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
  transform: scale(0.9, 0.9);
  transition-duration: 500ms;
  transition-timing-function: ease-out;
}
section .loghi .box:hover .img_marchi img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
  /* Webkit for Mozila Firefox */
            -moz-transform: scale(1, 1);
            -moz-transition-duration: 500ms;
            -moz-transition-timing-function: ease-out;
            /* Webkit for IE( Version: 11, 10 ) */
            -ms-transform: scale(1, 1);
            -ms-transition-duration: 500ms;
            -ms-transition-timing-function: ease-out;
            /* Webkit for IE( Version: 11, 10 ) */
            transform: scale(1, 1);
            transition-duration: 500ms;
        }

    section .loghi.certificati .box {
        width: 100%;
        height: 200px;
        display: table;
        padding: 10px;
    }

    section .loghi .box .img_marchi {
        width: 100%;
        height: 200px;
        display: table;
        padding: 15px;
    }

        section .loghi .box .img_marchi div {
            max-width: 100%;
            max-height: 200px;
            display: table-cell;
            vertical-align: middle;
            text-align: center
        }

     section h3 .loghi .box .img_marchi h3 {
        font-size: 18px;
        margin-bottom: 13px;
        color: #313131;
    }

    .map iframe, .img_articolo iframe {
        height: 600px;
        width: 100%;
    }

    .proposte {
        background-color: #f1f1f1;
        width: 100%;
        padding: 0px;
    }

    .proposta .item {
        position: relative;
        float: left;
        width: 31%;
        margin: 1%;
    }

        .proposta .item .prezzo h3 {
            margin-bottom: 5px;
        }

        .proposta .item .prezzo img {
            top: 0px;
        }

        .proposta .item .titolo h3, .proposta .item .prezzo h3 {
            font-size: 20px;
        }

    .riepilogo .item .immagine_prodotto {
        width: 30%;
        position: relative;
        float: left;
        margin-bottom: 0px;
    }

    .riepilogo .item .linguetta {
        position: absolute;
        padding: 7px 10px;
        left: 0px;
        top: 0px;
        color: white;
        font-size: 16px;
        font-weight: 300;
        background: #313131;
    }

    .riepilogo .item .contenuto {
        width: 70%;
        position: relative;
        float: left;
        padding-left: 20px
    }

    .slide .espandi {
        width: 100%;
        color: #000000;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
        display: block;
        position: relative;
        clear: both;
        margin: 3px 0px;
        font-weight: 500;
        text-decoration: underline;
    }

    .slide .espandi2 {
        width: 100%;
        color: #ffffff;
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        position: relative;
        clear: both;
        margin: 20px 0px 0px 0px;
        font-weight: 300;
        text-decoration: none;
        font-size: 30px;
        text-align: center;
        padding: 20px;
        background: #313131;
        -moz-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer
    }

        .slide .espandi2::before {
            content: 'Mostra i filtri'
        }

        .slide .espandi2.active_btn::before {
            content: 'Nascondi i filtri'
        }

    .slide .espandi::before {
        content: 'Leggi tutto'
    }

    .slide .espandi.active_btn::before {
        content: 'Nascondi'
    }

    .slide .espandi.active_btn {
    }

    .panel_categorie {
        display: none;
        width: 100%;
    }

    .selettori_aside .panel_categorie {
        display: inherit
    }

    .selettori_aside p.slide {
        display: none;
    }

    .intro img {
        margin-bottom: 20px
    }

    .intro {
        margin-bottom: 10px
    }

        .intro p {
            color: #666666;
            font-weight: 300;
            font-size: 16px
        }

    .ordinatori {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

        .ordinatori .select_module {
            padding: 10px;
            border: 1px solid #d9dbde;
            background: #e6e6e6;
            float: left;
            width: 24%;
            color: #666;
            margin: 0.5%;
        }

    .mappa_riepilogo iframe {
        width: 100%;
        height: 250px;
        display: block
    }

    .mappa_riepilogo a {
        display: inline-block;
        width: 100%;
        height: 100%;
        z-index: 1;
        position: relative
    }

    .handlers {
        background: white;
    }

    .selettori .box .ricerca {
        display: inline-block;
        width: 100%;
        margin: 20px 0px 0px 0px
    }

    .slideshow .selettori .box .ricerca {
        margin: 0px 0px 27px 0px;
    }

        .slideshow .selettori .box .ricerca a {
            text-align: right
        }

    .selettori .box .ricerca {
        display: inline-block;
        width: 100%;
        margin: 20px 0px 0px 0px
    }

    .slideshow .selettori .box .btn, .slideshow .selettori .box input[type="button"].btn {
        font-size: 30px;
        padding: 7px 20px;
    }

    .selettori .box .ricerca a {
        color: #fff;
        display: inline-block;
        text-align: center;
        width: 100%;
        font-size: 16px;
        margin: 0px;
        text-decoration: underline;
        padding: 0px;
    }
    /* checkbox e radio button */
    .preferiti input[type="radio"], .preferiti input[type="checkbox"] {
        opacity: 0;
    }

    .preferiti {
        /*    width: 50%;
    height: 30px;
    position: relative;
    float: left;

    margin: 8px 0px 20px 0px;
    color: #ffc100;
    font-size: 17px;
    text-transform: uppercase;*/
    }

    section.riepilogo .item ul li div.preferiti div {
        padding-left: 30px;
        font-weight: 500;
    }

    .preferiti input[type="checkbox"] + label {
        cursor: pointer;
        background-image: url(../img/icone/preferiti.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        left: 0px;
        top: 4px;
        position: absolute;
        width: 30px;
        height: 30px;
    }

    .preferiti input[type="checkbox"]:disabled + label {
        background-image: url(../img/icone/preferiti.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0px;
        top: 4px;
    }

    .preferiti input[type="checkbox"]:checked + label {
        background-image: url(../img/icone/preferiti-on.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        left: 0px;
        top: 4px;
    }

    .preferiti input[type="checkbox"] {
        position: absolute;
        cursor: pointer;
        top: inherit;
        margin-right: auto;
        height: 30px;
        left: 0px;
        z-index: 9;
        display: inline-block;
        width: 100%;
    }
    /* fine checkbox e radio button */
    .riepilogo .item {
        margin-bottom: 20px
    }

    .dettaglio section .linguetta {
        position: absolute;
        padding: 7px 10px;
        left: 0px;
        top: 0px;
        color: white;
        font-size: 16px;
        font-weight: 300;
        background: #313131;
        z-index: 1;
    }

    .dettaglio aside {
        float: right;
        background: #f1f1f1;
        padding: 0px;
        width: 38%;
        margin-bottom: 50px;
    }

    .dettaglio section {
        float: left;
        width: 60%;
        padding: 0px;
        margin-bottom: 50px;
    }

        .dettaglio section .btn {
            padding: 10px 20px
        }

        .dettaglio section p {
            margin-bottom: 10px
        }

            .dettaglio section p a {
                text-decoration: underline
            }

            .dettaglio section p strong, .dettaglio section p b {
                font-weight: 500;
                color: #333
            }

        .dettaglio section ul {
            margin: 20px 0px;
        }

        .dettaglio section hr {
            margin: 30px 0px 0px 0px;
        }

        .dettaglio section ul li, section  ul li {
            /*  background: url(../img/icone/list.png);
  padding: 0px 0px 0px 29px;
  background-repeat: no-repeat;
  margin: 0px 0px 10px 0px;
  background-position: 4px 1px;
  font-size: 15px;
  color: #666;
  line-height: 20px;*/
            margin-bottom: 10px;
            font-size: 16px;
        }

    .content.dettaglio {
        background: white;
    }

        .content.dettaglio  {
            background: #f1f1f1;
        }
    /*
.content.blog  {
  background: #fff;
  padding: 20px;
  display: inline-block;
  width: 100%;
}
*/
    .content.blog  section {
        background: #fff;
        padding: 20px;
        display: inline-block;
        margin: 60px 0px;
    }

    .dettaglio header {
        margin: 30px 0px;
    }

        .dettaglio header h1 {
            width: auto;
            margin-right: 10px;
            display: inline-block;
            float: left;
            font-weight: 300;
        }

    .dettaglio .luogo {
        display: block;
        width: 100%;
        clear: both;
        font-size: 16px;
        color: #666;
    }

    .dettaglio header .luogo {
        margin-top: 10px;
        display: inline-block;
        width: auto;
    }

    .dettaglio .luogo img {
        width: auto;
        top: -2px;
        margin-right: 8px;
    }

    .luogo img {
        width: 15px;
    }

    .dettaglio .recensioni {
        position: relative;
        float: left;
        width: auto;
        padding: 0px;
    }

    .dettaglio header .recensioni {
        float: right;
    }

    ul.info li img {
        height: 22px;
        margin-bottom: 10px;
    }

    .dettaglio aside .info {
        width: 100%;
        border-top: 1px solid #fff;
        padding: 20px 0px;
        text-align: center;
    }

    .dettaglio aside ul.info li strong {
        font-size: 16px;
    }

    .dettaglio aside .info .preferiti div {
        padding-top: 31px
    }

    .dettaglio aside .preferiti input[type="checkbox"]:checked + label, .dettaglio aside .preferiti input[type="checkbox"] + label {
        left: 42px;
        top: 0px;
    }

    .dettaglio aside ul.info li, .dettaglio aside ul.info li:last-child {
        padding: 0px 20px;
    }

    .buttons {
        padding: 20px;
    }

        .buttons .btn {
            font-size: 35px;
            padding: 15px 20px;
            text-align: center;
            width: 100%;
            font-weight: 500;
        }

            .buttons .btn.acquista {
                background: #0f3f68;
                color: white;
                border: none
            }

            .buttons .btn.regala {
                color: #0f3f68;
                border: 3px solid #0f3f68;
            }

            .buttons .btn.acquista:hover {
                background: #313131;
            }

            .buttons .btn.regala:hover {
                color: #fff;
                border: 3px solid #0f3f68;
                background: #0f3f68;
            }

    .people {
        position: relative;
        display: inline-block;
    }

        .people svg {
            font-size: 20px;
            color: #313131;
            float: right;
            position: relative;
        }

        .people img, .proposta .item .prezzo .people img {
            position: relative;
            float: left;
        }

    .dettaglio section .disclaimer {
        margin: 30px 0px;
        font-size: 30px
    }

    .dettaglio section p {
        font-size: 15px;
        color: #666;
        line-height: 22px;
        font-weight: 300;
    }

    .verde {
        color: #313131;
    }

        .verde svg {
            position: relative;
            margin-right: 10px;
            top: 5px;
            font-size: 30px
        }

    .img_place {
        position: relative;
        float: left;
        width: 40%;
        margin: 0px 20px 20px 0px;
    }

        .img_place img {
            width: 31%;
        }

            .img_place img:first-child {
                width: 100%;
                margin: 0px 0px 10px 0px
            }

            .img_place img:last-child {
                margin: 0px 0px 0px 0px
            }

            .img_place img:nth-child(3) {
                margin: 0px 7px;
            }

    .content.dettaglio aside {
    }

    .content.blog header h1 {
        color: #0e3f67;
        font-size: 26px;
        width: 100%;
        font-weight: 300;
    }

    .content.blog  header {
        margin-bottom: 20px
    }

    .content.dettaglio section {
        float: left;
        margin-top: 0px;
    }

        .content.dettaglio section header {
            margin: 0px 0px 30px 0px
        }

    .content.dettaglio aside {
        float: right;
    }

     p {
        margin-bottom: 20px;
        font-size: 15px;
        font-weight: 300;
        line-height: 23px;
    }

    .pswdimenticata {
        position: relative;
        float: right;
        width: auto;
        margin: 10px 0px
    }

        .pswdimenticata a {
            text-decoration: underline
        }

    section.contatti {
        padding: 0px;
        background-color: white
    }

    section.unico.contatti h1 {
        font-size: 40px;
        margin: 40px 0px;
    }

    section .grigio .field_module {
        background: #fff;
        font-weight: 400;
        font-size: 16px;
        padding: 20px;
        color: #0f3f68;
        border: none;
        height: auto;
        width: 80%;
        margin-right: 2%;
    }

    section .grigio .btn.big {
        width: 18%;
        padding: 12px;
        font-size: 25px;
        background: #313131;
        color: white;
    }

    section .grigio {
        margin-bottom: 0px;
        display: inline-block;
        width: 100%;
        padding: 10px 0px;
    }

    section.contatti .sx {
        width: 30%;
    }

    section.contatti .sx, section.contatti .dx {
        border: none
    }

    section.contatti .grigio .box {
        background: white;
        margin: 1%;
        width: 48%;
        padding: 40px 20px;
    }

        section.contatti .grigio .box.grigio {
            padding: 0px 20px;
        }

        section.contatti .grigio .box .btn {
            margin-top: 20px;
            padding: 10px 20px;
            font-size: 18px;
        }

        section.contatti .grigio .box svg {
            color: #0f3f68;
            font-size: 50px
        }

    .btn_semplici {
        display: inline-block;
        width: 100%;
        margin: 0px 0px 20px 0px;
        text-align: center
    }

        .btn_semplici a {
            margin-top: 0px !important
        }

        section.contatti .grigio .box.grigio a, .btn_semplici a {
            font-weight: 500;
            font-size: 15px;
            display: inline-block;
            /* width: 100%; */
            padding: 13px 0px 1px 0px;
            border-bottom: 1px dotted black;
        }

            section.contatti .grigio .box.grigio a:hover, .btn_semplici a:hover {
                color: #0f3f68;
                border-bottom: 1px dotted #0f3f68;
            }

    section.contatti .grigio .box.grigio svg {
        color: #959191;
        font-size: 30px;
        position: relative;
        top: 16px;
        margin-right: 10px;
    }

    section.contatti .grigio .box.grigio svg, section.contatti .grigio .box.grigio h2, section.contatti .grigio .box.grigio p {
        width: auto;
        display: inline-block
    }

    section.contatti .grigio .box.grigio {
        background: transparent;
    }

    section.contatti .dx {
        width: 65%;
        padding-left: 2%
    }

    .grigio {
        background-color: #e4e7ea;
        padding: 15px;
        text-align: center;
    }

    ul.info-list li {
        display: inline-block;
        position: relative;
        vertical-align: top;
        width: 100%;
        text-align: left;
        padding: 20px 10px;
        border-bottom: 1px solid #ccc;
        font-size: 16px;
        color: #313131;
        font-family: 'Kanit', sans-serif;
        font-weight: 400;
    }

        ul.info-list li a {
            font-size: 16px;
            color: #313131;
        }

            ul.info-list li a:hover {
                color: #0f3f68;
            }

        ul.info-list li:hover::after {
            color: #0f3f68;
        }

        ul.info-list li::after {
            content: "\f054";
            color: #313131;
            font-weight: bold;
            font-family: "Font Awesome 5 Free";
            margin-right: 0px;
            font-size: 15px;
            margin-left: 5px;
            position: absolute;
            right: 7px;
            margin-top: 2px;
        }

    ul.info li, section  ul.info li {
        position: relative;
        width: auto;
        display: inline-block;
        padding: 0px;
        background: none;
        margin: 0px;
        font-size: 14px;
    }

        ul.info li:nth-child(2) {
            margin: 0px 10px
        }

    .riepilogo .item ul.info li div {
        position: relative;
        float: right;
        display: inline-block;
        width: auto;
        text-align: center;
        margin: 0px 0px 0px 10px;
    }

        .riepilogo .item ul.info li div.preferiti {
            width: 111px;
        }

    .tabelle_carrello aside .me-select {
        margin-bottom: 0px;
        padding: 0px;
        border-bottom: none;
        background-color: white;
        margin: 10px 0px;
    }

    .tabelle_carrello aside .btn.big {
        width: 100%;
        border-color: #0f3f68;
        color: #0f3f68;
    }

        .tabelle_carrello aside .btn.big:hover {
            color: white;
            background-color: #0f3f68;
        }

    .modal-dialog.big #FormRegistrazione .campo_form .label_module {
        min-height: 19px;
        margin-right: 10px;
        top: 0px;
        margin: 7px;
        width: 100%;
        display: inline-block;
        float: left;
        position: relative;
        font-size: 14px;
        color: #0f3f68;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .modal-dialog.big #FormRegistrazione .campo_form {
        padding-bottom: 22px;
    }

    .modal-dialog.big #FormRegistrazione {
        padding: 20px
    }

        .modal-dialog.big #FormRegistrazione .campo_form .errore {
            text-align: left;
            position: absolute;
            font-size: 13px;
            bottom: 6px;
            left: 8px;
            font-weight: 500;
        }

    .content.blog header .luogo {
        position: relative;
        float: left;
        width: auto;
        padding: 10px 15px 0px 0px;
    }

    .content.blog header .recensioni {
        position: relative;
        float: left;
        width: auto;
        padding: 0px 15px 0px 0px;
    }

    header .luogo img {
        margin-right: 8px;
        top: 3px;
    }

    .fancybox-container * {
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }

    .testata .container {
    }

    .selettori_aside .btn {
        display: none;
    }

    .totale_conto span {
        font-weight: 300;
        position: relative;
        font-size: 20px;
    }

    .totale_conto {
        width: auto;
        position: relative;
        float: right;
        padding: 8px 40px;
        color: #313131;
        font-weight: 300;
        font-size: 30px;
        /* border: 2px solid #ddd; */
        /* background: #f1f1f1;*/
    }

    .riservata .piu {
        color: green;
        font-weight: 600;
        font-size: 18px;
    }

    .riservata .neutro {
        color: black;
        font-weight: 600;
        font-size: 18px;
    }

    .riservata .meno {
        color: red;
        font-weight: 600;
        font-size: 18px;
    }

    .riservata .totale_conto .meno, .riservata .totale_conto .piu {
        margin-left: 10px;
        font-size: 30px;
    }

    .riservata .linguetta {
        position: absolute;
        padding: 7px 10px;
        left: 0px;
        top: 0px;
        color: white;
        font-size: 16px;
        font-weight: 300;
        background: #313131;
    }

    .riservata .item .testo_prodotto .check ul {
        margin: 0px;
        width: 100%;
    }

    .riservata .item .testo_prodotto .luogo, .riservata .tab-panel .item .testo_prodotto .luogo {
        position: relative;
        width: auto;
        float: right;
        padding: 10px 0px 5px 0px;
        max-width: inherit;
        display: inline-block;
        margin: 0px;
        top: 0px;
        font-weight: 400;
        font-size: 14px;
        color: #4c4c4c;
    }

    .riservata .tab-panel .item .testo_prodotto .titolo {
        width: 74%;
        position: relative;
        float: left;
        margin-bottom: 10px;
    }

    section.unico .item h3 {
        text-align: left;
    }

    section.unico.riservata .tab-panel .item.convalida h3 a {
        color: #0f3f68;
        font-size: 29px;
        padding: 5px 10px 10px 10px;
        display: inline-block;
        width: 100%;
    }

    .riservata .tab-panel .item.convalida .testo_prodotto .titolo {
        width: 100%;
        position: relative;
        float: left;
        margin-bottom: 10px;
        text-align: left;
    }

    .riservata .tab-panel .item, .riservata .item {
        background-color: white;
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 10px;
        border: 1px solid #d9dbde;
        margin-bottom: 15px;
    }

        .riservata .tab-panel .item .testo_prodotto, .riservata .item .testo_prodotto {
            width: 78%;
            position: relative;
            float: left;
            text-align: left;
            margin: 0px;
            padding: 0px 0px 0px 14px;
        }

    section.unico.riservata .item ul li {
        display: inline-block;
        font-size: 30px;
        margin: 0px;
        padding: 20px 20px 0px 20px;
    }

    .disclaimer.big {
        text-align: center;
        background-color: #313131;
        color: white;
        margin-bottom: 20px;
        font-size: 25px;
        padding: 20px;
        font-weight: 300;
        line-height: 30px;
    }

        .disclaimer.big svg {
            position: relative;
            font-size: 30px;
            margin-right: 9px;
            top: 3px;
        }

    .riservata .sx .ui-datepicker td a {
        display: block;
        padding: 20px;
        text-align: center;
        text-decoration: none;
    }

    .item .azioni {
        width: 100%;
        overflow: hidden;
        position: relative;
        float: right;
        margin: 0px;
        padding: 0%;
        padding: 10px 0px 0px 0px;
    }

        .item .azioni a.btn {
            font-size: 25px;
            margin: 0px 0px 0px 20px;
            padding: 10px 20px;
        }

            .item .azioni a.btn svg {
                margin-right: 4px;
                font-size: 20px;
            }

    .tab-panel .item.convalida .immagine_prodotto {
        display: none
    }

    .riservata .tab-panel .item.convalida .testo_prodotto, .riservata .item.convalida .testo_prodotto {
        width: 100%;
        position: relative;
        float: left;
        text-align: left;
        margin: 0px;
        padding: 0px;
    }

        .riservata .item.convalida .disclaimer, .riservata .item.convalida .luogo, .riservata .item.convalida .testo_prodotto .luogo, .riservata .tab-panel .item.convalida .testo_prodotto .luogo {
            display: none
        }

    .qrcode {
        font-size: 400px;
        text-align: center;
        opacity: 0.5;
        padding: 30px;
    }

    .modal-dialog.big .box.unico h4 {
        color: #333;
        width: 100%;
        display: inline-block;
        clear: both;
        margin: 10px 0px;
        border-top: 1px solid #d9dbde;
        border-bottom: 1px solid #d9dbde;
        font-weight: 500;
        padding: 10px 0px;
        font-size: 20px;
    }

    .modal-body .box .box.unico {
        display: inline-block;
        width: 100%;
        margin: 0%;
        padding: 0px 6px;
    }

    .dettaglio hr {
        margin: 10px 0px 5px 0px;
    }

    .icone {
        position: relative;
        float: right;
    }

        .icone svg {
            font-size: 21px;
            margin: 5px 5px 10px 5px;
            color: #666;
        }

    header .icone {
        position: relative;
        float: right;
    }

    .veditutteopzioni {
        display: inline-block;
        width: 100%;
        float: right;
        text-align: right;
        padding: 20px 20px;
        border-bottom: 2px solid white;
    }

        .veditutteopzioni .btn {
            font-size: 30px;
            width: 100%;
        }

    .codice_coupon {
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        background: #313131;
        padding: 8px 9px;
        margin: 0px 0px 13px 0px;
        position: relative;
        float: left;
        FONT-SIZE: 15PX;
    }

    .video {
        display: inline-block;
        width: 100%;
        position: relative;
        min-height: 400px;
        background: #313131;
        height: 840px;
        overflow: hidden;
    }

        .video video, .video img, .mappa img {
            vertical-align: top;
        }

    .crea {
        text-align: center;
        z-index: 9;
        width: 100%;
        position: absolute;
        bottom: 5%;
    }

        .crea a {
            font-size: 20px;
            text-transform: uppercase;
            color: white;
        }

        .crea span {
            font-size: 30px;
            color: white;
            position: relative;
            /* top: -20px; */
            display: inline-block;
            width: 100%;
            margin-top: 10px;
        }

    .caption .btn {
    }

    section.punti ul {
        display: block;
        width: 100%;
        text-align: center
    }

    section.punti {
        padding: 60px 0px
    }

        section.punti ul {
            margin: 60px 0px
        }

            section.punti ul li {
                display: inline-block;
                background: white;
                /* margin: 1%; */
                padding: 0px 3px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                width: 16%;
                /* height: 320px; */
            }

    section .ul_box li {
        display: inline-block;
        background: white;
        padding: 20px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        width: 31%;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
    }

        section .ul_box li img {
            display: block;
            clear: both;
            position: relative;
            margin: 0px auto 20px auto;
            height: 60px;
        }

    section.punti ul li img {
        margin: 30px auto;
    }

    section.punti ul.settore {
        margin: 0px 0px;
    }

        section.punti ul.settore li img {
            margin: 0px 0px 30px 0px;
            max-height: 71px;
        }

        section.punti ul.settore li h3 {
            font-size: 18px;
            color: #fff;
            font-weight: 300;
            line-height: 22px;
            max-width: 140px;
            text-transform: initial;
            min-width: 100px;
        }

        section.punti ul.settore li {
            display: inline-block;
            background: transparent;
            /* margin: 1%; */
            padding: 0px 10px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            width: auto;
            /* height: 320px; */
        }

    section.punti ul.settori li img {
        margin: 0px 0px;
    }

    section.punti ul li img, ul.soluzioni li img {
        -webkit-transform: scale(0.9, 0.9);
        -webkit-transition-duration: 500ms;
        -webkit-transition-timing-function: ease-out;
        -moz-transform: scale(0.9, 0.9);
        -moz-transition-duration: 500ms;
        -moz-transition-timing-function: ease-out;
        -ms-transform: scale(0.9, 0.9);
        -ms-transition-duration: 500ms;
        -ms-transition-timing-function: ease-out;
        transform: scale(0.9, 0.9);
        transition-duration: 500ms;
        transition-timing-function: ease-out;
    }

    section.punti ul li:hover img, ul.soluzioni li:hover img {
        -webkit-transform: scale(1, 1);
        -webkit-transition-duration: 500ms;
        -webkit-transition-timing-function: ease-out;
        -moz-transform: scale(1, 1);
        -moz-transition-duration: 500ms;
        -moz-transition-timing-function: ease-out;
        -ms-transform: scale(1, 1);
        -ms-transition-duration: 500ms;
        -ms-transition-timing-function: ease-out;
        transform: scale(1, 1);
        transition-duration: 500ms;
        transition-timing-function: ease-out;
    }

    section.punti ul li p {
        margin-top: 14px;
    }

    .box h2 {
        margin: 40px 0px;
        font-size: 40px;
        font-weight: 300;
    }

        .box h2 strong {
            font-weight: 400;
        }

    .box p {
        font-size: 16px;
        line-height: 28px;
        color: #313131;
        margin-bottom: 15px;
        /* font-family: 'Kanit', sans-serif; */
        font-weight: 300;
    }

    .box .form p {
        color: white
    }

        .box .form p a {
            text-decoration: underline;
            color: white
        }

    section p strong, strong {
        font-weight: 600;
    }

    .loghi .box p {
        font-size: 15px;
        line-height: 22px;
        color: #666;
        margin-bottom: 10px;
    }

    .box img {
        margin: 40px 0px
    }

    .row {
        margin: 20px 0px;
        background: white;
        display: inline-block;
        width: 100%
    }

        .row .img {
            display: inline-block;
            float: left;
            background: white;
            width: 40%;
            text-align: left;
        }

        .row:nth-child(1) {
            margin-left: -40px;
        }

        .row:nth-child(2) {
            margin-right: -40px;
        }

            .row:nth-child(2) .testo {
                float: left;
            }

            .row:nth-child(2) .img {
                float: right;
                text-align: right;
            }

        .row .testo {
            padding: 40px;
            display: inline-block;
            float: right;
            background: white;
            width: 60%;
            text-align: left;
        }

            .row .testo h3 {
                font-size: 30px;
                color: #313131;
                text-align: left
            }

            .row .testo h4 {
                font-size: 20px;
                color: #666
            }

            .row .testo p {
                font-size: 18px;
                line-height: 23px;
            }

    section.banner {
        background-image: url(../img/boxhome.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        text-align: center;
        display: block;
        background-position: center center;
    }

        section.banner .container {
            z-index: 2;
        }

    .bg {
        background: rgba(51, 51, 51, 0.65);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        z-index: 1;
    }

    .titolo {
        /*  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
  padding: 0px 11px;*/
    }

    .form {
        /* background: #f6f5f3; */
        /* padding: 30px; */
    }

        .form h2,  .about .mgrid-item .form h2 {
            color: #3e6789;
            line-height: 40px;
            border: none;
            font-size: 30px;
            text-align: left;
            font-weight: 300;
            padding: 0px;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px dotted #ccc;
        }

    .number {
        position: relative;
        float: left;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #0e4194;
        text-align: center;
        color: white;
        margin-right: 10px;
        padding: 2px;
        font-size: 12px;
    }

    .img_marchi {
        height: 220px;
        display: table;
    }

        .img_marchi div {
            vertical-align: middle;
            display: table-cell;
        }

    .contatti {
        width: 48%;
        background: white;
        padding: 20px;
        float: right;
        margin-left: 2%;
    }

     .contatti p {
        margin: 10px 0px;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        width: 48%;
        display: inline-block;
    }

         .contatti p svg {
            color: #0f3f68;
            margin-right: 5px;
        }

     section .contatti h4 {
        font-size: 30px;
        font-weight: 400;
        margin: 0px 0px 10px 0px;
        color: #0f3f68;
        text-align: left;
        font-family: 'Kanit', sans-serif;
        border-bottom: 1px dotted #ccc;
        padding: 0px 0px 10px 0px;
    }

    .blu {
        background: #0e3e67;
        padding: 10px 0px;
        color: white;
        font-size: 25px;
        text-align: center;
        font-family: 'Kanit', sans-serif;
        font-weight: 300;
        text-transform: uppercase;
    }

    footer ul.partner li {
        display: inline-block;
        vertical-align: middle;
        margin: 10px;
        opacity: 0.6
    }

    .titolo:after {
        position: absolute;
        content: "";
        width: 80px;
        background: #0e3e67;
        /* top: 0; */
        z-index: 4;
        height: 7px;
        /* margin: auto; */
        left: 0px;
        right: 0px;
        top: 0px;
    }

    .vertrans .form, .vedis .form, .versider .form {
        margin: 20px 0px 30px 0px;
    }
    /* linguetta */
    ul.linguette li {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4e7ea+0,d0d3d6+100 */
        background: #e4e7ea; /* Old browsers */
        background: -moz-linear-gradient(top, #e4e7ea 0%, #d0d3d6 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #e4e7ea 0%, #d0d3d6 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #e4e7ea 0%, #d0d3d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e7ea', endColorstr='#d0d3d6', GradientType=0); /* IE6-9 */
        border: 1px solid white;
        border-right: none;
        -moz-box-shadow: 0px 2px 11px 0px rgba(179, 174, 174, 0.6);
        -webkit-box-shadow: 0px 2px 11px 0px rgba(179, 174, 174, 0.6);
        box-shadow: 0px 2px 11px 0px rgba(179, 174, 174, 0.6);
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        cursor: pointer;
        margin-bottom: 0px;
        font-size: 16px;
        text-transform: uppercase;
        text-align: left;
        clear: both;
        position: relative;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        padding: 20px 30px 16px 70px;
        right: -10px;
        text-shadow: 0 1px 0 white;
        color: #696a6f;
    }

        ul.linguette li div.prezzo_linguetta div {
            font-size: 12px;
            text-transform: initial;
        }

    .linguette {
        position: fixed;
        right: 0px;
        top: 134px;
        width: auto;
        overflow: hidden;
        z-index: 2;
        display: none;
    }

    ul.linguette li:hover {
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        right: 0px;
    }

    ul.linguette li img {
        position: absolute;
        top: 14px;
        left: 11px;
    }

    ul.linguette li:nth-child(1) {
        color: white;
        text-shadow: 0 1px 0 black;
        padding: 12px 31px 9px 65px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#44a506+1,038317+100 */
        background: #64ad24;
        background: -moz-linear-gradient(top, #64ad24 0%, #469b30 99%);
        background: -webkit-linear-gradient(top, #64ad24 0%, #469b30 99%);
        background: linear-gradient(to bottom, #64ad24 0%, #469b30 99%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64ad24', endColorstr='#469b30', GradientType=0);
    }



    .lds-ellipsis {
        display: inline-block;
        position: relative;
        width: 64px;
        height: 64px;
    }

        .lds-ellipsis div {
            position: absolute;
            top: 5px;
            width: 11px;
            height: 11px;
            border-radius: 50%;
            background: #fff;
            animation-timing-function: cubic-bezier(0, 1, 1, 0);
        }

            .lds-ellipsis div:nth-child(1) {
                left: 6px;
                animation: lds-ellipsis1 0.6s infinite;
            }

            .lds-ellipsis div:nth-child(2) {
                left: 6px;
                animation: lds-ellipsis2 0.6s infinite;
            }

            .lds-ellipsis div:nth-child(3) {
                left: 26px;
                animation: lds-ellipsis2 0.6s infinite;
            }

            .lds-ellipsis div:nth-child(4) {
                left: 45px;
                animation: lds-ellipsis3 0.6s infinite;
            }

    @keyframes lds-ellipsis1 {
        0% {
            transform: scale(0);
        }

        100% {
            transform: scale(1);
        }
    }

    @keyframes lds-ellipsis3 {
        0% {
            transform: scale(1);
        }

        100% {
            transform: scale(0);
        }
    }

    @keyframes lds-ellipsis2 {
        0% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(19px, 0);
        }
    }




    ul.categorie li svg {
        display: block;
        font-size: 30px;
        margin: auto;
        margin-bottom: 10px;
    }

    .content ul.categorie li svg {
        font-size: 60px;
        margin-bottom: 20px;
        color: #64b5f6;
    }

    .content ul.categorie {
        /* display: block; */
        /* margin: 40px 0px */
    }

        .content ul.categorie li::before {
            content: "";
            margin-right: 0px;
        }

        .content ul.categorie li a {
            font-size: 24px;
            padding: 30px 15px;
            color: #0e3f67;
            text-transform: inherit;
            min-height: 200px;
        }

    .content ul.categorie { /* margin-top:20px; */
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 40px 0px 0px 0px;
    }

        .content ul.categorie li span {
            width: 100%;
            display: block;
            text-align: center;
            padding: 20px 20px 0px 20px;
        }

        .content ul.categorie li {
            display: inline-block;
            width: 22%;
            margin: 1%;
            border: 1px solid #d5d5d5;
            -webkit-border-radius: 22px;
            -moz-border-radius: 22px;
            border-radius: 22px;
            font-size: 12px;
            /* padding: 20px; */
            text-decoration: none;
            text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
            font-weight: bold;
            color: #000000;
            background-color: #FFFFFF;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
            background-image: -webkit-linear-gradient(top, #FFFFFF, #CFCFCF);
            background-image: -moz-linear-gradient(top, #FFFFFF, #CFCFCF);
            background-image: -ms-linear-gradient(top, #FFFFFF, #CFCFCF);
            background-image: -o-linear-gradient(top, #FFFFFF, #CFCFCF);
            background-image: linear-gradient(to bottom, #FFFFFF, #CFCFCF);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#CFCFCF);
        }

            .content ul.categorie li:hover {
                border: 1px solid #999;
                background-color: #EEEEEE;
                background-image: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#C7C7C7));
                background-image: -webkit-linear-gradient(top, #EEEEEE, #C7C7C7);
                background-image: -moz-linear-gradient(top, #EEEEEE, #C7C7C7);
                background-image: -ms-linear-gradient(top, #EEEEEE, #C7C7C7);
                background-image: -o-linear-gradient(top, #EEEEEE, #C7C7C7);
                background-image: linear-gradient(to bottom, #EEEEEE, #C7C7C7);
                filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#EEEEEE, endColorstr=#C7C7C7);
            }

            .content ul.categorie li svg {
                font-size: 60px;
                margin-bottom: 20px;
                color: #0e3f67;
            }



    .ricerca_intelligente {
        display: inline-block;
        width: 100%;
        clear: both;
        position: relative;
        z-index: 99;
    }


        .ricerca_intelligente h4,
        .ricerca_intelligente th {
            background: #f1f1f1;
            padding: 10px;
            font-weight: 500;
            text-align: left;
            text-transform: uppercase;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
        }

        .ricerca_intelligente table {
            width: 100%;
        }

        .ricerca_intelligente tr {
            border-bottom: 1px solid #ccc;
        }

            .ricerca_intelligente tr:last-child {
                border-bottom: none;
            }

        .ricerca_intelligente td {
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            font-weight: 500;
            text-align: left;
        }

            .ricerca_intelligente td a {
                padding: 10px;
                display: inline-block;
                color: #333
            }
}

/* tabelle */ @media {

    .tableresponsive tr td:nth-child(1), .tableresponsive tr th:nth-child(1), .tableresponsive tr td:nth-child(2), .tableresponsive tr th:nth-child(2) {
        text-align: left;
    }

    .tabelle_carrello table.tableresponsive tr td:nth-child(2) {
        color: black;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
    }

    .tableresponsive.sedi tr td:nth-child(8), .tableresponsive.sedi tr th:nth-child(8) {
        text-align: center
    }

    .tableresponsive.ordini tr td span {
        font-weight: 400;
        color: #fff;
        margin-bottom: 5px;
        text-transform: uppercase;
        background: #55a42b;
        padding: 4px 7px;
        margin: 0px 2px;
    }

    .tableresponsive.ordini td:nth-child(2) {
        font-weight: 500;
        color: #333
    }

    .tableresponsive.ordini td:nth-child(5) {
        /*  font-size: 20px;
  font-weight: 500;
  color: #0f3f68*/
    }

    .tableresponsive.ordini .btn, .tableresponsive.ordini input[type="button"].btn {
        padding: 6px 10px;
        font-size: 14px;
        color: #0f3f68;
        border: none;
        border: 2px solid #0f3f68;
        font-weight: 500;
        text-transform: uppercase;
    }

        .tableresponsive.ordini .btn:hover, .tableresponsive.ordini input[type="button"].btn:hover {
            color: #fff;
            background: #0f3f68;
            border: 2px solid #0f3f68;
        }

    .tableresponsive {
        margin-bottom: 20px;
    }

    .sottotabella.tableresponsive {
        width: auto;
        float: right
    }

    .tableresponsive.semplice {
        width: auto;
        float: left
    }

    .tableresponsive th:nth-child(2), .tableresponsive td:nth-child(2), .tableresponsive th:nth-child(3), .tableresponsive td:nth-child(3) {
        text-align: left
    }

    .tableresponsive td img {
        max-height: 50px
    }

    .tableresponsive td .btn.modifica svg, .tableresponsive td .btn.cancella svg {
        color: #ffffff;
        font-size: 17px;
    }

    .tableresponsive td svg {
        color: #7bce2b;
        font-size: 25px;
    }

    .tabelle_carrello .tableresponsive td:first-child {
        text-align: center
    }

        .tabelle_carrello .tableresponsive td:first-child svg {
            color: #0e3f67;
            font-size: 40px;
            padding: 5px;
        }

    .tableresponsive .btn.modifica {
        background: #313131;
    }

    .tableresponsive .btn.cancella {
        background: #7bce2b;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .tableresponsive .btn.cancella.mod {
            background: #313131;
        }

    .tableresponsive .btn.modifica, .tableresponsive .btn.cancella {
        height: 34px;
        width: 34px;
        max-height: inherit;
        padding: 9px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
    }

    .tabelle_carrello table.tableresponsive tr td {
        color: #4c4c4c;
        border-bottom: 1px solid #d9dbde;
        padding: 10px 6px;
    }

    .prezzo_totale {
        font-weight: 500;
        color: #7bce2b;
        font-size: 25px
    }

    .tabelle_carrello table.tableresponsive tr td:nth-child(3) {
        /* min-width: 130px; */
    }

    .tabelle_carrello table.tableresponsive.superiore tr td:nth-child(4) {
        min-width: inherit;
    }

    .sottotabella.tableresponsive th:nth-child(1), .sottotabella.tableresponsive td:nth-child(1), .sottotabella.tableresponsive th:nth-child(4), .sottotabella.tableresponsive td:nth-child(4) {
        text-align: left
    }

    .sottotabella.tableresponsive tr td:nth-child(3) {
        min-width: inherit;
    }

    .tableresponsive tr td:nth-child(1) {
        color: #696a6f;
        font-weight: 400;
        min-width: inherit;
    }

    .tableresponsive tr td, .semplice tr td {
        padding: 10px 15px;
    }

    .tableresponsive .field_module {
        margin-bottom: 0px;
    }

    .tableresponsive.sedi {
    }

        .tableresponsive.sedi td, .tableresponsive.sedi th {
            color: #333;
            border-bottom: 1px solid #d0d3d6;
            text-align: left;
        }

        .tableresponsive.sedi th {
            color: #313131;
            font-weight: 500;
            border-top: 2px solid #313131;
            border-bottom: 2px solid #3e3e44;
            background: white;
        }

        .tableresponsive.sedi tr:nth-of-type(odd), .semplice tr:nth-of-type(odd) {
            background: rgba(228, 231, 234, 0.5);
        }

    .semplice tr:hover:nth-of-type(odd), .semplice tr:hover {
        background: #ffd801;
    }

    .tableresponsive .field_module, .tableresponsive input[type="number"].field_module {
        padding: 6px 10px;
        border: none;
        font-size: 15px;
        float: inherit;
        width: 80px;
        color: #000;
        -moz-border-radius: 5px;
        border-radius: 5px;
        height: auto;
        text-align: center;
    }

    .tableresponsive.rifiuti .field_module, .tableresponsive.rifiuti input[type="number"].field_module {
        padding: 6px 10px;
        border: none;
        font-size: 15px;
        float: inherit;
        width: 100px;
        color: #000000;
        -moz-border-radius: 5px;
        border-radius: 5px;
        height: 52px;
        line-height: 52px;
        text-align: left;
    }

     .rifiuti.tableresponsive {
        margin: 20px 0px;
        border-top: 1px solid #d9dbde;
        border-right: 1px solid #d9dbde;
        border-left: 1px solid #d9dbde;
        border-spacing: 0;
        border-collapse: collapse;
        background: white
    }

    section .rifiuti.tableresponsive .field_module, section .rifiuti.tableresponsive .field_note, section .rifiuti.tableresponsive .select_module {
        border: 1px solid #d9dbde;
    }

    .rifiuti.tableresponsive .field_note {
        font-size: 15px;
        color: #0e3f67;
        padding: 5px;
        height: 52px;
    }

    .rifiuti.tableresponsive .field_note {
        font-size: 13px;
    }

     .rifiuti.tableresponsive tr td,  .rifiuti.tableresponsive tr th {
        padding: 10px;
        border-bottom: 1px solid #d9dbde;
        margin: 0px;
        text-align: left;
    }

     .rifiuti.tableresponsive tr th {
        color: white;
        background: #666;
        font-size: 15px;
    }

     .rifiuti.tableresponsive p {
        margin-bottom: 0px;
        font-size: 13px;
        font-weight: 300;
        line-height: 20px;
        color: #313131;
    }

    table.tableresponsive input[type="image"] {
        cursor: pointer;
        z-index: 9;
        position: relative;
    }

    table.tableresponsive {
        width: 100%;
        position: relative;
        clear: both;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

        table.tableresponsive.ordini, table.tableresponsive.ritiri {
            width: auto;
        }

            table.tableresponsive.ordini.dettaglio, table.tableresponsive.ritiri.dettaglio {
                width: 100%;
            }

        table.tableresponsive caption {
            padding: 10px;
            color: white;
            font-size: 20px;
            text-align: left;
            background: #7bce2b;
        }
    /* Zebra striping */
    .tabelle_carrello .tableresponsive input[type="number"], .tabelle_carrello .tableresponsive .select_module {
        line-height: 28px;
        color: #0e3f67;
        padding: 5px 10px;
        font-weight: 600;
        font-size: 14px;
        border-radius: 0px;
        border-right: none;
        height: 34px;
        border: 1px solid #313131;
        width: 130px;
        margin-right: 0px;
    }

    .tableresponsive tr:first-child {
        background: transparent !important;
    }

    .tableresponsive tr:nth-of-type(odd) {
        background-color: #f1f1f1;
    }

    .tableresponsive th, .semplice th {
        font-size: 14px;
        border: none;
        text-align: left;
        padding: 10px 6px;
        border-bottom: none;
        background-color: #313131;
        color: #ffffff;
        font-family: 'Kanit', sans-serif;
        font-weight: 300;
        line-height: 16px;
    }

    .tabelle_carrello .tableresponsive.superiore tr td {
        font-size: 14px;
        line-height: 16px;
        padding: 5px 8px
    }

        .tabelle_carrello .tableresponsive.superiore tr td img {
            max-width: 30px;
        }

    .tableresponsive.superiore th {
        padding: 5px 6px;
    }

    .tableresponsive td {
        padding: 5px 5px;
        text-align: left;
        line-height: 16px;
    }

    .tableresponsive td {
        font-size: 14px;
        padding: 10px;
        vertical-align: middle;
    }

    .riservata .tableresponsive td {
        font-size: 15px;
        padding: 20px
    }

    .riservata .tableresponsive th {
        font-size: 16px;
        padding: 10px 20px;
    }

    .tableresponsive td {
        color: #fff;
        border: none;
    }

    .tableresponsive td {
        color: #313131;
    }

    .tableresponsive.sottotabella td {
        font-size: 18px;
        padding: 10px;
    }

    .tableresponsive th {
        padding: 10px 15px;
    }

    .tableresponsive.sottotabella th {
        background-color: #0e3f67;
        padding: 5px 15px;
    }

    .tableresponsive tr td:nth-child(12) {
        color: #e11f20;
    }

    .tableresponsive .field_module, .tableresponsive input[type="number"].field_module {
        border: 1px solid #d0d3d6
    }

    .tableresponsive tr {
        /*border-bottom:1px dashed #d0d3d6*/
    }

    tr:nth-of-type(odd) {
    }

    .tableresponsive a {
        color: #333;
        font-weight: 500;
    }

    .table_overflow {
        overflow-x: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 5px;
        border: 1px solid #e4e7ea;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: white
    }

    .tableresponsive tr td input.box_descrizione {
        width: 260px;
        max-width: 260px;
    }

    .tableresponsive .btn, .tableresponsive input[type="button"].btn {
        padding: 6px 10px;
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        border: none
    }

    .tableresponsive.ordine .btn {
        background: #7bce2b;
        font-weight: 500;
    }

    .tabelle_carrello table tr td:nth-child(4) {
        /* min-width: 110px;*/
    }

    .tabelle_carrello table tr td:nth-child(4) {
        font-weight: 600;
        color: #0e3f67;
        font-size: 20px;
    }

    .tabelle_carrello table tr td:nth-child(9), .tabelle_carrello table tr th:nth-child(9) {
        text-align: center
    }
}

/* owl carousel */ @media {
    .owl-item {
        position: relative !important;
        float: left !important;
        width: 22% !important;
        /* height: 200px; */
        padding: 10px;
    }

    .owl-wrapper {
        position: relative !important;
        float: left !important;
        width: 100% !important;
    }

    .immagine_prodotto {
        height: 190px;
    }
}
