﻿@font-face {
  font-family: 'powerall-voyage-font';
  src: url('../fonts/powerall-voyage-font.ttf') format('truetype'), url('../fonts/powerall-voyage-font.woff') format('woff'), url('../fonts/powerall-voyage-font.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@media all and (min-width: 481px) {
  .customer-pages-body .block .list .invoices a::before {
    content: "\e900";
    font-family: 'powerall-voyage-font';
    display: block;
    min-width: 20px;
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
  }
}

.section.invoice:not(:last-child) {
  border-bottom: 1px dashed #ccc;
  padding: 0 0 30px;
  margin: 0 0 30px;
}

.section.invoice {
  max-width: none;
  position: relative;
  margin: 0;
}

  .section.invoice .info {
    text-transform: none;
    color: #909090;
    font-size: 15px;
    font-family: 'Lato',sans-serif;
    line-height: 25px !important;
  }

    .section.invoice .info .total {
      margin-top: 8px
    }

  .section.invoice .title {
    border-bottom: none;
    max-width: none;
    margin: 0;
    border: 0;
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .section.invoice .buttons {
    text-align: right;
    margin: 0;
  }

    .section.invoice .buttons .button-2 {
      margin: 0;
    }

  .section.invoice .related-order-row {
    display: flex;
  }

    .section.invoice .related-order-row span {
      padding-top: 8px;
    }

  .section.invoice .related-orders {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
  }

    .section.invoice .related-orders a {
      padding: 5px 15px;
      margin: 5px;
    }
