

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    vertical-align: top;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Philosopher', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #887971;
    letter-spacing: 2px
}

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;
}

strong {
    font-weight: 700;
}

input, select, textarea, button, .img a {
    outline: none;
    font-family: 'Philosopher', sans-serif;
}

ul {
    list-style-type: none;
    list-style-position: inside;
}

p {
    font-size: 16px;
    color: #584c45;
    line-height: 20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #584c45;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #584c45;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #584c45;
}

:-moz-placeholder { /* Firefox 18- */
    color: #584c45;
}
/*.articolo .dx ul li::before, .riepilogo_sezione ul li::before {
	content: "- ";
}*/
.articolo .dx .cbp-vm-switcher ul li::before {
    content: "";
}

ul li, ol li {
    list-style-position: inside
}

hr {
    width: 100%;
    clear: both;
}

a {
    color: #60534c;
    text-decoration: none;
}

strong {
    font-weight: 700
}

a:hover {
    color: #887971; /*text-decoration: underline;*/
}

h1, h2, h3, h4 {
    color: #887971;
    font-family: 'Merriweather', serif;
    font-weight: 400;
}

h1 {
    font-size: 40px;
    font-weight: 300;
    text-align: left;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

::selection {
    background: #887971; /* Safari */
    color: white;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

::-moz-selection {
    background: #887971; /* Firefox */
    color: white;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

input:focus {
    outline: none;
}

.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 81px;
    display: none;
    text-indent: -9999px;
    background: url(../img/top_move.png) no-repeat;
    background-size: 100% auto;
    right: 7px;
    z-index: 99;
}

.last {
    margin-right: 0px;
}

.btn, input[type="button"].btn, input[type="submit"].btn {
    background-color: #e39466;
    margin: 0px 0 0;
    display: inline-block;
    transition: background 0.2s;
    float: left;
    cursor: pointer;
    font-family: 'Philosopher', sans-serif;
    text-align: left;
    padding: 15px 30px;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    white-space: normal;
    /* text-transform: uppercase; */
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: 3px;
}

    .btn:hover, input[type="button"].btn:hover, input[type="button"].btn.ordina, input[type="submit"].btn:hover {
        text-decoration: none;
        background: #5c5049;
        color: white;
    }

.btn_carrello:hover {
    text-decoration: none;
    background-color: #887971;
    color: white;
}

.presentazione .dx .btn {
    position: relative;
    float: right;
    text-decoration: none;
    color: white;
}

aside .box input[type="button"].btn, aside .box .espandi.btn {
    position: relative;
    float: right;
    text-decoration: none;
    padding: 10px 22px;
    background-color: #e39466;
    color: #ffffff;
    font-weight: 400;
    font-size: 19px;
    margin: 0px 0px 0px 5px;
}

    aside .box input[type="button"].btn:hover {
    }

.presentazione .dx .btn:hover {
    background: rgba(0, 0, 0, 0.3);
}

.container {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    position: relative;
}

.content.home .container {
    width: 1230px;
}

.clear {
    clear: both;
}

.wrapper {
    min-height: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

div.header {
    position: relative;
}

div.testata {
    height: auto;
    background: #f1f0f0;
    display: inline-block;
    width: 100%;
}

div.content {
    padding-bottom: 350px;
    clear: both;
    padding-top: 0px;
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 700px;
    margin-top: 0px
}

    div.content.riservata {
        padding-top: 149px;
    }

.home div.content {
    padding-top: 20px;
}

section.riservata, aside.riservata {
    margin-top: 20px;
}

footer {
    width: 100%;
    height: 325px;
    position: absolute;
    bottom: 0px;
    background-color: #f2f1f1;
    padding: 40px 0px;
}

    footer h2 {
        font-size: 18px;
        color: #d2d2d2;
    }


    footer p {
        font-family: 'Merriweather', serif;
        font-size: 13px;
        line-height: 26px;
        margin: 30px 0px 10px 0px;
    }

        footer p span {
            /* font-weight: 700; */
        }

    footer hr {
        background: rgba(196, 196, 196, 0.3) !important;
    }

    footer h3 {
        margin: 0px 0px 15px 0px;
        font-size: 16px;
        /* font-weight: 700; */
        /* color: #e39466; */
        /* text-transform: uppercase; */
        color: #887971;
    }

.subfooter {
    height: auto;
    position: relative;
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    background-repeat: repeat;
    border-top: 1px solid #c4c4c4;
}

    .subfooter h1 {
        text-transform: uppercase;
        padding: 20px 0px;
        font-size: 28px;
    }

.cerca {
    float: right;
    position: relative;
    border: 1px dotted rgb(186, 180, 177);
    width: 58%;
    height: 42px;
    background-color: white;
    margin: 12px 0px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.testata .cerca {
    float: right;
    position: relative;
    border: 1px dotted rgb(186, 180, 177);
    width: 380px;
    height: 42px;
    background-color: white;
    margin: 30px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.header .testata .cerca input[type="text"] {
    width: 86%;
}

.link.entra {
    top: 2px;
    position: relative;
}

.testata.ecom .cerca {
    width: 53%;
    float: left;
}

.testata.ecom .carrello {
    float: left;
    margin: 0px 20px;
}

.testata.ecom .dx {
    padding: 20px 0px
}

.menusup .dx .logo {
    display: none
}

.slideshow {
    height: 480px;
    overflow: hidden;
}

    .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: 91%;
    position: relative;
    float: left;
    font-size: 17px;
    color: #5d5049;
    padding: 10px;
}

.header .cercabtn {
    padding: 9px;
    margin: 0px;
    right: 0px;
    float: right;
}

.newsletter .cerca input[type="text"] {
    background-color: transparent;
    width: 100%;
    font-size: 14px;
    padding: 12px;
    color: white;
}

.newsletter a {
    color: rgba(255, 255, 255, 1);
    float: left;
}

.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: #584c45;
}

.logo {
    height: 70px;
    background-image: url(../img/logo.png);
    /* background-size: auto 100%; */
    background-repeat: no-repeat;
    background-position: left center;
    width: 370px;
    cursor: pointer;
    position: relative;
    float: left;
    margin: 15px 0px;
}

ul.social {
}

.menusup {
    background-color: #887971;
    width: 100%;
    padding: 5px 0px;
    display: inline-block;
}

    .menusup .sx {
        position: relative;
        float: left;
        margin-right: 0px;
        min-width: 60%;
        width: auto
    }

    .menusup .dx {
        position: relative;
        float: right;
        text-align: right;
        width: auto
    }

    .menusup .modal-dialog p a {
        color: #000;
        text-decoration: underline;
        float: left;
        display: inline-block;
        font-size: 14px;
    }

    .menusup .modal-dialog a.btn {
        color: #fff
    }

    .menusup a {
        color: #cbcbcd;
        text-decoration: none;
        font-size: 14px;
        position: relative;
    }

    .menusup .link.entra a {
        font-size: 16px;
        text-decoration: underline;
        margin: 0px 1px;
        position: relative;
    }

    .menusup a svg {
        color: white
    }

    .menusup .link.entra a:hover {
        color: #000;
    }

.registrazione {
    position: relative;
    float: right;
    width: 340px;
    padding-left: 10px;
    border-left: 1px solid #c4c4c4;
}

    .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: #887971;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 5px;
        font-family: 'Philosopher', sans-serif;
    }

    .registrazione .links a {
        color: #5d5d5d;
        text-decoration: underline;
        font-size: 11px;
    }

    .registrazione .links {
        position: relative;
        float: left;
        margin-left: 10px;
        line-height: 16px;
        width: 160px;
    }

.links a.btn {
    font-size: 13px;
    color: white;
    text-decoration: none;
    margin-top: 6px;
    position: relative;
    float: left;
    font-weight: bold;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
}

    .links a.btn:hover {
        text-decoration: none;
        background-color: #e1e1e1;
        color: #6b6e6f;
    }

.links a.facebook {
    font-size: 11px;
    color: white;
    text-decoration: none;
    margin-top: 6px;
    position: relative;
    float: left;
    padding-top: 6px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    background-color: #3b5998;
    text-transform: inherit;
    margin-left: 5px;
    text-align: left;
    line-height: 11px;
    font-weight: normal;
}

    .links a.facebook:hover {
        text-decoration: none;
        background-color: #e1e1e1;
        color: #6b6e6f;
    }

.facebook img {
    position: relative;
    float: left;
    margin-right: 5px;
}

.sx, .dx {
    width: 50%
}

.prodotti_riservata.sx {
    float: left;
    width: 49%
}

.prodotti_riservata.dx {
    float: right;
    width: 49%
}

    .prodotti_riservata.sx .btn, .prodotti_riservata.dx .btn {
        float: right;
    }

.sx {
    padding: 0px;
    position: relative;
    float: left;
}

.dx {
    padding: 0px;
    height: auto;
    position: relative;
    float: right;
    margin: 0px;
}

article {
    margin: 0px 0px;
    display: block;
    width: 100%;
    position: relative;
    clear: both
}

    article h1 {
        margin-bottom: 5px
    }

    article h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
    }

section a.veditutto {
    color: #584c45;
    text-decoration: underline;
}

article header.unico h1 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #584c45;
    margin: 0px 0px 5px 0px;
}

article h2 {
    text-align: left;
    font-size: 20px;
    color: #625750;
    font-weight: 300;
    margin: 5px 0px;
}

article .riepilogo_sezione h2, .box_news h2, article .box_news h2 {
    margin: 0px 0px 0px 0px;
    border-bottom: none;
    margin-bottom: 0px;
    padding: 20px 10px 10px 10px;
    font-weight: 400;
    color: #887971;
    text-shadow: none;
    font-size: 22px;
    text-align: center;
}

article .box_news h2 {
    margin: 0px 0px 0px 0px;
    border-bottom: none;
    margin-bottom: 0px;
    padding: 15px 15px 10px 15px;
    text-align: center;
    font-weight: 400;
    color: #887971;
    text-shadow: none;
    font-size: 22px;
}

article section ul li {
    font-size: 16px;
    margin-bottom: 15px;
    color: #5c5049;
    letter-spacing: 0px;
    line-height: 21px;
}

    article section ul li::before {
        content: "\f22d";
        color: #e39466;
        font-weight: bold;
        font-family: "Font Awesome 5 Free";
        margin-right: 5px;
        font-size: 12px;
    }

article ul {
    padding: 20px;
}

article aside ul {
    padding: 0px
}

    article aside ul li {
        /* border-top: 1px solid #cec6c2; */
        /* border-top: 1px solid rgba(136, 121, 113, 0.5); */
    }

article aside .riepilogo_sezione ul li a {
    font-size: 17px;
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
}

    article aside .riepilogo_sezione ul li a:hover {
        background: #f1f1f1
    }

article aside ul li:last-child {
    margin-bottom: 0px;
}

section {
    width: 75%;
    padding-left: 20px;
    position: relative;
    float: right;
    padding-bottom: 20px
}

aside {
    width: 25%;
    position: relative;
    float: left;
}

section h1 {
    font-size: 30px;
    font-weight: 300;
    /* text-transform: uppercase; */
    color: #584c45;
    margin: 0px 0px 0px 0px;
    width: 100%;
    clear: both;
    position: relative;
}

aside .box {
    padding: 10px 10px;
    background-color: #e4e7ea;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    border: 1px solid #cec6c2
}

    aside .box.ricerca {
        border: 1px solid white;
        background-color: #e5e4e4;
        padding: 20px;
        margin-bottom: 0px;
        border-bottom: none;
    }

        aside .box.ricerca .cerca {
            float: right;
            position: relative;
            width: 100%;
            height: 42px;
            background-color: white;
            -moz-border-radius: 3px;
            border-radius: 3px;
            margin: 0px 0px 10px 0px;
            border: 1px solid rgba(208, 211, 214, 0.8);
        }

        aside .box.ricerca .field_module {
            margin-bottom: 0px;
            width: 84%;
        }

    aside .box.card {
        padding: 20px 20px 15px 20px;
        background-color: #fff;
        display: inline-block;
        width: 100%;
        border: 1px solid #cec6c2;
        margin-bottom: 20px;
    }

        aside .box.card p {
            font-size: 17px;
            line-height: 25px;
            margin-bottom: 5px;
        }

        aside .box.card img {
            margin-bottom: 20px
        }

aside .field_module, aside .select_module {
    margin-bottom: 5px;
    height: 42px;
    padding: 10px;
    border: 1px solid rgba(208, 211, 214, 0.8);
}

aside .box.ricerca .select_module {
    width: 59%;
    margin-bottom: 0px;
}

aside .box h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #584c45;
    font-weight: 700;
    margin-bottom: 10px
}

aside .box.catalogo {
    background-color: #e4e7ea;
}

aside .titolo.filtraper {
    font-size: 25px;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
    color: #584c45;
    border-bottom: 1px solid #584c453d;
    padding-bottom: 10px;
}

aside .titolo {
    margin: 0px 0px 0px 0px;
    padding-bottom: 10px;
    font-weight: 400;
    color: #887971;
    margin-bottom: 10px;
    font-size: 18px;
    background: #e4e7ea;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #cec6c2;
    font-family: 'Philosopher', sans-serif;
}

.presentazione .sx, .presentazione .dx {
    margin-bottom: 20px;
}

.presentazione .sx {
    width: 65%
}

.presentazione .dx {
    width: 33%;
    background: #e4e7ea;
    padding: 20px 30px 15px 30px;
    float: right;
}

    .presentazione .dx a {
        color: #333;
        text-decoration: underline;
    }

    .presentazione .dx h2 {
        font-size: 28px;
        color: #584c45;
        margin: 0px 0px 20px 0px;
    }

    .presentazione .dx p {
        font-size: 16px;
        margin: 0px 0px 0px 0px;
        line-height: 25px;
        color: #887971;
        text-align: center;
    }

.presentazione .sx h1 {
    font-size: 24px;
    text-align: left;
    color: #584c45;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.content p {
    font-size: 18px;
    color: #62554e;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: 0px;
}

.box.specializzazioni {
    background-color: #fff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
    cursor: auto;
    cursor: pointer;
    position: initial;
    float: inherit;
}

    .box.specializzazioni img {
        height: 45px
    }

.servizi {
    display: block;
    text-align: center;
    widows: 100%;
    margin-top: 30px
}

.home .box.specializzazioni:hover {
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

.box.specializzazioni h3 {
    color: black;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
    margin: 20px 0px;
    height: 21px;
}

    .box.specializzazioni h3.small {
        padding-top: 10px
    }

.box.specializzazioni {
    text-align: center;
    height: 200px;
    width: 31%;
    margin: 1%;
    display: inline-block;
    padding: 0% 50px;
}

    .box.specializzazioni a, .box.specializzazioni a:hover {
        text-decoration: none !important
    }

.testata .dx, .testata .sx {
    width: 50%;
}

.testata .menusup .dx, .testata .menusup .sx {
    width: auto;
    display: inline-block
}

.articolo section p {
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
    color: #887971;
    margin-bottom: 15px;
}

    .articolo section p strong {
        font-weight: 400;
        color: black;
    }

.articolo section .intro p {
    line-height: 20px;
    font-weight: 400;
    color: #887971;
    margin-bottom: 20px;
    font-size: 15px;
}

.corpo .articolo .dx_img {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    clear: both;
}

    .corpo .articolo .dx_img img {
        width: 250px;
        height: auto;
        margin-left: 0px;
        margin-right: 10px;
        margin-top: 0px;
        border: 1px solid #c4c4c4;
        margin-bottom: 10px;
    }

header {
    color: #584c45;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    padding: 0px;
}

    header.piccolo {
        font-size: 40px;
        text-align: left;
        padding: 30px 0px;
        border-top: 1px solid #c4c4c4;
    }

.sx .titolo_sx {
    color: #584c45;
    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, article header.unico {
    border: none
}

.sx header, article header {
    font-size: 20px;
}

article .img_sezione header {
    margin: 40px 0px;
    position: relative;
    z-index: 2;
}

    article .img_sezione header h1, article .img_sezione header .pathway {
        color: rgba(255, 255, 255, 1);
    }

    article .img_sezione header .pathway {
        border-top: 1px dotted rgba(255, 255, 255, 0.5);
    }

        article .img_sezione header h2, article .img_sezione header .pathway a {
            color: rgba(255, 255, 255, 0.7);
        }

article .titolo.unico {
    margin-top: 0px;
}

article p {
    font-size: 16px;
    color: #887971;
    line-height: 23px;
    margin-bottom: 15px;
}

    article p strong {
        font-weight: 700;
        color: #584c45
    }

.cbp-vm-options .sx .titolo {
    font-size: 40px;
}

.titolo.grigio {
    color: #584c45;
    font-size: 20px;
    background-color: #c4c4c4;
    text-transform: uppercase;
    padding: 10px 20px;
    text-shadow: 0 1px 0 white;
}

.filtri {
    margin-bottom: 20px
}
/* 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 #584c45;
    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: #584c45;
        font-weight: 700;
    }

.news_img {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    clear: both;
}

    .news_img img {
        width: 60px;
        height: 60px;
        border: 1px solid #c4c4c4;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
/* fine stili news */
.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 h2 {
    color: white;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    margin: 10px;
}

.banner h3 {
    color: #ffb000;
    /* text-transform: uppercase; */
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    padding-bottom: 10px;
    text-align: center;
}

    .banner h3 big {
        font-weight: 700;
        font-size: 19px;
    }

.banner h4 {
    color: white;
    /* text-transform: uppercase; */
    font-size: 39px;
    text-align: center;
    line-height: 49px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-shadow: 1px 2px 2px rgb(0 0 0 / 28%);
    letter-spacing: 1px;
}

.banner h5 {
    color: #f4f481;
    text-shadow: 1px 2px 2px rgb(0 0 0 / 28%);
    margin: 10px 0px;
    padding: 10px 0px;
    border-top: 1px solid rgb(255 255 255 / 42%);
    border-bottom: 1px solid rgb(255 255 255 / 42%);
}

aside .banner a h5:hover {
    color: #f4f481 !important
}

aside .banner.help {
    background-color: #1ac0a3;
}

aside .banner.outlet {
    background: #a29791;
}

.banner.outlet h4 {
    font-size: 27px;
}

.banner.outlet h5 {
    font-size: 30px;
}

.banner p {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0px;
}

.banner .box {
    width: 33%;
    position: relative;
    float: left;
    padding-bottom: 20px;
    font-size: 20px;
    color: #584c45;
    height: 105px;
    overflow: hidden;
    cursor: pointer;
}

    .banner .box strong {
        font-size: 30px;
        font-weight: 700;
    }

    .banner .box span {
        color: #584c45;
    }

.color {
    color: #584c45;
}

    .color a {
        color: #584c45;
    }

.servizioclienti {
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 13px;
    height: 50px;
    margin-top: 5px;
}

    .servizioclienti img {
        position: relative;
        margin-right: 5px;
        top: 10px;
        width: 29px;
        margin-left: 5px;
    }

.prodotti_footer .box {
    position: relative;
    float: left;
    width: 250px;
    min-height: 320px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
}

    .prodotti_footer .box .titolo {
        color: #584c45;
        font-size: 25px;
        position: relative;
        float: left;
        width: 100%;
        padding: 10px;
        padding-bottom: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: 'Philosopher', sans-serif;
        text-shadow: 0 1px 0 white;
    }

        .prodotti_footer .box .titolo span {
            color: #584c45;
            font-size: 28px;
            font-weight: bold;
        }

.prodotti_footer {
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 15px;
}

.extra {
    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: #887971;
    font-size: 12px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #f2f2f2;
    margin-bottom: 15px;
    height: 60px !important;
    overflow: hidden;
}

    .special span {
        color: #584c45;
        font-size: 20px;
    }

.counter {
}

    .counter strong {
        color: #584c45;
        font-size: 14px;
        font-weight: 700;
        margin: 0px;
        padding: 0px;
    }

    .counter small {
        color: #584c45;
        font-size: 20px;
        font-weight: regular;
        margin: 0px;
        padding: 0px;
    }

.menu_footer {
    height: auto;
    padding: 0px;
}

    .menu_footer .box.principale ul li {
        margin: 15px 0px
    }

    .menu_footer .box.secondari {
        position: relative;
        float: left;
        width: 70%;
        margin-bottom: 0px;
    }

    .menu_footer .box strong {
        font-weight: 700;
        color: #000;
    }

    .menu_footer .box.principale .box {
    }

    .menu_footer .box.secondari .box {
    }

    .menu_footer .box.store {
        max-width: 250px
    }

    .menu_footer .box h1 {
        font-family: 'Philosopher', sans-serif;
        color: #584c45;
        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 {
        list-style-image: none;
        list-style-type: none;
        position: relative;
        /* clear: both; */
        float: left;
        margin-right: 30px;
    }

    .menu_footer .box:nth-child(3) ul {
        /* width: 250px; */
    }

        .menu_footer .box:nth-child(3) ul li {
            /* position: relative; */
            /* float: left; */
            /* width: 50%; */
        }

    .menu_footer .box ul.social {
        margin: 20px 0px;
    }

    .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: #887971;
        background-size: auto 20px;
    }

.articolo .dx .box.dati ul {
    margin: 0px;
}

.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: #887971;
    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;
    font-size: 18px;
    margin-bottom: 6px;
}

    .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: #b1a8a4;
    font-size: 16px;
}

    .menu_footer .box a:hover {
        color: #584c45;
        text-decoration: none;
    }

.menu_footer .box.menu ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

.menu_footer .newsletter {
    background-color: #cec6c2ccc;
    color: white;
    height: auto;
    overflow: auto;
}

    .menu_footer .newsletter input[type="email"] {
        background-color: transparent;
        font-size: 14px;
        width: 69%;
        padding: 13px;
    }

    .menu_footer .newsletter input[type="submit"].btn {
        width: 30%;
        -moz-border-radius: 0px;
        border-radius: 0px;
        text-align: center;
        float: right
    }

    .menu_footer .newsletter form {
        padding: 0px;
        background: rgba(255, 255, 255, 0.1);
        -moz-border-radius: 5px;
        border: none;
        border-radius: 5px;
        font-size: 12px;
        float: right;
        width: 100%;
        color: #887971;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: 'Philosopher', sans-serif;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .menu_footer .newsletter .field_module {
        border: none;
        font-size: 12px;
        float: left;
        position: relative;
        width: 80%;
        color: #887971;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: 'Philosopher', sans-serif;
        background-color: transparent;
        padding: 5px;
    }

    .menu_footer .newsletter label {
        color: #FFF;
        font-size: 10px;
    }

        .menu_footer .newsletter label a {
            text-decoration: underline;
        }

    .menu_footer .newsletter input[type="checkbox"] {
        position: relative;
        float: left;
        margin-right: 5px;
    }

.menu_footer .dati {
    margin-right: 0px;
    color: #887971;
    width: auto;
    position: relative;
    float: right;
    background: white;
    padding-left: 30px;
    border-left: 1px solid #c4c4c4;
    min-width: 350px;
}

    .menu_footer .dati strong {
        font-weight: 700;
        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: 'Philosopher', 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 {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 35px;
    padding: 10px 15px 5px 15px;
    color: #949494;
    font-size: 13px;
    display: block;
}

    .credits span {
        text-transform: uppercase;
        font-weight: 700;
        color: #ccc;
    }

.intempra {
    position: absolute;
    margin-left: 13px;
    top: 0px;
    height: 25px;
    height: 20px;
}

.credits a {
}

img.banner_orizzontale {
    border: none;
    width: 780px !important;
    height: auto !important;
    margin-bottom: 10px;
}

.ricerca_avanzata {
    background: #c4c4c4;
    height: auto;
    overflow: auto;
    padding-bottom: 5px;
}

    .ricerca_avanzata h1 {
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 0 1px 0 white;
        font-family: 'Philosopher', 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: #887971;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-bottom: 5px;
            font-family: 'Philosopher', sans-serif;
        }

            .ricerca_avanzata form div .field_module {
                border: none;
                font-size: 12px;
                float: left;
                position: relative;
                width: 80%;
                color: #887971;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                font-family: 'Philosopher', 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 strong {
    color: #e39466;
    position: relative;
    font-weight: 700;
}

header span strong {
    color: #000;
}

.descrizione {
    width: 48%;
    position: relative;
    float: right;
}

.descrizione_prodotto {
    width: 100%;
    position: relative;
    clear: both;
    border-top: 1px solid #e4e7ea;
}

.dettaglio ul li {
    color: #887971;
    font-size: 13px;
    margin: 0px;
    line-height: 18px;
}

.dettaglio ul.descrizione_prodotto li {
    padding-left: 100px;
}

.descrizione_prodotto li {
    padding: 10px 0px;
    border-bottom: 1px solid #e4e7ea;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.descrizione_prodotto div {
    position: absolute;
    float: left;
    margin-right: 10px;
    width: 100px;
    font-weight: 700;
    color: #887971;
    font-size: 13px;
    min-height: 27px;
    left: 0px;
}

.logo_prodotto img {
    max-height: 50px;
    margin-bottom: 10px
}

.descrizione p {
    color: #887971;
    font-size: 15px;
    margin-bottom: 10px;
}

.articolo .dx .descrizione_prodotto p {
    color: #887971;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

    .articolo .dx .descrizione_prodotto p strong {
        font-weight: 700;
        color: #000
    }

.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: #887971;
    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: #584c45;
    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;
}

.articolo .dx .colore_quantita ul {
    margin: 0px
}

.selettori .contenuto {
    padding: 0px 0px 5px 0px
}

.colore_quantita ul .label {
    padding: 0px 0px 10px 0px
}

.colore_quantita .label {
    padding: 22px 0px 0px 0px
}

.selettori .sconto {
}

.colore_quantita {
    background-color: #f1f1f1;
    padding: 15px;
    border-bottom: 1px solid #c0c0c0;
}

.codice {
    color: #afb0b5;
    font-size: 16px;
}

.articolo .dx .descrizione h1 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}

.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: #887971;
}

.spese_spedizione {
    background-image: url(../img/icone/truck.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-top: 5px;
    padding-left: 28px;
}

.valuta_info {
    background-color: #584c45;
    font-family: 'Philosopher', sans-serif;
    padding: 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

    .valuta_info .valuta {
        float: left;
        width: 48%;
        position: relative;
        color: #FFFFFF;
        font-size: 18px;
        margin-left: 8px;
    }

        .valuta_info .valuta .star-rating {
            top: 6px;
            left: 3px;
        }

    .valuta_info .info {
        float: right;
        width: 317px;
        position: relative;
        text-align: right;
        /* color: #584c45; */
        /* font-weight: bold; */
        font-size: 15px;
        background-image: url(../img/richiediinfo.png);
        background-position: 73px 0px;
        background-repeat: no-repeat;
        /* height: 30px; */
        padding-left: 41px;
        margin-top: 5px;
    }

        .valuta_info .info a {
            color: white;
            text-decoration: none;
            font-size: 18px;
            margin-right: 8px;
        }
/*.griglia_ordina {
width: 100%;
font-size:12px;
}

.griglia_ordina tr td {
	border-bottom: 1px dotted #ececec;
	background-color: white;
	color: #584c45;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size:12px;
}

.griglia_ordina tr th {
background-color: #584c45;
padding:5px;
color: white;
font-weight:normal;
text-align:left;
font-size:12px;
}

.griglia_ordina .field_module{
padding: 5px;
background: white;
-moz-border-radius: 2px;
border: none;
border-radius: 2px;
font-size: 12px;
float: left;
width: 32px;
color: #584c45;
font-weight: bold;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 0px;
margin-right: 5px;
text-align: center;
border: 1px solid rgb(199, 199, 199);
}

.griglia_ordina .btn {
-moz-border-radius: 2px;
border-radius: 2px;
border: none;
top: 1px;
position: relative;
padding-bottom: 4px;
float: left;
padding-top: 4px;
padding-left: 8px;
padding-right: 8px;
background: #584c45;
}

.griglia_ordina .btn:hover {
background: #584c45;
}
*/
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-right: 5px;
    top: 2px;
}

.griglia_ordina .label_check {
    font-size: 11px;
    font-weight: 700;
}

.commento_fb {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .commento_fb p {
        color: #565656;
        margin-bottom: 5px;
    }
/* tabelle carrello */
.alert {
    color: #d31010;
    font-weight: 400;
    margin: 10px 0px;
    letter-spacing: 0px;
    font-size: 16px;
    width: 100%;
    padding: 10px 0px;
    display: inline-block;
    line-height: 20px;
}

.tabelle_carrello fieldset .btn {
    margin-left: 5px;
    padding: 13px 20px;
    font-size: 16px;
    position: relative;
    float: left;
    background: #877870;
    text-transform: inherit;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: 0px;
}

.tabelle_carrello fieldset.ordina .btn {
    margin-left: 5px;
    padding: 15px 20px 15px 60px;
    font-size: 21px;
    float: right;
    background: #32c200;
    text-transform: uppercase;
    background-image: url(../img/icone/cart_white.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
}

table.tabelle_carrello {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.tabelle_carrello table tr td {
}

.tabelle_carrello .select_module {
    position: relative;
    width: 108px;
    padding: 3px;
    margin: 0px;
    background-color: whiteSmoke;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: 'Philosopher', sans-serif;
    border: 1px solid #c4c4c4;
    float: right;
    font-size: 12px;
}

.tabelle_carrello .txt {
    position: relative;
    font-size: 12px;
    color: #0054A4;
    margin-right: 5px;
    top: 1px;
}
/*.tabelle_carrello .field_module {
position: relative;
width: 100px;
margin: 0px;
background-color: #e4e7ea;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;font-family: 'Roboto Slab', serif;
clear: right;
margin-bottom: 5px;
margin-top: 5px;
font-size: 12px;
padding: 7px;

}*/
.tabelle_carrello .minifield_module {
}

.tabelle_carrello .miniature.thumb {
    border: none;
    margin-bottom: 0px;
    margin-left: 0px;
    height: 60px;
    width: 60px;
}

.tabelle_carrello .miniature img {
    max-height: 50px;
    max-width: 50px;
}

.tabelle_carrello td.minifield_module input {
    padding: 5px;
    background: white;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    float: left;
    width: 32px;
    color: #584c45;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    border: 1px solid #c4c4c4;
}

.help {
    float: right;
    font-size: 42px;
    position: relative;
    top: 3px;
    color: #c87777;
}

.tabelle_carrello .label_check a {
    color: #887971;
    text-decoration: underline;
}

.tabelle_carrello, article .riepilogo_prodotto.tabelle_carrello {
    clear: both;
    position: relative;
    margin: 0px;
    background: none;
    border: none;
    padding: 0px
}

.prezzo_totale {
    font-size: 30px;
    color: #000;
    font-weight: 300;
    text-align: left;
}

td .prezzo_totale {
    font-size: 20px;
    text-align: left;
    font-weight: 400;
}

.tabelle_carrello .prezzo_totale {
    font-size: 27px;
    text-align: left;
    font-weight: 700;
    color: #c87777;
    margin-bottom: 20px;
    margin: 5px 0px;
}

.tabelle_carrello li storng {
    color: #000;
    font-weight: 400;
}

.tabelle_carrello.sottotabella.tableresponsive .field_module {
    width: 50px;
    float: left;
    padding: 3px 10px;
    text-align: center;
}

.tabelle_carrello caption {
    font-size: 22px;
    color: #0054A4;
    padding-bottom: 10px;
}

.tabelle_carrello .hidden {
    display: none;
}

.tabelle_carrello a img {
    border: none;
}

.tabelle_carrello table tr td a .ok {
    float: right;
    position: relative;
    margin-left: 5px;
    top: 3px;
}

.condizioni {
    margin-left: 0px;
    margin-top: 3px;
    padding: 15px;
    background-color: #F2F2F2;
    /* border: 1px solid #c4c4c4; */
    margin-bottom: 20px;
    background: #f1f1f1;
}

    .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;
    }

    .condizioni hr {
        border: none;
        background: rgb(165, 165, 165);
        height: 1px;
        width: 100%;
        margin: 10px 0px;
        opacity: 0.5;
    }

.cancellacarrello {
    width: 400px;
    height: auto;
    padding: 10px;
    margin: 0px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.ordine_minimo {
    font-size: 16px;
    float: right;
    color: #887971;
    text-decoration: none !important;
    text-shadow: 0 1px 0 white;
    margin-bottom: 0px;
    font-weight: 700;
    padding: 0px 0px 12px 0px;
}

    .ordine_minimo span {
        color: #584c45;
        font-size: 20px;
    }

.tabelle_carrello fieldset {
    /* border: 1px solid #a29791; */
    background-color: #f2f1f1;
}

.content fieldset p {
    font-size: 17px;
    color: #5b4f48;
    line-height: 24px;
    margin-bottom: 15px;
}

.tabelle_carrello fieldset.ordina {
    padding: 0px;
    border: none;
    margin-top: 20px;
}

fieldset .label_module {
    width: 34%;
    margin: 17px 10px 22px 0px;
}

fieldset .field_note {
    width: 53%;
}

.tabelle_carrello .semplice .field_module {
    width: 100%;
    margin-bottom: 10px;
}

.tabelle_carrello fieldset strong {
}

.readonly {
    background-color: rgba(205, 206, 211, 0.29)
}

.tabelle_carrello legend {
    padding: 10px 20px;
    outline: none;
    color: #887971;
    font-size: 16px;
    background: #ffffff;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.32);
    border: 1px solid #cec6c2;
}

.center {
    text-align: center;
}

.tabelle_carrello fieldset a #help {
    float: right;
    position: absolute;
    right: 10px;
    margin-top: -22px;
}

.dx .tabelle_carrello fieldset p {
    margin-bottom: 0px;
}

.tabelle_carrello fieldset img {
    border-left: 1px dotted #c4c4c4;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 5px;
    position: relative;
    float: left;
}

.tabelle_carrello fieldset input[type="radio"] {
    position: relative;
    float: left;
    top: 15px;
    margin-left: 10px;
}

.tabelle_carrello .btn {
}

    .tabelle_carrello .btn:hover {
        background-color: #584c45;
    }

.tabelle_carrello table.table_nopadding tr td {
    border-bottom: none;
    background-color: white;
    color: #584c45;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 12px;
}

.articolo .pathway {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 20px;
}

.unico.riservata .pathway {
    margin-bottom: 40px;
}

.pathway {
    position: relative;
    font-size: 16px;
    /* color: #584c45; */
    width: 100%;
    font-weight: 700;
    margin: 15px 0px 0px 0px;
    clear: both;
    display: inline-block;
    border-top: 1px dotted #c3bcb8;
    padding-top: 18px;
    letter-spacing: 1px;
}

    .pathway a {
        margin-left: 1px;
        margin-right: 1px;
        color: #887971;
        font-weight: normal;
    }

        .pathway a:hover {
            text-decoration: underline;
        }

.pswdimenticata {
    display: inline-block;
    margin: 10px 0px
}

    .pswdimenticata a {
        text-decoration: underline;
        font-size: 16px;
    }

.corpo .dx hr, hr {
    background: none;
    height: 1px;
    width: 100%;
    padding: 0px;
    border: none;
    margin: 20px 0px;
    display: inline-block;
    border-top: 1px dotted #a29791;
}

.dati_contatti {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .dati_contatti tr td {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .dati_contatti tr th {
        text-align: left;
        padding: 10px;
        background: #e4e7ea;
        text-shadow: 0 1px 0 white;
    }

    .dati_contatti tr td p {
        margin: 0px !important;
    }

        .dati_contatti tr td p img {
            position: relative;
            float: left;
            width: 17px;
            margin-right: 5px;
        }

.label_module {
    float: left;
    position: relative;
    font-size: 16px;
    color: #5a4e47;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0px;
}

.btn.ordini, input[type="submit"].btn.ordini {
    /*margin-top: 28px;
    padding: 11px 20px;*/
}

.tornaindietro {
    font-size: 17px;
}

    .tornaindietro svg {
        margin-right: 5px
    }

.stato a {
    margin: 0px 0 0;
    display: inline-block;
    transition: background 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 'Philosopher', sans-serif;
    text-align: center;
    padding: 0px 5px;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #584c45;
    text-transform: uppercase;
    background-color: #584c45;
    color: white;
}

    .stato a:hover {
        text-decoration: none
    }

.field_module, .select_module, input[type="number"] {
    padding: 10px;
    border: 1px solid #cec6c2;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #584c45;
    /* -moz-border-radius: 5px;
    border-radius: 5px;*/
    height: 45px;
    background-color: white;
}

.tabelle_carrello .semplice input[type="number"] {
    color: #584c45;
    font-weight: 700;
    font-size: 14px;
}

.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
}

.field_module.error {
    background-color: #f9dde2;
    border: 1px solid #d42323;
}

.field_note {
    font-size: 14px;
    color: #5c5048;
    padding: 6px;
    border: 1px solid #cec6c2;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-family: 'Philosopher', sans-serif;
    max-height: 250px;
    font-weight: 700;
    min-height: 100px;
}

table.contatti {
    width: 760px;
    margin: 10px;
}

.tabelle_carrello table tr td.tabella_totali {
    background-color: #584c45;
    color: white;
    font-weight: 700;
    font-size: 16px;
}

    .tabelle_carrello table tr td.tabella_totali div.prezzo_totale {
        background-color: #584c45;
        padding: 5px;
        font-size: 20px;
    }

table.contatti .btn {
    position: relative;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding: 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.blank {
    background-color: white;
}

.inpromo .special {
    height: 45px !important;
    margin-bottom: 25px !important;
}
/* nuovo codice riepilogo e news */
.categories {
    padding: 10px;
    height: auto;
    border: 1px solid #c4c4c4;
    overflow: auto;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

    .categories h1 {
        margin-bottom: 0px;
        color: #584c45;
        font-size: 20px;
        border-bottom: 1px solid #c4c4c4;
        padding-bottom: 5px;
    }

    .categories ul {
        float: left;
        list-style-image: none;
        list-style-type: none;
        position: relative;
        margin: 0px;
        padding: 0px;
    }

        .categories ul li {
            list-style-image: none;
            list-style-type: none;
            padding: 0px;
            margin-top: 10px;
            margin-left: 0px;
            position: relative;
            float: left;
            width: 100%;
        }

            .categories ul li a {
                color: #887971;
                text-decoration: none;
            }

                .categories ul li a:hover {
                    color: #584c45;
                    text-decoration: none;
                }
/*stile news*/
.newsart {
    padding: 15px;
    height: auto;
    border: 1px dotted #c4c4c4;
    overflow: auto;
    margin-bottom: 20px;
    width: 100%;
}

    .newsart p a, .leggidipiu a {
        color: #e39466;
        text-decoration: underline;
    }

.riepilogo_prodotto .leggidipiu a {
    font-size: 15px;
    margin-bottom: 20px
}

.newsart h3 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 400;
}

.newsart span {
    color: #584c45;
    font-size: 15px;
}

.newsart h3 a {
    text-transform: inherit;
    text-decoration: none;
    color: #d47f4e;
}

.newsart p, #print.articolo .newsart p, article .articolo_news p {
    padding: 0px;
    margin: 0px !important;
    line-height: 26px;
    text-align: justify;
    font-size: 16px;
}

.newsart_img {
    position: relative;
    float: left;
    width: 250px;
    height: 150px;
    display: table;
    margin-right: 15px;
}

    .newsart_img div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .newsart_img img {
        max-height: 150px;
        max-width: 250px;
    }

.articolo_news {
    height: 80px;
    overflow: hidden;
    margin-bottom: 15px;
}

.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: #887971;
}

.newspromo {
    margin-bottom: 0px !important;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;
    font-family: 'Philosopher', 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 #c4c4c4;
    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 {
    float: left;
    position: relative;
    background-color: #16274b;
    width: calc(100% - 137px);
    margin: 20px 0px 10px 0px;
    top: inherit;
    border: 3px solid white;
}

.newsletter .privacy {
    width: calc(100% - 20px);
    margin: 10px;
    position: relative;
    clear: both;
}

.newsletter .field_module {
    border: none;
    font-size: 18px;
    width: 300px;
    color: #887971;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Philosopher', sans-serif;
    background-color: transparent;
    padding: 15px;
    background: rgba(255, 255, 255, 1);
    position: relative;
    float: left;
    height: auto;
    margin-right: 20px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.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: 45px;
    line-height: 39px
}

.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 #c4c4c4;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: auto;
    overflow: auto;
}

    .riepilogo_sx h1 {
        font-family: 'Philosopher', sans-serif;
        color: #584c45;
        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: #887971;
    }

.unico {
    width: 100% !important;
}

section ul {
    width: 100%;
    display: inline-block;
    margin: 0px;
}

    section ul li {
        margin-bottom: 10px;
        font-size: 18px;
        letter-spacing: 0px;
    }

.articolo .dx h1 {
    color: #000;
    font-size: 30px;
    font-weight: 300;
}

.map {
    border: 0;
    margin-bottom: 30px;
    height: 450px
}

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: #887971;
}

.articolo section .condividi_articolo ul li {
    margin: 10px 0px 5px 0px;
}

.riepilogo_sx ul li a {
    color: #584c45;
    font-size: 13px;
}

.campo_form {
    width: 50%;
    padding-bottom: 30px;
    position: relative;
    float: left;
    padding-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 0px;
}

    .campo_form .campo_form {
        padding-right: 10px;
        padding-bottom: 0px;
    }

.disabilitati .campo_form {
    width: 33%;
}

.presentazione .campo_form {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 0px;
}

.presentazione .label_check {
    position: relative;
    float: left;
    color: #887971;
    width: 50%;
    padding: 0px 0px 10px 0px;
}

article .campo_form p {
    font-size: 14px;
    color: #887971;
    line-height: 20px;
    margin-bottom: 5px;
}

.box_carrello {
    position: relative;
    float: right;
    cursor: pointer;
    width: 270px;
    background-position: 3px 5px;
    border: 1px solid #c4c4c4;
    padding: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
}

    .box_carrello:hover {
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
    }

    .box_carrello h1 {
        font-weight: 700;
        color: #584c45;
        text-transform: uppercase;
        font-size: 19px;
        margin-bottom: 2px;
    }

    .box_carrello p {
        font-size: 17px;
        color: #888787;
        margin-bottom: 3px;
    }

    .box_carrello img {
        position: relative;
        float: left;
        margin-right: 16px;
    }

    .box_carrello p span {
        color: #584c45;
    }

    .box_carrello a {
        color: #584c45;
        text-decoration: underline;
        font-size: 13px;
    }

.testata_utilities {
    position: relative;
    float: right;
    width: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .testata_utilities .sx {
        position: relative;
        float: right;
        text-align: right;
    }

.paginazione {
    text-align: center;
    width: 100%;
    padding: 0px;
    clear: both;
    height: auto;
    margin: 30px 0px 40px 0px;
    letter-spacing: 0px;
}

    .paginazione a {
        color: #887971;
        line-height: 50px;
        font-weight: 700;
        padding: 5px 10px;
        font-size: 14px;
        margin: 5px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        .paginazione a:hover, .paginazione .selected {
            background: #f1f1f1;
            text-decoration: none;
        }

    .paginazione div {
        position: relative;
        display: inline;
    }

.login_box, .registrazione_box {
    position: relative;
    float: left;
    padding: 20px;
    width: 50%;
    /* height: 243px; */
    /* border: 9px solid white; */
    /* margin: 1%; */
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .login_box .big.btn, .login_box input[type="button"].big.btn, .login_box input[type="submit"].big.btn, .registrazione_box .big.btn, .registrazione_box input[type="button"].big.btn, .registrazione_box input[type="submit"].big.btn {
        float: right;
        background: #e39466;
        margin: 0px;
    }

    .login_box h2, .registrazione_box h2 {
        font-family: 'Philosopher', sans-serif;
        color: #000;
        font-size: 25px;
        font-weight: 300;
        margin-bottom: 12px;
    }

    .login_box .btn {
        float: right
    }

    .registrazione_box strong {
        font-weight: 400;
        color: #000;
    }

.registrazione_box {
    background: #f2f1f1;
}

    .registrazione_box p a {
        text-decoration: underline;
        font-size: 16px;
    }

.articolo .dx .registrazione_box p {
    color: #887971
}

.registrazione_box .btn {
    /* position: absolute; */
    /* bottom: 20px; */
    /* right: 20px; */
    float: right;
}

.riepilogo_tabella .immagine_prodotto {
    position: relative;
    float: left;
    background-color: white;
    width: 170px;
    margin-bottom: 5px;
    padding: 0px;
    height: 145px;
    border: none;
}

    .riepilogo_tabella .immagine_prodotto div img {
        max-height: 145px;
        max-width: 170px;
    }

.riepilogo_tabella .descrizione.titolo {
    padding-bottom: 0px;
    width: calc(100% - 250px);
    position: relative;
    float: right;
    margin-bottom: 0px;
    height: auto;
}

.riepilogo_tabella .descrizione {
    padding-bottom: 0px;
    width: calc(100% - 170px);
    position: relative;
    float: right;
    margin-bottom: 0px;
    height: 140px;
    overflow: hidden;
    padding-top: 10px;
    border: none;
}

    .riepilogo_tabella .descrizione h1 {
        margin-bottom: 10px;
    }

        .riepilogo_tabella .descrizione h1 a {
            color: #584c45;
            text-transform: uppercase;
            font-size: 17px;
            font-weight: 400;
        }

            .riepilogo_tabella .descrizione h1 a:hover {
                text-decoration: none;
            }

.corpo .dx .riepilogo_tabella .descrizione p {
    margin: 0px;
    font-size: 13px;
    line-height: 18px;
    color: #887971;
    margin-bottom: 5px;
}

.riepilogo_tabella {
    height: auto;
    overflow: auto;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    border: 1px solid #c4c4c4;
}

    .riepilogo_tabella .tableresponsive td, .riepilogo_tabella .tableresponsive th {
        padding: 5px;
    }

    .riepilogo_tabella .tableresponsive td {
    }

    .riepilogo_tabella .btn_carrello {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 35px;
        text-align: center;
        font-size: 17px;
        clear: inherit;
        float: right;
        margin-top: 0px;
        background-image: url(../img/cart.png);
        background-repeat: no-repeat;
        background-position: 12px 11px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        text-transform: uppercase;
    }

        .riepilogo_tabella .btn_carrello:hover {
            background-color: #003c58;
        }

.tabelle_carrello a img {
    border: none;
    max-width: 40px;
    position: relative;
    float: inherit;
    margin: 0px auto;
}

.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 #c4c4c4;
}

.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 {
    color: #ffffff;
    text-decoration: none;
    padding: 5px 10px;
    position: relative;
    border: 1px solid white;
    text-align: center;
    margin-left: 10px;
}

    .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: #584c45;
    }

    .menusup .link.register {
        background-image: url(../img/icone/register.png);
        border-right: 1px solid #c4c4c4;
    }

    .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 #c4c4c4;
}

    .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: #887971;
    }

.menusup .link.desideri {
    background-image: url(../img/icone/desideri.png);
}

.menusup .link:hover {
    text-decoration: none;
}

.ric_avanzata {
    background-color: #584c45;
    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: 700;
}

.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: #887971;
    -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: 13px;
    top: 74px;
    left: 0px;
    font-weight: 700;
}

.tabelle_carrello .campo_form {
    padding-bottom: 30px;
}

.campo_form .mini:first-child {
    position: relative;
    float: left;
    width: 60%;
    padding-right: 10px;
}

.campo_form .mini {
    position: relative;
    float: left;
    width: 40%;
}

    .campo_form .mini .btn {
        /* padding: 0px; */
        letter-spacing: 0px;
        margin-top: 29px;
        padding: 10px 20px;
    }

.tabelle_carrello .campo_form .errore {
    text-align: left;
    position: absolute;
    font-size: 12px;
    bottom: 10px;
    left: 0px;
    font-weight: 700;
}

.errore {
    color: #dd0000;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.big.btn, input[type="button"].big.btn, .tabelle_carrello input[type="button"].big.btn {
    padding: 15px 20px;
    font-size: 23px;
    margin: 0px 17px;
    background: #cec6c2;
}

    .big.btn.ordina, input[type="button"].big.btn.ordina, .tabelle_carrello input[type="button"].big.btn.ordina {
        background: #e39466;
    }

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: 'Philosopher', sans-serif;
    width: 35px;
    text-align: center;
    padding: 5px;
    border: 1px solid #c4c4c4;
    top: -1px;
    position: relative;
}

.cercabtn {
    padding: 11px 20px;
    color: white;
    text-transform: uppercase;
    margin: 0px;
    right: -2px;
    position: relative;
}

.newsletter {
    color: white;
    text-shadow: none;
    height: auto;
    overflow: auto;
    width: 460px;
    margin: 30px auto;
}

.container.slideshow {
    margin-bottom: 20px;
}

.riepilogo_sezione, .box.dati {
    border-top: none;
    margin-bottom: 20px;
    width: 100%;
    clear: both;
    background: #f1f0f0;
    border: 1px solid #ddd8d8;
}

.box_news {
    border-top: none;
    margin-bottom: 30px;
    width: 100%;
    clear: both;
    background: #f1f0f0;
    border: 1px solid #ddd8d8;
}

.box.dati h3 {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin: 14px 0px;
    color: #6ea7be;
    border-bottom: 1px dotted #cec6c2;
    padding-bottom: 10px;
}

.articolo .riepilogo_sezione h2, .articolo .box_news h2 {
    font-size: 25px;
    font-weight: 300;
    margin: 10px 0px;
    text-align: left;
    padding-bottom: 10px;
    color: #999999;
}

.riepilogo_sezione ul {
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none;
    padding-bottom: 10px;
}

    .riepilogo_sezione ul li a:hover {
        color: #000;
        text-decoration: none;
    }

ul.allegati {
    list-style-image: none;
    margin: 10px 0px;
}

    ul.allegati li {
        position: relative;
        float: left;
        margin: 2px;
        margin-right: 20px;
        text-transform: uppercase;
        color: #887971;
    }

        ul.allegati li img {
            position: relative;
            float: left;
            margin-right: 5px;
        }

.fb_iframe_widget iframe {
    width: 100% !important;
}

.disclaimer {
    color: #584c45;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    margin: 5px 0px 15px 0px;
    width: 100%;
    position: relative;
    clear: both;
}

h2.disclaimer {
    color: #594d46;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    margin: 5px 0px 15px 0px;
    width: 100%;
    position: relative;
    clear: both;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: justify;
}

.divprezzosped .prezzo {
    font-size: 30px;
    margin: 0px;
    color: #584c45;
    font-weight: 400;
}

.spese_spedizione {
    color: #887971;
    font-size: 15px;
}

.divprezzosped {
    margin: 10px 0px;
    padding: 10px 0px;
    padding-top: 3px;
}

.spese_spedizione span {
    color: #382E29;
}

.selettori .field_module {
    margin-bottom: 0px;
    width: 80px;
    position: relative;
    float: left;
    margin-right: 15px;
    text-align: left;
    margin-top: 10px;
}

.selettori .confezione {
    position: relative;
    float: left;
    margin-top: 21px;
    color: #000;
    font-style: italic;
    padding-right: 5px;
}

.selettori label {
    position: relative;
    float: left;
    width: 100px;
    text-align: left;
    font-size: 16px;
}

.selettori label {
    top: 10px;
}

.btn_wishlist input[type="checkbox"] {
    position: absolute;
    width: 30px;
    height: 34px;
    cursor: pointer;
    float: inherit;
    top: inherit;
    margin-right: auto;
}
/* checkbox e radio button */
.btn_wishlist input[type="radio"], .btn_wishlist input[type="checkbox"] {
    opacity: 0;
}

    .btn_wishlist input[type="checkbox"] + label {
        cursor: pointer;
        background-image: url(../img/icone/star-off.png);
        background-repeat: no-repeat;
        background-position: left 4px;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 10px;
        padding-left: 25px;
        line-height: 25px;
    }

    .btn_wishlist input[type="radio"] + label {
        cursor: pointer;
        background-image: url(../img/icone/star-off.png);
        background-repeat: no-repeat;
        background-position: left 4px;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-left: 25px;
        margin-right: 20px;
        line-height: 25px;
    }

    .btn_wishlist input[type="checkbox"]:disabled + label {
        cursor: pointer;
        background-image: url(../img/icone/star-off.png);
        background-repeat: no-repeat;
        background-position: left 4px;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-left: 25px;
        line-height: 25px;
    }

    .btn_wishlist input[type="radio"]:disabled + label {
        cursor: pointer;
        background-image: url(../img/icone/star-off.png);
        background-repeat: no-repeat;
        background-position: left 4px;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-left: 25px;
        line-height: 25px;
    }

    .btn_wishlist input[type="checkbox"]:checked + label {
        background-image: url(../img/icone/star-on.png);
        background-repeat: no-repeat;
        background-position: left 4px;
        line-height: 30px;
    }

    .btn_wishlist input[type="radio"] + label {
        cursor: pointer;
        background-image: url(../img/icone/star-off.png);
        background-repeat: no-repeat;
        background-position: left 4px;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-left: 25px;
        line-height: 25px;
    }

    .btn_wishlist input[type="radio"]:checked + label {
        background-image: url(../img/icone/star-on.png);
        background-repeat: no-repeat;
        background-position: left 4px;
        line-height: 25px;
    }

.selettori .btn.stampa {
    background: transparent;
    border: 1px solid #887971;
    color: #887971;
    background-color: white;
    font-weight: 700;
    font-size: 16px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: right;
    letter-spacing: 0px;
    padding: 8px 10px;
}

    .selettori .btn.stampa:hover {
        background-color: #887971;
        color: #fff;
    }

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;
    /* position: relative; */
    overflow: hidden;
    text-align: left;
    /* margin: 0px 10px 40px 10px; */
    /* width: 30%; */
    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 #cec6c2;
}

    .cataloghi .box:hover {
        border: 1px solid #999;
    }

.dx .cataloghi .box h2 {
    text-align: center;
    font-family: 'Philosopher', 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: #887971;
    margin: 0px;
}

.box_news .box h2 {
    /*font-family: 'Philosopher', sans-serif; */
    color: #584c45;
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
    text-align: left;
    line-height: 25px;
    margin-bottom: 10px;
}

    .box_news .box h2 strong {
        font-weight: 700;
    }

    .box_news .box h2 a {
        color: #000;
    }

.box h4 {
    color: #584c45;
    font-size: 16px;
    font-weight: 400;
}

.approfondimenti .box_img {
    margin-bottom: 0px
}

.box_img {
    width: 100%;
    clear: both;
    position: relative;
    height: 262px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px
}

    .box_img div {
        /*	display: table-cell;
	vertical-align: middle;
	text-align: center;*/
    }

    .box_img img {
        width: 100%;
        max-width: inherit;
    }

.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: #887971;
}

.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;
    }

.box .titolo {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    padding: 20px 0px;
    font-family: 'Philosopher', sans-serif;
    color: #584c45;
    font-size: 40px;
    font-weight: 300;
}

.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: 700;
        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: #584c45;
    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: #584c45;
    }

.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: #584c45;
        text-decoration: underline;
    }

.img_principale {
    width: 100%;
    margin-bottom: 20px;
}

.disponibilita_yes, .disponibilita_no {
    font-weight: 700;
    font-size: 15px;
}

.disponibilita_yes {
    color: #1ab600 !important
}

.disponibilita_no {
    color: #f3bb00 !important
}

.img_brand img {
    max-height: 30px;
}

.taglie {
    position: relative;
    float: left;
    width: 50%;
    margin: 20px 0px;
}

    .taglie img {
        position: absolute;
        top: -15px;
        left: 0px;
    }

    .taglie a {
        font-size: 16px;
        color: white;
        background-color: #4c5462;
        border: 5px solid #cdced3;
        padding: 8px 15px 8px 40px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .taglie a:hover {
            text-decoration: none;
            background-color: #091e3b;
        }

.articolo table {
    margin: 20px 0px;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    border-spacing: 0;
    border-collapse: collapse;
}

    .articolo table tr td, .articolo table tr th {
        padding: 10px 20px;
        border-bottom: 1px solid #c4c4c4;
        margin: 0px;
        text-align: left;
    }

        .articolo table tr th, .articolo table tr td strong {
            color: #584c45;
            font-weight: 400;
        }

    .articolo table tr th {
        color: #000;
        font-weight: 700;
    }

.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, .articolo .dx p.scarica {
    padding: 20px;
    text-align: center;
    background: white;
    margin-bottom: 0px;
    padding-top: 0px;
}

    .scarica a {
        color: #d73434;
        text-decoration: underline;
    }

        .scarica a:hover {
            color: #d83a3a;
            text-decoration: underline;
        }

    .scarica img {
        position: relative;
        top: 3px;
        margin-right: 5px;
    }
/******** intro categorie **********/
.intro img:first-child {
    margin: 0px 0px 15px 0px;
    clear: both;
    width: 100%;
}

.intro img {
    position: relative;
    float: left;
    margin: 0px 20px 20px 0px;
}

.intro p {
    font-size: 15px;
    line-height: 23px;
}

.intro {
    display: block;
    margin: 20px 0px;
}

    .intro h1 {
        font-weight: 300;
        letter-spacing: 5px;
        font-size: 40px;
        text-align: center;
        color: #a29791;
    }

        .intro h1 span {
            color: #5c5049;
        }
/******** /intro categorie **********/
.spunta {
    width: 100%;
    position: relative;
    clear: both;
    padding: 10px 0px 0px 0px;
    height: auto;
    overflow: auto;
}

.old_price {
    text-decoration: line-through;
    font-weight: 700;
    text-shadow: none;
}

.percentuale {
    color: #1581b0;
    font-weight: 700;
}

.payoff {
    margin: 30px 0px 40px 0px;
}

    .payoff h2, .payoff h3 {
        text-align: center
    }

    .payoff h2 {
        font-size: 45px;
        font-weight: 300;
        color: #887971;
        margin: 0px;
    }

    .payoff h3 {
        font-size: 40px;
        font-weight: 300;
        color: #999999;
        margin: 0px;
    }

.unico .superiore {
    background-color: white;
    border-bottom: 1px solid #c4c4c4;
    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;
}

.prodotti_simili {
    border-top: 1px solid #dfdfdf;
    padding-top: 15px;
    position: relative;
    clear: both;
}

    .prodotti_simili .item .cbp-vm-title, .prodotti_simili .item .cbp-vm-price {
        /*display: none*/
    }

    .prodotti_simili .owl-carousel {
        background: white;
        padding: 0px;
        border-bottom: none;
        margin-bottom: 0px;
    }

        .prodotti_simili .owl-carousel .owl-item {
            padding: 0px;
        }

.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: #887971;
        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;
}

.articolo h2 {
    font-size: 21px;
    margin: 10px 0px;
    font-weight: 300;
    color: #53848c;
    line-height: 28px;
}

.approfondimenti .titolo p {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.articolo {
    height: auto;
    padding-bottom: 20px;
}

.home .approfondimenti .titolo p {
    margin-top: 30px;
}

.articolo.principale h1 {
    font-size: 50px;
    color: #584c45;
    font-weight: 300;
    text-align: center;
    margin: 30px 0px 0px 0px;
}

.articolo.principale h2 {
    text-align: center;
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 30px
}

.home .articolo.principale h1 {
    font-size: 75px;
    margin: 30px 0px;
}

.articolo.principale p {
    color: #999999;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.articolo.principale ul {
    position: relative;
    clear: both;
    padding: 4% 9%;
    width: 100%;
}

    .articolo.principale ul li {
        position: relative;
        float: left;
        width: 50%;
        padding: 10px 10px 10px 50px;
        font-size: 25px;
        font-weight: 300;
        cursor: pointer;
    }

        .articolo.principale ul li img {
            background-color: #584c45;
            position: relative;
            float: left;
            margin-right: 20px;
            padding: 10px;
            -moz-border-radius: 5px;
            border-radius: 5px
        }

        .articolo.principale ul li:hover {
            color: #000
        }

            .articolo.principale ul li:hover img {
                background-color: #ff943f;
                -moz-transition: all 0.2s linear 0s;
                -webkit-transition: all 0.2s linear 0s;
                -o-transition: all 0.2s linear 0s;
            }

article .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 {
}

article .riepilogo_prodotto .testo {
    height: 150px;
    margin-bottom: 25px;
    overflow: hidden;
}

article .riepilogo_prodotto .articolo_news h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 5px 0px;
}

    article .riepilogo_prodotto .articolo_news h3 a {
        color: #584c45;
        text-decoration: none;
    }

article .riepilogo_prodotto .testo p {
    line-height: 23px;
    text-align: justify;
    font-size: 15px;
    margin-bottom: 0px
}

section .img img, section .img iframe {
    margin-bottom: 30px;
}

.img iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

.container_carrello {
    padding: 0px 0px 80px 0px
}

    .container_carrello .pathway {
        padding-bottom: 20px;
        width: 100%;
    }

    .container_carrello .disclaimer {
        color: #fff;
        font-size: 17px;
        line-height: 20px;
        font-weight: 400;
        margin: 10px 0px;
        width: 100%;
        position: relative;
        clear: both;
        font-style: normal;
        background-color: #584c45;
        padding: 20px;
        text-align: center;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

.tabelle_carrello .semplice th {
    font-size: 15px;
    padding: 10px;
    color: #ffffff;
    font-weight: 400;
    background: #887971;
}

.tabelle_carrello .semplice .field_module {
    margin-bottom: 0px
}

.tabelle_carrello .semplice {
    /*background: #e4e7ea;*/
    max-width: 400px;
    margin: 10px 0px;
    border: none;
}

.tab_semplice {
    border-top: 1px solid #cec6c2;
    background-color: white;
}

.tabelle_carrello .semplice tr td {
    padding: 10px;
}

.tabelle_carrello input[type="submit"].btn {
}
/* STILI CARRELLO 2 */
.content .tabelle_carrello .box {
    /*    width: 48%;
    padding: 10px;
    margin: 1%;
    min-height: 225px;
    position: relative;
    float: left;
    border: 1px solid #cec6c2;*/
}

    .content .tabelle_carrello .box.superiori {
        width: 48%;
        padding: 0px;
        margin: 1%;
        border: none
    }

        .content .tabelle_carrello .box.superiori table {
            border-left: 1px solid #cec6c2;
            border-right: 1px solid #cec6c2;
        }

        .content .tabelle_carrello .box.superiori:nth-child(2) {
            /*	background: #e4e7ea;
	padding: 15px;
	cursor: pointer;*/
        }

        .content .tabelle_carrello .box.superiori .tableresponsive {
            margin-bottom: 0px;
            margin: 0px;
            width: auto
        }

.tabelle_carrello .riepilogo_carrello .btn {
    background-color: #584c45;
    margin-top: 10px;
}

    .tabelle_carrello .riepilogo_carrello .btn:hover {
        background-color: #584c45;
    }

.content .tabelle_carrello .box .field_module {
    margin-right: 5px;
    margin-top: 0px;
    float: inherit;
    width: 33%;
}

.content .tabelle_carrello .box p {
    margin-bottom: 10px
}
/*.content .tabelle_carrello h2 {
    font-weight: 400;
    color: #887971;
    margin-bottom: 10px;
    font-size: 18px;
    background: #e4e7ea;
    padding: 10px;
    border: 1px solid #cec6c2;
}*/
.content .tabelle_carrello .box.superiori h2 {
    margin: 0px;
    cursor: pointer;
}

    .content .tabelle_carrello .box.superiori h2:hover {
        /*    color: #fff;

    background: #584c45;*/
    }

.riepilogo_carrello {
    /*    padding: 10px;
    border: 1px solid #cec6c2;
    height: auto;
    overflow: auto;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: white;*/
}

.box .riepilogo_carrello ul li {
    font-size: 15px;
}

.campo_form span input[type="radio"] {
    position: relative;
    margin-left: 5px;
    top: 2px;
}

.campo_form span {
    /*	font-weight: 400;
	color: black;
	padding: 10px*/
}

    .campo_form span.error {
        color: red;
        font-weight: 700;
        position: absolute;
        top: 79px;
        width: 100%;
        text-align: left;
        left: 0px;
        font-size: 12px;
        font-family: sans-serif;
    }

.campo_form.sede_alternativa {
    width: 100%;
    margin: 0px;
    background: #f1f1f1;
    padding: 10px;
}

.riepilogo_carrello ul li {
    padding: 5px;
    border-bottom: 1px solid #cec6c2;
    height: auto;
    overflow: auto
}

    .riepilogo_carrello ul li div {
        position: relative;
        float: right;
        font-size: 18px;
    }

        .riepilogo_carrello ul li div .prezzo_totale {
            font-size: 22px;
            padding: 0px;
            color: #fd6500;
            font-weight: 400;
        }

.content .tabelle_carrello .box .campo_form .field_module {
    margin-right: 0px;
    margin-top: 0px;
    float: inherit;
    width: 100%;
    height: 44px;
}

.content .tabelle_carrello .box.grey {
    background: #FFF;
    border: 1px solid #cec6c2;
}

    .content .tabelle_carrello .box.grey h3 {
        font-size: 21px;
        font-weight: 400;
        margin-bottom: 5px;
        color: black;
    }

.sede_alternativa {
    margin-bottom: 10px;
    background-color: #ffffff;
    width: 100%;
    clear: both;
    margin-top: 10px;
    display: none;
    height: auto;
    overflow: auto;
    padding: 40px 20px 20px 20px;
    border: 1px solid #cec6c2;
}

    .sede_alternativa .blu {
        position: absolute;
        right: 21px;
        background: #584c45;
        padding: 5px 10px;
        text-decoration: none;
        font-size: 19px;
        color: white;
        margin-top: -40px;
        z-index: 9999999;
        cursor: pointer;
    }

.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: #584c45;
}

    .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 #cec6c2;
    padding-bottom: 15px;
}

input[type="text"]:disabled,
.field_module:disabled,
.disabilitati .field_module {
    background-color: #f1f0f0; /*f1f2f4*/
}

.hidden {
    display: none !important
}

.calcolatrice {
    position: relative;
    float: left;
    height: 43px;
    margin-left: 33%;
    margin-top: 13px;
    margin-right: 10px;
}

.news_home {
    background-image: url(../images/45182314.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    background-color: #040404;
    position: relative;
    background-attachment: fixed;
    padding: 20px 0px;
    margin-top: 20px;
    border-top: 1px solid #cec6c2;
}

    .news_home h2 {
        font-size: 75px;
        font-weight: 300;
        color: white;
        z-index: 9;
        position: relative;
        margin-top: 50px;
        margin-bottom: 20px;
    }

.cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
}

footer .box {
    position: relative;
    float: left;
    width: auto;
    margin-right: 2%; /* old  4% */
}

    footer .box.card {
        margin-top: 0px;
        border-right: 1px solid #e5e4e4;
        /* padding-right: 41px; */
    }

.box.card img {
    margin-bottom: 20px;
}

ul.info {
    margin: 20px 0px 10px 0px
}

    ul.info li {
        display: inline-block;
        margin: 0px 5px 0px 0px;
    }

.menu_footer .box ul.info li a {
    font-size: 13px;
}

.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: #584c45; */
    /* 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 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;
        transform: scale(1, 1);
        transition-duration: 500ms;
        transition-timing-function: ease-out;
    }

    .prodotti .box:hover img {
        /* Webkit for Chrome and Safari */
        -webkit-transform: scale(1.02, 1.02);
        -webkit-transition-duration: 200ms;
        -webkit-transition-timing-function: ease-out;
        /* Webkit for Mozila Firefox */
        -moz-transform: scale(1.02, 1.02);
        -moz-transition-duration: 200ms;
        -moz-transition-timing-function: ease-out;
        /* Webkit for IE( Version: 11, 10 ) */
        -ms-transform: scale(1.02, 1.02);
        -ms-transition-duration: 200ms;
        -ms-transition-timing-function: ease-out;
        transform: scale(1.02, 1.02);
        transition-duration: 200ms;
        transition-timing-function: ease-out;
    }

    .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: #584c45
    }

        .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: #584c45;
            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;
        /* letter-spacing: -2px; */
        margin-bottom: 0px;
    }

.leggi, #print.articolo p.leggi {
    clear: both;
    display: block;
    padding-top: 10px;
    border-top: 1px solid #cec6c2;
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 5px;
}

    #print.articolo p.leggi a {
        color: #887971;
        font-size: 16px;
    }

.approfondimenti p.leggi a.btn {
    background-color: #584c45;
    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: 12px 8px 11px 8px;
    opacity: 1;
    background-repeat: no-repeat;
    margin: 0px;
}
    /*li.tel {
	background-image: url(../img/icone/tel.png) !important;
	background-position: 0px 12px;
}
li.mail {
	background-image: url(../img/icone/email.png) !important;
	background-position: 0px 14px;
}*/
    ul.social li.whatsapp {
        background-image: url(../img/icone/whatsapp.png) !important;
        background-position: 0px 11px;
        padding: 12px 8px 11px 26px;
        background-size: auto 20px;
        margin-left: 10px
    }

    ul.social li:hover {
        opacity: 1;
    }

.articolo h1 {
    font-size: 35px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 5px;
    color: #0d5c66;
}

.articolo .unico h1 {
    margin-top: 20px
}

.articolo .data {
    font-size: 15px;
    color: #53848c;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}
/*.articolo h1 span {
    font-size: 21px;
    color: #584c45;
    font-weight: 400;
    position: relative;
    top: -3px;
    margin-right: 1px;
    border-right: 1px solid #cec6c2;
    padding-right: 10px;
}*/
.staff li .img {
    width: 150px;
    height: 150px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 15px auto;
    text-align: center;
}

.staff ul {
    text-align: center;
    display: block
}

#print.articolo .sx .staff li {
    text-align: center;
    display: inline-block;
    margin: 20px;
    cursor: pointer;
    background-image: none;
    padding-left: inherit
}

#print.articolo .staff p {
    text-align: center
}

.staff li h3 {
    font-size: 23px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #67a3ba;
}

.staff h2 {
    font-size: 40px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.staff {
    margin-bottom: 40px;
}

.img_articolo img {
    width: 100%;
}

.img_articolo {
    max-height: 400px;
    overflow: hidden
}

.sx .img_articolo {
    max-height: inherit;
    width: 100%;
    clear: both;
    position: relative;
    margin-bottom: 30px;
}

aside .loghi {
    background: transparent;
    border-top: none;
    padding: 0px 0px 20px 0px;
    display: inline-block;
    text-align: left;
    width: 100%;
}

.loghi {
    background: white;
    border-top: 1px solid #cec6c2;
    padding: 10px 0px;
    display: block;
    text-align: center;
}

    .loghi img {
        /*height: 37px;*/
        margin: 0px 30px;
        display: inline-block
    }

.articolo .img {
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}

.articolo .ticker .img {
    overflow: hidden;
    margin-bottom: 20px;
    width: 60px;
    position: relative;
    float: left;
    margin-right: 10px;
}

    .articolo .ticker .img img {
        margin-bottom: 0px
    }

.owl-carousel.statico .item {
    width: 33%;
    position: relative;
    float: left;
}

.grigio {
    background-color: #e4e7ea;
    padding: 15px;
    text-align: center
}

    .grigio h3 {
        font-size: 15px;
        font-weight: 700;
        margin: 5px 0px
    }

        .grigio h3 a {
            color: #584c45
        }

.newsletter_box {
    text-align: center;
    margin: 0px 0px 0px 0px;
    width: 100%;
    position: relative;
    clear: both;
    padding: 84px;
    background: #e5e4e4;
}

    .newsletter_box p {
        font-size: 18px;
        color: #584c45;
        line-height: 32px;
        margin: 30px 0px;
    }

    .newsletter_box h3 {
        font-size: 25px;
        color: #584c45;
        margin: 0px 0px 10px 0px;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 8px;
    }

p.veditutto {
    text-align: center;
    padding: 13px 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 18px;
    /* text-decoration: underline; */
    background: #d9d4d1;
    border-top: 1px solid #ddd8d8;
}

    p.veditutto a {
        color: #584c45;
    }

.video {
    margin: 20px 0px;
    border-bottom: 1px solid #bcbec0;
    display: inline-block;
    padding: 15px;
    height: auto;
    border: 1px dashed #c4c4c4;
    overflow: auto;
    margin-bottom: 20px;
    width: 100%;
}

    .video h3 {
        text-align: left;
        font-size: 20px;
        color: #584c45;
        margin-bottom: 15px
    }

.video_meta {
    width: 50%;
    float: right;
    padding: 0px 10px;
}

    .video_meta p {
    }

.video p {
    font-size: 16px;
    color: #887971;
    line-height: 23px;
    margin-bottom: 15px;
}

.video iframe {
    width: 100% !important;
    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 article h2 {
    text-align: center;
    font-size: 30px;
    color: #584c45;
    margin-bottom: 20px
}

.prodotto article h3 {
    text-align: center;
    font-size: 19px;
    color: #887971;
    font-weight: normal
}

.prodotto .dx, .prodotto .sx {
    padding: 20px
}

.prodotto.dettaglio .dx, .prodotto.dettaglio .sx {
    padding: 10px;
    position: relative;
    float: left;
}

.prodotto.dettaglio .dx {
    width: 70%;
    text-align: left;
    margin: 0px !important;
    border: none !important;
}

.prodotto.dettaglio .sx {
    width: 30%;
    margin: 0px !important;
    /* border: none !important; */
    padding: 0px !important;
    /* border: 10px solid transparent; */
    border: 1px solid white;
}

.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;
}

.prodotto article .download h3 {
    text-align: left;
    font-size: 30px;
    color: #584c45;
    font-weight: normal;
    margin-bottom: 0px;
}

article section .download ul {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

    article section .download ul li a {
        color: #887971;
        font-size: 20px;
    }

        article section .download ul li a:hover {
            color: #584c45;
            text-decoration: none
        }

    article 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;
    }

.prodotto article p {
    margin-bottom: 0px;
}

.prodotto article .box {
    margin-bottom: 25px;
    position: relative;
}

.prodotto article section .sx .gallery .box {
    margin-bottom: 0px;
    width: 50%;
    overflow: hidden;
}

    .prodotto article section .sx .box, .prodotto article section .sx .gallery .box:first-child {
        margin-bottom: 0px;
        width: 100%;
        overflow: hidden;
    }

.prodotto article .dx .box {
    overflow: hidden;
}

.prodotto article .box .btn {
    margin: 25px 0px;
}

.prodotto article .gallery .box {
    margin: 0px 0px;
}

.prodotto article p strong {
    color: #584c45;
}

.prodotto article .dx .box h3 {
    text-align: left;
    font-size: 30px;
    color: #584c45;
    font-weight: normal;
}

.prodotto article .dx .box .img {
    text-align: center;
    padding: 20px 0px;
    margin: 0px;
    width: 100%;
    position: relative;
    clear: both;
}

    .prodotto article .dx .box .img img {
        margin: 0px
    }

.prodotto article .esperienze h3, .prodotto article .dx.storie .box h3 {
    position: absolute;
    text-align: left;
    color: #fff;
    font-weight: normal;
    z-index: 5;
    margin-bottom: 0px;
    bottom: 0px;
    padding: 20px;
    font-size: 30px;
}

.prodotto article .esperienze .cover, .prodotto article .storie .cover {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
    z-index: 1
}

.prodotto article .esperienze, .prodotto article .storie {
    cursor: pointer;
}

    .prodotto article .esperienze .box img, .prodotto article .storie .box 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;
        transform: scale(1, 1);
        transition-duration: 500ms;
        transition-timing-function: ease-out;
    }

    .prodotto article .esperienze .box:hover img, .prodotto article .storie .box:hover img {
        /* Webkit for Chrome and Safari */
        -webkit-transform: scale(1.02, 1.02);
        -webkit-transition-duration: 200ms;
        -webkit-transition-timing-function: ease-out;
        /* Webkit for Mozila Firefox */
        -moz-transform: scale(1.02, 1.02);
        -moz-transition-duration: 200ms;
        -moz-transition-timing-function: ease-out;
        /* Webkit for IE( Version: 11, 10 ) */
        -ms-transform: scale(1.02, 1.02);
        -ms-transition-duration: 200ms;
        -ms-transition-timing-function: ease-out;
        transform: scale(1.02, 1.02);
        transition-duration: 200ms;
        transition-timing-function: ease-out;
    }

    .prodotto article .esperienze h2, .prodotto article .storie h2 {
        text-align: left;
        font-size: 40px;
        color: #e11f20;
        margin-bottom: 20px;
    }

    .prodotto article .esperienze h2 {
        color: #e11f20;
    }

    .prodotto article .storie h2 {
        color: #584c45;
    }

.prodotto article .tipologie .box {
    margin-bottom: 0px;
    position: relative;
    float: left;
    width: 33%;
    padding: 0px 15px 50px 0px;
    background: white;
}

.tipologie .box .titolo {
    color: white;
    font-size: 16px;
    background: #584c45;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 1px 0 black;
    padding: 12px 0px;
}

.tipologie .box big {
    display: block;
    font-size: 30px
}

article section .tipologie ul {
    position: relative;
    clear: both;
    margin: 0px;
    padding: 0px;
}

article .tipologie ul li {
    background-image: none;
    padding-left: 0px;
    font-size: 14px;
    margin-bottom: 0px;
    border-bottom: 1px solid #cec6c2;
    padding: 15px;
}

    article .tipologie ul li:last-child {
        border-bottom: none;
    }

    article .tipologie ul li strong {
        display: block;
        text-align: center;
        color: #584c45;
    }

.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 article .correlati h2 {
    text-align: center;
    font-size: 40px;
    color: #584c45;
    margin-bottom: 50px;
}

.prodotto .condividi_articolo {
    width: auto;
    position: relative;
    float: right;
    padding: 0px;
}

.prodotto .pathway {
    width: auto;
    position: relative;
    float: left;
}
/* checkbox e radio button */
.preferiti input[type="radio"], .preferiti input[type="checkbox"] {
    opacity: 0;
}

.preferiti {
    width: 30px;
    height: 30px;
    position: relative;
    margin: auto;
}

    .preferiti input[type="checkbox"] + label, .preferiti input[type="radio"] + label {
        cursor: pointer;
        background-image: url(../img/icone/star-off.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        left: 0px;
        top: 0px;
        position: absolute;
        width: 30px;
        height: 30px;
    }

    .preferiti input[type="checkbox"]:disabled + label, .preferiti input[type="radio"]:disabled + label {
        background-image: url(../img/icone/star-off.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0px;
        top: 0px;
    }

    .preferiti input[type="checkbox"]:checked + label, .preferiti input[type="radio"]:checked + label {
        background-image: url(../img/icone/star-on.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        left: 0px;
        top: 0px;
    }

    .preferiti input[type="checkbox"] {
        position: absolute;
        cursor: pointer;
        top: inherit;
        margin-right: auto;
        width: 30px;
        height: 30px;
        left: 0px;
        z-index: 9;
    }
/* fine checkbox e radio button */
/*fine pagina prodotto */
.no_loggato {
    padding: 25px;
    width: 100%;
    clear: both;
    position: relative;
    display: inline-block;
    margin: 0px 0px 20px 0px;
    text-align: center;
    background: #584c45;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
}

.tabelle_carrello .no_loggato .btn {
    float: inherit;
    margin: 5px;
}

.tabelle_carrello .no_loggato p {
    font-size: 21px;
    margin-bottom: 10px;
    color: #584c45;
    line-height: 30px;
}

.relative {
    position: relative;
    float: left;
    width: 100%;
    clear: both
}

section .box {
    position: relative;
    float: left;
    width: 48%;
    padding: 10px;
    margin: 1%;
}

    section .box.documenti.cartelle {
        background: #f2f1f1;
        border: none;
        padding: 20px;
        width: 38%;
        margin-right: 2%
    }

    section .box.documenti {
        background: #fff;
        border: 1px solid #ccc;
        padding: 20px;
        width: 60%;
        margin: 0px
    }

        section .box.documenti h2 {
            font-size: 20px;
            letter-spacing: 0px
        }

        section .box.documenti h3 {
            font-size: 18px;
            letter-spacing: 0px
        }

        section .box.documenti p {
            font-size: 16px;
            margin: 0px;
        }

        section .box.documenti li {
            margin: 0px 0px 10px 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;
        text-align: center;
    }

section .selettori .box {
    position: relative;
    padding: 0px;
    width: auto;
}

    section .selettori .box:first-child {
        float: left;
        display: inline-block;
    }

    section .selettori .box:last-child {
        float: right;
        text-align: right;
        padding-top: 11px;
        display: inline-block;
        min-width: 575px
    }
/*section div {
	position: relative;
	float: left;
}*/
section .img_aggiuntive {
    max-width: 40%;
    position: relative;
    float: left;
}

    section .img_aggiuntive a {
        outline: none
    }

    section .img_aggiuntive img {
        padding-right: 30px;
        padding-bottom: 20px;
    }

    section .img_aggiuntive a:last-child img {
        /* padding-bottom: 0px*/
    }

    section .img_aggiuntive a:first-child img {
        display: none;
    }

section .dx .box {
    width: 100%;
}

section .box .disclaimer {
    color: #584c45;
    font-size: 17px;
    line-height: 20px;
    margin: 5px 0px 15px 0px;
    width: 100%;
    position: relative;
    clear: both;
    font-style: initial;
    font-weight: 700;
}

section .articolo_news .disclaimer {
    color: #584c45;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    margin: 0px;
    width: 100%;
    position: relative;
    clear: both;
    font-style: initial;
}

.presentazione {
    width: 100%;
    display: inline-block;
}

    .presentazione .box {
        background: #fff;
        padding: 15px 30px;
        text-align: justify;
    }

    .presentazione ul.loghi {
        display: block;
        text-align: center;
        background: transparent;
        border-top: none;
        padding: 0px;
    }

    .presentazione hr {
        background: #cacaca;
        margin: 20px 0px;
    }

    .presentazione ul.loghi img {
        margin: 0px 10px;
        max-height: 66px;
    }

    .presentazione ul.loghi li {
        display: inline-block;
        vertical-align: middle
    }

.lstpwd {
    float: left;
}

.menusup a.uscita {
    float: right;
    font-size: 14px;
    padding: 10px 0px 9px 40px;
    color: white;
    font-weight: 700;
    top: 2px;
}

aside .banner {
    border: 8px 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: 5px;
    border-radius: 5px;
    cursor: pointer;
    padding: 15px;
    display: inline-block;
    margin: 0px 0px 20px 0px;
    text-align: center;
}

    aside .banner a,
    aside .banner a :hover {
        color: white
    }

    aside .banner svg {
        height: auto;
        position: relative;
        margin: 0px;
        /*color: #f4f481;*/
        top: 1px;
        text-shadow: 1px 2px 2px rgb(0 0 0);
    }

aside .loghi ul li a {
    color: #887971;
    text-shadow: 0 1px 0 white;
}

aside .loghi ul 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%, #cec6c2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e4e7ea 0%, #cec6c2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e4e7ea 0%, #cec6c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e7ea', endColorstr='#cec6c2', GradientType=0); /* IE6-9 */
    border: 1px 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: 5px;
    border-radius: 5px;
    cursor: pointer;
    padding: 18px 15px 8px 15px;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    width: 100%;
}

    aside .loghi ul li:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cec6c2+0,e4e7ea+100 */
        background: #cec6c2; /* Old browsers */
        background: -moz-linear-gradient(top, #cec6c2 0%, #e4e7ea 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #cec6c2 0%, #e4e7ea 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #cec6c2 0%, #e4e7ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cec6c2', endColorstr='#e4e7ea', GradientType=0); /* IE6-9 */
    }

aside .loghi a:hover {
    text-decoration: none
}

aside .loghi img {
    max-height: 37px;
    display: inherit;
    position: relative;
    float: initial;
    top: -6px;
    margin: auto;
    max-width: 100%;
    width: auto;
}

aside .loghi div {
    display: inherit;
    position: relative;
    float: left;
    text-align: center;
    width: 50%;
}

    aside .loghi div:first-child {
        text-align: left;
        top: 3px
    }

ul.linguette li {
    letter-spacing: 0px;
    width: 178px;
    padding: 20px 30px 20px 60px;
    right: -10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.54);
    color: #584c45;
    border: 1px solid white;
    border-right: none;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
    clear: both;
    position: relative;
    -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;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dddddd+0,b7b3b0+100 */
    background: #dddddd; /* Old browsers */
    background: -moz-linear-gradient(top, #dddddd 0%, #b7b3b0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dddddd 0%, #b7b3b0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dddddd 0%, #b7b3b0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#b7b3b0', GradientType=0); /* IE6-9 */
}

.linguette {
    position: fixed;
    right: 0px;
    width: auto;
    overflow: hidden;
    z-index: 9;
}

ul.linguette li {
}

    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 svg {
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 30px;
        color: rgba(96, 83, 76, 0.53);
    }

    ul.linguette li:nth-child(1) svg {
        color: rgba(241, 240, 240, 0.37);
    }

    ul.linguette li:nth-child(1) {
        padding-top: 11px;
        padding-bottom: 29px;
        color: white;
        text-shadow: 0 1px 0 black;
        background: rgb(136, 121, 113);
        background: -moz-linear-gradient(top, rgba(128, 114, 106, 1) 0%, rgba(93, 80, 73, 1) 100%);
        background: -webkit-linear-gradient(top, rgb(128, 114, 106) 0%, rgb(93, 80, 73) 100%);
        background: linear-gradient(to bottom, rgb(133, 118, 110) 0%, rgb(94, 82, 75) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#887971', endColorstr='#584c45', GradientType=0);
    }
    ul.linguette li:nth-child(2) {
        /* padding-top: 11px; */
        /* padding-bottom: 29px; */
        /* color: white; */
        /* text-shadow: 0 1px 0 black; */
        background: rgb(227 148 102);
        background: -moz-linear-gradient(top, rgba(227, 148, 102, 1) 0%, rgba(216 130 81, 1) 100%);
        background: -webkit-linear-gradient(top, rgb(227 148 102) 0%, rgb(216 130 81) 100%);
        background: linear-gradient(to bottom, rgb(227 148 102) 0%, rgb(216 130 81) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e39466', endColorstr='#d88251', GradientType=0);
        font-weight: 600;
        color: #392525;
    }

span.label_promo {
    clear: both;
    position: relative;
    display: block;
    font-size: 10px;
    background: #392525;
    width: 50px;
    padding: 0px 3px;
    border-radius: 6px;
    color: white;
    text-align: center;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 37%);
    border: 2px solid white;
    margin: 3px 0px;
}

        ul.linguette li:nth-child(2) svg {
            position: absolute;
            top: 15px;
            left: 15px;
            font-size: 30px;
            color: rgb(56 44 38 / 75%);
        }

.acquistati {
    border: 1px solid #cec6c2;
    margin: 20px 0px;
}

.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 #cec6c2;
    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: #c4c4c4;
        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: 700;
        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: #584c45;
        font-weight: 700;
        width: 140px;
    }

    .riepilogo_prodotto div.prezzo {
        color: #584c45;
        font-weight: 700;
        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: #584c45;
        padding: 2px 10px;
        height: auto;
        font-weight: 700;
        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;
    }

.selettori {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
}

.unico.riservata .selettori {
    margin-bottom: 0px
}

.selettori .box .titolo {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding: 0px 0px;
    font-family: 'Philosopher', sans-serif;
    color: #887971;
    font-weight: 700;
    font-size: 40px;
    /* text-transform: uppercase; */
}

.selettori .box h1.titolo {
    color: #5d514a;
    font-weight: 400;
    font-size: 47px;
    text-transform: none;
}

.selettori .box .sottotitolo {
    color: #887971;
    font-size: 15px;
}

    .selettori .box .sottotitolo span {
        font-weight: 700;
        color: #e39466;
    }

.selettori .box .titolo a {
    color: #584c45;
    font-size: 32px;
    font-weight: 400;
}

    .selettori .box .titolo a:last-child {
        font-weight: 400;
        color: #584c45;
    }

.selettori .label_module, .selettori .select_module {
    width: auto;
    margin-right: 5px;
    float: initial;
    position: inherit;
    display: inline-block;
}

.selettori .select_module {
    line-height: 30px;
    padding: 4px 5px 2px 5px;
    min-width: 60px;
    height: 36px;
    letter-spacing: 0px;
    font-size: 14px;
    color: #887971;
}

.selettori .label_module {
    margin-top: 0px;
    /* margin-right: 5px; */
    color: #887971;
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
}

.visione {
    position: relative;
    float: left;
    width: 100%;
    display: inline-block;
    background: #e4e7ea;
    border-top: 1px solid #cec6c2;
    padding: 10px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: #2b980e;
    text-shadow: 0 1px 0 white;
}

.acquista {
    width: 100%;
    display: inline-block;
    margin: 20px 0px;
    background: #584c45;
    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: #333;
    font-size: 17px;
    text-transform: inherit;
    padding: 10px 10px;
    margin: 0px 5px;
    font-weight: 700;
}

.descrizione_prodotto .prezzo {
    font-weight: 700;
    color: #887971;
    font-size: 20px;
}

.descrizione_prodotto .old_price {
    font-size: 15px;
    font-weight: 400;
    color: #887971;
}

.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: 700;
    color: #584c45;
}

.acquista .btn:hover, .acquista input[type="button"].btn:hover, .acquista input[type="submit"].btn:hover {
    background-color: #333;
    color: #fff;
}

.acquista input[type="number"] {
    width: 100px;
    margin-right: 5px;
    border: none;
    color: #584c45;
    font-weight: 700;
    text-align: center;
    padding: 7px;
    height: auto;
}

.acquista hr {
    display: none
}

section h2 {
    font-size: 29px;
    color: #887971;
    font-family: 'Philosopher', sans-serif;
    font-weight: 400;
    width: 100%;
    margin: 5px 0px 20px 0px;
    clear: both;
}

section header h2 {
    margin: 10px 0px 0px 0px;
    font-size: 20px;
}

    section header h2.sottotitolo {
        margin: 5px 0px 20px 0px;
    }

    section header h2 span {
        font-weight: 700;
        color: #594d46;
    }

section .box.tabelle h2 {
    font-size: 20px;
    color: #584c45;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    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 #cec6c2;
    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;
}

span.label {
    background: #ffd801;
    color: #333;
    font-size: 10px;
    padding: 4px 5px 0px 5px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    top: -2px;
    margin-left: 5px;
    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: #0c8814;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    }

.lingue, .lingue ul li {
    position: relative;
    float: left;
    margin: 0px
}

    .lingue ul {
        display: block;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

        .lingue ul li a {
            padding: 11px 10px 10px 10px;
            border-right: 1px solid rgba(255, 255, 255, 0.2);
            border-left: 1px solid rgba(0, 0, 0, 0.2);
            color: white;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            display: inline-block;
            width: 47px;
            text-align: center;
        }

            .lingue ul li a.selected, .lingue ul li a:hover {
                background: #584c45;
            }

.prezzo_linguetta {
    display: block;
    font-size: 14px;
    position: absolute;
    margin-top: -2px;
}

section .sx .btn, section .dx .btn {
    /* float: right;*/
    /* display: inline-block; */
    /* text-transform: inherit; */
    /* font-weight: 700; */
    /*margin-top: 20px;*/
    /* padding: 10px 20px; */
    /* font-size: 16px; */
}

section .sx h2, section .dx h2 {
    margin: 0px 0px 0px 0px;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0px;
    padding: 10px 20PX;
    text-align: left;
    background: #887971;
    /* text-transform: uppercase; */
    font-weight: 300;
    color: white;
    text-shadow: none;
    font-size: 22px;
}

.dettaglio ul li input[type="number"] {
    width: 100px;
    font-weight: 700;
    color: #333;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: #cec6c2;
    font-size: 15px;
    margin-right: 5px;
}

.dettaglio ul li .btn {
    padding: 12px 20px;
}

.preferiti input[type="radio"], .preferiti input[type="checkbox"] {
    opacity: 0;
}

.preferiti {
    width: 50%;
    height: 30px;
    position: relative;
    float: left;
    margin: 18px 0px 0px 0px;
    color: #887971;
    font-size: 15px;
}

    .preferiti div {
        padding-left: 40px;
        font-weight: 700;
        padding: 2px 0px 10px 35px;
        /* text-transform: uppercase; */
        font-size: 16px;
    }

    .preferiti input[type="checkbox"] + label, .preferiti input[type="radio"] + label {
        cursor: pointer;
        background-image: url(../img/icone/star-off.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        left: 0px;
        top: 0px;
        position: absolute;
        width: 30px;
        height: 30px;
    }

    .preferiti input[type="checkbox"]:disabled + label, .preferiti input[type="radio"]:disabled + label {
        background-image: url(../img/icone/star-off.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0px;
        top: 0px;
    }

    .preferiti input[type="checkbox"]:checked + label, .preferiti input[type="radio"]:checked + label {
        background-image: url(../img/icone/star-on.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        left: 0px;
        top: 0px;
    }

    .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%;
    }

fieldset .field_module {
    width: 53%;
    height: 49px;
    margin-right: 10px;
}

.btn.shop svg {
    color: white;
}

.dettaglio .descrizione_prod ul li {
    margin: 0px;
    font-size: 14px;
    color: #887971;
    line-height: 24px;
    margin-bottom: 10px;
}

.descrizione_prod {
    padding: 10px;
    margin: 20px 0px;
    border: 1px dotted #887971;
}

.dettaglio .descrizione_prod h3 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

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: 400;
        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 a.btn {
        float: right;
        padding: 10px 23px;
    }

    section .tabelle_carrello .box a {
        float: right;
        padding: 3px 0px;
    }

.tabelle_carrello .riepilogo_carrello {
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

    .tabelle_carrello .riepilogo_carrello .btn {
        float: right;
        padding: 5px 10px;
        margin-bottom: 10px;
        font-size: 18px;
        margin-top: 10px;
    }

    .tabelle_carrello .riepilogo_carrello ul {
        text-align: right;
        margin: 0;
        padding: 0;
    }

        .tabelle_carrello .riepilogo_carrello ul li {
            width: 100%;
            border-bottom: 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: 200px;
    float: right;
    font-size: 20px;
    text-shadow: 0 1px 0 white;
}

.tabelle_carrello .riepilogo_carrello ul li strong {
    color: black
}

.tabelle_carrello .riepilogo_carrello ul li div.subtotale {
    color: #666;
    font-size: 23px;
    text-shadow: 0 1px 0 white;
    position: relative;
    top: -5px;
}

.tabelle_carrello .riepilogo_carrello ul li div.totale {
    color: #000;
    font-size: 25px;
    text-shadow: 0 1px 0 white;
    position: relative;
    top: -5px;
}

.tabelle_carrello .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;
}

.tabelle_carrello .dx .btn.big {
    float: right;
    display: block;
    clear: both;
    background: #e70613;
    color: white;
    font-size: 20px;
}

.tabelle_carrello .dx {
    position: relative;
    float: right;
    width: 49%;
    border: 1px solid #d9dbde;
    margin-left: 1%;
    padding: 20px;
}

.tabelle_carrello .sx {
    position: relative;
    float: left;
    width: 49%;
    border: 1px solid #d9dbde;
    margin-right: 1%;
    padding: 20px;
}

.altrasede {
    display: inline-block;
    background: #f1f1f1;
    padding: 20px 10px 0px 20px;
    margin: 20px 0px 0px 0px;
}

section .tabelle_carrello .dx h2, section .tabelle_carrello .sx h2 {
    font-size: 21px;
    color: #2f2f33;
    font-weight: 700;
    width: 100%;
    margin: 0px 0px 20px 0px;
    clear: both;
    padding-bottom: 0px;
    background: none;
}

.tabelle_carrello .box input[type="button"].facebook_btn, input[type="button"].facebook_btn {
    padding-left: 40px;
    background-color: #3b5998;
    color: white;
    border-color: #3b5998;
}

.box.sx input[type="button"].google_btn, input[type="button"].google_btn {
    padding-left: 34px;
    background-color: #ffffff;
    color: #8c8c8c;
    border-color: #b7b7b7;
    float: left;
    background-size: auto 20px;
    margin-left: 5px;
}

    .tabelle_carrello .box input[type="button"].google_btn::before, input[type="button"].google_btn::before {
        content: "\f101";
        color: #ff5a00;
        font-weight: bold;
        font-family: "Font Awesome 5 Free";
        margin-right: 5px;
    }

.tabelle_carrello .box input[type="button"].facebook_btn::before, input[type="button"].facebook_btn::before {
    content: "\f101";
    color: #ff5a00;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}

section .tabelle_carrello .box h3 {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    margin: 0px 0px 10px 0px;
    clear: both;
    padding-bottom: 10px;
}

.campo_form.tipologia {
    width: 100%;
    background: #f1f1f1;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    display: none
}

    .campo_form.tipologia .me-select label {
        width: auto;
        padding: 5px 20px 5px 33px;
        font-weight: 400;
        font-size: 16px;
    }

    .campo_form.tipologia .me-select {
        margin: 0px
    }

.prodotto.scheda.dettaglio .box .btn {
    float: right;
    margin-top: 20px
}

.cerca input[type="text"] {
    border: none;
    background-color: transparent;
    width: 80%;
    position: relative;
    float: left;
    font-size: 17px;
    color: #62554e;
    padding: 15px;
}

.cerca .cercabtn {
    width: 41px;
    height: 41px;
    float: right;
    border-left: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    position: absolute;
    background: transparent;
    margin: 0px;
    cursor: pointer;
    z-index: 2;
    right: 0px;
    top: 0px;
    text-align: center;
}

.cerca .sb-icon-search {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    color: #e39466;
    font-size: 22px;
    padding: 8px;
    top: 0px;
    right: 0px;
    float: right;
}

.newsletter_box {
    cursor: pointer
}

    .newsletter_box div::before {
        content: "";
        top: 40px;
        right: 6px;
        bottom: 23px;
        left: 30px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        width: 96%;
        height: 76%;
        position: absolute;
    }

    .newsletter_box div::after {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 45px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        content: "";
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        width: 93%;
        height: 87%;
        position: absolute;
    }

    .newsletter_box div a {
        font-size: 23px;
        color: #584c45;
        position: relative;
    }

        .newsletter_box div a img {
            height: 26px;
            position: absolute;
            margin-right: 10px;
            top: 1px;
            left: -26px;
            z-index: 9;
        }

.banner_box {
    margin: 30px 0px
}

    .banner_box .box {
        position: relative;
        float: left;
        width: 25%;
        padding: 20px;
        text-align: center;
    }

        .banner_box .box h3 {
            margin: 20px 0px 10px 0px;
            font-size: 20px;
            color: #594d46;
        }

        .banner_box .box p {
            font-size: 16px;
            color: #594d46;
            line-height: 22px;
            padding: 0px 20px;
        }

.nr_ordine {
    background: #594d46;
    width: auto;
    display: inline-block;
    padding: 20px 30px;
    color: white;
    border-radius: 5px;
    font-size: 17px;
}

.pay h3 {
    color: #594d46;
    margin: 20px 0px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 14px 0px;
    clear: both;
    display: inline-block;
    width: 100%;
}

.img_sezione {
    /* overflow: hidden;
    background-position: top;
    margin-bottom: 20px;
    background-attachment: fixed;
    background-size: cover;
    height: auto;*/
    overflow: hidden;
    background-position: top;
    margin-bottom: 20px;
    background-attachment: fixed;
    background-size: contain;
    height: auto;
}

.bg {
    background: #5c5049;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    position: absolute;
}

.menu {
    display: inline-block;
    width: 100%;
}

.btn svg {
    margin-right: 5px;
}

.content ol {
    margin: 20px 0px;
}

    .content ol li {
        margin-bottom: 10px;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 23px;
    }

.espandi {
    display: none
}

.catalogo.riservata aside, .catalogo.riservata section {
    margin-top: 20px
}

.catalogo.riservata section {
    padding-right: 110px;
}

.div_utente {
    color: white;
    padding: 10px;
}

    .div_utente svg {
        margin-right: 5px
    }

.sconto {
    display: inherit;
    clear: both;
    background: #70b777;
    padding: 0px 4px;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    float: left;
}

.articoli_in_carrello {
    position: absolute;
    top: 10px;
    left: 37px;
    background: #a29791;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: white;
    font-size: 12px;
    padding: 1px 0px;
    text-align: center;
}


.n_prodotti {
    display: block;
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    letter-spacing: 0px;
    color: #61554e;
}

    .n_prodotti strong {
        font-weight: 700;
        color: #e39466;
    }

.captionDestinazione {
    display: inline-block;
    margin: 20px 0px 10px 0px;
    letter-spacing: 0px;
    font-size: 20px;
    /* background: white; */
}

.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);
    }
}




.connetti {
    color: #ffffff !important;
    text-decoration: none;
    margin-right: 25px;
    padding: 3px 30px 3px 40px !important;
    font-size: 14px !important;
    background-image: url(../img/icone/connect.png);
    background-repeat: no-repeat;
    background-position: 15px center !important;
    background-size: auto 60%;
    background-color: #e39466;
    display: none;
}

a.btn.connetti:hover {
    background-image: url(../img/icone/connect_on.png);
    background-repeat: no-repeat;
    background-position: 15px center !important;
    background-size: auto 60%;
}

.fake_label {
    height: 28px;
}




/* fondamentali per il funzionamento del pannello a template e front end */
.Tmpl_hidden {
    display: none !important;
}

.Tmpl_visible {
    display: inline !important;
}
/* fondamentali per il funzionamento del pannello a template e front end */



.dati .campo_form .errore {
    font-size: 16px;
    padding: 10px;
}




.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: 1px solid #ccc;
    }

    .ricerca_intelligente table {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

        .ricerca_intelligente table tr td:hover {
            background: #fcfca6;
        }

    .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;
            width: 100%;
        }


        /*bandierine*/

.top-links-container {
    margin: 34px;
    float: right;
}
    .top-links-container,
    .top-links-container .top-links-item  {
        display: inline-block;
        position: relative;
        float: right;
    }

        .top-links-container .top-links-item {
         padding:10px;
        }
