/* Discounted price styling */
.price del {
    color: #999;
    font-weight: normal;
    margin-right: 5px;
}

.price ins {
    text-decoration: none;
    color: #e74c3c;
    font-weight: bold;
}

/* Special styling for minicart prices */
.woocommerce-mini-cart .price del,
.woocommerce-mini-cart .price ins {
    font-size: 0.9em;
}

/* Special styling for product listing prices */
.product .price del,
.product .price ins {
    display: inline-block;
}

/* Special styling for upsell prices */
.creaworld-upsell-price del {
    color: #999;
    font-weight: normal;
    margin-right: 5px;
}

.creaworld-upsell-price ins {
    text-decoration: none;
    color: #e74c3c;
    font-weight: bold;
}
