.money-details { 
    display: inline-block !important;
}

.bold-pre-compare-price {
    padding-right: 7px;
}

[name="checkout"] * {
    pointer-events: none !important;
}

.price {
  color: inherit;
}

.price.sale .new-price {
  color: #ff5600;
}

.price.sale .old-price {
  color: grey;
  text-decoration: line-through;
}