/*
Theme Name:     Divi Child
Theme URI:      https://www.yoursite.com
Description:    Child theme for Divi
Author:         Rob
Author URI:     https://www.yoursite.com
Template:       Divi
Version:        1.0.0
*/

/* --------------------------------------------------------------
   WooCommerce Sale Price Alignment Fix for Divi
   -------------------------------------------------------------- */

/* Ensures old (sale) prices have a clean, centered strikethrough line */
.price del {
  display: inline-block;
  position: relative;
  text-decoration: none; /* remove Divi’s default misaligned line */
}

.price del .woocommerce-Price-amount.amount {
  display: inline-block;
  position: relative;
  line-height: 1em !important;
  vertical-align: middle !important;
  text-decoration-thickness: 3.5px;
  text-decoration-color: currentColor;
  text-decoration-line: line-through;
  text-decoration-skip-ink: none;
}

/* --------------------------------------------------------------
   Add any other custom CSS for your site below this line
   -------------------------------------------------------------- */
