<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.listTipoSpedizione {
    font-family: 'Oswald', sans-serif;
    font-size:14px;
    color:#febd69;
}

.listTipoPagamento * {
    display:inline-block;
    vertical-align:top;
    margin-right:10px;
    line-height: 44px;

}
.listTipoPagamento input {
    height:20px;
    width:20px;
    margin-top:10px;
}
.btnModificaAddress, .btnSaveMetodoPagamento {
    display:none;
}

.choosePayment {
    display:none;
}

.addressSpedizione , .addressUtente{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.addressSpedizione strong , .addressUtente strong{
    font-weight:600;
    color:#ec008c;
}
.accordionStepCarrello {
    display:block;
    padding:10px 0;
    border-top:4px solid #864c9e;
    margin-bottom:20px;
}
.accordionStepCarrello .first{
    display:inline-block;
    vertical-align:top;
    width:60px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight:bold;
    padding-left:10px;
}
.accordionStepCarrello .second{
    display:inline-block;
    vertical-align:top;
    width:calc(30% - 60px);

}
    .accordionStepCarrello .second h3 {
        font-weight:bold;
    }
.accordionStepCarrello .third{
    display:inline-block;
    vertical-align:top;
    width:calc(70% - 140px);
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.accordionStepCarrello .four{
    display:inline-block;
    vertical-align:top;
    width:140px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}


.showDataUtente {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height:20px;
}

.bodyPage {
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 0;
}

.subMenuPage {
    width: 100%;
    background: #f8f8f8;
    z-index: 4;
    padding: 10px 5px 10px 5px;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    color: #666;
    vertical-align: top;
}
.listProductBreadcrumb {
    display: inline-block;
    padding: 0px 15px;
    margin-left: 200px;
    vertical-align: top;
    position: relative;
    z-index: 1;
    font-size:11px !important;
}
    .listProductBreadcrumb li {

    }
.backBlock {
    display: inline-block;
    padding: 5px 0px;
    border-right: 1px solid #dedede;
    width: 200px;
    vertical-align: top;
    position: absolute;
    left: 0;
    text-align: left;
    z-index: 5;
}

.boxListCarrello, .boxAddress {
    padding-right: 300px;
    width: 100%;
    display: block;
    vertical-align: top;
    margin-top: 10px;
    min-height: 500px;
    overflow: hidden;
    position: relative;
}
.insideListCarrello {
    position: relative;
    padding: 10px 0;
}
.tableListCarrello {
    width: 100%;
    vertical-align: top;
}
.endBoxCartProduct {
    display: block;
    width: 100%;
    position: relative;
    height: 200px;
}

.boxRiepilogoCarrello {
    display: block;
    vertical-align: top;
    width: 300px;
    margin-bottom: 30px;
    min-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}
.insideRiepilogo {
    display: block;
    vertical-align: top;
    padding: 10px;
    margin: 0 0 0 10px;
    background: #f8f8f8;
    box-sizing: border-box;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;

}
.textRiepilogo {
    display: block;
    vertical-align: top;
    padding: 10px;
    margin: 0 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    line-height:15px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.totProvvisorioCarrello {
    padding: 20px 0 0 0;
    font-size: 22px;
    color: #000;
    font-weight: 400;
}


.messageSeller {
    font-family: 'Raleway', sans-serif;
    display: block;
    margin: 10px 0;
    padding: 15px;
    border: 1px solid #C7B299;
    color: #fff;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    background: #C7B299;
}

.divisorioSeller {
    padding:10px 0;
    border-bottom:5px solid #febd69;
    margin-bottom:10px;
}

.boxSelectSpedizione {
    background-color:#febd69;
    color:#fff;
        margin-bottom: 10px;
}
.ddlSelectSpedizione {
    width:100%;
}

.boxListCartSpeseSpedizione {
    text-align:right;
    margin-bottom:14px;

}
    .boxListCartSpeseSpedizione .elem {
        font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    padding-top: 13px;
    line-height:36px;
    }


.tableListCarrello article {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    overflow:hidden;
}
.tableListCarrello .sectionTable {
    display: inline-block;
}
.col2:nth-last-of-type(n+2) {
    padding-right: 0;
}
.col2 {
    display: inline-block;
    width: 50%;
    padding-right: 10px;
    vertical-align:top;
}
.col3 {
    display: inline-block;
    width: 33.333%;
    padding-right: 10px;
    vertical-align:top;
}
.col4 {
    display: inline-block;
    width: 25%;
    padding-right: 10px;
    vertical-align:top;
}
.tableListCarrello .img {
    width: 100px;
    padding: 3px;
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    vertical-align:top;
    margin-right:10px;
}
.tableListCarrello .img a {
    display: block;
    vertical-align: top;
    width: 100%;
}
.tableListCarrello .img img {
    border: 0;
    display: block;
    vertical-align: top;
    width: 100%;
    height: auto;
}

.tableListCarrello .detail {
    width: calc(100% - 120px);
    padding: 3px;

    vertical-align: top;
    display: inline-block;
    min-height: 120px;
    position: relative;
    z-index: 1;
}

.tableListCarrello .varianteList:first-of-type {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
.tableListCarrello .varianteList {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-size: 11px;
    padding: 0 0 0 10px;
    color: #000;
    margin-left: 10px;
    border-left: 1px solid #dedede;
}

.tableListCarrello .remove {
    vertical-align: top;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size:11px;
    padding:10px 0 0 0;
    color:#864c9e;
}

.btnRemoveCart {
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    vertical-align: top;
    color:#ec008c;
    height: 40px;
    text-decoration:underline;
    padding-top: 10px;

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

.tableListCarrello .prezzo {
    font-family: 'Oswald', sans-serif;
    color: #999;
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    padding-top: 13px;
}

.priceBig {

}
.priceMiniBarrato {
    color:#999;
    text-decoration: line-through;
    padding-left:10px;
    font-size:12px;
}
.tableListCarrello .totale {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    padding-top: 13px;
    text-align: right;
}

/*---------------------------------------------------*/
#contentAddedItemCarrello {
    text-align: center;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    vertical-align: middle;
    background-color:rgba(255, 255, 255, 0.70);
}
.labelAddedLightbox {
    display: block;
    text-align: center;
    vertical-align: middle;
    
    color:#fff !important;
}
.labelAddedLightbox .addedMessage {
    padding: 20px;
    
    max-width: 460px;
    background-color:#ec008c;
    margin: auto;
    
}
    .labelAddedLightbox .addedMessage h2 {
        font-family: 'Open Sans', sans-serif;
        font-size:28px;
        color:#fff !important;
    }
.insideRiepilogo table {
    width: 100%;
    position: relative;
    margin: 10px 0;
}
.labelTable {
    width: 60%;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 14px;
}
.priceTable {
    width: 40%;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 14px;
}


.chooseVariante {
    padding:10px;
    font-family: 'Open Sans', sans-serif;
    background-color:#febd69;
    margin-top:5px;
    font-size:12px;
}




.contentPayment {
    display:block;
    width:100%;
    text-align:center;
    margin-top:10px;
}
    .contentPayment .singlePay {
        cursor:pointer;
        display:inline-block;
        vertical-align:top;
        text-align:center;
        width:33%;
        padding:3px;
    }
    .contentPayment .singlePay:hover {
        opacity:0.6;
    }
    .contentPayment .singlePay .boxIco {
        display:block;
        width:100%;
        height:50px;
        background:#fff;
        border:1px solid #fff;
    }
        .contentPayment .singlePay label {
            display: block;
            width: 100%;
            text-align: center !important;
            line-height: 16px;
            font-size: 10px;
        }

.ulListMyOrder li {
    margin-bottom:10px;
}
.ulListMyOrder .dataOrder {
    display:block;
    font-size:10px;
    color:#999;
    padding:3px 0;
    width:100%;
}
.ulListMyOrder .cellOrder {
    display:inline-block;
    vertical-align:top;
    width:50%;
}
.ulListMyOrder .labelStatus {
    text-align:right;
    font-size:12px;
    color:#999;
}
.ulListMyOrder .linkOrder {
    text-decoration:none;
    font-weight:bold;
    color:#666;
}
.ulListMyOrder .linkOrder:hover {
    color:#999;
}


.showPeso {
    display:none !important;
}

.endBoxCartProduct {
    display:block;
    width:100%;
    position:relative;
    height:200px;
}

.divisorioSeller {
    font-family: 'Raleway', sans-serif;
    display:block;
    margin:0;
    padding:15px;
    border:1px solid #C7B299;
    color:#C7B299;
    text-align:left;
    font-size: 11px;
    line-height: 16px;
    background:#fff;
}

/* --- MESSAGGIO DEL VENDITORE NEL CARRELLO --- */
.messageSeller {
    font-family: 'Raleway', sans-serif;
    display:block;
    margin:10px 0;
    padding:15px;
    border:1px solid #C7B299;
    color:#fff;
    text-align:left;
    font-size: 13px;
    line-height: 16px;
    background:#C7B299;
}
.errorPayment {
    font-family: 'Raleway', sans-serif;
    display:block;
    margin:10px 0;
    padding:15px;
    border:1px solid #C7B299;
    color:#fff;
    text-align:left;
    font-size: 16px;
    line-height: 20px;
    background:#000000;
}


/* --- BOX RESO CITES NEL CARRELLO --- */
.isResoPaeseBox {
    font-family: 'Raleway', sans-serif;
    display:block;
    margin:25px 0 0 0;
    padding:15px;
    border:1px solid #C7B299;
    color:#C7B299;
    text-align:center;
    font-size: 11px;
    line-height: 16px;
    background:#fff;
}
    .isResoPaeseBox .boxCheckbox {
        float:none;
        padding: 6px 0;
    }
    .isResoPaeseBox label {
        display:inline-block; vertical-align:top;
        font-family: 'Raleway', sans-serif;
        font-size: 11px;
    }
    .isResoPaeseBox .citesAccept {
        display:inline-block; vertical-align:top;
    }
    .isResoPaeseBox a {
        color:#666;
    }
    .isResoPaeseBox a:hover {
        color:#C7B299;
    }</pre></body></html>