/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

div.product-details-market-price {
  display: inline-block;
}

div.product-details-market-price div.text {
  display: inline;
}

div.product-details-market-price ul.labels {
  display: inline-block;
  margin-bottom: -8px;
}

div.product-details-market-price ul.labels li,
div.product-details-market-price ul.labels li div {
  display: inline-block;
}

div.product-details-market-price div.text span.value > span {
  text-decoration: line-through;
}

.sale-label-product-details div.text span.value {
  text-decoration: none;
}

.sale-label-product-details div.text span.value > span {
  text-decoration: line-through;
}

.market-price-label ~ .value:not(:last-child):after {
  content: ",";
}
