body {
    background: #fff;
}
.cor-fundo {
    background: #fff;
}

.horario-logo .logo {
    width: 80px;
}
#setas-mobile {
    margin-bottom: 0.5rem;
}

.ativo {
    background-color: #12241063 !important;
}

.horario-logo {
    background-color: #fff;
}

.destaques .produtos {
    background: #93c573;
    color: rgb(0, 0, 0);
}

.confirmacao {
    background: #122410;
}

.redboa-fixed-sidebar {
    background: #fff;
}

.preco-header h3 {
    color: #000;
}

.pedido-button {
    background: #122410;
}

.continuar-pedindo-mobile {
    background: #122410;
}

.topo {
    background: #122410;
}

.items .item {
    background-color: #122410;
    color: #fff;
}

.pen-title {
    padding: 50px 0;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
}

.pen-title h1 {
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: bold;
}

.wrap {
    margin-left: 20px;
}

.box {
    height: 100px;
    display: flex;
    align-items: center;
    margin: 25px 15px;
    border-radius: 5px;
    font-weight: bold;
}

.box h3 {
    font-weight: bold;
    align-items: center;
    padding-bottom: 30px;
    color: #000;
}

.shadow1 {
    position: relative;
}

.shadow1 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

/*****************************************************************dashed border
  ****************************************************************/
.shadow1 h3 {
    width: 87%;
    height: 100px;
    margin-left: 6%;
    border-radius: 5px;

    padding-top: 2rem;
}

@media (max-width: 550px) {
    .cor-fundo {
        background: transparent;
        border-bottom: 1px solid #000;
        box-shadow: none !important;
    }
    .pen-title {
        display: none;
    }

    .row {
        margin: 0;
        padding: 0;
    }

    .container {
        padding: 0;
    }

    .col-6 {
        padding: 0;
    }

    .box {
        margin-left: 0;
    }

    h3 {
        font-size: 1.2rem;
    }
}

/****************************************************************
  *styling shadows
  ****************************************************************/
