.text-muted {
    color: #999;
}

.text-danger {
    color: #dc3545;
}

.product-tags .tag {
    display:inline-block;
    background:#ff6f61;
    color:#fff;
    padding:2px 6px;
    margin-right:5px;
    border-radius:4px;
    font-size:12px;
}