    html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*#################*/


body {
	font-family: 'Lato', sans-serif;
	color: #515151;
}

a:link,
a:visited,
a:active {
	color: #FFB400;
}
a:hover {
	color: #515151;
}
.conteudo {
	background: #F3F4F7 none repeat scroll 0 0;
	float: left;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: inherit;
	width: 100%;
	min-width: 980px;
}
.corpo {
	width: 980px;
	height: auto;
	margin: 0 auto;
	min-width: 980px;
}


/*################# TOPO ##################*/
.topo_header {
	width: 100%;
	height: 400px;
	border-bottom: solid 1px #dedede;
	background: #f3f3f3;
	position: relative;
	min-width: 980px;
}
.topo_header footer {
	height: 60px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
	min-width: 980px;
}


.ajaxprogress {
	background-color: rgba(255, 114, 0, 0.8);
	color: #fff;
	font-size: 2em;
	height: 50px;
	left: 50%;
	line-height: 1.5em;
	margin-left: -25px;
	margin-top: -25px;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 50px;
	z-index: 9999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.topo_nome {
    float: left;
    font-size: 1.2em;
    font-weight: 700;
    height: 60px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: right;
    width: 412px;
}
.topo_logomarca {
	width: 156px;
	height:156px;
	float: left;
	background: gold;
	margin-top: -85px;
	border:solid 3px #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
		-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.topo_horario {
	float: left;
    font-size: 0.8em;
    height: 60px;
    padding-left: 20px;
    padding-top: 17px;
    width: 205px;
    position: relative;
 
}
.StrongMobi {
	color: #515151 !important;
}
.fa-circle.aberto {
	color: greenyellow;
	margin-left: 5px;
}
.fa-circle.fechado {
	color: gray;
	margin-left: 5px;
}
.topo_comprar {
	width: 205px;
	height: 60px;
	float: left;
	padding-top: 18px;
	text-align: center;
	cursor: pointer;
	border-left: solid 1px #ececec;
}
.topo_comprar i {
	margin-right: 10px;
	font-size: 1.3em;
}

.topo_comprar:hover {
	border-bottom: solid 3px gold;
}


.grade_horario {
	background-color: white;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	font-size: 0.8em;
	height: auto;
	left: 50%;
	line-height: 1.8em;
	margin-left: 79px;
	padding: 0 10px 10px 19px;
	position: absolute;
	top: 60px;
	width: 205px;
	display: none;
}

/*################# /TOPO ##################*/







/*################# CORPO ##################*/
.corpo_esquerda {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 5px;
    border-right: 1px solid #d9d9d9;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    float: left;
    height: auto;
    width: 250px;
    margin-left: 10px;
}
.corpo_direita {
	width: 700px;
	height: auto;
	float: right;
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 5px;
    border-right: 1px solid #d9d9d9;    
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    overflow: hidden;
    margin-right: 10px;
}
/*################# /CORPO ##################*/



/*################# LATERAL ESQUERDA ##################*/
.box_elemento {
	width: 100%;
	height: auto;
	float: left;
	padding: 20px;
	border-bottom: solid 1px #dedede;
	font-size: 0.85em;
	position: relative;
}
.box_telefone,
.box_endereco,
.box_mensagem,
.box_cartaoNao,
.box_grade_horario {
	padding-left: 50px;
	height: auto;
	overflow: hidden;
}
.box_telefone_leitura {
	padding: 0px;
	background-color: #fff;
	overflow: hidden;
	border:none;
}
.box_endereco:hover,
.box_telefone:hover{
	cursor: pointer;
	background-color: #f7f7f7;
	color:#FFB400;
}
.sub_msg_icone {
	color: #515151 !important;
	font-size: 0.8rem;
	font-style: italic;
	line-height: 1.4rem;
}
.sub_msg_icone i {
	color: #FFB400 !important;
	text-align: center;
    width: 20px;
}
.box_telefone:before {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 25px;
    padding-right: 0.5em;
    position: absolute;
    top: 15px;
    right: 0px;
}
.box_telefone:after {
    content: "\f095";
    font-family: FontAwesome;
    color: #FFB400;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 25px;
    padding-right: 0.5em;
    position: absolute;
    top: 15px;
    left: 20px;
}
.box_telefone_escrito {

}


.box_mensagem:after {
    content: "\f129";
    font-family: FontAwesome;
    color: #FFB400;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 25px;
    padding-right: 0.5em;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top:-10px;
}

.box_cartaoNao:after {
    content: "";
    font-family: FontAwesome;
    color: #FFB400;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 22px;
    padding-right: 0.5em;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top:-10px;
}.box_endereco:after {
    content: "";
    font-family: FontAwesome;
    color: #FFB400;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 25px;
    padding-right: 0.5em;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top:-10px;
}
.box_endereco:before {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 25px;
    padding-right: 0.5em;
    position: absolute;
    margin-top: -15px;
    top: 50%;
    right: 0px;
}
.box_cartao {
	padding: 20px 18px;
	text-align: center;
}
.box_cartao img {
	width: 40px;
}
.box_redes {
	text-align: center;
	border: none;
}

.box_redes a:link,
.box_redes a:visited,
.box_redes a:active {
	font-size: 3em;
	color: #FFB400;
	margin: 0 5px;
}
.box_redes a:hover {
	color: #515151;
}

.box_endereco span {
	color: #FFB400;
}

.box_endereco strong {
    font-weight: 600;
}

.box_fotos {
	padding: 20px 0;
}
.box_fotos .miniatura {
	width: 80px;
	height: 70px;
	float: left;
	margin: 1.2px;
	background: #515151;
}
.box_fotos .miniatura:hover {
	opacity: 0.7;
	cursor: pointer;
}

.box_telefone_leitura ul {
	width: 100%;
	height: auto;
	margin: 0px;
	display: inline;
	list-style: none;
	border-bottom: dashed 1px #dedede;
	float: left;
	position: relative;
}

.box_telefone_leitura ul:nth-last-child(1) {
	border-bottom:1px solid #dedede !important;
}
.box_telefone_leitura ul li:nth-child(1):after {
    content: "";
    font-family: FontAwesome;
    color: #FFB400;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 25px;
    padding-right: 0.5em;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top:-10px;
}
.box_telefone_leitura ul li{
	font-size: 1.1em;
	margin: 0px;
	float: left;
}
.box_telefone_leitura ul li:nth-child(1){
	padding: 15px 0 10px 50px;
	width: 68%;
	line-height: 0.8em;
}
.box_telefone_leitura ul li:nth-child(1) span{
	font-size: 0.6em;
	color: #FFB400;
}
.box_telefone_leitura ul li:nth-child(2){
	width: 102px;
	padding: 15px 0 10px 0px;
}
.box_telefone_leitura ul li:nth-child(2) a:link,
.box_telefone_leitura ul li:nth-child(2) a:visited,
.box_telefone_leitura ul li:nth-child(2) a:active {
	background: #FFD700;
	font-size: 0.7em;
    	padding: 8px;
    	text-decoration: none;	
    	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #515151;
}

.box_telefone_leitura ul li:nth-child(2) a:hover {
	background: #515151;
	color: #fff;
	font-size: 0.7em;
	text-decoration: none;	

}
.box_telefone_leitura_oculto {
	display: none;
}
.box_grade_horario {
	line-height: 1.6em;
}
.box_grade_horario:after {
    content: "";
    font-family: FontAwesome;
    color: #FFB400;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 25px;
    padding-right: 0.5em;
    position: absolute;
    top: 30px;
    left: 20px;
}
.box_grade_horario .alinhamento_grade {
	width: auto;
	float: left;
	text-align: right;
}
.box_grade_horario .destaque {
	color: #ffb400;
}
.ingredientes {
	width: 100%;
	float: left;
	height: auto;
	display: none;
	font-size: 0.8em;
	color: #8b8b8b;
	overflow: hidden;
	position: relative;
	padding: 7px;

}

	#informacoes_mobile a:link,
	#informacoes_mobile a:active,
	#informacoes_mobile a:visited {
		color:#515151;
	}

	#informacoes_mobile a:hover {
		text-decoration: none;
		color:#ffb400;
	}
	.box_telefone_discar {
		display: none;
	}

.box_endereco .StrongMobi {
	font-weight: 500 !important;
}

.box_endereco .loja-fechada {
	color: gray !important;
	font-size: 0.9rem !important;
}

/*################# /LATERAL ESQUERDA ##################*/



/*################# LATERAL DIREITA ##################*/
.btLimpaBuscaProd {
	display: none;
}
.slider_destaque {
	width: 100%;
	height: auto;
	float: left;
}
.busca_produtos {
	width: 100%;
	height: auto;
	float: left;
	padding: 20px 10px;
}
.busca_produtos select {
	width: 150px;
	height: 38px;
	float: left;
	margin-right: 10px;
	border: solid 2px #cfcfcf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 10px
}
.busca_produtos input[type=text] {
	width: 457px;
	height: 38px;
	float: left;
	margin-right: 10px;
	border: solid 2px #cfcfcf;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 10px
}
.busca_produtos .btBuscar {
	width: 50px;
	height: 38px;
	float: left;
	background-color: #ffb400;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-size: 1.5em;
	padding-top: 5px;
}
.busca_produtos .btBuscar:hover {
	cursor: pointer;
	background-color: #FFD700;

}
.categoria {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 10px;
}
.categoria_titulo {
	color: #ffb400;
	float: left;
	font-size: 2em;
	font-weight: 700;
}

.categoria_descricao {
	width: 100%;
	height: auto;
	float: left;
	color:#a9a9a9;
	font-size: 0.85em;
	line-height: 1.3em;
}
.categoria_legenda {
	width: 100%;
	height: auto;
	float: left;
	color:#ffb400;
	font-size: 0.85em;
	font-weight: bold;
	text-align: right;
	padding: 5px 0;
}
.categoria_legenda ul,
.produto_nome,
.produto_preco {
	list-style: none;
	padding: 0;
	margin: 0;
}
.categoria_legenda ul li,
.produto_nome li,
.produto_preco li{
	display: inline-block;
	padding: 0px;
	font-size: 0.9em;
	width: 75px;
	text-align: center;
}




.produtos {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dashed 1px #a9a9a9;
}
.produto {
	width: 100%;
	height: auto;
	float: left;
	padding: 5px 0 5px 7px;
	position: relative;
	display: none;
}

.ocultar_categoria {
	display: none;
}
.exibir_produto,
.exibir_categoria {
	display: block;
}
.categoria_semproduto{
	/*opacity: 0.3;*/
	display: none;
}
.categoria_semproduto .categoria_titulo {
	font-size: 1.4em;
}

.categoria_semproduto .categoria_descricao,
.categoria_semproduto .categoria_legenda {
	display: none;
}

.categoria_semproduto .produtos {
	padding-bottom:10px;
}


.produto:hover:before {
    color: #b9b9b9;
    content: "clique e saiba mais";
    font-size: 0.8rem;
    left: 50%;
    position: absolute;
    top: 13px;
}
.produto_icone {
	width: 25px;
	height: 25px;
	float: left;	
	background: #ffb400;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-top: 7px;
	text-align: center;
	color: #fff;
	font-size: 0.75em;
	text-transform: uppercase;
}
.produto_nome {
	float: left;
	padding: 5px 0 5px 5px;
}
.produto_nome li {
	width: auto;
}
.produto_preco {
	float: right;
	padding: 5px 0;
	font-size: 0.85em;
}
.produtos .exibir_produto.zebra {
	background-color: #f3f4f7;
	border-radius: 3px;
}

.produtos .produto:hover {
	background-color: #e3e4e7;
	cursor: pointer;
}
.exibir_produto:hover .icone_foto {
	transform: scale(6);
	z-index: 999;
	top: -87px;
	position: absolute;
	left: 100px;
	border-radius: 0;
	width: 40px;
	height: 25px;
	box-shadow: 0 1px 1px 0px rgba(0,0,0,0.3);
	border: solid 1px orange;
}
.subcategorias .categoria_titulo {
	font-size: 1.3rem;
	text-align: center;
	width: 100%;
	color: rgb(255,100,100);
}
.subcategorias .categoria_legenda {
		color: rgb(255,100,100) !important;
	}
.subcategorias .produto_icone {
	background:rgb(255,100,100);
}


/*################# /LATERAL DIREITA ##################*/


/*################# RODAPÉ ##################*/
.rodape {
	width: 100%;
	height: 180px;
	background: #ffb400;
	float: left;
	position: relative;
	min-width: 980px;

}
.rodape_logo_ecf {
	width: 280px;
	height: 72px;
	float: left;
	position: relative;
	top: 50px;
	left: 0;
	margin-left: 20px;
}
.rodape_links {
	width: 570px;
	height: 72px;
	float: left;
	position: relative;
	top: 80px;
	left: 0;
}
.rodape_logo_up {
	width: 77px;
	height: 72px;
	float: left;
	position: relative;
	top: 70px;
	left: 0;
}
.rodape_links a:link,
.rodape_links a:active,
.rodape_links a:visited {
	color: #515151;
	text-decoration: none;
	font-size: 0.8em;
	margin-left: 15px;
}

.rodape_links a:hover {
	color: #fff;
	text-decoration: none;
}
.linkBold {
	font-weight: 700;
	font-size: 0.9em !important;
}
.home_mobile,
.horario_desc_mobi,
.slider_destaque_mobile,
.navegacao_mobile,
.produto_preco li span,
.produto_preco li br,
.leitura_produto {
	display: none;
}

/*################# /RODAPÉ ##################*/




	.topo_comprar {
		display: none;
	}

/*################# RESPONSIVE ##################*/
@media (max-width: 780px) {
	.exibir_produto:hover .icone_foto {
		border-radius: 50%;
		color: #fff;
		float: left;
		font-size: 1.4em;
		height: 45px;
		line-height: 1.3em;
		padding-top: 7px;
		text-align: center;
		width: 45px;
		text-transform: uppercase;
		position: absolute;
		transform: scale(1);
		border: none;
		box-shadow: none;
		left: 10px;
		top: 15px;
	}

	.box_elemento {
		font-size: 1em;
	}
	.botao_voltar_mobile {
		display: none;
	}
	.navegacao_mobile {
		display: block;
	}
	.topo_header,
	.topo_header footer,
	.corpo,
	.conteudo{
		width: 100%;
		min-width: 100%;
		max-width: 100%;

	}
	.StrongMobi {
		font-weight: 700;
		color: #fff;
	}
	.informacoes_mobile .StrongMobi {
		color: gray;
	}
	.box_telefone_leitura ul li:nth-child(2) {
		display: block !important;
		margin-right: 10px;
	}
	.box_telefone_leitura ul li:nth-child(2) a:link, 
	.box_telefone_leitura ul li:nth-child(2) a:visited, 
	.box_telefone_leitura ul li:nth-child(2) a:active {
		background: #ffd700 none repeat scroll 0 0;
		border-radius: 3px;
		color: #515151;
		font-size: 0.7em;
		padding: 12px;
		text-decoration: none;
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	.corpo {
		height: auto;
		margin: 0 auto;
		position: relative;

	}
	.rodape {
		display: none;
	}
	.topo_header {
		height: 150px;
	}
	.topo_header footer {
		background: none;
		height: 220px;
		bottom: auto;
		top: 0px;
	}
	.topo_logomarca {
		width: 90px;
		height:90px;
		margin-top: 0px;
		border:solid 2px #fff;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		position: absolute;
		left: 20px;
		top: 70px;
		z-index: 999;
	}
	.topo_header footer .corpo {
		height: 220px;
	}

	.topo_nome {
		color: #fff;
		float: left;
		font-size: 1.1em;
		font-weight: 700;
		height: 50px;
		padding: 0px 10px 0px 120px;
		position: absolute;
		text-align: left;
		top: auto;
		bottom: 75px;
		left: 0px;
		width: 100%;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	}
	.topo_comprar {
		display: none;
	}
	.topo_horario {
		background: #ff7200;
		cursor: auto;
		float: left;
		font-size: 0.8em;
		height: 60px;
		left: 0;
		padding-left: 20px;
		padding-top: 17px;
		position: absolute;
		top: 150px;
		width: 100%;
		color: #fff;
	}
	.topo_horario::before {
		content: "";
		font-family: FontAwesome;
		font-size: 25px;
		font-style: normal;
		font-weight: normal;
		left: auto;
		right: 10px;
		padding-right: 0.5em;
		position: absolute;
		text-decoration: inherit;
		top: 15px;
		color: #ffb400;
	}
	.topo_horario:active, .topo_comprar:active {
		border-bottom: none;
		background-color: #ff8220;
	}
	.horario_desc_mobi {
		display: block;
		float: right;
		height: 40px;
		position: absolute;
		right: 40px;
		text-align: right;
		top: 16px;
		width: 48%;
	}
	.horario_desc_mobi span:nth-child(1) {
		color: #ffb400;
		font-weight: 700;
	}
	.horario_desc_mobi span:nth-child(3) {
		font-style: italic;
	}
	.conteudo {
		background: #fff;
		float: left;
		height: auto;
		left: 0;
		padding-bottom: 0px;
		padding-top: 58px;
		position: absolute;
		top: 0;
	}
	.corpo_esquerda {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border-color: transparent;
		border-radius: 0;
		border-style: solid;
		border-width: 0;
		float: left;
		height: auto;
		margin-left: 0;
		width: 100%;
	}
	.corpo_direita {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border-color: transparent;
		border-radius: 0;
		border-style: solid;
		border-width: 0;
		float: left;
		height: auto;
		margin-right: 0;
		overflow: hidden;
		width: 100%;
		padding-top: 50px;
	}
	.box_telefone_leitura ul li:nth-child(2) {
		float: right;
	}
	.slider_destaque {
		display: none;
	}
	
	.busca_produtos {
		float: left;
		height: auto;
		left: 0;
		position: fixed;
		top: 57px;
		width: 100%;
		z-index: 1000;
		-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
	}
	.busca_produtos select {
		display: none;
	}
	.home_mobile {
		display: block;
		padding: 0px;
		margin: 0px;
	}
	.slider_destaque_mobile {
		width: 100%;
		height: auto;
		float: left;
		display: block;
		margin-top: 61px;
	}
	.home_mobile_menu {
		width: 100%;
		float: left;
	}
	.home_mobile_menu li {
		padding: 20px 20px 20px 20px;
		font-size: 1.1em;
		font-weight: 700;
		color: #000;
		border-bottom: solid 1px #e1e1e1;
		position: relative;
	}
	.home_mobile_menu li:nth-child(14n+1) {
		border-left: solid 4px #fff000;
	}
	.home_mobile_menu li:nth-child(14n+2) {
		border-left: solid 4px #ffde00;
	}
	.home_mobile_menu li:nth-child(14n+3) {
		border-left: solid 4px #ffc000;
	}
	.home_mobile_menu li:nth-child(14n+4) {
		border-left: solid 4px #ffa200;
	}
	.home_mobile_menu li:nth-child(14n+5) {
		border-left: solid 4px #ff8a00;
	}
	.home_mobile_menu li:nth-child(14n+6) {
		border-left: solid 4px #ff7e00;
	}
	.home_mobile_menu li:nth-child(14n+7) {
		border-left: solid 4px #ff6c00;
	}
	.home_mobile_menu li:nth-child(14n+8) {
		border-left: solid 4px #ff5400;
	}

	.home_mobile_menu li:nth-child(14n+9) {
		border-left: solid 4px #ff6c00;
	}
	
	.home_mobile_menu li:nth-child(14n+10) {
		border-left: solid 4px #ff7e00;
	}

	.home_mobile_menu li:nth-child(14n+11) {
		border-left: solid 4px #ff8a00;
	}

	.home_mobile_menu li:nth-child(14n+12) {
		border-left: solid 4px #ffa200;
	}

	.home_mobile_menu li:nth-child(14n+13) {
		border-left: solid 4px #ffc000;
	}

	.home_mobile_menu li:nth-child(14n+14) {
		border-left: solid 4px #ffde00;
	}
	.home_mobile_menu li:active {
		cursor: pointer;
		color: #ffb400;
		background: #f7f7f7;
	}


	.home_mobile_menu li::before {
		content: "";
		font-family: FontAwesome;
		font-size: 25px;
		font-style: normal;
		font-weight: normal;
		left: auto;
		right: 10px;
		padding-right: 0.5em;
		position: absolute;
		text-decoration: inherit;
		top: 15px;
		color: #e1e1e1;
	}
	.home_mobile_menu li:active:before {
		color: #ffb400;
	}

	.busca_produtos {
		background-color: #ffb400;
		padding: 7px 10px;
		border-top: solid 1px #eca100;
	}
	.busca_produtos input[type="text"] {
		border: none;
		width: 85%;
		margin-right: 0px;
	}
	.busca_produtos .btBuscar {
		width: 15%;
		float: right;
		color: #fff;
	}
	.busca_produtos .btBuscar:active {
		float: right;
		color: #ffd700;
		background-color: #ffb400; 
	}
	.categoria_legenda {
		display: none;
	}
	.categoria {
		padding: 0px;
	}
	.categoria .categoria_titulo {
		display: none;
	}
	.subcategorias .categoria_titulo{
		display: block !important;
		font-size: 1rem;
		color: rgb(255,100,100);
		text-align: center;
		width: 100%;
	}

	.subcategorias .produto_preco li span {
		color: rgb(255,100,100);
	}
	
	.categoria .categoria_descricao {
		text-align: center;
		padding: 20px 0;
	}

	.subcategorias .categoria_descricao {
		text-align: center;
		padding: 0;
		
	}
	.subcategorias .produto_icone {
		width: 35px;
		height: 35px;
		font-size: 1rem;
		
	}
	.subcategorias .produto_nome {
		left: 55px;
	}
	.subcategorias .produto_preco {
		left: 55px;
	}
	.subcategorias .produto_preco span {
		color: rgb(255,100,100) !important;
	}
	.produto {
		position: relative;
		padding: 15px 0 15px 10px;
	}
	.produto:before {
		content: "" !important;
		font-family: FontAwesome !important;
		font-size: 25px !important;
		font-style: normal !important;
		font-weight: normal !important;
		left: auto !important;
		right: 10px !important;
		padding-right: 0.5em !important;
		position: absolute !important;
		text-decoration: inherit !important;
		top: 50% !important;
		color: #515151 !important;
		margin-top: -13px !important;
	}
	.produto_icone {	
		background: #ffb400;
		border-radius: 50%;
		color: #fff;
		float: left;
		font-size: 1.4em;
		height: 45px;
		line-height: 1.3em;
		padding-top: 7px;
		text-align: center;
		width: 45px;
		text-transform: uppercase;
		position: absolute;
	}
	.produto_nome {
		display: inline-block;
		font-size: 1em;
		font-weight: 700;
		height: 19px !important;
		margin: 0 0 0 50px;
		padding: 0;
		width: 100%;
	}
	.produto_nome li {
		height: 19px !important;
	    overflow: hidden;
	    text-align: left;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 100%;
	}
	.produto_preco {
		display: inline-block;
		float: left;
		font-size: 0.85em;
		left: 68px;
		line-height: 1.2em;
		margin: 0 0 0 44px;
		padding: 0;
	}
	.produto_preco span {
		color: #ffb400;
	}
	#leitura_produto .produto_preco {
		margin: 0px;
	}
	.navegacao_mobile {
		width: 100%;
		height: 57px;
		background: #ffb400;
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
	}
	.botao_voltar_mobile {
		/*display: none;*/
		z-index: 9999;
	}
	.botao_voltar_mobile_vazio,
	.botao_mobile {
		color: #fff;
		float: left;
		font-size: 2.2em;
		height: 57px;
		line-height: 1.5em;
		text-align: center;
		width: 57px;
		position: absolute;
		z-index: 8000;
	}
	.botao_mobile:active {
		color: #000 !important;
	}
	.botao_voltar_mobile_vazio,
	.botao_voltar_mobile {
		float: left;
	}
	.texto_mobile_uma {
		color: #fff;
		float: left;
		height: 57px;
		padding-left: 60px;
		padding-top: 20px;
		position: absolute;
		width: 100%;
		font-size: 1.1em;
		z-index: 1000;
		display: none;
	}
	.texto_mobile_duas {
		color: #fff;
		float: left;
		height: 57px;
		padding-left: 60px;
		padding-top: 14px;
		position: absolute;
		width: 100%;
	}
	.texto_mobile_menor {
		display: block;
		font-size: 0.8em;
	}
	.texto_mobile_maior {
		display: block;
		font-size: 1.1em;
		font-weight: 700;
		height: 20px;
    	overflow: hidden;

	}
	.topo_header_desktop{
		display: none;
	}
	
	.leitura_produto {
		width: 100%;
		height: auto;
		padding-top: 0px !important;
	}
	.leitura_produto .produto_foto {
		width: 100%;
		height: 200px;
		float: left;
	}
	.leitura_produto h1 {
		float: left;
		font-size: 1.1em;
		font-weight: 700;
		padding: 15px 0;
		text-align: center;
		width: 100%;
		border-bottom: solid 1px #e1e1e1;
	}

	.leitura_produto .produto_preco {
		float: left;
		font-size: 1.1em;
		left: auto;
		position: relative;
		text-align: center;
		top: auto;
		width: 100%;
		border-bottom: solid 1px #e1e1e1;
	}
	.leitura_produto .produto_preco li{
		width: auto;
		padding: 15px 5px;
	}
	.leitura_produto .produto_preco li span {
		color: #ffb400;
		font-size: 0.9em;
		display: block;
	}
	.produto_preco li {
		margin-right: 10px;
	}
	.produto_preco li span {
		display: block;
	}
	.leitura_produto p {
		float: left;
		text-align: center;
		padding: 15px 10px;
		font-size: 1em;
		line-height: 1.3em;
		width: 100%;
	}
	#home_mobile,
	#informacoes_mobile,
	#produtos_mobile,
	#leitura_produto {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
	}
	#home_mobile {
		display: block;
	}
	.box_telefone_discar {
		display: none;
	}
	.topo_horario > .loja-aberta.StrongMobi {
		color: #fff !important;
	}
}
/*################# /RESPONSIVE ##################*/





