.product-line.out-of-stock {
    opacity: 0.5;
}

a[title="Racheter cette commande"] {
    margin-left: 3em;
}

a.btn-primary[title="Racheter cette commande"]:visited {
    background-color: #232323 !important;
    color: white !important;
}

a.btn-primary[title="Racheter cette commande"]:hover {
    background-color: #eae0d6 !important;
    color: #232323 !important;
}