/* Etiqueta de la font del preu a la pàgina de producte */
.mt-price-source-tag {
    font-size: 0.8em;
    font-weight: bold;
    vertical-align: middle;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
}

.mt-price-source-tag.mt-promo-normal {
    background-color: #e4f3e5;
    color: #3d9942;
    border: 1px solid #a8d5aa;
}

.mt-price-source-tag.mt-promo-flash {
    background-color: #fceae6;
    color: #d94f2b;
    border: 1px solid #f2c1b5;
}

/* Preu PVR */
.mt-pvr-price {
    text-decoration: line-through;
    color: #888;
    font-size: 0.9em;
}

/* Preu del client */
.mt-client-price {
    font-weight: bold;
    color: #333;
}

/* Estils per a la informació addicional al cistell i checkout */
.mt-cart-item-meta {
    font-size: 0.85em;
    margin-top: 5px;
    color: #666;
}

.mt-cart-item-meta div {
    margin: 0;
    line-height: 1.4;
}

.mt-rate-type-cart.mt-promo-normal {
    color: #3d9942; /* verd */
    font-weight: bold;
}

.mt-rate-type-cart.mt-promo-flash {
    color: #d94f2b; /* taronja/vermell */
    font-weight: bold;
}