.so_mobile
{
	display:none;	
}

.home_prods
{
   position:relative;
   top:0px;
   padding-top:0px;
	
   /*box-shadow:0px 0px 20px rgba(0,0,0,0.78);*/
   z-index:999;	
}

.produto_valor_preco
{
	width:100%;
	display:table;
	
	float:left;
	margin-top:3px;
	
	font-size:22px !important;
	color:rgb(129,101,78);	
}

.produto_valor_preco i
{
	font-size:9px;
	font-style:normal !important;
	color:rgb(102,102,102) !important;	
}

.produto_destaque_top
{
	width:90%;
	margin:0 auto;
	display:table;
	
	margin-top:20px;
	margin-bottom:20px;	
}

.produto_destaque_topItem
{
	position:relative;
	width:calc(33.33% - 6px);
	margin:3px;
	margin-top:10px;
	margin-bottom:20px;
	height:300px;
	
	float:left;
	display:table;
	transition: all 0.2s !important;
}

.produto_destaque_topItem_image
{
	width:100%;
	height:200px;
	background-size:auto 199px;
	cursor:pointer;
	
	background-repeat:no-repeat;
	background-position:center;
	
	transition: all 0.2s !important;
}

.produto_destaque_topItem_text
{
	width:100%;
	float:left;
	height:100px;
	padding-top:2px;
	font-size:12px;
	font-family:'Azo Sans';
	text-align:center;
}

.produto_destaque_topItem_text span
{
	font-family:'Azo Sans';
	font-size:18px;
	color:rgb(102,102,102);
}

.produto_destaque_topItem_text s
{
	font-size:10px !important;
	color:rgb(51,51,51) !important;
	text-transform:uppercase !important;
	font-style:normal !important;
	text-decoration:none !important;
	line-height:8px !important;
}

.produto_destaque_topItem_text i
{
	font-size:8px !important;
	text-transform:uppercase !important;
	font-style:normal;
}

.produto_destaque_topItem_text span > i /* Referencia */
{
	font-style:normal !important;
	font-size:13px !important;
	color:rgb(184,184,184) !important;
}


.produto_destaque_topItem_text u
{
	font-size:9px !important;
	text-transform:uppercase !important;
	font-style:normal !important;
	text-decoration:none !important;
	line-height:10px !important;
	color:rgb(153,153,153) !important;
}


.produto_destaque_topItem: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);	
}

.produto_destaque_topItem:hover .produto_destaque_top_detalhe
{
	opacity:1;
}

.produto_destaque_top_detalhe
{
	opacity:0;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	z-index:99999;
	
	padding-top:60px;
	background-image:linear-gradient(to top, transparent 20%, rgb(255,255,255,0.2));	
}


.produto_destaque_corpo
{
	width:92%;
	margin:0 auto;
	display:table;	
	margin-bottom:30px;
}

.produto_destaque
{
	width:98%;
	float:left;
	height:345px;
	/*border:solid 1px #B7B7B7;*/
	margin-left:5px;
	margin-right:5px;
	
	box-sizing:border-box;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;	
	position:relative;
	cursor:pointer;
}

.produto_destaque > div
{
	margin-top:300px;
	text-align:center;
	font-size:16px;
	font-family:'Azo Sans';
}

.produto_destaque > div > span
{
	color:#d02030;
	font-size:25px;
}

.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);	
}

.quadro_produto
{
	position:relative;
	width:calc(25% - 30px);
	min-width:270px;
	float:left !important;
	
	height:450px;
	display:table;
	
	margin-left:15px;
	margin-right:15px;
	margin-bottom:20px;
	
	cursor:pointer;
	box-sizing:border-box !important;
	background-color:#FFFFFF;
	
	transition: all 0.2s !important;
}

.quadro_produto_carrossel
{
	width:calc(100% - 40px);
}

.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:#d12333;
	color:#FFFFFF !important;
	text-align:center;
	font-size:13px;
	font-family:'Azo Sans', sans-serif;	
	
	z-index:99999999999999999999 !Important;
}

.quadro_produto_foto
{
	width:100%;
	float:left;
	height:200px;
	
	background-position:center;
	background-size:auto 199px;
	box-sizing:border-box;
	background-repeat:no-repeat !important;
	background-color:rgba(255,255,255,1.00);
	
	transition: all 0.2s !important;
}

.quadro_produto:hover
{
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);	
}

.quadro_produto:hover .quadro_produto_detalhe
{
	opacity:1;
}

.quadro_produto_detalhe
{
	opacity:0;
	width:100%;
	height:30%;
	position:absolute;
	top:0;
	left:0;
	
	padding-top:60px;
	background-image:linear-gradient(to top, transparent 20%, rgb(255,255,255,0.2));	
	transition: all 0.2s !important;
}

.quadro_produto_texto
{
	width:100%;
	text-align:center;
	float:left;
	color:#646464;
	margin-top:8px;
	margin-bottom:6px;
	font-size:13px;
	line-height:14px !important;
	max-height:120px;
	height:120px;
	padding:10px;
	display:table;
	
	font-family:'Azo Sans';
}

.quadro_produto_texto span
{
	color:rgb(102,102,102);
	font-size:17px;	
	line-height:20px;
}

.quadro_produto_texto i
{
	font-size:8px !important;
	text-transform:uppercase !important;
	font-style:normal;
	line-height:14px !important;
}

.quadro_produto_texto u
{
	font-size:8px !important;
	text-transform:uppercase !important;
	font-style:normal !important;
	text-decoration:none !important;
	line-height:14px !important;
}


.quadro_produto_texto s
{
	font-size:9px !important;
	color:rgb(51,51,51) !important;
	text-transform:uppercase !important;
	font-style:normal !important;
	text-decoration:none !important;
	line-height:8px !important;
}

.quadro_produto_dePor
{
	width:100%;
	float:left;
	display:table;
	
	font-size:10px !important;
	color:rgb(153,153,153) !important;
	text-transform:uppercase !important;
}


.quadro_produto_avista
{
	width:100%;
	float:left;
	display:table;
	padding-top:10px !important;
	text-transform:uppercase !important;
	line-height:11px !important;
	font-size:11px !important;
}

.quadro_produto_avista span
{
	font-size:10px !important;
	color:#8F8F8F !important;
	line-height:11px !important;
}

.quadro_produto_avista i
{
	font-size:8px !important;
	color:#9B9B9B;
	line-height:11px !important;
}

/* Filhos do quadro de produtos */
.LoadProdChild
{
	width:100%;
	height:100%;
	min-height:300px !important;
	background-color:rgb(255,255,255,0.7);
	
	background-image:url(../images/carregando_slide.gif);
	background-size:auto 100px;
	background-position:center;
	background-repeat:no-repeat;	
	
	position:absolute;
	z-index:999999999999999999999999999999999 !important;
}

.child
{
	width:100%;
	float:left;
	display:table;
	height:50px;
	margin-top:-10px;
}

.child li
{
	list-style:none !important;	
	float:left !important;
}

.childs
{
	width:75px;
	height:60px;
	border:solid 1px #CCCCCC;
	
	float:left;
	margin:3px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:99% auto;
}

/*.quadro_produto_complementar
{
	position:relative;
	width:calc(20% - 20px);
	min-width:290px;
	float:left;
	height:290px;
	display:table;
	margin-right:20px;
	margin-bottom:20px;
	cursor:pointer;
	box-sizing:border-box !important;
	background-color:#FFFFFF;
	
	box-shadow:1px 1px 5px rgb(0,0,0,0.2);
	transition: all 0.2s !important;
}*/

.quadro_produto_complementar
{
	position:relative;
	width:calc(20% - 20px);
	min-width:290px;
	float:left;
	height:290px;
	display:table;
	margin-right:20px;
	margin-bottom:20px;
	cursor:pointer;
	box-sizing:border-box !important;
	background-color:#FFFFFF;
	transition: all 0.2s !important;
}

.quadro_produto_complementar_foto
{
	width:100%;
	float:left;
	height:190px;
	
	background-position:center;
	background-size:100% auto;
	box-sizing:border-box;
	background-repeat:no-repeat !important;
	background-color:rgba(255,255,255,1.00);
	
	transition: all 0.2s !important;
}

.quadro_produto_complementar:hover
{
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);	
}

.quadro_produto_complementar:hover .quadro_produto_complementar_detalhe
{
	opacity:1;
}

.quadro_produto_complementar_detalhe
{
	opacity:0;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	
	padding-top:60px;
	background-image:linear-gradient(to top, transparent 20%, rgb(255,255,255,0.2));	
	transition: all 0.2s !important;
}

.quadro_produto_complementar_texto
{
	width:100%;
	text-align:center;
	float:left;
	color:#646464;
	margin-top:8px;
	margin-bottom:6px;
	font-size:13px;
	max-height:120px;
	height:120px;
	padding:10px;
	display:table;
	
	font-family:'Azo Sans';
}

.quadro_produto_complementar_texto span
{
	color:rgb(102,102,102);
	font-size:15px;	
}

.quadro_produto_complementar_texto i
{
	font-size:8px !important;
	text-transform:uppercase !important;
	font-style:normal;
}

.quadro_produto_complementar_texto u
{
	font-size:8px !important;
	text-transform:uppercase !important;
	font-style:normal !important;
	text-decoration:none !important;
	line-height:8px !important;
}

.quadro_produto_complementar_texto s
{
	font-size:9px !important;
	color:rgb(51,51,51) !important;
	text-transform:uppercase !important;
	font-style:normal !important;
	text-decoration:none !important;
	line-height:8px !important;
}

.quadro_produto_complementar_dePor
{
	width:100%;
	float:left;
	display:table;
	
	font-size:10px !important;
	color:#BB5E00 !important;
	text-transform:uppercase !important;
}

.quadro_produto_complementar_avista
{
	width:100%;
	float:left;
	display:table;
	
	font-size:10px !important;
	color:#8F8F8F !important;
	text-transform:uppercase !important;
}

.quadro_produto_complementar_avista i
{
	font-size:8px;
	color:#9B9B9B;
}

/* FIM DO PRODUTO*/




.carrinho_vazio
{
	font-size:25px;
	color:#A0A0A0;
	min-height:230px;	
	padding-top:40px;
}


#carregando_pedido
{
	width:310px;
	opacity:0;
	margin:0 auto;
	text-align:left;
	background-image:url(../js/ajax/loader/loader.gif);
	background-position:3%;
	background-repeat:no-repeat;
	background-size:auto 35px;
	height:55px;
	line-height:55px;
	padding-left:55px;
	box-sizing:border-box;
	
	box-shadow:0px 0px 6px rgba(0,0,0,0.30);
   -webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.30);
	
	-webkit-transition: opacity 2s; /* Safari */
    transition: opacity 2s;
}

.produto_corpo_cadastro
{
	width:85%;
	float:left;	
}

.produto_corpo_textos
{
	width:85%;
	margin:0 auto;
	
	height:550px !important;
	min-height:550px !important;
	display:table;
	margin-bottom:50px;	
}

.corpo_textos
{
	height:550px !important;
	min-height:550px !important;	
}

.corpo_textos iframe
{
	width:100% !important;
	min-width:100% !important;
	max-width:100% !important;
	min-height:500px !important;
}

.content_textos
{
	width:100%;
	float:left;
	text-align:justify;
	line-height:22px;
	min-height:250px;
	height:250px;
	display:table;
	margin-bottom:10px;	
	color:#474747;
	
	font-family:'Azo Sans';
	font-size:13px;
}

.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:70px;
	box-sizing:border-box;
	min-height:450px !important;
	height:100px;
	color:#000000 !important;
	
	background-image:url(../images/sepH.png);
	background-repeat:no-repeat;
	background-position:left -10px center;
	
	line-height:22px;
}

.corpo_contato_contato strong
{
	font-style:normal !important;
	font-weight:500;
}

.rastro
{
	position:absolute;
	left:0;
	top:80px;
	float:left;
	
	width:100%;
	color:#626262;
	background-color:#F7F7F7;
	display:table;	
	box-sizing:border-box;
	border-bottom:solid 1px #E3E3E3;
	height:50px;
	line-height:50px;
	
	padding-left:25px;
	margin-bottom:30px;
	
	font-family:'Azo Sans';
	font-size:12px;
}

.rastro > div:nth-child(1)
{
	margin-top:7px;
	font-size:11px !important;	
}

.rastro span
{
	padding-left:6px;
	padding-right:6px;
	height:40px;
	line-height:40px;
	float:left;
	
}

.rastro span:hover
{
	color:#FF952B;
}

.quantidade_produtos_encontrados
{
	width:30%;
	float:right;
	display:table;
	min-width:100px;
	text-align:right;
	font-size:12px;	
	box-sizing:border-box;
}

.separador
{
	color:#FF952B;
	font-size:13px;	
	float:left;
	height:25px;
	line-height:25px;	
}

.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:44px;
	line-height:44px;
	font-size:12px;
}

.pedido_cows
{
	background-color:#2B2B2B;
	color:#FFFFFF;
	border-bottom:solid 1px #C5C5C5;
	border-top:solid 1px #363636;
	font-size:12px;
	text-align:center;
}

.pedido_cows:nth-child(4)
{
	text-align:right;
	padding-right:15px;
}

.pedido_rows
{
	background-color:#F9F9F9;
	border-bottom:solid 1px #E3E3E3;
	height:55px !important;
	line-height:55px !important;
	cursor:pointer;
}

.pedido_rows:nth-child(1)
{
	color:rgb(129,101,78);
	font-size:15px;
}

.pedido_rows:nth-child(1),.pedido_rows:nth-child(2),.pedido_rows:nth-child(3)
{
	text-align:center;
}

.pedido_rows:nth-child(4)
{
	text-align:right;
	padding-right:15px;
	border-right:solid 1px #E3E3E3;
	font-size:15px;
	color:#81654E;
}

.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:70px;

	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:#ED1C24;
	line-height:16px !important;
	font-size:14px;
	padding:5px;
}

.produtos_pedidos_rows_produto i
{
	font-size:12px;
	color:#5F5F5F;
}

.produtos_pedidos_rows img
{
	height:60px;
	float:left;
	margin-right:10px;
}

.produtos_pedidos_rows:nth-child(2),.produtos_pedidos_rows:nth-child(3),.produtos_pedidos_rows:nth-child(4)
{
	line-height:70px !important;	
}

.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;	
}

.aviso_estoque_zero
{
	color:#FF0004;	
}

.aviso_endereco
{
	font-size:13px;
	color:#969696;	
}

.mostrar_oferta
{
	font-style:normal;
	font-weight:500;
	color:#D02231;	
}

.obs_pagamento_un
{
	width:100%;
	margin-top:88px;
	color:#454545;	
	font-size:12px;
}	

.obs_pagamento
{
	width:400px;
	margin:0 auto;
	text-align:left;
	font-size:14px;
	color:#4F4F4F;	
	margin-bottom:15px;
}

.Cadastro_Endereco_Line
{
	width:calc(50% - 15px);
	float:left;	
	height:100px;
	cursor:pointer;
	box-sizing:border-box;
	margin-right:15px;
	background-image:linear-gradient(to bottom, rgb(250,250,250), #FFFFFF);
	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.1);
   -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.1);
}

.Cadastro_Endereco_Line:hover
{
	background-color:#F8F8F8;
}

.Cadastro_Endereco_Line div:nth-child(1)
{
	color:rgb(255,153,0);
	font-family:'Azo Sans';	
	font-size:18px;
	margin-bottom:7px;
}

.content_nome_of
{
	width:100%;
	float:left;
	height:600px;
	
	background:linear-gradient(to top, rgb(240,240,240),rgb(254,254,254),rgb(254,254,254));
	box-shadow:inset 0px 0px 4px 5px rgb(0,0,0,0.05);	
}

.nome_of
{
	position:relative;
	width:100%;
	float:left;
	display:table;
	
	height:600px;
	background-position:center;
	background-size:auto 600px;
	background-repeat:no-repeat !important;
}

.mascara_nome_of
{
	position:absolute;
	bottom:30px;
	width:100%;
	float:left;
	
	text-align:center;
	color:#FFFFFF;
	font-size:28px;
	
	padding:20px;
	padding-top:25px;
	padding-bottom:25px;
	
	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:'Azo Sans';	
	text-transform:uppercase;
}

.subtitulo_of
{
	width:100%;
	float:left;
	text-align:center;
	margin-top:5px;
	margin-bottom:10px;
	
	color:rgb(0,0,0);
	font-size:15px;	
	text-transform:uppercase;
}

.linha_of
{
	width:100%;
	float:left;
	background-image:url(../images/sep.png);
	background-position:top center;
	height:40px;
	background-repeat:no-repeat;
}


