/* Style for the sale price */

.custom-sale-price .woocommerce-Price-amount,

.custom-sale-price .woocommerce-Price-amount bdi {

    color: #000;

    font-weight: bold;

}

/* Style for the regular price (strikethrough and faded) */

.custom-regular-price .woocommerce-Price-amount,

.custom-regular-price .woocommerce-Price-amount bdi {

    text-decoration: line-through;

    color: #888 !important;

    font-size: 0.95em !important;

}

/* Style for the regular price (strikethrough and faded) */

.custom-sale-price .woocommerce-Price-amount,

.custom-sale-price .woocommerce-Price-amount bdi {

    font-size: 1.6em !important;

}

/* Style for the regular price (strikethrough and faded) */

.custom-regular-price-normal .woocommerce-Price-amount,

.custom-regular-price-normal .woocommerce-Price-amount bdi

{

    font-size: 1.6em !important;

}
