@media screen and (min-width: 768px) {

.pagina-inicial {
     background: url(https://cdn.awsli.com.br/475/475763/arquivos/10--desc---final.png) center top no-repeat!important;
}

.listagem .span3 {
    margin-left: 1%;
    width: 24%;
}
    
.pagina-categoria .listagem .listagem-item, .pagina-busca .listagem .listagem-item {
    margin-left: 0;
    min-height: 460px;
}
.bandeiras-produto span {
    box-shadow: none;
}
.pagina-categoria .listagem .listagem-item, .pagina-busca .listagem .listagem-item {
    margin-left: 0;
    min-height: 460px;
}
.pagina-inicial #corpo {
    margin-top: -25px;
}

}
.listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-next:before {
    background: url(https://cdn.awsli.com.br/production/static/loja/estrutura/v1/img/nav-thumbs.png) -97px 0;
}
.listagem .flex-direction-nav .flex-prev {
    width: 26px;
}
.pagina-inicial .listagem .listagem-item {
    min-height: 360px;
}

.produto-thumbs .flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin-top: -15px;
}

.listagem-item.produto-adicionado .bandeiras-produto {
    text-align: left;
}

.listagem-item.produto-adicionado .bandeiras-produto .adicionado-carrinho {
    display: block;
}
.pagina-produto .listagem .listagem-item {
    min-height: 430px;
}
#rodape .institucional {
    min-height: 300px;
}

/*CN - CUSTOM*/
/*WHATSAPP FLUTUANTE*/
.pulse-button i.fa.fa-whatsapp {color: #fff;font-size: 30px;}
.pulse-button {
  animation: pulse-animation 1.25s infinite;
    width: 65px;
    height: 65px;
    border: none;
    box-shadow: 0 0 0 0 rgb(76,175,80,.7);
    border-radius: 50%;
    background-color: #4caf50;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999999999;
}
.pulse-button:hover {-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(76, 175, 80, 0.611764705882353);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@media screen and (max-width: 767px){
    .cep {
        display: block;
        margin: auto 0px 0px 15px !important;
    }
    .cep .input-append.input-prepend input {
        border-radius: 0px 0 0 0px;
        height: 33px;
    }
    .input-prepend.input-append .btn:last-child{
        background: #ffa915;
        color: white;
        border: 0px;
        border-radius: 0px;
    }
    .pagina-carrinho .finalizar-compra input#calcularFrete{
        height: 35px;
    }
    table.table.tabela-carrinho.border-alpha tbody tr:nth-child(5){
       display: block !important;
    }
}
.termLGPD{
    position:fixed;
    width:100%; 
    bottom:0px;
    background-color:#4f4f4f;
    color:#FFF;
    text-align:center;
    font-size:30px;
    z-index:1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 80px;   
    padding-top: 15px;
    padding-bottom: 15px;
}
.termLGPD label{
    width:100%; 
    max-width:800px;
}
.termLGPD a{
    color:#ccc;
}
.termLGPD button{
    background-color:#4f4f4f;
    border: solid 1px #fff;
    padding: 15px;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
}

.qtd-carrinho {
    display:block !important;
}

.listagem .info-produto {
    padding: 15px 5px 10px;
    position: absolute;
    bottom: 70px;
}

.listagem-item .acoes-produto {
    position: absolute;
    bottom: 10px;
}

.listagem .info-produto {
    padding: 15px 5px 10px;
    position: absolute;
    bottom: 70px;
}

.listagem-item .nome-produto {
    min-height: 80px;
}

.preco-produto .preco-venda {
    font-size: 13px;
    margin-right: 5px;
}

@media only screen and (min-width: 767px) {
    .listagem-item .titulo {
        margin: 0px 0 2px 0;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .listagem-item>.titulo {
        overflow: hidden;
       text-overflow: ellipsis;
       display: -webkit-box;
       line-height: 16px;     /* fallback */
       max-height: 48px;      /* fallback */
       -webkit-line-clamp: 3; /* number of lines to show */
       -webkit-box-orient: vertical;
    }
}

s.preco-venda.titulo:before {
    content: 'de: ';
}

strong.preco-promocional.cor-principal.titulo:after {
    content: 'A vista no PIX';
    display: block;
    font-size: 13px;
    color: green;
    margin-top: 3px;
}
span.desconto-a-vista {
    display: none;
}

@media screen and (min-width: 768px) {
    .pagina-categoria .listagem .listagem-item, .pagina-busca .listagem .listagem-item {
        margin-left: 0;
        min-height: 360px;
    }
}

@media screen and (max-width: 768px) {
    .pagina-categoria .listagem .listagem-item, .pagina-busca .listagem .listagem-item {
        margin-left: 0;
        min-height: 410px;
    }
}

@media only screen and (max-width: 767px) {
    .listagem .listagem-item .imagem-produto, .listagem .listagem-item .info-produto {
        float: left;
        width: 48%;
        position: relative;
        top: 0;
    }
}

@media only screen and (max-width: 479px) {
    .listagem .listagem-item .imagem-produto, .listagem .listagem-item .info-produto {
        float: none;
        width: auto;
        margin: 0;
        position: relative;
        top: 0;
    }
}

