.block-dashboard-info a, .block-dashboard-addresses a, .block-dashboard-orders a {
  color: #eb2771 !important;
}

.block-dashboard-info, .block-dashboard-addresses, .block-dashboard-orders {
  font-size: 16px;
}

.block-dashboard-info .box-title, .block-dashboard-addresses .box-title, .block-dashboard-orders .box-title, .box-address-billing .box-title, .box-address-shipping .box-title {
  background: none;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}

.block-dashboard-info .box-content, .block-dashboard-addresses .box-content, .block-dashboard-orders .box-content, .box-address-billing .box-content, .box-address-shipping .box-content {
  background: none;
  border: none;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}

.block-dashboard-info .box-actions, .block-dashboard-addresses .box-actions, .block-dashboard-orders .box-actions, .box-address-billing .box-actions, .box-address-shipping .box-actions {
  background: none;
  border-top: none;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}

.block-dashboard-info .box-actions a, .block-dashboard-addresses .box-actions a, .block-dashboard-orders .box-actions a, .box-address-billing .box-actions a, .box-address-shipping .box-actions a {
  padding: 10px;
  background-color: #eb2771;
  color: #fff !important;
  margin-right: 5px;
  display: inline-block;
}

.block-dashboard-info .box-actions a:hover, .block-dashboard-addresses .box-actions a:hover, .block-dashboard-orders .box-actions a:hover, .box-address-billing .box-actions a:hover, .box-address-shipping .box-actions a:hover {
  text-decoration: none;
}

.account-nav .nav>li>a:before, .account-nav .nav>li>strong:before {
  content: '' !important;
  background-image: url(../../header/arrow-black-short.svg);
  width: 15px;
  height: 14px;
  top: 48%;
  transform: translateY(-50%);
}

.account-nav .nav>li>strong, .account-nav .nav>li>a {
  padding-left: 35px !important;
  font-size: 16px;
}

.account-nav .nav>li>a {
  padding: 11px 15px;
}

.customer-account-index .block .block-title {
  color: #eb2771 !important;
}

.form.form-edit-account {
  padding: 0;
  border: none;
  box-shadow: none;
}

.table-order-items {
  font-size: 16px;
}

.table-order-items .actions a {
  color: #eb2771;
}

/* Pagination für die Userbestellungen */

.order-products-toolbar .item.current .page {
  background-color: #eb2771 !important;
  border-color: #eb2771 !important;
  color: #fff !important;
}

.order-products-toolbar .item .page {
  color: #eb2771 !important;
}

.order-products-toolbar .item .page:hover {
  background-color: #eb2771 !important;
  color: #fff !important;
  border-color: #eb2771 !important;
}

.order-products-toolbar .item .next {
  color: #eb2771 !important;
}

.order-products-toolbar .item .next:hover {
  background-color: #eb2771 !important;
  color: #fff !important;
  border-color: #eb2771 !important;
}

@media (min-width: 840px) {
    .account.page-layout-2columns-left .column.main {
        width: 75.7% !important;
    }
}