/** Shopify CDN: Minification failed

Line 298:2 Unexpected "/"

**/
.customer:not(.account):not(.order) {
  margin: 0 auto;
  max-width: 33.4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 750px) {
  .customer:not(.account):not(.order) {
    max-width: 47.8rem;
  }
}

.customer > h1,
.customer__title {
  margin-top: 0;
}

.customer form {
  margin-top: 4rem;
}

.customer button {
  margin: 4rem 0 1.5rem;
}

.customer ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
  margin-bottom: 4rem;
}

.customer ul a {
  display: inline;
}

.customer strong {
  font-weight: normal;
  color: rgb(var(--color-foreground));
}

.customer h2.form__message {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}

@media only screen and (min-width: 750px) {
  .customer h2.form__message {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}

.customer .field {
  margin: 2rem 0 0 0;
}

.customer .field:first-of-type {
  margin-top: 0;
}

/* Customer Table */
.customer table {
  table-layout: auto;
  border-collapse: collapse;
  border-bottom: 0.01rem solid rgba(var(--color-foreground), 0.08);
  box-shadow: none;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (min-width: 750px) {
  .customer table {
    border: none;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.08);
  }
}

@media screen and (forced-colors: active) {
  .customer table {
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
  }
}

.customer tbody {
  color: rgb(var(--color-foreground));
}

.customer th,
.customer td {
  font-weight: 400;
  line-height: 1;
  border: none;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .customer td {
    padding-right: 2.2rem;
  }
}

.customer tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.customer td:empty {
  display: initial;
}

.customer thead th {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}

.customer tbody td:first-of-type {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {
  .customer th,
  .customer td:first-of-type {
    text-align: left;
    padding-left: 0;
    padding-right: 2.2rem;
  }

  .customer thead th,
  .customer tbody td {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .customer th:first-of-type,
  .customer td:first-of-type {
    padding-left: 2.2rem;
  }

  .customer tbody td {
    vertical-align: top;
  }

  .customer tbody td:first-of-type {
    padding-top: 2.4rem;
  }
}

.customer tbody td:last-of-type {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tbody td:last-of-type {
    padding-bottom: 0;
  }
}

.customer tbody tr {
  border-top: 0.01rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 750px) {
  .customer tbody tr:first-of-type {
    border-top: none;
  }
}

@media screen and (forced-colors: active) {
  .customer tbody tr {
    border-top: 0.1rem solid transparent;
  }
}

.customer tfoot td:first-of-type,
.customer tfoot td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.customer tfoot td:first-of-type {
  text-align: left;
}

.customer tfoot tr:first-of-type td {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tfoot tr:first-of-type td,
  .customer tfoot tr:first-of-type th {
    padding-top: 2.4rem;
  }
}

.customer tfoot tr:last-of-type td {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tfoot tr:last-of-type td,
  .customer tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

/* works around colspan phantom border issues */
.customer thead::after,
.customer tfoot::before {
  content: ' ';
  height: 0.1rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: rgba(var(--color-foreground), 0.08);
}

@media screen and (forced-colors: active) {
  .customer thead::after,
  .customer tfoot::before {
    background: CanvasText;
  }
}

/* mobile table overrides */
@media screen and (max-width: 749px) {
  .customer thead,
  .customer th,
  .customer tfoot td:first-of-type {
    display: none;
  }

  .customer td {
    display: flex;
    text-align: right;
  }

  .customer td::before {
    color: rgba(var(--color-foreground), 0.75);
    content: attr(data-label);
    font-size: 1.4rem;
    padding-right: 2rem;
    text-transform: uppercase;
    flex-grow: 1;
    text-align: left;
  }

  .customer td:first-of-type {
    display: flex;
    align-items: center;
  }

  .customer tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
}

/* Pagination */
.customer .pagination {
  margin-top: 5rem;
  margin-bottom: 7rem;
}

@media screen and (min-width: 990px) {
  .customer .pagination {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
}

.customer .pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.customer .pagination li {
  flex: 1 1;
  max-width: 4rem;
}

.customer .pagination li:not(:last-child) {
  margin-right: 1rem;
}
 */
/* .customer .pagination li :first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4rem;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.customer .pagination li :first-child .svg-wrapper {
  height: 0.6rem;
} */

/* .customer .pagination li:first-of-type .svg-wrapper {
  margin-left: -0.2rem;
  transform: rotate(90deg);
}

.customer .pagination li:last-of-type .svg-wrapper {
  margin-right: -0.2rem;
  transform: rotate(-90deg);
}

.customer .pagination li [aria-current]::after {
  content: '';
  display: block;
  width: 2rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0.08rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}

/* Login */
.login a {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.login a[href='#recover'] {
  margin-left: 0;
  margin-right: 0;
}

.login .field + a {
  margin-top: 1rem;
}

.login p {
  margin: 1.5rem 0;
}

.login h3 {
  margin-top: 1.5rem;
  text-align: left;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

#customer_login_guest button {
  margin-top: 0;
}

#recover,
#recover + div {
  display: none;
}

#recover:target {
  display: block;
}

#recover:target + div {
  display: block;
}

#recover:target ~ #login,
#recover:target ~ #login + div {
  display: none;
}

#recover,
#login {
  scroll-margin-top: 20rem;
}

#recover {
  margin-bottom: 0;
}

.activate button[name='decline'],
.addresses li > button,
.addresses form button[type] {
  background-color: rgba(var(--color-background), var(--alpha-button-background));
  color: rgb(var(--color-link));
}

@media only screen and (min-width: 750px) {
  .activate button[name='decline'] {
    margin-top: inherit;
    margin-left: 1rem;
  }
}

/* Account/Order */
:is(.account, .order) {
  margin: 0 auto;
  max-width: var(--page-width);
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  :is(.account, .order) {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) {
    display: flex;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) > div:first-of-type {
    flex-grow: 1;
    padding-right: 3.2rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .order > div:nth-of-type(2) > div:last-of-type {
    display: flex;
  }

  .order > div:nth-of-type(2) > div:last-of-type div {
    padding-right: 3.2rem;
  }
}

:is(.account, .order) p {
  margin: 0 0 2rem;
  font-size: 1.6rem;
}

:is(.account, .order) h1 {
  margin-bottom: 1rem;
}

:is(.account, .order) h2 {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  :is(.account, .order) h2 {
    margin-top: 0;
  }
}

.account h1 + a {
  display: inline-flex;
  align-items: center;
}

.account a .svg-wrapper {
  width: 1.5rem;
  margin-bottom: -0.03rem;
  margin-right: 1rem;
}

@media screen and (min-width: 750px) {
  .account thead th:last-child,
  .account td:last-child {
    text-align: right;
  }

  .account table td:first-of-type {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.account table td:first-of-type a {
  padding: 1.1rem 1.5rem;
  text-decoration: none;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-link), 0.2);
  border: 0.1rem solid transparent;
  font-size: 1.2rem;
}

.account table td:first-of-type a:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-link), 0.2);
}

.order td:first-of-type {
  align-items: initial;
}

@media screen and (min-width: 750px) {
  .order thead th:nth-last-child(-n + 3),
  .order td:nth-last-child(-n + 3) {
    text-align: right;
  }
}

.order tfoot tr:last-of-type td,
.order tfoot tr:last-of-type th {
  font-size: 2.2rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .order tfoot tr:last-of-type td,
  .order tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

.order tfoot tr:last-of-type td:before {
  font-size: 2.2rem;
}

.order table p,
.order > div:nth-of-type(2) > div:first-of-type h2,
.order > div:nth-of-type(2) > div:last-of-type h2 + p {
  margin-bottom: 0;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p:last-of-type {
  margin-bottom: 3rem;
}

.order .item-props {
  font-size: 1.4rem;
  margin-top: 0.05px;
  display: flex;
  flex-direction: column;
}

.order .item-props > span {
  word-break: break-all;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.order .fulfillment {
  width: fit-content;
  border: 0.01rem solid rgba(var(--color-foreground), 0.2);
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: left;
}

.order .fulfillment a {
  margin: 0.7rem 0;
}

.order .fulfillment span {
  display: block;
}

.order .cart-discount {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 750px) {
  .order td .cart-discount {
    display: none;
  }
}

.order tbody ul {
  list-style: none;
  font-size: 1.2rem;
  text-align: right;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .order tbody ul {
    text-align: left;
  }
}

.order table a {
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order tbody tr:first-of-type td:first-of-type > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (min-width: 750px) {
  .order tbody tr:first-of-type td:first-of-type > div {
    align-items: flex-start;
  }
}

.order .properties {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.order .properties span {
  display: block;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.order .svg-wrapper {
  width: 1.1rem;
  color: rgb(var(--color-foreground));
  margin-right: 0.5rem;
}

.order dl {
  margin: 0;
}

.order dd {
  margin-left: 0;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order dd s {
  color: rgba(var(--color-foreground), 0.7);
}

.order .unit-price {
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.7);
}

.order .regular-price {
  font-size: 1.3rem;
}

/* Addresses */
.addresses li > button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.addresses li > button + button,
.addresses form button + button {
  margin-top: 0rem;
}

@media screen and (min-width: 750px) {
  .addresses li > button:first-of-type {
    margin-top: 3rem;
  }
}

.addresses form button:first-of-type {
  margin-right: 1rem;
}

label[for='AddressCountryNew'],
label[for='AddressProvinceNew'] {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.addresses form {
  display: flex;
  flex-flow: row wrap;
}

.addresses form > div {
  width: 100%;
  text-align: left;
}

.addresses ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

li[data-address] {
  margin-top: 5rem;
}

.addresses [aria-expanded='false'] ~ div[id] {
  display: none;
}

.addresses [aria-expanded='true'] ~ div[id] {
  display: block;
}

.addresses h2 {
  text-align: left;
}

li[data-address] > h2 {
  text-align: center;
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
  li[data-address] > h2 {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}

.addresses ul p {
  margin-bottom: 0;
}

.addresses input[type='checkbox'] {
  margin-top: 2rem;
  margin-left: 0;
}

@media only screen and (min-width: 750px) {
  .addresses form > div:nth-of-type(1) {
    margin-right: 2rem;
  }

  .addresses form > div:nth-of-type(2) {
    margin-top: 0;
  }

  .addresses form > div:nth-of-type(1),
  .addresses form > div:nth-of-type(2) {
    box-sizing: border-box;
    flex-basis: calc(50% - 1rem);
  }
}

.addresses form > div:nth-of-type(7),
.addresses form > div:nth-of-type(7) + div[id] {
  margin-top: 1.5rem;
}

.customer-account-content{flex-direction: column;flex:1;}
.customer.account,
.customer.order{display: flex;gap:30px;flex-wrap:wrap;}
:is(.account,.order){max-width:1440px;padding-left:30px;padding-right:30px;}
body.template-account,
body.template-addresses,
body.template-order{background-color:#FFF3F7;}
body.template-account .header-wrapper,
body.template-account .utility-bar,
body.template-addresses .header-wrapper,
body.template-addresses .utility-bar,
body.template-order .header-wrapper,
body.template-order .utility-bar{background-color:#FFF3F7;}
.customer__title{font-size: 60px;font-weight: 500;font-family: "Bogart Compressed";letter-spacing: normal;line-height: 60px;margin-bottom: 0px !important;border-bottom: 1px solid;padding-bottom:25px;color:#003618;}
.account-navigation-content a:not(.link-btn){font-size: 17.5px;font-weight: 500;font-family: 'Bogart';line-height: 35px;letter-spacing: normal;text-decoration: none;border-bottom: 1px solid #003618;padding:17px 0;display: block !important;width:100%;position: relative;color:#003618;}
.customer .account-navigation-content{list-style: none;padding:17px 22px 26px;margin:0px;border-radius: 13px; border: 1px solid #003618;}
.customer-account-navigation{max-width:360px;width:100%;}
.account-navigation-content a:not(.link-btn):after{content:'';width:32px;height:32px;border-radius: 100%;border:1px solid #003618;display: block;position: absolute;right:0px;top:50%;transform: translateY(-50%);}
.account-navigation-content .link-btn{transition: all .3s ease-in-out;background-color:#fff;border-radius: 57px; border: 1px solid #003618;color:#003618;text-decoration: none;width:100%;display: block;margin-top: 22px;font-size: 17.5px;font-weight: 500;font-family: 'Bogart';letter-spacing: normal;line-height: 35px;text-align: center;box-shadow:4px 4px 0px #003618;}
.account-navigation-content li:first-child a{padding-top:0px;}
.account-navigation-wrap{position: sticky;top:105px;left:0;width:100%;}
.account-navigation-action{display: flex;flex-direction: column;margin-top:30px;gap:25px;margin-bottom:35px;}
.account-navigation-action a{font-size: 17.5px;line-height: 22px;letter-spacing: normal;font-family: 'ArbelG';text-decoration-style:dashed;color:#003618 !important;text-decoration-thickness:1px !important;text-underline-offset: 7px;}
.account-navigation-action a:first-child{font-weight: 700;}
.account-navigation-action a:last-child{text-transform: uppercase;}
.account-navigation-content li:first-child a:not(.link-btn):after{top:calc(50% - 8.5px);}
.account-navigation-content a.active:after{background-color: #FFA7C2;}
.customer-account-content h2{font-size: 30px;line-height: 35px;font-family: 'Bogart';letter-spacing: normal;font-weight: 500;color:#003618;margin-bottom:50px;margin-top:0px;}
.account-navigation-content .link-btn:hover{box-shadow: none; transform: translate(4px, 4px);}
.customer-account-content> div> div{border-bottom: 1px solid;padding:32px 0 28px;}
.customer-account-content>div>div:first-of-type{padding-top: 0px;}
.account-info-item h4{font-size: 17.5px;font-weight: 500;font-family: 'Bogart';line-height: 35px;letter-spacing: normal;color:#003618;margin:0px;}
.account-info-item P{font-size: 17.5px;font-weight: 500;font-family: 'ArbelG';line-height: 35px;letter-spacing: normal;color:#003618;margin:0px;}
.account-info-wrap{display:flex;flex-wrap: wrap;gap:80px;}
.account-info-wrap .account-info-item{max-width:22%;width:100%;}
.account-info{padding-top:32px;}
:is(.account,.order)>div:nth-of-type(2)>div:first-of-type{padding-right:0px;padding-top:0px;}
.account-addresses-header,
.account-order-header{display: flex;align-items: center;justify-content: space-between;margin-bottom:50px;}
.account-addresses-header h2,
.account-order-header h2{margin: 0px;}
.account-addresses p{font-size: 17.5px;font-weight: 400;font-family: 'ArbelG';line-height: 35px;letter-spacing: normal;color:#003618;}
.account-addresses-header a,
.account-order-header a{font-size: 17.5px;font-weight: 500;font-family: 'Bogart';line-height: 35px;letter-spacing: normal;color:#003618;text-align: right;text-decoration-style: dashed;text-underline-offset: 7px;text-decoration-thickness:1px !important;}
.account-addresses > button{font-size: 17.5px;font-weight: 500;font-family: 'Bogart';line-height: 35px;letter-spacing: normal;color:#003618;background-color:transparent;}
.customer .modal-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.25); display: flex; align-items: center; justify-content: center; z-index: 9999; }
.customer .modal-overlay .modal-content{background-color:#fff;transform: translateX(100%); opacity: 0; transition: all 0.3s ease;max-width:500px;position: absolute;right:0px;width:100%;height:100%;top:0;border: 1px solid #003618;}
.customer .modal-overlay.active .modal-content { transform: translateX(0); opacity: 1; }
.customer #editAddressBtn{font-size: 17.5px;line-height: 35px;background-color:transparent;color:#003618;font-family: 'Bogart';letter-spacing: normal;font-weight: 500;padding:0;margin:0;text-decoration: underline;text-decoration-style: dashed;text-underline-offset: 7px; text-decoration-thickness: 1px;min-height: unset;}
.customer #editAddressBtn:before,
.customer #editAddressBtn:after{display: none;}
.account .customer.addresses{margin:50px 0 0;text-align: left;width:auto;padding:0px;max-width:100%;}
#editAddressModal h3,
#addAddressModal h3,
.addresses ul .modal-overlay h3{background-color:#FFA7C2;padding:34px 35px 17px 26px;margin:0px;font-family: "Bogart Compressed";font-size:50px;line-height: 35px;letter-spacing: normal;font-weight: 500;color:#003618;border-bottom: 1px solid #000;}
#editAddressModal #closeModalBtn,
#addAddressModal #closeAddModalBtn,
.addresses ul .modal-overlay .modal-close{background-color: transparent;position: absolute;right:35px;top:38px;min-width: unset;min-height: unset;margin:0px;padding:0px;}
#editAddressModal #closeModalBtn:before,
#editAddressModal #closeModalBtn:after,
#addAddressModal #closeAddModalBtn:before,
#addAddressModal #closeAddModalBtn:after,
.addresses ul .modal-overlay .modal-close:before,
.addresses ul .modal-overlay .modal-close:after{display: none;}
#editAddressModal #closeModalBtn svg,
#addAddressModal #closeAddModalBtn svg,
.addresses ul .modal-overlay .modal-close svg{width:24px;height:24px;}
.addresses form{flex-wrap: wrap;margin:0px;padding:30px 25px;max-height: calc(100% - 90px);overflow: auto;}
.account .customer input,
.account .customer select,
.addresses form input,
.addresses form select{width:100%;max-width: 100%;font-size: 17.5px;line-height: 25px;font-weight: 500;letter-spacing: normal;font-family: 'ArbelG';padding:15px 17px;border-radius:8px !important;border: 1px solid #003618;margin-bottom:11px;height:auto;outline: none !important;box-shadow:none !important;color:#003618;}
body.modal-open{overflow: hidden;}
.addresses form>div:nth-of-type(1),
.addresses form>div:nth-of-type(2){margin-right: 0px;flex:1;flex-basis: 100%;}
.template-addresses .customer.addresses{display: flex ; gap: 30px; flex-wrap: wrap;max-width:1440px;padding-left:30px;padding-right: 30px;text-align: left;}
.customer .actions button{width:100%;font-size: 17.5px;font-weight: 500;font-family: 'Bogart';line-height: 35px;letter-spacing: normal;border-radius: 57px; border: 1px solid #003618; background: #FFA7C2 !important;color:#003618 !important;box-shadow: #003618 4px 4px; transition: all 0.3s;margin:20px 0 0 !important;min-height: unset;min-width: 100%;}
.customer .actions button:before,
.customer .actions button:after{display: none;}
.customer .actions{flex:1;}
.account .customer input::placeholder,
.addresses form input::placeholder{color:#003618;}
.customer .actions button:hover{box-shadow: none; transform: translate(4px, 4px);}
.customer thead th{text-transform: unset;font-size: 17.5px;line-height: 35px;font-weight: 500;font-family: 'Bogart';color:#003618;letter-spacing: normal;border-bottom:1px solid #003618;padding-top:13px;padding-bottom: 13px;}
.customer table{box-shadow: none;}
.account table td:first-of-type a{box-shadow: none;border:none;font-weight: 700;padding:0px;font-size: 17.5px;line-height: 35px;}
.customer tbody td{font-size: 17.5px;line-height: 35px;font-weight: 500;font-family: 'ArbelG';color:#003618;letter-spacing: normal;padding-top:17px;padding-bottom:20px;border-bottom:1px solid #003618;}
.account table td:first-of-type{padding-top: 17px;padding-bottom:20px;}
.customer thead:after, .customer tfoot:before{display: none;}
.customer tbody tr{border-top:none;}
.account thead th:last-child, .account td:last-child{text-align: left;}
.customer th:first-of-type, .customer td:first-of-type{padding-left: 0px;}
.account table td:first-of-type a:hover{box-shadow: none;}
.customer-account-order-history .account-orders{border:none;}
.customer-account-order-history .account-orders .customer__title{border:none;}
.customer-account-order-history .account-orders p,
.customer-account-dashboard .account-orders p{font-size: 17.5px;line-height: 35px;font-weight: 500;font-family: 'Bogart';color:#003618;letter-spacing: normal;}
.customer-account-order-history .account-orders > a,
.customer-account-dashboard .account-orders > a{border-radius: 57px; border: 1px solid #003618; background: #FFA7C2;font-size: 17.5px;line-height: 35px;font-weight: 500;font-family: 'Bogart';color:#003618;letter-spacing: normal;text-decoration: none;box-shadow: #003618 4px 4px; transition: all .3s;min-width: 356px;text-align: center;}
.customer-account-order-history .account-orders > a:hover,
.customer-account-dashboard .account-orders > a:hover{box-shadow: none; transform: translate(4px, 4px);}
.addresses ul{text-align: left;margin-top:0px;}
.customer-address-content{flex:1;}
.customer-address-content-header{display: flex;flex-wrap: wrap;gap:10px;justify-content: space-between;padding-bottom: 25px;border-bottom: 1px solid #003618;align-items: flex-end;}
.customer-address-content-header .customer__title{border:none;padding-bottom:0px;}
.customer-address-content-header .btn{font-size: 17.5px; line-height: 35px; background-color: transparent; color: #003618; font-family: Bogart; letter-spacing: normal; font-weight: 500; padding: 0; margin: 0; text-decoration: underline; text-decoration-style: dashed; text-underline-offset: 7px; text-decoration-thickness: 1px; min-height: unset;min-width: unset;}
.customer-address-content-header .btn:before,
.customer-address-content-header .btn:after{display: none;}
.addresses ul li[data-address]{margin:0px;padding-top: 17px;padding-bottom: 27px;border-bottom: 1px solid #003618;}
.address-item-wrap{display: flex;justify-content: space-between;}
.address-item-action{display: flex;flex-direction: column;max-width: 250px;width:100%;gap:5px;}
.addresses ul p{font-size: 17.5px;line-height: 35px;font-weight: 400;font-family: 'ArbelG';color:#003618;letter-spacing: normal;margin:0px;}
.address-item-action button{margin: 0px;font-size: 17.5px; line-height: 35px; background-color: transparent; color: #003618; font-family: Bogart; letter-spacing: normal; font-weight: 500; padding: 0; margin: 0; text-decoration: underline; text-decoration-style: dashed; text-underline-offset: 7px; text-decoration-thickness: 1px; min-height: unset;min-width: unset;justify-content: flex-start;}
.address-item-action button:before,
.address-item-action button:after{display: none;}
.address-item-action h2{font-size: 17.5px; line-height: 35px; color: #003618; font-family: Bogart; letter-spacing: normal; font-weight: 500;margin:0px;}
.field:before, .select:before,.select:after, .customer .field:before, .customer select:before, .customer select:after{display: none;}
.addresses form>div:nth-of-type(7), .addresses form>div:nth-of-type(7)+div[id]{margin-top:0px;}
.customer .pagination li [aria-current]:after{display: none;}
.select .svg-wrapper, .customer select+.svg-wrapper{right:20px;top:calc(50% - 7px);}
.customer .pagination__item { width: 40px !important; height: 39px !important; color: #003618; font-family: ArbelG; font-size: 20px; line-height: 1; border: 1px solid transparent; border-radius: 50%; padding: 7px 5px 5px 7px !important;  opacity: 1; text-decoration: none;display: inline-flex ; justify-content: center; align-items: center;}
.customer .pagination__item .svg-wrapper>svg {height: 100%;width: 100%;}
.customer .pagination__item-arrow .svg-wrapper{width:auto !important;height:auto !important;}
.customer .pagination__item-arrow{width: 82px !important; height: 55px !important; padding: 0 !important;}
.customer .pagination__list>li{max-width: unset !important; flex: unset !important; display: flex !important;}
.customer .pagination li:not(:last-child){margin-right: 0px;}
.customer-account-navigation.mobile-only .link-btn{display: block;margin-top:40px;}
.customer-account-navigation.mobile-only .account-navigation-content{padding-bottom:10px;margin-right: -4px; padding-right: 4px;}
.customer-account-navigation.mobile-only .account-navigation-content li{width:100%;}
.customer.order .customer-order-content{flex:1;display: block;}
.customer-order-content-header{display: flex;flex-wrap: wrap;gap:10px;justify-content: space-between;padding-bottom: 25px;align-items: flex-end;}
.customer-order-content-header .customer__title{border:none;padding-bottom:0px;}
.order thead th:nth-last-child(-n + 3), .order td:nth-last-child(-n + 3){text-align: left;}
.order table a{font-size: 30px; line-height: 35px; color: #003618; font-family: Bogart; letter-spacing: normal; font-weight: 500;text-decoration: none;padding-bottom: 13px;}
table:not([class]) td, table:not([class]) th{border-top:none;border-left:none;border-right:none;}
.order-details > tbody > tr > td{border:none;}
/* .order-details-inner > tbody > tr > td{border:none;} */
.customer tbody th#ColumnProduct,
.customer tbody th#ColumnSku{display: none;}
.customer tbody td[headers="ColumnProduct"]{display: none;}
.customer tbody td[headers="ColumnSku"]{display: none;}
.order-details-wrap > tbody > tr > td:first-of-type{padding-top: 0px;border:none;}
.order-details > tbody > tr > td:first-of-type{width:194px;padding-right:32px;padding-top:13px;padding-bottom: 13px;}
.order-details > tbody > tr:first-of-type > td{padding-top:56px;}
td .image img{border-radius: 13px; border: 1px solid #003618;}
.order-summary tbody td:first-of-type{padding-top: 17px;}
.order-address-details h2{font-size: 30px;line-height: 35px;font-weight: 500;font-family: 'Bogart';color:#003618;letter-spacing: normal;margin-bottom:30px;}
.order-address-details p{font-size: 17.5px;line-height: 25px;font-weight: 400;font-family: 'ArbelG';color:#003618;letter-spacing: normal;}
.order-details tfoot td[data-label="Total"]{font-family: "Bogart Compressed";font-size:60px !important;line-height: 35px;letter-spacing: normal;font-weight: 500;color:#003618;text-align: right;}
.order-details tfoot th#RowTotal{font-size: 0px !important;}
.order-details tfoot th,
.order-details tfoot td{border-bottom: 1px solid;font-size: 17.5px !important; line-height: 35px; color: #003618; letter-spacing: normal; font-weight: 500;padding-right: 0px;}
.order-details tfoot td{padding-top:20px !important;padding-bottom:20px !important;font-family: 'ArbelG';}
.order-details tfoot th{padding-top:34px;padding-bottom:13px;font-family: 'Bogart';}
.order-address-details{margin-top:50px;}
.order-details tfoot td span{display: block;}
.order .properties{font-size: 17.5px; line-height: 35px; color: #003618; letter-spacing: normal; font-weight: 500;}
.order .properties span{line-height: 35px;}
.customer-order-content-header a{font-size: 17.5px; line-height: 22px; color: #003618 !important; font-family: Bogart; letter-spacing: normal; font-weight: 500; text-decoration: underline; text-decoration-style: dashed; text-underline-offset: 7px; text-decoration-thickness: 1px !important; }
.order-total-mobile{font-family: "Bogart Compressed";font-size:60px !important;line-height: 1;letter-spacing: normal;font-weight: 500;color:#003618;padding-top:36px;padding-bottom:45px;border-bottom: 1px dashed;}

html[lang="he"] .customer.account,
html[lang="he"] .customer.order,
html[lang="he"] .customer.addresses{direction: rtl;}
html[lang="he"] .account-navigation-content a:not(.link-btn){direction: rtl;text-align: right;}
html[lang="he"] .account-navigation-content a:not(.link-btn):after{left:0;right:unset;}
html[lang="he"] .customer__title{font-family: 'Masada Demi';}
html[lang="he"] .customer-account-content h2{font-family: 'Masada Demi';}
html[lang="he"] .customer thead th{font-family: 'Masada Demi';text-align: right;}
html[lang="he"] .customer tbody td{text-align: right;}
html[lang="he"] .account-info-item h4{font-family: 'Masada Demi';}
html[lang="he"] .account-addresses-header a,
html[lang="he"] .account-order-header a{font-family: 'Masada Demi';}
html[lang="he"] .customer #editAddressBtn{font-family: 'Masada Demi';}
html[lang="he"] .account-navigation-content .link-btn{font-family: 'Masada Demi';}
html[lang="he"] .account-navigation-content a:not(.link-btn){font-family: 'Masada Demi';}
html[lang="he"] .customer-order-content-header a{font-family: 'Masada Demi';}
html[lang="he"] .order table a{font-family: 'Masada Demi';}
html[lang="he"] .order-details tfoot th{font-family: 'Masada Demi';}
html[lang="he"] .order-address-details h2{font-family: 'Masada Demi';}
html[lang="he"] .customer-address-content-header .btn{font-family: 'Masada Demi';}
html[lang="he"] .address-item-action button{font-family: 'Masada Demi';}
html[lang="he"] .customer .actions button{font-family: 'Masada Demi';}
html[lang="he"] #editAddressModal h3,
html[lang="he"] #addAddressModal h3,
html[lang="he"] .addresses ul .modal-overlay h3{font-family: 'Masada Demi';}
html[lang="he"] .select .svg-wrapper,
html[lang="he"] .customer select+.svg-wrapper{left:20px;right:unset;}
html[lang="he"] .customer-account-order-history .account-orders p,
html[lang="he"] .customer-account-order-history .account-orders > a,
html[lang="he"] .customer-account-dashboard .account-orders p,
html[lang="he"] .customer-account-dashboard .account-orders > a{ font-family: 'Masada Demi';}
@media screen and (min-width: 750px) and (max-width: 989px) { 
  .order > div:nth-of-type(2) > div:last-of-type { display: block; } 
.order > div:nth-of-type(2) > div:last-of-type div{padding-right: 0px;}
}

@media only screen and (min-width: 750px){
td .image.mobile-only{display: none !important;}
.order-total-mobile{display: none;}
}
@media only screen and (min-width: 990px){
:is(.account,.order)>div:nth-of-type(2){margin-top:0px;}
}

@media only screen and (min-width: 1025px){
.customer-account-navigation.mobile-only{display: none;}
}

@media only screen and (max-width: 1399px){
.order-details tfoot td[data-label="Total"]{font-size: 40px !important;}
}
@media only screen and (max-width: 1199px){
td .image img{width:100px;height:100px;}
.order-details > tbody > tr > td:first-of-type{width:100px;}
.order-details tfoot td[data-label="Total"]{font-size:30px !important;}
}
@media only screen and (max-width: 1024px){
.customer-account-navigation{max-width:100%;}
.account-navigation-content a:not(.link-btn):after{display: none;}
.account-navigation-content a:not(.link-btn){border-radius: 57px; border: 1px solid #003618;padding:6px 16px !important;font-size: 15px;line-height: 20px;min-width: max-content;}
.account-navigation-content .link-btn{display: none;}
.customer .account-navigation-content{padding:0px;border:none;border-radius: unset;display: flex;gap:11px;overflow: auto;}
.customer .account-navigation-content::-webkit-scrollbar{display: none;}
.account-navigation-action a:first-child{display: none;}
.customer.account,
.template-addresses .customer.addresses{gap:0px;}
.account-navigation-content a.active{background-color: #fff;}
.account-navigation-action a{font-size:15px;line-height: 35px;font-weight: 500;}
.account-navigation-action{margin-top:20px;margin-bottom:5px;}
.account-navigation-action a:last-child{text-align: right;}
.account-addresses-header a, .account-order-header a{font-size: 15px;}
.customer #editAddressBtn{font-size: 15px;}
.customer-address-content-header .btn{font-size: 15px;}
.address-item-action h2{font-size: 15px;}
.address-item-action button{font-size: 15px;}
.customer-order-content-header a{font-size:15px;}

}

@media only screen and (max-width: 767px){
.customer .pagination__item{font-size: 15px; width: 33.786px !important; height: 32.942px !important;}
.customer .pagination__item-arrow { width: 71px !important; height: 55px !important; padding: 0 !important; }

}
@media only screen and (max-width: 749px){
:is(.account,.order){padding-left: 22px;padding-right: 22px;}
.template-addresses .customer.addresses{padding-left:22px;padding-right: 22px;padding-top:36px;}
.account-info-wrap .account-info-item{max-width:100%;}
.account-info-wrap{gap:20px;}
.customer thead{display: table-header-group;}
.customer th{display: table-cell;}
.customer tr{display: table-row;}
.customer td::before{display: none;}
.customer td{display: table-cell;text-align: left;}
.customer td:first-of-type{display: table-cell;}
.customer tbody td:last-of-type{padding-bottom: 20px;}
.customer tbody td[data-label="Fulfillment"],
.customer tbody td[data-label="טיפול בהזמנה"]{display: none;}
.customer tbody td[data-label="Payment"],
.customer tbody td[data-label="תשלום"] {display: none;}
.customer:not(.order) thead th#ColumnFulfillment{display: none;}
.customer thead th#ColumnPayment{display: none;}
.customer th, .customer td:first-of-type,
.customer th, .customer td:first-of-type{text-align: left;}
.customer-account-content h2{max-width: 140px;}
.customer.account{padding-top: 36px;}
.customer-address-content-header > div{width:100%;}
.customer-address-content-header .btn{width:100%;justify-content: flex-end;}
.address-item-action{max-width:130px;}
.customer.order{padding-top: 36px;gap:20px;}
.customer-order-content-header{flex-direction: column-reverse;align-items: flex-start;}
.customer.order thead th#ColumnStatus{display: none;}
.customer.order thead th#ColumnTotal{display: none;}
.customer.order td[data-label="Total"]{display: none;}
.order-details tfoot th#RowTotal{display: none;}
.order-details > tbody > tr > td:first-of-type{display: none;}
.customer.order td#ColumnTotal{display: none;}
.customer.order td#ColumnStatus{display: none;}
.customer tfoot td:first-of-type{display: table-cell;}
.order-details-wrap > tbody > tr > td:first-of-type{display: flex;gap:16px;align-items: center;}
td .image img{width:80px;height:80px;border-radius: 6px;}
.order table a{max-width: 150px;}
.customer table{border-bottom: none;}
.order tbody tr:first-of-type td:first-of-type > div{align-items: flex-start;}
.order-address-details{margin-top:36px;}
.customer-account-order-history .account-orders > a,
.customer-account-dashboard .account-orders > a{min-width:100%;}
}
@media only screen and (max-width: 360px){
.account-info-item P{font-size:15px;}
.customer__title{font-size: 50px;}
#editAddressModal h3, #addAddressModal h3, .addresses ul .modal-overlay h3{font-size: 40px;}
.addresses ul p{font-size: 15px;}
.address-item-action { max-width: 90px; }
.order table a{font-size:20px;}
.order-total-mobile{font-size:40px !important;}
.order .properties{font-size:15px;}
}