body {
    background: #fff;
}
.wrapper {
    padding: 3px !important;
    width: 200px;
    height: 180px;
}
.wrapper img {
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.cor-fundo {
    background: #fff;
    color: #000;
}

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

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

.horario-logo .logo {
    width: 56px;
}
.destaques .produtos {
    background: rgb(237, 150, 35);
    color: rgb(0, 0, 0);
}

.confirmacao {
    background: #78a847;
}

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

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

.pedido-button {
    background: #78a847;
}

.continuar-pedindo-mobile {
    background: #78a847;
}

.topo {
    background: #78a847;
}

.items .item {
    background-color: #78a847;
    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-classic {
    padding: 0 15px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    margin-bottom: 2rem;
}
.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}
.box-classic-icon {
    margin-top: -20px;
    position: relative;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 10em;
    background: linear-gradient(98.15deg, #f6871f 17.7%, #be6828 81.94%);
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}
.box-classic-icon div {
    height: 50px;
    align-items: center;
}
.box {
    height: 100px;
    display: flex;
    align-items: center;
    margin: 25px 0px;
    font-weight: bold;
    justify-content: center;
    border: 1px solid #000;
    padding: 0;
}

.box h3 {
    font-weight: bold;
    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
  ****************************************************************/

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

    .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
  ****************************************************************/
