.marcas .wrap-carousel-marcas img {
    transition: all .3s;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: 0.8;
    max-height: 60 !important;
}

.flexslider .slides img {
    width: 100%;
    margin: 0 auto;
    height: 300px;
}


.caixa-sombreada {
    box-shadow: none !important; 
    background: 0 0 !important;
    /*display: none;*/
}

@media (max-width: 768px) {
    .flexslider .slides img {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
    
    /*.caixa-sombreada {*/
    /*    display: none !important;*/
    /*}*/
}

.listagem-item .info-produto .preco-produto.destaque-avista .desconto-a-vista strong {
    font-size: 21px;
    font-weight: 700;
    color: #2986cd !important;
}
