*, ::after, ::before {
    box-sizing: border-box;
  }
  
  :root {
    --primary-color: #444444;
  }
  
  a, a:hover {
    text-decoration: none;
  }
  
  html,
  body {
    width: 100%;
    height: 100%;
  }
  
  body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: var(--primary-color);
    line-height: 1.2em;
    background-color: #FAFAFA;
  }
  
  .container {
    width: 100%;
    padding: 0 22px;
    flex-grow: 1;
  }
  
  .btn-remove {
      text-align: center;
      color: #FF0000;
  }
  
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 60px 0 14px 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #FFFFFF;
  }
  .sidenav .container {
    width: 250px;
  }
  .sidenav a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    display: block;
    white-space: nowrap;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #ffffff;
  }
  .sidenav p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    line-height: 2em;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 24px;
    left: 22px;
  }
  .sidenav img {
    vertical-align: middle;
    margin-right: 5px;
  }
  .sidenav .redes {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
    min-width: 200px;
  }
  .sidenav .redes p {
    width: 100%;
    margin: 0 0 2px 0;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
  }
  .sidenav .redes p.tel {
    margin: 6px 0 10px 0;
  }
  .sidenav .redes a {
    display: block;
    padding: 8px;
  }
  .sidenav .redes svg {
    fill: var(--alternative-color2);
  }
  .sidenav h3 {
    font-family: "Dosis", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin: 24px 0;
  }
  
  .navicon {
    width: 26px;
    height: 21px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: block;
  }
  .navicon:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 8px 0 0 #ffffff, 0 16px 0 0 #ffffff;
  }
  
  #topo {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 9px 0;
    z-index: 10;
    transition: all 300ms ease-in-out;
  }
  #topo .navicon {
    color: #000000;
  }
  #topo .navicon:before {
    background: #000000;
    box-shadow: 0 8px 0 0 #000000, 0 16px 0 0 #000000;
  }
  #topo.fixed {
    background-color: var(--alternative-color);
    position: fixed;
  }
  #topo.fixed .btn-carrinho img {
    /*filter: invert(0);*/
    filter: brightness(100);
  }
  #topo.fixed h1 {
    display: block;
  }
  #topo.fixed .navicon {
    color: #ffffff;
  }
  #topo.fixed .navicon:before {
    background: #ffffff;
    box-shadow: 0 8px 0 0 #ffffff, 0 16px 0 0 #ffffff;
  }
  #topo .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
  }
  #topo h1 {
    margin: 0;
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    overflow: hidden;
    display: none;
  }
  #topo h1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #topo .btn-carrinho {
    display: block;
    position: relative;
  }
  #topo .btn-carrinho span {
    width: 22px;
    height: 22px;
    background-color: #FF0000;
    border-radius: 22px;
    font-size: 12px;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 22px;
    position: absolute;
    right: -9px;
    top: -6px;
    z-index: 1;
  }
  #topo .btn-carrinho img {
    /*filter: invert(1);*/
  }
  
  .resumo-pedido {
    background-color: #EEEEEE;
    padding: 20px 0;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.6em;
  }
  .resumo-pedido h4 {
    font-size: 14px;
    margin: 0 0 8px 0;
  }
  
  .btn-finalizar {
    font-size: 16px;
    color: #ffffff;
    line-height: 48px;
    background-color: #AAB746;
    border-radius: 32px;
    display: inline-block;
    padding: 0 30px;
    width: 100%;
    margin-bottom: 14px;
    border: 0;
  }
  
  .box-flex {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .conteudo {
    margin-top: 68px;
    margin-bottom: 20px;
    flex-grow: 0;
    background-color: var(--alternative-color);
  }
  
  .conteudo-internas {
    margin-top: 90px;
    flex-grow: 0;
  }
  
  .logo {
    width: 164px;
    height: 164px;
    overflow: hidden;
    border-radius: 164px;
    margin: -38px auto 0 auto;
    border: 7px solid var(--alternative-color2);
  }
  .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .info-text {
    font-size: 14px;
    text-align: center;
    color: var(--alternative-color2);
    line-height: 1.2em;
  }
  
  .tt-page {
    font-family: "Dosis", sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0;
    text-align: center;
  }
  .tt-page.margin-top {
    margin-top: 0;
  }
  
  .form_input {
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    font-size: 20px;
    width: 100%;
    border-radius: 50px;
    border: 2px solid #CCCCCC;
    color: var(--alternative-color);
    padding: 9px 18px;
    margin-bottom: 18px;
  }
  .form_input.error {
    border-color: red;
  }
  
  textarea.form_input {
    border-radius: 24px;
  }
  
  label.error {
    display: block;
    margin-bottom: 10px;
    margin-top: -10px;
  }
  
  .listagem-produtos {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px 100px;
  }

  .format-list
  {
      display: block;
  }

  .listagem-produtos .box-produto {
    /*width: 33.333333333%;*/
    width: 50%;
    padding: 0 7px 14px 7px;
    text-align: center;
    font-weight: bold;
  }
  @media (min-width: 961px) {
    .listagem-produtos .box-produto {
      width: 25%;
    }
  }
  @media (min-width: 1200px) {
    .listagem-produtos .box-produto {
      width: 20%;
    }
  }
  .listagem-produtos .box-produto.add button {
    opacity: 0.6;
    background-color: #444444;
  }
  .listagem-produtos .box-produto figure {
    width: 100%;
    position: relative;
    display: flex;
    margin: 0;
    background-color: #ffffff;
  }
  .listagem-produtos .box-produto figure:before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .listagem-produtos .box-produto figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
  }
  .listagem-produtos .box-produto h3 {
    font-size: 12px;
    margin: 10px 0;
    color: var(--primary-color);
  }
  .listagem-produtos .box-produto .obs {
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-bottom: 12px;
  }
  .listagem-produtos .box-produto .valor {
    font-size: 14px;
    color: var(--primary-color);
    margin-bottom: 10px;
  }
  .listagem-produtos .box-produto .quantidade {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .listagem-produtos .box-produto .quantidade a {
    font-size: 14px;
    color: var(--primary-color);
    display: block;
    padding: 3px 7px;
  }
  .listagem-produtos .box-produto .quantidade input {
    width: 10%;
    border: 1px solid #999999;
    min-width: 26px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    text-align: center;
  }
  .listagem-produtos .box-produto button {
    width: 90%;
    background-color: var(--alternative-color);
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    border: 0;
    padding: 8px 0;
    font-family: "Poppins", sans-serif;
    border-radius: 12px;
    margin: 12px 0;
  }
  
  #rodape {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    background-color: var(--alternative-color);
    color: #ffffff;
    line-height: 1.4em;
    margin-top: 50px;
    position: fixed;
    width: 100%;
    bottom: 0;
  }
  #rodape a {
    color: #ffffff;
  }
  
  /***
      Custom SELECT
   */
  .custom-select {
    position: relative;
    width: auto;
    border: 2px solid #CCCCCC;
    border-radius: 50px;
    line-height: 25px;
    margin-bottom: 18px;
    font-family: "Dosis", sans-serif;
    font-weight: bold;
  }
  @media (max-width: 666px) {
    .custom-select {
      order: 1;
      margin-bottom: 20px;
    }
  }
  .custom-select select {
    display: none;
  }
  
  .select-selected {
    position: relative;
    width: auto;
    border: 0 !important;
    color: var(--alternative-color) !important;
  }
  .select-selected:after {
    position: absolute;
    content: "";
    top: 17px;
    right: 18px;
    border: 6px solid transparent;
    border-color: var(--alternative-color) transparent transparent transparent;
  }
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
  
  .select-items div,
  .select-selected {
    font-size: 20px;
    color: #444444;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    max-height: 35vh;
    overflow: auto;
  }
  
  /*style items (options):*/
  .select-items {
    min-width: calc(100% - 30px);
    position: absolute;
    background-color: #F1F1F1;
    top: 100%;
    right: auto;
    z-index: 99;
    white-space: nowrap;
    left: 15px;
    max-height: 35vh;
    overflow: auto;
  }
  .select-items div:hover,
  .select-items .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .col-6
  {
      float:left;
      width:50%;
      padding: 0 10px;
  }

  .botao
  {
    display: block;
    width: 100%;
    background: #f5f5f5;
    border: 1px #dedede solid;
    border-bottom: 3px #dedede solid;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    color:#666666;
  }

  .botao .title
  {
    padding: 20px;
    padding-left: 65px;
    background: url(../imagens/123foi_carrinho.png) 20px center no-repeat;
    background-size: 34px;
    text-align: left;
  }

  .botao .title span
  {
    font-size: 13px;
    line-height: 12px;
    color: #6b6b6b;
  }
  .botao .title span strong
 {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;       
 }

 #shopping-basket-total-price
 {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #22a200;
    font-size: 16px;
 }

 #shopping-basket-items-count
 {
    display: block;
    background: #c32c31;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 28px;
 }

 .floating
 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    transform: translate(25%, -25%);
 }

 .pedir
 {
    -webkit-appearance: none;
    background: #22a200;
    border: 1px #1b8000 solid;
    border-bottom: 3px #1b8000 solid;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
 }
 
  /*# sourceMappingURL=estilos.css.map */

  .at-expanding-share-button[data-position=bottom-right]
  {
      top:10px !important;
      bottom: auto !important;
  }

  .container-carrinho
  {
    margin-top: 70px;
  }

  .titleh3
  {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 30px;
    border: 1px #dedede solid;
    display: table;
    margin: 0 auto 10px;
    border-radius: 50px;
    background: #fff;
    
  }

  .container-carrinho h3
  {
    text-align: center;
  }

  .basketContent
  {
    position: relative;
    width: 100%;
    
    margin-top: 83px;
    margin-bottom: 1000px;
    /*overflow: hidden;*/

  }
  .basketContenth3
  {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--alternative-color);
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 0;
    border-bottom: 1px #dedede solid;
  }

  .basketContent .green {
        color: #22a200;
    }
  
  .container-carrinho h3
  {
    font-family: 'Poppins', sans-serif;
  }

  .basketContent .itemBasket
  {
    width: 100%;
    border-radius: 0;
    border: 1px #dedede solid;
    border-left: none;
    border-right: none;
    border-right-width: initial;
    border-right-style: none;
    border-right-color: initial;
  }

  .card
  {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
  }

  .title
  {
    background: none;
    border-radius: 0;
    border: none;
    padding: 0;
  }

  .title-container
  {
    width: 100%;
    color: #000;
    background: #f9f9f9;
    margin: 0;
    padding: 20px 10px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
  }

  .title-container .name
  {
    margin-bottom: 10px;
    border-bottom: 1px dashed #c7c7c7;
    font-size: 14px;
  }


  .card-header:first-child
  {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
  }

  .card-header
  {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
  }

  .obsConfirmacao
  {
    display: table;
    width: 100%;
  }

  
  .obsConfirmacao label
  {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: .5rem;
  }

  .container-carrinho input
  {
    width: 100%;
    display: block;
    border: 1px #ccc solid;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 13px;
    color: #000;
    background: #fff;
    outline: 0px !important;
  }

  .text-center
  {
    text-align: center!important;
  }

  .valoresConfirmacao
  {
    display: table;
    margin: 15px 0px;
    width: 100%;
  }

  .valoresConfirmacao .right
  {
    float: right;
    display: table;
  }

  .text-right
  {
    text-align: right!important;
  }
  .valoresConfirmacao .right .box
  {
    padding: 0 10px;
    float: left;
  }

  .valoresConfirmacao .right .box span
  {
    font-size: 11px;
    display: block;
    color: #666;
    line-height: 13px;
  }

  .valoresConfirmacao .right .box strong
  {
    font-size: 14px;
    line-height: 18px;
  }

  .valoresConfirmacao .right .box.total strong
  {
    color: #029a26;
  }

  .valoresConfirmacao .right .box.margin
  {
    border-left: 1px #dedede solid;
    border-right: 1px #dedede solid;
  }

  .infoEntregaConfirmacao
  {
    display: table;
    width: 100%;
    border-top: 1px #dedede solid;
    margin-top: 60px;
  }
  .infoEntregaConfirmacao > h3.title
  {
    margin-top: -25px !important;
    margin-bottom: 10px !important;
    position: relative;
  }

  h3.title
  {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 30px;
    border: 1px #dedede solid;
    display: table;
    margin: 0 auto;
    border-radius: 50px;
    background: #fff;
  }

  .infoEntregaConfirmacao .dados-usuario
  {
    padding: 0 10px;
  }

  .infoEntregaConfirmacao .dados-usuario
  {
    margin-bottom: 25px;
  }
  
  .infoEntregaConfirmacao .seleciona
  {
    display: table;
    width: 100%;
    border-bottom: 1px #dedede solid;
    margin-bottom: 20px;
  }

  .infoEntregaConfirmacao .seleciona .box
  {
    display: table;
    margin: 0 auto;
  }

  .infoEntregaConfirmacao .seleciona .box a:hover, .infoEntregaConfirmacao .seleciona .box a.ativo
  {
    color: #fff;
    background: #ce0000;
    text-decoration: none;
    font-size: 13px;
    padding: 10px 20px;
  }

  .infoEntregaConfirmacao .seleciona .box a
  {
    float: left;
    display: table;
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
    background: #dedede;
    margin: 0 1px;
    color: #666;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    cursor: pointer;
  }

  .formEntrega
  {
    padding: 0 10px;
  }
  

  .container-carrinho input
  {
    width: 100%;
    display: block;
    border: 1px #ccc solid;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 13px;
    color: #000;
    background: #fff;
    outline: 0px !important;
    margin-bottom: 8px;
  }

  .pagamentoConfirmacao
  {
    display: table;
    width: 100%;
    border-top: 1px #dedede solid;
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .pagamentoConfirmacao h3.title
  {
    margin-top: -25px !important;
    margin-bottom: 10px !important;
    position: relative;
    /*z-index: 10;*/
  }

  .pagamentoConfirmacao .box:nth-child(2)
  {
    float: right;
  }

  .pagamentoConfirmacao .box
  {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    display: table;
    background: #f5f5f5;
    border: 1px #dedede solid;
    position: relative;
  }
  
  .container-carrinho input
  {
    width: 100%;
    display: block;
    border: 1px #ccc solid;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 13px;
    color: #000;
    background: #fff;
    outline: 0px !important;
  }

  .pagamentoConfirmacao input[type="radio"]
  {
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 0px;
    margin-left: 10px;
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }

  .pagamentoConfirmacao label
  {
    padding: 10px;
    padding-left: 40px;
    width: 100%;
    display: table;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
  }

  .pagamentoConfirmacao .box .secundario
  {
    border-top: 1px #dedede solid;
    padding-top: 5px;
    margin-top: 5px;
    padding: 10px;
  }

  .pagamentoConfirmacao .box .troco
  {
    display: table;
    width: 100%;
  }

  .pagamentoConfirmacao .box .secundario p
  {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .input-group
  {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  }

  .pagamentoConfirmacao .box-sem-troco
  {
    position: relative;
  }

  .pagamentoConfirmacao .box-sem-troco label
{
    padding-left: 30px !important;
}

.pagamentoConfirmacao .box .troco input
{
    border-radius: 0px 4px 4px 0px;
}

.pagamentoConfirmacao .box-sem-troco input
{
    position: relative;
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 0px;
    width: 25px !important;
    height: 19px;
}

.boxConfirmacao input
{
    display: block;
    border: 1px #ccc solid;
    padding: 10px 20px;
    font-size: 13px;
    color: #000;
    background: #fff;
    outline: 0px !important;
}

.mt-4, .my-4
{
    margin-top: 1.5rem!important;
}

.boxConfirmacao .center
{
    display: table;
    width: 100%;
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0px 0px 40px #0000001f;
}

.avisoEnviado h3
{
    color: #c32c31;
    font-weight: bold;
}

.avisoEnviado p
{
    font-size: 13px;
    font-weight: bold;
}

.abrirWhats
{
    display: table;
    width: 100%;
    margin-top: 20px;
}

.abrirWhats a, .abrirWhats button
{
    padding: 15px 40px;
    background: #029a26;
    border: 0px;
    border-bottom: 4px #003f0f solid;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: table;
    margin: 0 auto;
}

#pop-opcoes
{
    background: #000000c7;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    padding: 40px;
}

#pop-opcoes .container-opcoes
{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
}

#pop-opcoes .container-opcoes .head-opcoes
{
    text-align: right;
    margin: 10px;
}

#pop-opcoes .container-opcoes .body-opcoes
{
    min-height: 200px;
    border-top: 1px dashed #ccc;
    margin-top: 10px;
}

#pop-opcoes .container-opcoes .footer-opcoes
{
    padding: 10px;
}