/*------------------------
	ENDERECOS ENTREGA
-------------------------*/
.enderecos_entrega{
	padding-bottom: 60px;
	width: 758px;
	margin: 0 auto;
	padding-top: 35px;
}
.enderecos_entrega h2{
	text-align: center;
    font-family: 'Ubuntu', sans-serif;
	letter-spacing: normal;
    color: #595959;
    font-size: 24px;
    margin-top: 3px;
	font-weight: normal;
}
.enderecos_entrega_interno ul li{
	border-bottom: 1px solid #ffb74d;
	cursor: pointer;
}
.enderecos_entrega ul li{
	display: block;
	width: 758px;
	min-height: 120px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 5px;
}
.enderecos_entrega ul li.selected{
	background: #b12d49;
	padding-top: 10px;
	margin-top: 40px;
	padding-bottom: 5px;
}
.enderecos_entrega ul li h3{
	font-size: 18px;
	color: #595959;
	text-transform: uppercase;
	font-weight: normal;
    font-family: 'Ubuntu', sans-serif;
	letter-spacing: normal;
	text-align: center;
	padding-bottom: 15px;
	margin: 0;
}
.enderecos_entrega ul li.selected h3{
	color: #fff;
	padding-bottom: 5px;
}
.enderecos_entrega ul li p{
	color: #343434;
    font-family: 'Ubuntu', sans-serif;
	letter-spacing: normal;
	text-align: center;
	line-height: 16px;
}
.enderecos_entrega ul li.selected p{
	color: #fff;
    font-family: 'Ubuntu', sans-serif;
	letter-spacing: normal;
	text-align: center;
	line-height: 16px;
}
.enderecos_entrega ul li input.check{
	display: block;
	width: 13px;
	height: 13px;
	margin: 10px auto;
}
.enderecos_entrega ul li p{
	padding-left: 19px;
	color: #abaaaa;
	font-size: 13px;
}
.enderecos_entrega ul li.formulario{
	padding-bottom: 30px;
	display: table;
}
.enderecos_entrega ul li.formulario form{
	position: relative;
	left: 15px;
}
.enderecos_entrega ul a.esqueceu_senha{
	float: right;
	clear: none;
	text-decoration: underline;
	position: relative;
	right: 20px;
    font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #e08b6d;
}
.enderecos_entrega ul li.formulario label{
	margin: 0;
	display: block;
	width: 350px;
	font-size: 13px;
	color: #343434;
	float: left;
	clear: none;
	margin-left: 20px;
	margin-bottom: 15px;
    font-family: 'Ubuntu', sans-serif;
	letter-spacing: normal;
	text-transform: lowercase;
	overflow: hidden;
	padding-bottom: 3px;
}
.enderecos_entrega ul li.formulario label input{
	display: block;
	width: 331px;
	padding-left: 15px;
	height: 33px;
	background: #fff;
	margin-top: 3px;
	position: relative;
	top: 3px;
	border: 2px solid #e1e1e1;
}
.enderecos_entrega ul li.formulario label.grande{
	width: 720px;
}
.enderecos_entrega ul li.formulario label.grande input{
	width: 705px;
}

.enderecos_entrega ul li.formulario label select{
	display: block;
	width: 370px;
	height: 42px;
	margin-top: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	border: none;
	background: #e1e1e1 url(../imagens/select.png) 450px top no-repeat;
}
.enderecos_entrega ul li.formulario label.tamanho_2{
	width: 270px;
	float: left;
	clear: none;
}
.enderecos_entrega ul li.formulario label.tamanho_2 input{
	width: 250px;
}
.enderecos_entrega ul li.formulario label.tamanho_3{
	width: 60px;
	margin-left: 20px;
	float: left;
	clear: none;
}
.enderecos_entrega ul li.formulario label.tamanho_3 input{
	width: 41px;
}
.bt_enviar_meus_dados{
	display: block;
	width: 210px;
	height: 46px;
    font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	background: #b12d49;
	color: #fff;
	text-align: center;
	border: none;
	font-size: 18px;
	cursor: pointer;
	margin: 0 auto;
}
/*------------------------
	CARRINHO
-------------------------*/
.estagios{
	padding-bottom: 30px;
	display: table;
	width: 100%;
	padding-top: 30px;
}
.estagios li{
	display: block;
	width: 24.60%;
	margin-right: 0.1%;
	float: left;
	clear: none;
	border: 1px solid #595959;
	min-height: 40px;
	padding-top: 16px;
	text-align: center;
	color: #595959;
	font-size: 14px;
	text-transform: uppercase;
}
.estagios li span{
	color: #595959;
	font-size: 16px;
}
.estagios li.selected{
	background: #595959;
	color: #fff;
}
.estagios li.selected span{
	color: #fff;
}
.sacola_compras th{
	text-align: left;
	padding-left: 25px;
	text-transform: uppercase;
	color: #a0a0a0;
	font-size: 14px;
	font-weight: bold;
}
.sacola_compras th.qtd{
	width: 67px;
}
.sacola_compras tr{
	height: 49px;
}
.sacola_compras tbody tr{
	background: #e4e4e5;
	height: 48px;
}
.sacola_compras tr.segundo{
	background: none;
}
.sacola_compras td{
	text-align: left;
	padding-left: 25px;
	color: #77787b;
    font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size: 14px;
	position: relative;
}
.sacola_compras td .quantidades{
	display: block;
	width: 77px;
	height: 48px;
	background: #ceced0;
	position: absolute;
	top: -1px;
	left: 0;
	border-top: 1px solid #fff;
}
.sacola_compras td .quantidades input{
	display: block;
	width: 67px;
	height: 48px;
	padding-right: 10px;
	border: none;
	text-align: center;
	background: #ceced0;
	color: #595959;
	font-size: 16px;
	font-weight: bold;
}
.sacola_compras td.preco_un{
	color: #595959;
	font-size: 18px;
	font-size: 15px;
	font-weight: light;
    font-family: 'Ubuntu', sans-serif;
}
.sacola_compras td.preco_total{
	color: #595959;
	font-size: 18px;
	font-size: 16px;
	font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}
.sacola_compras a.bt_excluir{
	font-size: 22px;
	color: #c52208;
	position: absolute;
	right: -25px;
	top: 8px;
	font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}
.sacola_compras a.bt_excluir:hover{
	background-position: left bottom;
}
.frete{
	max-width: 425px;
	margin: 0 auto;
}
.formulario_frete h3{
	text-align: left;
	padding-left: 25px;
	text-transform: uppercase;
	color: #a0a0a0;
	font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	letter-spacing: 0.2px;
	margin-bottom: 7px;
}
.formulario_frete input[type=text]{
	display: block;
	width: 398px;
	padding-left: 25px;
	height: 44px;
	padding-bottom: 2px;
	border: 1px solid #dedede;
	color: #77787b;
	font-size: 15px;
}
.modalidades_frete{
	padding-top: 10px;
	display: table;
}
.formulario_frete p.isencao{
	color: #77787b;
	font-size: 14px;
	padding-left: 25px;
    font-family: 'Ubuntu', sans-serif;
	padding-top: 10px;
	font-weight: light;
	margin-top: -5px;;
}
.formulario_frete p.isencao b{
	font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
	letter-spacing: 0.2px;
}
.formulario_frete .bloco_modalidade_frete{
	width: 212px;
	height: 131px;
	background: #e4e4e5;
	float: left;
	clear: none;
	margin-right: 1px;
	margin-bottom: 1px;
	border: none;
	cursor: pointer;
	float: left;
	clear: none;
	transition:all 0.15s ease-in;
}
.formulario_frete .bloco_modalidade_frete:hover{
	opacity: 0.50;
}
.formulario_frete .bloco_modalidade_frete:nth-child(2n){
	margin-right: 0;
}
.formulario_frete .bloco_modalidade_frete h4{
	color: #77787b;
	font-size: 15px;
	font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	margin-left: 24px;
	margin-top: 19px;
}
.formulario_frete .bloco_modalidade_frete h4 b{
	font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
}
.formulario_frete .bloco_modalidade_frete strong{
	color: #77787b;
	font-size: 32px;
	font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	margin-left: 23px;
	display: block;
	letter-spacing: -1px;
	margin-top: -6px;
}
.formulario_frete .bloco_modalidade_frete span{
	display: block;
	color: #77787b;
	font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
	margin-left: 24px;
	line-height: 15px;
	margin-top: 4px;
}
.formulario_frete .selected{
	background: #77787b;
}
.formulario_frete .selected h4, .formulario_frete .selected span, .formulario_frete .selected strong{
	color: #fff;
}
.cupom_desconto{
	display: table;
	width: 100%;
	float: none;
	clear: both;
}
.totais ul{
	margin-left: 5px;
}
.totais ul li{
	display: block;
	width: 190px;
	height: 77px;
	color: #77787b;
	font-size: 32px;
	font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
	line-height: 24px;
	float: left;
	clear: none;
	margin-left: 20px;
	margin-top: 22px;
}
.totais ul li span{
	color: #77787b;
	font-size: 14px;
	font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
	display: block;
	text-transform: uppercase;
}
.totais ul li.produtos{
	height: 75px;
	border-bottom: 2px solid #77787b;
}
.navegacao_carrinho{
	width: 400px;
	margin: 0 auto;
	position: relative;
	left: 12px;
	padding-top: 75px;
	padding-bottom: 70px;
	display: table;
}
.navegacao_carrinho a.bt_continuar_comprando{
	display: block;
	width: 179px;
	height: 48px;
	text-indent: -20000px;
	float: left;
	clear: none;
	background: url(../imagens/bt_continuar_comprando.png) left top no-repeat;
	margin-right: 1px;
}
.navegacao_carrinho a.bt_finalizar_pedido{
	display: block;
	width: 220px;
	height: 48px;
	text-indent: -20000px;
	float: left;
	clear: none;
	background: url(../imagens/bt_finalizar_pedido.png) left top no-repeat;
}
.navegacao_carrinho a:hover{
	opacity: 0.8;
}
.frete .formulario_cupom_ativo{
	background: #353d42;
	width: 214px;
	padding: 20px 20px 20px 0;
	margin-bottom: 1px;
}
.frete .formulario_cupom_ativo h3{
	color: #fff;
	text-align: right;
}
.frete .formulario_cupom_ativo p{
	color: #fff;
	margin-top: 0;
	padding-top: 5px;
	text-align: right;
}
.frete .formulario_cupom_ativo p b{
	font-size: 24px;
	letter-spacing: -2px;
	font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
	position: relative;
	right: 4px;
}
.identificacao_carrinho{
	width: 478px;
	margin: 40px auto 0 auto;
}
.identificacao_carrinho h3{
	font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	color: #353d42;
	display: block;
	text-align: center;
	text-transform: none;
	padding-bottom: 9px;
	letter-spacing: normal;
}
.identificacao_carrinho input[type=text], .identificacao_carrinho input[type=password]{
	display: block;
	width: 476px;
	height: 40px;
	text-align: center;
	font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
	color: #353d42;
	border: 1px solid #959595;
	margin-bottom: 2px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.identificacao_carrinho input.bt_enviar{
	display: block;
	height: 53px;
	text-indent: -20000px;
	margin-top: 1px;
	clear: none;
	width: 234px;
	background: url(../imagens/bt_finalizar_pedido.png) left top no-repeat;
	border: none;
	cursor: pointer;
	margin: 9px auto 0 auto;
}
.identificacao_carrinho a{
	font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	color: #e08b6d;
	text-align: center;
	display: inline-block;
	width: 100%;
	text-decoration: underline;
	margin-top: 6px;
}
.nao_sou_cliente{
	display: table;
	width: 234px;
	margin: 40px auto;
	background: #416fc5;
}
.nao_sou_cliente h3{
	font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	color: #fff;
	display: block;
	text-align: center;
	text-transform: none;
	margin-top: 20px;
	letter-spacing: normal;
}
.nao_sou_cliente p{
	display: block;
	margin: 0 auto;
	letter-spacing: normal;
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 14px;
	padding: 0 10px 8px 10px;
	letter-spacing: normal;
	margin-top: -10px;
}
.nao_sou_cliente span{
	display: block;
    font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding-bottom: 20px;
}
.informativo_pedido h3{
	font-size: 22px;
    font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	color: #353d42;
	display: block;
	text-align: center;
	text-transform: none;
	padding-bottom: 9px;
	padding-top: 50px;
	margin: 0;
	letter-spacing: normal;
}
.informativo_pedido h3 span{
	font-size: 24px;
    font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
}
.informativo_pedido p{
	display: block;
	margin: 0 auto;
    font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #595959;
	line-height: 18px;
	padding-bottom: 5px;
}
.informativo_pedido p a{
    font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #aaa075;
	text-decoration: underline;
}
.sacola_compras_informativo{
	margin-top: 20px;
}
.historico_pedido h3{
	padding-top: 30px;
	padding-bottom: 0;
}
.historico_pedido ul li{
	padding-top: 10px;
}
.historico_pedido ul li h4{
	font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	color: #416fc5;
	display: block;
	text-align: center;
	text-transform: none;
}
.historico_pedido ul li p{
	display: block;
	margin: 0 auto;
    font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: #416fc5;
	line-height: 16px;
	padding-bottom: 5px;
}
.historico_pedido ul li p a{
    font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	text-decoration: underline;
	color: #f3b656;
}
.meus_pedidos{
	margin-top: -40px;
}
.meus_pedidos ul li{
	margin-top: 5px;
	border: 1px solid #e0e0e0;
	min-height: 75px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.meus_pedidos ul li:hover{
	background: #b12d49;
	border: 1px solid #b12d49;
}
.meus_pedidos ul li h3{
	font-size: 18px;
	padding-bottom: 5px;
	position: relative;
	top: 13px;
}
.meus_pedidos ul li p{
	position: relative;
	top: 9px;
}
.meus_pedidos ul li p strong{
	position: relative;
	top: -9px;
}
.meus_pedidos ul li:hover h3{
	color: #fff;
}
.botoes_pagamento{
	width: 425px;
	margin: 50px auto;
	display: table;
}
.botoes_pagamento a{
	display: block;
	width: 210px;
	height: 83px;
	text-indent: -20000px;
	float: left;
	clear: none;
}
.botoes_pagamento a.bt_cartao{
	background: url(../imagens/bt_cartao.png) left top no-repeat;
}
.botoes_pagamento a.bt_boleto{
	background: url(../imagens/bt_boleto.png) left top no-repeat;
	margin-left: 5px;
}
.center_totais{
	width: 425px;
	margin: 0 auto;
	display: table;
	float: none;
	clear: both;
}