.body {
	padding-top: 0px !important;
}

/* alertas do confirm.js */
.appendMovingDots:after {
    content: ' .';
    animation: dots 2s steps(1, end) infinite;
}
@keyframes dots {
    0%, 12.5% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    37.5% {
        text-shadow: .5em 0;
    }
    50% {
        text-shadow: .5em 0, 1em 0;
    }
    62.5% {
        text-shadow: .5em 0, 1em 0, 1.5em 0;
    }
    75% {
        text-shadow: .5em 0, 1em 0, 1.5em 0, 2em 0;
    }
    87.5%, 100%{
        text-shadow: .5em 0, 1em 0, 1.5em 0, 2em 0, 2.5em;
    }
}

.btn-destaque {
	font-size: 18px !important;
    padding: 6px 22px !important;
}

.btn-md {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px
}

.btn-primary {
    background-color: #4099ff;
    border-color: #4099ff;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.btn {
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 19px;
    cursor: pointer
}

.m-b-20 {
    margin-bottom: 20px
}

.btn-md {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px
}

.btn-google {
    color: #545454;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 1px #ddd;
    font-size:14px;
    margin:5px;
    padding:10px;
}

/* medidas gerais */
.biz-content-marginTopBottom-10-paddingTop-10 {
	 margin: 10px auto;
	 padding-top: 10px;
}

.biz-content-paddingTop-0 {
	 padding-top: 0px;
}

.biz-row-marginTopBottom-0 {
	 margin: 0px 5%;
}

/* row de menus não a margin topo */
.products__categories {
	padding-top: 5px !important;
}

/* produtos do cardapio para começar alinhado ao top da imagem */
.products__list__item__info {
    padding-top: 13.5px !important;
}

/* produtos do cardapio para finalizar alinhado ao bottom da imagem */
.products__list__item__info__sum {
    padding-bottom: 0px !important;
}

/* produtos do cardapio fixar o content da descrição na altura disponível - cortar o texto e adicionar ... */
.products__categContainer .products__list__item__info__main {
	overflow: hidden; 
}

/* coluna 1 (descrição) na tela de complementos de um produto */
.product__options .bizzList__items .bizzList__items__cell--1 {
	width: 59% !important;
}

/* coluna 2 (qtde) na tela de complementos de um produto */
.product__options .bizzList__items .bizzList__items__cell--2 {
	width: 26% !important;
}

/* coluna 3 (valor) na tela de complementos de um produto */
.product__options .bizzList__items .bizzList__items__cell--3 {
	width: 15% !important;
}

/* tela de login o e-mail e senha ficarem um em cada linha */
.register__pass__holder {
    width: 100% !important;
}

/* tela de pagamento */
.bizDivOpcoesPagamento {
	width: 87% !important;
}
.register__item select, .register__item--takeaway select {
    min-width: 101.5%; 
}

/* tela de pedido */
.row status__info {
	margin: 5px 5% !important;
}
.cardapio__zone {
  margin-top:5px;
  margin-left:5px;
  width: 260px;
  height: 40px;
  border-radius: 10px;
  background-color: #e6e6e6;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-size: 12px;
  align-items: center;
  cursor: pointer; }
  .cardapio__zone img {
    padding: 3px;
    width: 23px; }
    
/* tela de produto/complemento */
.bizzList__items__cell__price {
	font-size: 10px !important;
}    

/* ligthbox */
.lity-iframe .lity-container {
  max-width: 415px;
}
.lity-iframe-container {
  width: 415px; /* 4:3 ratio */
  height: 415px;
  padding-top: 56.25%;
}

/* message box para acompanhamento de pedido */
/* The alert message box */
.pedido_alert {
  display: none;	
  max-width: 850px;
  margin: 0px auto;
  background-color: #f44336; /* Red */
  color: white;
}

.pedido_alert_content {
  padding: 20px;
}

/* The close button */
.pedido_alert_closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.pedido_alert_closebtn:hover {
  color: black;
}

/* Produtos em destaque */
.products__destaque {
  padding: 2%;
  min-width: 100px;
  width: 18%;
  border-right: 1px solid #e6e6e6;
  padding-right: 16px;
  margin-right: 16px; }
 
.products__destaque li, .products__destaque ul {
  margin: 0;
  padding: 0;
  list-style: none; 
}
.products__destaque {
  width: 100%;
  position: relative;
  border: none;
  padding-left: 0;
  padding-right: 0;
  background: white;
  white-space: nowrap;
  overflow-x: auto;
  max-width: 800px;
  cursor: pointer;
  scroll-behavior: smooth; 
}
.products__destaque li {
  display: inline-block;
  padding: 10px;
  font-size: 12px;
  height: 140px;
  box-shadow: 0 0 5px;
  border:1px solid #e0e0e0;
  margin-bottom: 0;
  width:170px;
  margin-right: 5px; }

.products__destaque::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); 
}
.products__destaque::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey; 
}
.products__list__item__info__favorites {
  padding-top: 10px;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}

/* uso de tabs */
.tablink {
  background-color: #FFFFFF;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  color: #a6a6a6;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 7px 8px;
  font-size: 12px;
  width: 50%;
}
.tabactive {
	color: black;
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
}
.tablink:hover {
  color: black;
  font-weight: bold;
}

.privacidadeFooter {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 0;
  left: 0;
  width: 80%;
  max-width: 800px;
  margin: 0px auto;
  padding: 1rem;
  background-color: #000000;
  text-align: center;
  color:#FFFFFF;
  opacity:80%;
}
.privacidadeFooter a {
  color: #F4D03F;
}
.privacidadeFooter a:hover {
  color: #F4D03F;
}
.privacidadeFooter .navbar-disclaimer--button {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  background-color: #0848be;
  border: 0;
  border-radius: 4px;
  color: #fff;
  width: 120px;
  height: 24px;
  padding: 4px 16px;
  cursor: pointer;
  margin-left: 24px;
}

.dados_opcionais {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  padding-top: 5px !important;
  border-top: 1px solid #3a3a3a !important;
  font-size: 14px !important;	
}

.status_cashback {
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 12px;
    display: block;
    margin: auto;
    white-space: nowrap;
    margin: 5px;
    margin-right: 15px;
}

.topBar__logo {
    width: 100px !important;
    height: 100px !important;
    margin-top: 5px !important;
}

.topBar__logo img {
    min-height: 100px !important;
    object-fit: contain !important;
}

