.Total {
  text-align: right;
  margin-right: 30px;

  h4 {
    font-size: 14px;
    margin: 0;
  }

  .prices {
    font-weight: bold;

    .price {
      font-size: 24px;
      padding-top: 6px;
    }

    .plusFee {
      margin-top: -6px;
      font-size: 14px;
    }
  }
}
