.riga_carrello { height: 120px; margin-bottom: 5px; border: solid 1px #D0D0D0; padding: 5px; background-color: white;}
.riga_carrello.intestazione {height: 30px; font-weight: bold;}

.riga_carrello_column {float: left; padding: 0px 5px;}
.riga_carrello_immagine {width: 110px; }
#carrello-panel .box_immagine img {max-height: 100px; max-width: 100%; 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;}

@media (max-width: 768px) {
	a.xs-big {
		font-size: 17px;
	}
}

.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;}

.cart_items {
	color: #424242;
	display: inline-block;
	text-align: center;
    font-size: 12px;
}

#pnlAnteprimaCarrello_ctl{ }
#pnlAnteprimaCarrello{
	background: #fff;
	/*position: absolute;*/
	padding: 10px;
	z-index: 60;
	/*top: 40px;*/

	color: #222;
}

#dtrAnteprimaCarrello {
	max-height: 300px;
	overflow: auto;
}

#pnlAnteprimaCarrello h4 {
	/*border-bottom: 1px solid black;*/
	text-align: center;
}

#pnlAnteprimaCarrello .AnteprimaCarrello-item {
	padding: 10px 0px;
	border-bottom: 1px solid rgb(223, 223, 223);
	max-width: 400px;
}
#pnlAnteprimaCarrello .AnteprimaCarrello-item:last-child { border-bottom: none;}
#pnlAnteprimaCarrello .AnteprimaCarrello-item.totale {
	text-transform: uppercase;
	font-size: 15px;
	border-top: 1px solid rgb(223, 223, 223);
}
#pnlAnteprimaCarrello .AnteprimaCarrello-item.totale div.renderWithName div.left { width: 80px;}
#pnlAnteprimaCarrello .AnteprimaCarrello-item.totale div.renderWithName div.right { float: right;}


#pnlAnteprimaCarrello .AnteprimaCarrello-prezzo { margin: 20px 0px; font-size: 12px}
#pnlAnteprimaCarrello .AnteprimaCarrello-immagine {
	width: 80px;
	float: left;
	padding: 3px;
	margin-right: 5px;
}

#pnlAnteprimaCarrello .AnteprimaCarrello-descrizione {text-transform: uppercase; font-size: 12px;}

#pnlAnteprimaCarrello .AnteprimaCarrello-immagine img {
	width: 100%;
}

/*#pnlAnteprimaCarrello:after, #pnlAnteprimaCarrello:before {
top: 0px;
right: 30px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

#pnlAnteprimaCarrello:after {
border-color: rgba(72, 101, 213, 0);
border-top-color: #222;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top-width: 12px
}

#AnteprimaCarrello-close_button {
position: absolute;
top: 2px;
right: 5px;
cursor: pointer;
color: #C0C0C0;
}*/

.content-ordine {
    width: 90%;
    margin: 0 auto;
    background: #fff !important;
    padding: 0!important;
}

.order-detail {
    width: 90%;
    margin: 0 auto;
    font-size: 15px !important;
}
.container.container-ordine {
    padding-top: 50px;
}
.container-ordine{
    font-size: 14px;
}

.heading-order {
    padding: 0px 0;
}

@media (min-width: 768px){
    .row-order {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px;
    }
}


#upper-menubar.sticky {
    border-bottom: 1px solid #ebebeb;
    height: 105px

}

#upper-menubar .nav{
    margin-top: 20px !important;
}

header .btn-default{
    border:1px solid #ccc !important;
}
