@charset "UTF-8";




.woocommerce-MyAccount-content .woocommerce-Address-title a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

.my-account-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 60px;
}

.my-account-profile .my-avatar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 24px 0 0;
}

.my-account-profile .my-avatar img {
  border-radius: 50%;
}

.my-account-profile .welcome-text {
  font-size: 14px;
  font-weight: 500;
  color: #9b9b9b;
  margin-bottom: 1px;
  line-height: 26px;
}

.my-account-profile .fn {
  font-family: var(--minimog-typography-body-font-family);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 30px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--minimog-color-box-border);
}

.woocommerce-MyAccount-navigation li {
  margin: -1px -1px 0;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 500;
  border-top: 1px solid var(--minimog-color-box-border);
  color: inherit;
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
  color: #fff;
  background: var(--minimog-color-heading);
}

.woocommerce-MyAccount-content {
  padding-left: 30px;
}

.woocommerce-MyAccount-content a {
  font-weight: 500;
}

.woocommerce-MyAccount-content .title {
  position: relative;
  border-bottom: 1px solid var(--minimog-color-box-border);
  padding-bottom: 8px;
  margin-bottom: 19px;
}

.woocommerce-MyAccount-content .title > h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: var(--minimog-typography-headings-font-weight-secondary);
  line-height: 1.5;
  margin: 0;
}

.woocommerce-MyAccount-content .title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 54px;
  height: 2px;
  background: var(--minimog-color-secondary);
}

.woocommerce-MyAccount-content .woocommerce-column__title,
.woocommerce-MyAccount-content form > h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1.6;
  border-bottom: 1px solid var(--minimog-color-box-border);
  padding-bottom: 10px;
  margin-bottom: 19px;
}

.woocommerce-MyAccount-content .woocommerce-Address-title a {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
  font-size: 0;
  margin: 0 0 0 6px;
}

.woocommerce-MyAccount-content .woocommerce-Address-title a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
}

.woocommerce-MyAccount-content address {
  font-style: normal;
}

.woocommerce-MyAccount-content button[type=submit] {
  min-width: 240px;
}

.woocommerce-MyAccount-content .edit-account .button {
  margin: 9px 0 0;
}

.woocommerce-MyAccount-content .address-field--address-2 {
  padding-top: 30px;
}

@media (max-width: 991px) {
  .woocommerce-MyAccount-content {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation {
    margin: 0 0 40px;
  }
}

.woocommerce-account .woocommerce-privacy-policy-text {
  margin: 0 0 20px;
}

.woocommerce-form-wrap > h2 {
  font-size: 24px;
  font-weight: var(--minimog-typography-headings-font-weight-secondary);
  line-height: 1.6;
  margin: 0 0 18px;
}

.woocommerce-form-wrap .button {
  width: 100%;
}

.woocommerce-form-has-background {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  padding: 29px 30px 48px;
}

.woocommerce-form-login .lost_password a {
  font-size: 15px;
  display: inline-block;
  margin-bottom: 7px;
}

.woocommerce-form-login .mo-openid-app-icons {
  margin-top: 20px;
}

.woocommerce-form-login .woocommerce-button {
  display: block;
  width: 100%;
}

.woocommerce-form-register-wrap {
  padding: 30px 0 0;
}

.page-main-content > article > .woocommerce > .woocommerce-form-wrap {
  max-width: 570px;
  margin: 0 auto;
}

.woocommerce-orders-table-wrap {
  border-radius: var(--minimog-normal-rounded);
  border: 1px solid var(--minimog-color-box-grey-background);
}

.woocommerce-orders-table {
  margin-bottom: 0;
  border: 0;
}

.woocommerce-orders-table th {
  background: var(--minimog-color-box-grey-background);
}

.woocommerce-orders-table th,
.woocommerce-orders-table td {
  border: 0;
  border-bottom: 1px solid var(--minimog-color-box-grey-background);
  border-right: 1px solid var(--minimog-color-box-grey-background);
}

.woocommerce-orders-table th:last-child,
.woocommerce-orders-table td:last-child {
  border-right: 0;
}

.woocommerce-orders-table tbody tr:last-child th,
.woocommerce-orders-table tbody tr:last-child td {
  border-bottom: 0;
}

.woocommerce-orders-table__cell-order-actions .button,
.woocommerce-table--order-downloads .button {
  min-width: 130px;
  line-height: 38px;
  height: 40px;
  padding: 0 15px;
  margin: 3px;
}

.woocommerce-customer-details {
  margin: 40px 0 0;
}

.woocommerce-orders-table__cell-order-status {
  font-weight: 500;
}

.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
  color: #6cbd7e;
}

.woocommerce-view-order .woocommerce-order-details {
  margin: 0;
}

.woocommerce-account .payment_methods {
  margin: 0 0 30px;
  padding: 0;
}

.woocommerce-account .payment_methods > li {
  list-style-type: none;
}
