.product-price-options {
  margin: 0 -15px;
  padding: 0 15px;
  position: relative; }
  @media (min-width: 768px) {
    .product-price-options {
      margin: 0;
      padding: 0; } }
  .product-price-options .thrive-radio .thrive-radio-checkmark:after {
    background: #7ac143; }
    .delivery .product-price-options .thrive-radio .thrive-radio-checkmark:after {
      background: #f6a81c; }

.product-price-option {
  margin: 0;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .product-price-option .fa-question-circle {
    color: #3fb8c1;
    cursor: pointer;
    font-weight: normal; }
  .product-price-option .help-text {
    font-size: 14px;
    font-weight: normal; }
  .product-price-option .percent-savings {
    color: #da505a;
    font-weight: 500; }
  .product-price-option-price {
    font-size: 24px;
    font-weight: normal; }
    .product-price-option-price .price-container .price {
      font-size: inherit; }
    .product-price-option-price .price-label {
      display: none; }
    .product-price-option-price .special-price {
      display: inline; }
    .product-price-option-price .old-price {
      font-size: 0.875rem;
      color: #bfbfbf; }
  .product-price-option label,
  .product-price-option p {
    margin-bottom: 0; }
  .product-price-option-label {
    font-size: 1rem; }
  .product-price-option-retail .small {
    font-size: 14px; }
  .product-price-option-not-available {
    color: #da505a;
    display: none; }
  .product-price-option-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 10;
    opacity: 0.5; }

.help-text-delivery-savings {
  display: none; }
  .delivery-available .help-text-delivery-savings {
    display: block; }

.help-text-non-delivery {
  display: none; }
  .delivery-not-available .help-text-non-delivery {
    display: block; }

[data-role="priceBox"] {
  display: none; }

@media (max-width: 767.98px) {
  .product-subtitle {
    font-size: 13px; } }

/*# sourceMappingURL=catalog.css.map */
