.product-price float-xs-right{     color: #FA770D; } 
/* numerotatio prix page commande*/
.btn.btn-primary {
    background-color: #ff6600 !important;
    border-color: #ff6600 !important;
}
.product-line-info a:hover {
    color: #4C56A5;
}
.notifications-container .alert.alert-info {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #bee5eb;
  box-shadow: none;
}
.modal-dialog .product-name {
  color: #4C56A5;
}
.label {
  transition: color 0.3s ease;
}

.card cart-container.label:hover {
  color: #FA770D; 
}
.price{     color: #FA770D; }
/*couleur prix page panier */
.step-number {

    background: #4C56A5 !important; /* bleu */

    color: #fff !important; /* blanc */

    width: 32px;

    height: 32px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 700;

}/*numerotation de la partie commande.*/

