/*!
 * Copyright (c) 2020. FixGroup B.V.
 */
/*!
 * Copyright (c) 2020. FixGroup B.V.
 */
.blue__main {
  color: #049ee2 !important; }

body.woocommerce-account .woocommerce .customer-account--block, body.woocommerce-account .woocommerce .customer-account-navigation, body.woocommerce-account .woocommerce .customer-account-service {
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #E9EBEC;
  padding: 12px 30px; }
  body.woocommerce-account .woocommerce .customer-account--block:hover, body.woocommerce-account .woocommerce .customer-account-navigation:hover, body.woocommerce-account .woocommerce .customer-account-service:hover {
    text-decoration: none !important; }
  body.woocommerce-account .woocommerce .customer-account--block:active, body.woocommerce-account .woocommerce .customer-account-navigation:active, body.woocommerce-account .woocommerce .customer-account-service:active, body.woocommerce-account .woocommerce .customer-account--block:focus, body.woocommerce-account .woocommerce .customer-account-navigation:focus, body.woocommerce-account .woocommerce .customer-account-service:focus, body.woocommerce-account .woocommerce .customer-account--block:focus-within, body.woocommerce-account .woocommerce .customer-account-navigation:focus-within, body.woocommerce-account .woocommerce .customer-account-service:focus-within {
    border: 1px solid #049ee2;
    outline: 2px solid #049ee2;
    outline-offset: -2px; }

body.woocommerce-account .breadcrumb__wrapper {
  display: flex;
  flex-wrap: wrap; }
  body.woocommerce-account .breadcrumb__wrapper .breadcrumb__single {
    margin-top: 1px;
    display: flex;
    font-weight: 600; }
    body.woocommerce-account .breadcrumb__wrapper .breadcrumb__single svg {
      order: 2;
      transform: rotate(90deg);
      height: 16px;
      margin-top: 2px; }
    body.woocommerce-account .breadcrumb__wrapper .breadcrumb__single span,
    body.woocommerce-account .breadcrumb__wrapper .breadcrumb__single a {
      margin: 0 10px;
      order: 1; }
    body.woocommerce-account .breadcrumb__wrapper .breadcrumb__single:first-child a {
      margin-left: 0; }

body.woocommerce-account:not(.logged-in) .woocommerce {
  margin-top: 20px; }

body.woocommerce-account .woocommerce .woocommerce-message {
  border-radius: 6px;
  border: 1px solid #04B814;
  background: #EDFCED;
  padding: 10px 20px;
  margin-bottom: 15px; }
body.woocommerce-account .woocommerce .customer-account--block {
  border-radius: 12px;
  padding: 30px; }
  body.woocommerce-account .woocommerce .customer-account--block p.h6 {
    font-size: 18px; }
body.woocommerce-account .woocommerce .customer-account-navigation {
  border-radius: 12px;
  padding: 30px; }
  body.woocommerce-account .woocommerce .customer-account-navigation__list {
    padding-left: 0;
    list-style: none; }
  body.woocommerce-account .woocommerce .customer-account-navigation__link {
    display: flex;
    margin-bottom: 0; }
    body.woocommerce-account .woocommerce .customer-account-navigation__link:not(:last-child) {
      margin-bottom: 16px; }
    body.woocommerce-account .woocommerce .customer-account-navigation__link svg {
      width: 20px;
      height: 20px;
      margin-right: 10px; }
    body.woocommerce-account .woocommerce .customer-account-navigation__link a {
      font-size: 14px;
      color: #0E1723; }
    body.woocommerce-account .woocommerce .customer-account-navigation__link.is-active a {
      font-weight: 700; }
body.woocommerce-account .woocommerce .customer-account-service {
  border-radius: 12px;
  padding: 30px 10px 30px 30px; }
  body.woocommerce-account .woocommerce .customer-account-service ul {
    list-style: none;
    padding-left: 0; }
    body.woocommerce-account .woocommerce .customer-account-service ul li {
      margin-bottom: 0; }
  body.woocommerce-account .woocommerce .customer-account-service p {
    font-weight: 700;
    margin-bottom: 0; }
  body.woocommerce-account .woocommerce .customer-account-service a {
    color: #0E1723; }
body.woocommerce-account .woocommerce .order-item__status svg {
  margin-top: 2px;
  height: 18px;
  width: 18px;
  margin-right: 5px; }
body.woocommerce-account .woocommerce .order-item__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 15px;
  padding-left: 0; }
body.woocommerce-account .woocommerce .order-item__item {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 0 10px; }
  body.woocommerce-account .woocommerce .order-item__item img {
    width: 100%;
    height: auto; }
body.woocommerce-account .woocommerce .customer-account-view-order .view-order__order-items ul {
  list-style: none;
  padding-left: 0; }
body.woocommerce-account .woocommerce .customer-account-view-order .view-order__order-items .order-items__item a {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 35px; }
  body.woocommerce-account .woocommerce .customer-account-view-order .view-order__order-items .order-items__item a:hover {
    text-decoration: none; }
  body.woocommerce-account .woocommerce .customer-account-view-order .view-order__order-items .order-items__item a img {
    width: 100%;
    height: auto; }
  body.woocommerce-account .woocommerce .customer-account-view-order .view-order__order-items .order-items__item a .item__information {
    text-decoration: none;
    color: #0E1723; }
    body.woocommerce-account .woocommerce .customer-account-view-order .view-order__order-items .order-items__item a .item__information:hover {
      text-decoration: none; }
  body.woocommerce-account .woocommerce .customer-account-view-order .view-order__order-items .order-items__item a .item__variations {
    font-size: 14px; }
  body.woocommerce-account .woocommerce .customer-account-view-order .view-order__order-items .order-items__item a .item__line-total {
    font-weight: 700; }
body.woocommerce-account .woocommerce .customer-account-view-order .order-items__list .order-items__item {
  border-bottom: 1px solid #F4F5F6;
  padding-bottom: 1em;
  margin-bottom: 1em; }
  body.woocommerce-account .woocommerce .customer-account-view-order .order-items__list .order-items__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
body.woocommerce-account .woocommerce .customer-account-view-order .view-order__information .order-information__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0; }
body.woocommerce-account .woocommerce .customer-account-view-order .view-order__information .order-information__value p {
  margin-bottom: 0; }
body.woocommerce-account .woocommerce .customer-account-view-order__invoice {
  font-size: 14px; }
body.woocommerce-account .woocommerce .customer-account-edit-account span.required {
  color: #FF0E20; }
body.woocommerce-account .woocommerce .customer-account-edit-account .edit-account__input input {
  width: 100%; }
body.woocommerce-account .woocommerce .customer-account-edit-account .edit-account__customer-name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10px; }
body.woocommerce-account .woocommerce .customer-account-password input {
  width: 100%; }
body.woocommerce-account .woocommerce .customer-account-password .password-description {
  font-size: 12px;
  margin-top: 3px;
  display: block; }
body.woocommerce-account .woocommerce .customer-account-password label {
  font-size: 13px;
  margin-bottom: 5px; }
body.woocommerce-account .woocommerce .login__wrapper input {
  width: 100%; }
body.woocommerce-account .woocommerce .login__wrapper label .required {
  color: #FF0E20;
  margin-left: 2px; }
body.woocommerce-account .woocommerce .login__wrapper p {
  margin-bottom: 10px; }
body.woocommerce-account .woocommerce .login__wrapper .password-row {
  position: relative; }
  body.woocommerce-account .woocommerce .login__wrapper .password-row svg {
    color: #535E6D;
    position: absolute;
    right: 20px;
    height: 20px;
    width: 20px;
    bottom: calc(calc(50px / 2) - 15px);
    cursor: pointer; }
body.woocommerce-account .woocommerce .login__wrapper .create-account__title {
  margin-top: 30px; }
body.woocommerce-account .woocommerce .login__wrapper ul {
  padding-left: 0;
  margin-top: 20px; }
  body.woocommerce-account .woocommerce .login__wrapper ul li {
    list-style-type: none;
    font-size: 12px;
    margin-bottom: 5px; }
    body.woocommerce-account .woocommerce .login__wrapper ul li svg {
      color: #04B814;
      margin-bottom: 3px;
      margin-right: 1px; }
body.woocommerce-account .woocommerce .login__wrapper .create-account__privacy_title svg {
  color: #04B814;
  width: 18px;
  height: 18px;
  margin-right: 10px; }
body.woocommerce-account .woocommerce .login__wrapper label {
  font-size: 16px; }
body.woocommerce-account .woocommerce .login__wrapper a {
  font-size: 13px; }
body.woocommerce-account .woocommerce .login__wrapper .password-row label {
  display: inline-block; }
body.woocommerce-account .woocommerce .login__wrapper .password-row a {
  float: right; }
body.woocommerce-account .woocommerce .banners a img {
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out; }
body.woocommerce-account .woocommerce .banners a:hover img {
  transform: scale(1.02); }
body.woocommerce-account .woocommerce .billing-fields__wrapper {
  display: block;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(7, auto);
  gap: 0 16px; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper[data-billing-country="nl"] {
    display: grid;
    grid-template-areas: "checkout-customer-type checkout-customer-type checkout-customer-type checkout-customer-type" "checkout-company  checkout-company checkout-company checkout-company" "checkout-firstname checkout-firstname checkout-lastname checkout-lastname" "checkout-country checkout-country checkout-country checkout-country" "checkout-postcode checkout-postcode checkout-number checkout-number_suffix" "checkout-street checkout-street checkout-city checkout-city" "checkout-phone checkout-phone checkout-phone checkout-phone" "checkout-email checkout-email checkout-email checkout-email" "checkout-vat checkout-vat checkout-vat checkout-vat" "checkout-insurance checkout-insurance checkout-insurance checkout-insurance"; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper[data-billing-country="de"], body.woocommerce-account .woocommerce .billing-fields__wrapper[data-billing-country="es"], body.woocommerce-account .woocommerce .billing-fields__wrapper[data-billing-country="be"] {
    display: grid;
    grid-template-areas: "checkout-customer-type checkout-customer-type checkout-customer-type checkout-customer-type" "checkout-company  checkout-company checkout-company checkout-company" "checkout-firstname checkout-firstname checkout-lastname checkout-lastname" "checkout-country checkout-country checkout-country checkout-country" "checkout-street checkout-street checkout-number checkout-number_suffix" "checkout-postcode checkout-postcode checkout-city checkout-city" "checkout-state checkout-state checkout-state checkout-state" "checkout-phone checkout-phone checkout-phone checkout-phone" "checkout-email checkout-email checkout-email checkout-email" "checkout-vat checkout-vat checkout-vat checkout-vat" "checkout-insurance checkout-insurance checkout-insurance checkout-insurance"; }
    body.woocommerce-account .woocommerce .billing-fields__wrapper[data-billing-country="de"] #shipping_street_name_field,
    body.woocommerce-account .woocommerce .billing-fields__wrapper[data-billing-country="de"] #billing_address_1_field, body.woocommerce-account .woocommerce .billing-fields__wrapper[data-billing-country="es"] #shipping_street_name_field,
    body.woocommerce-account .woocommerce .billing-fields__wrapper[data-billing-country="es"] #billing_address_1_field, body.woocommerce-account .woocommerce .billing-fields__wrapper[data-billing-country="be"] #shipping_street_name_field,
    body.woocommerce-account .woocommerce .billing-fields__wrapper[data-billing-country="be"] #billing_address_1_field {
      grid-area: checkout-address; }
    body.woocommerce-account .woocommerce .billing-fields__wrapper[data-billing-country="de"] ~ #woocommerce_eu_vat_number_field, body.woocommerce-account .woocommerce .billing-fields__wrapper[data-billing-country="es"] ~ #woocommerce_eu_vat_number_field, body.woocommerce-account .woocommerce .billing-fields__wrapper[data-billing-country="be"] ~ #woocommerce_eu_vat_number_field {
      display: block; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_address_2 {
    display: none; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper #shipping_city_field,
  body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_city_field {
    grid-area: checkout-city; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_state_field {
    grid-area: checkout-state; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper #shipping_postcode_field,
  body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_postcode_field {
    grid-area: checkout-postcode;
    width: unset;
    margin-right: unset; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper #tradein_phone_number_field,
  body.woocommerce-account .woocommerce .billing-fields__wrapper #tradein_iban_holder_name_field,
  body.woocommerce-account .woocommerce .billing-fields__wrapper #tradein_iban_field {
    grid-column: 1 / 5; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_customer_type_field {
    grid-area: checkout-customer-type; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper #shipping_first_name_field,
  body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_first_name_field {
    grid-area: checkout-firstname; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper #shipping_last_name_field,
  body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_last_name_field {
    grid-area: checkout-lastname; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper #shipping_country_field,
  body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_country_field {
    grid-area: checkout-country; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper #shipping_street_name_field,
  body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_street_name_field {
    grid-area: checkout-street; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper #shipping_house_number_suffix_field,
  body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_house_number_suffix_field {
    grid-area: checkout-number_suffix; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper #shipping_house_number_field,
  body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_house_number_field {
    grid-area: checkout-number; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper #shipping_company_field,
  body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_company_field {
    grid-area: checkout-company;
    visibility: hidden;
    height: 0;
    margin: 0; }
    body.woocommerce-account .woocommerce .billing-fields__wrapper #shipping_company_field.active,
    body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_company_field.active {
      margin-bottom: 1rem;
      height: auto;
      visibility: visible; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper .checkout-street-auto {
    grid-area: checkout-street-auto; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_phone_field {
    grid-area: checkout-phone; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_email_field {
    grid-area: checkout-email; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper #insurance-information-fields {
    grid-area: checkout-insurance;
    border-bottom: 1px solid #E9EBEC;
    margin-bottom: 2em;
    padding: 1em 0; }
    body.woocommerce-account .woocommerce .billing-fields__wrapper #insurance-information-fields .insurance-information-disclaimer {
      margin-top: 2em;
      font-size: 0.9em; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_iban_field.woocommerce-validated input {
    border: 1px solid #04B814;
    outline: 2px solid #04B814;
    outline-offset: -2px; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_gender_field,
  body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_customer_type_field {
    display: flex;
    margin-bottom: 25px; }
    body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_gender_field span.woocommerce-input-wrapper,
    body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_customer_type_field span.woocommerce-input-wrapper {
      display: grid;
      grid-template-columns: repeat(3, 20px auto);
      margin-left: 1em; }
      @media (max-width: 767px) {
        body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_gender_field span.woocommerce-input-wrapper,
        body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_customer_type_field span.woocommerce-input-wrapper {
          grid-template-columns: 20px auto; } }
      body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_gender_field span.woocommerce-input-wrapper input,
      body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_customer_type_field span.woocommerce-input-wrapper input {
        margin-right: 0.4em;
        width: unset; }
      body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_gender_field span.woocommerce-input-wrapper label,
      body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_customer_type_field span.woocommerce-input-wrapper label {
        margin-right: 1em; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper abbr.required {
    color: #FF0E20;
    cursor: unset;
    text-decoration: none; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper .woocommerce-invalid input {
    border: 1px solid #FF0E20;
    outline: 2px solid #FF0E20;
    outline-offset: -2px; }
  body.woocommerce-account .woocommerce .billing-fields__wrapper .woocommerce-input-wrapper input {
    width: 100%; }
@media all and (-ms-high-contrast: none) {
  body.woocommerce-account .woocommerce .billing-fields__wrapper {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 0px 16px; }
  body.woocommerce-account .woocommerce .billing-fields .checkout-customer-type {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }
  body.woocommerce-account .woocommerce .billing-fields .checkout-firstname {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 0; }
  body.woocommerce-account .woocommerce .billing-fields .checkout-lastname {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1; }
  body.woocommerce-account .woocommerce .billing-fields .checkout-country {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 0; }
  body.woocommerce-account .woocommerce .billing-fields .checkout-address {
    display: -ms-grid;
    -ms-grid-columns: 1.5fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    gap: 0px 16px;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: -1; }
  body.woocommerce-account .woocommerce .billing-fields .checkout-street-auto {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: -2; }
  body.woocommerce-account .woocommerce .billing-fields .checkout-phone {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: -3; }
  body.woocommerce-account .woocommerce .billing-fields .checkout-email {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: -4; } }
body.woocommerce-account .woocommerce .billing-fields__wrapper #shipping_company_field {
  grid-area: checkout-company; }
body.woocommerce-account .woocommerce .billing-fields__wrapper #shipping_house_number_field,
body.woocommerce-account .woocommerce .billing-fields__wrapper #shipping_house_number_field,
body.woocommerce-account .woocommerce .billing-fields__wrapper #shipping_house_number_suffix_field,
body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_house_number_suffix_field,
body.woocommerce-account .woocommerce .billing-fields__wrapper #billing_house_number_field {
  width: 100%; }

/*# sourceMappingURL=customer-account.css.map */
