/**
 * Theme compatibility styles for WoodMart
 *
 * Price display styles migrated from WoodMart child theme style.css.
 *
 * @since 1.3.0 Migrated from WoodMart child theme.
 * @author ux2.dev
 * @package InHouse\WPModifications\ThemeCompat
 */

/* Двойни цени стилизация */
.price del,
.price ins {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}

.price > .eur-price {
  font-weight: 600;
}

.price del .eur-price, .price del .amount  {
  font-weight: 400 !important;
	color: var(--color-gray-300) !important;
}

.price ins .eur-price {
  font-weight: 600 !important;
}
.price ins
{
	gap:3px;
}

.amount, .price, .eur-price
{
	color: var(--wd-primary-color) !important;
  font-weight: 600 !important;
}

tr.order-total strong .amount, tr.order-total .eur-price {
    font-size: 22px;
}
