.home_prods
{
   position:relative;
   top:0px;
   padding-top:45px;
	
   /*box-shadow:0px 0px 20px rgba(0,0,0,0.78);*/
   z-index:999;	
}

.produto_destaque_corpo
{
	width:92%;
	margin:0 auto;
	display:table;	
	margin-bottom:30px;
}

.produto_destaque
{
	width:98%;
	float:left;
	height:400px;
	margin-left:5px;
	margin-right:5px;
	border:solid 1px rgb(253,253,253);
	
	box-sizing:border-box;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:auto 375px;	
	position:relative;
	cursor:pointer;
}

.produto_destaque > div:nth-child(1) /* Foto */
{
	width:100%;
	float:left;
	height:300px;

	box-sizing:border-box;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:auto 300px;	
}

.produto_destaque_descricao
{
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:8px;
	text-align:center;
	line-height:22px;
}

.produto_destaque_descricao span
{
	font-family:'Barlow Condensed', sans-serif;	
	font-size: 16px;
	font-weight:400;
	letter-spacing:0.5px;
	
	color:#333333;	
}

.produto_destaque_descricao i
{
	font-style:normal;
	font-family:'Barlow Condensed', sans-serif;	

	font-size:22px;
	color:#0c803b;	
}

.produto_destaque:hover
{
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
	
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);	
}

.detalhes_produto
{
	width:100%;
	margin:0px;
	padding:0px;
	display:table;
	
	margin-top:0px;
}

.detalhes_produto>li
{
	list-style:none !important;	
	padding:0px;
	margin:0px;
	
	padding-top:20px;
}

.detalhes_produto>li:nth-child(1)
{
	width:40%;
	float:left;
	box-sizing:border-box;
	
	padding-left:10px;
	padding-right:10px;
	
	background:linear-gradient(to bottom, rgb(252,252,252), #FFFFFF);
}

.detalhes_produto>li:nth-child(2)
{
	width:60%;
	float:right;
	box-sizing:border-box;
	text-align:justify;
	border-left:solid 1px #E8E8E8;
	padding-left:20px;
	padding-right:20px;	
	padding-bottom:35px;
	box-shadow:1px 2px 7px rgb(0,0,0,0.15);
}

.detalhes_foto_produto
{
	width:78%;
	float:left;
	background-position:center;
	background-size:contain;
	height:596px;
	background-repeat:no-repeat;	
	border:solid 1px #E5E5E5;
	
	background-color:rgb(255,255,255);
}

.detalhes_foto_produto_lateral
{
	width:20%;
	box-sizing:border-box;
	float:left;
	height:596px;
	min-height:596px !important;
	max-height:596px !important;
	overflow:auto;
	padding:0;
	margin:0;
	padding-left:10px;
	
}

.detalhes_foto_produto_lateral_fot
{
	width:calc(100% - 7px);
	list-style:none;
	float:left;
	min-height:113px;
	height:113px;
	
	box-sizing:border-box;
	display:table;
	background-position:center;
	background-size:cover;
	
	border:solid 1px #CDCDCD;
	margin-bottom:6px;
	cursor:pointer;
	margin-right:7px;
}

.detalhes_foto_produto_lateral_fot:hover
{	
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    transform: scale(1.01);
}

.detalhes_texto
{
	width:100%;
	margin:0;
	text-align:justify;
	box-sizing:border-box;
	/*
	max-height:420px !important;
	height:420px;	
	overflow:auto;
	*/
	font-family:'Roboto' , sans-serif !important;
}

.detalhes_texto>div
{
	text-align:justify;
	box-sizing:border-box;
	padding-right:10px;
}

.linha_sugestoes
{
	width:100%;
	margin-top:50px;
	border-top:dotted 1px #E8E8E8;	
}

/* Tela de Detalhes do Produto */
.preco
{
	width:100%;
	float:left;
	display:table;
	border-bottom:dotted 1px #B7B7B7;
	padding-bottom:12px;
	margin-bottom:12px;	
}

.preco_de
{
	color:#B0B0B0;
	font-size:18px;	
	text-align:center;
}

.preco_carrinho
{
	width:250px;
	float:left;
	text-align:left;
	line-height:25px;	
	font-size:30px;
	color:#0c803b;
	font-family:'Barlow Condensed', sans-serif;	
}

.parcelas_sem_juros
{
	width:calc(90% - 250px);
	float:right;
	display:table;
	font-family:'Barlow Condensed', sans-serif;	
	color:rgb(168,168,168);
	
	padding:0px;
	margin:0px;
}

.parcelas_sem_juros > div:nth-child(1) /* logo da forma de pagamento */
{
	width:75px;
	float:left;
	height:auto;
	padding:0px;
}

.parcelas_sem_juros > div:nth-child(1) img /* logo da forma de pagamento */
{
	width:55px;
	max-width:55px;
	
	
	margin:0px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	padding:0px;
}

.parcelas_sem_juros > div:nth-child(2) /* texto da forma de pagamento */
{
	width:calc(100% - 75px);
	font-size:14px;	
	float:left;
	text-align:left;
	padding:0px;
	
	padding-top:8px;
	padding-left:8px;
}


.produto_prazo
{
	width:100%;
	border-top:dotted 1px #D8D8D8;
	padding-top:5px;
	padding-bottom:5px;
	color:#FF0003;
	height:40px;
	background-image:url(../images/bg_degrade.png);
	background-position:bottom;
	background-repeat:repeat-x;
	box-sizing:border-box;
	padding-right:10px;	
}

.resultado_carrinho
{
	height:0;
	display:table;
	background-color:#3E3E3E;
	color:#FFFFFF;
	padding:10px;
	box-sizing:border-box;
	text-align:center;
	font-size:13px;	
	border-radius:0px;
	margin-top:3px;
	margin-bottom:3px;
}

.quadro_produto
{
	width:calc(25% - 20px);
	position:relative;
	min-width:270px;
	float:left;
	height:480px;
	display:table;
	margin-right:20px;
	margin-bottom:20px;
	cursor:pointer;
	border:solid 1px #E0E0E0;
	box-sizing:border-box !important;
	background-color:#FFFFFF;
	
	-webkit-transition:box-shadow 1s; /* Safari */
    transition:box-shadow 1s;
	
	box-shadow:3px 3px 5px rgba(0,0,0,0.1);
   -webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.1);
}

.quadro_produto:nth-child(4n)
{
	margin-right:0px;
}

.quadro_produto_promo
{
	position:absolute;
	display:table;
	top:0px;
	right:0px !important;

	width:auto;
	height:35px;
	line-height:35px;
	
	padding-left:10px;
	padding-right:10px;
	
	background-color:rgb(0,0,0);
	color:#FFFFFF !important;
	text-align:center;
	font-size:13px;
	font-family:'Barlow Condensed', sans-serif;	
	
	z-index:99999999999999999999 !Important;
}


.quadro_produto:hover
{
	box-shadow:1px 1px 45px rgba(0,0,0,0.2);
   -webkit-box-shadow:1px 1px 45px rgba(0,0,0,0.2);
   
   /*border-top:solid 3px #0f9d49;*/
}

.quadro_produto_foto
{
	width:100%;
	float:left;
	height:340px;
	background-position:center;
	background-size:auto 340px;
	border-bottom:solid 1px #FBFBFB;
	box-sizing:border-box;
	background-repeat:no-repeat !important;
	background-color:rgba(255,255,255,1.00);
	
	-webkit-transition:background-size 1s;
	transition:background-size 0.5s;
}

.quadro_produto:hover .quadro_produto_foto
{
	background-size:auto 350px;
}

.quadro_produto_texto
{
	width:100%;
	text-align:center;
	float:left;
	color:#646464;
	margin-top:8px;
	margin-bottom:6px;
	font-size:15px;
	max-height:120px;
	height:120px;
	padding:5px;
	
	font-family:'Barlow Condensed', sans-serif;
}

.quadro_produto_texto_button
{
	float:left;
	width:100%;
	height:30px;
	text-align:center;
	box-sizing:border-box;
	margin-bottom:10px !important;
}

.quadro_produto_texto span
{
	color:#0f9d49;
	font-size:26px;	
	font-family:'Barlow Condensed', sans-serif;
}

.quadro_produto_texto i
{
	font-size:10px;
	font-style:normal;
	font-family:'Quicksand', sans-serif;
}


.corpo_cadastro
{
	width:85%;
	float:left;	
}

.corpo_textos
{
	width:85%;
	margin:0 auto;
	min-height:350px;
	height:350px;
	display:table;
	margin-bottom:50px;	
}

.content_textos
{
	width:100%;
	float:left;
	text-align:justify;
	line-height:22px;
	min-height:250px;
	height:250px;
	display:table;
	margin-bottom:10px;	
	color:#474747;
}

.content_textos_fotos
{
	width:100%;
	float:left;
	margin-top:20px;
	border-top:dotted 1px #D1D1D1;	
	padding-top:20px;
}

.content_textos_fotos_foto
{
	width:100px;
	height:100px;
	display:inline-block;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	margin:5px;	
	border-radius:5px;
	border:solid 1px #E8E8E8;
}

.corpo_contato
{
	float:left;
	width:53%;
	display:table;
	box-sizing:border-box;
	margin-right:20px;	
}

.corpo_contato_contato
{
	text-align:left;
	float:right;
	width:43%;
	display:table;
	padding-left:15px;
	box-sizing:border-box;
	min-height:450px !important;
	height:100px;
	color:#000000 !important;
	padding-top:60px;
}

.corpo_contato_contato strong
{
	font-style:normal !important;
	font-weight:500;
}

.rastro
{
	float:left;
	width:100%;
	color:#FFFFFF;
	display:table;	

	background-color:rgb(50,50,50);
	height:45px;
	padding-top:10px;
	margin-top:2px;
	
	font-family:'Barlow Condensed', sans-serif;
	font-size:14px;
	
	padding-left:20px;
	padding-right:20px;
	
	box-shadow:inset 0px 0px 5px #000000;
}

.separador
{
	color:#666666;
	font-size:18px;	
	float:left;
	height:20px;
	line-height:20px;	
}

.rastro span
{
	padding-left:6px;
	padding-right:6px;
	height:25px;
	line-height:25px;
	float:left;
}

.rastro span:hover
{
	color:#E5CD06;
}

.quantidade_produtos_encontrados
{
	width:30%;
	float:left;
	display:table;
	min-width:100px;
	text-align:right;
	font-size:15px;	
	box-sizing:border-box;
}

.sem_produto
{
	min-height:350px;
	padding-top:30px;
	text-align:center;
	font-size:20px;
	color:#979797;	
}

.table_produtos>ul
{
	width:100%;
	margin:0;
	padding:0;	
}

.table_produtos>ul>li
{
	list-style:none;
	float:left;
	width:33.33%;
	box-sizing:border-box;
	padding-left:5px;
	height:45px;
	line-height:45px;
}

.table_pedidos
{
	margin-bottom:20px;

	box-shadow:3px 3px 8px rgba(0,0,0,0.3);
   -webkit-box-shadow:3px 3px 8px rgba(0,0,0,0.3);
}

.table_pedidos>ul
{
	width:100%;
	margin:0;
	padding:0;	
}

.table_pedidos>ul>li
{
	list-style:none;
	float:left;
	width:25%;
	box-sizing:border-box;
	padding-left:8px;
	height:48px;
	line-height:48px;
	font-size:13px;
}

.pedido_cows
{
	background-color:#2B2B2B;
	color:#FFFFFF;
	border-bottom:solid 1px #C5C5C5;
	border-top:solid 1px #C5C5C5;
	border-right:solid 1px #C5C5C5;
	font-size:13px;
	text-align:center;
}

.pedido_cows:first-child
{
	border-left:solid 1px #C5C5C5;
}

.pedido_cows:nth-child(4)
{
	text-align:right;
	padding-right:15px;
}

.pedido_rows
{
	background-color:#F9F9F9;
	border-bottom:solid 1px #E3E3E3;
	height:43px !important;
	line-height:43px !important;
	cursor:pointer;
}

.pedido_ul_row:hover .pedido_rows
{
	background-color:#EBEBEB;	
}

.pedido_rows:nth-child(1)
{
	border-left:solid 1px #E3E3E3;
}

.pedido_rows:nth-child(4)
{
	text-align:right;
	padding-right:15px;
	border-right:solid 1px #E3E3E3;
	font-size:17px;
}

.produtos_pedidos
{
	display:none;
	box-sizing:border-box;
	background-color:#FFFFFF;	
	border-left:solid 1px #B8B8B8;
	border-right:solid 1px #B8B8B8;
	
	border-top:solid 2px #7C7C7C;
	border-bottom:solid 2px #7C7C7C;

	font-size:14px;
	
	/*box-shadow:inset 0px 0px 8px rgba(42,42,42,0.3);
   -webkit-box-shadow:inset 0px 0px 8px rgba(42,42,42,0.3);
   -moz-box-shadow:inset 0px 0px 8px rgba(42,42,42,0.3);*/
}

.produtos_pedidos>ul
{
	width:98%;
	margin:0 auto;
	padding:0;	
	display:table;
	margin-bottom:1px;
}

.produtos_pedidos>ul>li
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	padding-left:5px;
	box-sizing:border-box;
	height:40px;
	line-height:40px;
	width:16%;
	display:table;
	text-align:center;
	font-size:14px;
}

.produtos_pedidos>ul>li:nth-child(1)
{
	width:50%;
	text-align:left;
	padding-top:5px;
}


.produtos_pedidos>ul>li:nth-child(4)
{
	font-size:14px;
	border-right:none;
	padding-right:8px;
}

.produtos_pedidos>ul>li:nth-child(4)
{
	text-align:right;
	font-size:19px;
	width:18%;
}

.produtos_pedidos_cows
{
	margin:2px;
	background-color:#636363 !important;
	border-bottom:solid 1px #000000 !important;
	font-size:13px;	
	color:#FFFFFF;
	border-right:solid 1px #575757 !important;	
	height:30px !important;
}

.produtos_pedidos_rows
{
	background-color:#FFFFFF;
	display:table;
	line-height:20px;
	min-height:100px;

	box-shadow:0px 0px 12px rgba(0,0,0,0.38);
   -webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.38);
}

.produtos_pedidos_rows_produto
{
	color:#015213;
	line-height:21px !important;
	font-size:13px;
}

.produtos_pedidos_rows_produto i
{
	font-size:12px;
	color:#5F5F5F;
}

.produtos_pedidos_rows img
{
	width:40px;
	float:left;
	margin-right:8px;
}

.pedido_frete
{
	width:100%;
	float:left;
	text-align:right;
	box-sizing:border-box;
	text-align:right;
	padding-right:15px;
	margin-bottom:15px;
	font-size:20px;	
	padding-top:10px;
}

.aceita_cadastro
{
	margin-top:10px;
	color:#7F7F7F;	
}

.Cadastro_Endereco_Line
{
	width:calc(50% - 15px);
	float:left;	
	height:100px;
	cursor:pointer;
	box-sizing:border-box;
	margin-right:15px;
	background-color:#F0F0F0;
	border:solid 1px #D5D5D5; 
	padding:15px;
	color:#747474;
	font-size:14px;
	display:table;
	margin-top:15px;
	
	box-shadow:2px 2px 5px rgba(0,0,0,0.2);
   -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.2);
}

.Cadastro_Endereco_Line:hover
{
	background-color:#F8F8F8;
}

.Cadastro_Endereco_Line div:nth-child(1)
{
	color:#02973d;
	font-size:17px;
}

.nome_of
{
	position:relative;
	width:100%;
	float:left;
	display:table;
	
	height:400px;
	background-position:center;
	background-size:auto 400px;	
}

.mascara_nome_of
{
	position:absolute;
	bottom:20px;
	width:100%;
	float:left;
	
	text-align:center;
	color:#FFFFFF;
	font-size:28px;
	
	padding:20px;
	
	background-color:rgb(0,0,0,0.7);
}

.titulo_of
{
	width:100%;
	float:left;
	font-size:21px;
	color:#0D0D0D;
	text-align:center;
	margin-top:40px;
	margin-bottom:5px;
	font-family:'Barlow Condensed';	
}

.subtitulo_of
{
	width:100%;
	float:left;
	text-align:center;
	margin-top:5px;
	margin-bottom:10px;
	
	color:rgb(0,0,0);
	font-size:15px;	
}

.linha_of
{
	width:100%;
	float:left;
	border-bottom:solid 2px #CCCCCC;
	margin-bottom:20px;	
}
