<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.label {
	font-weight: bold;
	text-align: left;
	line-height: 2;
}
.image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img_fotogramma{
	/*max-width:400px;*/
	float:left;
	max-width:70%;
	margin-left: 10px;
}
.text_fotogramma{
	float:left;
	max-width:25%;
}
.content_label{
	margin-left:10px;
}
.preview_image{
	height:128px;
}
#zoom_image{
	width:400px;
}
#preview{
	width:250px;
}
.link_item{
	font-weight: bolder;
}

.zoomLens {
    -webkit-transform:scale(2); /* Safari and Chrome */
    -moz-transform:scale(2); /* Firefox */
    -ms-transform:scale(2); /* IE 9 */
    -o-transform:scale(2); /* Opera */
     transform:scale(2);
}

/* schermi grandi */
#dati_acquisto{
	width: 100%;
}

#gianna_wrapper{
	width: 100%;
}
#right_column{
		float:right;
		width: 70%;
}

#left_column{
		float:left;
		width: 25%;
}

/* Inserisco CSS tabella responsive Gianna */

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
		overflow-x:auto;
}

th, td {
    border: none;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

@media screen and (min-width:768px){
    box-1 {
     width: 33,3%;
    }
    #gianna_wrapper{
	width: 100%;
 	padding-left: 16px;
    }
    .right {
    float: right !important;
    width: 66.6%;
    }
    div#immagine_copertina {
     width: 33,3%;
     overflow: hidden;
     float: left;
    }    
    div#sommario{
    float: right !important;
    width: 66.6%;
    overflow: hidden;
    }
    div#immagine_cartaantica {
     width: 66.6%;
     overflow: hidden;
     float: left;
    }    
    div#dettaglio_cartaantica{
    float: right !important;
    width: 33.3%;
    overflow: hidden;
    padding-left: 1em;
    }  
    img#carta_antica_anteprima    {
        object-fit: cover;
        max-width: 100%;
    }
}

@media screen and (max-width:767px){
	#dati_acquisto{
		width: 100%;
	}

	#gianna_wrapper{
		clear: both;
		width: 100%;
        padding-left: 16px;
	}

	#right_column{
			width: 100%;
	}

	#left_column{
			width: 100%;
	}
	#center-area{
		width: 100%;
	}

	#center-area {
		width: 100%;
		clear: both !important;
		margin: 0px !important;
	}
    box-1 {
        width: 100%;
    }
    .right {
        float: right !important;
        width: 100%;
    }
    div#immagine_copertina {
     width: 100%;
     overflow: hidden;
    }    
    div#sommario{
    /*float: right !important;*/
    width: 100%;
    overflow: hidden;
    }  
    div#immagine_cartaantica {
     width: 100%;
     overflow: hidden;
    }    
    div#dettaglio_cartaantica{
    /*float: right !important;*/
    width: 100%;
    overflow: hidden;
    }       
    
}


/* ****************************************** */ 
/*  Gianna CSS BOX prodotti con prezzo e IVA  */
/* ****************************************** */
    

[class*="box-"] {
    float: left;
    margin-left: 0; 
    margin-right: 0; 
    border-style: solid;
    border-color: #ddd;
    border-width: 1px;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;

}
.product-view .product-info .product-desc, .product-view .product-info .shipping-time, .product-view .product-info .bloc-share {
    margin-right: 30px;
}
.product-view .product-info .shipping-time, .product-view .product-info .cart-box, .product-view .product-info .bloc-share, .product-view .product-info .bloc-question {
    /* border-top: 1px solid #ccc;*/
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 15px;
    margin-right: 30px;
}

#gianna_wrapper &gt; div.gianna_container &gt; div.box.box-1.right &gt; div.cart-box, div.box.box-1 &gt; div.shipping-time{
    /* border-top: 1px solid #ccc; */
   /* padding-top: 20px;*/
    margin-top: 10px; 
    /*padding-bottom: 15px;*/
    margin-right: 30px;
}

#gianna_wrapper &gt; div.gianna_container &gt; div.box.box-1.right &gt; div.cart-box &gt; div.price-box {
    display: block;
    float: none;
    overflow: hidden;
    font-size: 1em;
    margin-bottom: 15px;
    margin-top: 10px;
}

#gianna_wrapper &gt; div.gianna_container &gt; div.box.box-1.right &gt; div.cart-box &gt; div.price-box .regular-price .price{
    font-size: 3em;
    font-weight: normal !important;
    color: #333;
    line-height: 2em;
}

#gianna_wrapper &gt; div.gianna_container &gt; div.box.box-1.right &gt; div.cart-box &gt; div.price-box .regular-iva .laber-iva{
    font-weight: normal !important;
    color: #333;
}

#gianna_wrapper &gt; div &gt; div &gt; div &gt; ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#gianna_wrapper &gt; div &gt; div &gt; div &gt; ul &gt; li &gt; .label {
    /* font-weight: normal !important;*/
    /* font-size: 1em;*/
} 

#gianna_wrapper &gt; div &gt; div &gt; div &gt; ul &gt; li &gt; .label-disponibilita{
    text-transform: uppercase;
    font-weight: normal !important;
    font-size: 1em;
}

#bottone_chiudi_pagina{
    margin-bottom: 15px; 
    white-space: normal; 
    width: 100%;
}

#gianna_clear{
	clear: both;
}

/* ****************************************** */ 
/*  Gianna CSS SCHEDA UNIVERSO                */
/* ****************************************** */

div#link_download{
    text-align: center;
    display: inline-block;
    padding: 20px 5px;
    background-color: #e9e8e5;
    color: #333;
    margin-top: 10px;
}
    
div#link_download ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}    

div#link_download ul li a, div#link_download ul li a:visited {
    color: #8b0000;
    text-decoration: none !important;
    outline: 0 none;
    cursor: pointer;
    -webkit-transition: color .25s linear, background-color .25s linear, border-color .25s linear, opacity .25s linear;
    transition: color .25s linear, background-color .25s linear, border-color .25s linear, opacity .25s linear;
}

/*
div#immagine_copertina 
{
    width: 20%;
    float: left;
    overflow: hidden;
}
*/

div#immagine_copertina .ins  .side-item .cv img {
    display: block;    
    width: 250px;
}
/*
div#sommario
{
    width: 80%;
    padding-left: 5px;
    float: right;
}
*/
div#link_download ul li a i{
        font-size: 40px;
}

/* ****************************************** */ 
/*  Gianna CSS FOGLI                          */
/* ****************************************** */

@media screen and (min-width:768px){
    div#anteprima_cartografia{
        width: 49%;
        overflow: hidden;
        float: left;
    }

    div#dettaglio_cartografia{
        float: right !important;
        width: 50%;
        overflow: hidden;
    }
}</pre></body></html>