table.producte{
    display:none;
}
div.producte{
    float: left;
    
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    margin: 8px;
    color:#666;
    
}
div.producte.comparar:div.producte:hover{
    border-color: #000;
    color:#000;
}

div.producte img{
    height: 180px;
    opacity: 0.6;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);    
}
div.producte span{
    display: block;
    font-weight: bold;
    text-align: center;
    width:100px;
    height: 36px;
    
}
div.producte.comparar img,div.producte:hover img{
    opacity: 1.0;
    -webkit-filter: none; /* Chrome, Safari, Opera */
    filter: none;
}
#taula_final{
    display: none;
}
#taula_final td{
    padding: 8px;
}

#taula_final img{
    height: 160px;
    
}

#div_productes{

}

#taula_final img{
    cursor: pointer;
    opacity: 0.7;
}
#taula_final img:hover{
    opacity: 1.0;
}

#taula_final div.titol{
    color:#fff;
    font-weight: bold;font-size: 12pt;
    
}

p.nou{
    
}

#taula_final{
    border-collapse: collapse;
}
#taula_final tr.prop td{
    background-color: #fff !important;
    /*background: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAIfP378zwjjgzj8/PyMYAEYB8RmROaABAAVMg/XkcvroQAAAABJRU5ErkJggg== ) repeat;*/
}

#taula_final tr.prop td{
    border-top: 2px solid rgb(207, 217, 234);
}
#taula_final tr.prop:last-of-type td{
    border-bottom: 2px solid rgb(207, 217, 234);
}


#taula_final tr:nth-child(even) td{
    background-color: #E3F2FD !important;
}

#taula_final tr.prop td:first-of-type{
    background-color: #eee !important;
    padding-right: 20px;

    text-align: right;
}

#taula_final tr.titol td,#taula_final tr.fotos td{
    background:none !important;
    border: none;
}
#taula_final tr.titol td{
    border-bottom: 5px solid #1d6391;
}

#taula_final tr.titol td.titol{
    background: #2980b9 !important;
    border-bottom: 5px solid #1d6391;
}


#taula_final span.article_botiga_llistat{
    width:100% !important;
}

#taula_final span.article_botiga_llistat span.wrap_article_botiga{
    height: auto !important;
}

#taula_final div.wrap_foto{
    display: none !important;
}
#taula_final span.article_botiga_llistat span.nom{
    display: none !important;
}
#taula_final span.article_botiga_llistat span.preu{
    border: none;
}