
.old-price.sly-old-price,
.old-price.sly-old-price .price {
    display: inline-block !important;
}

.old-price.sly-old-price.no-display {
    display: inline-block !important;
}

.parent-final-price {
    display: inline-block !important;
    font-weight: bold;
    margin-left: 10px;
    font-size: 1.1em;
}

.product-info-price .normal-price,
.product-info-price .price-wrapper {
    display: inline-block !important;
    visibility: visible !important;
}

.old-price.sly-old-price,
.old-price {
    margin-right: 10px !important;
}


.product-info-price .old-price .price-label {
    display: none !important;
}

.product-info-price .old-price .price-wrapper .price {
    text-decoration: line-through !important;
}

.page-products .price-box.price-final_price {
   display: inline-block !important;
   white-space: nowrap !important;
}

.price-box.price-final_price {
  display: inline-block !important;
  white-space: nowrap !important;
}

.price-box.price-final_price .price-label {
  margin-right: 8px !important;
}

.price-box.price-final_price .new-price {
  margin-right: 15px !important;
}

.price-box.price-final_price .old-price {
  margin-left: 33px !important;
}