.menu.superior {  
    background: #333!important;
}

.top-header {
    height: 32px;
    background: var(--pre_cabecalho);
    text-align: center;
    display: none;
}


@media screen and (min-width: 769px){
    #cabecalho>.conteiner:before {
        content: "";
        width: 300vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: -100%;
        background: var(--cor_cabecalho);
        z-index: 2;
        border-bottom: 0;
        background-color: #fc0;
    }
}

@media (max-width: 768px){
    .head-mobile {
        position: absolute;
        width: 100%;
        display: block!important;
        height: 60px;
        /* border-bottom: 1px solid #e8e8e8; */
        background: #ffcc00;
        /* top: 0; */
        z-index: 1020;
    }
}

@media (max-width: 768px){
    .full-banners img {
        width: 100%;
        height: 120px;
    }
}

@media (max-width: 768px){
     .modulo.span4 img {
         border-radius: 3px;
         width: 120px;
         text-align:center;
       
    }
}


@media (max-width: 767px){
  .tabela-carrinho  .hidden-phone {
        display: block !important;
    }
}

.listagem .info-produto {
    padding: 10px 10px 10px;
    
}

@media (max-width: 767px){
    .listagem .listagem-item .info-produto {
        float: none;
        width: 99%;
       
    }
}



@media (max-width: 767px){
    .listagem .listagem-item .nome-produto {
        margin: 0;
        font-size: 10.8px!important;
        letter-spacing: -.4px;
        font-weight: 600;
        line-height: 14px;
    }
}

@media (max-width: 767px){
    .listagem .listagem-item {
        margin: 0;
        padding: 2px 2px 60px!important;
        border-radius: 3px;
    }
}

@media (max-width: 767px){
    #listagemProdutos .listagem-item {
        min-height: 300px;
        padding-bottom: 50px;
        border: 1px solid #ececec;
        box-shadow: 0 0px 0px #00000017;
        margin: 1px;
        border-bottom: 1px solid #ddd !important;
    }
}

.listagem-item{
    box-shadow: 3 3px 2px #00000017;
}



@media only screen and (max-width: 767px){
    .info-principal-produto .breadcrumbs ul li {
        display: block!important;
    }
}


@media screen and (max-width: 768px) and (min-width: 200px){
    body.pagina-produto a.botao.botao-comprar.principal.grande {
        width: 57%;
        float: left;
        height: 69px;
        position: relative;
        top: 6px;
        border-radius: 4px!important;
    }
}

@media (max-width: 767px){
    .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
        display: inline-block;
        width: 130px;
    }
}

.abas-custom .tab-content {
    padding: 5px;
}

div#descricao {
    box-shadow: none;
    border: 0;
    padding: 5px;
    /* background: #f2f2f2b8; */
    border-radius: 6px;
}

@media only screen and (max-width: 767px){
    .acoes-produto .preco-produto, .produto-compartilhar {
        float: none;
        padding: 0 0 10px;
        margin: 0 0 15px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-width: 0 0 2px;
    }
}


.listagem-item .acoes-produto .botao.principal:hover {
    color: var(--cor_texto_botao_hover);
    background: #29a259;
}

.listagem-item .acoes-produto .botao.principal {
    opacity: 1;
    background: #2196F3;
    border-radius: 6px;
    border: 0;
    top: 0;
    overflow: hidden;
    text-shadow: none;
    display: flex;
    justify-content: center;
    min-width: 82px;
    height: 39px;
    line-height: 39px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin: 0 10px;
    right: -2px;
    font-size: 13px;
    color: var(--cor_texto_botao);
    letter-spacing: .2px;
    transition: all .2s ease-in-out;
}


.pulse-button, .whats-button {
    position: fixed;
    bottom: 30px;
    right: 30px!important;
    font-family: fontawesome;
    text-align: center;
    width: 30px;
    z-index: 1020;
    height: 50px;
    line-height: 50px;
    border: none;
    box-shadow: 0 4px 8px #29a25921;
    border-radius: 16px;
    padding: 2px 14px;
    background: #29a259;
    cursor: pointer;
    animation: pulse 1.85s infinite cubic-bezier(.66,0,0,.8);
}


@media (max-width: 768px) {
    .produto .principal .acoes-produto .preco-produto .preco-promocional {
        font-weight: 700;
        font-size: 24px !important;
        color: #140a0a!important;
        letter-spacing: -1px;
        text-align: left;
        margin-top: 5px;
        margin-bottom: 10px;
        display: block;
    }
}