/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.old-price{
  display:block;
  font-size:16px;
  color:#6b7280;
  margin-bottom:4px;
  text-decoration: line-through !important;
}

/* ✅ Fix: Product title stuck/overlapping in Woo Checkout Order Summary */
.wc-block-components-order-summary-item__description {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* ✅ Product Name styling */
.wc-block-components-product-name {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
    word-break: break-word !important;
}

/* ✅ Price styling (more clean + spacing) */
.wc-block-components-order-summary-item__individual-prices {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    line-height: 1.4 !important;
}

/* ✅ Remove tight spacing around price tags */
.wc-block-components-product-price del,
.wc-block-components-product-price ins {
    line-height: 1.4 !important;
}
