:root{
    --hover: #1C74F9;
    --vermais: #007bff;
    --adicionar: #28a745;
}
.dropdown-menu {
    margin-top: 0;
}
.navbar{
    justify-content: none!important;
}
.ico-car{
    
    opacity: 0.8;
    font-size: 1.2em;
}
.ico-car:hover{
    
    opacity: 1;
}
.esconder{
    display: none!important;
}
.alinhar-centro{
    text-align: center!important;
}
.alinhar-direita{
    text-align: right!important;
}
.alinhar-esquerda{
    text-align: left!important;
}
.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
/*ajuste de nova lista de menu */

.dropdown-toggle-secundario::after{ 
    vertical-align: middle!important;
    border-left: 0px solid transparent!important;
    border-bottom: 0px solid transparent!important;   
    border-top: 4px solid transparent!important;
}

.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0;
    margin:0 20px;
    border-width: 0;
}
.itens-subgrupo{
    float: left !important;
}
@media (min-width: 768px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin:0;
        border-width: 1px;        
    }
}

/*banner */
.banner{
    background: #343A40;
    height: 270px ;
    padding-left: 0px !important;
    padding-right: 0px !important;

}
.img-slide{
    width: 100%;
    height: 270px ;
    animation: slideX 0.2s linear;
    transform-origin: left;
}

.valor{
    padding: 10px 10px 0px 10px ; 
    margin-bottom: 0px!important;
  }  

.condicao{
    padding-left: 10px;
    font-size: .8em;
    font-weight: bold;
}
.moeda-prod{
    font-weight: bold;
    font-size: 24px;
}
.valor-prod{
    font-weight: bold;
    font-size: 24px;
}
.valor-prod-cent{
    font-size: 1.0em;

}
.descri-pord{
    padding-left: 10px;
    padding-right: 10px;
    color: #6F5A55!important ; 
}
.lbl-descri{
    margin-top: 10px!important;
    font-size: .9em!important;
    line-height: 1.0!important;
}
.img-thumbnail{
    border: 0px!important
    
}
.img-produto{
    height: 250px!important;
    width: 100% ;
    
}
.item-row{    
    --height: 550px!important;
    margin-bottom: 10px;
}
.item-box{
    transition: 0.2s;
    background: #fff!important;
    border: 2px solid rgba(51,51,51,.2)!important;
    border-radius: 5px;    
    height: 570px !important ; 
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px; 
    padding: 0px!important;
}
.item-box:hover{
    transition: 0.5s;    
    -webkit-box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.5);

}
.item-box-logout{
    transition: 0.2s;
    background: #fff!important;
    border: 2px solid rgba(51,51,51,.2)!important;
    border-radius: 5px;    
    height: 400px !important ; 
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px; 
    padding: 0px!important;
    
}
.item-box-logout:hover{
    transition: 0.5s;    
    -webkit-box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.5);

}

.descricao{    
    border-top: 1px solid rgba(51,51,51,.2)!important;
    --height: 150px;;
}
/*estilos para mobile*/
/*
@media (max-width: 768px){
    .navbar-dark .navbar-toggler{
        margin-bottom: 15px!important;
    }
    .menu-pessoal{
        display: none!important;
    }
}
*/
/*estilos do icone do menu */
.navbar-dark .navbar-toggler{
    transition: 0.4s;
    color: rgba(172, 46, 46, 0.3)!important;
    border-color: rgba(255,255,255,.3)!important; 
}
.navbar-dark .navbar-toggler:hover{
    transition: 0.4s;
    border-color: rgba(255,255,255,.8)!important; 
}
/* cor dos itens da lista do menu */
/*.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.6)!important;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: rgba(255,255,255,.9)!important;
}*/
/*scrool top */
.btn-top{
    z-index: 1000;
    background:rgba(132,132,132, 0.1);
    position: fixed;
    padding: 5px;
    border: none!important;
    bottom: 70px;
    right: 20px;    
    border-radius: 5px;
    display: none;
}

.btn-top:hover{
    transition: 1s;    
    background:rgba(132,132,132, 0.6);
    
}
/*ajuste para tirar a borda do dropdown*/
/*estilo do dropdown */
.dropdown-menu{
    background: #f0f0f0 !important;  
    border: 0px!important;
    
}
#drop_categorias{
    /*background: #333333 !important;*/
    animation: dropY 0.2s linear;
    transform-origin: top;
}

.dropdown-item{
    font-size: 12px!important;
    color: black!important ; 
}
.lbl-menu{
    display: block;
    overflow: hidden;
    font-weight: 650 !important;   
    transition: all 0.3s;
}

.lbl-menu:hover{
    text-decoration: none;
    background-color: var(--hover) !important;
    border-radius: 20px;
}
/*animação clique*/
.lbl-menu:active{
    scale: 0.95;
}

/*quando esta selecionado o item de grupos */
.lbl-menu:focus{
    text-decoration: none;
    background-color: var(--hover) !important;    
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: #13300f;
    cursor: pointer;
    
}

/*muda a cor do fundo do submenu */
.drop-item{
    background: #455!important;
    animation: slideX 0.2s linear;
    transform-origin: left;
}

.item-subgrupo{
    color: #fff!important;
    font-weight: 600!important;
    transition: all 0.2s;
}
.item-subgrupo:hover{
    background: var(--hover)!important;
    border-radius: 20px;
    color: #fff!important;
}
/*animação clique*/
.item-subgrupo:active{
    scale: 0.95;
}

/*mudar a cor do hover do subgrupo */
.dropdown-menu > li a:hover, .dropdown-menu > li.show {
    background: #e3e3e3 ;
    cursor: pointer;
}


/* se a tela for menos que este valor */
@media (max-width: 768px) {
    .itens-subgrupo{
        float: none!important;
    }
}

/*fim estilo dropdown*/
@media (min-width: 768px) {
    .drop-item{
        width: 70vw!important;
    }
    
    
}


.add-carrinho{
    border: 1px solid #eee ; 
    padding: 5px;
    border-radius: 8px;
    color: #646464!important;

}
.add-carrinho:hover{
    transition: 0.2s;
    border: 1px solid #1B8F10 ; 
    -webkit-box-shadow: 3px 3px 5px 1px rgba(163,163,163,1);
    -moz-box-shadow: 3px 3px 5px 1px rgba(163,163,163,1);
    box-shadow: 3px 3px 5px 1px rgba(163,163,163,1);

}
.img-add-carrinho{
    width: 23px!important;
    height: 23px!important;
}
.img-logo{
    width: 140px !important;
    height: 65px !important;
    transition: all 0.2s;
    animation: dropY 0.2s linear;
    transform-origin: bottom;
}

.img-logo:hover{
    scale: 1.05;
}
.img-logo:active{
    scale: 0.95;
}

.navbar-bg-color  >a{
    color: #fff!important;
}
.n2{
    color: #fff!important;
}
.drop-ajuste{
    position: none!important;
}
.lbllocal1{
    color: #063875;
}
.lbllocal2{
    color: #0c6ee6 ;
}

.coluna-filtros{
    
    border-right: 1px solid #bfbfbf;
}
/*box do valor do input range */
.box-valor-range{
    position: relative;
    margin: auto;
    height: auto;
    width: 100px;
    border-radius: 10px;
    
}
#valor{
    color: #0e69f0;
    font-weight: 800;
    font-size: 15px;
    border: 1px solid #fff!important;

}
.lbl-valor{
    color: #0e69f0;
    font-weight: 800;
    font-size: 15px;
}
.col-form-label{
    padding-top: 0px!important;
}
.div-btn-pesquisa{
    text-align: center; 

}


.btn-pesq{
    background: #E07833!important;
    color: #fff!important;
}

.fundo-filtros{
    background: white;
    padding: 8px;
    border-radius: 4px;
}
.navbar-carrinho{
    background-image: none!important;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}
.nav-icon-carrinho{
    font-size: 28px;
    
}
.nav-icon-favorito{
    
    font-size: 28px;
}
.box-carrinho{
    position: absolute;
    top: 23px;
    right: 85px;
}
.box-fav{
    position: absolute;
    top: 23px;
    right: 150px;
}
.lbl-menu-mobile{
    display: none;
    
}
@media (max-width: 767px){
    .qtd-produtos{
        display: block!important;
    }
    .qtd-favorito{
        display: block!important;
    }
    .img-logo{
        width: 8rem !important;
    }
    .banner{
        max-height: 104px ;    
    }
    .img-slide{
        max-height: 104px ;
    }
    .lbl-menu-mobile{
        display: block!important;
        float: left;
        margin-right: 10px;
    }
    .icon-fav {
        position: relative!important;
        left: 0px!important;
        top: 1px!important;
        font-size: 1.2rem!important;
        
    }
    .icon-fav-sel{
        position: relative!important;
        left: 0px!important;
        top: 1px!important;
        
    }

}
.qtd-produtos{
    display: none;
    position: absolute;
    top: -12px;
    right: -13px;    
    background: rgba(124,124,124,0.85);
    border-radius: 50%;    
    width: 28px;
    height: 28px;
    letter-spacing: 0.080em;
}
.lbl-qtd-produtos{
    font-size: 0.658em;
    font-weight: 800;
    color: #fff;
    line-height: 25px;
}

.qtd-favorito{
    display: none;
    position: absolute;
    top: -12px;
    right: -13px;    
    --background: rgba(124,124,124,0.85);
    border-radius: 50%;    
    width: 28px;
    height: 28px;
    letter-spacing: 0.080em;
}

.lbl-qtd-favorito{
    font-size: 0.858em;
    font-weight: 800;
    color: rgb(63, 63, 63)!important;
    line-height: 25px;
}


.carrinho-menu-pc{
    position: relative;
    background: rgba(5,5,5,0.3);
    padding: 4px;
    border-radius: 4px;
    right: 2px;
    color: #fff !important;
    bottom: 12px;
    font-size: 1em;
    font-weight: 600;
}
.carrinho{
    cursor: pointer!important;
}
/*estilo da busca */

#buscar_produtos:focus{    
    -webkit-box-shadow: 0px 0px 5px 2px rgba(4,17,54,0.6);
    -moz-box-shadow: 0px 0px 5px 2px rgba(4,17,54,0.6);
    box-shadow: 0px 0px 5px 2px rgba(4,17,54,0.6);
}
/*estilo do placeholder */
::-webkit-input-placeholder { /* WebKit browsers */
  color: #9b9a9a!important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #9b9a9a!important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #9b9a9a!important;
}
/*Animação login*/
.dropdown-login{
    color: #fff;
    transition: all 0.3s;
}
.dropdown-login:hover{
    color: #fff;
    opacity: 0.5;
}
.dropdown-login:focus{
    transform: translateY(2px);
}
.drop-login-corpo{
    width:  17rem!important;
    left: -56px!important;
    animation: dropY 0.2s linear;
    transform-origin: top;
}
.drop-login-corpo-war{
    width:  17rem!important;
    left: -100px!important;
}

@media (max-width : 790px){
    .drop-login-corpo{
        width:  98%!important;
    }
    
}

/*Criar conta*/
.novo-cliente{
    cursor: pointer;
    transition: all 0.2s;
}
.novo-cliente:hover{
    opacity: 0.5;
}
.novo-cliente:active{
    scale: 0.95;
}
.img-loader{
    width: 40px;
    height: 40px;
}


/** estilo para loader **/
#loader {
    width: 100%;
    height: 100%;
    font-weight: bold;
    position: fixed;
    z-index: 3000;
    display: none;
}
#loader_frete{
    width: 100%;
    height: 100%;
    font-weight: bold;
    position: fixed;
    z-index: 3000;
    display: none;
}
/*area do loader */

#cont {
    position: absolute;
    width: 100%;
    height: 150px;
    text-align: center;
    z-index: 1;
}

/*divisao esterna da mensagem de loader*/
#cont div {
    margin: 200px auto;
    background-color: #FFF;
    border-radius: 10px;
    border: 2px solid #ccc;
    width: 150px;
    height: 60px;
    text-align: center;
    padding: 10px;
}
/*corpo da mensagem do loader*/
.corpo-msg-loader{
    width: 300px!important;
    height: auto!important;
    padding-top: 20px!important;
    padding-bottom:20px!important;

}

.img {
    width: 100vw;
    height: 100vh;
    background-image: url(/loja/img/loader_fundo.jpg);
     /*
        filter:alpha(opacity=60);
        -moz-opacity: 0.6;
     */
    opacity: 0.75;
    position: fixed;
    z-index: 0;
}

.loader-img{
    width: 34px;
    margin-bottom: 2rem;

}
.loader-img-frete{
    width: 55px;
    margin-bottom: 2rem;

}
.loader-circulo{
    width: 30px;
    margin-bottom: 1rem;

}
.aguarde{
    color: #464545;
}
.corpo-logout{
    transition: 0.4s;    
    border-radius: 3px;
    font-size: 0.9rem;
    padding: 5px 5px ;
    border-radius: 3px;
}
.corpo-logout:hover{
    transition: 0.4s;
    cursor: pointer;
    opacity: 0.5;
    /*background: #d8d8d8;*/
    padding: 5px 5px ;
    color: #000 ;
}
.lbl-user{
    font-weight: 600;
}
.link-perfil{
    text-decoration: none!important;
    color: #000000;
}
.esqueci-senha{
    cursor: pointer;
}
.esq-senha:hover{
    transition: all .2s; 
    scale: 1.1;
}
.favorito-corpo{
    background: #dfdfdf;
}
/*favoritos */
.favorito-corpo{
    float: right;
    margin-right: 5px;
    margin-top: 2px;
    width: 30px;
    border-radius: 50%;
    padding: 4px;
    cursor: pointer;
}
.div-fav{
    height: 32px;
}
.icon-fav{
    position: relative;
    left: 1px;
    top: 0px;
    font-size: 1.2rem;
    color: #444;
}
.icon-fav-sel{
    position: relative;
    left: 1px;
    top: 0px;
    font-size: 1.2rem;
    color: rgb(8, 158, 245);
}

.favorito{
    font-size: 1rem;
    transition: 0.4s;
}

.favorito:hover{
    cursor: pointer;
    transition: 0.4s;
}

/*parte dos botoes de sdicionar */
.input-qtd{
    margin-top: 15px!important;
    padding-left: 2%!important;
    padding-right: 2%!important;
}
.botoes-qtd{
    cursor: pointer; 
    transition: all 0.2s;
}
.botoes-qtd:active{
    scale: 0.95;
}
.efeito-botao{
    background: #E07833!important;
    color: #fff!important;
}
.l-pedido{
    font-size: 1rem;
    transition: 0.4s;
}

.l-pedido:hover{
    cursor: pointer;
    transition: 0.4s;
}

.pagination{
    margin-top: 22px;
    margin-left: 30px;
}
.div_adicionar {
    position: relative;
    left: 30%;
    top: 20%;
}

@media (max-width: 574px){
    .adicionar{
        margin-top: 15px!important;
    }
    .div_adicionar{
        left: -25px!important;
    }

    
}
.btn-click{
    transition: all 0.2s;
}
.btn-click:active{
    scale: 0.95;
}
.btn-ver-mais{
    float: right ;
    transition: all 0.2s;
}
.btn-ver-mais:active{
    scale: 0.95;
}
.btn-add-carrinho{
    margin-top: 14px;
    transition: all 0.2s;
}
.btn-add-carrinho:active{
    scale: 0.95;
}
/*novo estilo de menu*/

/*fim estilo menu */
.breadcrumb{
    margin-left: 15px !important;
}
/*estilos para pizaria */
.img-pizza{
    height: 70px;
    width: 70px;
}
.div-btn-pizza{
    border: 1px solid #555;
    padding: 0.5rem 0;
    border-radius: 5px;
}
.modal-header .close {
    padding: 1rem 1rem!important;
    margin: -1rem -1rem -1rem 0px!important;
}

#buscar_lupa:hover{
    cursor: pointer;
    scale: 1.05;
}
#buscar_lupa:active{
    scale: 0.9;
    transition: all 0.2s;
}
.lbl-adicionais{
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 0.5rem;
}
.prd-titulo-modal{    
    font-weight: 600!important;
    color: #1e7f8e!important;
    font-size: 1.3rem!important;
    margin-bottom: 0px;
}
.itens-prd{
    font-weight: 600 !important;
    color: #6f7273 !important;
    font-size: 1rem !important;
} 
.cab-modal-lanchonete{
    border-bottom: 1px solid transparent!important;
}
.lbl-acrescimo{
    font-weight: 600 !important;
    color: #0a3aac!important;
}

.btn-total {
    color: #17a2b8!important;
    border-color: #17a2b8!important;
}
.btn-selecionado{
    color: #fff!important;
    background-color: #17a2b8!important;
    border-color: #17a2b8!important;
}
.col-sm1-3{
    -ms-flex: 0 0 25%!important;
    flex: 0 0 25%!important;
    max-width: 25%!important;
}
.lbl-atencao-acres{
    font-size: 0.9rem;
    color: #266f05;
}
.lanc-titulo{
    width: 75%!important;
}
.lanc-valor{
    width: 25%!important;
    text-align: right;
}
.lanc-desc-div{
    width: 80%;    
}
.add-item-p{
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
}
.add-item-p:hover{
    border: 1px solid rgb(201, 199, 199);
    border-radius: 4px;
    padding: 5px;
}
.coluna1{
    float: left;
    width: 93%;
}
.coluna2{
    float: left;
    width: 7%;
}
.lbl-qtd{
    color: #6F5A55 !important;
    font-size: 0.85rem;
    font-weight: bold !important;
}
.tarja-loja-fechada{
    background: #f20606;
    color: #fff;
}
.n-visitas{
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: -10px;
    color: #ec7016;
}

.separador{
    border-top: 1px solid #1e7f8e;
    margin-top: 0.5rem;
}
.separador2{
    border-top: 1px solid transparent;
    margin-top: 0.5rem;
}

.card-pdf{
    font-size: 1.8rem!important;
    padding: 5px;
    border: 1px solid transparent!important;
    border-radius: 5px!important;
    transition: 0.5s;
}
.card-pdf:hover{
    font-size: 1.85rem!important;
    padding: 8px;
    border: 1px solid #fff!important;
    border-radius: 5px!important;
    cursor: pointer;
    transition: 0.5s;
}

/*cores dos botões dos produtos*/
.cor-adicionar{
    color: var(--adicionar) !important;
    border-color: var(--adicionar) !important;
}
.cor-adicionar:hover{
    color: #fff !important;
    background-color: var(--adicionar) !important;
    border-color: var(--adicionar) !important;
}
.cor-vermais{
    color: var(--vermais) !important;
    border-color: var(--vermais) !important;
}
.cor-vermais:hover {
    color: #fff !important;
    background-color: var(--vermais) !important;
    border-color: var(--vermais) !important;
}

/*Animação botões do menu*/
.anima-menu{
    text-decoration: none;
    transition: all 0.3s;
}
.anima-menu:hover{
    opacity: 0.5;
}
.anima-menu:focus{
    transform: translateY(2px);
}
.anima-busca{
    animation: slideX 0.2s linear;
    transform-origin: right;
}
.btn-success:hover{
    transition: all 0.2s;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.5);
}
wrapper input{
    width: 40%;
    border: none;
    border-bottom: 1px solid #0066ff;
    color: #495057;
    transition: all .3s;
    padding-left: 10px;
    padding-right: 10px;
}
wrapper input:focus{
    outline: none;
    border-color: #0066ff;
    box-shadow: 0 4px 2px -2px rgb(0, 102, 255, .75);
}
wrapper input::placeholder{
    color: #495057;
    opacity: 1;
}
wrapper i{
    margin-left: 6%;
    margin-right: 6%;
    color: #0066ff;
}

/*lista de animações*/
@keyframes slideX {
    0%{transform: scaleX(0);}
    100%{transform: scaleX(1);}   
}
@keyframes dropY {
    0% {transform: scaleY(0);}
    100% {transform: scaleY(1);}
}
