.account-settings .account-item {
  min-height: 220px;
}

.account-items .account-item-border {
  border-bottom: 1px solid #eee;
}

.account-items .account-item-border:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.account-items .account-item {
  margin: 1em;
}

.account-settings .account-item {
  margin: 1em 0;
}

.account-item .text-sm {
  margin-bottom: -0.15rem;
  line-height: 20px;
}

.account-settings .text-sm {
  font-size: 14px;
  line-height: 25px;
}

.account-item-head {
  font-weight: 700;
  padding: 0;
  margin: 5px 0;
}

.expand-link {
  line-height: 130px;
  padding: 50px 20px;
}

.saved-cart-pages a {
  margin: 5px;
}

.account-order .card-box, .account-quote .card-box {
    min-height: 0px;
}

.account-order-details p {
  margin-bottom: 0;
}

.account-order a:hover, .account-quote a:hover {
  text-decoration: none;
}

.account-order .line-item {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding-bottom: 1em;
}

.account-order .line-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 2rem;
}

.expand-link-display {
  display: none;
}

.account-settings .account-item {
  min-height: 0px;
  margin: 0.25em 0;
}

.settings-btn {
  margin-top: 3%;
  bottom: 20px;
}

.dash-mobile .row .account-item h6 {
    cursor: default !important;
}

.dash-mobile .row .account-item .dash-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.dash-mobile .row .account-item h6:after {
  content: "+";
  float: right;
}

.dash-mobile .row .open h6:after {
  content: "-";
}

.dash-mobile .row .open .dash-content {
  height: auto;
  max-height: 100%;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.order-information {
  margin: 10px 0;
}

.print-function {
  display: none;
}

.post-note {
  background-color: #ffdf4c;
}

.bg-warning {
  color: #212529 !important;
  background-color: #ffc107 !important;
}

.main.bgLight {
    background-color: #f3f3f3 !important;
}
.mb-4.mb-change{
    margin-bottom: 0 !important;
    padding-bottom: 1.5rem !important;
}

.badge {
  display: inline-block;
  padding: 0.45em 0.6em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  margin: 0;
  color: white;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
    font-weight: bold;
}

@media (min-width: 993px) {
  .account-items .account-item {
    max-height: 160px;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .settings-btn {
    bottom: 10px;
  }

  .post-note {
    max-width: 80%;
  }

  .dash-mobile .row .account-item .dash-content {
    max-height: 100%;
    overflow: visible;
  }

  .dash-mobile .row .account-item h6:after {
    display: none;
  }

  .dash-mobile .row .open h6:after {
    display: none;
  }

  .order-information {
    margin: 10px 0;
  }

  .print-function {
    display: block;
  }

  .expand-link-display {
    display: block;
  }

  .account-settings .account-item {
    min-height: 100%;
  }
}

.payment-method-cc {
    border-radius: 3.5%;
    border: 1px solid #a9a9a9;
}

.payment-method-ls {
    letter-spacing: 0.1em;
}

.account-invoice {
    padding: 5px 10px;
    color: red;
    border-radius: 5px;
    border: 1px solid #dedede;
    background-color: #f3f3f3;
    margin-right: 5px;
    line-height: 35px;
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-refresh:before {
    content: "\f021";
}