@import "https://fonts.googleapis.com/css?family=Oswald:400,500,700&display=swap";
body {
  margin: 0;
  background: #eee;
}
a img {
  border: 0;
}
img,
picture,
video,
embed {
  max-width: 100%;
}

.item_indisponivel{
  opacity: 0.5;
  filter: grayscale(0.5);
}

.txt_indisponivel{
  color: red!important;
}

.bg_home {
  background: url(../images/pizza.jpeg) top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  position: absolute;
  height: 100%;
}
.bg_home:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #000;
  opacity: 0.6;
}
#cont_home {
  color: #fff;
  position: relative;
  z-index: 3;
  width: 100%;
  font-family: Lato;
}
#cont_princ {
  position: relative;
  z-index: 3;
  width: 100%;
  font-family: Lato;
  margin-bottom: 15px;
}
.dlogo {
  text-align: center;
  display: inline-block;
  width: 100%;
}
img.logo {
  width: 70%;
  margin: 8% auto;
}
.fone_home {
  margin: 0 auto;
  font-size: 18px;
  text-shadow: 1px 1px 3px #000;
  text-align: center;
  margin-bottom: 15px;
}
.fone_home i {
  margin-right: 5px;
}
.material-icons,
.icon-text {
  vertical-align: middle;
}
.btn_home {
  margin-top: 15%;
  text-align: center;
  margin-bottom: 30px;
}
.info_home {
  margin: 0 auto;
  font-size: 14px;
  text-shadow: 1px 1px 2px #000;
  text-align: center;
  margin-bottom: 3px;
}
.info_home i {
  font-size: 16px;
}
#cont_menu {
}
#cont_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cont_menu ul a {
  text-decoration: none;
  color: #fff;
}
#cont_menu ul li {
  height: 140px;
}
.cont_cat {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.33) 7%,
    rgba(0, 0, 0, 0.65) 86%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.33) 7%,
    rgba(0, 0, 0, 0.65) 86%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.33) 7%,
    rgba(0, 0, 0, 0.65) 86%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000',endColorstr='#a6000000',GradientType=0 );
}
#cont_menu ul li p {
  margin: 0;
}
p.nome_cat {
  font-size: 32px;
  font-family: Lato;
  text-align: center;
  padding-top: 32px;
  line-height: 34px;
}
p.desc_cat {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  font-family: lato;
  opacity: 0.9;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-theme .owl-controls {
  margin-top: -27px;
}
.owl-theme .owl-controls .owl-page span {
  background: #000;
}
#owl-combos-menu {
  margin-top: 5px;
}
.box_select {
  display: inline-block;
  margin: 5px 2%;
  width: 96%;
  margin-top: 15px;
}
.box_select span {
  display: block;
  color: #444;
  font-family: lato;
  font-size: 16px;
}
.box_select select {
  display: block;
  padding: 8px 6px;
  font-size: 18px;
  text-transform: capitalize;
  width: 100%;
}
#cont_cat {
  background: #eee;
}
.card-item-menu {
  width: 96%;
  margin: 10px auto;
  min-height: 10px;
}
.img_prod {
  width: 80px;
  float: left;
  margin: 10px;
  border-radius: 5px;
}
.nome-item-menu {
  font-family: Lato;
  color: #444;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  vertical-align: baseline;
  text-transform: capitalize;
  line-height: initial;
}
.info_item {
  float: left;
}
.desc-item-menu {
  font-family: Lato;
  color: #444;
  font-size: 12px;
  margin: 0;
  padding: 0;
  margin-top: 4px;
  vertical-align: baseline;
  line-height: 14px;
  text-transform: capitalize;
}
.btn_comprar_item {
  float: right;
}
#container_geral {
  width: 100%;
  display: inline-block;
}
.mdl-layout__container {
  position: relative;
}
.mdl-layout__header {
  position: fixed;
}
.mdl-layout__content {
  padding-top: 56px;
  height: 100vh!important;
}
.mdl-layout__drawer {
  position: fixed;
}
a.item_linkcombo {
  width: 100%;
}
a.item_linkcombo img {
  width: 100%;
}
.cont_promos {
  background: #eee;
  width: 98%;
  margin: 0 auto;
  padding-bottom: 12px;
}
.cont_promos button {
  border: 0;
}
.card-promo {
  width: 96%;
  margin: 15px auto 0;
  min-height: 160px !important;
  border-radius: 12px;
}
.card-promo .mdl-card__supporting-text {
  font-size: 16px;
  line-height: 20px;
}
.card-promo p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.promo-ativa {
  background: #27ae60;
  color: #fff;
  text-decoration: none;
}
.promo-inativa {
  background: #c0392b;
  color: #fff;
  text-decoration: none;
}
ul.side-menu {
  margin: 0;
  padding: 0;
}
ul.side-menu li {
  border-bottom: 1px solid #d4d4d4;
}
img.logo-sidemenu {
  margin: 1px auto 0;
  max-height: 90px;
}
ul.side-menu li a {
  text-decoration: none;
  color: #3b3b3b;
  font-weight: 400;
}
ul.side-menu
  .mdl-list__item
  .mdl-list__item-primary-content
  .mdl-list__item-icon {
  margin-right: 14px;
}
#cont_resumo {
  background: #fff;
}
.qtde_combo {
  height: 25px;
  margin: 0 auto;
  margin-top: 2px;
}

.qtd_item {
  height: 25px;
  margin: 0 auto;
  margin-top: 2px;
}

.qtd_item a {
  width: 15px;
  background-color: #0062ab;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  float: left;
  height: 24px;
  vertical-align: middle;
  padding: 5px 4px 0 5px;
}
.clear {
  clear: both;
}
.item_resumo {
  padding: 12px;
  height: auto;
  overflow: hidden;
  padding-left: 12px;
  border-bottom: 1px solid #d4d4d4;
}

.dir_item_resumo {
  width: 80px;
  float: right;
}
.det_item_resumo {
  width: auto;
  overflow: hidden;
  float: none;
  min-height: 60px;
}
p.preco_item_resumo {
  text-align: center;
  color: #3b3b3b;
  font-family: lato;
  font-weight: 700;
  margin: 0;
  font-size: 14px;
}
img.icon_resumo {
  float: left;
  margin-right: 10px;
}
p.nomeitem_resumo {
  font-family: Lato;
  font-weight: 700;
  color: #444;
  font-size: 16px;
  margin: 0;
}
p.nomeitem_resumo i {
  font-size: 19px;
}
p.descitem_resumo {
  font-family: Lato;
  color: #444;
  font-size: 14px;
  margin: 0;
}
.btneditar_resumo {
  font-size: 12px;
  line-height: 32px;
  padding: 0 10px 0 3px;
  box-shadow: none;
}
.btneditar_resumo i, .btneditar_combo i {
  font-size: 18px!important;
  margin-top: -4px!important;
}
.personalizacoes_item {
  padding: 0 5px 0 5px;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}
.personalizacoes_item p {
  font-family: Lato;
  color: #444;
  font-size: 14px;
  margin: 0;
  line-height: 19px;
}

.qtd_item input {
  font-size: 14px;
  font-weight: 700;
  border: none;
  color: #333;
  width: 28px;
  height: 25px;
  text-align: center;
  float: left;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.btn_qtd_pedido {
  width: 93px;
  height: 35px;
  border: 1px solid #d4d4d4;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qtd_menos_pedido {
  width: 30px;
  line-height: 35px;
  display: block;
  text-align: center;
  font-size: 29px;
  color: #ff0d0d;
}
.qtd_mais_pedido {
  width: 30px;
  line-height: 35px;
  display: block;
  text-align: center;
  font-size: 22px;
  color: #00b400;
}
input.qtd_txt_pedido {
  width: 28px;
  line-height: 35px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #444;
  border: none;
  height: 30px;
  margin-top: 2px;
  background-color: transparent;
}

input.qtd_txt_pedido:focus {
  outline: none;
}

.combo-personalizacoes_item {
  padding-left: 12px;
}
.combo-personalizacoes_item p {
  font-family: Lato;
  color: #7d7d7d;
  font-size: 14px;
  margin: 0;
  line-height: 19px;
}
.combo {
  padding: 12px;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #d4d4d4;
}
p.tit_combo_resumo {
  font-family: Lato;
  font-weight: 700;
  color: #444;
  font-size: 16px;
  margin: 0;
  color: #0062ab;
}
p.tit_combo_resumo i {
  font-size: 19px;
  color: #a40000;
}
.btn_excluircombo {
  font-size: 12px;
  line-height: 32px;
  padding: 0 10px 0 3px;
  float: left;
  box-shadow: none;
  margin-top: 5px;
  color: #FF0000 !important;
}
.btn_excluircombo i {
  font-size: 19px;
}
.btneditar_combo {
  font-size: 12px;
  line-height: 32px;
  padding: 0 10px 0 3px;
  float: right;
  margin-right: 5px;
  box-shadow: none;
  margin-top: 5px;
}
.btneditar_combo i {
  font-size: 15px;
  padding: 0 5px;
}
.item_resumo_combo {
  padding: 2px 0;
  height: auto;
  overflow: hidden;
  padding-left: 10px;
  border-bottom: 1px dotted #d4d4d4;
}
.economia {
  background: #57c05b;
  color: #fff;
  font-size: 14px;
  font-family: lato;
  padding: 4px 13px;
  border-radius: 20px;
  margin: 18px auto 4px auto;
  width: 65%;
  text-align: center;
}
.economia i {
  font-size: 15px;
  margin-right: 5px;
}
span.promopreco {
  font-size: 10px;
}
p.preco_item_resumo_promo {
  padding: 9px 4px 0;
  text-align: center;
  color: #087607;
  border-radius: 4px;
  font-family: lato;
  font-weight: 700;
  margin: 0;
  line-height: normal;
}
#total-finaliza-ped {
  width: 95%;
  margin: 10px auto 0;
}
#txttotal {
  font-family: lato;
  font-size: 18px;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 5px;
}
#btn_finalizar_pedido {
  width: 100%;
  background: #00b400;
  border-bottom: 3px solid #009a00;
  height: 48px;
  font-size: 16px;
  box-shadow: none;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  padding: 0 16px;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  color: #fff;
  font-weight: 500;
}

#btn_finalizar_pedido .material-icons{
  pointer-events: none; /*qualquer toque vira clique no botão*/
}
a.mdl-badge {
  color: #fff;
}
.mdl-badge[data-badge]:after {
  background: red;
}
.mdl-layout__header {
  background: #c0392b;
}
#cont_combo {
  background: #fff;
}
.infos_combo {
  padding: 0 10px;
}

.infos_combo p{
  white-space: pre-line;
}

#cont_combo h2 {
  font-family: lato;
  line-height: 25px;
  margin: 0;
  padding: 10px 0;
  color: #0062ab;
  font-weight: 500;
  text-align: center;
  line-height: normal;
  font-size: 22px;
}
#cont_combo p {
  font-size: 16px;
  font-family: 'Lato';
}
p.montarcombo {
  font-family: lato;
  font-weight: 600;
  color: #444;
}
.item_combo-mont {
  background: #8cd1ff;
  height: 50px;
  width: 100%;
  border-radius: 4px;
  border: 2px dashed #2980b9;
  margin-bottom: 10px;
}
.item_combo-mont.itempronto_ok {
  background: #42ab00;
}
.montado {
  background: #27ae60;
  border: none;
  border-bottom: 3px solid #03846b;
}
.item_combo-mont a {
  text-decoration: none;
}
.item_combo-mont img {
  width: 32px;
  float: left;
  padding: 10px;
}
.item_combo-mont p {
  font-size: 18px;
  color: #fff;
  font-family: Lato;
  padding-top: 13px;
}
#btn_finalizar_combo {
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
  height: 48px;
  font-size: 16px;
  margin-top: 25px;
  background-color: #00b400 !important;
  border-bottom: 3px solid #009a00 !important;
  border-radius: 7px;
}
#btn_finalizar_combo.btninativo {
  background: #d4d4d4;
  border-bottom: 3px solid #b8b8b8;
  color: #616161;
}
h4.mdl-dialog__title {
  font-size: 24px;
}
.btn_select_item_sing {
  background-color: #087607 !important;
  width: 100%;
}
.mdl-button.btn_items_addmenus {
  float: left;
  background-color: #0062ab !important;
  padding: 0 12px;
  font-size: 0;
  min-width: 0;
}
.qtd_item_selcombo {
  height: auto !important;
  margin: 0 auto !important;
  margin-top: 2px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qtd_item_selcombo input {
  font-size: 18px !important;
  font-weight: 700;
  border: none;
  color: #333;
  width: 60px !important;
  height: 33px !important;
  text-align: center !important;
  float: left !important;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.btn_select_item_montar {
  float: right;
  background-color: #0062ab !important;
}
#cont_cat {
  padding-bottom: 46px;
}
.destq_ {
  border: 1px solid #0062ab !important;
}
.zeroitem.inativo {
  opacity: 0.4;
}
.card-item-menu.selecionado .click_x_btn_simples {
  display: none;
}
.itemselecionado_ {
  position: absolute;
  border: 1px solid #087607;
  width: 99%;
  height: 98%;
  z-index: 999;
  background: #fff url(../../img/icon-selecionado.png) center no-repeat;
  opacity: 0.6;
  display: none;
}
.selecionado .itemselecionado_ {
  display: block;
}
#btn_finalizar_promocao.btninativo {
  background: #d4d4d4;
  border-bottom: 3px solid #b8b8b8;
  color: #616161;
}
#btn_finalizar_promocao {
  width: 100%;
  margin-bottom: 30px;
  background: #087607;
  border-bottom: 3px solid #015c00;
  height: 48px;
  font-size: 16px;
  margin-top: 25px;
}
.item_combo-mont {
  height: auto;
}
#cont_login {
  width: 90%;
  margin: 0 auto;
}
h2.titlogin {
  font-size: 24px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
  font-weight: 700;
  font-family: lato;
}
.inputCampo {
  padding: 15px 10px;
  font-size: 20px;
  width: 100%;
  border-radius: 5px;
  margin: 5px 0;
  border: none;
  color: #797979;
  box-sizing: border-box;
}
#mostrasenha {
  width: 35px;
  color: #000;
  border: solid 1px #d7d7d7;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #fff url(../images/eye-xxl32.png) center no-repeat;
  position: absolute;
}
.btnverde {
  width: 100%;
  margin-bottom: 20px;
  background: #00b400 !important;
  border-bottom: 3px solid #009a00;
  height: 48px;
  font-size: 16px;
  box-sizing: border-box;
  padding: 5px;
}
#btn_login {
  margin-top: 15px;
}
a.recuperarsenha {
  color: #fff;
  text-align: center;
  width: 100%;
  display: inherit;
}
#cont_cadastro {
  width: 90%;
  margin: 15px auto 0;
}
.inputCampo2 {
  padding: 15px 10px;
  font-size: 20px;
  width: 100%;
  border-radius: 5px;
  margin: 2px 0 10px;
  border: none;
  color: #797979;
  box-sizing: border-box;
  background: #fff;
}
select.inputCampo2 {
  width: 100%;
}
h2.titentrega {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
  font-weight: 700;
  font-family: lato;
}
.bl_entregas,
.bl_enderecosentrega {
  background: #f6f6f6;
  width: 96%;
  display: inline-block;
  border-radius: 10px;
  padding: 5px;
  float: left;
  cursor: pointer;
  background: #fff;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 33%,
    rgba(219, 219, 219, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(33%, rgba(246, 246, 246, 1)),
    color-stop(100%, rgba(219, 219, 219, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 33%,
    rgba(219, 219, 219, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 33%,
    rgba(219, 219, 219, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 33%,
    rgba(219, 219, 219, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 33%,
    rgba(219, 219, 219, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#dbdbdb',GradientType=0 );
  border: 1px solid #dbdbdb;
  border-bottom: 4px solid #c4c4c4;
  color: #444;
  margin-bottom: 25px;
  text-align: left;
  font-family: open sans;
}
.imgblentregas {
  float: left;
  display: inline-block;
  margin: 20px 10px 20px 5px;
  width: 47px;
  height: 49px;
  background: url(../../img/sprit-finalizar-pedido.png) no-repeat;
}
span.bl-tipoentrega {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 5px;
}
span.bl-tempo {
  display: inline-block;
  font-size: 15px;
}
.bl-tempo i {
  font-size: 20px;
}
.bl_entregas.activo,
.bl_enderecosentrega.activo,
.bl_pagamento.activo {
  border: 1px solid #19521f;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(8, 118, 7) 0%,
    rgb(1, 148, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(8, 118, 7) 0%,
    rgb(1, 148, 0) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(8, 118, 7) 0%,
    rgb(1, 148, 0) 100%
  );
  margin-top: 3px;
  color: #fff;
}
.bl_entregas.activo .imgblentregas {
  -webkit-filter: brightness(5);
  filter: brightness(5);
}
.imgblentregas.icon_fotopizzaria {
  background-position: -13px -85px;
}
.imgblentregas.icon_fotomoto {
  background-position: -12px -6px;
  width: 52px;
}
span.bl-taxa {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
}
select.seletPizzariaBuscar {
  margin-top: 0;
  display: inline-block;
  width: 185px;
  padding: 5px;
  font-weight: 600;
  border: 1px solid #d4d4d4;
  color: #6f6f6f;
}
p.tit_tipoent {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 2px;
}
p.tempo_tipoent {
  margin: 0;
}
p.tempo_tipoent i {
  font-size: 18px;
  margin-right: 5px;
}
.formaativa {
  background: #d2ffd2;
  border: 1px solid #009a00;
  border-bottom: 3px solid #009a00;
}
h2.titesq {
  text-align: left;
  margin-top: 10px;
}
p.totalp_check {
  margin: 0;
}
#enderecousar {
  width: 95%;
  background: #fff;
  color: #333;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 27px;
  background: #fff;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 33%,
    rgba(219, 219, 219, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(33%, rgba(246, 246, 246, 1)),
    color-stop(100%, rgba(219, 219, 219, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 33%,
    rgba(219, 219, 219, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 33%,
    rgba(219, 219, 219, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 33%,
    rgba(219, 219, 219, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 33%,
    rgba(219, 219, 219, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#dbdbdb',GradientType=0 );
  border: 1px solid #dbdbdb;
  border-bottom: 4px solid #c4c4c4;
}
button.btncadend {
  margin-bottom: 0;
  background: #4188ff !important;
  border-bottom: 3px solid #106aff;
  font-size: 14px;
  height: 35px;
  margin-top: 5px;
  width: 48%;
  padding: 0;
  float: right;
}
button.btntrocaend {
  margin-bottom: 0;
  background: #4188ff !important;
  border-bottom: 3px solid #106aff;
  font-size: 14px;
  height: 35px;
  margin-top: 5px;
  width: 48%;
  padding: 0;
  float: left;
}
button.btncadend i,
button.btntrocaend i {
  font-size: 20px;
  margin-right: 1px;
}
.car-sem-item {
  text-align: center;
  padding: 20px;
}
.list_ing {
  margin: 0;
  padding: 0;
  scroll-margin-top: 55px;
}
.list_ing li {
  border-bottom: 1px solid #d4d4d4;
  display: flex;
  justify-content: space-between;
}
li.tit_ing {
  font-size: 18px;
  text-align: left;
  padding: 8px 0;
  justify-content: flex-start;
  font-family: oswald, sans-serif !important;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--btnHomeColor);
}
#cont_mont_lanche {
  background: #fff;
  text-align: center;
  margin-bottom: 60px;
}
#cont_mont_lanche h2 {
  font-weight: 700;
  font-family: Lato;
  color: #444;
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-align: center;
}
img.img_mont_lanche {
  width: 65%;
  max-width: 200px;
  border: 1px solid #d4d4d4;
  padding: 4px;
  margin: 0 auto;
  border-radius: 7px;
}
.comp_mont_lanche {
  background: #f0f0f0;
  padding: 10px 0;
  margin-top: 10px;
}
p.preco_item_lanche {
  margin: 0;
  color: #3b3b3b;
  font-family: lato;
  font-weight: 700;
  min-width: 60px;
  float: right;
  height: 100%;
  font-size: 16px;
  padding: 5px;
  margin-left: 5px;
}
.col_mont_lanche {
  width: 50%;
  float: left;
}
.col_meio_lanche {
  width: 15%;
  float: left;
}
.qtd_mont_lanche {
  float: right;
}
.btn_comprar_lanche.mdl-button--raised.mdl-button--colored {
  float: left;
  margin-left: 10px;
  background: #0062ab;
}
.mdl-switch.is-checked .mdl-switch__thumb {
  background: #037203;
}
.mdl-switch.is-checked .mdl-switch__track {
  background: #037203;
  opacity: 0.5;
}
.finalizaedtlanche {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  background: #00b400;
  border-top: 3px solid #008a00;
  z-index: 10;
  text-decoration: none;
}
.finalizaedtlanche p {
  font-size: 18px;
  letter-spacing: 0;
  margin: 14px 0 24px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.finalizaedtlanche p i {
  margin-right: 5px;
}
.tam_cal {
  width: 60%;
  float: left;
  margin-left: 10px;
}
.sab_cal {
  width: 30%;
  float: right;
  margin-right: 10px;
}
.opcs_mont_calzone {
  margin: 20px 0;
}
.opcs_mont_calzone label, .label_obs_item {
  color: #444;
  float: left;
  font-weight: 700;
  font-size: 16px;
  font-family: lato;
}
.campos_sabores {
  width: 91%;
  margin: 15px 4%;
  display: flex;
  flex-direction: column;
}
a.sel_sabor {
  padding: 15px 10px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  float: left;
  background: #0062ab;
  width: 96%;
  border-radius: 4px;
  border-bottom: 3px solid #00345b;
  margin-bottom: 15px;
}
a.sel_sabor.laranja {
  background: #e67e22;
  border-bottom: 3px solid #d35400;
}
a.sel_sabor.ativo {
  background: #087607;
  border-bottom: 3px solid #014d00;
}
ul.ulsubmenu a {
  color: #444;
  text-decoration: none;
}
.cpn_radio {
  display: inline;
}
.bg_white {
  background: #fff;
}
.alg_center {
  text-align: center;
}
.mdl-snackbar {
  background-color: #0062ab;
}
h1.css_promocg_nomepromocao {
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-weight: 600;
  font-family: open sans;
  color: #007300;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 5px;
}
h3.css_promocg_descricaopromocao {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0 30px;
  line-height: normal;
  padding: 0 10px;
}
.top_modal_promo {
  background: #e00000;
  padding: 10px;
}
.top_modal_promo img {
  float: left;
  margin-right: 15px;
}
.top_modal_promo p {
  color: #fff;
  font-family: open sans;
  font-weight: 700;
  font-size: 24px;
  padding-top: 16px;
}
a.css_promocg_linkresgate {
  width: 80%;
  margin-left: 5%;
  background: #00b400;
  border-bottom: 3px solid #009a00;
  height: 38px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.additempromo_cg {
  border-bottom: 1px dotted #d4d4d4;
}
.additempromo_cg img {
  width: 60px;
  float: left;
  margin: 5px 10px;
  border-radius: 5px;
}
p.nome_sabor_promocg {
  font-family: Lato;
  color: #444;
  font-size: 16px;
  margin: 0;
  padding-top: 7px;
  vertical-align: baseline;
  text-transform: capitalize;
}
p.totalp_check span {
  font-family: open sans;
}
p.totalp_check span.vl_pedido_fp {
  text-align: center;
  border: 1px dashed #fff;
  font-size: 16px;
  padding: 6px 0;
  font-family: open sans;
  border-radius: 4px;
}
#obspedido, #obs_item {
  font-size: 18px;
  font-family: open sans;
  padding: 10px;
}

#obs_item{
  resize: none;
  border: solid 1px #ccc;
}

#cont_acompanhamento {
  background: #eee;
  padding: 0 10px 10px 10px;
}
h3.titlefinalizacompra {
  text-transform: uppercase;
  font-weight: 700;
  color: #087607;
  font-size: 20px;
  line-height: normal;
  margin: 15px 0 8px;
  text-align: center;
}
#comanda_checkout {
  padding: 10px;
  background: #faffde;
  background: -moz-linear-gradient(
    top,
    rgba(250, 255, 222, 1) 0%,
    rgba(243, 255, 174, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(250, 255, 222, 1) 0%,
    rgba(243, 255, 174, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(250, 255, 222, 1) 0%,
    rgba(243, 255, 174, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faffde',endColorstr='#f3ffae',GradientType=0 );
  margin-top: -10px;
  text-align: center;
  margin-bottom: 20px;
}
#comanda_checkout img {
  margin: 5px 0;
}
p.num_ped {
  font-family: open sans;
  font-size: 20px;
  border-top: 1px dashed #3d3d3d;
  padding: 10px 0;
  color: #3d3d3d;
  border-bottom: 1px dashed #3d3d3d;
}
p.texto-pediregist {
  line-height: normal;
  font-family: open sans;
  padding: 5px;
  border: 1px solid #cd240e;
  background: #ffe8e5;
}
p.texto-pediregist strong {
  line-height: 34px;
  font-size: 16px;
}
.time-acomp {
  text-shadow: none;
  font-size: 15px;
  font-family: open sans;
  font-weight: 600;
  color: #444;
  margin-bottom: 30px;
}
#alerta_em_baixo {
  margin: 0 5%;
  width: 90%;
  border-radius: 4px;
}
.mdl-snackbar--active{
	bottom: 90px;
}
.box-status {
  font-family: open sans;
  font-size: 18px;
  color: #acacac;
  border: 1px solid #d4d4d4;
  padding: 13px 5px 13px 39px;
  margin-top: -1px;
  background: #efefef url(../../img/status-pendente.png) left top no-repeat;
  background-position: 7px 11px;
  text-transform: capitalize;
}
.box-status_nobg {
  font-family: open sans;
  font-size: 18px;
  color: #acacac;
  border: 1px solid #d4d4d4;
  padding: 13px 5px 13px 13px;
  margin-top: -1px;
  background-color: #efefef;
  text-transform: capitalize;
}
.checked {
  background: #ecffec url(../../img/status-checked.png) left top no-repeat;
  background-position: 7px 11px;
  color: #444;
}
.checked_nobg {
  background-color: #ecffec;
  color: #262626;
}
.checked_aprovado {
  background: #ecffec url(../../img/emoji_aprovado.png) left top no-repeat;
  background-position: 7px 11px;
  color: #444;
}
.checked_preparo {
  background: #ecffec url(../../img/emoji_preparo.png) left top no-repeat;
  background-position: 7px 11px;
  color: #444;
}
.checked_transporte {
  background: #ecffec url(../../img/emoji_transporte.png) left top no-repeat;
  background-position: 7px 11px;
  color: #444;
}
.checked_finalizado {
  background: #ecffec url(../../img/emoji_finalizado.png) left top no-repeat;
  background-position: 7px 11px;
  color: #444;
}
.red_repro {
  color: #a40000;
}
#bom_apetite {
  font-family: pacifico, cursive;
  color: #087607;
  font-size: 27px;
  line-height: normal;
  text-align: center;
}
.continuar_comprando {
  text-transform: uppercase;
  text-align: center;
  margin: 14px auto 20px;
}
.continuar_comprando a {
  text-decoration: none;
  display: block;
  font-family: lato;
  font-size: 15px;
  width: 95%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 5px;
  background: #d4d4d4;
  color: rgba(0,0,0,.87);
}
p.subtotais {
  font-family: open sans;
  font-size: 14px;
  color: #444;
  padding: 3px 0;
  border-bottom: 1px dashed #777;
  margin-bottom: 10px;
}
#sub_desc {
  display: none;
}
.mdl-dialog {
  display: none;
}

.info_meupedido {
  text-align: center;
  margin: 6px 0;
}
.d_aberto {
  font-weight: 700;
  color: #2ecc71;
}
.d_fechado {
  font-weight: 700;
  color: #a40000!important;
}
.cont_promos button p,
.promo-ativa p,
.promo-inativ p {
  font-family: oswald, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
}
.card-promo h3,
#cont_combo h2,
.item_combo-mont p,
span.lista_nomeprincipal,
span.total_pizza {
  font-family: oswald, sans-serif !important;
  text-transform: uppercase !important;
}
span.lista_nomeprincipal {
  font-weight: 500;
}
p.p_lista_modal small {
  font-size: 12px;
  line-height: initial;
}

.div_titulopromocao{
  width: 100%;
}

.tag_combo{
  border-radius: 64px;
  min-width: fit-content;
  border: 1px solid #ffeeba;
  padding: 4px 12px;
  color: #856404;
  background-color: #fff3cd;
  margin-top: 10px;
}

.tag_combo_entregagratis{
  border: 1px solid #c3e6cb;
  color: #155724;
  background-color: #d4edda;
}

.div_tag_combo{
  display: flex;
  width: 100%;
}

.qtd_menos {
  width: 34px;
  line-height: 35px;
  display: block;
  float: left;
  text-align: center;
  font-size: 29px;
  color: #ff0d0d;
}
.qtd_txt {
  width: 33px;
  display: block;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #444;
  max-height: 95%;
  background: transparent;
  border: none;
}
.qtd_mais {
  width: 33px;
  line-height: 35px;
  display: block;
  float: left;
  text-align: center;
  font-size: 22px;
  color: #00b400;
}   

.btn_qtd_card {
  width: 102px;
  float: right;
  height: 35px;
  border: 1px solid #d4d4d4;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ing_mont_lanche span.mdl-list__item-primary-content{
  text-align: start;
}


.box_acompanha{
  padding: 8px;
  border-radius: 7px;
  display: flex;
  flex-direction: row;
  background: #fff;
  margin-bottom: 20px;
}

.box_acompanha_img{
  flex: 0 0 64px;
  margin-right: 10px;
  align-self: center;
  text-align: center;
}

.box_acompanha_img img{
  width: 60px;
}

.box_acompanha_right{
  width: 100%;
}

.box_acompanha_right p{
  line-height: inherit;
  margin: 0;
  color: rgba(0,0,0,.7);
  text-transform: none;
}

.tit_box_acompanha{
  font-weight: bold;
  font-size: 16px;
  margin: 4px 0 8px 0px;
  padding: 0;
  line-height: normal;
  font-family: 'open sans';
  text-transform: none;
}

.icomoji_box_acompanha{
  font-size: 40px;
  text-align: center;
  width: 100%;
  display: block;
}

#box_pedido_registrado{
  background: #faffde;
  background: -moz-linear-gradient( top, rgba(250, 255, 222, 1) 0%, rgba(243, 255, 174, 1) 100% );
  background: -webkit-linear-gradient( top, rgba(250, 255, 222, 1) 0%, rgba(243, 255, 174, 1) 100% );
  background: linear-gradient( to bottom, rgba(250, 255, 222, 1) 0%, rgba(243, 255, 174, 1) 100% );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faffde',endColorstr='#f3ffae',GradientType=0 );
  border-radius: 0 0 7px 7px;
}

#box_pedido_registrado p, #box_pedido_registrado h3, #box_pedido_registrado .time-acomp,
#box_acompanha_roleta h3, #box_acompanha_roleta p{
  color: rgba(0,0,0,.7)!important;
}

#valor_pedido{
  float: right;
}

.box-status_nobg{
  opacity: 0.8;
  font-size: 16px;
  border: 0;
  padding: 12px 12px 0px 12px;
  background: none;
}
.checked_nobg{
  background: none;
  opacity: 1;
}

#statusacomp{
  background: #fff;
  border-radius: 7px;
  padding-bottom: 12px;
  margin-bottom: 6px;
}

#abrir_chat{
  color: #fff;
  width: 100% !important;
  box-sizing: border-box;
  margin-bottom: 4px;
  border-radius: 50px;
}

#abrir_chat i{
  color: #fff;
}
#acompanhar-whatsapp {
  color: #fff;
  width: 100% !important;
  box-sizing: border-box;
  margin-bottom: 4px;
  border-radius: 7px;
  background-color: #25d366 !important;
}
#acompanhar i{
  color: #fff;
}
#acompanhar-whatsapp img {
  float: left;
  margin-top: 2%;
}

#acompanhar-whatsapp span {
  padding-top: 1px !important;
}

#chat{
  margin: 0;
  height: 100%;
}

.drop_composition{
  display: flex;
  flex-direction: column;
}

.toggle_compositions{
  margin-bottom: 10px;
}

.div_title_drop_composition{
  margin-bottom: 5px;
}

.div_info_drop_composition{
  padding: 0px 10px;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
}

.radio_composition{
  padding-bottom: 20px;
}

.radio_composition .mdl-radio__outer-circle, .checkbox_composition .mdl-checkbox__box-outline{
  width: 20px;
  height: 20px;
}

.input_checkbox_composition{
  width: 20px;
  height: 20px;
}

.input_checkbox_composition:read-only{
  opacity: 1;
}

.itemComposition{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.itemComposition .mdl-list__item-primary-content{
  max-width: 67%;
  text-align: start;
}

.itemComposition .btn_qtd_card{
  max-width: 33%;
  min-width: 98px;
}

.itemComposition .mdl-checkbox__focus-helper, .itemComposition .mdl-checkbox__box-outline {
  width: 21px;
  height: 21px;
}

.itemComposition .mdl-checkbox__focus-helper {
  background-color: #fff;
  border-radius: 25%;
}

.div_item_upsell{
  display: flex;
  justify-content: space-between;
}

.div_item_upsell .info_item{
  display: flex;
  max-width: 70%;
}

.div_item_upsell .info_item img{
  width: 60px;
  height: 60px;
  margin: 0px;
  border-radius: 6px;
}

.div_nome_preco_upsell{
  display: flex;
  margin-left: 10px;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
}

.div_item_upsell .btn_qtd_card{
  max-width: 30%;
  min-width: 100px;
}

.div_nome_preco_upsell .nome-item-menu{
  margin-top: 0px;
}

.mdl-list__item.div_item_upsell{
  background: #fff;
}

.session_upsell li.tit_ing{
  word-break: break-all;
}

.icon_consumirlocal{
  float: left;
  display: inline-block;
  margin: 20px 10px 20px 5px;
  width: 47px;
  height: 49px;
  font-size: 49px!important;
}

.btnbaixo_fecharpedido {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background: #00b400;
  border-top: 3px solid #008a00;
  height: 64px;
  box-sizing: border-box;
  padding: 16px;
  color: #fff;
  width: 100%;
  margin: 0;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.btnbaixo_fecharpedido a, .btnbaixo_fecharpedido span{
  z-index: 6;
}

.btnbaixo_fecharpedido span {
  margin-left: 10px;
}
/************ LAYOUT GRID CATEGORIAS ************/

#menu-grid-categories {
  padding: 20px 14px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* número de colunas dinâmico com quadros com min 100px */
  gap: 14px; 
}

.category-grid{
  /*max-width: 136px;
  min-width: 120px;*/
  box-sizing: border-box; /* Garante que padding/bordas sejam inclusos na largura total */
  text-align: center;
}

.category-grid img{
  border-radius: 15px;
  width: 100%;
}

p.category-name{
  font-family: Lato;
  color: #444;
  font-size: 16px;
  padding: 0;
  margin: 8px 0;
  vertical-align: baseline;
  text-transform: capitalize;
  line-height: initial;
  font-weight: 500;
}

.reward-description-summary{
  display: flex;
}

.reward-description-summary .item-description {
  width: 100%;
}

.reward-description-summary .item-price {
  min-width: 75px;
}

@media (max-width: 768px) {
  #menu-grid-categories {
    gap: 12px; /* Reduz o espaçamento em telas menores */
  }
}

@media (max-width: 480px) {
  #menu-grid-categories {
    gap: 10px; /* Espaçamento ainda menor para dispositivos móveis */
  }
}
