/*//////////////////////////////////////////////////////
////    HEADER
//////////////////////////////////////////////////////*/

#header {
    padding: 6px 40px;
    background: var(--cor0);
    z-index: 99999;
    position: relative;
    box-shadow: inset 0 -1px 0 #dcdcdc;
}

#header #top_a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#header h1 {
    display: none;
}

#header .svg_logo {
    margin-right: 20px;
    width: 64px
}

#header #menus_top button {
    font-size: 13px;
    color: var(--cor3);
    transition: all .2s linear;
}

#header #menus_top button a {
    color: inherit !important;
}

#header #menus_top button:hover {
    color: var(--cor1);
}

#header #menus_top button.active {
    font-size: 13px;
    color: var(--cor1);
}

#header #buscador {
    display: flex;
    max-width: 500px;
    margin-right: auto;
}

#buscador {
    background: var(--cor2);
    margin: 0 20px;
    border-radius: 10px;
    padding: 0 5px;
    flex: 1;
    cursor: default
}

#buscador svg {
    width: 20px;
    padding: 0 10px
}

#buscador svg g {
    fill: red !important;
}

#buscador input {
    background: transparent;
    border: 0;
    width: 100%;
}

#buscador ::placeholder {
    color: var(--cor3);
    font-size: 15px;
}

#endereco_entrega button {
    border: 0;
    background: transparent;
    color: var(--cor3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
}

#endereco_entrega button svg {
    color: var(--cor1);
    width: 28px;
    display: flex;
    transform: translatey(1.5px)
}

#usuario {
    position: relative;
    margin: 0 10px
}

#usuario svg {
    fill: red !important;
    cursor: pointer
}

#usuario .floating-box__button--has-notifications {
    position: absolute;
    right: -2.5px;
    top: -5px;
    width: 15px
}

#sacola button {
    background: var(--cor0);
    color: var(--cor3);
    border-radius: 55px;
    border: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    font-size: 11px;
    text-align: left;
    transition: all .2s linear
}

#sacola button:hover {
    background: var(--cor2)
}

#sacola button svg {
    stroke: var(--cor1);
    margin-right: 4px
}


/*//////////////////////////////////////////////////////
////    Cupons
//////////////////////////////////////////////////////*/

#cupom_a {
    background: #50A773;
    color: var(--cor2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    transition: .2s
}

#cupom_a span {
    padding: 0 40px;
    font-size: 17px;
}

/*//////////////////////////////////////////////////////
////    Categorias
//////////////////////////////////////////////////////*/

#categorias {
    display: flex;

    margin: auto;
    margin-bottom: 40px;
    margin-top: 75px
}

#categorias div {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    transition: all .2s linear;
    cursor: pointer;
    border-radius: 15px
}

#categorias div:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    transform: scale(1.02);
}

#categorias div img {
    width: 100px;
    border-radius: 15px;
}

#categorias div span {
    color: var(--cor3);
    text-align: center;
    padding: 2px 0;
    font-size: 15px
}

/*//////////////////////////////////////////////////////
////    Banner Carousel
//////////////////////////////////////////////////////*/

#banner_carousel {
    display: flex;
    overflow: hidden;
    margin: auto;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
}

#banner_carousel>div {
    display: flex;
    margin-left: 0px
}

#banner_carousel img {
    border-radius: 15px;
    max-width: 642px;
    margin-right: 15px;
    cursor: pointer;
    transition: all .2s linear;
}

#banner_carousel img:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    transform: scale(1.02);
}

#banner_carousel i {
    background: #0005;
    position: absolute;
    padding: 15px;
    width: 20px;
    height: 20px;
    border-radius: 55px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    opacity: .5;
    top: calc(50% - 30px);
    font-size: 40px;
    box-shadow: 0 0 20px #0005 inset;
    cursor: pointer;
    transition: .1s;
    z-index: 99;
}

#banner_carousel i:hover {
    scale: 1.1
}

#banner_carousel .fa-angle-left {
    translate: -20px
}

#banner_carousel .fa-angle-right {
    right: 15px;
    margin-right: 80px
}


/*//////////////////////////////////////////////////////
////    use_cumpom_aqui
//////////////////////////////////////////////////////*/
#use_cumpom_aqui {
    display: none;
}

/*//////////////////////////////////////////////////////
////    queridinhos
//////////////////////////////////////////////////////*/
#queridinhos {
    display: none;
}

/*//////////////////////////////////////////////////////
////    promocoes_entraga_gratis
//////////////////////////////////////////////////////*/
#promocoes_entraga_gratis {
    display: none;
}

/*//////////////////////////////////////////////////////
////    mercados_famosos
//////////////////////////////////////////////////////*/
#mercados_famosos {
    display: none;
}

/*//////////////////////////////////////////////////////
////    famosos_no_mil_pratos
//////////////////////////////////////////////////////*/
#famosos_no_mil_pratos {
    display: none;
}

/*//////////////////////////////////////////////////////
////    categoria_itens
//////////////////////////////////////////////////////*/
#categoria_itens {
    display: none;
}

/*//////////////////////////////////////////////////////
////    famosos_no_mil_pratos
//////////////////////////////////////////////////////*/
#famosos_no_mil_pratos {
    display: none;
}

/*//////////////////////////////////////////////////////
////    filtros
//////////////////////////////////////////////////////*/
#filtros {
    display: none;
}

/*//////////////////////////////////////////////////////
////    lojas
//////////////////////////////////////////////////////*/

#lojas {
    display: flex;
    flex-direction: column;

    margin: auto;
    margin-top: 40px;
}

#lojas h2 {
    color: var(--cor8);
    font-size: 20px
}

#lojas .lojas_list {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, minmax(max(320px, 25% - 32px), 1fr));
    grid-gap: 16px;
}

#lojas .loja {
    display: flex;
    align-items: center;
    justify-content: lef;
    border-radius: 10px;
    padding: 10px 20px;
    background: transparent;
    transition: .25s;
    cursor: pointer;
    color: var(--cor3);
    font-weight: 111;
    font-size: 13.5px;
}

#lojas .loja:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    transform: scale(1.02);
}

#lojas .loja>img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin-right: 10px
}

#lojas .loja h2 {
    font-size: 15px;
    color: var(--cor8)
}

#lojas .loja h2 {
    margin-bottom: 5px;
}

#lojas .loja svg {
    fill: var(--cor9);
}

#lojas .loja b {
    color: var(--cor9);
    font-weight: 755;
}

#lojas .loja i {
    font-size: 9px;
    align-items: center;
    justify-content: center;
    width: 2px;

}

#lojas .loja>div>div {
    margin-bottom: 7px;
}

#lojas .loja .cupom {
    background: var(--cor10);
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    color: var(--cor11);
    display: flex;
    align-items: center;
    justify-content: center;

}

#lojas .loja .cupom img {
    width: 15px;
    margin-right: 5px;
}


/*//////////////////////////////////////////////////////
////    Pesquisa
//////////////////////////////////////////////////////*/

.pesquisa_ {
    display: flex;
    border-bottom: 1px solid #0002;
    margin-bottom: 20px;
}

.pesquisa_ .active {
    color: red !important;
    pointer-events: none;
}

.pesquisa_ .active:after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 90px;
    height: 2px;
    background: red !important;
    ;
}

.pesquisa_ h2 {
    width: 90px;
    text-align: center;
    margin-right: 0px;
    cursor: pointer;
    position: relative;
    color: #aaa !important;
    transition: .3s
}

.pesquisa_ h2:hover:after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 90px;
    height: 2px;
    background: #aaa;
}



/*//////////////////////////////////////////////////////
////    MOBILE
//////////////////////////////////////////////////////*/



@media only screen and (max-width: 600px) {
    #menus_top {
        display: none
    }

    #header {
        padding: 0 20px
    }

    #buscador {
        margin-left: 0
    }

    #header {
        padding: 0 20px
    }

    #buscador {
        margin-left: 0
    }

    footer .sp_3 {
        display: flex;
        flex-direction: column;
        padding-top: 20px
    }

    footer .sp_3 div {
        max-width: 100%;
        display: flex;
        flex-direction: column !important;
        line-height: 20px;
        align-items: start;
        justify-content: start;
        margin-right: auto;
    }

    #lojas>h2 {
        padding-left: 20px
    }

    .lojas_list>a {
        border: 1px solid #0001;
        border-left: 0;
        border-right: 0;
        margin: auto;
        width: 100% !important;
    }

    .loja>div {
        width: 100% !important;
    }

    .loja .img_item {
        width: 100% !important;
    }

    .lojas_list {

        grid-gap: 0px !important;
    }

    #lojas>h1 {
        padding-left: 20px
    }

    .desc_loja_item h2 {
        margin: 0
    }

    #lojas {
        margin-top: 0
    }
}

.desc_loja_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo_item {
    margin-right: 15px;
}