/*
* ---------------- GERAL ------------------
*#################        ##################
*/

body {
	font-family: 'Open Sans', sans-serif;
}


.app {
	text-align: right;
}

.text-right {
	text-align: right;
}

.letrabanner {
	font-size: 8px;
}

.nopadding {
	padding: 0;
}

.popover h3{
	min-height: 0px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	font-size: 16px !important;
}


.btnrua {
	background-color: #ffcb05;
}

.btn-chef {
	color: #FFF;
/*	background-color: #992544;
	border-color: #e0413f; */
	background-color: #992544;
	border-color: #992544; 
	
}

.btn-chef2 {
	color: #FFF;
	background-color: #992544;
	border-color: #e0413f;
	width: 100%;
}

.btn-chef-large {
	width: 105px;
	height: 45px;
	line-height: 30px;
	font-size: 14px;
}

.btn-chef-large2 {
	width: 145px;
	height: 45px;
	line-height: 30px;
	font-size: 14px;
}

.btn-chef-large2_2 {
	width: 250px;
	height: 45px;
	line-height: 30px;
	font-size: 14px;
}

.btn-chef-large3 {
	width: 100%;
	height: 45px;
	line-height: 30px;
	font-size: 14px;
}

.btn-chef-large4 {
	width: 100%;
	height: 45px;
	line-height: 30px;
	font-size: 14px;
	background-color: #ffcb05;
	border-color: #ffcc00;
}

.btn-chef-large5 {
	width: 90%;
	height: 45px;
	line-height: 30px;
	font-size: 14px;
}



.btn-chef:hover, .btn-chef:focus, .btn-chef:active, .btn-chef.active, .open>.dropdown-toggle.btn-chef {
	color: #fff;
	background-color: #e34240;
	border-color: #d2413f;
}

.textoCardapioDestaque
{
	text-align: center;
	text-transform: uppercase;
	font-weight: lighter;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 0.2em 0;
}

.textoCardapioDestaque .horario {
	font-size: 14px;
}

.grayscale { 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
}



.drop-shadow {
position: relative;

-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;				
}

.drop-shadow:before, .drop-shadow:after {
content: "";
position: absolute;
z-index: -2;
}

.drop-shadow:before, .drop-shadow:after {
content: "";
position: absolute;
z-index: -2;
}

.raised {
webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;	
}

.no-margin {
	margin: 0;
}

.font-light {
	font-weight: 400;
}


.chef-page-title {
	color: #782037;
	font-weight: 300;
}

#cw-wrapper .alert {
	margin-bottom: 0;
}

/*
* ---------------- /GERAL - MENU PASSO A PASSO/ ------------------
*#################        ####################
*/

.bs-wizard {}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/


/*
* ---------------- RIBBON ------------------
*#################        ##################
*/
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
/*  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px; */
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #992544;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#992544), to(#992544)); 
  background-image: -webkit-linear-gradient(top, #992544, #992544); 
  background-image:    -moz-linear-gradient(top, #992544, #992544); 
  background-image:     -ms-linear-gradient(top, #992544, #992544); 
  background-image:      -o-linear-gradient(top, #992544, #992544); 
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon:before, .ribbon:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon:before {
  left: 0;
}
.ribbon:after {
  right: 0;
}
.ribbon-wrapper{
    margin:0 0 0 212px;
    position:absolute;
}

.novidade {
	background: #ffcb05;
}

.telefone-cabecalho {
	color: #771f37;
	font-size: 20px;
	margin-top: 7px;
}

/*
* ---------------- SELECAOCIDADE.BLADE.PHP ------------------
*#################        ##################
*/

#selecionaCidadeBody {
	background-color: #323232;
	
	
}


#selecionaCidadeContainer .modal {
	margin-top: 135px !important;
	display: block;
	margin-top: 0;
	overflow: auto;

}

#selecionaCidadeContainer .modal .modal-dialog {
	margin-top: 0.5em;
}

#selecionaCidadeContainer .modal .modal-body {
	padding: 10px 40px;

	
}


.modal-body ul li a{
	color: #323232;
	text-decoration: none;
	line-height: 35px;

	
}

.modal-body ul li a:hover{
	color: #323232;
}

/*
* ---------------- /SELECAOCIDADE.BLADE.PHP/ ------------------
*#################        ####################
*/


/*
* ---------------- HOME.BLADE.PHP ------------------
*#################        ##################
*/

#homebg1 {
	background: #fff url('../img/bg/medallions_ao_molho_madeira.jpg') no-repeat fixed top center;
	background-size: cover;
	padding-top: 1em;
	
}

#homebg2 {
	background: #fff url('../img/bg/ave2.jpg') no-repeat fixed top center;
	background-size: cover;
	padding-top: 1em;
	
}

#homebg3 {
	background: #fff url('../img/bg/lanche2.jpg') no-repeat fixed top center;
	background-size: cover;
	padding-top: 1em;
	
}

#homebg4 {
	background: #fff url('../img/bg/pizza2.jpg') no-repeat fixed top center;
	background-size: cover;
	padding-top: 1em;
	
}

#homebg5 {
	background: #fff url('../img/bg/salad2.jpg') no-repeat fixed top center;
	background-size: cover;
	padding-top: 1em;
	
}

#homebg6 {
	background: #fff url('../img/bg/tipico2.jpg') no-repeat fixed top center;
	background-size: cover;
	padding-top: 1em;
	
}



/* Customize the nav-justified links to be fill the entire space of the .navbar */

#navMenuPrincipal {
  background-color: #782037;
  border: 1px solid #6c1c31;
}

#navMenuPrincipal >li>a:hover, #navMenuPrincipal >li>a:focus {
  background-color: #6a1e32;
}

#navMenuPrincipal > li > a {
  padding-top: 14px;
  padding-bottom: 16px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  background-color: #782037; /* Old browsers */
  border-bottom: 1px solid #6c1c31;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  height: 45px;
  padding-left: 4.1em;
}
#navMenuPrincipal > .active > a,
#navMenuPrincipal > .active > a:hover,
#navMenuPrincipal > .active > a:focus {
  background-color: #6a1e32;
  background-image: none;
}
#navMenuPrincipal > li:last-child > a {
  border-bottom: 0;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #6a1e32;
    border-color: #6a1e32;
    border-right: 1px solid #450919;	
}

@media (min-width: 768px) {
  #navMenuPrincipal {
    max-height: 52px;
  }
  #navMenuPrincipal > li > a {
    border-left: 1px solid #992544;
    border-right: 1px solid #450919;
  }
  #navMenuPrincipal > li:first-child > a {
    border-left: 0;
  }
  #navMenuPrincipal > li:last-child > a {
    border-right: 0;
  }
}

.icone-home {
	width: 35px;
	height: 32px;
	background-image: url('../img/icones.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0.5em;	
}


.icone-empresa {
	background-position: 0 0;
	left: 1.6em;
}

.icone-telefone
{
	background-position: -48px 0;
	left: 1.8em;
}

.telefone-icone
{
	background-position: -48px 0;
}

.icone-taxa
{
	background-position: -97px 0;
	left: 1.5em;
}

.icone-horario
{
	background-position: -148px 0;
	left: 1.5em;
}

.icone-promocao
{
	background-position: -192px 0;
	left: 1.5em;
}

#btn-submenu-home {
	float: right;
	margin-top: 0.5em;	
	margin-bottom: 5em;
	
}

#home-logo-wrapper {
	background-color: rgba(255,255,255,0.8);
	height: 165px;
	margin-top: 0.5em;
	
}


#home-logo-wrapper h1 {
	font-weight: bold;
	font-size: 28px;
}

#home-logo-wrapper h2 {
	font-size: 13px;
}

#home-logo-wrapper p {
	font-size: 13px;
}


#home-logo-wrapper2 {
	height: 165px;
	margin-top: 0.5em;
	
}


#home-logo-wrapper_2 h1 {
	font-weight: bold;
	font-size: 28px;
}

#home-logo-wrapper_2 h2 {
	font-size: 13px;
}

#home-logo-wrapper_2 p {
	font-size: 13px;
}

#logo-home {
	background-image: url('../img/chefwaldemar_delivery_teleentrega.png');
	background-repeat: no-repeat;
	width: 301px;
	height: 239px;
	position: absolute;	
top: -2.7em;
left: -4em;	
	
}

#logo-home2 {
	position: absolute;	
	top: 0px;
	left: 0px;	
	
}

.logo-pedido {
    width: 112px;
    position: absolute;
    z-index: 9;
}	

.imagem-pedido {
		width: 100%;
}	

.espaco {
	padding-left: 116px !important;
}

#pedidos-home {
	background-image: url('../img/fazer_pedido.png');
	background-repeat: no-repeat;
	width: 202px;
	height: 202px;	
	position: relative;
	display: block;	
	text-align: center;
	padding-top: 4.5em;	
	color: #782037;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;	
}

#botao-faca {
	font-size: 22px;
	font-weight: 400;
}

#botao-pedido {
	font-size: 28px;
	font-weight: bold;	
}

#botao-clique {
	font-size: 18px;
	font-weight: bold;

}

/*
* ---------------- /HOME.BLADE.PHP/ ------------------
*#################        ####################
*/


/*
* ---------------- RODAPE-TEMPLATE ------------------
*#################        ##################
*/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 178px;

}

.footer-top {
	bottom: 80px;
}

.footer-top .footer-top-container {
	background-color: #efefef;
	height: 80px;
	padding: 0.3em 1em;
}

.footer-texto {
	text-transform: uppercase;
	color: #782037;	
	font-weight: 300;
	font-size: 16px;
	margin-top: 0.9em;
	padding-left: 0;
	
}

.main-color {
  background-color: #782037;
	
}


.footer #rodape-social2 {
	list-style: none;	
	margin: 1.2em 0 1em;
	padding: 0;
}

.footer #rodape-social li {
	float: left;
	width: 38px;
	height: 39px;	
	position: relative;
	margin-right: 0.7em;
}

.approdape{
	width: 116px !important;
}


.footer .cheficonsocial {
	width: 38px;
	height: 39px;
	background-image: url('../img/icones.png');
	background-repeat: no-repeat;
	position: absolute;
}

.footer .icon-facebook {
	background-position: -281px 0;	
}

.footer .icon-twitter {
	background-position: -428px 0;	
}

.footer .icon-instagram {
	background-position: -380px 0;	
}

.footer .icon-youtube {
	background-position: -479px 0;	
}

#facebook-iframe {
	background-color: #FFF;
	position: absolute;
	top: -78px;
	right: 0;
}

.titulo-rodape {
	color: #fff;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	
}

.posts-blog {
	margin-top: 3px;
	color: #fff;
	margin-bottom: 0px;

}
.posts-blog a{
	color: #fff;
	font-size: 13px;
	font-weight: 100;
	
}

.copy {
  background-color: #782037;
}







/*
* ---------------- /CABECALHO SITE - TEMPLATE/ ------------------
*#################        ####################
*/

#faixabranca {
	margin: 0.5em 0;
	
}

#faixabranca .navbar {
	padding: 0;
	margin: 0;
	height: 40px;
	
}

#faixacinza2 {
	background-color: #4f4f4f;
	
}

#faixacinza2 .navbar {
	height: 45px;
	min-height: 30px;
	padding: 0;
	margin: 0;
	
}

#faixacinza2 p {
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	margin: 10px 35px 10px 0;
	
}

#faixacinza2 p span {
	color: #ffcb05;
	
}

#faixacinza2 form {
	margin: 5px 0;
	padding: 0;
	margin-left: 140px;
}

#faixacinza2 .cadastro {
	margin: 5px 0;
	color: #4f4f4f;
	background-color: #ffcb05;
	border-color: #f6c406;
	padding: 6px 3em;
}

#faixacinza2 .botoeslogado {
	margin: 3px;
	color: #000;
	background-color: #fff;
	border-color: #cccccc;
	padding: 0px 1em;
	font-size: 12px;
	margin-top: 12px;
}

#faixacinza2 .textologado {
	margin: 3px;
	color: #fff;
	padding: 0px 12em;
	font-size: 14px;
	margin-top: 12px;
	text-transform: none;
}

#faixacinza2 .textologado span{
	color: #ffcb05;
	text-decoration: underline;
}


#faixacinza2 form a {
	color: #000;
	font-size: 10px;
	text-decoration: underline;
	margin-left: 0.5em;
	
}



#faixacinza {
	background-color: #ececec;
	
}

#faixacinza .navbar {
	height: 40px;
	min-height: 30px;
	padding: 0;
	margin: 0;
	
}

#faixacinza p {
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	margin: 10px 35px 10px 0;
	
}

#faixacinza p span {
	color: #ffcb05;
	
}

#faixacinza form {
	margin: 5px 0;
	padding: 0;
	margin-left: 140px;
}

#faixacinza .cadastro {
	margin: 5px 0;
	color: #4f4f4f;
	background-color: #ffcb05;
	border-color: #f6c406;
	padding: 6px 3em;
}

#faixacinza .botoeslogado {
	margin: 3px;
	color: #000;
	background-color: #fff;
	border-color: #cccccc;
	padding: 0px 1em;
	font-size: 12px;
	margin-top: 12px;
}

#faixacinza .textologado {
	margin: 3px;
	color: #fff;
	padding: 0px 1em;
	font-size: 14px;
	margin-top: 12px;
	text-transform: none;
}

#faixacinza .textologado span{
	color: #ffcb05;
	text-decoration: underline;
}


#faixacinza form a {
	color: #000;
	font-size: 10px;
	text-decoration: underline;
	margin-left: 0.5em;
	
}

#cabecalho-social {
	margin-left: 3em;
}
#cabecalho-social a {
	width: 38px;
	height: 39px;
	float: left;
	margin: -4px 0.5em 0 0;
}


#cabecalho-social a i {
	width: 38px;
	height: 39px;
	background-image: url('../img/icones.png');
	background-repeat: no-repeat;
	float: left;
}

#btn-pedido {
	background-color: #eee;	
	padding: 4px 0.2em;
	color: #323232;
	line-height: 25px;	
	margin-top: -4px;
}

.dropdown-menu>li>a{
	text-align: left;
}

#btn-pedido .icon-pedido {
	background-image: url('../img/icones.png');
	background-repeat: no-repeat;	
	width: 33px;
	height: 25px;
	background-position: -517px -14px;
	float: left;
	margin-right: 6px;
}

#cabecalho-menu {
	margin-bottom: 2em;
	background-color: #782037;
}

#cabecalho-menu2 {
	background-color: #782037;
}

#faixasobre {
	background-color: #efefef !important;
	height: 227px;
    padding-top: 15px;	
	
}

#faixapromo {
	height: 370px;
	background-color: #fff;
}

#titulo-promocao {
	color: #782037;
    font-weight: 300;
    text-align: center;
    font-size: 30px;
}


/*
* ---------------- /RODAPE - TEMPLATE/ ------------------
*#################        ####################
*/

#rodape
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
}

#rodape .rodape-top
{
	background-color: #efefef;
	padding: 0.3em 1em;
}

#rodape-social {
	list-style: none;	
	margin: 1.2em 0 1em;
	padding: 0;
}

#rodape-social li {
	float: left;
	width: 38px;
	height: 39px;	
	position: relative;
	margin-right: 0.7em;
}



.cheficonsocial {
	width: 38px;
	height: 39px;
	background-image: url('../img/icones.png');
	background-repeat: no-repeat;
	position: absolute;
}

.icon-facebook {
	background-position: -281px 0;	
}

.icon-twitter {
	background-position: -428px 0;	
}

.icon-instagram {
	background-position: -380px 0;	
}

.icon-youtube {
	background-position: -479px 0;	
}


#rodape .rodape-bottom
{
  	background-color: #782037;
  	min-height: 100px;
}




#cw-wrapper #rodape {
	position: relative;
	bottom: auto;
	margin-top: 2em;
	
}


/*
* ---------------- /EMPRESA/ ------------------
*#################        ####################
*/

.texto-empresa p {
	font-size: 12px;
}

.titulo-empresa {
	color: #782037;
	font-weight: 300;	
}

.subtitulo-empresa {
	text-transform: uppercase;
	
}

.menu-empresa {
	margin-top: 2em;
}

.menu-empresa a {
	text-align: left;
	padding: 10px;
}


/*
* ---------------- /FALE CONOSCO/ ------------------
*#################        ####################
*/

.texto-faleconosco p {
	font-size: 12px;
}

.titulo-faleconosco {
	color: #782037;
	font-weight: 300;	
}

.subtitulo-faleconosco {
	text-transform: uppercase;
	
}

.menu-faleconosco {
	margin-top: 2em;
	text-align: left;
}

.menu-faleconosco a {
	text-align: left;
	padding: 10px;
}

.painel {
	padding: 3em;
}

.btnfaleconosco {
	float: right;
	margin: 5px 0;
	color: #fff;
	background-color: #782037;
	border-color: #9f2546;
	padding: 3px 3em;
}


/*
* ---------------- /HORARIO DE ATENDIMENTO/ ------------------
*#################        ####################
*/


.texto-horario p {
	font-size: 12px;
}

.titulo-horario {
	color: #782037;
	font-weight: 300;	
}

.subtitulo-horario {
	text-transform: uppercase;
	
}

.painelhorario {
	min-height: 190px;
}


/*
* ---------------- /FORMA DE PAGAMENTO/ ------------------
*#################        ####################
*/


.texto-forma p {
	font-size: 12px;
}

.titulo-forma {
	color: #782037;
	font-weight: 300;	
}

.subtitulo-forma {
	text-transform: uppercase;
	
}

.painelforma {
	margin-top: 20px;
	min-height: 140px;
}



/*
* ---------------- /CHEF CARROUSEL/ ------------------
*#################        ####################
*/

@media (min-width: 768px) {
#chef-carousel
{
	margin-top: -2em;
}
}

#chef-carousel .carousel-caption
{
	text-align: left;
	width: 300px;
	left: auto !important;
/*	color: #323232; */
	color: #fff;
	text-shadow: none;
	padding: 0;
	top: 1.5em;
	right: 4.5em;
	bottom: 0;
}


#chef-carousel .banner-logo {
	position: absolute;
	top: 14%;
	left: 2em;	
}



#chef-carousel .carousel-caption h2
{
	text-transform: uppercase;
	margin-top: 0;
}

#chef-carousel .carousel-caption h2 small
{
	color: #323232;
}

/*
* ---------------- /CARDAPIO MENU/ ------------------
*#################        ####################
*/
#navCardapioMenu
{
	background: #ffcb05;
	padding-top: 0.05em;
	border: none;
	max-height: inherit;
}

#navCardapioMenu li {
	padding: 0;
}

#navCardapioMenu li a {
	background: #FFF;
	color: #323232;
	margin: 0 0.05em;
	border: none;
	font-weight: bold;
	padding: 1.5em 0;
	height: auto;
	  text-align: center;
	  text-transform: uppercase;
	  font-size: 14px;
	  white-space: nowrap;
	
	
	
	
}

#navCardapioMenu li a:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
}

#navCardapioMenu li:first-child a
{
	margin-left: 0.1em;
}

#navCardapioMenu li.active a {
	background: #992544;
	color: #FFF;
}

#navCardapioMenu li.active a:hover {
	background-color: #e34240;
	border-color: #d2413f;
}

#produtosWrapper
{
	text-align: center;
}

#produtosWrapper h3
{
	min-height: 44px;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 20px;
}

#produtosWrapper .thumbnail 
{
	margin-top: 0.8em;
	position: relative;
}

#produtosWrapper .label-chef-cardapio
{
	background: #efefef;
	border: solid 1px #DDD;
	color: #323232;
	text-transform: uppercase;
	font-weight: normal;
	border-radius: 0;
	padding-right: 0;
}

#produtosWrapper .label-chef-cardapio .coracao
{
	background: #992544;
	color: #FFF;
	padding: 0.5em 0.6em;
}

#produtosWrapper .label-chef-cardapio a
{
	background: #992544;
	color: #FFF;
	padding: 0.3em 0.6em;
}

#produtosWrapper .label-chef-cardapio a:hover
{
	color: #fff;
	background-color: #e34240;
	border-color: #d2413f;
}

#produtosWrapper .thumbnail .preco
{
	position: relative;
	padding-bottom: 0.3em;
	border-bottom: solid 1px #DDD;
	font-weight: 400;
	font-size: 20px;
}

#produtosWrapper .thumbnail .preco small
{
font-size: 16px;
font-weight: 300;
}

#produtosWrapper .thumbnail .precodesconto
{
	position: relative;
	padding-bottom: 0.3em;
	border-bottom: solid 1px #DDD;
	font-weight: 400;
	font-size: 20px;
	color: red;
}

#produtosWrapper .thumbnail .precodesconto small
{
	font-size: 16px;
	font-weight: 300;
	color: red;
}

#tabelaacomp td{
	vertical-align: middle;
}

#tabelaacomp .nomeproduto {
	font-weight: 100;
	text-transform: uppercase;
	font-size: 16px;
	text-align: left;
}

#tabelaacomp tr:first-child td {
	border-top: none;
}

#tabelaacomp .precotipo2
{
	position: relative;
	font-weight: 400;
	font-size: 18px;
}

#tabelaacomp .precotipo2 small
{
font-size: 16px;
font-weight: 300;
}




/*
* ---------------- /CARDAPIO SUB MENU/ ------------------
*#################        ####################
*/
#navSubMenu{
	width: 100%;
	text-align: center;
	margin-top: 0tem;
	background: #ffcb05;
	min-height: 32px;
}

#navSubMenu li {
	float: none;
	display: inline-block;
	border-right: solid 1px #fff;	
	margin-top: 4px;
}

#navSubMenu li:last-child {
	border-right: none;	
}


#navSubMenu li a 
{
	font-weight:400;
	color: #323232;
	border-radius: 0;
	padding: 0.2em 0.5em;
	text-transform: uppercase;
	margin: 0 0.5em;
}


#navSubMenu li.active a {
	background: #992544;
	color: #FFF;
}

#navSubMenu li.active a:hover {
	background-color: #e34240;
	border-color: #d2413f;
}



/*
* ---------------- /CARDAPIO/ ------------------
*#################        ####################
*/

.cardapioImagem {
	height: 200px; 
	width: 250px;
	display: block;	
}


.icone-cardapio {
	background-image: url('../img/icones.png');
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 0.3em;
	height: 20px;
}

.icone-umapessoa {
	width: 20px;
	background-position: -571px -19px;
}

.icone-duaspessoas {
	width: 21px;
	background-position: -550px -19px;
}



#linkPizza:hover{
	text-decoration: none;
}

#linkPizza:hover .retanguloPizza{
	background-color: #ffdc52;
}

.precopizza2 {
	color: red;
}

.precopizzariscado {
	text-decoration: line-through;
}

#linkPizza:hover .retanguloPizza2{
	background-color: #eb5957;
}

#linkPizza .retanguloPizza {
	height: 180px;
	margin-top: -116px;
	background-color: #ffcb05;
	padding-top: 92px;
	
	 -webkit-transition: background 0.2s linear; 
	 -moz-transition: background 0.2s linear; 
	 -ms-transition: background 0.2s linear; 
	 -o-transition: background 0.2s linear; 
	 transition: background 0.2s linear;	

}

#linkPizza .retanguloPizza .texto1{
	font-size: 20px;
	color: #000;
	font-weight: 600;
	
}

#linkPizza .retanguloPizza .texto2{
	font-size: 18px;
	color: #000;
}

#linkPizza .retanguloPizza2 {
	background-color: #992544;
	color: #fff;
	font-size: 50px;
	width: 95%;	
	margin: -30px auto auto;
	margin-bottom: 15px;
	z-index: 1000;
	position: relative;
	
	 -webkit-transition: background 0.2s linear; 
	 -moz-transition: background 0.2s linear; 
	 -ms-transition: background 0.2s linear; 
	 -o-transition: background 0.2s linear; 
	 transition: background 0.2s linear;		
}

#linkPizza .retanguloPizza2 .pizza-promocao {
	font-size: 26px;
}

#linkPizza .retanguloPizza3 {
	background-color: #631724;
	height: 100px;
	margin-top: -93px;
	z-index: 800;
	position: relative;

}

/*
* ---------------- /MONTA PRATO/ ------------------
*#################        ####################
*/

.fonteacomp {
	font-size: 12;
}

.montaPratoEsquerda {
	padding-top: 30px;
}

.montaPratoEsquerda .boxqtde {

}

.montaPratoEsquerda .boxponto {
	padding-top: 10px;
}

.montaPratoEsquerda .boxobs {
	padding-top: 10px;
}

.montaPratoEsquerda .boxpreco
{
	font-weight: 400;
	font-size: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin: 15px 0;	
}

.montaPratoEsquerda .boxpreco .desconto {
	text-decoration: line-through;
}

.montaPratoEsquerda .boxpreco .legenda
{
	font-size: 16px;
	font-weight: 300;
}


.montaPratoEsquerda .boxpreco small
{
	font-size: 16px;
	font-weight: 400;
}

.montaPratoDireita .nomeProduto
{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;

}

.montaPratoDireita .monta-nome
{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 0px;

}


.montaPratoDireita .descrProduto
{
	font-weight: 100;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
	min-height: 56px;
}

.montaPratoDireita .monta-descr
{
	font-weight: 100;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
	min-height: 56px;
	margin-top: 5px;
}

.montaPratoDireita hr {
	margin-top: 0px;
	margin-bottom: 10px;
	
}

/*
* ---------------- /Blog/ ------------------
*#################        ####################
*/

.blog-resumo {
	min-height: 120px;
}

.box-blog {
	padding-bottom: 2em;
}

.box-blog h1 {
	font-size: 30px;
	font-weight: 400;
}


.margin10{margin-bottom:10px; margin-right:10px;}



/*
* ---------------- /CADATRO/ ------------------
*#################        ####################
*/

.tirapadding {
	padding: 1em;
}


#myTab .active a {
	background: #fff;
}

#myTab a {
	background: #eeeeee;
	color: #585858;
}

#myTab {
	border-bottom: none;
}


/*
* ---------------- /CARRINHO/ ------------------
*#################        ####################
*/

.btn-remover-carrinho {
	padding: 0.1em 1em;
}

.traco {
	text-decoration: line-through;
}

.btn-remover-carrinho i{
	color: red;
	margin-right: 5px;
	line-height: 10px;
}

.fechaPedido {
	padding-top: 30px;
}


.fechaPedido .boxpreco
{
	font-weight: 400;
	font-size: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin: 15px 0;	
}

.fechaPedido .boxpreco .legenda
{
	font-size: 16px;
	font-weight: 300;
}


.fechaPedido .boxpreco small
{
	font-size: 16px;
	font-weight: 400;
}

.fechaPedido .boxpreco .desconto {
	text-decoration: line-through;
}

.fechaPedido .boxitens 
{
	background-color: #333;
	color: #fff;
	text-align: left;
}

.fechaPedido .fundobagde 
{
	background-color: white;
	color: black;
}

.margem-botao {
	margin-bottom: 10px;
}



/*
* ---------------- /FECHA PEDIDO/ ------------------
*#################        ####################
*/
.msglogar {
	margin-bottom: 20px;
}

.msglogar .boxmsg 
{
	background-color: #F04442;
	color: #fff;
	text-align: center;
}

.msglogar .p1 
{
	font-size: 20px;
}

.msglogar .p2
{
	font-size: 12px;
}

.msglogar2 {
	text-align: center;
}

.msglogar2 a {
	color: #F04442; 
}

.msglogar2 .p3 {
	font-size: 14px;
}

.painel-step {
	margin-bottom: 10px;
}

.cadend {
	background-color: #F8F8F8;
	border-color: #E6E6E6;
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;

}

.cadobs {
	margin-left: 10px;

}



.btncadend {
	background-color: #7B1F37;
	color: #fff;
	margin-top: -5px;
}

.btncadend2 {
	background-color: #7B1F37;
	color: #fff;
	margin-top: -5px;
	font-size: 12px;
}

.boxendereco {
	margin-top: -22px;
}

.me {
margin: 0px 0 0;
padding-left: 9px;
padding-right: 9px;
padding-top: 0px;
padding-bottom: 2px;
width: 130px;
text-align: left;
}

.inputvalor {
}

.boxvalor {
	margin-bottom: 10px;
}

.boxnovoend {
	margin: 0px;
}

.boxtexto {
	font-size: 25px;
	margin-top: 4px;
	font-weight: 100;
	color: #585858;
}

.boxtexto2 {
	font-size: 25px;
	margin-top: 0px;
	font-weight: 100;
	color: #585858;
}

.removeespaco {
	margin-bottom: 0px;
	margin-right: 0px;
}


.boxfinaliza {
	margin: 0px;
	text-align: center;	
	font-size: 25px;
	margin-top: 4px;
	font-weight: 100;
	color: #fff;
	background-color: #70bc42;
	border-color: #E6E6E6;
	color: #fff;
	margin-bottom: 10px;		
}

.boxprazo{
	text-align: center;	
	font-size: 20px;
	font-weight: 100;	
}

.boxaviso {
	text-align: center;	
	font-size: 14px;
	font-weight: 100;	
	margin-bottom: 10px;	
}



/*
* ---------------- /Pizza/ ------------------
*#################        ####################
*/

.img-pizza {
	min-height: 160px;
	margin-top: 10px;
    line-height: 11.3em;
}

.pizzaheading .caption h3 {
	margin-top: 0px;
}


/*
* ---------------- /TABELA RESPONSIVE/ ------------------
*#################        ####################
*/


@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}






/*
* ---------------- /RESPONSIVES/ ------------------
*#################        ####################
*/

/*====================================
=            PANEL STYLES            =
====================================*/
/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#cw-wrapper {
    padding-left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#cw-wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    top: 0;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#sidebar-wrapper .sidebar-nav form input {
	display: block;
}

#cw-wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#cw-wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.sidebar-nav .navbar-form {
	margin: 0;
}

.sidebar-nav .navbar-form input {
	margin: 0.5em 0;
}

.sidebar-nav li p.navbar-text {
	color: #FFF;
	text-align: center;
	line-height: 18px;
	margin-bottom: 0;
}

.sidebar-nav .nav-header {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 1px #1D1D1D;
	border-top: solid 1px #1D1D1D;
	font-size: 12px;
	text-align: center;
}

.sidebar-nav .divider {
	height: 1px;
	margin: 9px 1px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #1D1D1D;
}

.sidebar-nav .dropdown-toggle {
	background: rgba(255,255,255,0.2);
}

#menu-toggle {
	margin: 0.5em 0;
}

.navmenu-nav.dropdown-menu {
	position: static;
	margin: 0;
	padding-top: 0;
	float: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background-color: #323232;
}

.navmenu-default .navmenu-nav.dropdown-menu, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
	background-color: #e7e7e7;
}

.navmenu-nav.dropdown-menu .badge 
{
	text-indent: 0;
	background-color: #FFF;
	color: #323232;
}

.navmenu-nav.dropdown-menu .bd2 
{
	background-color: #FFF;
	color: #323232;
margin-top: 5px;
margin-right: 6px;	
}

.navmenu-nav.dropdown-menu .divider {
	background-color: #4E4E4E;
}






























/*=======================================
=            MOBILE SNIPPETS            =
=======================================*/
@media only screen and (max-width : 768px) {
    header .toggle-panel {
        display: block;
    }
    header ul {
        display: none;
    }
    
	#page-content-wrapper {
		padding: 1em 0;
	}
	
	#no-more-tables .chef-popover {
		display: block;
	}
	
	.me, .btn-remover-carrinho {
		white-space: normal;
	}    
    
    
}

@media (max-width: 767px) {

	#page-content-wrapper {
		padding: 1em 0;
	}
	
	#no-more-tables .chef-popover {
		display: block;
	}
	
	.me, .btn-remover-carrinho {
		white-space: normal;
	}

	/*-- HOME --*/
	#pedidos-home {
		width: auto;
		background-position: center center;
		margin-bottom: 2em;
	}

	#pedidos-home #btn-submenu-home {
		margin-bottom: 3em;
	}

	#btn-submenu-home {
		margin-bottom: 2em;
	}


	/*-- SITE CABECALHO --*/

	#faixacinza {
		padding: 10px 15px;
	}

	#faixacinza .navbar {
		height: auto;
	}

	#faixacinza form {
		margin: auto;
		padding: 0;
	}

	#faixacinza .form-control {
		margin-bottom: 0.5em;
	}

	#faixacinza form input[type=submit] {
		width: 100%;
	}

	#faixacinza form a {
		text-align: center;
		display: block;
		margin: 0.5em 0;
		font-size: 12px;
	}

	#faixacinza .cadastro {
		width: 100%;
		margin: 1em 0 0.5em;		
	}

	#faixacinza .textologado {
		margin: 0;
		padding: 0;
		text-align: center;
	}

	#faixacinza .botoeslogado {
		margin: 0.5em 0;
		display: block;
		padding: 0.5em;
	}

	#faixacinza .botoeslogado:last-child {
		margin-bottom: 0; 
	}


	#faixabranca .btn-default, #faixabranca .btn-group, #faixabranca #btn-pedido {
		width: 100%;
	}

	#faixabranca .btn-group {
		margin: 0.2em 0;
	}



	/* CARDAPIO MENU */
	#navCardapioMenu {
		padding-bottom: 0.1em;
	}

	#navSubMenu {
		background: #ffcb05;
	}

	#navSubMenu li {
		display: block;
		border: none;
	}

	#navSubMenu li a {
		margin: 0;
		padding: 0.4em 0.5em;
	}
}

@media (min-width: 768px) {
	.nav-justified>li {
		float: none;
		width: 100%;
		display: block;
	}
	
	#navMenuPrincipal {
		max-height: initial;
	}
}

@media (min-width: 992px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%;
	}

	#navMenuPrincipal {
		max-height: 52px;
	}
}