@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
.navloja{
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all linear .1s;
    z-index: 9999;
}
.logo-loja{
    display: flex;
    align-items: center;
    padding-left: 50px;
    color: #212830;
    font-family: 'Staatliches', cursive;
    font-size: 18px;
}
.logo-loja img{
    height: 60px;
    margin-right: 10px;
}
.menu-logo-cats{
    display: flex;
    align-items: center;
}
.menu-logo-cats a{
    text-decoration: none;
    margin-right: 10px;
}
.item-categoria{
    color: #212830;
    font-family: 'Staatliches', cursive;
    padding: 5px 10px;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
}
.item-categoria:hover{
    border-bottom: 2px solid rgba(255, 255, 255, 0.527);
}
.item-categoria img{
    height: 15px;
    margin-right: 10px;
    filter:invert(0);
}
.item-act{
    border-bottom: 2px solid #212830;
}
.right-menu{
    display: flex;
    align-items: center;
    padding-right: 50px;
}
.item-drop-view{
    height: 100px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.item-drop-view i{
    color: #212830;
}
.menudropLoja:hover .dropitens{
    display: block;
}
.dropitens{
    background-color: #212830;
    position: fixed;
    right: 0;
    display: none;
}
.dropitens a{
    text-decoration: none;
}
.item-drop{
    color: #fff;
    width: 176px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    border: 2px solid transparent;
    font-family: 'Staatliches', cursive;
}
.item-drop:hover{
    border-bottom: 2px solid rgba(255, 255, 255, 0.527);
}
.item-drop img{
    height: 15px;
    filter:invert(1);
    margin-right: 10px;
}
.mobile{
    display: none;
}
.menu-scroll{
    height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
}

.menuPesquisa{
    width: 40px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.menuPesquisa:hover{
    color: #3a4552;
}
.area_pesquisa{
    position: fixed;
    left: 0;
    top: 70px;
    z-index: 99;
    width: 100%;
    padding: 10px 0;
    padding-top: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
    display: none;
}
.area_pesquisa form{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.input_pesqui{
    width: 60%;
    height: 45px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    font-size: 25px;
    border-bottom: 1px solid #b1a9a9;
    padding-left: 10px;
    outline: none;
}
.btn_pesqui{
    width: 50px;
    height: 47px;
    border: 0;
    border-radius: 5;
    background-color: #fff;
    color: #b1a9a9;
    font-size: 20px;
    border-bottom: 1px solid #b1a9a9;
    cursor: pointer;
}
.area_pesquisa_scroll{
    top: 70px;
}

.menu-scroll .logo-loja{
    color: #212830;
}
.menu-scroll .item-categoria{
    color: #212830;
}
.menu-scroll .item-categoria img{
    filter:invert(0);
}

.menu-scroll .item-drop-view{
    height: 80px;
}
.menu-scroll .item-drop-view i{
    color: #212830;
}
.down{
    height: 100px;
}
/*FOOTER*/
.foot{
    width: 100%;
    padding: 40px 0px;
    background-color: #000
}
.content-foot{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.logo-foot{
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Staatliches', cursive;
}
.logo-foot img{
    height: 60px;
    margin-right: 10px;
}
.siga-foot{
    color: #fff;
    font-family: 'Staatliches', cursive;
    margin-top: 20px;
}
.siga-foot p{
    margin: 0;
}
.redes-foot a{
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    margin: 5px;
}
.right-foot{
    display: flex;
    flex-wrap: wrap;
}
.right-foot .item-menu{
    padding: 0;
    border: 0;
    height: auto;
    display: block;
    color: rgb(238, 238, 238);
    margin-bottom: 10px;
    border-bottom: 2px solid transparent;
    padding-right: 10px;
    margin-left: 5px;
}
.right-foot a{
    text-decoration: none;
}
.right-foot .item-menu:hover{
    color: #fff;
    border-bottom: 2px solid #fff;
}
.menu_seg{
    width: 90%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}
.menu_seg a{
    text-decoration: none;
    margin: 8px;
}
.menu_seg_item{
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.menu_seg_item i{
    margin-right: 5px;
}
.menu_seg_item:hover{
    text-decoration: underline;
}
.cons-foot{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
}
.area_meu_banner{
    width: 100%;
    text-align: center;
}
.area_meu_banner img{
    width: 50px;
    filter: invert(1) ;
}
.cart_menu{
    height: 80px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #212830;
}
.risc-vert{
    height: 40px;
    width: 1px;
    background-color: #45474b;
    margin: 0 10px;
}
.cart_menu span{
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 9px;
    background-color: #0d6af5d2;
    color: #fff;
    margin-top: 12px;
    margin-left: -5px;
}
.cart_drop{

}
.cart_drop:hover .cart_itens{
    display: flex;
}
.cart_itens{
    position: fixed;
    width: 250px;
    padding: 10px 0;
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border: 1px solid rgb(219, 219, 219);
    right: 50px;
    transition: all linear .2s;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.24);
}
.cart_itens_title{
    max-width: 100%;
    font-size: 14px;
    color: #212830;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    border-bottom: 1px solid #3a4552;
}
.cart_itens_total{
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.cart_itens_total p{
    margin: 0;
    margin-bottom: 10px;
    font-size: 13px;
    text-align: center;
    color: #212830;
}
.btn_pedido{
    padding: 8px 50px;
    background-color: #212830;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}
.cart_itens_prod{
    width: 100%;
    max-height: 320px;
    overflow: auto;
}
.iten_cart{
    width: 100%;
    display: flex;
    padding: 10px 0;
    max-height: 300px;
    overflow: auto;
}
.img_item_cart{
    width: 55px;
    height: 55px;
    margin-left: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.infos_item_cart{
    margin-left: 10px;
}
.infos_item_cart p{
    margin: 0;
    margin-bottom: 5px;
}
.name_item{
    font-size: 12px;
    font-weight: 600;
}
.name_item a{
    color: #212830;
    text-decoration: none;
}
.marca_item{
    font-size: 11px;
    color: #212830;
}
.price_item{
    font-size: 12px;
    color: #eb1f4b;
    font-weight: 600;
}
.cart_none{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart_none i{
    position: absolute;
    font-size: 30px;
    color: rgba(204, 204, 204, 0.384);
    z-index: -1;
}
.cart_none p{
    font-weight: 600;
    color: #212830;
    font-size: 13px;
}

/*footer loja*/

.fot_loja{
    width: 100%;
    padding: 20px 0;
    background-color: #e1e1e1;
}
.forms_selos{
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}
.itens_forms_selos{
    color: #212830;
}
.title_forms_selos{
    font-size: 13px;
    font-weight: 600;
}
.content_forms_selos{
    max-width: 300px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.content_forms_selos img{
    width: 100px;
}
.credit_card{
    background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/br/payment-methods-large.png');
    margin: 5px;
}
.credit_visa{
    width: 63px;
    background-position: 0 -49px;
    height: 21px;
}
.credit_master{
    width: 46px;
    background-position: 0 -100px;
    height: 35px;
}
.credit_elo{
    width: 30px;
    background-position: 0 -350px;
    height: 19px;
}
.credit_boleto{
    width: 34px;
    background-position: 0 -450px;
    height: 25px;
}
.credit_mercado{
    width: 116px;
    background-position: 0 0;
    height: 31px;
}
.credit_hiper{
    width: 57px;
    background-position: 0 -300px;
    height: 26px;
}
.logo_credit_img{
    margin: 5px;
}
.logo_credit_img .img_credit{
    max-width: 50px;
    max-height: 40px;
}

.rodape{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin: auto;
}
.logo_rodape{
    display: flex;
    align-items: center;
}
.logo_rodape img{
    max-width: 100px;
    margin-right: 10px;
    max-height: 60px;
}
.logo_rodape p{
    margin: 0;
    font-family: 'Staatliches', cursive;
}
.insti_rodape{
}
.insti_rodape a{
    text-decoration: none;
}
.wpp_rodape{
    margin-bottom: 20px;
}
.title_rodape_inst{
    font-size: 13px;
    color: #212830;
    font-weight: 600;
}
.content_rodape_inst{
    display: flex;
    align-items: center;
}
.content_rodape_inst i{
    margin-right: 10px;
    color: #212830;
}
.content_rodape_inst p{
    margin: 0;
    color: #212830;
}
.horarios_rodape{
    font-size: 12px;
    color: #212830;
}
@media only screen and (max-width: 900px){
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    .menu-logo-cats{
        display: none;
    }
    .right-menu{
        padding-right: 20px;
    }
    .logo-loja{
        padding-left: 20px;
    }
    .risc-vert{
        width: 0px;
    }
}
@media only screen and (max-width: 780px){
    .right-foot{
        flex-direction: column;
    }
    .input_pesqui{
        font-size: 15px;
    }
    .cart_itens{
        right: 0px;
    }
    
}