:root{--green:#00a950;}
#lije-qty{margin-top:15px;}
.lije-row{display:flex;justify-content:space-between;border:1px solid #ccc;border-radius:22px;padding:12px;margin:7px 0;background:#fff;cursor:pointer;transition:.2s;}
.lije-row.active{background:var(--green);color:#fff;border-color:var(--green);}
.lije-old{text-decoration:line-through;opacity:.6;}
.lije-new{font-weight:bold;}
.lije-save{opacity:.9;}
.lije-total{font-size:13px;opacity:.9;}
.product-prices .quantity-discount,
.product-information .product-discounts,
#quantityDiscount, 
table.quantity-discounts,
.product-discounts {
  display: none !important;
}
