/** Shopify CDN: Minification failed

Line 434:2 Unexpected "}"

**/
.account {
    padding-top: 87px;
    padding-bottom: 93px;
  }
  
  @media screen and (max-width: 999px) {
    .account {
      padding: 50px 20px;
    }
  }
  
  .account__heading {
    font-size: 42px;
    letter-spacing: 0;
    line-height: 58px;
    color: #333;
    font-family: garamond-premier-pro,serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 81px;
  }
  
  @media screen and (max-width: 999px) {
    .account__heading {
      margin-bottom: 30px !important;
    }
  }
  
  .account__section-heading {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    font-family: /*noto-sans-cjk-jp,*/sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 19px;
    text-align: left;
  }
  
  .account__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -49px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  @media screen and (max-width: 999px) {
    .account__box {
      margin: 0;
      display: block;
    }
  }
  
  .account__table {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 49px;
  }
  
  @media screen and (max-width: 999px) {
    .account__table {
      padding: 0;
    }
  }
  
  .account__tableTitle {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    font-family: /*noto-sans-cjk-jp,*/sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 43px;
  }
  
  .account__infoBox {
    padding: 0 49px;
    width: 388px;
  }
  
  @media screen and (max-width: 1200px) {
    .account__infoBox {
      width: 250px;
    }
  }
  
  @media screen and (max-width: 999px) {
    .account__infoBox {
      width: 100%;
      padding: 0;
    }
  }
  
  .account__infoBox .type-body-regular p {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 26px;
    font-family: /*noto-sans-cjk-jp,*/sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    margin-bottom: 20px;
  }
  
  .account__infoBox .type-body-regular p + a {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 68px;
    font-family: /*noto-sans-cjk-jp,*/sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #222;
    text-decoration: none;
    border: solid 1px #222;
    border-radius: 100px;
    margin-bottom: 20px;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  
  
  @media screen and (min-width: 768px) {
  
    .account__infoBox .type-body-regular p + a:hover {
      background-color: #222;
      color: #FFF;
      opacity: 1;
    }
  }
  .account__logout {
    margin-top: 0;
  }
  
  .account__logout a {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 68px;
    font-family: /*noto-sans-cjk-jp,*/sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #222;
    text-decoration: none;
    border: solid 1px #F5F5F5;
    border-radius: 100px;
    background-color: #F5F5F5;
    display: block;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  @media screen and (min-width: 768px) {
  
    .account__logout a:hover {
      background-color: #222;
      color: #FFF;
      opacity: 1;
    }
  }
  .account__logout a:first-child {
    display: none;
  }
  
  .account .responsive-table th {
    padding: 0;
    padding-bottom: 27px;
    border-bottom: solid 1px #E2E2E2;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 26px;
    font-family: /*noto-sans-cjk-jp,*/sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333;
  }
  
  @media screen and (max-width: 999px) {
    .account .responsive-table th {
      text-align: left;
      font-size: 11px;
      line-height: 22px;
    }
  }
  
  .account .responsive-table th:nth-child(1) {
    width: 22.09%;
  }
  
  .account .responsive-table th:nth-child(2) {
    width: 22%;
  }
  
  .account .responsive-table th:nth-child(3) {
    width: 27.04%;
  }
  
  .account .responsive-table th:nth-child(4) {
    width: 26.38%;
  }
  
  .account .responsive-table th:nth-child(5) {
    text-align: right;
  }
  
  .account .responsive-table td {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 26px;
    font-family: /*noto-sans-cjk-jp,*/sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    border-bottom: solid 1px #E2E2E2;
    padding: 22px 0;
  }
  
  @media screen and (max-width: 999px) {
    .account .responsive-table td {
      font-size: 11px;
      line-height: 22px;
      padding: 15px 5px;
    }
  }
  
  .account .responsive-table td a {
    text-decoration: underline;
  }
  
  .order .account__heading {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 40px;
    font-family: /*noto-sans-cjk-jp,*/sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .order .account__back {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 26px;
    font-family: /*noto-sans-cjk-jp,*/sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    margin-bottom: 88px;
  }
  
  .order .account__order-meta .account__section-heading {
    margin-bottom: 18px;
  }
  
  .order .account__order-meta .account__section-heading.mt3 {
    margin-top: 55px;
  }
  
  .order .account__order-meta p {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 26px;
    font-family: /*noto-sans-cjk-jp,*/sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    text-align: left;
  }
  
  .order .responsive-table th:nth-child(1) {
    width: 62.57%;
  }
  
  .order .responsive-table th:nth-child(2) {
    width: 12.09%;
  }
  
  .order .responsive-table th:nth-child(3) {
    width: 12%;
  }
  
  .order .responsive-table th:nth-child(4) {
    width: 10.86%;
  }
  
  .order .responsive-table tfoot tr:first-child td {
    padding-top: 30px;
  }
  
  .order .responsive-table tfoot tr td:last-child {
    text-align: right;
  }
  
  .order .responsive-table tfoot td {
    border-bottom: none;
    padding: 0;
    padding-bottom: 5px;
    font-weight: 500;
    line-height: 36px;
  }
  
  .addresses .account__address-default {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    font-family: /*noto-sans-cjk-jp,*/sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333;
  }
  
  .addresses .account__address-list {
    margin-bottom: 20px;
  }
  
  .addresses .account__address p {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 26px;
    font-family: /*noto-sans-cjk-jp,*/sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333;
    min-height: 130px;
  }
  
  @media screen and (max-width: 999px) {
    .addresses .account__address p {
      min-height: unset;
      margin-bottom: 25px;
    }
  }
  
  .addresses a {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 26px;
    font-family: /*noto-sans-cjk-jp,*/sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    margin-top: 18px;
    display: block;
  }
  
  .addresses .bttn-add-address {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 46px;
    font-family: /*noto-sans-cjk-jp,*/sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #222;
    text-decoration: none;
    border: solid 1px #F5F5F5;
    background-color: #F5F5F5;
    display: block;
    -webkit-transition: 300ms;
    transition: 300ms;
    max-width: 160px;
    width: 100%;
  }
  
  @media print, screen and (min-width: 1000px) {
    .addresses .bttn-add-address:hover {
      background-color: #222;
      color: #FFF;
      opacity: 1;
    }
  }
  
  .addresses #address_form_new h2 {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 26px;
    font-family: /*noto-sans-cjk-jp,*/sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333;
  }
  
  .addresses #address_form_new input {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 26px;
    font-family: /*noto-sans-cjk-jp,*/sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
  }
  
  .addresses #address_form_new input[type="checkbox"] {
    height: auto;
  }
  
  
  .addresses #address_form_new select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
  }
  
  .address #AddressCountryNew,
  .address #AddressProvinceNew{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .account #customer-birthday{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .account .label--bottom{
    position: absolute;
    top: 35%;
    left: 20px;
    transform: translateY(-50%);
    color: var(--color-input-inactive-text);
      font-size: var(--font-size-body-small);
        transition: opacity 0.25s var(--ease) !important;
          }
  }
  /*# sourceMappingURL=custom-account.css.map */