#checkout #opc_main #opc_cart .cart-summary-products #cart-summary-product-list .media-list .media .product-discount {
background-color: #c55a11;
}

/* Badge coupon con icona */
#checkout #opc_main #opc_cart .opc-promo-code__discount-label {
    background-color: #FFF4EE;
    font-style: normal;
    color: #D2691E;
    cursor: pointer;

    font-size: .85 rem;
    font-weight: 600;

    width: 100%;
    display: flex;                     /* per allineare icona + testo */
    align-items: center;               /* centra verticalmente */
    gap: 8px;                          /* spazio tra icona e testo */

    padding: 18px 12px;
    border: 1px dashed #ff7a1f;
    border-radius: 10px;

    transition: all 0.25s ease;
    margin-bottom: 12px;
}

/* Effetto hover */
#checkout #opc_main #opc_cart .opc-promo-code__discount-label:hover {
    color: #ff7a1f;
    transform: translateY(-2px);
}

#checkout #opc_main #opc_cart .opc-promo-code__button {
    padding: 10px 12px;
    border-radius: 10px;
}

/* Icona prima del badge */
#checkout #opc_main #opc_cart .opc-promo-code__discount-label::before {
    content: "⭐";                     /* icona tag */
    font-size: 1.1rem;
    display: inline-block;
}


#checkout #opc_main #opc_cart .cart-promo ul .cart-summary-line {
    font-style: normal;
    color: #014e7b;
    cursor: pointer;
    border: 1px dashed #014e7b;
    border-radius: 10px;

    font-size: .85 rem;
    font-weight: 600;

    width: 100%;
    display: flex;                     /* per allineare icona + testo */
    align-items: center;               /* centra verticalmente */
    gap: 8px;                          /* spazio tra icona e testo */
    padding: 18px 12px;

    transition: all 0.25s ease;
    /*margin-bottom: 10px;*/
}

/* Icona prima del badge */
#checkout #opc_main #opc_cart .cart-promo ul .cart-summary-line::before {
    content: "✓";                     /* icona tag */
    font-size: 1.1rem;
    display: inline-block;
}

#checkout #opc_main #opc_cart .cart-promo ul .cart-summary-line .label {
    font-style: normal;
    color: #014e7b;
    cursor: pointer;

    text-align: left;
    width: 100%;
    font-size: .85 rem;
    font-weight: 600;
}

#checkout #opc_main #opc_cart .cart-promo ul .cart-summary-line .value {
    font-style: normal;
    color: #014e7b;
    cursor: pointer;

    width: 100%;
    text-align: right;
    font-size: .85 rem;
    font-weight: 600;
}

#checkout #opc_main #opc_cart .opc-promo-code__highlighted{
font-style: normal;
    cursor: pointer;

    font-size: 1.2 rem;
    font-weight: 500;

    width: 100%;
    display: flex;                     /* per allineare icona + testo */
    align-items: center;               /* centra verticalmente */
    gap: 8px;                          /* spazio tra icona e testo */

    padding: 10px 12px;
    border-radius: 10px;

    transition: all 0.25s ease;
    margin-bottom: 10px;
}
