﻿@font-face {
  font-family: 'powerall-venture-font';
  src: url('../fonts/powerall-venture-font.ttf') format('truetype'), url('../fonts/powerall-venture-font.woff') format('woff'), url('../fonts/powerall-venture-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-venture-font';
    text-transform: none;
    width: 50px;
    font-size: 21px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 50px;
    text-align: center;
  }
}

.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;
}

.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;
  }
