body {
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
    min-height: 100%;
    height: 100%
}

* {
    box-sizing: border-box;
    line-height: 15px
}

.clear {
    margin: 0;
    padding: 0;
    clear: both
}

.hide {
    display: none
}

.break {
    display: block;
    flex-basis: 100%;
    height: 0
}

#wrapper {
    overflow: hidden
}

#wrapper-content {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 20px
}

#roda-pe {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    margin: 10px;
    margin-top: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center
}

#roda-pe a {
    color: #000;
    text-decoration: none;
    font-weight: 700
}

#capa {
    position: relative;
    background-position: center;
    background-size: cover;
    box-shadow: 0 1px 6px #666;
    overflow: hidden;
    min-height: 250px
}

#whatsapp-empresa {
    display: block;
    padding: 20px;
    text-decoration: none;
    font-weight: 700;
    color: var(--primary-color)
}

#bar-top {
    text-transform: uppercase;
    z-index: 1002;
    color: #fff;
    text-align: center;
    line-height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: var(--primary-color);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .8)
}

#bar-top .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto
}

#bar-top .content .menu-home {
    color: #fff;
    font-size: 20px
}

.boxImg {
    border-radius: 5px;
    justify-content: center;
    overflow: hidden;
    height: 60px;
    width: 60px;
    background-color: #fff;
    box-shadow: 0 0 1px #000
}

#capa img, #logo img {
    width: 100%;
    height: 100%
}

#logo {
    overflow: hidden;
    position: absolute;
    top: -105px;
    left: 20px;
    width: 160px;
    height: 160px;
    background-color: #f1f1f1;
    border-radius: 15px;
    box-shadow: 0px 0px 0px 5px #fff;
    padding: 0px
}

#logo img {
    border-radius: 15px
}

#cesta, #footer-opcoes {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: fixed;
    background: #f1f1f1;
    bottom: 0;
    right: 0;
    left: 0;
    height: 80px;
    z-index: 1000
}

#cesta {
    display: none;
    max-width: 100%;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .3)
}

#footer-opcoes {
    max-width: 500px;
    left: -19px
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center
}

.col {
    padding: 10px;
    flex: 1
}

.btn {
    font-size: 14px;
    min-width: 150px;
    display: inline-block;
    padding: 10px;
    background-color: var(--primary-color);
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    transition: box-shadow .5s;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-align: center
}

a.itens {
    text-decoration: none;
}

.btn.add-carrinho, .btn.continuar, .btn.itens {
    height: 100%;
    width: 100%;
}

.btn:hover {
    box-shadow: 0 2px 3px #444
}

.btn:active {
    box-shadow: 0 1px 1px #444
}

.btn.itens {
    background-color: #c1c1c1
}

.btn.selecionar {
    min-width: 90px !important;
    display: block;
    text-align: center;
    font-size: 12px !important;
    padding: 15px 10px;
    background: #fff;
    border: 1px #ccc solid;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    border-radius: 5px;
    cursor: pointer
}

.btn.minus {
    border-radius: 5px 0 0 5px
}

.btn.plus {
    border-radius: 0 5px 5px 0
}

#carrinho-home, #list-produtos .list-p {
    padding: 10px;
    margin: 10px;
    border-radius: 5px
}

#content {
    float: left;
    width: 600px
}

#carrinho-home, #list-produtos .list-p {
    background-color: #fff;
    position: relative;
    flex: 2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3)
}

#carrinho-home {
    float: right;
    width: 380px;
    height: calc(100vh - 100px)
}

#carrinho-home.fixed {
    position: fixed;
    right: calc((100vw - 1000px)/ 2 - 9px);
    top: 80px
}

#carrinho-home #footer-opcoes {
    position: absolute;
    left: 0
}

#descricao-cardapio {
    padding: 6px;
    line-height: initial;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 60px
}

#home {
    align-items: flex-start
}

.title-categoria, .title-opcoes {
    /* display: flex; */
    align-items: center;
    text-align: left;
    font-size: 18px;
    padding: 10px;
    font-weight: 700;
    border-bottom: 4px solid var(--primary-color)
}

.title-opcoes {
    position: relative;
    margin-top: 5px;
    border-radius: 5px;
    background-color: #f1f1f1;
    padding: 15px 10px;
    text-align: left;
    font-size: 16px
}

.title-opcoes .info-opcoes {
    position: absolute;
    right: 5px;
    top: 10px
}

.title-opcoes .opcao-obrigatorio {
    font-size: 9px;
    border-radius: 5px;
    margin-top: 0;
    color: #666;
    padding: 5px;
    background-color: #d1d1d1
}

.title-opcoes .opcao-obrigatorio.error {
    background-color: #fcc;
    color: #c32c31
}

.title-opcoes .total-opcao {
    font-size: 11px;
    text-align: center;
    padding: 5px
}

.title-opcoes small {
    font-size: 11px
}

.list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #d1d1d1
}

.list .list-flex-2 {
    padding: 0 5px;
    flex: 1
}

.list .list-flex-1, .list .list-flex-3 {
    flex: 0
}

.list .list-flex-3 {
    display: flex;
    align-items: center
}

.list .title {
    font-size: 12px;
    margin: 0;
    padding: 0
}

.list .descricao {
    font-size: 11px
}

.status-pedido {
    text-transform: uppercase;
    height: 100%;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
    text-align: center
}

#bar-top-poupap, .bar-top-poupap {
    color: #fff;
    background-color: var(--primary-color);
    height: 60px;
    width: 100%;
    box-shadow: 0 1px 2px #000;
    text-decoration: none;
}

#btn-close-poupap, .btn-bar-top {
    color: #fff;
    display: flex;
    background-color: var(--primary-color);
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: none;
    float: right;
    height: 60px;
    width: 60px;
    font-size: 26px;
}

.modal {
    padding: 0
}

#quantidade-total {
    border-radius: 5px;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background-color: #c32c31;
    position: absolute
}

.selec-quant {
    align-items: stretch
}

.selec-quant button, .selec-quant input {
    text-align: center;
    color: #fff;
    min-width: 35px !important;
    width: 35px !important
}

.selec-quant input {
    color: #444;
    width: 20px !important;
    min-width: 20px !important;
    border: none;
    box-shadow: 0 1px 2px #444
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.info-error {
    right: 20px;
    top: 55%;
    margin-top: -7px;
    position: absolute;
    font-size: 20px;
    color: red
}

.input-container {
    position: relative;
    width: 100%;
    padding: 10px
}

.input-container b {
    display: block;
    padding-bottom: 5px
}

.input-container .input {
    width: 100%;
    padding: 10px;
    height: 50px;
    font-size: 16px;
    border: 1px solid #444;
    border-radius: 5px
}

.content {
    margin: 0 auto;
    max-width: 1000px
}

.horario-atendimento {
    float: right;
    margin-right: 5px;
    height: 50px;
    width: 160px
}

.horario-atendimento .btn {
    background-color: #fff;
    border-radius: 0 0 5px 5px
}

.horario-atendimento span {
    display: block;
    font-size: 11px;
    color: #000
}

.horario-atendimento span strong {
    color: #22a200
}

.horario-atendimento .turno {
    font-weight: 400;
    color: #444
}

#forma_pagamento, #horarios, .horarios {
    display: none;
    z-index: 1;
    padding: 10px;
    left: 50%;
    margin-left: -150px;
    margin-top: 60px;
    position: absolute;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3)
}

#forma_pagamento, #horarios {
    width: auto;
    margin-left: 0;
    margin: 10px;
    margin-top: 20px;
    display: block;
    position: initial
}

.horarios {
    margin-top: 0 !important;
    z-index: 100010 !important
}

#bg-alert-fechado {
    position: fixed;
    background-color: rgba(0, 0, 0, .3);
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#alert-fechado {
    font-weight: 700;
    left: 50%;
    top: 60px;
    margin-left: -150px;
    text-align: center;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    padding: 20px;
    width: 300px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 3px #444
}

#alert-fechado i {
    color: var(--primary-color)
}

#alert-fechado .periodo {
    font-size: 12px
}

#forma_pagamento h4 {
    margin: 0;
    padding: 10px;
    font-size: 16px
}

#forma_pagamento .col {
    font-size: 12px;
    min-width: 33%;
    width: 33%;
    border-bottom: 1px solid #d1d1d1
}

#horarios ul, .horarios ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#horarios ul li, .horarios ul li {
    padding: 5px;
    border-bottom: 1px solid #ccc
}

#horarios strong, .horarios strong {
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 400;
    display: block
}

#horarios b, .horarios b {
    display: inline-block;
    padding: 5px;
    border: 1px solid #d1d1d1;
    background-color: #f1f1f1;
    border-radius: 5px;
    font-weight: 400;
    font-size: 11px
}

.horarios .bar-horario {
    height: 20px
}

.horarios .bar-horario .close {
    float: right;
    font-size: 20px;
    background-color: transparent;
    border: none
}

.forma-de-entrega a {
    display: block;
    padding: 20px;
    text-decoration: none;
    text-align: center;
    color: #000;
    background-color: #d1d1d1
}

.forma-de-entrega a.select {
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 700
}

#pagamento .label {
    padding: 10px;
    background-color: #d9d9d9;
    border: 1px solid #d1d1d1;
    display: block;
    cursor: pointer
}

.box-opcoes-pagamento {
    display: none;
    border: 1px solid #d1d1d1;
    border-top: none;
    padding: 10px
}

.box-opcoes-pagamento b {
    font-size: 12px
}

.loader {
    right: 0;
    display: block;
    width: auto;
    height: 100%;
    position: relative;
    z-index: 1
}

button:disabled {
    background-color: #d1d1d1
}

#menu-categoria {
    padding: 0 10px;
    background-color: #e2dfdf;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: auto;
    white-space: nowrap
}

#menu-categoria a.section-active {
    border-bottom: 2px solid var(--primary-color)
}

#menu-categoria.fixed-menu {
    padding: 5px 10px;
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 60px;
    width: 100%;
    z-index: 100;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .8)
}

#menu-categoria.scrollmenu a {
    display: inline-block;
    text-decoration: none;
    color: var(--primary-color);
    padding: 10px;
    font-weight: 700
}

#menu-categoria.scrollmenu a:hover {
    background-color: var(--primary-color);
    color: #fff
}

.cbx {
    background: #fff;
    position: relative;
    top: 1px;
    width: 30px;
    height: 30px;
    border: 1px solid #c8ccd4;
    border-radius: 3px;
    vertical-align: middle;
    transition: background .1s ease;
    cursor: pointer
}

.cbx:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 10px;
    width: 5px;
    height: 15px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transition: all .3s ease;
    transition-delay: .15s
}

.lbl {
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer
}

.check {
    display: none
}

.check:checked~.cbx {
    border-color: transparent;
    background: var(--primary-color);
    animation: jelly .6s ease
}

.check:checked~.cbx:after {
    opacity: 1;
    transform: rotate(45deg) scale(1)
}

.list-grid {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-radius: 5px;
    overflow: hidden
}

.list-grid .selec-quant {
    justify-content: space-between
}

.list-grid .selec-quant .quant_pro {
    flex: 1
}

.list-produtos-grid .list-p {
    padding: 0 !important
}

.list-grid .title {
    text-align: center;
    font-size: 1em;
}

.list-grid .title div {
    text-align: center;
    line-height: 20px !important
}

.list-grid .descricao {
    overflow: hidden;
    height: 80px;
    font-size: .7em;
    text-align: center;
    line-height: 20px !important
}

.list-grid .open_imagem {
    background-color: #f1f1f1;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 120px;
    border-radius: 2px
}

.list-grid .open_imagem img {
    display: block;
    height: auto !important;
    width: 100% !important
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 10px;
    padding: 10px 10px
}

@-moz-keyframes jelly {
    from {
        transform: scale(1, 1)
    }

    30% {
        transform: scale(1.25, .75)
    }

    40% {
        transform: scale(.75, 1.25)
    }

    50% {
        transform: scale(1.15, .85)
    }

    65% {
        transform: scale(.95, 1.05)
    }

    75% {
        transform: scale(1.05, .95)
    }

    to {
        transform: scale(1, 1)
    }
}

@-webkit-keyframes jelly {
    from {
        transform: scale(1, 1)
    }

    30% {
        transform: scale(1.25, .75)
    }

    40% {
        transform: scale(.75, 1.25)
    }

    50% {
        transform: scale(1.15, .85)
    }

    65% {
        transform: scale(.95, 1.05)
    }

    75% {
        transform: scale(1.05, .95)
    }

    to {
        transform: scale(1, 1)
    }
}

@-o-keyframes jelly {
    from {
        transform: scale(1, 1)
    }

    30% {
        transform: scale(1.25, .75)
    }

    40% {
        transform: scale(.75, 1.25)
    }

    50% {
        transform: scale(1.15, .85)
    }

    65% {
        transform: scale(.95, 1.05)
    }

    75% {
        transform: scale(1.05, .95)
    }

    to {
        transform: scale(1, 1)
    }
}

@keyframes jelly {
    from {
        transform: scale(1, 1)
    }

    30% {
        transform: scale(1.25, .75)
    }

    40% {
        transform: scale(.75, 1.25)
    }

    50% {
        transform: scale(1.15, .85)
    }

    65% {
        transform: scale(.95, 1.05)
    }

    75% {
        transform: scale(1.05, .95)
    }

    to {
        transform: scale(1, 1)
    }
}

.cbx-splash {
    display: none;
    width: 24px;
    height: 24px
}

.cbx-splash input {
    display: none
}

.cbx-splash .splash {
    width: 24px;
    height: 24px;
    background: 0 0;
    border-radius: 50%;
    transform: trasnlate3d(0, 0, 0);
    pointer-events: none
}

.cbx-splash svg {
    position: absolute;
    top: 5px;
    margin-left: 50%;
    left: -8px;
    z-index: 1;
    pointer-events: none
}

.cbx-splash svg path {
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 19;
    stroke-dashoffset: 19;
    transition: stroke-dashoffset .3s ease;
    transition-delay: .2s
}

.cbx-splash input:checked+.splash {
    animation: splash .6s ease forwards
}

.cbx-splash input:checked+.splash+svg path {
    stroke-dashoffset: 0
}

#qr-scan {
    display: block;
    margin-left: 50%;
    margin-top: 80px;
    left: -125px;
    position: absolute;
    z-index: 10000;
    height: 250px;
    width: 250px
}

#qr-scan img {
    height: 250px;
    width: 250px
}

#qr-scan h4 {
    color: #fff;
    text-align: center;
    text-shadow: -1px 0 #000, 0 1px #000
}

#scan-video {
    height: 100vh
}

#view-qrscan {
    background-color: #000;
    display: none
}

#view-qrscan #bar-top-poupap {
    z-index: 100000;
    position: fixed
}

#view-escolha {
    padding-top: 20px
}

#view-escolha, #view-escolha form, #view-form-qr form {
    width: 100%;
    display: -webkit-flex;
    flex-direction: column;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

#view-escolha .btn {
    font-size: 22px;
    height: 80px;
    width: 300px;
    margin-top: 10px
}

#view-escolha #roda-pe {
    box-shadow: none;
    background-color: #f1f1f1
}

#view-escolha #logo {
    position: initial
}

#view-form-qr {
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    padding: 10px;
    bottom: 0;
    position: absolute;
    z-index: 10000
}

#view-form-qr .btn {
    background-color: #f60;
    height: 60px;
    width: 100%;
    margin-top: 10px
}

#view-form-qr .input-container {
    padding: 0
}

#view-form-qr .input {
    border-radius: 5px;
    text-align: center;
    border: 1px solid #444;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

#view-form-qr h4 {
    margin: 0;
    padding-bottom: 5px;
    color: #fff
}

#qr-scan .laser {
    width: 190px;
    margin-left: 50%;
    left: -95px;
    background-color: tomato;
    height: 2px;
    position: absolute;
    top: 30px;
    z-index: 2;
    box-shadow: 0 0 4px red;
    animation: scanning 2s infinite
}

#qr-scan .error, #qr-scan .scan {
    display: none
}

#qr-scan .aviso, #qr-scan .error {
    text-align: center;
    color: #fff;
    text-shadow: -1px 0 #000, 0 1px #000
}

#qr-scan i {
    font-size: 60px;
    display: block
}

#qr-scan .diode {
    animation: beam .01s infinite
}

#view-list-mesas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    padding: 5px;
    padding-top: 70px;
}

#list-mesas {
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

#list-mesas div {
    margin: 5px;
}

#list-mesas a {
    border-radius: 5px;
    background-color: var(--primary-color);
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    display: flex;
    height: 75px;
    width: 75px;
    justify-content: center;
    align-items: center;
}

.info-cashback {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
}

.btn-regra-cashback {
    min-width: 90px;
    text-decoration: none;
    text-align: center;
    font-size: 10px !important;
    padding: 15px 10px;
    background: var(--primary-color);
    border: 1px #ccc solid;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

/* Formulário */

.form-container {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 10px;
}

.form-container .input {
    background-color: #f1f1f1;
    padding: 10px;
    padding-bottom: 0px;
    border: 0 !important;
    border-bottom: 2px solid #444;
    outline: none;
    transition: .2s ease-in-out;
    color: #444;
    width: 100%;
    height: 58px;
    font-size: 1rem;
}

.form-container .input.error {
    background-color: #f5d7d7;
    border-bottom: 2px solid red;
}

.form-container label {
    user-select: none;
    pointer-events: none;
    top: 12px;
    left: 15px;
    right: 0;
    color: #616161;
    display: flex;
    align-items: center;
    position: absolute;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-in-out;
    box-sizing: border-box;
    width: 100%;
    height: 2rem;
    font-size: 1rem;
}

/* Interation */

.form-container .input:valid, .input:focus {
    border-bottom: 2px solid #2196f3;
}

.form-container .input:valid+label, .input:focus+label {
    color: #2196f3;
    font-size: .8rem;
    top: -5px;
    pointer-events: none;
}

/* Interation */

.input:valid, .input:focus {
    border-bottom: 2px solid #2196f3;
}

.input:valid+label, .input:focus+label {
    color: #2196f3;
    font-size: .8rem;
    top: -5px;
    pointer-events: none;
}

@keyframes beam {
    50% {
        opacity: 0
    }
}

@keyframes scanning {
    50% {
        transform: translateY(190px)
    }
}

@-moz-keyframes splash {
    40% {
        background: #866efb;
        box-shadow: 0 -18px 0 -8px #866efb, 16px -8px 0 -8px #866efb, 16px 8px 0 -8px #866efb, 0 18px 0 -8px #866efb, -16px 8px 0 -8px #866efb, -16px -8px 0 -8px #866efb
    }

    100% {
        background: #866efb;
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent
    }
}

@-webkit-keyframes splash {
    40% {
        background: green;
        box-shadow: 0 -18px 0 -8px green, 16px -8px 0 -8px green, 16px 8px 0 -8px green, 0 18px 0 -8px green, -16px 8px 0 -8px green, -16px -8px 0 -8px green
    }

    100% {
        background: green;
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent
    }
}

@-o-keyframes splash {
    40% {
        background: green;
        box-shadow: 0 -18px 0 -8px green, 16px -8px 0 -8px green, 16px 8px 0 -8px green, 0 18px 0 -8px green, -16px 8px 0 -8px green, -16px -8px 0 -8px green
    }

    100% {
        background: green;
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent
    }
}

@keyframes splash {
    40% {
        background: green;
        box-shadow: 0 -18px 0 -8px green, 16px -8px 0 -8px green, 16px 8px 0 -8px green, 0 18px 0 -8px green, -16px 8px 0 -8px green, -16px -8px 0 -8px green
    }

    100% {
        background: green;
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent
    }
}

@media (max-width:1024px), (max-device-width:1024px) {
    #carrinho-home {
        display: none
    }

    #content {
        float: none;
        width: 100%
    }

    #cesta {
        display: block
    }
}

@media (max-width:850px), (max-device-width:900px) {
    #roda-pe {
        text-align: center
    }

    .select-cat {
        width: 100%;
        display: block !important
    }

    .select-cat select {
        border-radius: 5px;
        padding: 10px;
        display: block;
        width: 100%
    }

    .list-cat {
        display: none
    }

    #menu-categoria {
        padding: 0
    }

    .modal {
        border-radius: 0;
        position: absolute;
        max-width: 100%;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0
    }

    .blocker {
        z-index: 10000
    }

    #footer-opcoes {
        max-width: 500px;
        left: 0
    }

    .jconfirm .jconfirm-holder {
        padding: 50px 10px !important
    }

    #logo {
        top: -70px;
        height: 120px;
        width: 120px
    }

    #capa {
        min-height: 200px
    }

    .r-show {
        display: block
    }

    .hide {
        display: none
    }

    #pagamento, .endereco {
        display: block
    }

    #horarios_pagamentos {
        display: block;
        flex-wrap: wrap
    }

    .grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:340px), (max-device-width:340px) {
    .col {
        padding: 5px
    }
}

#sidebar {
    z-index: 1001;
    position: fixed;
    width: 260px;
    top: 60px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 2px 0 20px rgba(0, 0, 0, .1);
    margin-left: -260px
}

#sidebar .logo {
    position: absolute;
    bottom: 5px;
    left: 25px;
    width: 200px;
}

#nav-sidebar, .subnav {
    margin: 0;
    padding: 0;
    list-style: none
}

#nav-sidebar a {
    display: flex;
    text-decoration: none;
    color: #444;
    height: 50px
}

#nav-sidebar a.selected .icon, #nav-sidebar a:hover .icon {
    color: #444;
    border-left: 5px solid #444;
    padding-left: 15px
}

#nav-sidebar a:hover .icon {
    color: #908d8d;
    border-left: 5px solid #908d8d
}

#nav-sidebar a.selected {
    font-weight: 700;
    background: #f1f1f1
}

#nav-sidebar a:hover {
    background: #f1f1f1
}

.selected_sub .arrow-right {
    display: block
}

.selected_sub {
    color: #000 !important
}

#nav-sidebar a .icon {
    display: flex;
    padding-left: 20px;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

.subnav {
    display: none
}

.subnav a {
    background-color: #f9f9f9
}

.subnav a:hover {
    background-color: #e8e9ec !important;
    color: #444 !important
}

#nav-sidebar a .label {
    padding: 5px;
    display: flex;
    flex: 1;
    height: 50px;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    font-size: 18px
}

.arrow-right {
    display: none;
    margin-top: 10px;
    margin-left: 2px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid rgba(0, 0, 0, .3)
}

#catalogo .wrapper-slick {
    width: 500px
}

#catalogo .wrapper-slick .slick .row {
    display: flex !important;
    overflow: hidden;
    align-items: center;
    height: 450px
}

#catalogo #wrapper-content {
    padding: 10px;
    background-color: #fff
}

#catalogo .label {
    display: inline-block
}

#catalogo .list {
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer
}

#catalogo .cbx {
    border: 1px solid var(--primary-color)
}

#catalogo .cbx .fa-times-circle {
    display: none
}

#catalogo .valores {
    display: none
}

#catalogo .slick-dots {
    bottom: 25px
}

#catalogo .slick {
    margin-bottom: 0
}

#catalogo .indisponivel {
    opacity: .4
}

#catalogo .indisponivel .cbx {
    background-color: #999
}

#catalogo .indisponivel .cbx .fa-times-circle {
    position: absolute;
    top: 6px;
    left: 6px;
    opacity: 1 !important;
    color: #fff;
    display: inline !important
}

.content-bar-top {
    max-width: 1000px;
    margin: 0 auto
}

#bar-top-poupap {
    position: relative;
    z-index: 100
}

.btn-bar-top {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    float: none
}

#catalogo .slick-prev {
    left: 5px !important
}

#catalogo .grid {
    grid-template-columns: repeat(4, 1fr)
}

#catalogo .slick-next {
    right: 5px !important
}

#catalogo #list-produtos .list-p {
    margin: 0
}

#search input {
    height: 40px;
    width: 100%;
    max-width: 400px;
    padding: 10px;
    font-size: 16px
}

#search {
    width: 100%;
    max-width: 400px
}

#search.hide {
    display: none
}

@media (max-width:850px), (max-device-width:900px) {
    #catalogo .info-produto {
        display: block !important
    }

    #catalogo .wrapper-slick {
        width: 100%
    }

    #catalogo #wrapper-content {
        padding: 0
    }

    #catalogo .wrapper-slick .slick .row {
        height: 250px
    }

    #catalogo .grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:850px), (min-device-width:900px) {
    #catalogo #footer-opcoes {
        position: relative;
        background-color: transparent;
        left: 0
    }

    #catalogo #hidden-separator {
        display: none
    }
}