/* MAIN TYPOGRAPHY */

html { font-size: 16px; font-family: helvetica, "microsoft sans serif", arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6, dt { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var { font-size: 14px; font-family: monaco, "Lucida Console", courier, mono-space; }
pre { white-space: pre; }
pre * { font-size: 100%; white-space: pre; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
big { font-size: 125%; line-height: 80%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
a:link, a:visited, a:hover, a:active, a:focus { text-decoration: underline; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote > *:before { content: "\201C"; }
blockquote > *:after { content: "\201D"; }

/* language specific quotes! */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
*[lang|='en'] q:before   { content: '\201C'; }
*[lang|='en'] q:after    { content: '\201D'; }
*[lang|='en'] q q:before { content: '\2018'; }
*[lang|='en'] q q:after  { content: '\2019'; }

/* FORMS */

fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
/* textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ddd; }*/
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display:none; }


* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font: inherit; font-size: 1em;}
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */
marquee { overflow: inherit !important; -moz-binding: none; }
blink { text-decoration: none; }
nobr { white-space: normal; }
input[type="submit"],
button{
  -webkit-appearance: none !important;
  -moz-appearance:    none !important;
  appearance:         none !important;
  background:none;
  border:none;
}

.clear{clear:both !important; float:none !important; margin:0!important; padding:0!important; height:0!important; width:0!important}
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

img { display:block;}

html, body { height: 100%;}
#geral{ min-height: 100%; width:100%; position: relative;}
* html #geral {height: 100%;}

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

}
.pacifico-font{
  font-family: 'Pacifico', cursive;
}

.item-cardapio{
  min-height: 450px;
}

.item-cardapio .col__inner{
    min-height: 400px;
}

.center{
  max-width: 980px;
  margin: 0 auto;
}

.center-inner{
  padding: 0 15px;
}

.title{
  background: #55b748;
  text-align: center;
  padding: 10px 0;
}

.title-box{
  display: inline-block;
}

.title-icon{
  float: left;
}

.title-txt{
  float: left;
  font-family: 'Pacifico', cursive;
  color: #ffffff;
  font-size: 60px;
  line-height: 70px;
  padding: 0 20px;
}

.box-valores{
  text-align: center;
  padding: 20px 0;
}

.box-valores img{
  display: inline-block;
}

.resp-img{
  max-width: 100%;
}

.secundary-title{
  background: #55b748;
  padding: 20px;
  color: #ffffff;
  font-size: 40px;
    font-family: 'Pacifico', cursive;
  line-height: 50px;
  margin-bottom: 20px;
}

input.item-form__input{
  background: none;
  border: none;
  width: 100%;
}

.item-form__text{
  font-size: 12px;
  line-height: 14px;
}

.item-form__box{
  border: 1px solid #dddddd;
  padding: 10px;
  margin-top: 5px;
}

.item-form{
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.item-form__input--textarea{
  border: none;
  width: 100%;
  height: 70px;
  resize: none;
}

.item-form--single .item-form__inner{
  padding: 0;
}

.col-2{
  width: 50%;
}

.col-25{
  width: 25%;
}

.col-33{
  width: 33.33%;
}

.col-75{
  width: 75%;
}

.col-img-produto{
}

.produto-desc{
  position: relative;
}

.item-cardapio .bt-adicionar{
  width: 100%;
}

.box-produto-values{
}

.item-form__inner{
  padding: 0 10px;
}

.f-left{
  float: left;
}

.title-2{
  margin-bottom: 20px;
}

.txt-radio{
  padding-left: 20px;
  display: block;
  line-height: 23px;
}

.title-3{
  background: #55b748;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 23px;
    font-family: 'Pacifico', cursive;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.title-4{
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #01483a;
  margin-bottom: 20px;
}

.col-itens{
  padding-right: 20px;
  margin-bottom: 20px;
}

.item-choice{
  margin-bottom: 15px;
  position: relative;
}

.item-choice input{
  position: absolute;
  top: 3px;
}

input.bt-pedido{
  background: #f9b82e;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  color: #ffffff;
  margin-top: 30px;
  font-size: 20px;
  line-height: 24px;
}

.bold{
  font-weight: 600;
}


.col__inner{
  padding: 10px;
  border: 1px solid #dddddd;
  margin: 10px;
  position: relative;
}

.col__box{
  position: relative;
}

.strong-txt{
  font-weight: 600;
}

.name-product{
  font-size: 25px;
  font-family: 'Pacifico', cursive;
  line-height: 30px;
  color: #55b748;
  display: block;
  margin-top: 10px;
  min-height: 70px;
}

.value-product{
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-top: 10px;
  color: #01483a;
}

.img-resp{
  width: 100%;
}

.box-produto-values{
  position: relative;
}

.qtd{
  position: absolute;
  right: 0;
  top: 0;
}

.qtd__box{
  border: 1px solid #bbbbbb;
  width: 104px;
}

.qtd__button{
  height: 40px;
  width: 30px;
  float: left;
}

.qtd__input{
  height: 40px;
  float: left;
  width: 40px;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}

.qtd__input input{
  width: 100%;
  border: none;
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
  position: relative;
}

.qtd__bt{
  display: block;
  height: 40px;
  width: 30px;
  cursor: pointer;
}

.qtd__bt table{
  height: 40px;
  width: 30px;
}

.qtd__bt table td{
  vertical-align: middle;
  text-align: center;
}

.qtd__bt table img{
  display: inline-block;
  width: 10px;
}

.f-left{
  float: left;
}

.f-right{
  float: right;
}

.box-bt{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #55b748;
  padding: 20px 0;

  color: #ffffff;

  -webkit-box-shadow: 0px -4px 14px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px -4px 14px 0px rgba(0,0,0,0.2);
  box-shadow: 0px -4px 14px 0px rgba(0,0,0,0.2);
}

.box-bt strong{
  font-size: 22px;
  font-weight: 500;
}

.bt{
  background: #ffffff;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 20px;
  color:#55b748;
}

.bt-go{
  background: #e74c3c;
  color: #ffffff;
}

.item-confirm{
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.item-confirm--title{
  margin-bottom: 20px;
  font-size: 15px;
}

.box-itens-buy{
  margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.bt-adicionar{
  display: block;
  width: 200px;
  background: #55b748;
  padding: 10px 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none !important;
  margin: 15px 0;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.bt-fechar-ovl{
  background: #666;
  margin-top: 0;
}

.bt-adicionar:hover{
  background: #fbc134;
}


.bt-adicionar--cadastro{
  background: #fbc134;
}

.bt-adicionar--cadastro:hover{
  background: #55b748;
}

.buttons-login a{
  margin: 0 auto 15px auto;
}

#ola-login{
  text-align: center;
  padding: 20px 0 30px 0;
  font-size: 20px;
  line-height: 26px;
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
}

.box-adicionais{
  display: none;
}

.ovl,
.overlay{
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  top: 0;
  left: 0;
  display: none;
  overflow-y: scroll;
}

.overlay-box{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.overlay--login{
  display: block;
}

.align-center{
  text-align: center;
  display: block;
  margin: 0 auto;
}



.overlay-box__content{
  vertical-align: middle;
  text-align: center;
}

.overlay__wrapper{
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}

.overlay__inner{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
    background: #ffffff;
  padding: 20px;
  margin: 20px;
  position: relative;
}

.overlay__title{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  color: #55b748;
}

.box-ovl-button{
  text-align: right;
}

.box-ovl-button .bt-adicionar{
  display: inline-block;
}

.bt-close-ovl{
  position: absolute;
  top: 10px;
  right: 10px;
}

.block-scroll{
  overflow: hidden;
}

.block-scroll #geral{
  display: none;
}

.wrapper-adicionais .txt-radio{
  padding: 0 120px 0 0;
  display: block;
}

.wrapper-adicionais .item-choice{
  min-height: 40px;
  margin: 0;
}

.wa__item{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

.step-circle{
  width: 30px;
  height: 30px;

  background: #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius:30px;
  border-radius: 30px;
  float: left;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
}

.step-link.ativo .step-circle{
    background: #55b748;
}

.step-circle span{
  display: block;
  padding-top: 6px;
}

.step-txt{
  padding: 6px 0 0 5px;
  float: left;
}

.step-link{
  display: block;
}

.step{
  float: left;
  margin: 0 20px 10px 0;
}

.box-passos{
  padding: 30px 0;
}

.bt-adicionar.bt-keep{
  margin-right: 25px;
  background: #e74c3c;
  padding: 20px 10px;
}

.bt-adicionar.bt-keep:hover{
  background: #3498db;
}

.box-choice{
  display: none;
}

.box-choice.ativo{
  display: block;
}

.bt-adicionar.bt-keep--back{
  background: #dddddd;
  display: none;
}

.bt-adicionar.bt-keep--back:hover{
  background: #bbbbbb;
}

.txt-total-pagar{
  border-top: 1px solid #dddd;
  padding-top: 20px;
  margin-top: 30px;
}

.title-6{
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.valor-pagar{
  padding-top: 10px;
  font-size: 40px;
  font-weight: 600;
  color: #55b748;
}

.bt-cart{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #55b748;
  -webkit-border-radius: 30px;
  -moz-border-radius:30px;
  border-radius: 30px;
  z-index: 2;
  display: none;
}

.bt-cart img{
  margin: 8px 0 0 8px;
}

.msg-alert{

}

.box-bt-alert{
  text-align: center;
}

.box-bt-alert .bt-adicionar{
  display: inline-block;
}

.overlay--alert .overlay__wrapper{
  max-width: 350px;
  text-align: center;
}

.msg-alert{
  padding: 10px 0 20px 0;
  line-height: 20px;
}

.item-choice--radio{
  position: relative;
}

.item-choice--radio .js-item-choice{
  position: absolute;
  top: 3px;
  left: 0;
}

a.bt-detalhes{
  font-size: 12px;
  line-height: 14px;
  text-decoration: none !important;
  background: #fbc134;
  color: #ffffff;
  padding: 6px 10px;
  margin-right: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius:5px;
  border-radius: 5px;
}

.box-itens-added{
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.box-itens-added:last-child{
  border: none;
}

.obs-item-choice{
  background: #eeeeee;
  padding: 10px;
  margin-top: 4px;
}

.obs-box{
  margin-top: 10px;
}

.box-bt--itens-added{
  display: block;margin-top: 5px;
}

.small-title{
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}

.title-itens{
  font-size: 12px;
  margin: 10px 0 5px 0;
  color: #55b748;
}

.box-itens{
  margin-bottom: 20px;
}

.box-itens__item{
  margin-bottom: 5px;
}

.adicionais-item{
  position: relative;
  padding-right: 50px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

.adicionais-item .total{
  display: block;
  margin: 10px 0 0 0
}


.adicionais-qtd{
  position: absolute;
  right: 0;
  top: 0;
}

.bold-bigger{
  font-size: 18px;
  line-height: 24px;
}

.mandatory-field{
  color: #b10000;
  font-size: 12px;
}

.box-troco{
  display: none;
}

.box-title-item-cart{
  position: relative;
  padding-right: 30px;
}

.bt-remove-item-cart{
  position: absolute;
    right: 0;
    top: 0;
}

.box-confirmacao .bt-remove-item-cart{
  display: none;
}

#box-cadastro{
  display: none;
}

#box-login{
  display: none;
}

#box-intro-login{
  display: block;
}

#box-esqueceu-senha{
  display: none;
}

.txt-phone-company{
  font-family: 'Pacifico', cursive;
  font-size: 23px;
  line-height: 26px;
  color: #01483A;
}

.menu-header .link{
  margin-left: 10px;
}

.menu-header{
  padding-top: 50px;
}

.brand-topo{
  margin: 20px 0 0 0;
}

.txt-faca-pedido{
  text-align: center;
  padding: 40px;
  font-family: 'Pacifico', cursive;
  font-size: 27px;
  line-height: 30px;
  color: #01483A;
}

.address-item{
  position: relative;
  margin-bottom: 10px;
}

.address-check{
  position: absolute;
  top:0;
  left: : 0;
  height: 100%;
  background: #eeeeee;
  width: 30px;
}

.address-content{
  padding-left: 30px;
}

.address-content__inner{
  padding: 15px;
  font-size: 12px;
}

.address-content__item{
  padding-bottom: 5px;
}

.address-check__table{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-check-address{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.address-check__table td{
  text-align: center;
  vertical-align: middle;
}

.box-bts-keep-or-back{
  border-top: 1px solid #dddddd;
  margin-top: 20px;
  padding-top: 10px;
}

.box-bts-keep-or-back--top{
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.check-address{
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid #cccccc;
  background: #ffffff;

  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.address-check__inner{
  text-align: center;
}

.button-check-address.ativo .check-address{
  background: #55b748;
  border-color: #55b748;
}

.box-edit-address{
  padding-top: 10px;
  margin-top: 10px;
}

.bt-remove-address{
  color: #b10000;
}

.bt-edit-address{
  color: #3498db;
}

.bt-logout{
  color: #b10000;
  font-size: 13px;
  text-decoration: none !important;
  margin-top: 6px;
}

.loader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  z-index: 10000;
}

.loader-box{
  padding: 10px;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 0 0
}

.time-pedidos{
  margin: 20px 0;
  padding: 20px;
  background: #eeeeee;
}

.time-pedidos p{
  padding: 5px 0;
  display: block;
}

.msg-pedido strong{
  font-weight: 600;
}

a.bt-box-ovl{
  float: left;
  text-decoration: none;
  color: #ffffff;
  padding: 10px;
  background:#3498db;
  margin-right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.box-bts-ovl{
  padding: 20px 0;
}

/*.js-adicionais-box{
  display: none;
}*/

.title-itens-2{
  font-weight: 600;
    display: block;
    margin: 0 0 25px 0;
    font-size: 22px;
}

.separator{
  border-top: 1px solid #dddddd;
  display: block;
  margin: 10px 0;
}

.box-add-item{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.box-add-item a{
  background: #e74c3c;
  width: 300px;
  padding: 15px 10px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.center-itens{
  text-align: center;
}

.center-itens .bt-adicionar{
  display: inline-block;
  background: #3498db;
  margin: 0;
}

.center-itens .bt-adicionar:hover{
  background: #55b748;
}

a.bt-meus-pedidos,
a.bt-meus-dados{
  text-decoration: none;
  margin: 6px 0px 0 20px;
  font-size: 13px;
  color: #3498db;
}
a.bt-meus-pedidos:hover,
a.bt-meus-dados:hover{
  text-decoration: underline;
}

.readonly-field .item-form__box{
  background: #eeeeee;
}

.atencao-box{
  border: 1px solid darken(#fbc134, 10%);
  background: #fbc134;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 22px;
}
.atencao-box__inner{
  padding: 15px;
}

.tax-amount{
  margin: 5px 0 0 5px;
  color: #e74c3c;
  font-weight: 600;
}

.msg-tax-amount{
  font-size: 12px;
}

#home .js-bt-repetir-pedido{
  /*display: none;*/
}

.pedidos-list-item{
 margin-bottom: 10px;
 padding-bottom: 10px;
 border-bottom: 1px solid #dddddd;
}

.pedidos-list-item__data{
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 16px;
}

.pedidos-list-item__pedido{
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 20px;
}

.pedidos-list-item__valor{
  color: #b10000;
}

.data-agendamento-item{
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  max-width: 400px;
}

.box-datas-agendamentos{
  padding-top: 10px;
}

.bt-remove-agendamento{
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  font-weight: 600;
  font-size: 16px;
  color: #b10000;
}

@media screen and (max-width: 700px) {

  .col-2,
  .col-25,
  .step{
    width: 100%;
  }

  .name-product{
    font-size: 20px;
    line-height: 26px;
  }

  .value-product{
    font-size: 17px;
    line-height: 22px;
  }

  .bt-adicionar.bt-keep{
    padding: 10px;
  }

  .bt-adicionar{
    padding: 8px 0;
    width: auto;
    min-width: 140px;
  }

  #ola-login{
    font-size: 15px;
    line-height: 20px;
  }


  .box-bt--itens-added{
    font-size: 12px;
  }

  .item-cardapio{
    width: 100%;
  }

}

.bt-add-address{

}

.text-message-out{
  text-align: center;
}

@media screen and (max-width: 500px) {
  .val-itens-added{
    float: none;
    text-align: center;
  }

  .box-detail-bt{
    float: none;
    text-align: center;
    margin-top: 10px;
  }

  .box-detail-bt__inner{
    display: inline-block;
  }

  .menu-header{
    float: none;
    text-align: center;
  }

  .brand-topo{
    float: none;
    display: block;
    margin: 20px auto 0 auto;
  }

  .menu-header__inside{
    display: inline-block;
  }

  #header{
    text-align: center;
  }
}
