.div-progresso
{
	position: relative;
	float: right;
	margin-bottom: 20px;
}
.box-progresso
{
	float: left;
	height: 40px;
	/* line-height:20.7999992370605px; */
	width: 40px;
	background-position: center;
	background-size: 45px;
	background-repeat: no-repeat;

/* 	border: 1px solid; */
}

.box-progresso.carrinho
{
	/*background-image: url(../arquivos/imagens/icone-carrinho.png);*/
	background-image: url(../arquivos/imagens/icone-habilitado.svg);
}

.box-progresso.carrinho.habilitado
{
	background-image: url(../arquivos/imagens/icone-habilitado.svg);
}

.box-progresso.identificacao
{
	background-image: url(../arquivos/imagens/user-desabilitado.svg);
}

.box-progresso.identificacao.habilitado
{
	background-image: url(../arquivos/imagens/user-habilitado.svg);
}

.box-progresso.revisao
{
	background-image: url(../arquivos/imagens/revisao-desabilitado.svg);
}
.box-progresso.revisao.habilitado
{
	background-image: url(../arquivos/imagens/revisao-habilitado.svg);
}

.box-progresso.confirmacao
{
	background-image: url(../arquivos/imagens/confirmacao-desabilitado.svg);
}

.box-progresso.confirmacao.habilitado
{
	background-image: url(../arquivos/imagens/confirmacao-habilitado.svg);
}

.box-progresso.caminhao-entrega
{
	background-image: url(../arquivos/imagens/icone-entrega.png);
}

.div-progresso .box-progresso.barra
{
	width: 65px;
	height: 5px;
	background-color: #CDCDCD;
	margin-top: 17px;
}

.div-progresso .box-progresso.barra.step1
{
	background-color: #39B04C;
}