.omniversepricing-notice {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  color: #231F2099;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  white-space: normal;
  text-transform: lowercase;
}

.product-miniature .omniversepricing-notice {
  width: fit-content;
  margin-top: 2px;
  margin-bottom: 0;
}

.omniversepricing-notice .lowest-price-value {
  font-weight: 700;
  color: #231F20;
}

.product-miniature .omniversepricing-notice .mobile-hide {
  display: none;
}

@media (min-width: 576px) {
  .omniversepricing-notice {
    font-size: 13px;
    font-weight: 300;
    line-height: 17.7px;
    text-transform: none;
  }

  .product-miniature .product-price-and-shipping .omniversepricing-notice {
    color: #231F20;
  }
  
  .compact-miniature .product-miniature .product-price-and-shipping .omniversepricing-notice {
    color: #231F2099;
  }

  .product-miniature .omniversepricing-notice .mobile-hide {
    display: inline;
  }
}

.tablecombz-table td.tablecombz-discount {
  width: auto;
}