
/* Order steps */

/* Current step */
#order-steps .step-current .step-marker {
    background-color: var(--white);
    color: var(--primary);
    border: 2px solid var(--primary);
}

/* Step done */
#order-steps .step-done .step-marker {
    background-color: var(--primary);
    color: var(--on-primary);
}

/* Step to do */
#order-steps .step-todo .step-marker {
    background-color: var(--white);
    color: var(--black);
    border: 2px solid var(--white);
}

/* Gift */
#order .dz-cart-content.dz-cart-summary-content .dz-cart-item-gift-only .dz-cart-item-qte,
#order .dz-cart-content.dz-cart-summary-content .dz-cart-item-gift-only .dz-cart-item-price,
#order .dz-cart-content.dz-cart-summary-content .dz-cart-item-infos:not(.has-gift):not(.has-gifts) .dz-cart-item-gift,
#order .dz-cart-content.dz-cart-summary-content .dz-cart-item-infos.has-gift .dz-cart-item-gift .dz-cart-gifts,
#order .dz-cart-content.dz-cart-summary-content .dz-cart-item-infos.has-gifts .dz-cart-item-gift .dz-cart-gift {
    display: none;
}
