body.woocommerce-account .container .content h1 {
  font-size: 35px;
  color: var(--maincolor);
  margin-top: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    width: 100%;
    display: block;
    padding: 15px 20px;
    box-sizing: border-box;
    background: var(--maincolor);
    color: white;
    border-bottom: 1px solid white;
    font-size: 16px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: var(--subcolor);
}

body.woocommerce-account .woocommerce-MyAccount-content p:first-child {
  margin-top: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content p {
      font-family: 'Raleway', sans-serif;
    color: #3c3c3c;
    font-weight: 400;
    line-height: 40px;
}

body.woocommerce-account .woocommerce-MyAccount-content a {
  color: var(--maincolor);
}

body.woocommerce-account .woocommerce-MyAccount-content input[type="text" i],
body.woocommerce-account .woocommerce-MyAccount-content input[type="email" i],
body.woocommerce-account .woocommerce-MyAccount-content input[type="password" i] {
    border: 1px solid #bebebe;
    padding: 10px 20px;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #444444;
    font-weight: 400;
}

body.woocommerce-account .woocommerce-MyAccount-content fieldset {
    border: 1px solid #bebebe;
    box-sizing: border-box;
}

body.woocommerce-account .woocommerce-MyAccount-content button {
    background: var(--maincolor);
    color: white;
    box-sizing: border-box;
    border-radius: 0;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
}

body.woocommerce-account .woocommerce-MyAccount-content button:hover {
    background-color: #ff7d3a;
    color: white;
}

body.woocommerce-account .woocommerce-MyAccount-content mark {
    background-color: var(--maincolor);
    color: white;
    padding: 0 5px;
    box-sizing: border-box;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-columns--addresses h2 {
  color: var(--maincolor);
  margin-top: 0;
}

body.woocommerce-account .woocommerce-customer-details address {
    box-sizing: border-box;
    line-height: 30px;
    border-radius: 0;
    border: 1px solid #bebebe;
}

body.woocommerce-account table.shop_table {
  border: 1px solid #bebebe;
  box-sizing: border-box;
  border-radius: 0;
}

body.woocommerce-account table.shop_table td {
    border-top: 1px solid #bebebe;
    padding: 10px 12px;
}

body.woocommerce-account table.shop_table td[data-title="Acties"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body.woocommerce-account table.shop_table tfoot th,
body.woocommerce-account table.shop_table tfoot td {
      font-weight: 600;
    border-top: 1px solid rgba(0,0,0,.1);
    color: #424242;
}

body.woocommerce-account table.my_account_orders .button {
    background: var(--maincolor);
    color: white;
    box-sizing: border-box;
    border-radius: 0;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}