.price-box {
  .old-price {
    .price-final_price {
      .price-wrapper {
        position: relative;
        text-decoration: none;
        display: flex;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
      }

    }
  }
  .rrp-area {
    display: flex;
    align-items: center;
    .save-price {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        color: #8C1F1C;
    }
  }

  p {
    font-family: Strawford, Times, serif;

    &.final-price {
      font-size: 16px;
      margin-top: 0;
      display: flex;
      align-items: center;
      .price-value {
        font-size: 41px;
        line-height: 1.26;
        font-weight: 700;
        @media (max-width: 767px) {
          line-height: 1em;
        }
      }
      .price-description {
        line-height: 1em;
        margin-left: 10px;
        .sale-pricing {
          color: #8c1f1c;
          font-weight: bold;
        }
        .strikethrough {
          text-decoration: line-through;
        }
      }
    }

    &.final-inc-price {
      margin-bottom: 0;
    }
  }

  .was-now-pricing p {
    margin: 0;

    &.final-inc-price {
      margin-top: 10px;
    }
  }

  .split-vat-pricing {
    align-items: start;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    @media (max-width: 767px) {
      align-items: start;
      flex-direction: column;
      margin-top: 0;
    }
    .bold-price {
      font-weight: bold;
    }

    .linked-price {
      flex-basis: 100%;
    }
  }

  .rrp-price {
    text-decoration: line-through;
  }

  .rrp-pricing span {
    display: block;
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

    &.price-wrapper {
      text-decoration: none;
    }

  }
}
