.carrinho-lista{
	margin-top:15px !important;	
}
.carrinho-lista li{
	line-height:30px;
	min-height:40px;
	padding-top:4px;
	padding-bottom:4px;	
}
.carrinho-lista a{
	font-size:12px !important;	
}
.carrinho-lista li+li{
	border-top:1px solid #CCC;	
}
.center{
	text-align:center !important;	
}
.left{
	text-align:left !important;
	padding-left:10px;	
}
.qntForm{
	width:100%;
	max-width:30px;
	border-radius:4px !important;
}
.centralizar{
	margin:0 auto;	
	margin-top:8px;
}
.carrinho-rodape{
	width:100%;
	min-height:100px;
	margin-top:25px;
	margin-bottom:15px;	
	border:1px solid #CCC;
	padding:12px;
	background:#EEE;
}
.total{
	width:100%;
	text-align:center;	
}
.carrinho-total{
	line-height: 23px;
	margin-top: 3px;
	float:right;	
}
.carrinho-vazio{
	width:100%;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:center;
	line-height:100px !important;
	padding-top:30px;
	padding-bottom:30px;	
}
.carrinho-btt{
	width:120px;
	height:40px;
	text-align:center;
	color:#FFF;
	display:table-cell;
	vertical-align:middle;	
}
.carrinho-botoes{
	padding-top:18px;	
}
.carrinho-continuar{
	line-height:40px;
	margin-left:20px;
	float:left;	
}
.listagem-endereco{
	height:35px;
	padding-top:0px;
	margin-bottom:5px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.msgIconCarrinho{
	margin-right:3px !important;
	float:left;	
}
.listagem-rua{
	padding-top:6px;
	padding-left:10px;
	width:59%;
	float:left;	
}
.btt-envio-carrinho{
	width:150px;
	height:36px;
	background:#484848;
	color:#FFF;
	border-radius:6px;	
	border:0px;
	float:left;
	margin-right:8px;
}
.btt-novo-envio{
	background:#ED1D23;
}
.btt-endereco{
	width:120px;
	height:34px;
	padding-top:8px;
	float:right;
}
.completo{
	width:100%;
}
.formularioCep > div {
	padding-right:10px !important;	
}
.titulo-compra{
	background-color:#484848;               
    line-height:37px;
    margin-bottom:12px;	
}
.titulo-numero{
	float:left;
    background:#FFF;
    border-radius:30px;
    width:29px;
    height:29px;
    font-size:15px;
    margin-left:4px;
    line-height:30px;
    color:#484848;
    text-align:center;
    margin-top:4px;	
}
.atualiza-cep,#FrmCep{
	float:left;
	height:40px;
	margin-bottom:4px;
	border-radius:6px;
}
.btt-envio{
	float:left;
	height:36px;
	margin-bottom:4px;
	border-radius:6px;	
}
.titulo-nome{
	float:left;
	color: #FFF;
	margin-left: 11px;	
}
.separador-compra{
	margin-top:20px;	
}
.small{
	font-size:11px;	
}
.xs-carrinho-btt{
	width:100%; 
	color:#FFF; 
	height:35px; 
	line-height:35px; 
	text-align:center;
	background:#EC5D5D;
	margin-top:10px;
}
@media only screen and (max-width: 767px){
	.xs-carrinho{
		border:1px solid #CCC;
		padding:4px;
		margin-bottom:4px;	
		background:#FFF;
	}	
	.carrinho-rodape{
		padding:0px;
		padding-bottom:10px;	
	}
	.carrinho-continuar{
		width:100%;
		margin-left:0px;
		text-align:center;	
	}
	.carrinho-total{
		text-align:center;	
	}
}