.quantidade_checkout {
	width: 22px;
	height: 22px;
	font-size: 14px;
	text-align: center;
	border-radius: 100%;
	z-index: 5;
	top: -12px;
    left: -10px;
    background-color: white;
}
.carrinho_link {
    font-size: 12px;
    top: -25px;
    right: -10px;
}
.voltar_carrinho_link {
	color: rgb(200, 200, 200)
}
.voltar_carrinho_link:hover {
	transition: 0.5s;
	color: rgb(150, 150, 150)
}
.etapa_checkout {
	width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    align-content: center;
    color: black;
    background-color: white;
    border: 1px solid rgb(100, 100, 100, 1.0);
}

.etapa_andamento {
	width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    align-content: center;
    color: whitesmoke;
    background-color: rgb(100, 100, 100, 1.0);
}

.etapa_concluida {
	width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    align-content: center;
    color: whitesmoke;
    background-color: green;
}
.btn_pessoa_juridica {
	border: none;
	background-color: white;
}
.btn_pessoa_juridica:hover {
	transition: 0.5s;
	text-decoration: underline;
	color: rgb(35, 20, 190);
}
.pesquisa_cep {
	color: rgb(150, 150, 150, 1.0);
	text-decoration: none;
	font-size: 12px;
}
.pesquisa_cep:hover {
	transition: 0.5s;
	color: rgb(35, 20, 190);
	text-decoration: underline;
}
.btn_pagamento_escolha:disabled {
	background-color: black;
	color: rgb(250, 200, 20);
}
.pagamento_pix_numero {
	color: black;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(35, 20, 190);
    border-radius: 100%;
    align-content: center;
    top: -50px;
    left: 75px;
}