/* Add Google WebFonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

@font-face {
    font-family: 'blenda_scriptregular';
    src: url('../fonts/blenda_script-webfont.woff2') format('woff2'), url('../fonts/blenda_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --cc-bianco: #fff;
    --cc-rosso: #891816;
    --cc-beige: #c09f7c;
    --cc-beige2: rgb(192 159 124 / 25%); /* opacita 25% beige */
    --cc-nero: #353535;
    --cc-marrone: #452812;
    --cc-crema: #FFFEEC;
}



article .presentazione .color_red p {
    margin: 20px 0px 0px 0px;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    vertical-align: top;
}

input[type="radio"] {
    -webkit-appearance: radio !important;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
}

input:not([type="radio"]) {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    width: auto;
}

table {
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

strong, b {
    font-weight: 600;
}

input, select, textarea, button, .img a {
    outline: none;
}

ul {
    list-style-type: none;
    list-style-position: inside;
}

p {
    font-size: 14px;
    color: var(--cc-nero);
    line-height: 20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--cc-nero);
    line-height: 50px;
}

::-moz-placeholder { /* Firefox 19+ */
    color: var(--cc-nero);
}

:-ms-input-placeholder { /* IE 10+ */
    color: var(--cc-nero);
}

:-moz-placeholder { /* Firefox 18- */
    color: var(--cc-nero);
}
/*.articolo .dx ul li::before, .riepilogo_sezione ul li::before {
	content: "- ";
}*/
.articolo .dx .cbp-vm-switcher ul li::before {
    content: "";
}

ul li {
    margin-bottom: 5px;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-weight: normal;
    font-size: 16px;
    color: var(--cc-nero);
}

hr {
    width: 100%;
    clear: both;
}

a {
    color: var(--cc-nero);
    text-decoration: none;
}

strong {
    font-weight: 600;
}

a:hover {
    color: var(--cc-nero);
    text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    color: var(--cc-nero);
    font-family: 'blenda_scriptregular';
    font-weight: normal;
}

    h1 strong, h2 strong, h3 strong {
        color: var(--cc-rosso);
        font-weight: normal;
    }

h1 {
    font-size: 30px;
    text-align: left;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

::selection {
    background: var(--cc-nero); /* Safari */
    color: white;
}

::-moz-selection {
    background: var(--cc-nero); /* Firefox */
    color: white;
}

input:focus {
    outline: none;
}

a.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    display: none;
    right: 3%;
    z-index: 999;
    color: var(--cc-beige);
    font-size: 50px;
    bottom: 12%;
}

.last {
    margin-right: 0px;
}

.btn.aggiunto, input[type="button"].btn.aggiunto, input[type="submit"].btn.aggiunto {
    background: #36b34c;
}

.btn, input[type="button"].btn, input[type="submit"].btn {
    margin: 0px 0 0;
    transition: background 0.2s;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    position: relative;
    font-weight: 300;
    white-space: normal;
    text-decoration: none !important;
    background-color: var(--cc-rosso);
    color: white;
    font-style: italic;
    padding: 5px 30px;
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
}

    .btn:hover, input[type="button"].btn:hover, input[type="button"].btn.ordina {
        text-decoration: none !important;
        background-color: var(--cc-marrone);
        color: white;
    }

    .btn.small, input[type="button"].btn.small, input[type="submit"].btn.small {
        padding: 8px 20px;
        font-size: 18px;
        background: var(--cc-beige);
        margin: 10px 0px;
    }

        .btn.small:hover, input[type="button"].btn.small:hover, input[type="submit"].btn.small:hover {
            background: var(--cc-marrone);
        }

.btn_carrello:hover {
    text-decoration: none;
    background-color: var(--cc-rosso);
    color: white;
}

.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: absolute;
    padding-bottom: 20px;
    width: 100%;
}

    div.header .logo {
    }

div.content {
    padding-bottom: 0px;
    clear: both;
}

.home div.content {
    padding-top: 20px;
}

footer {
    display: inline-block;
    width: 100%;
    background-image: url(../img/bg_footer.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.cover_footer {
    display: inline-block;
    background: rgb(69 40 18 / 80%);
    width: 100%;
}

footer h2 {
    font-size: 40px;
    color: #ffffff;
}

footer p {
    font-size: 15px;
    color: #ffffff;
    line-height: 23px;
    margin-bottom: 10px;
}

footer .newsletter p {
    font-size: 20px;
    color: #ffffff;
    line-height: 23px;
    margin: 20px 0px;
}

footer hr {
    background: rgba(196, 196, 196, 0.3) !important;
}

footer img.metodi {
    position: relative;
    float: left;
    height: 20px;
    margin-right: 20px
}

footer h3 {
    margin: 0px 0px 20px 0px;
    font-size: 26px;
    /* font-weight: bold; */
    color: #ffffff;
}

.cerca {
    float: left;
    position: relative;
    border: 1px solid #c0c0c0;
    width: 260px;
    height: 42px;
    background-color: white;
    z-index: 99;
    margin: 30px 0px;
}

.link.entra {
    position: relative;
    float: left;
    padding-right: 0px;
    margin: 42px 0px;
    padding-left: 20px;
    background-image: url(../img/icone/entra.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    margin-left: 20px;
}

.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 {
    /*padding-top: 260px;*/
}

.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: 83%;
    position: relative;
    float: left;
    font-size: 14px;
    color: var(--cc-nero);
    padding: 12px;
}

.header .cercabtn {
    padding: 13px;
    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; */
    margin-top: 10px;
}

.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: var(--cc-nero);
}

ul.social {
    margin: 40px 0px 30px 0px;
    text-align: center;
}

.menusup {
    min-height: 46px;
    position: relative;
    float: left;
    margin-top: 43px;
}

.home .menusup {
    margin-top: 73px;
}

.menusup .sx {
    position: relative;
    float: left;
    width: 60%;
    margin-right: 0px;
}

.menusup .dx {
    position: relative;
    float: right;
    text-align: right;
    width: 40%;
}

.menusup a {
    color: var(--cc-nero);
    text-decoration: none;
    font-size: 13px;
    position: relative;
}

.menusup .link.entra a {
    font-size: 16px;
    text-decoration: underline;
    margin: 0px 1px;
    position: relative;
}

    .menusup .link.entra a:hover {
        color: var(--cc-nero);
    }

.registrazione {
    position: relative;
    float: right;
    width: 340px;
    padding-left: 10px;
    border-left: 1px solid rgba(192, 159, 124, 0.5);
}

    .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: var(--cc-nero);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 5px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }

    .registrazione .links a {
        color: var(--cc-nero);
        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: var(--cc-nero);
    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: var(--cc-nero);
    }

.facebook img {
    position: relative;
    float: left;
    margin-right: 5px;
}

.sx {
    padding: 0px;
    width: 50%;
    position: relative;
    float: left;
    max-width: inherit;
}

.dx {
    padding: 0px;
    height: auto;
    width: 50%;
    position: relative;
    float: right;
    margin: 0px;
    max-width: none;
    z-index: 1;
}

article {
    margin: 0px 0px;
    display: block;
    width: 100%;
    position: relative;
    clear: both;
}

    article h1 {
        margin-bottom: 5px;
    }

    article h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

section a.veditutto {
    color: var(--cc-beige);
    text-decoration: underline;
}

article header.unico h1 {
    text-align: center;
}

article h2 {
    text-align: left;
    font-size: 25px;
    color: var(--cc-nero);
}

    article h2.big {
        text-align: center;
        font-size: 50px;
        color: var(--cc-nero);
        margin-bottom: 30px;
    }

    article h2.titolo {
        background: var(--cc-rosso);
        color: white;
        padding: 10px 20px;
        margin: 20px 0px;
        font-weight: normal;
    }

article .riepilogo_prodotto h2 {
    line-height: 23px;
    text-align: justify;
    font-size: 15px;
    color: var(--cc-nero);
    font-weight: normal;
}

article .riepilogo_prodotto .articolo_news div h3, .riepilogo_prodotto .articolo_news div h3 strong {
    line-height: 23px;
    text-align: justify;
    font-size: 15px;
    color: var(--cc-nero);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

article .riepilogo_prodotto .articolo_news div h2, .riepilogo_prodotto .articolo_news div h2 strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 23px;
    text-align: justify;
    font-size: 15px;
    color: var(--cc-nero);
}

article .riepilogo_prodotto .articolo_news div p {
    line-height: 23px;
    text-align: justify;
    font-size: 15px;
    color: var(--cc-nero);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0px
}

.riepilogo_prodotto .articolo_news div p strong, .articolo_news div p strong {
    font-weight: 400;
}

article .riepilogo_prodotto .articolo_news h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

article .riepilogo_prodotto h2 strong, article .riepilogo_prodotto h3 strong {
    color: var(--cc-nero);
}

article .riepilogo_sezione h2 {
    color: #fff;
    background: var(--cc-rosso);
    padding: 15px;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
}

article ul li {
    padding-left: 30px;
    background-image: url(../img/cuore_small.png);
    background-size: 17px auto;
    background-repeat: no-repeat;
    background-position: 1px 7px;
    padding-right: 20px;
    font-size: 18px;
    margin: 0px 5px 0px 0px;
    line-height: 26px;
    text-align: left;
}

    article ul li::before {
    }

article aside ul.ticker li::before, article .me-select ul li::before, article section .download ul li::before {
    content: "" !important;
    margin-right: 0px !important;
}

article ul {
}

article aside ul {
    padding: 15px 25px;
}

.img {
    text-align: center;
}

    .img.principale {
        margin-bottom: 25px;
    }

        .img.principale.camera_wrap {
            display: block !important
        }

            .img.principale.camera_wrap img {
                max-width: 100% !important;
            }

article aside ul li {
    font-size: 18px;
    margin-bottom: 20px;
    background-size: auto 25px;
    padding-left: 40px;
    background-position: 3px 1px;
    background: none;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px dashed #ccc;
}

    article aside ul li:last-child {
        margin-bottom: 0px;
    }

section {
}

aside {
    width: 30%;
    position: relative;
    float: right;
    display: none;
}

.shop.pro section {
    /*float: right;
    padding-right: 0px;
    padding-left: 0px;*/
}

.shop section {
    /*float: right;
    padding-right: 0px;
    padding-left: 40px;*/
}

.shop aside {
    float: left;
}

aside .titolo.filtraper {
    font-size: 25px;
    font-weight: normal;
    margin: 0px 0px 15px 0px;
    color: var(--cc-rosso);
    border-bottom: 1px solid #e220213d;
    padding-bottom: 10px;
}

aside .titolo {
    font-size: 25px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    color: var(--cc-rosso);
    border-bottom: none;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.presentazione .sx, .presentazione .dx {
    padding: 0px 0px;
    width: 50%;
    float: left;
}

.presentazione .sx {
    background-size: 59% auto;
    width: 50%;
    /* padding-right: 8%; */
    /* background-image: url(../img/cuore_big.png); */
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 10%;
}

.cuore {
    background-size: auto 58px;
    background-image: url(../img/cuore_big.png);
    background-repeat: no-repeat;
    background-position: center;
}

.prodotto .presentazione .sx {
    background-image: none;
}

.presentazione .dx {
    width: 40%;
}

.presentazione.half {
    padding-top: 0px;
}

    .presentazione.half .dx,
    .presentazione.half .sx {
        width: 45%;
        margin: 0%;
    }

    .presentazione.half .dx {
        float: right;
    }

        .presentazione.half .dx p img {
            position: relative;
            float: left;
        }

.presentazione h2 {
    font-size: 35px;
    color: var(--cc-nero);
    margin: 0px 0px 20px 0px;
    text-align: left;
}

article .presentazione h3 {
    font-size: 26px;
    color: var(--cc-nero);
    margin: 0px 0px 20px 0px;
    text-align: left;
}

.presentazione p {
    font-size: 20px;
    margin: 0px 0px 20px 0px;
    line-height: 31px;
    text-align: left;
}

article .presentazione p {
    font-size: 20px;
    margin: 0px 0px 20px 0px;
    line-height: 30px;
    text-align: left;
    text-align: justify;
}

article .presentazione .sx {
    width: 55%;
    margin-right: 5%;
}

article .presentazione.contrast .sx {
    width: 45%;
    margin-right: 5%;
}

article .presentazione.contrast .dx {
    width: 50%;
    min-height: 325px;
}

.presentazione .sx {
    text-align: center;
}

.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: var(--cc-nero);
    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: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    /*z-index: 9;*/
}

.articolo section p {
    line-height: 20px;
    font-weight: normal;
    font-size: 15px;
    color: var(--cc-nero);
    margin-bottom: 15px;
}

    .articolo section p strong {
        font-weight: normal;
        color: black;
    }

.articolo section .intro p {
    line-height: 20px;
    font-weight: normal;
    color: var(--cc-nero);
    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 rgba(192, 159, 124, 0.5);
        margin-bottom: 10px;
    }

header {
    color: var(--cc-nero);
    font-size: 50px;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    padding: 30px 0px;
}

    header.piccolo {
        font-size: 40px;
        text-align: left;
        padding: 30px 0px;
        border-top: 1px solid rgba(192, 159, 124, 0.5);
    }

.sx .titolo_sx {
    color: var(--cc-nero);
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    border: none;
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
    padding: 12px;
    background: #e5e5e5;
    text-transform: uppercase;
    text-align: center;
}

.sx header.unico, article header.unico {
    border: none;
}

.sx header {
    font-size: 20px;
    border-bottom: 2px dashed var(--cc-beige);
    border-top: 2px dashed var(--cc-beige);
    margin: 0px 0px 20px 0px;
    padding: 15px 0px;
}

article header {
    /*position: absolute;
    top: 30%;*/
    z-index: 1;
}

    article header h2 { /* font-family: 'Montserrat', sans-serif; */ /*    font-weight: 400; */
    }

article .titolo.unico {
    margin-top: 0px;
}

article p {
    font-size: 17px;
    color: var(--cc-nero);
    line-height: 26px;
    margin-bottom: 15px;
}

.no_loggato.shop {
    padding: 0px;
    border: none;
    background: none;
    margin: 0px;
    margin-top: 40px;
}

.tabelle_carrello .no_loggato.shop {
    border: none;
    margin: 0px;
    background: var(--cc-crema);
    padding: 20px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

article .tabelle_carrello .no_loggato.shop p {
    color: var(--cc-nero);
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 0px;
    font-size: 17px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

article .no_loggato.shop p {
    color: var(--cc-rosso);
    line-height: 27px;
    margin-bottom: 7px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

    article .no_loggato.shop p a {
        color: var(--cc-rosso);
    }

article .tabelle .no_loggato.shop p, article .tabelle .no_loggato.shop p a {
    color: var(--cc-beige);
    font-weight: normal;
    font-size: 20px;
    margin: 40px 0px 0px 0px;
}

    article .tabelle .no_loggato.shop p a {
        text-decoration: underline;
    }

article section p a {
    text-decoration: underline;
}

article p strong {
    font-weight: 600;
    color: var(--cc-nero);
}

.cbp-vm-options .sx .titolo {
    font-size: 40px;
}

.titolo.grigio {
    color: var(--cc-nero);
    font-size: 20px;
    background-color: var(--cc-beige);
    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 var(--cc-nero);
    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 {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

    .tuttelenews a {
        float: inherit;
    }

.news_img {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    clear: both;
}

    .news_img img {
        width: 60px;
        height: 60px;
        border: 1px solid rgba(192, 159, 124, 0.5);
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
/* fine stili news */
img.banner {
    width: 100%;
    border: 0px;
    margin-top: 10px;
}

.banner_catalogo {
    display: block;
    text-align: center;
}

    .banner_catalogo.dettaglio {
        margin: 100px 0px
    }

        .banner_catalogo.dettaglio .banner {
            border: none;
            width: 47%;
        }

.banner {
    width: 31%;
    height: auto;
    background: var(--cc-crema);
    margin: 0% 1%;
    border: 4px solid var(--cc-rosso);
    display: inline-block;
}

    .banner a, .banner a:hover {
        outline: none;
        text-decoration: none;
    }

    .banner.home {
        margin-top: 0px;
    }

    .banner.corpo {
        border: 1px solid rgba(192, 159, 124, 0.5);
    }

    .banner img {
        /*height: 77px;
        margin-bottom: 0px;
        position: relative;
        float: left;
        margin: 5px 13px 0px 10px;*/
    }

    .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: normal;
        margin: 10px;
    }

    .banner h3.cuore {
        color: var(--cc-rosso);
        font-size: 48px;
        font-weight: normal;
        text-align: center;
        background-color: var(--cc-crema);
        margin: 0px;
        padding: 90px 60px;
        background-size: 100px auto;
        background-position: 200px center;
        background-image: url(../img/cuore_small.png);
    }

        .banner h3.cuore.glutine, .cuore.glutine {
            background-position: 230px center;
            background-image: url(../img/cuore_glutine.png);
        }

    .banner h3:hover {
        text-decoration: underline;
    }

    .banner h4 {
        color: white;
        /* text-transform: uppercase; */
        font-size: 30px;
        text-align: center;
        line-height: 40px;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
        font-family: 'Montserrat', sans-serif;
    }

    .banner p {
        text-align: center;
        color: white;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: normal;
        line-height: 23px;
    }

    .banner .box {
        width: 33%;
        position: relative;
        float: left;
        padding-bottom: 20px;
        font-size: 20px;
        color: var(--cc-nero);
        height: 105px;
        overflow: hidden;
        cursor: pointer;
    }

        .banner .box strong {
            font-size: 30px;
        }

        .banner .box span {
            color: var(--cc-nero);
        }

.color {
    color: var(--cc-nero);
}

    .color a {
        color: var(--cc-nero);
    }

.servizioclienti {
    color: white;
    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: var(--cc-nero);
        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: 'Montserrat', sans-serif;
        font-weight: 400;
        text-shadow: 0 1px 0 white;
    }

        .prodotti_footer .box .titolo span {
            color: var(--cc-nero);
            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: var(--cc-nero);
    font-size: 12px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #f2f2f2;
    margin-bottom: 15px;
    height: 60px !important;
    overflow: hidden;
}

    .special span {
        color: var(--cc-nero);
        font-size: 20px;
    }

.counter {
}

    .counter strong {
        color: var(--cc-nero);
        font-size: 14px;
        margin: 0px;
        padding: 0px;
    }

    .counter small {
        color: var(--cc-nero);
        font-size: 20px;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
    }

.menu_footer {
    height: auto;
    padding: 0px;
    text-align: center;
}

    .menu_footer .box.principale {
        position: relative;
        float: left;
        width: 30%;
        text-align: center;
    }

    .menu_footer .box.secondari {
        position: relative;
        float: left;
        width: 70%;
        margin-bottom: 0px;
    }

    .menu_footer .box strong {
        /* font-weight: normal; */
        /* color: white; */
    }

    .menu_footer .box.principale .box {
        width: 100%;
        margin-bottom: 0px;
    }

    .menu_footer .box.secondari .box {
        width: 50%;
        margin-bottom: 0px;
        padding: 0px 20px 20px 0px;
    }

    .menu_footer .box.store {
        max-width: 250px;
    }

        .menu_footer .box.store ul li {
            position: relative;
            float: left;
            width: 50%;
        }

    .menu_footer .box h1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        color: var(--cc-nero);
        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;
        margin: 5px 0px;
        text-shadow: 0 1px 0 white;
    }

    .menu_footer .box ul {
        list-style-image: none;
        list-style-type: none;
        position: relative;
    }

    .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: var(--cc-nero);
        background-size: auto 20px;
    }

.articolo .dx .box.dati ul {
    margin: 0px;
}

.box.dati ul li strong {
    color: var(--cc-nero);
}

.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: var(--cc-nero);
    padding: 0px 30px;
    background-size: auto auto;
}

    .riepilogo_sx .box.dati ul li strong {
        color: var(--cc-nero);
        font-weight: normal;
    }

li.luogo {
    background-image: url(../img/icone/placeholder-g.png) !important;
}

li.telefono {
    background-image: url(../img/icone/telephone-g.png) !important;
}

li.orari {
    background-image: url(../img/icone/clock.png) !important;
}

li.mail {
    background-image: url(../img/icone/email.png) !important;
}

.menu_footer .box ul li.luogo, .menu_footer .box ul li.telefono, .menu_footer .box ul li.orari, .menu_footer .box ul li.mail {
    padding-left: 30px;
    background-position: 0px 3px;
    margin-bottom: 15px;
}

.menu_footer .box ul li {
    background-repeat: no-repeat;
    background-position: left 0px;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 15px;
}

.menu_footer .box ul.contattaci {
    margin: 20px 0px;
    display: inline-block;
}

    .menu_footer .box ul.contattaci li {
        margin: 0px 0px 22px 0px;
        font-size: 22px;
        line-height: 19px;
        padding: 0px 0px;
        background-size: auto auto;
        display: block;
        padding-left: 0px;
        position: relative;
        font-weight: 600;
    }

        .menu_footer .box ul.contattaci li svg {
            /*margin-right: 5px;
            position: absolute;
            left: 8px;
            top: -5px;*/
        }

        .menu_footer .box ul.contattaci li:nth-child(2) svg {
            left: 12px;
        }

.menu_footer .box ul li strong {
    font-weight: normal;
    color: white;
}

.menu_footer .box.principale a {
    font-weight: 300;
    font-size: 20px;
}

.menu_footer .box a, .menu_footer .box a:hover {
    color: #ffffff;
    text-decoration: none;
}
/*.menu_footer .box a:hover {
        color: var(--cc-nero);
        text-decoration: underline;
    }*/
.menu_footer .box ul.social {
    margin: 0px;
    width: auto;
    display: inline-block;
}

.menu_footer .box.menu ul li a {
    font-size: 15px;
    font-weight: normal;
    color: var(--cc-nero);
    text-transform: uppercase;
}

.menu_footer .newsletter {
    background-color: #cccccc;
    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: var(--cc-nero);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .menu_footer .newsletter .field_module {
        border: none;
        font-size: 12px;
        float: left;
        position: relative;
        width: 80%;
        color: var(--cc-nero);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        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: var(--cc-nero);
    width: auto;
    position: relative;
    float: right;
    background: white;
    padding-left: 30px;
    border-left: 1px solid rgba(192, 159, 124, 0.5);
    min-width: 350px;
}

    .menu_footer .dati strong {
        color: var(--cc-nero);
    }

    .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: var(--cc-nero);
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            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: #FFFFFF;
    position: relative;
    /* bottom: 0px; */
    width: 100%;
    /* height: 49px; */
    padding: 16px;
    border-top: 1px solid rgba(192, 159, 124, 0.5);
    font-size: 14px;
    clear: both;
    display: inline-block;
    font-weight: 400;
}

    .credits span {
        position: relative;
        float: left;
        color: var(--cc-nero);
    }

.intempra {
    position: relative;
    float: left;
    margin-left: 13px;
    top: 0px;
    height: 25px;
    height: 20px;
}

.credits a {
    color: var(--cc-nero);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 17px;
    position: relative;
    float: left;
    top: -3px;
}

img.banner_orizzontale {
    border: none;
    width: 780px !important;
    height: auto !important;
    margin-bottom: 10px;
}

.ricerca_avanzata {
    background: var(--cc-beige);
    height: auto;
    overflow: auto;
    padding-bottom: 5px;
}

    .ricerca_avanzata h1 {
        font-size: 13px;
        text-transform: uppercase;
        text-shadow: 0 1px 0 white;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        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: var(--cc-nero);
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-bottom: 5px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
        }

            .ricerca_avanzata form div .field_module {
                border: none;
                font-size: 12px;
                float: left;
                position: relative;
                width: 80%;
                color: var(--cc-nero);
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                font-family: 'Montserrat', sans-serif;
                font-weight: 400;
                background-color: transparent;
                padding: 5px;
            }

            .ricerca_avanzata form div input[type="image"] {
                position: relative;
                float: right;
                max-width: 20%;
                padding: 5px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border: none;
                width: 26px;
                top: 0px;
            }

header span {
    color: var(--cc-nero);
    font-size: 17px;
    margin-left: 8px;
    position: relative;
    top: -2px;
}

    header span strong {
        color: var(--cc-nero);
    }

.selettori .campo_form {
    padding-bottom: 0px;
    width: 33%;
}

.selettori .select_module {
    width: auto;
    height: 40px;
    margin: 0px 20px 0px 10px;
}

.selettori .clear {
    display: none;
}

.selettori .quantita {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    float: left;
    margin-right: 10px;
    top: 0px;
    color: var(--cc-nero);
    text-shadow: 0 1px 0 white;
    margin-left: 10px;
    width: 25%;
    max-width: 100%;
    padding: 12px;
    margin: 0px;
}

.descrizione {
    width: 48%;
    position: relative;
    float: right;
}

.descrizione_prodotto {
    width: 100%;
    position: relative;
    clear: both;
    padding-top: 20px;
}

.descrizione p {
    color: var(--cc-nero);
    font-size: 15px;
    margin-bottom: 10px;
}

.articolo .dx .descrizione_prodotto p {
    color: var(--cc-nero);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

    .articolo .dx .descrizione_prodotto p strong {
        font-weight: normal;
        color: var(--cc-nero);
    }

.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: var(--cc-nero);
    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: var(--cc-nero);
    font-size: 30px;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    font-weight: normal;
    padding: 0px;
    margin-bottom: 10px;
}

.selettori .label {
    width: 33%;
    color: var(--cc-nero);
    text-transform: uppercase;
    font-weight: normal;
    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: normal;
    margin-top: 10px;
}

.descrizione h2 {
    font-size: 25px;
    color: var(--cc-nero);
    font-weight: 300;
    margin: 0px;
}

.btn.ordina {
}

.corpo .dx .descrizione p {
    margin: 5px;
    font-size: 14px;
    line-height: 20px;
    color: var(--cc-nero);
}

.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: var(--cc-nero);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    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;
        font-size: 15px;
        background-image: url(../img/richiediinfo.png);
        background-position: 73px 0px;
        background-repeat: no-repeat;
        padding-left: 41px;
        margin-top: 5px;
    }

        .valuta_info .info a {
            color: white;
            text-decoration: none;
            font-size: 18px;
            margin-right: 8px;
        }

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;
}

.commento_fb {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .commento_fb p {
        color: var(--cc-nero);
        margin-bottom: 5px;
    }
/* tabelle carrello */
.alert {
    color: red;
    font-weight: 600;
    margin: 10px 0px;
    display: inline-block
}

    .alert.nonevadibile {
        color: red;
        font-weight: normal;
        margin: 0px;
        font-size: 25px;
        padding: 10px 20px;
        display: inline-block;
    }

.tabelle_carrello fieldset .btn {
    margin-left: 5px;
    padding: 11px 10px;
    font-size: 15px;
    position: relative;
    float: left;
}

table.tabelle_carrello {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.tabelle_carrello table tr td {
    color: var(--cc-nero);
    border-bottom: 1px solid var(--cc-beige);
    padding: 5px;
}

.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: 'Montserrat', sans-serif;
    font-weight: 400;
    border: 1px solid rgba(192, 159, 124, 0.5);
    float: right;
    font-size: 12px;
}

.tabelle_carrello .txt {
    position: relative;
    font-size: 12px;
    color: var(--cc-nero);
    margin-right: 5px;
    top: 1px;
}

.tabelle_carrello .minifield_module {
}

.tabelle_carrello .miniature.thumb {
    border: none;
    margin-bottom: 0px;
    margin-left: 0px;
    height: 60px;
    width: 60px;
}

.tabelle_carrello .miniature img {
    max-height: 50px;
    max-width: 50px;
}

.tabelle_carrello td.minifield_module input {
    padding: 5px;
    background: white;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    float: left;
    width: 32px;
    color: var(--cc-nero);
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    border: 1px solid rgba(192, 159, 124, 0.5);
}

.tabelle_carrello .field_note {
    float: left;
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    padding: 5px;
    margin: 0px;
    background-color: #fff;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border: 1px solid rgba(192, 159, 124, 0.5);
    height: 100px;
}

.tabelle_carrello .label_check a {
    color: var(--cc-nero);
    text-decoration: underline;
}

.tabelle_carrello .label_module {
    float: left;
    position: relative;
    font-size: 15px;
    color: var(--cc-nero);
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-top: 0px;
    width: 40%;
    padding: 8px 5px 10px 0px;
}

.tabelle_carrello, article .riepilogo_prodotto.tabelle_carrello {
    clear: both;
    position: relative;
    margin: 0px;
    background: none;
    border: none;
    padding: 0px;
}

    .tabelle_carrello tr th {
        padding: 10px;
        color: white;
        font-weight: normal;
        text-align: left;
    }

    .tabelle_carrello .tabelle_carrello tr th {
        padding: 10px;
        color: white;
        background: var(--cc-nero);
    }

    .tabelle_carrello .minifield_module {
        width: auto;
    }

.prezzo_totale {
    font-size: 30px;
    color: var(--cc-nero);
    font-weight: 300;
    text-align: left;
}

td .prezzo_totale {
    font-size: 20px;
    text-align: left;
    font-weight: normal;
}

.tabelle_carrello .prezzo_totale {
    font-size: 27px;
    text-align: left;
    padding: 9px;
    color: var(--cc-rosso);
}

.tabelle_carrello li storng {
    color: var(--cc-nero);
    font-weight: normal;
}

.tabelle_carrello.sottotabella.tableresponsive .field_module {
    width: 50px;
    float: left;
    padding: 3px 10px;
    text-align: center;
}

.tabelle_carrello caption {
    font-size: 22px;
    color: var(--cc-nero);
    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: var(--cc-crema);
    border: 1px dashed var(--cc-beige);
    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: var(--cc-nero);
    text-decoration: none !important;
    text-shadow: 0 1px 0 white;
    margin-bottom: 0px;
    font-weight: normal;
    padding: 0px 0px 12px 0px;
}

    .ordine_minimo span {
        color: var(--cc-nero);
        font-size: 20px;
    }

.tabelle_carrello fieldset {
    padding: 20px;
    margin-top: 30px;
    position: relative;
    border: 1px dashed var(--cc-beige);
}

.tabelle_carrello .field_module {
    width: 70%;
    margin-bottom: 10px;
}

.tabelle_carrello fieldset strong {
}

.readonly {
    background-color: rgba(205, 206, 211, 0.29);
}

.tabelle_carrello legend {
    padding: 10px 15px;
    outline: none;
    color: #ffffff;
    font-size: 17px;
    background: var(--cc-beige);
    border: 1px dashed #ffffff;
    font-weight: normal;
}

.center {
    text-align: center;
}

.tabelle_carrello fieldset a #help {
    float: right;
    position: absolute;
    right: 10px;
    margin-top: 3px;
}

.dx .tabelle_carrello fieldset p {
    margin-bottom: 0px;
}

.tabelle_carrello fieldset img {
    border-left: 1px dotted var(--cc-beige);
    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: var(--cc-nero);
    }

.tabelle_carrello table.table_nopadding tr td {
    border-bottom: none;
    background-color: white;
    color: var(--cc-nero);
    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;
}

.pathway {
    position: relative;
    font-size: 16px;
    color: var(--cc-nero);
    width: 100%;
    margin: 20px 0px;
    /* margin-top: 0px; */
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 600;
    /* text-align: center; */
    display: inline-block;
    font-weight: 600;
}

    .pathway img {
        height: 20px;
    }

    .pathway a {
        margin-left: 1px;
        margin-right: 1px;
        /* color: rgb(32 17 17); */
        /* font-family: 'Montserrat', sans-serif; */
        font-weight: 600;
    }

        .pathway a:hover {
            color: rgba(69, 40, 19, 1);
            text-decoration: none;
        }

.corpo .dx hr, hr {
    background: var(--cc-beige);
    height: 1px;
    width: 100%;
    padding: 0px;
    border: none;
    margin: 30px 0px;
    display: inline-block;
}

.dati_contatti {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .dati_contatti tr td {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .dati_contatti tr th {
        text-align: left;
        padding: 10px;
        background: #E5E5E5;
        text-shadow: 0 1px 0 white;
    }

    .dati_contatti tr td p {
        margin: 0px !important;
    }

        .dati_contatti tr td p img {
            position: relative;
            float: left;
            width: 17px;
            margin-right: 5px;
        }

.label_module {
    float: left;
    position: relative;
    color: var(--cc-nero);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
    width: 100%;
    min-height: 20px;
    text-align: left;
}

    .label_module small {
        font-style: normal !important;
    }

.btn.ordini, input[type="submit"].btn.ordini {
    margin-top: 28px;
    padding: 8px 20px;
}

.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: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 0px 5px;
    position: relative;
    font-size: 13px;
    border: 1px solid var(--cc-nero);
    text-transform: uppercase;
    background-color: var(--cc-nero);
    color: white;
}

    .stato a:hover {
        text-decoration: none;
    }

.field_module {
    padding: 5px 10px;
    border-bottom: 1px solid rgba(192, 159, 124, 0.5);
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 17px;
    float: left;
    width: 100%;
    color: var(--cc-nero);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    height: 42px;
    line-height: 36px;
}

    .field_module.error {
        border: 1px solid #dd0000;
        background: rgba(255, 0, 0, 0.1);
    }

.login_box .field_module {
    margin-bottom: 5px;
}

.field_module.error {
    background-color: #f9dde2;
    border: 1px solid var(--cc-rosso);
}

.field_note {
    padding: 6px;
    background: white;
    border: 1px solid rgba(192, 159, 124, 0.5);
    font-size: 15px;
    float: right;
    width: 100%;
    color: var(--cc-beige);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    max-height: 250px;
}

table.contatti {
    width: 760px;
    margin: 10px;
}

.tabelle_carrello table tr td.tabella_totali {
    background-color: var(--cc-nero);
    color: white;
    font-size: 16px;
}

    .tabelle_carrello table tr td.tabella_totali div.prezzo_totale {
        background-color: var(--cc-nero);
        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 rgba(192, 159, 124, 0.5);
    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: var(--cc-nero);
        font-size: 20px;
        border-bottom: 1px solid rgba(192, 159, 124, 0.5);
        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: var(--cc-nero);
                text-decoration: none;
            }

                .categories ul li a:hover {
                    color: var(--cc-nero);
                    text-decoration: none;
                }
/*stile news*/
.newsart {
    /* padding: 15px; */
    height: auto;
    /* border: 1px dashed var(--cc-beige); */
    overflow: auto;
    margin-bottom: 20px;
    width: 31%;
    background: var(--cc-crema);
    margin: 1%;
    position: relative;
    float: left;
    padding-bottom: 20px;
    min-height: 365px;
}

    .newsart p a, .leggidipiu a {
        color: white !important;
        text-decoration: underline;
        font-size: 17px;
        padding: 9px 20px;
    }

.riepilogo_prodotto .leggidipiu a {
    font-size: 15px;
    margin-bottom: 20px;
}

.newsart h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    clear: both;
    line-height: 24px;
    padding: 0px 20px;
}

.newsart span {
    color: var(--cc-rosso);
    /* font-size: 18px; */
}

.newsart h3 a {
    text-transform: inherit;
    text-decoration: none;
}

.newsart p, #print.articolo .newsart p, article .articolo_news p {
    padding: 0px;
    margin: 0px !important;
    line-height: 23px;
    text-align: center;
    font-size: 15px;
    /* min-height: 365px; */
}

.newsart_img {
    position: relative;
    float: left;
    width: 100%;
    height: 200px;
    /* display: table; */
    /* margin-right: 15px; */
    margin-bottom: 20px;
    overflow: hidden;
}

    .newsart_img div {
        /* display: table-cell; */
        /* vertical-align: middle; */
        /* text-align: center; */
        /* width: 100%; */
    }

    .newsart_img img {
        /* max-height: 150px; */
        /* max-width: 250px; */
        width: 100%;
    }

.articolo_news {
    /* height: 65px; */
    /* overflow: hidden; */
    /* margin-bottom: 15px; */
    /* overflow: hidden; */
    display: none;
}

.riepilogo_prodotto .articolo_news {
}

    .riepilogo_prodotto .articolo_news table.tableresponsive {
        margin-top: 20px
    }

.sx .ricerca_avanzata .titolo {
    margin-bottom: 0px !important;
    padding-bottom: 10px;
    font-size: 16px;
    /* text-align: center; */ font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    color: var(--cc-nero);
}

.newspromo {
    margin-bottom: 0px !important;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    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 rgba(192, 159, 124, 0.5);
    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: 9px;
}

    .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: var(--cc-nero);
    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: var(--cc-nero);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background-color: transparent;
    padding: 15px 13px;
    background: rgba(255, 255, 255, 1);
    position: relative;
    float: left;
    height: 57px;
    margin-right: 20px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 27px;
}

.newsletter label {
    color: #FFF;
    font-size: 11px;
}

    .newsletter label a {
        color: #FFF;
        text-decoration: underline;
    }

.newsletter input[type="checkbox"] {
    position: relative;
    float: left;
    margin-right: 5px;
    top: 4px;
}

.select_module, .minifield_module {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid rgba(192, 159, 124, 0.5);
    font-size: 15px;
    float: left;
    color: var(--cc-nero);
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 40px;
}

.colore_quantita .select_module {
    width: 66%;
    margin: 10px 0px 0px 0px;
    height: 44px;
}

select {
    height: 44px;
    line-height: 44px;
}

.minifield_module {
}

.colophon {
    position: relative;
    float: left;
    color: #999;
    opacity: 1;
    font-size: 14px;
    margin-top: 9px;
}

    .colophon span {
        font-weight: normal;
        color: var(--cc-nero);
        opacity: 1;
    }

.riepilogo_sx {
    clear: both;
    margin: 0px 0px 20px 0px;
    padding: 15px;
    border: 1px solid rgba(192, 159, 124, 0.5);
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: auto;
    overflow: auto;
}

    .riepilogo_sx h1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        color: var(--cc-nero);
        font-size: 16px;
        margin-bottom: 10px;
        text-transform: uppercase;
        text-align: left;
    }

    .riepilogo_sx p {
        font-size: 13px;
        line-height: 21px;
        color: var(--cc-nero);
    }

.unico {
    width: 100% !important;
}

section ul {
    margin: 10px 0px 20px 0px;
    clear: both;
    position: relative;
    display: inline-block;
    width: 100%;
}

.articolo .dx h1 {
    color: #000;
    font-size: 30px;
    font-weight: 300;
}

.map {
    border: 0;
    margin-bottom: 30px;
    height: 450px;
}

a.back {
    color: var(--cc-nero);
    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: var(--cc-nero);
}

.articolo section .condividi_articolo ul li {
    margin: 10px 0px 5px 0px;
}

.riepilogo_sx ul li a {
    color: var(--cc-nero);
    font-size: 13px;
}

.campo_form {
    width: 50%;
    position: relative;
    float: left;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    padding-bottom: 20px;
    /* background: red; */
}

    .campo_form .errore {
        font-weight: 600;
        font-size: 13px;
    }

article .campo_form p {
    font-size: 16px;
    color: var(--cc-nero);
    line-height: 24px;
    margin-bottom: 5px;
    text-align: center;
    /* font-weight: 600; */
    text-align: left;
}

.box_carrello {
    position: relative;
    float: right;
    cursor: pointer;
    width: 270px;
    background-position: 3px 5px;
    border: 1px solid rgba(192, 159, 124, 0.5);
    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 {
        color: var(--cc-nero);
        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: var(--cc-nero);
    }

    .box_carrello a {
        color: var(--cc-nero);
        text-decoration: underline;
        font-size: 13px;
    }

.testata_utilities {
    position: relative;
    float: right;
    width: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .testata_utilities .sx {
        position: relative;
        float: right;
        text-align: right;
    }

.paginazione {
    text-align: center;
    width: 100%;
    padding: 0px;
    clear: both;
    height: auto;
    margin: 30px 0px 40px 0px;
}

    .paginazione a {
        color: #ffffff;
        line-height: 30px;
        font-weight: normal;
        padding: 11px 20px;
        font-size: 23px;
        margin: 0px 5px;
        background: var(--cc-nero);
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        .paginazione a:hover, .paginazione .selected {
            background: var(--cc-rosso);
            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: 15px;
    border-radius: 3px;
}

    .login_box h2, .registrazione_box h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        color: var(--cc-nero);
        font-size: 25px;
        margin-bottom: 12px;
    }

    .login_box .btn {
        float: right;
    }

    .registrazione_box strong {
        font-weight: normal;
        color: var(--cc-nero);
    }

.registrazione_box {
    background: #f1f1f1;
}

.articolo .dx .registrazione_box p {
    color: var(--cc-nero);
}

.registrazione_box .btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.riepilogo_tabella .immagine_prodotto {
    position: relative;
    float: left;
    background-color: white;
    width: 170px;
    margin-bottom: 5px;
    padding: 0px;
    height: 145px;
    border: none;
}

    .riepilogo_tabella .immagine_prodotto div img {
        max-height: 145px;
        max-width: 170px;
    }

.riepilogo_tabella .descrizione.titolo {
    padding-bottom: 0px;
    width: calc(100% - 250px);
    position: relative;
    float: right;
    margin-bottom: 0px;
    height: auto;
}

.riepilogo_tabella .descrizione {
    padding-bottom: 0px;
    width: calc(100% - 170px);
    position: relative;
    float: right;
    margin-bottom: 0px;
    height: 140px;
    overflow: hidden;
    padding-top: 10px;
    border: none;
}

    .riepilogo_tabella .descrizione h1 {
        margin-bottom: 10px;
    }

        .riepilogo_tabella .descrizione h1 a {
            color: var(--cc-nero);
            text-transform: uppercase;
            font-size: 17px;
            font-weight: normal;
        }

            .riepilogo_tabella .descrizione h1 a:hover {
                text-decoration: none;
            }

.corpo .dx .riepilogo_tabella .descrizione p {
    margin: 0px;
    font-size: 13px;
    line-height: 18px;
    color: var(--cc-nero);
    margin-bottom: 5px;
}

.riepilogo_tabella {
    height: auto;
    overflow: auto;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(192, 159, 124, 0.5);
}

    .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: var(--cc-nero);
        }

.tabelle_carrello a img, .tabelle_carrello .tableresponsive img {
    border: none;
    max-width: 60px;
    position: relative;
    float: inherit;
    margin: 0px auto;
}

    .tabelle_carrello a img#help {
        border: none;
        max-width: 25px;
        position: relative;
        float: inherit;
        margin: 0px auto;
        margin: 8px 5px;
    }

.label_payment {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.tabelle_carrello fieldset input[type="radio"] {
    position: relative;
    float: left;
    top: 4px;
}

.label_payment label {
    position: relative;
    float: left;
    padding-left: 10px;
    max-width: 90%;
}

.label_payment span {
    position: relative;
    float: left;
    top: 10px;
    margin-left: 10px;
}

.scopri {
    position: relative;
    float: right;
    padding: 10px;
    border: 1px solid rgba(192, 159, 124, 0.5);
}

.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: var(--cc-nero);
    text-decoration: none;
}

.menusup .link {
    background-repeat: no-repeat;
    background-position: 8px center;
    margin-left: 0px;
    color: var(--cc-nero);
    text-decoration: none;
    /* border-left: 1px solid rgba(192, 159, 124, 0.5); */
    background-size: auto 16px;
    padding: 0px 0px 0px 30px;
    /* top: 10px; */
    position: relative;
    float: right;
    margin: 10px 0px;
}

    .menusup .link.aiuto {
        background-image: url(../img/icone/aiuto.png);
    }

    .menusup .link.giftcard {
        background-image: url(../img/icone/giftcard.png);
    }

    .menusup .link.carrello {
        background-image: url(../img/icone/carrello.png);
        color: var(--cc-nero);
    }

    .menusup .link.register {
        background-image: url(../img/icone/register.png);
        border-right: 1px solid rgba(192, 159, 124, 0.5);
    }

    .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 rgba(192, 159, 124, 0.5);
}

    .menusup span.link.entra a {
        background-repeat: no-repeat;
        background-position: 8px center;
        margin-left: 5px;
        text-decoration: underline;
        border: none !important;
        background-size: auto 16px;
        padding: 0px !important;
        top: 0px;
        color: var(--cc-nero);
    }

.menusup .link.desideri {
    background-image: url(../img/icone/desideri.png);
}

.menusup .link:hover {
    text-decoration: none;
}

.ric_avanzata {
    background-color: var(--cc-nero);
    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 {
}

.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: var(--cc-nero);
    -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;
    bottom: 1px;
    left: 0px;*/
}

.errore {
    color: #dd0000;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

    .errore.indirizzo {
        text-align: left;
        width: 100%;
        display: inline-block;
        font-weight: 600;
        font-size: 16px;
        -webkit-animation-name: blinker;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: cubic-bezier(.2, 0, 1, 1);
        -webkit-animation-duration: 0.2s;
        text-transform: uppercase;
    }

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.8;
    }
}

.big.btn {
    padding: 10px 20px;
    font-size: 20px;
    margin-left: 0px !important;
}

input.add {
    background-color: transparent;
    font-size: 20px;
    font-weight: 300;
    color: var(--cc-nero);
    margin: 0px;
    width: 17px;
    height: 30px;
    position: relative;
    top: 0px;
    cursor: pointer;
}

input.addfield {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    width: 50px;
    text-align: center;
    padding: 5px;
    border: 1px solid rgba(192, 159, 124, 0.5);
    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;
    width: 100%;
    padding: 50px 0px 30px 0px;
    display: inline-block;
    text-align: center;
    background: rgb(69 40 18 / 40%);
}

.container.slideshow {
    margin-bottom: 20px;
}

.box_news, .box.dati {
    background-color: var(--cc-crema);
    border-top: none;
    margin-bottom: 30px;
    clear: both;
    display: inline-block;
    width: 100%;
}

.riepilogo_sezione, .download {
    border-top: none;
    margin-bottom: 30px;
    display: inline-block;
    width: auto;
}

    .riepilogo_sezione .btn {
        margin: -10px 20px 20px 20px;
        background: transparent;
        padding: 0px;
        color: var(--cc-rosso);
        font-weight: normal;
    }

.box.dati h3 {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin: 14px 0px;
    border-bottom: 1px dotted #ccc;
    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;
}

    .riepilogo_sezione ul li {
        margin-bottom: 10px;
    }

        .riepilogo_sezione ul li a:hover {
            color: var(--cc-nero);
            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: var(--cc-nero);
    }

        ul.allegati li img {
            position: relative;
            float: left;
            margin-right: 5px;
        }

.fb_iframe_widget iframe {
    width: 100% !important;
}

.disclaimer {
    color: var(--cc-nero);
    font-size: 17px;
    line-height: 20px;
    font-weight: normal;
    margin: 5px 0px 15px 0px;
    width: 100%;
    position: relative;
    clear: both;
    font-style: italic;
}

.divprezzosped .prezzo {
    font-size: 30px;
    margin: 0px;
    color: var(--cc-nero);
    font-weight: normal;
}

.spese_spedizione {
    color: var(--cc-nero);
    font-size: 15px;
}

.divprezzosped {
    margin: 10px 0px;
    padding: 10px 0px;
    padding-top: 3px;
}

.spese_spedizione span {
    color: var(--cc-nero);
}

.selettori .field_module {
    margin-bottom: 0px;
    width: 100%;
    position: relative;
    float: left;
    margin-right: 15px;
    text-align: left;
    margin-top: 0px;
    font-size: 20px;
    height: auto;
    line-height: auto;
    padding: 10px;
}

.selettori .confezione {
    position: relative;
    float: left;
    margin-top: 21px;
    color: var(--cc-nero);
    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, .btn_wishlist {
    text-decoration: none;
    border: none;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    text-align: left;
    color: transparent;
    font-size: 13px;
    background-color: transparent;
    background-image: url(../img/icone/star-off.png);
    background-repeat: no-repeat;
    background-position: left 12px;
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 10px;
    cursor: pointer;
    clear: both;
    /* margin-left: 33%; */
    width: 30px;
    height: 30px;
}

    .btn.wishlist:hover, .btn_wishlist:hover, .btn_wishlist.active {
        background-color: transparent;
        background-image: url(../img/icone/star-on.png);
    }

.selettori .btn {
    padding-left: 40px;
    background-image: url(../img/icone/carrello_white.png);
    background-repeat: no-repeat;
    background-position: 11px center;
    margin-top: 12px;
    font-size: 20px;
}

    .selettori .btn:hover {
    }

ul.allegati li {
    width: 100%;
    margin-bottom: 5px;
}

.riepilogo_tabella ul.allegati li {
    width: auto;
    margin-bottom: 5px;
}

.banner_inf {
    width: 100%;
    position: relative;
    clear: both;
}

.box_news h2, article .box_news h2 {
    color: #fff;
    background: var(--cc-beige);
    padding: 15px;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
}

.sx .box_news, .box_sx {
    margin-bottom: 20px;
}

.box_news .box {
    vertical-align: top;
    overflow: hidden;
    text-align: left;
    display: inline-block;
}

.cataloghi .box {
    vertical-align: top;
    position: relative;
    overflow: hidden;
    text-align: left;
    margin: 1%;
    width: 23%;
    display: inline-block;
    border: 1px solid #ccc;
}

    .cataloghi .box:hover {
        border: 1px solid #999;
    }

.dx .cataloghi .box h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: inherit;
    font-size: 16px;
    color: var(--cc-nero);
    margin-bottom: 0px;
}

.cataloghi .box h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
}

    .cataloghi .box h2 a:hover {
        text-decoration: none;
    }

.cataloghi h1 {
    font-size: 45px;
    font-weight: 300;
    color: var(--cc-nero);
    margin: 0px;
}

.box_news .box h2 {
    /* font-family: 'Montserrat', sans-serif;font-weight: 400; */
    color: var(--cc-nero);
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    text-align: left;
    line-height: 25px;
    margin-bottom: 10px;
}

    .box_news .box h2 strong {
    }

    .box_news .box h2 a {
        color: var(--cc-nero);
    }

.box h4 {
    color: var(--cc-nero);
    font-size: 19px;
    font-weight: normal;
}

.approfondimenti .box_img {
    margin-bottom: 0px;
}

.box_img {
    width: 100%;
    clear: both;
    position: relative;
    height: 314px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

    .box_img div {
    }

    .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: var(--cc-nero);
}

.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: 'Montserrat', sans-serif;
    font-weight: 400;
    color: var(--cc-nero);
    font-size: 40px;
}

.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: var(--cc-nero);
        color: white;
    }

        .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: var(--cc-crema);
        color: var(--cc-nero);
        border-color: var(--cc-nero);
    }

        .banner_inf .pagamenti img {
            margin: 20px 0px;
        }

    .banner_inf .titolo {
        text-transform: uppercase;
        font-size: 30px;
        margin: 0px;
        padding: 20px 0px;
    }

.corpo .banner_inf p {
    color: white;
    font-size: 18px;
    text-shadow: 0 1px 0 var(--cc-nero);
}

.corpo .banner_inf .pagamenti p {
    color: var(--cc-nero);
    text-shadow: 0 1px 0 white;
}

.prodotti .testo {
    position: relative;
    float: right;
    width: 40%;
}

.approfondimenti h2 {
    font-weight: bold;
    padding: 0px;
    margin-bottom: 10px;
    text-align: center;
    color: var(--cc-rosso);
    font-size: 40px;
    margin: 30px 0px;
}

.approfondimenti .titolo h2 {
    margin-bottom: 0px;
    font-size: 31px;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
}

.approfondimenti p.leggi {
    text-align: center;
    border: none;
}

    .approfondimenti p.leggi a {
        text-decoration: underline;
        color: var(--cc-rosso);
    }

.approfondimenti h2 a {
    color: var(--cc-nero);
}

.testo p {
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
}

.box_news .box .link {
    background: white;
    padding: 20px;
    text-align: left;
}

    .box_news .box .link a {
        color: var(--cc-nero);
        text-decoration: underline;
    }

.img_principale {
    width: 100%;
    margin-bottom: 20px;
}

.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: var(--cc-nero);
        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 rgba(192, 159, 124, 0.5);
    border-right: 1px solid rgba(192, 159, 124, 0.5);
    border-left: 1px solid rgba(192, 159, 124, 0.5);
    border-spacing: 0;
    border-collapse: collapse;
}

    .articolo table tr td, .articolo table tr th {
        padding: 10px 20px;
        border-bottom: 1px solid rgba(192, 159, 124, 0.5);
        margin: 0px;
        text-align: left;
    }

        .articolo table tr th, .articolo table tr td strong {
            color: var(--cc-nero);
            font-weight: normal;
        }

    .articolo table tr th {
        color: var(--cc-nero);
        font-weight: normal;
    }

.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: var(--cc-nero);
    font-size: 22px;
    background: #d5d8e9;
}

.obbligatorio {
    border-color: var(--cc-rosso);
}

.scarica, .articolo .dx p.scarica {
    padding: 20px;
    text-align: center;
    background: white;
    margin-bottom: 0px;
    padding-top: 0px;
}

    .scarica a {
        color: var(--cc-rosso);
        text-decoration: underline;
    }

        .scarica a:hover {
            color: var(--cc-rosso);
            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-bottom: 30px;
}
/******** /intro categorie **********/
.carrello {
    cursor: pointer;
    color: var(--cc-rosso);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    position: relative;
    /*margin-top: 20px;*/
    float: right;
    padding: 11px;
}

    .carrello .numero {
        position: absolute;
        font-size: 15px;
        /*top: 4px;
        right: 9px;*/
        top: 10px;
        right: 15px;
        color: #ffffff;
        z-index: 99;
        font-weight: 600;
    }

.spunta {
    width: 100%;
    position: relative;
    clear: both;
    padding: 10px 0px 0px 0px;
    height: auto;
    overflow: auto;
}

.old_price {
    text-decoration: line-through;
    /* opacity: 0.6; */
    font-size: 15px;
}

.percentuale {
    font-weight: normal;
}

.payoff {
    margin: 30px 0px 40px 0px;
}

    .payoff h2, .payoff h3 {
        text-align: center;
    }

    .payoff h2 {
        font-size: 45px;
        font-weight: 300;
        color: var(--cc-nero);
        margin: 0px;
    }

    .payoff h3 {
        font-size: 40px;
        font-weight: 300;
        color: var(--cc-nero);
        margin: 0px;
    }

.unico .superiore {
    background-color: white;
    border-bottom: 1px solid rgba(192, 159, 124, 0.5);
    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: var(--cc-nero);
    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: var(--cc-nero);
        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: var(--cc-nero);
            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: normal;
    color: white;
    padding: 15px;
    text-transform: uppercase;
    margin: 15px 0px;
}

.inferiore .dx p {
    font-size: 13px;
    font-weight: normal;
    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: var(--cc-nero);
    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: var(--cc-nero);
    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: var(--cc-nero);
            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.shop.pro .riepilogo_prodotto {
    background: none;
    border: none;
    padding: 0px;
}

article.shop .riepilogo_prodotto, .shop .riepilogo_prodotto {
    margin-bottom: 25px;
    background: var(--cc-crema);
    background: #f9f5f2;
    border: 2px dashed var(--cc-beige);
    width: 100%;
    clear: both;
    position: relative;
    padding: 15px;
    display: inline-block;
}

article.shop table.tableresponsive {
    background: white;
}

article.shop.pro table.tableresponsive {
    background: none;
}

.riepilogo_prodotto .btn, .riepilogo_prodotto input[type="button"].btn {
    /* float: left; */
}

article .riepilogo_prodotto .testo {
    height: 150px;
    margin-bottom: 25px;
    overflow: hidden;
}
/*
article .riepilogo_prodotto .articolo_news h3 {
    font-size: 30px;
    font-weight: normal;
    margin: 5px 0px;
}*/
article .riepilogo_prodotto .articolo_news h3 a {
    color: var(--cc-rosso);
    text-decoration: none;
}

article .riepilogo_prodotto .testo p {
    line-height: 23px;
    text-align: justify;
    font-size: 15px;
    margin-bottom: 0px;
}

article .img img, article .img iframe {
    margin-bottom: 0px;
    width: 100%;
}

.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: normal;
        margin: 10px 0px;
        width: 100%;
        position: relative;
        clear: both;
        font-style: normal;
        background-color: var(--cc-nero);
        padding: 20px;
        text-align: center;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

.tabelle_carrello .semplice th {
    font-size: 21px;
    background: white;
    padding: 10px;
    color: var(--cc-nero);
    font-weight: normal;
}

.tabelle_carrello .semplice .field_module {
    margin-bottom: 0px;
}

.tabelle_carrello .semplice td {
    background: white;
    padding: 5px;
    color: var(--cc-nero);
}

.tabelle_carrello .semplice {
    margin: 20px 0px;
    max-width: 100%;
}

    .tabelle_carrello .semplice tr td {
        padding: 10px;
        border: 1px solid #ccc;
    }
/* STILI CARRELLO 2 */
.content .tabelle_carrello .box {
    width: 48%;
    padding: 20px;
    margin: 1% 1% 0% 1%;
    border: none;
    min-height: 220px;
    position: relative;
    float: left;
}

.tabelle_carrello .riepilogo_carrello .btn {
    background-color: var(--cc-nero);
    margin-top: 10px;
}

    .tabelle_carrello .riepilogo_carrello .btn:hover {
        background-color: var(--cc-nero);
    }

.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: normal;
    color: var(--cc-nero);
    margin-bottom: 20px;
}

.riepilogo_carrello {
    padding: 10px;
    border: 1px solid #ccc;
    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: normal;
	color: black;
	padding: 10px*/
}

.campo_form.sede_alternativa {
    width: 100%;
    margin: 0px;
    background: #f1f1f1;
    padding: 10px;
}

.riepilogo_carrello ul li {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    height: auto;
    overflow: auto;
}

    .riepilogo_carrello ul li div {
        position: relative;
        float: right;
        padding: 5px;
        font-size: 18px;
    }

        .riepilogo_carrello ul li div .prezzo_totale {
            font-size: 22px;
            padding: 0px;
            color: #fd6500;
            font-weight: normal;
        }

.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 #ccc;
}

    .content .tabelle_carrello .box.grey h3 {
        font-size: 21px;
        font-weight: normal;
        margin-bottom: 5px;
        color: var(--cc-nero);
    }

.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 #ccc;
}

    .sede_alternativa .blu {
        position: absolute;
        right: 21px;
        background: var(--cc-nero);
        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: normal;
    margin-bottom: 10px;
    color: var(--cc-nero);
}

    .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: normal;
    margin-bottom: 10px;
    color: var(--cc-nero);
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

input[type="text"]:disabled, .field_module.disable {
    background-color: white;
    padding-top: 0px;
    padding-bottom: 10px;
}

.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 #ccc;
}

    .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: 3%;
    padding: 20px 0px 50px 20px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

    footer .box.social {
        display: none;
    }

    footer .box:last-child {
        /* position: relative; */
        /* float: right; */
        /* width: auto; */
        /* margin-right: 0%; */
        /* padding-top: 50px; */
        /* max-width: 390px; */
    }

.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 {
    background-color: var(--cc-rosso);
    margin: 20px 0px;
}

.prodotti .box h3 {
    font-size: 25px;
    text-align: center;
    min-height: 66px;
}

.prodotti {
    display: block;
    text-align: center;
}

    .prodotti .box {
        /*  position: relative;
    float: left;*/
        width: 24%;
        margin-bottom: 30px;
        text-align: center;
        cursor: pointer;
        padding: 0px 10px;
        display: inline-block;
        vertical-align: bottom;
    }

        .prodotti .box .img {
            width: 100%;
            height: 170px;
            display: table;
            margin-bottom: 10px;
        }

            .prodotti .box .img div {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

                .prodotti .box .img div img {
                    max-width: 100%;
                    max-width: 290px;
                }

        .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: inherit;
                margin-bottom: 0px;
                max-width: 100%;
                max-width: 600px;
            }

        .prodotti .box.principale .testo h3.h3_titolo {
            margin-bottom: 10px;
            margin-top: 20px;
            text-align: left;
            font-size: 30px;
            color: var(--cc-nero);
            font-family: 'Montserrat', sans-serif;
        }

        .prodotti .box.principale .testo h3 {
            margin-bottom: 10px;
            margin-top: 20px;
            text-align: left;
            font-size: 16px;
        }

        .prodotti .box.principale .testo h2 {
            text-align: left;
        }

        .prodotti .box.principale h3 {
            margin-bottom: 20px;
            margin-top: 30px;
            text-align: left;
            font-size: 30px;
        }

        .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: var(--cc-nero);
    }

        .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: var(--cc-nero);
            padding: 21px 0px 36px 0px;
            background: white;
        }

.banner_box.homepage {
    width: 100%;
    position: relative;
    clear: both;
    background-image: url(../img/bannerhome.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    height: auto;
    overflow: auto;
    margin: 0px 0px 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: bold;
        position: relative;
        margin-bottom: 10px;
        line-height: 60px;
    }

    .banner_box.homepage h3 {
        font-size: 35px;
        color: white;
        font-weight: normal;
        /* letter-spacing: -2px; */
        margin-bottom: 0px;
    }

        .banner_box.homepage h3 a {
            font-size: 29px;
            color: white;
            font-weight: normal;
            text-decoration: none;
            margin-bottom: 0px;
            padding: 13px 18px;
            margin-top: 20px;
        }

.leggi, #print.articolo p.leggi {
    clear: both;
    display: block;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    margin-top: 5px;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

    #print.articolo p.leggi a {
        color: var(--cc-nero);
        font-size: 16px;
    }

.approfondimenti p.leggi a.btn {
    background-color: var(--cc-nero);
    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 {
    display: inline-block;
}

    ul.social li a {
        margin: 5px;
        border: 2px solid white;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        padding: 7px 0px;
        text-align: center;
        display: inline-block;
    }

    ul.social li svg {
        color: white;
        font-size: 22px;
    }

.box ul.social li svg {
    transform: rotate(321deg);
}

ul.social li:hover {
    opacity: 1;
}

.articolo h1 {
    font-size: 35px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 5px;
}

.articolo .unico h1 {
    margin-top: 20px;
}

.articolo .data {
    font-size: 15px;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
}
/*.articolo h1 span {
    font-size: 21px;
    color: var(--cc-nero);
    font-weight: normal;
    position: relative;
    top: -3px;
    margin-right: 1px;
    border-right: 1px solid #ccc;
    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;
}

.login {
    padding: 5px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-top: 10px;
    float: right;
    z-index: 2;
    position: relative;
}

.carrello {
    padding: 10px;
    float: right;
    /* margin-top: 20px; */
    margin-right: 0px;
}

.home .login {
    margin-top: 77px;
}

.loghi {
    background: white;
    border-top: 1px solid #ccc;
    padding: 40px 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: 50%;
    position: relative;
    float: left;
}

.grigio {
    background-color: var(--cc-crema);
    padding: 15px;
    text-align: center;
}

    .grigio .testo {
        height: 126px;
        overflow: hidden;
    }

    .grigio h3 {
        font-size: 21px;
        margin: 1px 0px;
    }

        .grigio h3 a {
            color: var(--cc-nero);
        }

.newsletter_box {
    background-image: url(../img/bg_newsletter.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 50px 30px 150px 30px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    width: 100%;
    position: relative;
    clear: both;
    display: none;
}

    .newsletter_box p {
        font-size: 20px;
        color: #fff;
        line-height: 20px;
    }

    .newsletter_box h2 {
        font-size: 40px;
        color: white;
        font-weight: bold;
        margin: 0px 0px 10px 0px;
    }

p.veditutto {
    text-align: center;
    padding: 20px 0px;
    margin: 0px;
    /*  */
    font-size: 17px;
    text-decoration: underline;
    background: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

    p.veditutto a {
        color: var(--cc-nero);
        font-weight: bold;
    }

.video {
    /* margin: 20px 0px; */
    /* border-bottom: 1px solid #bcbec0; */
    /* display: inline-block; */
    /* padding: 15px; */
    /* height: auto; */
    /* border: 1px dashed var(--cc-beige); */
    /* overflow: auto; */
    /* margin-bottom: 20px; */
    /* width: 100%; */
}

.video {
    /* margin: 0px 0px 20px 0px; */
    /* border-bottom: 1px solid #bcbec0; */
    /* display: inline-block; */
    /* padding: 15px; */
    /* height: auto; */
    /* border: 1px dashed var(--cc-beige); */
    /* overflow: auto; */
    /* margin-bottom: 20px; */
    /* width: 100%; */
}

    .video h3 {
        text-align: left;
        font-size: 20px;
        color: var(--cc-beige);
        margin-bottom: 15px;
    }

.video_meta {
    width: 30%;
    float: right;
    padding: 0px 10px;
}

    .video_meta:first-child {
        width: 70%;
        float: right;
        padding: 0px 10px;
    }

    .video_meta p {
    }

.video p {
    font-size: 16px;
    color: var(--cc-nero);
    line-height: 23px;
    margin-bottom: 15px;
}

.video .video_meta iframe {
    width: 100% !important;
    margin-top: 0px;
    height: 200px;
}

aside .banner img {
    height: auto;
    margin-bottom: 0px;
    position: relative;
    float: left;
    margin: 0px;
    width: 100%;
}

aside .banner p {
    width: 100%;
    position: relative;
    clear: both;
    text-transform: none;
    margin-top: 20px;
    font-size: 19px;
}

aside .banner {
    background-color: var(--cc-rosso);
    padding: 0px;
    border-radius: 0px;
}

article aside .riepilogo_sezione p {
    font-size: 19px;
    color: var(--cc-nero);
    line-height: 32px;
    margin-bottom: 10px;
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

article aside .riepilogo_sezione h3 {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 26px;
    color: var(--cc-beige);
    padding: 20px 20px 0px 20px;
    text-align: center;
}

aside .banner h4 {
    color: white;
    font-size: 29px;
    line-height: 39px;
    font-weight: normal;
    margin-top: 13px;
    padding: 0px 20px;
    font-family: 'Montserrat', sans-serif;
}

    aside .banner h4 small {
        font-size: 29px;
    }

    aside .banner h4 strong {
        color: #fdd05f;
        text-shadow: 0 0 var(--cc-nero);
        font-size: 25px;
        position: relative;
        top: 0px;
        font-family: 'Montserrat', sans-serif;
    }

aside .banner.help {
    background-color: #4ebd9e;
}

aside .banner.spedizione {
    background-color: var(--cc-nero);
}

aside .banner.help h4 {
    font-size: 33px;
    line-height: 34px;
    margin-top: 21px;
    /* clear: both; */
}

aside .banner.help.assistenza h4 {
    /* font-size: 33px; */
    /* line-height: 34px; */
    /* margin-top: 21px; */
    /* clear: both; */
}

aside .banner.help.assistenza img {
    /* float: inherit; */
    margin: 28px;
}

aside .banner.spedizione h4 {
    font-size: 28px;
    line-height: 34px;
    margin-top: 16px;
}

aside .banner.spedizione p {
    font-size: 22px;
}

aside .banner.help p {
    font-size: 19px;
    line-height: 30px;
    color: #e1e6e8;
    margin-bottom: 5px;
}

aside .banner.help h4 strong {
    font-size: 27px;
    line-height: 29px;
    color: #ffe5a5;
    margin-top: 20px;
    display: inline-block;
    width: 50%;
}

aside .banner.spedizione h4 strong {
    font-size: 32px;
    line-height: 34px;
}
/*pagina prodotto */
.prodotto section {
    width: 100%;
    display: block;
    padding-right: 0px;
    overflow: hidden;
}

.prodotto header {
    font-size: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    top: 42%;
}

    .prodotto header .img .cover {
        /* position: absolute; */
        top: 0px;
        left: 0px;
        width: 100%;
        /* height: 380px; */
        background: var(--cc-crema);
        z-index: 2;
        /* margin-top: 10px; */
        display: none;
    }

    .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; */
        /* height: 400px; */
        background: var(--cc-crema);
        position: relative;
        display: inline-block;
        text-align: center;
        width: 100%;
        padding: 40px 0px;
        margin-bottom: 50px;
    }

        .prodotto header .img img {
            left: 0px;
            width: 50%;
            margin: auto;
            /* padding: 42px 10px; */
        }

        .prodotto header .img h1 {
            right: 0px;
            width: 100%;
            color: var(--cc-nero);
            font-size: 50px;
            text-shadow: 0 1px 0 white;
            text-align: center;
            display: inline-block;
            margin: 20px 0px 0px 0px;
            font-weight: bold;
        }

        .prodotto header .img .bg {
            max-height: 400px;
            overflow: hidden;
            display: none;
        }

.prodotto article h2 strong {
    color: var(--cc-nero);
}

.prodotto article h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 31px;
    color: var(--cc-nero);
    font-family: 'Montserrat', sans-serif;
}

    .prodotto article h3 strong {
        font-weight: bold;
        color: var(--cc-nero);
    }

.prodotto article .tabelle h3 {
    font-size: 25px;
    color: var(--cc-beige);
}

.prodotto .dx, .prodotto .sx {
    /*padding: 20px;*/
}

.gallery .box:first-child {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.gallery .box {
    position: relative;
    float: left;
    width: 50%;
    height: 198px;
    overflow: hidden;
}

.prodotto .video .dx, .prodotto .video .sx {
    width: 50%;
    margin: 0px;
}

.prodotto .video .sx {
    padding-right: 40px;
}

.prodotto .video iframe {
    height: 366px;
    width: 100%;
}

.download {
    background: var(--cc-crema);
    padding: 25px;
}

    .download:last-child {
        background: #fff;
        padding: 25px;
        margin-left: 3%;
    }

article .sx .download.wow {
    display: none;
}

.prodotto article .download h3 {
    text-align: left;
    font-size: 30px;
    color: var(--cc-nero);
    font-weight: normal;
    margin-bottom: 0px;
}

article section .download ul {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

    article section .download ul li a {
        color: var(--cc-nero);
        font-size: 16px;
    }

        article section .download ul li a:hover {
            color: var(--cc-nero);
            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 5px;
    text-decoration: none;
}

.prodotto article .gallery .box {
    margin: 0px 0px;
}

.prodotto article p strong {
    color: var(--cc-nero);
}

.prodotto article .dx .box h3 {
    /*text-align: left;
    font-size: 27px;
    color: var(--cc-nero);
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;*/
}

.prodotto article .dx .box .img {
    text-align: center;
    padding: 20px 0px;
    margin: 0px;
    width: 100%;
    position: relative;
    clear: both;
    background: none;
}

    .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;
    display: none;
}

    .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: var(--cc-rosso);
        /*margin-bottom: 20px;*/
    }

    .prodotto article .esperienze h2 {
        color: var(--cc-rosso);
    }

    .prodotto article .storie h2 {
        color: var(--cc-rosso);
    }

.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: var(--cc-nero);
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 1px 0 var(--cc-nero);
    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 #ccc;
    padding: 15px;
}

    article .tipologie ul li:last-child {
        border-bottom: none;
    }

    article .tipologie ul li strong {
        display: block;
        text-align: center;
        color: var(--cc-nero);
    }

.tabelle {
    width: 100%;
    display: block;
    clear: both;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    padding: 60px 25px;
    background-color: var(--cc-nero);
}

article .tabelle {
    display: none
}

.tabelle .tableresponsive a {
    color: #fff;
    font-weight: 500;
}

.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;
    background-color: var(--cc-beige);
}

.btn.secondary {
    background-color: var(--cc-marrone) !important;
}

    .btn.secondary:hover, .btn.big:hover {
        background-color: var(--cc-nero) !important;
    }

.correlati {
    padding: 50px 0px 25px 0px;
    background: var(--cc-crema);
    margin: 0px;
}

    .correlati .item {
        padding: 10px;
    }

.btn.big, input[type="submit"].btn.big {
    /*float: right;*/
    background: var(--cc-rosso);
    /*font-size: 27px;*/
}

.prodotto article .correlati h2 {
    text-align: center;
    font-size: 40px;
    color: var(--cc-nero);
    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="button"], .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, label.active {
        background-image: url(../img/icone/star-on.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        left: 0px;
        top: 0px;
    }
   
label.active {
    background-image: url(../img/icone/star-on.png) !important;
    background-repeat: no-repeat !important;
    background-position: 0px 0px !important;
    left: 0px !important;
    top: 0px !important;
}

.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: 20px;
    width: 100%;
    clear: both;
    position: relative;
    display: inline-block;
    margin: 0px 0px 20px 0px;
    text-align: center;
    background: var(--cc-crema);
    border: 2px dashed var(--cc-beige);
}

    .tabelle_carrello .no_loggato .btn, .no_loggato .btn {
        float: inherit;
        margin: 5px;
    }

.tabelle_carrello .no_loggato p {
    font-size: 21px;
    margin-bottom: 10px;
    color: var(--cc-rosso);
    line-height: 30px;
}

.relative {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
}

section .box {
    position: relative;
    float: left;
    width: 50%;
}

section .dx .box {
    width: 100%;
}

section .box .disclaimer {
    color: var(--cc-rosso);
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0px 15px 0px;
    width: 100%;
    position: relative;
    clear: both;
    font-style: initial;
}

section .articolo_news .disclaimer {
    color: var(--cc-rosso);
    margin: 0px;
    width: 100%;
    position: relative;
    clear: both;
    font-style: initial;
    line-height: 23px;
    text-align: justify;
    font-size: 15px;
}

.titolo {
    clear: both;
    color: var(--cc-rosso);
    text-decoration: none;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}

a.tooltips {
    position: relative;
    display: inline;
}

    a.tooltips span {
        position: absolute;
        width: 140px;
        color: #FFFFFF;
        background: #000000;
        height: 30px;
        line-height: 30px;
        text-align: center;
        visibility: hidden;
        border-radius: 6px;
    }

        a.tooltips span:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-top: 8px solid #000000;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

a:hover.tooltips span {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}

.tooltips img, img.bollinopromo {
    border: none;
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 0px auto 5px auto;
    height: 24px;
}

.promo_link, a.tooltips.promo_link, .tableresponsive a.tooltips.promo_link {
    font-weight: bold;
    color: #fdd05e;
    display: inline-block;
    width: 100px;
    margin-bottom: 3px;
    padding: 5px;
    background-color: var(--cc-rosso);
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-family: arial;
    line-height: 11px;
    cursor: pointer;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #fdd05e;
    clear: both;
    position: relative;
}

    .promo_link:hover, a.tooltips.promo_link:hover, .tableresponsive a.tooltips.promo_link:hover {
        color: var(--cc-rosso);
        background-color: #fdd05e;
        border: 1px solid var(--cc-rosso);
        text-decoration: none;
    }

.tooltips table {
    background: white;
}

    .tooltips table tr td {
        width: auto !important;
        min-width: inherit !important;
        font-size: 12px !important;
    }

.vantaggi {
    display: block;
    width: 100%;
    clear: both;
    height: auto;
    overflow: auto;
    border-top: 1px dashed rgba(255, 253, 237, 0.5);
    border-bottom: 1px dashed rgba(255, 253, 237, 0.5);
    padding: 20px;
    margin: 30px 0px;
}

    .vantaggi .campo_form {
        display: inline-block;
        font-size: 17px;
        color: black;
        padding: 20px;
    }

    .vantaggi img {
        display: block;
        width: 70px;
        margin: 20px auto;
    }

.vantaggi {
    text-align: center;
}

section .aggiuntive .box {
    position: relative;
    float: left;
    clear: left;
    max-width: 30%;
}

    section .aggiuntive .box a {
        outline: none;
    }

    section .aggiuntive .box img {
        padding-right: 20px;
        padding-bottom: 10px;
    }

.prodotto .box.wow table {
    width: 100% !important;
    border: none;
    color: var(--cc-nero);
    border-top: 2px solid rgb(192, 159, 124);
    border-bottom: 2px solid rgb(192, 159, 124);
    margin: 20px 0px;
}

    .prodotto .box.wow table tr:nth-child(even) {
        width: auto !important;
        border: none;
        background-color: rgba(192, 159, 124, 0.2);
    }

    .prodotto .box.wow table tr:nth-child(1) {
        font-weight: bold;
        background-color: rgb(192, 159, 124);
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        border-bottom: 2px solid rgb(192, 159, 124);
        color: white;
    }

    .prodotto .box.wow table tr td:nth-child(1) {
        font-weight: bold;
        background-color: rgba(192, 159, 124, 0.3);
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

    .prodotto .box.wow table tr:nth-child(1) td {
        font-weight: bold;
        background-color: rgba(192, 159, 124, 0.3);
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    }

    .prodotto .box.wow table tr:nth-child(1) td {
        padding: 10px;
    }

    .prodotto .box.wow table tr td {
        padding: 5px 10px;
    }

.prodotto header .img img.img_prodotto {
    width: auto;
    /* height: 400px; */
    /* margin-left: 14%; */
    display: block;
    max-height: 400px;
}

.alert2 {
    color: red;
    font-weight: normal;
    margin: 10px 0px;
    text-align: right;
}

.disclaimer.natale {
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
    margin: 20px 0px 0px 0px;
    width: 100%;
    position: relative;
    clear: both;
    font-style: normal;
    text-align: center;
    background: var(--cc-rosso);
    padding: 20px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .disclaimer.natale strong {
        color: yellow;
    }

.lingue {
    position: relative;
    width: auto;
    display: block;
    margin: 0px 0px 0px 20px;
    float: right;
    clear: both;
}

    .lingue li {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0px;
    }

        .lingue li img {
            height: 26px;
            margin-left: 10px;
            margin-top: 0px;
        }

.downloadpdf {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}

    .downloadpdf .btn {
        text-align: center;
        position: relative;
        float: inherit;
        font-weight: normal;
    }

.importo {
    width: 100%;
    text-align: center;
}

    .importo .importo_numero {
        text-decoration: underline;
        position: relative;
        color: white;
        margin-top: 4px;
        font-size: 14px;
        width: 100%;
        display: none;
    }

.presentazione {
    display: inline-block;
    width: 100%;
    /* background: rgb(192 159 124 / 50%); */
    padding: 60px 0px;
}

article .presentazione {
    margin-top: 0px;
    background: #fff;
}

.nostriprodotti h2 {
    /* font-weight: normal; */
    text-align: center;
    /* color: var(--cc-rosso); */
    /* font-size: 40px; */
    /* margin: 40px 0px; */
}

.contattaci {
}

    .contattaci li {
        display: inline-block;
        padding: 5px;
        font-size: 18px;
    }

        .contattaci li svg {
            font-size: 28px;
            position: relative;
            top: 6px;
            margin-right: 5px;
            color: var(--cc-rosso);
        }

        .contattaci li:last-child svg {
            color: #ffffff;
        }

    .contattaci a {
    }

article .contattaci li::before {
    content: "";
    margin-right: 0px;
    top: 0px;
}

.presentazione.alert {
    background: var(--cc-rosso);
    margin: 0px;
    display: inline-block;
    width: 100%;
}

.presentazione.contrast {
    background: rgb(192 159 124 / 50%)
}

    .presentazione.contrast.destructured {
        background: #FFFEEC;
        margin-bottom: 120px;
    }


article .presentazione.contrast.destructured .sx {
    position: absolute;
    top: -135px;
}

article .presentazione.contrast.destructured .dx {
    float: right;
}

.presentazione.alert .dx h2 {
    font-size: 40px;
    color: #fff;
    margin: 0px 0px 20px 0px;
    text-align: center;
}

.presentazione.alert .dx p {
    color: #fff;
}

.nostriprodotti {
    text-align: center;
    display: block;
    margin-top: 40px;
    clear: both;
}




    .nostriprodotti .box {
        width: 19%;
        position: relative;
        display: inline-block;
        margin: 0px 0px 20px 0px;
        padding: 0px 10px;
    }

        .nostriprodotti .box .img,
        .img_hover .img,
        .shop_in li .img {
            width: 100%;
            position: relative;
            display: inline-block;
            margin: 0px 0px 20px 0px;
            height: 227px;
            /*margin-bottom: 150px;*/
            background-size: contain;
            background-position: center;
            -moz-transition: all 0.2s linear 0s;
            -webkit-transition: all 0.2s linear 0s;
            -o-transition: all 0.2s linear 0s;
            cursor: pointer;
            background-repeat: no-repeat;
            border-radius: 15px;
            border: 1px solid #efefef;
            box-shadow: 3px 3px 10px rgb(0 0 0 / 15%);
            overflow: hidden;
        }

.presentazione .nostriprodotti .box {
    margin-bottom: 91px;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

.prodotti_shop {
    display: inline-block;
    width: 100%;
    background-color: var(--cc-crema);
}

    .prodotti_shop h2 {
        text-align: center;
        color: var(--cc-rosso);
        margin: 60px 0px;
        font-size: 40px;
    }

    .prodotti_shop .box {
        width: 100%;
        display: inline-block;
        padding: 50px 0px 30px 0px;
    }

        .prodotti_shop .box:nth-child(3),
        .prodotti_shop .box:nth-child(5) {
            background-color: white;
        }

    /*  .prodotti_shop .img {
        position: relative;
        float: left;
        width: 40%;
        height: 507px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }*/
    .prodotti_shop .img {
        position: relative;
        float: left;
        width: 40%;
    }

    .prodotti_shop .caption {
        position: relative;
        float: left;
        width: 60%;
        margin-right: 0px;
        padding-left: 40px;
    }

    .prodotti_shop .prod_classe,
    .prodotti_shop .prod_nome_comm {
        text-align: left !important;
        margin-top: 40px;
        font-family: 'Montserrat', sans-serif;
        font-size: 40px !important;
        margin-bottom: 0px;
        color: var(--cc-rosso);
        line-height: normal;
        font-weight: 600;
    }

    .prodotti_shop .prod_nome_comm {
        margin-bottom: 30px !important;
    }


    .prodotti_shop .btn {
        margin-top: 20px;
    }

article .prodotti_shop p {
    font-size: 22px;
    line-height: 31px;
}

.nostriprodotti .box.pizza {
    background-image: url(../img/categorie/pizza.jpg?version=1);
}

    .nostriprodotti .box.pizza:hover {
        background-image: url(../img/categorie/pizza_hover.jpg?version=1);
    }

.nostriprodotti .box.puccia {
    background-image: url(../img/categorie/puccia.jpg?version=1);
}

    .nostriprodotti .box.puccia:hover {
        background-image: url(../img/categorie/puccia_hover.jpg?version=1);
    }

.nostriprodotti .box.schiacciata {
    background-image: url(../img/categorie/schiacciata.jpg?version=4);
}

    .nostriprodotti .box.schiacciata:hover {
        background-image: url(../img/categorie/schiacciata_hover.jpg?version=2);
    }

.nostriprodotti .box.golosa {
    background-image: url(../img/categorie/lagolosa.jpg);
}

    .nostriprodotti .box.golosa:hover {
        background-image: url(../img/categorie/lagolosa_hover.jpg);
    }

.nostriprodotti .box.ciabatta {
    background-image: url(../img/categorie/laciabatta.jpg);
}

    .nostriprodotti .box.ciabatta:hover {
        background-image: url(../img/categorie/laciabatta_hover.jpg);
    }

.nostriprodotti .box.pinsata {
    background-image: url(../img/categorie/lapinsata.jpg);
}

    .nostriprodotti .box.pinsata:hover {
        background-image: url(../img/categorie/lapinsata_hover.jpg);
    }

.nostriprodotti h2 {
    font-size: 40px;
    padding: 0px;
    text-align: center;
    margin: 80px 0px 60px 0px;
    width: 100%;
    display: inline-block;
    color: var(--cc-rosso);
}

.presentazione .nostriprodotti h2 {
    margin: 0px 0px 60px 0px;
}

.nostriprodotti .box h3 {
    color: var(--cc-rosso);
    font-size: 30px;
    text-align: center;
    letter-spacing: 0px;
    padding: 0px 30px 10px 30px;
    width: 100%;
}

.nostriprodotti .box .caption {
    /* position: absolute; */
    width: 100%;
    /* top: 270px; */
    /* bottom: auto; */
    padding: 0px 10px;
}

.prod_nome_comm {
    margin: 0px 0px 15px 0px !important;
    color: var(--cc-rosso);
    font-size: 28px !important;
    text-align: center !important;
    letter-spacing: 0px;
    padding: 0px;
    width: 100%;
    font-family: 'blenda_scriptregular';
    font-weight: normal;
    line-height: normal !important;
}

.prod_classe {
    text-align: center;
    font-size: 21px;
    margin-bottom: 0px;
    color: var(--cc-rosso);
    line-height: normal;
    margin: 0px 0px 0px 0px;
}

.testo_banner {
    position: relative;
    /* float: left; */
    display: inline-block;
    text-align: left;
    padding: 20px 40px;
    max-width: 660px;
}

    .testo_banner p {
        font-size: 26px;
        margin-bottom: 0px;
        color: var(--cc-marrone);
        line-height: normal;
        margin: 0px 0px 9px 0px;
        text-align: left;
    }

    .testo_banner h2 {
        margin: 0px 0px 9px 0px;
        color: var(--cc-marrone);
        font-size: 38px;
        letter-spacing: 0px;
        padding: 0px;
        width: 100%;
        font-family: 'blenda_scriptregular';
        font-weight: normal;
        line-height: 40px;
        text-align: left;
    }

.banner_kit {
    display: inline-block;
    width: 100%;
    /*margin-top: 100px;*/
    text-align: center;
    background-color: var(--cc-crema);
    padding: 40px 0px 0px 0px;
    /*cursor: pointer;*/
}

    .banner_kit img, article .banner_kit h2 {
        display: inline-block;
        /* float: left; */
        /* margin: 0px; */
    }

    .banner_kit:hover a, .banner_kit a {
        text-decoration: none
    }

        .banner_kit a:hover span {
            text-decoration: underline;
        }


article .presentazione .prod_classe p {
    text-align: center;
    font-size: 26px;
    margin-bottom: 0px;
    color: var(--cc-nero);
    line-height: normal;
}

.prod_classe.senza_nomecommerciale {
    margin: 0px 0px 15px 0px !important;
    color: var(--cc-rosso);
    font-size: 30px !important;
    text-align: center !important;
    letter-spacing: 0px;
    padding: 0px;
    width: 100%;
    font-family: 'blenda_scriptregular';
    font-weight: normal;
    line-height: normal !important;
}

    .prod_classe.senza_nomecommerciale::after {
        content: "";
    }

    .prod_classe.senza_nomecommerciale::before {
        content: "";
    }

.box label {
    cursor: pointer !important;
}

.nostriprodotti .box #divAcquista {
    display: none;
}

.load {
    position: fixed;
    top: 50%;
    left: 42%;
    z-index: 99;
    width: 133px;
}

.overlayCarrello {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

aside.banner_catalogo {
    width: 100%;
    margin-bottom: 20px;
}

    aside.banner_catalogo .banner {
        width: 32.3%;
        position: relative;
        float: left;
    }

        aside.banner_catalogo .banner:nth-child(1) {
            margin: 0% 1% 1% 0%;
        }

        aside.banner_catalogo .banner:nth-child(2) {
            margin: 0% 1% 1% 0.4%;
        }

        aside.banner_catalogo .banner:nth-child(3) {
            float: right;
            margin: 0% 0% 1% 0%;
        }

article .campo_form.promo h3 {
    font-size: 37px;
    margin-bottom: 20px;
    color: var(--cc-rosso);
    text-shadow: 0 1px white;
}

    article .campo_form.promo h3 .tooltip {
        position: relative;
        display: inline-block;
        background: var(--cc-rosso);
        color: white;
        padding: 10px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        font-size: 33px;
        top: 0px;
        cursor: auto;
        text-align: center;
    }

.campo_form.promo {
    background: rgb(192 159 124 / 41%);
    padding: 18px;
    min-height: 215px;
}

.riepilogo_prodotto.shop_pro .carousel_prodotto {
    position: relative;
    float: left;
    width: 40%;
    height: auto;
    margin-right: 0px;
}

.riepilogo_prodotto.shop_pro .dettaglio {
    height: auto;
    width: 60%;
    margin: 0px 0px 20px 0px;
    padding-left: 2%;
    position: relative;
    float: left;
}

article .dettaglio h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: var(--cc-rosso);
}

#sync2 .item {
    padding: 10px;
    height: 130px;
    display: table;
}

    #sync2 .item div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    #sync2 .item img {
        max-width: 100%;
        max-height: 130px;
    }

#sync1 .item {
    /* padding: 10px; */
    height: 465px;
    display: table;
    width: 100%;
}

    #sync1 .item div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    #sync1 .item img {
        max-width: 100%;
        max-height: 520px;
    }

.titolo_articolo {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    position: relative;
    float: left;
    color: var(--cc-rosso);
    text-transform: uppercase;
    margin-right: 10px;
}

.codice_articolo {
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    position: relative;
    float: left;
    margin: 0px;
}

.divUnitario {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 4px;
}

.div_prezzo_totale {
    width: 50%;
    float: right;
    font-size: 30px;
    font-weight: 600;
    color: var(--cc-rosso);
}

    .div_prezzo_totale .btn {
        margin: 0px !important;
        float: right !important;
    }

    .div_prezzo_totale label {
    }

.div_dati {
    width: 50%;
    float: left;
}

.intestazione_Articolo {
    /* background: var(--cc-crema); */
    /* padding: 10px; */
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    /* padding: 20px 20px 10px 20px; */
}

.riepilogo_prodotto.shop_pro .preferiti {
    width: 30px;
    height: 30px;
    position: relative;
    margin: auto;
    float: left;
    top: -3px;
}

.riepilogo_prodotto.shop_pro .dettaglio .btn, input[type="button"].btn, .riepilogo_prodotto.shop_pro .dettaglio input[type="button"].btn.ordina {
    background-color: var(--cc-rosso);
    /* margin-top: 0px; */
    text-align: center;
    /* float: right; */
    margin: 0px 20px;
}

.divQuantita label {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: var(--cc-nero);
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
}

.div_prezzo_totale label {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: var(--cc-nero);
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
}

.divQuantita input.meno {
    background-color: transparent;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    margin: 0px;
    width: 30px;
    height: 30px;
    position: relative;
    top: -3px;
    cursor: pointer;
    background: #f7444c;
    border-radius: 50%;
    left: 10px;
    z-index: 9;
}

.divQuantita input.piu {
    background-color: transparent;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    margin: 0px;
    width: 30px;
    height: 30px;
    position: relative;
    top: -3px;
    cursor: pointer;
    background: #25a955;
    border-radius: 50%;
    left: -27px;
}

.divQuantita input.addfield {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    border: none;
    top: -7px;
    position: relative;
    font-size: 26px;
    border-radius: 3px;
    color: var(--cc-rosso);
    background: white;
    width: 100px;
}

.div_pezzo {
    width: 100%;
    position: relative;
    float: left;
    /* border: 1px solid red; */
    font-size: 15px;
}

    .div_pezzo span {
        font-style: italic;
    }

    .div_pezzo label, .div_prezzo label, .divUnitario label {
        font-weight: 600;
        position: relative;
        display: inline-block;
    }

.div_prezzo {
    width: 100%;
    position: relative;
    float: left;
    font-size: 14px;
}

.selettori_tipologia {
    margin-top: 0px;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .selettori_tipologia .campo_form {
        width: 100%;
        padding: 0px 0px 13px 0px;
    }

article .dettaglio .selettori_tipologia h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.selettori_tipologia .label_module {
    width: auto;
    display: inline-block;
    margin: 0px;
    font-size: 17px;
    margin-right: 0px;
}

    .selettori_tipologia .label_module:first-child {
        margin-right: 10px;
        /* text-transform: uppercase; */
    }

    .selettori_tipologia .label_module:last-child {
        width: auto;
        text-transform: none;
        font-weight: normal;
    }

.selettori_tipologia .field_module {
    width: 60%;
    /* min-width: 200px; */
}

.tab_catalogo2 {
    position: relative;
    float: left;
    width: 52%;
    padding: 5px;
    border-radius: 10px;
    background: var(--cc-beige2);
    margin-bottom: 20px;
}

    .tab_catalogo2 .semplice tr td:nth-child(1) {
        font-weight: 600;
        width: 80px;
        text-align: left;
    }

.riepilogo_prodotto .articolo_news .tab_catalogo2 table.tableresponsive {
    margin-top: 0px;
}

.tab_catalogo2 .tableresponsive tr td {
    padding: 5px;
    font-size: 10px;
}

.riepilogo_prodotto .tab_catalogo2 .tableresponsive tr td:nth-child(2) {
    color: #211212;
    font-weight: bold;
}

.riepilogo_prodotto .tab_catalogo2 .tableresponsive tr td:nth-child(3) {
    color: var(--cc-marrone);
    font-weight: bold;
}

.riepilogo_prodotto .tab_catalogo2 .tableresponsive td:nth-of-type(5) {
    min-width: initial;
}

.tab_catalogo2 .tableresponsive tr td, .riepilogo_prodotto .tab_catalogo2 .tableresponsive tr td:nth-child(2), .riepilogo_prodotto .tab_catalogo2 .tableresponsive tr td:nth-child(3) {
    font-size: 14px;
}

.riepilogo_prodotto .tab_catalogo2 tr:nth-of-type(even) {
    /*background: var(--cc-crema)*/
}

.riepilogo_prodotto .tab_catalogo2 .tableresponsive tr {
    border-bottom: none
}

.tab_catalogo2 .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;
    background-color: var(--cc-rosso);
}

.riepilogo_prodotto.shop_pro .dettaglio hr {
    border-top: 1px solid var(--cc-beige2);
    padding: 0px;
    margin: 20px 0px;
    display: inline-block;
    width: 100%;
    background: transparent;
}

.disponibilita_catalogo2 {
    font-size: 15px;
    text-align: right;
    position: relative;
    clear: both;
    margin-top: 10px;
    display: inline-block;
    float: right;
}

    .disponibilita_catalogo2 .disponibilita_yes, .disponibilita_catalogo2 .disponibilita_no {
        cursor: auto;
    }

.riepilogo_prodotto.shop_pro .dettaglio .btn.carrello {
    background-color: var(--cc-rosso)
}

.video_home {
    width: 100%;
    /* margin-top: 55px; */
    /* margin-bottom: 30px; */
}

    .video_home .sx {
        width: 60%;
    }

    .video_home .dx {
        width: 40%;
        padding: 10% 0%;
    }

        .video_home .dx p.insieme {
            font-size: 25px;
            text-align: center;
            font-style: italic;
            color: var(--cc-nero);
            background-image: url(../img/cuore_small.png);
            background-repeat: no-repeat;
            background-position: 32% center;
            margin-top: -7%;
            font-weight: 600;
            line-height: initial;
            padding: 100px 0px 84px 0px;
        }

article .presentazione .insieme {
    display: block;
    text-align: center;
}

    article .presentazione .insieme p {
        width: auto;
        font-size: 25px;
        text-align: center;
        font-style: inherit;
        color: var(--cc-nero);
        background-image: url(../img/cuore_small.png);
        background-repeat: no-repeat;
        background-position: right top;
        font-weight: 400;
        line-height: initial;
        padding: 31px 0px;
        display: inline-block;
        margin: auto;
        float: inherit;
        font-family: 'blenda_scriptregular';
        background-size: 28%;
    }

h3.insieme {
    width: auto;
    font-size: 25px;
    text-align: center;
    font-style: inherit;
    color: var(--cc-nero);
    background-image: url(../img/cuore_small.png);
    background-repeat: no-repeat;
    background-position: right top;
    font-weight: 400;
    line-height: initial;
    padding: 31px 0px;
    display: inline-block;
    margin: auto;
    float: inherit;
    font-family: 'blenda_scriptregular';
    background-size: 28%;
}

.box_riepilogo.kit h3.insieme:hover {
    color: var(--cc-nero);
    text-decoration: none;
}

.box_riepilogo.kit img {
    margin-bottom: 20px
}

.video_home .dx .btn {
    /*padding: 9px 30px;
    font-size: 21px;*/
    top: -30px;
    position: relative;
}

.video_home h2 {
    font-size: 40px;
    color: var(--cc-rosso);
    margin: 0px 0px 20px 0px;
    text-align: center;
}

.video_home video {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0px;
}

.grandiordini {
    margin: 20px 0px 25px 0px;
}

.icone_home h2 {
    font-size: 40px;
    color: var(--cc-rosso);
    margin: 0px 0px 100px 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.icone_home {
    margin: 100px 0px;
    display: inline-block;
    width: 100%;
}

    .icone_home ul {
        display: block;
        text-align: center
    }

        .icone_home ul li {
            display: inline-block;
            width: 19%;
            padding-left: 0px;
            background-image: none;
            background-size: 0;
            background-repeat: no-repeat;
            background-position: 0;
            padding-right: 0;
            font-size: 18px;
            margin: 0;
            line-height: 0;
            text-align: center;
            /* color: var(--cc-nero); */
            font-size: 17px;
            line-height: 35px;
            padding: 0px;
        }

            .icone_home ul li h3 {
                color: var(--cc-rosso);
                font-size: 27px;
                margin-bottom: 5px;
            }

        .icone_home ul p {
            color: var(--cc-nero);
            font-size: 17px;
            line-height: 22px;
            padding: 0px 20px;
        }

    .icone_home.icone_big ul li {
        width: 33%;
    }

        .icone_home.icone_big ul li h3 {
            font-size: 35px;
            margin-bottom: 15px;
            margin-top: 20px;
        }

    .icone_home.icone_big ul p {
        font-size: 20px;
        margin: 0px 0px 20px 0px;
        line-height: 30px;
        text-align: left;
        text-align: center;
    }


    .icone_home ul li img {
    }

    .icone_home p.p_small {
        font-size: 25px;
        text-align: center;
        font-style: italic;
        color: var(--cc-nero);
        font-weight: 600;
        line-height: initial;
        margin: 100px 0px 20px 0px;
    }

ul.menu_principale {
    display: block;
    text-align: center;
}

    ul.menu_principale li {
        display: inline-block;
        font-family: 'blenda_scriptregular';
        padding: 10px;
        font-size: 18px;
    }

        ul.menu_principale li a {
            color: white;
            text-decoration: none;
        }

.logo_footer {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .logo_footer img {
        height: 100px;
        margin-bottom: 20px;
    }

.box_riepilogo {
    width: 46%;
    background-size: cover;
    position: relative;
    margin-top: 61px;
}

    .box_riepilogo h3 {
        color: white;
        text-align: center;
        /*padding: 127px 20px;*/
        font-size: 30px;
        position: relative;
        z-index: 1;
        margin: 0px;
        cursor: pointer;
    }

article .presentazione .box_riepilogo h3 {
    padding: 0px;
    float: left;
    font-size: 36px;
    text-align: center;
    width: 100%;
    margin: 0px;
}

article .presentazione .box_riepilogo.kit h3 {
    background-size: auto 41px;
    margin: 0px;
    padding: 0px 0px;
    text-align: left !important;
    float: left;
    margin-bottom: 10px;
    background-position: right;
    width: auto;
}

    article .presentazione .box_riepilogo.kit h3:hover {
        color: var(--cc-nero);
    }

.box_riepilogo h3 a {
    color: white;
    padding: 127px 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.box_riepilogo h3:hover {
    text-decoration: underline;
    color: white;
}

.box_riepilogo.iltuopartner, .box_riepilogo.kit {
    float: left;
}

.box_riepilogo .camera_overlayer {
    background: rgb(67 56 44 / 30%);
}

.box_riepilogo.basipronte, .box_riepilogo.kit.right {
    float: right;
}

.box_riepilogo.iltuopartner {
    background-image: url(../resized/1000x0/2755b2082373b517f992cd1e61400ea1.jpg);
}

.box_riepilogo.basipronte {
    background-image: url(../resized/1000x0/acbce6655506ee912a570b45f453975e.jpg);
}

section .icone ul {
    margin: 20px 0px;
    clear: both;
    position: relative;
    display: inline-block;
    width: 100%;
}

    section .icone ul li {
        background: none;
        width: 50%;
        position: relative;
        float: left;
        margin: 0px;
        padding: 50px 39px 50px 135px;
        font-size: 26px;
        font-weight: 600;
        height: 169px;
        line-height: initial;
    }

        section .icone ul li div {
            width: 100%;
            height: 17px;
        }

        section .icone ul li img {
            position: absolute;
            top: 40px;
            left: 0px
        }

.subfooter {
    height: auto;
    position: relative;
    float: left;
    width: 100%;
}

.subfooter {
    background-image: url(../img/subfooter.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 500px;
}

    .subfooter.prodotti {
        background-image: url(../img/subfooter_prodotti.jpg);
        /*background-position: center;
        background-attachment: inherit;
        background-size: cover;*/
    }

.presentazione .nostriprodotti {
}

.prodotto .img.principale.camera_wrap {
    background: #c19f7c;
}

    .prodotto .img.principale.camera_wrap img {
        margin-top: 150px;
        height: 671px;
        width: auto;
    }

    .prodotto .img.principale.camera_wrap a.btn {
        margin-bottom: 73px;
    }

#gallery_prodotti img {
    /*padding:0px 50px;*/
}

article.shop {
    margin: 0px 0px;
    display: block;
    width: 100%;
    position: relative;
    clear: both;
    min-height: 500px;
    margin-top: 170px;
}

.shop h1, .selettori .nostriprodotti h2, h1.cuore {
    text-align: center;
    background-size: auto 58px;
    padding: 30px 100px;
    display: inline-block;
    background-position: center;
    margin-bottom: 20px;
    font-size: 50px;
}

article.shop ul.grandiordini {
    margin: 0px;
}

.divQuantita {
    position: relative;
    /* left: 10px; */
}

.shop h2.h2_grandiordini {
    text-align: center;
    background-size: auto 58px;
    padding: 60px 0px 0px 0px;
    display: inline-block;
    background-position: center;
    margin-bottom: 0px;
    font-size: 40px;
    width: 100%;
}

.shop .nostriprodotti .box h3 {
    padding: 20px 30px 0px 30px;
    margin-bottom: 10px;
}

.shop .nostriprodotti .box p {
    /*DANA display: none;*/
}

.shop .nostriprodotti .box #divAcquista {
    display: block;
}

.shop_in {
    margin-bottom: 40px;
}

    article.shop ul, .shop_in ul {
        text-align: center;
        display: block;
        width: 100%;
    }

        article.shop ul li, .shop_in ul li {
            padding-left: 0px;
            background-image: none;
            padding-right: 0px;
            font-size: 18px;
            margin: 0px;
            line-height: 26px;
            text-align: center;
            display: inline-block;
            width: 19%;
            padding: 10px;
        }

    article.shop .categoria ul li, .shop_in .categoria ul li {
        width: 31%;
    }

article.shop .categoria {
    margin-bottom: 40px;
}

article.shop ul li.img_hover p, .shop_in ul li.img_hover p {
    margin: 0px 0px 15px 0px;
    line-height: 18px;
    font-weight: bold;
}



article.shop ul li.img_hover a, .shop_in ul li.img_hover a {
    position: relative;
}

article.shop ul li.img_hover img.principale, .shop_in ul li img.principale {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 0px;
}

article.shop ul li.img_hover img.secondaria, .shop_in ul li img.secondaria {
    position: absolute;
    left: 0;
    z-index: 2;
    display: none;
    width: 100%;
    top: 17px;
}

.shop_in ul li img.secondaria {
    top: 0px;
}

article.shop ul li.img_hover:hover {
}

    article.shop ul li.img_hover:hover img.principale {
    }

    article.shop ul li.img_hover:hover img.secondaria, .shop_in ul li:hover img.secondaria {
        display: inline;
    }

article.shop ul.documenti li {
    width: 49%;
    padding: 0px;
    text-align: center;
}

article.shop ul li p span {
    color: var(--cc-rosso);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
    display: inline-block;
}

article.shop ul li p strong {
    font-size: 17px;
}

    article.shop ul li p strong small {
        font-size: 13px;
        font-weight: 600;
        display: inline-block;
        width: 100%;
        margin-bottom: 3px;
    }

articl

article.shop ul.grandiordini li p span {
    font-size: 13px;
}

article.shop ul li p em {
    font-weight: 600;
}

article.shop .tipologia {
    text-align: center;
    padding-top: 100px;
}

    article.shop .tipologia .titolo_tipologia,
    .grandiordini_riepilogo .titolo_tipologia {
        position: relative;
        float: left;
        display: block;
        width: 100%;
    }

.grandiordini_riepilogo .titolo_tipologia {
    margin-top: 30px;
}

article.shop .tipologia h1 {
    background-position: center 37px;
    padding: 0px 100px;
    margin: 0px;
    padding-bottom: 100px;
}

    article.shop .tipologia h1.prod_classe {
        font-family: 'Montserrat', sans-serif;
        font-size: 36px;
        color: var(--cc-nero);
        padding-bottom: 128px;
        background-position: center 26px;
    }

    article.shop .tipologia h1.senza_nomecommerciale {
        background-position: center 9px;
        padding-bottom: 0px;
    }


.grandiordini_riepilogo .titolo_tipologia h2 {
    background-position: center 24px;
    padding: 0px 100px;
    margin: 0px;
    padding-bottom: 100px;
}

    .grandiordini_riepilogo .titolo_tipologia h2.senza_nomecommerciale {
        font-family: 'blenda_scriptregular' !important;
        font-size: 40px !important;
        padding-bottom: 28px !important;
        background-position: center 2px !important;
    }


article.shop .grandiordini_riepilogo .titolo_tipologia h2 {
    /* font-size: 40px; */
    text-align: center;
    letter-spacing: 0px;
    padding: 0px;
    width: 100%;
    font-family: 'blenda_scriptregular';
    font-weight: normal;
    line-height: normal;
    position: relative;
    top: 10px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    color: var(--cc-nero);
    padding-bottom: 120px;
    background-position: center 16px;
}
/*     .grandiordini_riepilogo .titolo_tipologia h2 {
            text-align: center;
            background-size: auto 58px;
            font-size: 40px;
            display: inline-block;
            width: 100%;
        }*/
.grandiordini_riepilogo .titolo_tipologia span {
    font-size: 40px;
    text-align: center;
    letter-spacing: 0px;
    padding: 0px;
    width: 100%;
    font-family: 'blenda_scriptregular';
    font-weight: normal;
    line-height: normal;
    position: absolute;
    top: 46px;
    margin: 0px;
    left: 0px;
}

article h3.h3_grandiordini {
    color: var(--cc-rosso);
    font-size: 30px;
    text-align: center;
    letter-spacing: 0px;
    padding: 0px;
    width: 100%;
    font-family: 'blenda_scriptregular';
    font-weight: normal;
    line-height: normal;
    margin: 0px 0px;
    display: inline-block;
}




article.shop .titolo_tipologia h2 {
    font-size: 50px;
    text-align: center;
    letter-spacing: 0px;
    padding: 0px;
    width: 100%;
    font-family: 'blenda_scriptregular';
    font-weight: normal;
    line-height: normal;
    position: absolute;
    top: 36px;
    margin: 0px;
}

article.shop .tipologia h3 {
    color: var(--cc-rosso);
    font-size: 40px;
    text-align: center;
    letter-spacing: 0px;
    padding: 0px;
    width: 100%;
    font-family: 'blenda_scriptregular';
    font-weight: normal;
    line-height: normal;
    margin: 0px 0px;
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 40px;
}


    article.shop .tipologia h3.nomargin_top {
        margin-top: 0px;
    }



article .categoria p {
    text-align: center;
    font-size: 26px;
    margin-bottom: 10px;
}

article .categoria h3 {
    color: var(--cc-rosso);
    font-size: 30px;
    text-align: center;
    letter-spacing: 0px;
    /* position: absolute; */
    /* bottom: -67px; */
    padding: 0px 30px 10px 30px;
    width: 100%;
}

.selettori .nostriprodotti h2 {
    margin: 0px;
}

article.shop ul.grandiordini li {
    background-image: none;
    font-size: 18px;
    margin: 0px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    width: 19%;
    padding: 40px 10px;
}

    article.shop ul.grandiordini li p {
        font-size: 16px;
        color: var(--cc-nero);
        line-height: 22px;
        margin-bottom: 15px;
    }

.divQuantita input.piu, .divQuantita input.meno {
    background: var(--cc-beige);
}

.banner_grandiordini {
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid var(--cc-nero);
    border-left: none;
    border-right: none;
}

    .banner_grandiordini .box {
        width: 49%;
        display: inline-block;
        vertical-align: middle;
    }

article .banner_grandiordini .box p {
    margin-bottom: 0px
}

.my-map {
    margin-top: 130px
}

    .my-map iframe {
        height: 400px
    }

article h2.contatti {
    text-align: center;
    font-size: 25px;
    color: var(--cc-nero);
    padding: 20px 0px;
    border: 1px solid var(--cc-nero);
    border-left: none;
    border-right: none;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

    article h2.contatti a {
        /*color: var(--cc-rosso);
        margin: 0px 20px;*/
    }

.spazio_testata {
    height: 170px;
    display: inline-block;
    width: 100%;
}

.nopadding {
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
}

.padding {
    padding: 0% 14%;
}

article .download h2 {
    text-align: left;
    font-size: 19px;
    color: var(--cc-nero);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
}

.selettori_wishlist {
    width: 100%;
    text-align: center;
}

    .selettori_wishlist .label_module, .selettori_wishlist .select_module {
        display: inline-block;
        width: auto;
        padding: 10px;
        float: inherit;
    }

.center {
    width: 100%;
    text-align: center;
}

.alert.center {
    font-size: 30px;
}

.news_articolo .sx {
    padding-right: 40px
}

.clear.sessanta {
    height: 60px;
}

.campo_form.codicepromo {
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    background: var(--cc-beige2);
}

    .campo_form.codicepromo .label_module {
        color: var(--cc-rosso);
        text-align: center;
    }

    .campo_form.codicepromo .field_module {
        text-align: center;
        border-color: var(--cc-rosso);
        background: transparent;
        float: initial;
        margin: auto;
        width: auto;
        font-weight: 600;
        font-size: 20px;
    }

#FormRegistrazione .field_module {
    text-transform: uppercase;
}

#FormRegistrazione #ctl00_ContentPlaceHolderCentr_txtPec.field_module, #FormRegistrazione #ctl00_ContentPlaceHolderCentr_email.field_module, #FormRegistrazione #ctl00_ContentPlaceHolderCentr_email2.field_module {
    text-transform: none;
}

.field_module.disable {
    text-transform: uppercase;
}

#ctl00_ContentPlaceHolderCentr_lb_email, #ctl00_ContentPlaceHolderCentr_tx_pec, .reveal-modal #ctl00_nuovaSede_txEmail, .reveal-modal #ctl00_nuovaSede_txConfermaEmail {
    text-transform: none !important;
}

.reveal-modal div#tabellasediPopUp input, .reveal-modal div#tabellasediPopUp select {
    text-transform: uppercase;
}

.reveal-modal div#tabellasediPopUp .campo_form input, .reveal-modal div#tabellasediPopUp .campo_form select {
    font-size: 17px;
    float: left;
    width: 100%;
    color: var(--cc-nero);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    height: 42px;
    line-height: 36px;
}

.carrello_riepilogo {
    width: 65%;
    position: relative;
    float: left;
}

.ordine_riepilogo {
    width: 30%;
    position: relative;
    float: right;
}

article .ordine_riepilogo {
    background: var(--cc-crema);
    padding: 20px;
    border-radius: 6px;
}

    article .ordine_riepilogo ul li {
        padding-left: 0px;
        background-image: none;
        padding: 10px 0px;
        border-bottom: 1px dotted var(--cc-beige);
        font-size: 16px;
        margin: 0px;
        line-height: normal;
        text-align: left;
        display: inline-block;
        width: 100%;
    }

        article .ordine_riepilogo ul li div:first-child, article .ordine_riepilogo ul li div:last-child {
            width: 50%;
            position: relative;
            float: left;
        }

        article .ordine_riepilogo ul li div:last-child {
            text-align: right;
            float: right;
            padding: 0px;
        }

        article .ordine_riepilogo ul li div:first-child {
            color: var(--cc-rosso);
            font-weight: 600
        }

.content .tabelle_carrello .ordine_riepilogo h2 {
    font-weight: normal;
    color: var(--cc-rosso);
    margin-bottom: 20px;
    margin: 10px 0px 20px 0px;
    font-size: 24px;
    text-align: center;
}

article .ordine_riepilogo ul li:last-child {
    border: none;
}

.ricerca_intelligente {
    width: 100%;
    position: absolute;
    margin-top: 71px;
    z-index: 99;
}

    .ricerca_intelligente h4, .ricerca_intelligente th {
        background: var(--cc-crema);
        padding: 10px;
        font-weight: 500;
        text-align: left;
        border: 1px solid var(--cc-beige);
        color: var(--cc-marrone) !important;
    }

    .ricerca_intelligente table {
        width: 100%;
        border-bottom: 1px solid var(--cc-beige2);
    }

        .ricerca_intelligente table tr td:hover {
            background: #fcfca6;
        }

    .ricerca_intelligente tr {
        background: white !important;
        border-bottom: 1px solid var(--cc-beige2);
    }

        .ricerca_intelligente tr:last-child {
            border-bottom: none;
        }

    .ricerca_intelligente td {
        border-left: 1px solid var(--cc-beige2);
        border-right: 1px solid var(--cc-beige2);
        font-weight: 500;
        text-align: left;
    }

        .ricerca_intelligente td a {
            padding: 10px;
            display: inline-block;
            color: var(--cc-marrone) !important;
            width: 100%;
            text-decoration: none;
            font-size: 13px;
        }

.connetti {
    color: #ffffff !important;
    text-decoration: none;
    margin-right: 25px;
    padding: 3px 20px 3px 30px !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: var(--cc-marrone) !important;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* 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: 32px;
}
/* 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 */
/* FUNNEL*/
.funnel {
    display: block;
    margin: 20px 0 60px 0;
    height: 88px
}

    .funnel ul {
        text-align: center;
        display: block
    }

        .funnel ul li {
            display: inline-block;
            vertical-align: top;
            position: relative;
            background: none;
            padding: 0px;
            margin: 0px;
            text-align: center;
        }

            .funnel ul li a .number {
                width: 40px;
                height: 40px;
                background: var(--cc-beige);
                border-radius: 50%;
                text-align: center;
                display: inline-block;
                padding: 10px;
                color: #fff
            }

            .funnel ul li.selected a .number {
                background: var(--cc-rosso);
                color: #fff
            }

            .funnel ul li a h4 {
                text-transform: uppercase;
                font-weight: 600;
                color: var(--cc-nero);
                margin: 10px 0 0 0;
                font-size: 16px
            }

            .funnel ul li a p {
                font-size: 12px;
                color: var(--cc-nero);
                font-weight: bold;
                line-height: 15px;
                width: 125px;
                margin: 8px 0 0 0;
                padding: 0;
                position: absolute;
                left: -42px
            }

@media (max-width: 500px) {
    .funnel ul li a p {
        width: 94px;
        left: -29px
    }
}

.funnel ul li hr {
    width: 100px;
    border-top: 1px solid var(--cc-beige);
    margin: 19px 0
}

@media (max-width: 500px) {
    .funnel ul li hr {
        width: 66px
    }
}

#FormRegistrazione .campo_form.me-select {
    width: 100%;
    text-align: center;
    border-top: 1px dotted var(--cc-beige);
    border-bottom: 1px dotted var(--cc-beige);
    padding: 20px 0;
    margin: 0 0 20px 0;
}

    #FormRegistrazione .campo_form.me-select li {
        display: inline-block;
        width: auto;
        margin: 0 20px;
    }

#FormRegistrazione .me-select label {
    font-size: 16px;
    font-weight: bold;
}

section #FormRegistrazione ul {
    margin: 0px;
}


.privati_distributori {
    background: var(--cc-crema);
    padding: 60px 0px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}

    .privati_distributori h2,
    .privati_distributori h3 {
        color: var(--cc-rosso);
        text-align: center;
    }

    .privati_distributori h3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 24px;
        margin-bottom: 20px;
        padding: 0px 15%;
    }

    .privati_distributori h2 {
        font-size: 40px;
    }

    .privati_distributori .box {
        position: relative;
        float: left;
        padding: 0% 7%;
        width: 50%;
        text-align: center;
        margin: 40px 0px;
    }

.color_red, .color_red h2, .color_red p, .color_red p strong {
    color: var(--cc-rosso) !important;
}

    .color_red p strong big {
        font-size: 50px;
    }


.bg_crema {
    background: #fffeec;
}

.icone_home.icone_big.bg_crema {
    margin: 0px;
}


article .img.principale.camera_wrap header h1 {
    width: 50%;
}

.landing_ul {
    max-width: 450px;
}

    .landing_ul li {
        width: 48%;
        position: relative;
        display: inline-block;
    }

.in-produzione {

}
.fuori-produzione .divQuantita {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}

.fuori-produzione .partenza {
    display: none;
    margin: 0px;
}

.shop_li li:nth-child(3) {
    display:none;
}