



.woocommerce-MyAccount-navigation-link a:before, .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: 300;
}

.woocommerce-form-wrap .password-input .show-password-input, .woocommerce-account .password-input .show-password-input {
  -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;
}

.woocommerce-MyAccount-navigation-link--ppcp-paypal-payment-tokens 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 Brands';
  font-weight: 400;
}

.woocommerce-account .page-title-bar-minimal-01 {
  margin: 10px 0 60px;
}

.woocommerce-account .woocommerce-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16px 0 0;
}

.minimog-wc-account-wrap {
  background: var(--minimog-color-box-white-background);
  border: 1px solid var(--minimog-color-box-white-border);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.minimog-wc-account-nav {
  width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  max-width: 30%;
  background: #fff;
  border-right: 1px solid #ececec;
}

.minimog-wc-account-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 50px 30px;
}

.minimog-wc-account-content .woocommerce-error, .minimog-wc-account-content .woocommerce-info, .minimog-wc-account-content .woocommerce-message {
  background: #f8f8f8;
}

.minimog-wc-account-content button[type='submit'] {
  margin: 8px 0 0;
}

.minimog-wc-account-content .address-field--address-2 {
  margin-top: 30px;
}

.minimog-wc-account-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}

.minimog-wc-account-content form .form-row label {
  font-size: 16px;
  font-weight: 400;
  color: var(--minimog-color-text);
}

.minimog-wc-account-content-inner {
  max-width: 730px;
  margin: 0 auto;
}

.my-account-profile {
  padding: 32px 30px;
  text-align: center;
}

.my-account-profile .my-avatar {
  margin: 0 auto;
}

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

.my-account-profile .fn {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin: 12px 0 0;
}

.woocommerce-MyAccount-navigation {
  padding: 0 0 27px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  list-style: none;
  margin: 0;
}

.woocommerce-MyAccount-navigation-link a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #9B9B9B;
  padding: 13px 30px;
}

.woocommerce-MyAccount-navigation-link a:hover {
  color: var(--minimog-color-heading);
}

.woocommerce-MyAccount-navigation-link a:before {
  content: '\f013';
  min-width: 25px;
  margin: 0 5px 0 0;
}

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

.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: '\f013';
}

.woocommerce-MyAccount-navigation-link--orders a:before {
  content: '\f07a';
}

.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: '\f019';
}

.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: '\f3c5';
}

.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: '\f007';
}

.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: '\f08b';
}

.woocommerce-MyAccount-navigation-link--wishlist a:before {
  content: '\f004';
}

.woocommerce-MyAccount-navigation-link--subscription a:before, .woocommerce-MyAccount-navigation-link--subscriptions a:before {
  content: '\f274';
}

.woocommerce-MyAccount-navigation-link--wc-smart-coupons a:before {
  content: '\f06b';
}

.woocommerce-MyAccount-navigation-link--gift-cards a:before {
  content: '\f06b';
}

.woocommerce-MyAccount-navigation-link--points-and-rewards a:before {
  content: '\f51e';
}

.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: '\f555';
}

.woocommerce-MyAccount-navigation-link--ppcp-paypal-payment-tokens a:before {
  content: '\f1ed';
}

.woocommerce-address-fields__field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.woocommerce-address-fields__field-wrapper .form-row {
  padding: 0 8px;
}

.woocommerce-Address {
  border-radius: 5px;
  background: #f8f8f8;
  padding: 14px 20px 20px;
}

.woocommerce-Address address {
  font-style: normal;
  margin: 0;
}

.woocommerce-Address-title {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 0 0 4px;
}

.woocommerce-Address-title > h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.woocommerce-Address-title a {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  font-size: 0;
  margin: 0 0 0 6px;
  background: #fff;
  color: var(--minimog-color-heading);
}

.woocommerce-Address-title a:hover {
  color: var(--minimog-color-primary);
}

.woocommerce-Address-title a:before {
  content: '\f304';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
}

.minimog-account-dashboard-heading {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 12px;
}

.woocommerce-Message .button {
  background-color: #fff;
  border-color: #fff;
}

.btn-toggle-account-nav {
  height: 40px;
  width: 40px;
  background: #f8f8f8;
  position: absolute;
  top: 200px;
  left: 100%;
  border-radius: 0 5px 5px 0;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .btn-toggle-account-nav {
    display: none;
  }
}

@media (max-width: 991px) {
  .minimog-wc-account-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    border-radius: 0;
    max-width: 90vw;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: .3s transform;
    transition: .3s transform;
    border: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .minimog-wc-account-nav.opened {
    -webkit-transform: none;
            transform: none;
  }
  .minimog-wc-account-nav-inner {
    overflow-y: auto;
    height: 100%;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce-Addresses.col2-set > [class*=u-column] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.my-account-profile {
  position: relative;
}

.my-account-profile .avatar {
  position: relative;
  border-radius: 50%;
  width: 108px;
  margin: 0 auto;
}

.my-account-profile .avatar img {
  width: 100%;
}

.my-account-profile .my-avatar {
  position: relative;
}

.my-account-profile .btn-toggle-avatar-upload-menu {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 32px;
  background: #000;
  border-radius: 50%;
}

.my-account-profile .btn-toggle-avatar-upload-menu:hover {
  box-shadow: 0 0 0 0.2rem var(--minimog-color-heading);
}

.my-account-profile .btn-toggle-avatar-upload-menu i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.my-account-profile .btn-toggle-avatar-upload-menu.updating-icon:before {
  margin: 0;
}

.my-account-profile .btn-toggle-avatar-upload-menu.updating-icon i {
  display: none;
}

.minimog-user-profile .tm_user_avatar {
  display: none;
}

.minimog-user-profile.active .minimog-user-profile__action {
  z-index: 20;
  opacity: 1;
}

.minimog-user-profile__action {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 124px;
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.minimog-user-profile__action a {
  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;
  padding: 7px 16px;
  line-height: 26px;
  color: var(--minimog-color-text);
}

.minimog-user-profile__action a:hover, .minimog-user-profile__action a:focus {
  background-color: #f5f5f5;
  color: var(--minimog-color-heading);
}

.minimog-user-profile__action .action-icon {
  text-align: center;
  font-size: 14px;
  min-width: 20px;
  display: block;
  line-height: 1;
  margin: 0 4px 0 0;
}

.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-wrap .password-input {
  display: block;
  position: relative;
}

.woocommerce-form-wrap .password-input .show-password-input {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  z-index: 1;
  background: none !important;
  box-shadow: none !important;
  padding: 0 15px !important;
  border: 0;
  font-size: 14px;
  color: var(--minimog-color-text);
}

.woocommerce-form-wrap .password-input .show-password-input:hover {
  color: var(--minimog-color-heading);
}

.woocommerce-form-wrap .password-input .show-password-input:before {
  content: '\f06e';
}

.woocommerce-form-wrap .password-input .show-password-input.display-password:before {
  content: '\f070';
}

.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-account .password-input {
  display: block;
  position: relative;
}

.woocommerce-account .password-input .show-password-input {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  z-index: 1;
  background: none !important;
  box-shadow: none !important;
  padding: 0 15px !important;
  border: 0;
  font-size: 14px;
  color: var(--minimog-color-text);
}

.woocommerce-account .password-input .show-password-input:hover {
  color: var(--minimog-color-heading);
}

.woocommerce-account .password-input .show-password-input:before {
  content: '\f06e';
}

.woocommerce-account .password-input .show-password-input.display-password:before {
  content: '\f070';
}

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

.woocommerce-order-details .order-again {
  margin-top: 10px;
}

.woocommerce-orders-table,
.woocommerce-table--order-details {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 4px;
  margin: 0 -4px;
  width: calc(100% + 8px);
  position: relative;
  z-index: 0;
}

.woocommerce-orders-table th,
.woocommerce-table--order-details th {
  font-size: 16px;
  font-weight: 500;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td,
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
  border: 0;
  position: relative;
  z-index: 2;
  text-align: left;
  background: none;
}

.woocommerce-orders-table tbody tr,
.woocommerce-orders-table tfoot tr,
.woocommerce-table--order-details tbody tr,
.woocommerce-table--order-details tfoot tr {
  position: relative;
}

.woocommerce-orders-table tbody tr:after,
.woocommerce-orders-table tfoot tr:after,
.woocommerce-table--order-details tbody tr:after,
.woocommerce-table--order-details tfoot tr:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f8f8f8;
  border-radius: 5px;
  z-index: -1;
}

.woocommerce-orders-table .amount,
.woocommerce-table--order-details .amount {
  color: inherit;
}

.woocommerce-orders-table__cell-order-actions .button {
  --minimog-color-button-text: #000;
  --minimog-color-button-border: #fff;
  --minimog-color-button-background: #fff;
  min-width: 100px;
  line-height: 38px;
  height: 40px;
  padding: 0 15px;
  margin: 3px;
}

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

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

.woocommerce-orders-table__cell-order-status {
  font-weight: 500;
  color: var(--status-color, #000);
}

.woocommerce-orders-table__row--status-completed {
  --status-color: #60BC7F;
}

.woocommerce-orders-table__row--status-refunded {
  --status-color: #6951CF;
}

.woocommerce-orders-table__row--status-failed {
  --status-color: #E91925;
}

.woocommerce-orders-table__row--status-processing {
  --status-color: #3F99DC;
}

.woocommerce-orders-table__row--status-pending {
  --status-color: #E4A508;
}

.woocommerce-orders-table__row--status-on-hold {
  --status-color: #E4A508;
}

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

@media (max-width: 767px) {
  .woocommerce-orders-table tr,
  .woocommerce-table--order-details tr {
    padding: 15px !important;
  }
  .woocommerce-orders-table tr + tr,
  .woocommerce-table--order-details tr + tr {
    margin-top: 5px;
  }
}

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

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