<?php
	header("Content-type: text/css; charset: UTF-8");
?>
.riga_carrello { height: 120px; margin-bottom: 5px; border: solid 1px #D0D0D0; padding: 5px; background-color: white;}
.riga_carrello.intestazione {height: 20px; font-weight: bold;}

.riga_carrello_column {float: left; padding: 0px 5px;}
.riga_carrello_immagine {width: 110px; }
.riga_carrello_immagine .box_immagine {height: 100px; width: 100px; background-color: white; text-align: center;}
.riga_carrello_immagine img {max-width: 100px; max-height: 100px;}
.riga_carrello_descrizione {width: 400px;}
.riga_carrello_qta {width: 100px; text-align: right; padding-right: 10px;}
.riga_carrello_prezzo {width: 150px; text-align: right;}
.riga_carrello_prezzo_listino {width: 200px; text-align: right;}

.box_totale_carrello { width: auto; text-align: right; font-weight: bold;}

#notifica_carrello_box {
	background-color: white;
	color: black;
	width: 160px;
	margin-left: auto;
	margin-right: 220px;
	text-align: center;
	height: 30px;
	padding-top: 6px;
	margin-top: -100px;
	z-index: -10;
}
#notifica_carrello {
	height: 30px;
	z-index: -10;
}

#box_modifica_carrello {
	width: 500px;
	min-height: 200px;
	background: white;
	padding: 10px;
}

#riepilogo_indirizzo_spedizione,#riepilogo_indirizzo_fatturazione,#spese_spedizione_panel { background-color: white; padding: 5px;}
#riepilogo_indirizzo_fatturazione {margin-right: 25px;}

.alert-info {
    background: white;
    padding: 5px;
    border: gray;
}

.used-gift-card li{
    list-style-type: none !important;
}
