body {
	padding: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color: #F2F2F2;
}

.center {
    max-width: 1186px !important;
    margin: 0 auto;
}

.arredondamento{
	border-radius: 12px;
}

/*Cores background e texto*/
div#header_new_version {
    background: #000;
    height: 50px;
    position: relative;
}
@media only screen and (max-width: 500px) {
  div#header_new_version {
    height: 50px;
  }
}

div#header_new_version div#header_new_version_inferior_bar {
    /*height: 0px;*/
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #8E0303 !important;
}

div#header_new_version div#header_new_version_content {
    position: relative;
    height: 100%;
}

div#header_new_version div#header_new_version_content div#header_new_version_logo {
    display: inline-block;
    padding: 0;
}
.restaurante_info{
	margin-top: -215px;
	text-align: center;
}
@media only screen and (max-width: 500px) {
  .restaurante_info {
	margin-top: -215px;
	text-align: center;
	margin-left: 0;
  }
}

.restaurante_nome {
    font-size: 1.0em;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0;
}

.restaurante_endereco {
	font-size: 0.7em;
	color: #ffffff;
}

.btn_entrar_cadastrar {
	position: absolute;
	right: 0px;
	top: 2em;
	padding-top: 5px;
	border-radius: 10px;
	border: none;
	text-align: center;
	cursor: pointer;
	width: 85px;
	height: 30px;
	background-color: #deb174;
	color: #fff;
	margin-right: 10px;
}
.container-logotipo{
	position: absolute;

}
.logotipo{
	width: 180px;
	height: 180px;
	padding: 10px;
	z-index: 100;
	text-align: center;
	position: absolute;
	left: 50%; /* posiciona na metade da tela */
    margin-left: -90px; /* e retrocede metade da largura */
	background-color: #fff;
	opacity: 0.9;
}
.logotipo img {
	width: 160px;
	height: 160px;
	max-height: 160px;
}
@media only screen and (max-width: 500px) {
	.logotipo {	
	width: 70px;
	height: 70px;
	padding: 2px;	
	z-index: 100;
	text-align: center;
	position: absolute;
	left: 50%; /* posiciona na metade da tela */
    margin-left: -35px; /* e retrocede metade da largura */
	background: #fff;
	opacity: 0.9;
	}
	.logotipo img{
		width: 66px;
	    height: 66px;
		max-height: 66px;
	}
}
#logo {
	margin: 0px;
	width: 220px;
	height: 220px;
	text-align: center;
}

@media only screen and (max-width: 500px) {
  #logo {
	width: 100px;
    height: 100px;
  }
}

#logo2 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 220px;
	height: 220px;
	text-align: center;
}

@media only screen and (max-width: 500px) {
  #logo2 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 220px;
	height: 220px;
	text-align: center;
  }
}

.bodymodal{
	width: 90%;
}

.entrarcadastro{
	width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.entrarcadastro a {
	color: #545454;
  	text-decoration: none;
  	font-size: 17px;
  	border-bottom: 1px solid #DDDDDD;
	height: 48px;
	width: 172px;
	min-height: auto;
	min-width: auto;
	text-align: center;
	margin-top: -30px;
}

.entrarcadastro a.active {
	text-align: center;
	color: #DEB174;
  	border-bottom: 3px solid #DEB174;
	height: 48px;
	width: 172px;
	min-height: auto;
	min-width: auto;
}

.botaoclose{
	float: right;	
}

.btn-facebook{
	margin-top: 20px;
	margin-bottom: 35px;
	background-color: #183973;
	color: #fff;
	width: 100%;
	padding: 10px;
	font-size: 14px;
}

.btn-facebook:hover{
	color: #fff;
}

.emailsenha{
	margin-bottom: 20px;
}

#esquecisenha{
	color: #DEB174;
	font-size: 12px;
	text-decoration: underline solid #DEB174;
	text-align: left;
}

#esquecisenha:active{
	color: #DEB174;
	font-size: 12px;
	text-decoration: underline solid #DEB174;
	text-align: left;
}

#recsenha{
	padding: 60px;
}

#textorec{
	font-size: 20px; 
	font-weight: 600; 
	text-align: center;
	color: #FA6200;
}
.btn-entrar2{
	background-color: #DEB174;
	color: #fff;
	padding: 11px;
	margin: 15px 0 0 0;
	width: 200px;
	height: 45px;
	text-align: center;
}

.btn-entrar2:hover{
	background-color: #DEB174;
	color: #fff;
	padding: 11px;
	margin: 15px 0 0 0;
	width: 200px;
	height: 45px;
	text-align: center;
}

.fa-bars{
	background-color: white;
}

.perfil {
	position: absolute;
	left: 0px; 
	top: 0.7em;
	padding-top: 3px;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
@media only screen and (max-width: 500px) {
  .perfil {
	position: absolute;
    left: 10px; 
    top: 1em;
	padding-top: 3px;
    border-radius: 5px;
	font-size: 0.8em;   
  }
}

#aberto_fechado {
	position: absolute;
	right: 0px;
	top: 0.7em;
	padding-top: 3px;
	border-radius: 10px;
	border: none;
	text-align: center;
	cursor: pointer;
	margin-right: 15px;
	margin-top: 5px;
	font-size: 11px;
}

.slider{
	margin-top: 0.5em;
	margin-bottom: 0.7em;
	height: auto;
}

#menu{
	width: 100%;
	height: 100%;
	background-color: #F2F2F2;
	border-radius: 12px;
	margin-top: 0px;
}

.filtro{
	width: 234px;
	height: 41px;
	border: 1px solid #808080;
	border-radius: 10px;
	padding: 10px;
	color: #ACB3B6;
	background-color: #fff;
	font-size: 14px;
}

#menucardapio{
	float: left;
}

.seta {
  	white-space: nowrap;
	float: right;
	color: #000;
}
.seta::after {
  	display: inline-block;
  	vertical-align: 0.255em;
  	content: "";
  	border-top: 0.3em solid;
  	border-right: 0.3em solid transparent;
  	border-bottom: 0;
  	border-left: 0.3em solid transparent;
}
.seta:empty::after {
  	margin-left: 0;
}

.buscarproduto{
	z-index: 99;
	background-color: #fff;
	height: 41px;
	width: 234px;
	padding: 10px 40px 10px 10px;
	border-radius: 10px;
	border: none;
	color: #31434A;
	font-size: 14px;
	text-decoration: none;
}

.buscarproduto::-moz-placeholder {
  color: #ACB3B6;
  font-size: 14px;
}
.buscarproduto::placeholder {
  color: #ACB3B6;
  font-size: 14px;
}

.btn-pesquisa{
	background-color: #fff;
	border: none;
	border-radius: 0 10px 10px 0;
	width: 40px;
}

#carrinho{
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 12px;
	margin-top: 12px;	
}

.categoria{
	color: #31434A;
	font-weight: 700;
	font-size: 18px;
}

.separacat{
    padding: 64px 0 0;
    position: relative;
}

.cardmargem{
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 13px !important;
	box-shadow: 0 3px 9px -6px black;
	transition: all 0.6s;
}

.cardmargem:hover{
	/*box-shadow: 0 0 11px rgba(33,33,33,.2);*/
	box-shadow: 0 6px 13px -4px black;
	transition: all 0.3s;
	transform: scale(1.02);
}

.no-gutters{
	margin-right:0;
	margin-left:0
}

.no-gutters>.col,.no-gutters>[class*=col-]{
	padding-right:0;
	padding-left:0;
}
.txtprod{
	width: 70%;
	padding-right: 10px;
}
.tituloprod{
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.descprod {
	color: #333333;
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	text-align:left;
}

.descprod2 {
	color: #333333;
	font-size: 13px;
	font-weight: 100;
	line-height: 14px;
	margin-top: -0.75em;
}

.fotoprod{
	width: 30%;
	float: right;
	position: absolute;
	top: 10px;
	right: 8px;
}
.fotoprod img{
	width: 110px;
	height: 110px;
}
.valor{
	font-size: 14px;
	color: #333333;
	padding-top: 10px;
}

.valor2{
	font-size: 16px;
	color: #767676;
	font-weight: 700;
}

.valorprod {
	/*color: #DEB174;*/
	color: #121212;
	font-size: 16px;
	font-weight: 700;
	text-align: justify;
}

.pedir{
	color: #769600;
	float: right;
	font-size: 25px;
	margin-top: -25px;
}

.pedir:hover{
	color: #617B01;
	float: right;
	font-size: 25px;
}

.btn-pedir{
	color: #DEB174;
	font-size: 25px;
	float: right;
	cursor: pointer;
}

.btn-pedir:hover{
	color: #C8A069;
}

.titulosec{
	color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
	padding: 20px 0px 0px 0px;
    text-transform: uppercase;
    width: 100%;
}

.cabecalhocarrinho {
	background: #5b010c;
	color: #fff;
	height: 50px;
	padding: 11px;
	font-size: 16px;
	border-radius: 5px;
}

.produtosfooter {
	bottom: 0.2em;
	margin-bottom: 0.2em;
  	padding-left: 10px;
  	padding-right: 10px;
  	background-color: #fff;
}
.carrinhotexto{
	font-size: 12px;
	color: #333333;
}

.editar{
	font-size: 13px;
	color: #A6A29F;
	margin-right: 10px;
}

.remover{
	font-size: 13px;
	color: #C60D09
}

.rodapecarrinho{
	padding: 10px 0 0 0px;
	text-align: center;
	margin-top: 0;
	background-color: #fff;
}

.pesquisa {
	width: 100%;
	height: 50px;
}

.btn-pesquisa{
	width: 50px;
	height: 50px;
	float: right; 
	margin-top: -50px;
	background-color: #5b010c;
	border: none;
	color: #fff;
}

.btn-pesquisa placeholder{
	font-size: 20px;
}

.filtrocardapio{
	width: 100%;
	height: 50px;
	border: none;
	background-color: white;
	text-align: left;
	padding-left: 20px;
	color: #545454;
	border-radius: 5px;
	font-size: 20px;
}

@media only screen and (max-width: 991px) {
  .filtrocardapio {
	visibility: inherit;
  }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	font-size: 20px;
}
::-moz-placeholder { /* Firefox 19+ */
  	font-size: 20px;
}
:-ms-input-placeholder { /* IE 10+ */
  	font-size: 20px;
}
:-moz-placeholder { /* Firefox 18- */
  	font-size: 20px;
}

input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	font-size: 20px;
}

input:focus::-moz-placeholder { /* Firefox 19+ */
  	font-size: 20px;
}
input:focus:-ms-input-placeholder { /* IE 10+ */
  	font-size: 20px;
}
input:focus:-moz-placeholder { /* Firefox 18- */
  	font-size: 20px;
}

.seta {
  	white-space: nowrap;
	
}
.seta::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
  	border-left: 0.3em solid transparent;
	float: right;
	margin-top: 11px;
	margin-right: 5px;
}
.seta:empty::after {
  	margin-left: 0;
}

.finalizarcompra{
	background-color: #5b010c;
	width: 100%;
	color: #fff;
	font-size: 14px;
}

.finalizarcompra:hover{
	background-color: #52020B;
	width: 100%;
	color: #fff;
}

/**/

.btn-carrinhocelular {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 45px;
    width: 100%;
    background-color: #5b010c;
    color: #fff;
    text-align: center;
	margin-top: 5px;
}

.btn-carrinhocelular:hover {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 45px;
    width: 100%;
    background-color: #5b010c;
    color: #fff;
    text-align: center;
}

.finalizarpedido {
  	color: #fff;
  	background-color: #0A6200;
	height: 40px;
  	border: none;
}
.finalizarpedido:hover {
  	color: #fff;
  	background-color: #0A6200;
  	border: none;
}

.cancelar{
	color: #fff;
  	background-color: #9A0002;
	height: 40px;
  	border: none;
}

.cancelar:hover{
	color: #fff;
  	background-color: #9A0002;
	height: 40px;
  	border: none;
}

.menu-fixo {
	position: fixed;
	top: 0;
	margin-top: 10px;
	z-index: 99;
	transition: all .5s;
	width: 260px;
	height: 200px;
	background-color: blue;
}

#topo_site {
	position: fixed;

	bottom: 0px;
}

.stepwizard-step p {
	margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.disabled-control{
      opacity: 0.4; 
      cursor: not-allowed;
      pointer-events: none;
    }

/*.modal-dialog {*/
/*   */
/*    min-width: 70%;*/
/*	*/
/*	}*/

.produtoimg {
	width: 64px;
	height: 64px;
	border-radius: 10% !important;
	margin-right: 10px;
	float: left;
	margin-bottom: 5px;
}

.titulocarrinho{
	color: #333333;
	font-size: 16px;
	white-space: nowrap;
	font-weight: 700;
	margin-bottom: 0;
}

.desccarrinho{
	color: #333333;
	font-size: 16px;
	white-space: nowrap;
	font-weight: 100;
}

.quantidade{
	width: 25px;
	border: none;
	text-align: center;
}

.menos{
	color: #870002;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
}

.mais{
	color: #054A00;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
}

.quantidade2{
	margin-top: 25px;
	white-space: normal;
}

footer#rodape {
    background-color: #383838;
    width: 100%;
	margin-top: 25px;
}

#logosdd{
	text-align: center;
	height: 70px;
	width: 70px;
	margin-top: 0;
}

footer#rodape .rodape-content {
    background-color: #383838;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
}

.footer-title{
	color: #FA7900;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

.footer-subtitle{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

.footer-subtitle:hover{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

.endereco{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

.footer-container.img-container {
    justify-content: left;
}
.footer-container:first-child {
    margin-left: 0px;
}
.footer-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    word-break: break-word;
}

.image-link{
	text-decoration: none;
}

.obs{
	color: #fff;
}

.aberto{
	color: #33a82d;
}

.obs{
	font-size: 10px;
}

/* AVALIAÇÕES */
#avaliacao{
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 15px;
}

.checked {
  color: orange;
}

.media{
	font-size: 13px;
	color: #262626;
		margin-bottom: 0;
}

.nota{
	font-size: 32px;
	font-weight: 600px;
	color: #262626;
	margin-bottom: 0;
}

.notas{
	font-size: 17px;
	font-weight: 600;
	color: #262626;
	margin-bottom: 0;
	margin-top: 10px;
	
}

.comentarios{
	margin-top: 15px;
	font-size: 20px; 
	color: #FFAE00; 
	text-align: center;
}

.cliente{
	color: #333333;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0;
}

.data{
	color: #333333;
	font-size: 13px;
}

.comentario{
	font-size: 15px;
	color: #333333;
	margin-top: -5px;
}

.comentavaliacao{
	margin-top: 20px;
}

/* CONTATO */
#contato{
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 25px;
}

.titcontato{
	color: #333333;
	font-size: 18px;
	font-weight: 600;
}

.subtitcontato{
	font-size: 16px;
	color: #333333;
}

/**/

#perfil{
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.dados{
	font-weight: 700;
	font-size: 14px;
	color: #878787;
	margin-top: 20px;
}

.atulizardados{
	background-color: #DEB174;
	color: #fff;
	height: 60px;
	width: 286px;
	font-size: 18px;
	font-weight: 700;
	border: none;
	border-radius: 10px;
}

.btncancelarend{
	width: 142px;
	height: 54px;
	padding: 16px;
	background-color: #909090;
	color: #fff;
	border: none;
	border-radius: 10px;
	font-size: 16px;
}

.atulizarsenha{
	background-color: #A0A0A0;
	color: #fff;
	height: 60px;
	width: 286px;
	font-size: 18px;
	font-weight: 700;
	border: none;
	border-radius: 10px;
}

#pedidos{
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 25px;
	margin-top: 15px;
	margin-bottom: 15px
}

.meuspedidos{
	color: #545454;
	font-size: 16px;
	font-weight: 700;
}

.sempedidos{
	color: #A41E22;
	font-size: 18px;
	font-weight: 600;
}

.fazerpedido{
	background-color: #FE6D14;
	color: #fff;
	font-size: 16px;
	width: 150px;
	height: auto;
	padding: 11px;
	border: none;
	border-radius: 15px;
}

.nenhumendereco{
	color: #949494;
	font-size: 19px;
	text-align: center;
	margin-top: 80px;
}

.addendereco{
	color: #606060;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
}

.cancelarend{
	background-color: #A0A0A0;
	color: #fff;
	height: 60px;
	width: 142px;
	font-size: 18px;
	font-weight: 700;
	border: none;
	border-radius: 10px;
}

.botoesend{
	text-align: center;
	margin: 15px;
}

/**/

#menutop{
	margin-top: -35px;
	position: sticky;
}
.secmenu{
	float: left;
	width: 25%;
	text-align: center;
	border-bottom: 5px solid transparent;
	border-left: 2px solid white;
	color: #fff;
}

/*.active .secmenu{*/
/*	float: left;*/
/*	width: 25%;*/
/*	text-align: center;*/
/*	border-bottom: 0.4em solid #5b010c;*/
/*	border-left: 2px solid white;*/
/*	padding-bottom: 5px;*/
/*}*/

/*a .secmenu:hover{*/
/*	float: left;*/
/*	width: 25%;*/
/*	text-align: center;*/
/*	border-bottom: 0.4em solid #5b010c;*/
/*	border-left: 2px solid white;*/
/*	padding-bottom: 5px;*/
/*	border-bottom-left-radius: 7px;*/
/*	border-bottom-right-radius: 7px;*/
/*}*/

#menumobile{
	margin-top: 0;
}

.secmenumobile{
	float: left;
	width: 25%;
	text-align: center;
	border-bottom: 5px solid transparent;
	border-left: 2px solid white;
	color: #fff;
	font-size: 11px;
	padding-bottom: 5px;
}

@media only screen and (max-width: 500px) {
  .secmenumobile {
	margin-top: 0;
  }
}

.active .secmenumobile{
	float: left;
	width: 25%;
	text-align: center;
	border-bottom: 0.4em solid #5b010c;
	border-left: 2px solid white;
}

a .secmenumobile:hover{
	float: left;
	width: 25%;
	text-align: center;
	border-bottom: 0.4em solid #5b010c;
	border-left: 2px solid white;
}

.row-pedir {
	margin-top: -2em !important;
}

.titulo-others {
	margin-top: 4em;
}

.titulo-flex-modal {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

.modal-header h2 {
	font-weight: bold !important;
}

.modal-header p {
	margin-left: -30px !important;
	margin-top: 0.25em !important;
}


.bg-etapa-1 {
	background-image: url("/images/pizza-1.png");
}

.wizard-content-left h1 {
	color: #ffffff;
	font-size: 38px;
	font-weight: 600;
	padding: 12px 20px;
	text-align: center;
}

.form-wizard {
	color: #888888;
	padding: 5px;
}

.form-wizard .wizard-form-radio {
	display: inline-block;
	margin-left: 5px;
	position: relative;
}

.form-wizard .wizard-form-radio input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #dddddd;
	height: 25px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

.form-wizard .wizard-form-radio input[type="radio"]:focus {
	outline: 0;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked {
	background-color: #fb1647;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 50%;
	left: 1px;
	right: 0;
	margin: 0 auto;
	top: 8px;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
	content: "";
	display: inline-block;
	webkit-animation: click-radio-wave 0.65s;
	-moz-animation: click-radio-wave 0.65s;
	animation: click-radio-wave 0.65s;
	background: #000000;
	content: '';
	display: block;
	position: relative;
	z-index: 100;
	border-radius: 50%;
}

.form-wizard .wizard-form-radio input[type="radio"] ~ label {
	padding-left: 10px;
	cursor: pointer;
}

.form-wizard .form-wizard-header {
	text-align: center;
	margin-top: -2em;
}

.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
	background-color: #d65470;
	color: #ffffff;
	display: inline-block;
	min-width: 100px;
	min-width: 120px;
	padding: 10px;
	text-align: center;
}

.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
	color: #ffffff;
	opacity: 0.6;
	text-decoration: none;
}

.form-wizard .wizard-fieldset {
	display: none;
}

.form-wizard .wizard-fieldset.show {
	display: block;
}

.form-wizard .wizard-form-error {
	display: none;
	background-color: #d70b0b;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
}

.form-wizard .form-wizard-previous-btn {
	background-color: #fb1647;
}

.form-wizard .form-wizard-steps {
	margin: 30px 0;
}

.form-wizard .form-wizard-steps li {
	width: 25%;
	float: left;
	position: relative;
}

.form-wizard .form-wizard-steps li::after {
	background-color: #f3f3f3;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.form-wizard .form-wizard-steps li span {
	background-color: #dddddd;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	width: 40px;
	z-index: 1;
}

.form-wizard .form-wizard-steps li:last-child::after {
	width: 50%;
}

.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
	background-color: #c00a27;
	color: #ffffff;
}

.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
	background-color: #d65470;
	left: 50%;
	width: 50%;
	border-color: #d65470;
}

.form-wizard .form-wizard-steps li.activated::after {
	width: 100%;
	border-color: #d65470;
}

.form-wizard .form-wizard-steps li:last-child::after {
	left: 0;
}

.form-wizard .wizard-password-eye {
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

@keyframes click-radio-wave {
	0% {
		width: 25px;
		height: 25px;
		opacity: 0.35;
		position: relative;
	}
	100% {
		width: 60px;
		height: 60px;
		margin-left: -15px;
		margin-top: -15px;
		opacity: 0.0;
	}
}

@media screen and (max-width: 767px) {
	.wizard-content-left {
		height: auto;
	}
}

.modal-content {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

.modal-header {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

.text-info-escolha-pizza {
	padding-top: 4px;
}


.box-result-itens {
	padding: 0.65em;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	margin-top: 0.5em;
}

.content-box-result-item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.imagem-item {
	width: 18% !important;
	border-right: 1px solid #f0f0f0;
	padding: 0.25em;
	padding-right: 1em;
	display: flex;
	align-content: center;
	align-items: center;
}

.detalhes-pizza {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: nowrap;
	padding-left: 1.5em;
	width: 72% !important;
}

.titulo-item {

}

.descricao-item {
	margin-top: -10px;
}

.check-item {
	width: 10% !important;
	/*position: absolute;*/
	right: 0;
	margin-top: 0.65em;
	font-size: 1.5rem;
}

#next-1 {
	display: none !important;
	visibility: hidden !important;
}


.body-box {
	/*
	height: 65vh;
	*/
	overflow-y: hidden;
	padding: 0px;
}

.form-wizard .form-wizard-header {
	text-align: center;
	margin-top: -7.95em;
	z-index: 1;
	position: fixed;
	background: #FFF !important;
	width: 126.4vh;
	margin-left: -1.9em;
}

.form-wizard .wizard-fieldset.show {
	margin-top: 5em;
}

.form-wizard hr.hr-header {
	margin-top: 6em;
}

.row-search {
	position: fixed;
	margin-top: -7em;
	background: #FFF;
	width: 68.7%;
	margin-left: -1.9em;
	border-top: 1px solid #F0F0F0;
	padding-top: 1em;
	z-index: 2;
	padding-left: 1.5em;
	padding-right: 1.5em;
	border-bottom: 1px solid #F0F0F0;
}

.detalhes-pizza hr {
	margin-top: -12px !important;
	margin-bottom: 4px !important;
}

.form-wizard .wizard-fieldset.show .box-result-itens:first-child {
	margin-top: -2em;
}

.total-valor {
	font-size: 1.45rem;
	font-weight: bold;
}

.bordas-pizza div:first-child {
	width: 100% !important;
}

.bordas-pizza .check-item {
	margin-top: 7px !important;
}

.form-check-input:checked {
	background-color: #00e800;
	border-color: #00a700;
}

.number-spinner {
	max-width: 105px;
	line-height: 15px;
	padding: 0;
	margin: 0;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	display: table;
	margin-top: 0.25em;
}
.number-spinner input {
	height: 45px;
	max-height: 60px;
	line-height: 40px;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	border: none;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-top: -7px;
}
.number-spinner input:focus {
	outline: none;
}
.number-spinner .ns-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	cursor: pointer;
}
.number-spinner .ns-btn a {
	height: 30px;
	min-height: 30px;
	width: 30px;
	padding: 0;
	padding-bottom: 6px;
	max-width: 40px;
	border-radius: 50%;
	border: none;
	text-align: center;
	position: relative;
	/*background: #e2e2e2;*/
	color: #333;
	vertical-align: middle;
	text-decoration: none;
}
.number-spinner .ns-btn .icon-minus:after {
	content: "−";
	font-size: 35px;
	line-height: 38px;
	font-weight: bold;
}
.number-spinner .ns-btn .icon-plus:after {
	content: "+";
	font-size: 38px;
	line-height: 35px;
	font-weight: bold;
}

/*
a[data-dir="up"] {
	background-color: #36f536 !important;
}

a[data-dir="dwn"] {
	background-color: red !important;
}
*/

tbody tr td {
	vertical-align: middle !important;
	padding-top: 0em !important;
	padding-bottom: 5px !important;
}

.resumo-pedido-item {
	border-bottom: 1px dashed #989fa7;
	padding-bottom: 0.5em;
}

.col-md-12 .resumo-pedido-item:first-child{
	margin-top: -2.5em;
}

.list-group-item.active {
	background-color: #8c313f;
	border-color: #310008;
}

#modalFinalizarPedido .nav-link {
	color: #8c313f !important;
}

.row-item-produto {
	padding-top: 0.8em !important;
	padding-bottom: 0.8em !important;
	border-radius: 7px;
	margin-bottom: 0.5em;
}

.row-item-produto:first-child {
	margin-bottom: -2em;
}

/* width */
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 15px 0 5px rgba(177, 176, 176, 0.66);
	border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #797979;
	border-radius: 30px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #690919;
}

.blockquote p:first-child {
	font-size: 15px !important;
	font-weight: bold !important;
}

#menu .dropdown-menu {
	width: 100% !important;
}

#btn-avancar-steps {
	background-color: #00b100 !important;
}

#btn-voltar-steps {
	background-color: #ef0017 !important;
}

.modal-fullscreen .modal-footer {
	/*margin-top: 3em !important;*/
}

.card-item-produto .card-body{
	/*height: 11em !important;*/
	overflow: auto;
}

.card-item-produto .card-body hr{
	margin-top: -0.25em !important;
	margin-bottom: 6px !important;
}

.card-item-produto {
	box-shadow: 0 4px 5px -5px black;
	border-radius: 10px;
}

.bg-item{
	width: 100%;
	height: 7em;
	background-image: url('https://folhadomate.com/wp-content/uploads/2016/09/48448-pizza_frango_com_catupiry.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.row-itens-modal .col-md-4 {
	margin-bottom: 3.5em;
	margin-top: -1.5em;
}

.items-bordas {
	margin-bottom: 2.75em;;
}

.ribbon-top-right {
	top: -3px;
	right: -2px;
}
.ribbon {
	width: 180px;
	height: 135px;
	overflow: hidden;
	position: absolute;
}

.ribbon-top-right::before {
	top: 0;
	left: 0;
}
.ribbon-top-right::before, .ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}
.ribbon::before, .ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	/*border: 5px solid #ffffff;*/
}

.ribbon-top-right span {
	left: -25px;
	top: 10px;
	transform: rotate(
			29deg
	);
}
.ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 10px 0;
	background-color: #93e41c;
	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
	color: #fff;
	font: 700 18px/1 'Lato', sans-serif;
	text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
	text-transform: uppercase;
	text-align: center;
	padding-left: 2em;
}

.ribbon-top-right::after {
	bottom: 0;
	right: 0;
}
.ribbon-top-right::before, .ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}
.ribbon::before, .ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	/*border: 5px solid #ffffff;*/
}

.titulo-adicionais {
	font-size: 12px !important;
	width: 90%;
}

.rows-itens-adicionais {
	margin-bottom: -26px !important;
}

.bg-gradient-success {
	background: linear-gradient(45deg, #198754, #00b100) !important;
}


/* STEPS PAGAMENTO */

.stepIndicator {
	display: flex;
	flex-direction: column;
}
.stepIndicator span {
	font-size: 14px;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	color: #999;
}
.stepIndicator span:before {
	counter-increment: wizardSteps;
	content: counter(wizardSteps);
	width: 30px;
	height: 30px;
	background: #eee;
	display: block;
	border-radius: 100%;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-weight: bold;
}
.stepIndicator span.active {
	color: #A66CB1;
	font-weight: bold;
}
.stepIndicator span.active:before {
	background: #A66CB1 !important;
	color: #fff;
}
.stepIndicator span.finish {
	color: #00C853;
}
.stepIndicator span.finish:before {
	background: #00C853;
	color: #fff;
}

.wizard .tab {
	display: none;
	padding: 0 10px;
}
.wizard .buttons {
	display: flex;
	justify-content: flex-end;
	padding: 10px;

	border-top: 1px solid #c8c9ca;
	margin-top: 2em;
	margin-bottom: -7px;
}
.wizard .buttons button:focus {
	box-shadow: none;
}

.data-avaliacoes{
	margin-top: -7px !important;
	margin-bottom: 7px;
}

.select-ddd {
	max-width: 70px !important;
}

.card-modal-login{
	margin-top: -15px !important;
}

.valor-itens-gratis {
	width: 183px !important;
}

.bordas-pizza .check-item.check-radio-item {
	margin-top: 0.65em !important;
}

.row-itens-adicionais {
	position: relative !important;
}

.texto-vertical {
	width: 26px !important;
	text-orientation: upright;
	writing-mode: vertical-rl;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100 !important;
	position: absolute;
	font-size: 12px !important;
	height: 98px;
	margin-top: -20px;
	margin-left: -3.15em;
	box-shadow: 0 5px 0px 0px #000000a8;
}

.resumo-number-spinner {
	max-width: 83px !important;
	margin-top: 2px !important;
}

.resumo-number-spinner .mais, .resumo-number-spinner .menos {
	font-size: 17px !important;
}

.resumo-number-spinner input.pl-ns-value {
	font-size: 20px !important;
	margin-top: -13px !important;
}

.cupom-desconto {
	width: 300px !important;
}

label[for="retirar"]:hover i, label[for="entregar"]:hover i {
	color: #FFF !important;
}

.input-valor-troco {
	width: 200px !important;
}

.date {
	width: 6rem;
	margin-right: 1em;
	position: relative;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	display: inline-block;
	font-family: system-ui;
	padding: 0.5em;
	text-align: center;
}
.date .date-type {
	display: none;
	position: absolute;
	top: 0.6em;
	left: 1em;
	right: 0;
	font-size: 0.8em;
	text-align: left;
}
.date .month {
	text-transform: uppercase;
	font-size: 0.8em;
}
.date .day {
	padding: 0.3em 0;
	font-weight: bold;
}
.date .status {
	border-top: 1px solid lightgray;
	padding-top: 0.4em;
	font-size: 0.8em;
}

.selected {
	border-bottom: 5px solid limegreen;
}

.date:not(.selected) {
	border-bottom: 5px solid white;
}

.complete::before {
	content: "🗸";
	position: absolute;
	font-size: 5em;
	top: 5px;
	left: 15px;
	color: rgba(0, 128, 0, 0.2);
}

.cards-status-pedido {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
}

.aguardando{
	opacity: 0.65;
}

.noclick {
	pointer-events: none !important;
	background-color: #f0f0f059 !important;
}

.total-pagar {
	font-weight: 600 !important;
	font-family: system-ui;
}

.checkIcon {
	color: #FFF !important;
}

.t-mobile {
	display: none !important;
	visibility: hidden !important;
}

.t-desktop {
	display: block !important;
	visibility: visible !important;
}

.form-select {
	max-width: 20%;
}

.img-produto {
	background-size: cover !important;
	background-position:center !important;
	background-repeat: no-repeat !important;
	height: 5.5em !important;
	border-radius: 10% !important;
}

.titulo-contato {
	font-size: 1.75rem !important;
}

@media screen and (min-width:1380px) {
	label[for="cupom-desconto"] {
		width: 100% !important;
	}
}

#table-enderecos tbody tr {
	cursor: pointer !important;
}

@media screen and (max-width:768px) {
	.btn-group, .input-group {
		display: flex;
		flex-direction: column;
	}

	.input-group input[type="text"] {
		width: 100% !important;
	}

	.input-group>.form-control, .input-group>.form-select {
		width: 100%;
	}

	.text-info-escolha-pizza {
		font-size: 0.9rem !important;
	}

	.row-search {
		width: auto !important;
	}

	.row-search-mobile {
		width: 100% !important;
	}

	.col-margin-bottom-mobile-cards {
		margin-bottom: 1em !important;
	}

	.titulo-adicionais {
		font-size: 17px !important;
	}

	.bordas-pizza .check-item.check-radio-item.radio-check-mobile {
		margin-left: -1em;
		margin-top: 0.25em !important;
	}

	.total-mobile-top {
		display: none !important;
		visibility: hidden !important;
	}

	.text-center-mobile {
		text-align: center !important;
	}

	.t-desktop {
		display: none !important;
		visibility: hidden !important;
	}

	.t-mobile {
		display: block !important;
		visibility: visible !important;
	}

	.total-valor-mobile {
		font-size: 18px !important;
	}

	.select-ddd {
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 0.65em;
	}

	.flex-inputgroup-mobile {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		/*margin-left: -0.5em !important;*/
	}

	.card.cardmargem .col-md-12 .d-flex.justify-content-end .btn-secondary.float-end {
		font-size: 13px !important;
	}

	.img-produto {
		background-size: cover !important;
		background-position:center !important;
		background-repeat: no-repeat !important;
		height: 5.5em !important;
		border-radius: 10% !important;
	}

	.titulo-contato {
		font-size: 0.99rem !important;
	}

	.p-contato {
		font-size: 0.92rem !important;
		text-align: justify;
	}

	.footer-title {
		font-size: 0.85rem !important;
	}

	.status-atedimento {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	#btn-voltar-steps, #btn-avancar-steps, .t-mobile-footer {
		font-size: 0.8rem !important;
	}

	.text-table-mobile {
		font-size: 0.83rem !important;
	}

	h5#modalEnderecoLabel {
		font-size: 0.676rem;
		font-weight: bold;
		text-transform: uppercase;
	}
}

.active .secmenu {
	border-left: none !important;
	background: #cf2929 !important;
	height: 47px !important;
	margin-top: -0.75em !important;
	line-height: 3 !important;
}

.secmenu:hover {
	text-align: center;
	box-shadow: 0 9px 6px -10px black;
	transition: all 0.4s !important;
	background: #cf2929 !important;
	height: 47px !important;
	margin-top: -0.75em !important;
	line-height: 3 !important;
}

.active .secmenumobile {
	border-left: none !important;
	background: #cf2929 !important;
	height: 45.5px !important;
	margin-top: -1em !important;
	line-height: 00 !important;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding-top: 4px;
	flex-wrap: nowrap;
	border-bottom: none !important;
	padding-bottom: 3px;
}

.secmenumobile {
	border-left: none !important;
	height: 45.5px !important;
	margin-top: -1em !important;
	line-height: 00 !important;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding-top: 4px;
	flex-wrap: nowrap;
	border-bottom: none !important;
	padding-bottom: 3px;
}

.secmenumobile i{
	margin-right: 0.5em;
}

.line-valor-actions{
	display: flex !important;
	justify-content: space-between !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-content: center !important;
	align-items: center !important;
	width: 100% !important;
	margin-top: 0.5em;
}

.line-valor-actions div:first-child{
	padding-left: 0.5em;
}

.line-valor-actions div:nth-child(2){
	padding-right: 2%;
}

.tabbable .nav-tabs {
	overflow-x: auto;
	overflow-y: hidden;
	flex-wrap: nowrap;
	margin-bottom: 5px;
	background-color: #5b010c;
	border-radius: 5px;
	width:100%;
}

.tabbable .nav-tabs .nav-link {
	white-space: nowrap;
	color: white;
	font-size: 12px;
}

.tabbable .nav-tabs .nav-link.active {
	white-space: nowrap;
	color: black;
	font-size: 14px;
	background-color: yellow;
}

#navMenuSm {
	overflow: hidden;
}

.principal{
	padding: 16px;
}

.FixoNoTopo {
	position: fixed;
	top: 0px;
	z-index: 1;
}

.FixoNoTopo + .principal{
	padding-top: 60px;
}
