#lead_cart {
	position: fixed;
	background: #fff;	
	top: 0;	
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1200;
}
#lead_cart .box-dialog { padding: 100px 0; }
#lead_cart .control-group {
	max-width: 500px;
	margin: 0 auto;
}
#lead_cart .checkout-alerta-seguro .content {
	text-align: left;
    background-color: #fcfcfc;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    max-width: 400px;
    margin: 0 auto 40px;
    position: relative;
    overflow: hidden;
}
#lead_cart .checkout-alerta-seguro .checkout-alerta-seguro-title {
	color: #468847;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#lead_cart .checkout-alerta-seguro ul {
	font-size: 12px;
	color: #888888;
	line-height: 1.8;
}
#lead_cart .checkout-alerta-seguro ul li i {
	color: #468847;
	margin-right: 5px;
}
#lead_cart .checkout-alerta-seguro-icon {
	position: absolute;
    font-size: 140px;
    bottom: -15px;
    right: -30px;
    color: #28a745;
    z-index: 1;
    opacity: 0.1;
}