#productes {
    margin-top: 1em;
}

#productes .box {
    border: 1px solid #eee;
}

#productes .box:hover {
    border: 1px solid #ddd;
}

#productes .box-title {
    text-align: center;
    padding: 1em 1em 1em 1em;
    color: #000;
    font-weight: bold;
    font-size: .9em;
}

#productes .box row {
    overflow: hidden;
}

#productes .box-image img {
    width: 80%;
    margin: 5px auto;
}

#productes .box-item-titol {
    font-size: 1em;
    font-weight: bold;
    color: #000;
}

#productes .box-item-desc {
    font-size: .8em;
    font-weight: normal;
    color: #000;
}

#productes .box-item-desc p {
    margin: 0;
    padding: 0;
}

#productes .content-box-item-text {
    padding: 15px 20px;
}

#productes .box-producte-preu {
    background-color: #1ab394;
    color: #ffffff;
    font-size: .9em;
    font-weight: 600;
    padding: 6px 12px;
    position: absolute;
    right: 0;
    bottom: 0px;
}

/* Producte */

.producte-titol {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ddd;
}

h2.producte-model {
    color: #252525;
    font-size: 2em;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

h3.producte-marca {
    color: #252525;
    font-size: 1.2em;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.detall-producte-preu {
    margin-top: 1em;
    padding-top: .5em;
    border-top: 1px solid #ddd;
    font-size: 1.3em;
    font-weight: 300;
}

.especs {
    margin-top: 1em;
}

.preview {
    margin-right: 3px;
    margin-top: 5px;
    cursor: pointer;
}