<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------- SLIDE SHOW PRODOTTI ------------*/


.boxProdotti {
    position:relative;
    width:calc( 100% - 10px);
    display:block;
    padding:10px 0;
    background-color:#fff;
    min-height:300px;
}
.swiper-container-product {
    display:block;
    width: 100%;
    height: 220px;
    overflow:hidden;
}
 .swiper-container-product .swiper-slide {
        text-align: center;
        font-size: 18px;
        padding:10px;
        max-width:260px;
        height: 220px;
        position:relative,

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-container-product .swiper-slide:hover .boxBotton{
        opacity:1;

    }

    .swiper-container-product .swiper-slide img {
        display: block;
        width: auto;
        height: auto;
        max-width: 270px;
        max-height: 200px;
        vertical-align: middle;
        position:relative;
        z-index:0;
    }

    .swiper-container-product .swiper-slide .boxBotton {
        position:absolute;
        bottom:10px;
        width:100%;
        padding:0 10px;
        z-index:2;
        opacity:0;
    }
/* ------------ LIST PRODOTTI ---------------*/
.boxListProdotti {
    position:relative;
    width:100%;
    display:block;
    padding:10px;
    background-color:#fff;
    min-height:600px;
}
.container-product {
    display:block;
    width: 100%;
    position:relative;       
}

.descCategoria * {
    font-size:13px;
    line-height: 18px;
    margin-bottom:10px;
}

.single-product {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    word-spacing: normal;
    letter-spacing: normal;
    padding: 10px;
    margin: 0;
    zoom: 1;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 33.333%;
    min-height: 420px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
}
.single-product:hover {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.33);
    z-index: 99;
}

.single-product h2{
        text-align:left;
        margin:10px;
        font-weight:200;
        font-size:20px;
    }
    .single-product:hover h2{
        color:#999;
    }
    .single-product a {
        text-decoration:none;
        display:block;
        z-index:1;
    }
        .single-product a img {
            max-width: 300px;
            max-height: 200px;
            height: auto;
        }
.single-product .boxBotton {
        position:absolute;
        bottom:10px;
        width:calc( 100% - 20px);
        padding:0 ;
        z-index:2;

    }
    .single-product .boxBotton .nav-button{
        width:calc( 100% - 100px);
    }

    .single-product .boxIsCustom {
        position:absolute;
        z-index:4;
        right:5px;
        top:5px;
        height:40px;
        width:40px;
        background-position:center center;
        background-repeat:no-repeat;
        background-size:28px;
        background-image:url(../App_Images/isCustom.svg);
    }

.sellBy {
    display:block;
    width:100%;
    color:#666;
    font-size:11px;
    font-family: 'Raleway', sans-serif;
    text-align:left;
    padding:0 10px 10px 10px;
}
.content-price {
    position:relative;
    display:block;
    width:100%;
    margin-top:20px;
    color: #333 !important;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    padding: 0 10px;
}
.prezzoScontato {
    color: #b8860b;
}
.prezzoBarrato {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
    padding-left: 10px;
}
.labelSconto {
    position: absolute;
    display: block;
    height: 60px;
    width: 60px;
    -ms-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #b8860b;
    z-index: 9;
    top: -40px;
    right: 5px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
    line-height: 27px;
    font-weight:400;
}

/* PRODOTTI LIST */
.colSx {
    display:inline-block;
    width:200px;
    vertical-align:top;
    position:relative;
}
.centerColSx {
    display: inline-block;
    width: calc(100% - 200px);
    vertical-align: top;
    position: relative;
}

.FoundResult {
    padding:10px;
}
.boxFilter {
    padding: 10px;
    position: relative;
    width: 100%;
    min-height: 100px;
    display: block;
    border: 1px dotted #f3f3f3;
    margin-bottom: 10px;
}


.boxLinkSottoMenu {
    display: inline-block;
    width: 100%;
    position: relative;
}
    .boxLinkSottoMenu li {
        display: inline-block;
        width: 100%;
        position: relative;
        margin-bottom:10px;
    }


a.linkSottoMenu {
    display: inline-block;
    padding-left: 15px;
    font-size: 14px;
    text-decoration: none;
    line-height: 16px;
    background-image: url(../App_Images/option-list.png);
    background-position:left 4px;
    background-repeat:no-repeat;
}



/* DETTAGLIO PRODOTTO */
.detailProduct {
    position: relative;
}

    .detailProduct h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
.centerColAlign {
    margin-right: 0;
    min-height: 560px;
    padding: 30px 0;
    vertical-align: top;
    position: absolute;
    right: 0;
    top:0;
    width: 300px;
}
.codeProd {
    font-size:10px;
    color:#000;
    font-style:italic;
    margin-bottom: 5px;
    display: block;
    font-family: 'Raleway', sans-serif;
}

.centerColAlign .halfBox {
    position:relative;
    width:50% !important;
    display:inline-block;
    vertical-align:top;
}

.centerColAlign .content-price {
    margin-bottom: 20px;
    display:inline-block;
    vertical-align:top;
    width:auto;
    padding:0;
}

.centerColAlign .labelTxtSconto {
    display:inline-block;
    vertical-align:top;
    margin:5px;
    background-color: #000000;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    padding: 3px 6px;
}
.centerColAlign .optionSpedizione {
    margin-top:10px;
    display:inline-block;
    vertical-align:top;
    line-height:12px;
    font-size:10px;
    padding-left:40px;
    border-left:0px dotted #dadada;
    min-height:30px;
    background-position:5px top;
    background-repeat:no-repeat;
    background-size:30px;
}
.centerColAlign .corriereEspresso {
    background-image:url(../App_Images/ico_service/sped_corriere.png);
}
.centerColAlign .ritiroSede {
    background-image:url(../App_Images/ico_service/sped_ritirosede.png);
}
.centerColAlign .fast24 {
    background-image:url(../App_Images/ico_service/sped_fast24.png);
}
.sectionHeaderProd, .sectionHeaderProdMobile {
    display:inline-block;
    vertical-align:top;
    padding-bottom:10px;
    border-bottom:1px solid #f3f3f3;
    margin-bottom:10px;
    width: 100%;
    position:relative;
}

.sectionHeaderProdMobile {
    padding:10px;
    border-bottom:none !important;
    display:none;
}

.linkBrand {
    display:inline-block;
    vertical-align:top;
    font-family: 'Raleway', sans-serif;
    font-size:13px;
}


.sectionBodyProd {
    font-family: 'Raleway', sans-serif;
    font-size:12px;
   color:#666;
   line-height:18px;
}


.leftCol {
    width: calc(100% - 320px);
    min-height:720px;
    text-align:center;
    vertical-align:top;
    padding:30px 30px 30px 80px;
}

    .leftCol .imgBig {
        display: inline-block;
        vertical-align:top;
        text-align:center;
        width: 80%;
    }


.blockImageBig {
    position: relative;
    z-index: 1;
    display: block;
    vertical-align:top;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 0.4s cubic-bezier(.48,1,.63,.97);
    -moz-transition: all 0.4s cubic-bezier(.48,1,.63,.97);
    -ms-transition: all 0.4s cubic-bezier(.48,1,.63,.97);
    -o-transition: all 0.4s cubic-bezier(.48,1,.63,.97);
    transition: all 0.4s cubic-bezier(.48,1,.63,.97);
}
    .blockImageBig img {
        display: block;
        width: auto;
        height: auto;
        vertical-align: top;
        max-height: 500px;
    }

    .blockImageBig img.loaded:hover {
    opacity: 0.6 !important;
}
.blockImageBig img.loaded {
    height: auto;
    cursor: url(../App_Images/zoom_in.png), url(../App_Images/zoom_in.cur),auto !important;
    -webkit-transition: all 0.4s cubic-bezier(.48,1,.63,.97);
    -moz-transition: all 0.4s cubic-bezier(.48,1,.63,.97);
    -ms-transition: all 0.4s cubic-bezier(.48,1,.63,.97);
    -o-transition: all 0.4s cubic-bezier(.48,1,.63,.97);
    transition: all 0.4s cubic-bezier(.48,1,.63,.97);
        max-width: 500px;
}




.insideListProduct .swiper-container {
    width: 100%;
    height: 500px;
    margin: 0px auto;
}
.insideListProduct .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet-active {
    background: #864c9e;
}


.colLeftProd {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    display: block;
    width: 60px;
    height: 100%;
    padding: 50px 0 40px 0;
    z-index: 6;
}

.colLeftProd .slick-prev {
    background-image: url(../App_Images/btn_top.png);
}
.colLeftProd .slick-prev {
    position: absolute;
    top: -6%;
    left: 20%;
}

.slick-prev {
    background-image: url(../App_Images/btn_prev.png);
}

.colLeftProd .slick-next {
    background-image: url(../App_Images/btn_down.png);
}
.colLeftProd .slick-next {
    position: absolute;
    top: 106%;
    left: 20%;
}
.slick-next {
    background-image: url(../App_Images/btn_next.png);
}


.swiper-button-disabled {
    opacity: 0.3 !important;
    cursor: default !important;
}


.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    background-color: rgba(255,255,255,.8);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    outline: 0;
    color: #FFFFFF;
    border: 0;
    line-height: 0;
    font-size: 0;
    padding: 0;
    opacity: 1;
    z-index: 50;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    background-position: center center;
    background-repeat: no-repeat;
}



.insideColLeftProd {
    position: absolute;
    top: 0;
    left: 0;
    
    display: block;
    width: 100%;
    max-height: 500px;
    padding: 0;
    z-index: 2;
}


.insideColLeftProd .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 60px;
    height: 60px;
}

.insideColLeftProd li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    border: 1px solid #dedede;
    overflow: hidden;
}

.insideColLeftProd li.active {
    border:1px solid #666;

}
.insideColLeftProd li .loaded{
        width:60px;
        height:auto;
    }

        .insideColLeftProd li a:hover {
            opacity:0.5 !important;
        }
    .insideColLeftProd li a img{
        display:block;
        width:100%;
        height:auto;
    }

.swiper-button-next {
    background-image: url(../App_Images/btn_next.png);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    background-color: rgba(255,255,255,.8);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    outline: 0;
    color: #FFFFFF;
    border: 0;
    line-height: 0;
    font-size: 0;
    padding: 0;
    opacity: 1;
    z-index: 50;
    -moz-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    background-position: center center;
    background-repeat: no-repeat;
}
.swiper-button-prev {
    background-image: url(../App_Images/btn_prev.png);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    background-color: rgba(255,255,255,.8);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    outline: 0;
    color: #FFFFFF;
    border: 0;
    line-height: 0;
    font-size: 0;
    padding: 0;
    opacity: 1;
    z-index: 50;
    -moz-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    background-position: center center;
    background-repeat: no-repeat;
}



.variantiList {
    display:block;
    position:relative;
    padding:0 0 10px 0;
    list-style:none;
}
    .variantiList li {
        display:  inline-block;
        vertical-align:top;

        min-height:50px;
        width:50px;
        position:relative;
        
        margin:5px;
    }
        .variantiList li a {
            position:absolute;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            height:100%;
            width:100%;
            border:1px solid #ececec;
            overflow:hidden;
            text-align:center;
            opacity:0.5 !important;
        }
        .variantiList li a:hover {
            opacity:1 !important;
        }
        .variantiList li a.active {
            opacity:1  !important;
            border:1px solid #e47911;
                box-shadow: 0 0 3px 2px rgba(228,121,17,.5);
        }
        .variantiList li a img{
            display: block;
            margin:0 auto;

        }
        .variantiList li a .loaded {
            width: 50px;
            height: auto;
        }
.htmlBoxVariantiList h5 {
    display:inline-block;
    vertical-align:top;
    margin-right:5px;
}
.htmlBoxVariantiList .selVariante {
    display:inline-block;
    vertical-align:top;
    margin-right:5px;
}


.htmlBoxSellerAttivita {
    display:block;
    width:100%;
    margin-top:20px;
}

.htmlBoxDettagliProd {
    display:block;
    width:100%;
    margin-top:20px;
    
}
.htmlBoxDettagliProd ul{
    padding:10px;
    background-color:#f1f1f1;
}
    .htmlBoxDettagliProd li {
        padding-left:10px;
        display:inline-block;
        vertical-align:top;
        width:48%;
        padding-right:10px;
    }



.rightCol {
    float: right;
    width: 270px;
    margin-left: 20px;

    min-height:200px;
    padding:30px 0 0 0;
}
.rightCol .insideCol {
    display: block;
    vertical-align: top;
    padding: 10px;
    margin: 0px;

    box-sizing: border-box;
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}


.insideCol .btnActionCarrello {
    margin:10px 0;
}

.prodDisponibile {
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    color:#00bf33;
}


/* MADE IN ELBA */
.htmlBoxMadeElba {
    display:block;
    padding:20px 10px 20px 80px;
    margin:10px 0;
    border-top:1px solid #f3f3f3;
    border-bottom:1px solid #f3f3f3;
    font-family: 'Raleway', sans-serif;
    font-size:13px;
    background-image:url(../App_Images/logo-madeinelba.jpg);
    background-position:left center;
    background-repeat:no-repeat;
    background-size:50px;
}


.htmlBoxIsCustom {
    display:none;
    margin:10px 0;
    border:1px dotted #dadada;
    padding:10px;
}

.noteProductCustom {
    font-size: 24px;
    text-align: center;
    line-height: 50px !important;
    padding: 10px 6px;
    height: 54px;
}</pre></body></html>