/** Shopify CDN: Minification failed

Line 1465:67 Unexpected "{"
Line 2661:41 Expected identifier but found whitespace

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

.page-login {
  background:var(--background-color);
}

.page-account {
  background:var(--background-color);
}

.pages-register {
  background:var(--background-color);
}

.pages-register {
  background:var(--background-color);
}

.page-addresses {
  background:var(--background-color);
}

.page-order {
  background:var(--background-color);
}

.main-section {
    padding: 0 !important;
    max-width: 100% !important;
}

.login-section .login-text {
  margin: 0px;
}

.customer-account-section.container {
    max-width: 1272px !important;
    padding: 0 16px !important;
}

.customer-addresses-section.container {
    max-width: 1272px !important;
    padding: 0 16px !important;
}

.login-section .login-sub-heading-text {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
}

#customer_login {
  margin: 0px;
}

.login-section .heading-wrapper {
  margin: 52px 0 36px 0px;
}

#customer_login .field-wrapper {
  text-align: left;
  margin: 0 0 21px 0px;
}

#customer_login .recover-link {
  display: block;
  text-align: right;
  width: 100%;
}

#customer_login .label-field {
  font-family: var(--body-font);
  font-weight: 500;
  color: var(--body-color);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0 0 7px 0;
  display: block;
}

.address-modal .drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 12px 20px;
}

.edit-model .drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 12px 20px;
}

.address-new-heading {
    margin: 0;
    text-align: center;
    width: 100%;
}

.address-edit-heading {
    margin: 0;
    text-align: center;
    width: 100%;
}

.customer-wrapper .customer-title {
  font-size: 36px !important;
  line-height: 42px;
  text-align: left;
  margin: 0px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--body-color);
}

.customer .field-wrapper.error-wrapper  .svg-wrapper {
  margin: 8px 0 0 0;
}

.account-register-url {
  width: auto !important;
  margin: initial !important;
  text-align: left !important;
  text-decoration: none !important;
}

#customer_login .field-wrapper .field {
  display: flex;
  align-items: center;
}

#customer_login .recover-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  font-family: var(--body-font);
  color: var(--body-color);
}

.recover-link:hover {
  text-decoration-thickness: 0 !important;
}

#customer_login .field-wrapper .field:before {
  content: none;
}

#customer_login .field-wrapper .field:after {
  content: none;
}

#customer_login .field-wrapper .field-input {
  background: transparent;
  padding: 0;
  font-size: 18px;
  line-height: 1.4;
  height: auto;
  font-weight: 400;
  letter-spacing: 0;
  font-family: var(--body-font);
  color: var(--body-color);
  border: 1px solid #26201533;
  padding: 10px 8px 10px 44px !important;
  border-radius: 60px;
  background: #ffffff;
  margin: 0;
  min-height: 48px;
}

#customer_login .field-wrapper .field-input:focus {
  box-shadow: none;
  outline: 0;
  border-color: var(--body-color) !important;
}

#customer_login .field-wrapper:nth-last-child {
  margin: 0 0 8px;
}

.login-section .errors {
  display: none;
}

.login-section .svg-wrapper {
  display: flex;
  align-items: center;
  column-gap: 4px;
}

.login-section .form__message.error-form-message {
  display: flex;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #ed0006 !important;
  font-family: var(--body-font) !important;
  margin: 0 !important;
}

.address-button {
    background: transparent !important;
    margin: 0 !important;
    border: none !important;
    height: 20px;
    padding: 0 !important;
    min-width: auto !important;
    min-height: auto !important;
}

.address-option-list .customer-address-label {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0;
    font-family: var(--body-font) !important;
    color: var(--body-color);
}

.customer-addresses-section  .address-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 12px 0px;
}

.customer-address-list {
    text-align: left !important;
    margin: 0 !important;
}

.address-option-list .customer-address-value {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0;
    font-family: var(--body-font) !important;
    color: var(--body-color);
    opacity:0.5;
    font-style: normal;
}

.customer-account-wrapper .address-list .address-option-top {
    margin-bottom: 12px;
}

.address-button:before {
     content:none !important;
}

.address-button:after {
     content:none !important;
}

.logout-detail {
    text-align: left;
}

.icon-account-logout-text:hover {
  text-decoration-thickness: 0 !important;
}

.change-password-link:hover {
  text-decoration-thickness: 0 !important;
}

.login-section .error-svg {
  height: 24px !important;
  width: 24px !important;
  margin-right: 4px !important;
  display: block;
}

.customer form {
  margin-top:0px !important;
}

.login-section .icon-input {
  height: 18px;
  width: 18px;
  display: block;
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.account-register-url {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
}

.login-section .field-wrapper.password-wrapper {
  margin-bottom: 8px !important;
}

.recover-wrapper {
  display: block;
  margin: 0 0 32px 0px;
}

.button.button--full-width {
  background: var(--body-color);
  border-color: var(--body-color);
}

.field-wrapper .field-input::placeholder {
  font-family: var(--body-font) !important;
  font-size: 18px;
  letter-spacing: 0px;
  color: var(--body-color);
  opacity: 0.6 !important;
}

.account-register-text {
  display: flex;
  align-items: center;
  margin: 12px 0 0 !important;
  justify-content: center;
  column-gap: 6px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: 400;
  color: var(--body-color);
  opacity: 0.7;
}

.customer-order-wrapper.customer-order-create {
   justify-content: flex-start;
}

.account-register-url {
  font-size: 20px !important;
  line-height: 22px;
  letter-spacing: 0px;
  color: var(--body-color) !important;
  font-weight: 500;
  opacity: 1;
}

.button-login {
  margin: 0 !important;
  border-radius: 50px !important;
  padding: 9px 0px !important;
  font-size: 20px !important;
  line-height: 30px !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  color: #ffffff;
  font-family: var(--body-font) !important;
  transition: 0.25s ease-in all !important;
}

.button-login.button-primary:hover {
  background: #c46638;
  border: none;
}

 .register-section.container  {
    max-width: 426px !important;
    margin: 0 auto;
}

.field-error {
  margin: 0px 0 8px 0 !important;
}

.edit-drawer-content, .add-drawer-content {
    padding: 0px 32px 32px 32px;
    overflow-y: scroll;
    height: calc(100% - 70px);
    overflow-x: hidden;
}

.model-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
}

.address-new-heading {
    margin: 0;
    text-align: center;
    width: 100%;
}

.add-drawer-close-icon {
    display: flex;
    cursor: pointer;
}

.login-section {
  max-width: 426px !important;
  padding: 0 !important;
  margin: 0 auto;
}

.login-section .icon-input {
  height: 18px;
  width: 18px;
  display: block;
}

.customer .field-input[aria-invalid=true] {
    border-color: #ed0006 !important;
}

#create_customer .field-wrapper {
  text-align: left;
  margin: 0 0 20px;
}

#create_customer .label-field {
  font-family: var(--body-font);
  font-weight: 500;
  color: var(--body-color);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0 0 8px;
  display: block;
  text-transform: capitalize;
}

#create_customer .field-wrapper .field::after {
  content: none;
}

#create_customer .field-wrapper .field::before {
  content: none;
}

.register-section .error-svg {
  height: 24px !important;
  width: 24px !important;
  margin-right: 4px !important;
  display: block;
}

.register-section .form__message.error-form-message {
  display: flex;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #ed0006 !important;
  font-family: var(--body-font) !important;
  margin: 0 !important;
}

.register-section .errors {
  display: none;
}

.register-section .login-text {
  margin: 0;
}

.register-section .login-sub-heading-text {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
}

.register-section {
  max-width: 426px !important;
  padding: 0 !important;
}

.register-section .heading-wrapper {
    margin: 52px 0 37px;
    text-align: center;
}

.button-sign-up.button-primary:hover {
    background: #c46638;
    border: none;
}

.true-icon {
    height: 30px !important;
    width: 30px !important;
    margin-right: 8px !important;
    display: block;
}

.success-message.form__message {
    margin: 0px 0 32px 0px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    justify-content: center;
    font-family: 'Plus-Jakarta-Sans';
}

.button-sign-up {
    margin: 0 !important;
    border-radius: 50px !important;
    padding: 9px 0 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    color: #fff;
    font-family: var(--body-font) !important;
    transition: 0.25s ease-in all !important;
    letter-spacing: 0px !important;
}

.reset-buttton {
    margin: 0 0 12px 0px !important;
    border-radius: 50px !important;
    padding: 9px 0 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    color: #fff;
    letter-spacing: 0px !important;
    font-family: var(--body-font) !important;
    transition: 0.25s ease-in all !important;
} 

.sign-up-alredy {
    display: flex;
    align-items: center;
    margin: 12px 0 0!important;
    justify-content: center;
    column-gap: 6px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 400;
    color: var(--body-color);
    opacity: .7;
}

.sign-in-text {
    font-size: 20px !important;
    line-height: 22px;
    letter-spacing: 0px;
    color: var(--body-color) !important;
    font-weight: 500;
    opacity: 1;
    text-decoration: none !important;
}

.sign-in-text:hover {
  text-decoration-thickness: 0 !important;
}

.customer .field input:focus-visible {
    border-color: var(--body-color);
    border-radius: 60px;
    margin: 0 !important;
}

.customer .field input:focus {
    border-color: var(--body-color);
    border-radius: 60px;
    margin: 0 !important;
}

#create_customer .field-wrapper .field-input {
    background: transparent;
    padding: 0;
    font-size: 18px;
    line-height: 1.4;
    min-height: auto;
    height: auto;
    font-weight: 400;
    letter-spacing: 0;
    font-family: var(--body-font);
    color: var(--body-color);
    border: 1px solid #26201533;
    padding: 10px 8px 10px 44px !important;
    border-radius: 60px;
    background: #fff;
    margin: 0;
}

.register-section .icon-input {
    height: 18px;
    width: 18px;
    display: block;
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.register-section .field-wrapper .field {
    display: flex;
    align-items: center;
}

.register-section .field-wrapper .field-input:focus {
    box-shadow: none;
    outline: 0;
    border-radius: 60px;
    border-color: var(--body-color) !important;
}

.register-section .field-wrapper.password-wrapper {
    margin-bottom: 32px !important;
}

.reset-section {
    max-width: 426px !important;
    padding: 0 !important;
    margin: 0 auto;
}

.reset-section .heading-wrapper {
    margin: 0px 0 36px 0;
}

.reset-section .field-wrapper.reset-field-wrapper {
  margin: 0px 0 32px 0;
}

.customer  .login-text {
    margin: 0;
}

.customer .form__message.error-form-message {
    display: flex;
    font-size: 14px!important;
    line-height: 20px!important;
    font-weight: 400!important;
    color: #ed0006!important;
    font-family: var(--body-font)!important;
    margin: 0!important;
}

.customer .error-svg {
    height: 24px !important;
    width: 24px !important;
    margin-right: 4px !important;
    display: block;
}

.customer .svg-wrapper {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.customer .login-sub-heading-text {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
}

.customer .label-field {
    font-family: var(--body-font);
    font-weight: 500;
    color: var(--body-color);
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0 0 8px;
    display: block;
}

.customer .field-wrapper {
    text-align: left;
    margin: 0 0 20px;
}

.customer .field-wrapper .field {
    display: flex;
    align-items: center;
}

.back-to-login-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    margin: 12px 0 0 0;
}

.back-to-login-text {
    font-size: 20px !important;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 400;
    text-decoration: none !important;
    margin: initial !important;
    font-family: var(--body-font);
    color: var(--body-color);
}

.customer .icon-input {
    height: 18px;
    width: 18px;
    display: block;
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.customer .field-wrapper .field-input {
    background: transparent;
    padding: 0;
    font-size: 18px;
    line-height: 1;
    min-height: 48px;
    height: auto;
    font-weight: 400;
    letter-spacing: 0;
    font-family: var(--body-font);
    color: var(--body-color);
    border: 1px solid #26201533;
    padding: 10px 8px 10px 44px!important;
    border-radius: 60px;
    background: #fff;
    margin: 0;
}

.reset-buttton:hover {
    border: none !important;
    border-radius: 60px;
}

.field-input:focus {
    box-shadow: none !important;
    outline: 0 !important;
    border-radius: 60px;
}

.field-input:focus-visible {
    box-shadow: none !important;
    outline: 0 !important;
}

.customer .field-wrapper .field::after {
    content: none;
}

.customer .field-wrapper .field::before {
    content: none;
}

.login-text-wrapper {
    margin: 52px 0 0 0;
}

.customer.container {
    margin: 0 auto !important;
}

.customer-account-wrapper .row {
    padding: 0;
    margin: 0 -12px;
    padding-right: 0 !important;
}

.customer-account-wrapper .row .col-4 {
    padding: 0 12px;
    flex: 0 0 25%;
    max-width: 25%;
}

.customer-account-wrapper .row .col-8 {
    padding: 0 12px;
    flex: 0 0 75%;
    max-width: 75%;
}

.customer-account-wrapper .row .col-4 .col-wrapper {
    background: #f4ece0;
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
}

.customer-wrapper {
    margin: 52px 0 24px 0;
}

.customer-account-wrapper {
    margin: 0px !important;
}

.account-detail-list-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    padding: 0px 0 100px !important;
    text-align: left !important;
}

.account-detail-label {
    width: 100%;
    display: block;
}

.account-detail-list {
    margin: 0 0 12px 0px;
}

.add-drawer-content .checkbox-wrapper, .edit-drawer-content .checkbox-wrapper {
    margin: 0 0 32px;
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.add-drawer-content .checkbox-wrapper input[type=checkbox] {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1.5px solid #928D83;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    margin-right: 6px;
    margin: 0px;
}

.edit-drawer-content .checkbox-wrapper input[type=checkbox] {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    appearance: none;
    border: 1.5px solid #928D83;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    margin-right: 6px;
    margin: 0px;
}

.label-address-default-checkbox {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--body-color);
    opacity:0.5;
}

.tab-detail {
    padding: 0 !important;
    list-style-type: none;
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-top: 0px;
    margin-bottom: 23px !important;
}

.customer-account-wrapper .tab-option {
    display: block;
    padding: 6px 25px;
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    min-width: 176px;
    text-align: center;
    font-family: var(--body-font);
    color: var(--body-color);
    letter-spacing: 0px;
    width: 100%;
    background: rgba(38, 32, 21, 0.1);
    border-radius: 50px;
}

.tab-detail-list.active {
   border-radius: 50px !important;
   border: 1px solid #262015;
}

.customer-account-wrapper .image-wrapper-box {
    max-width: 52px;
    margin: 0 auto;
}

.customer-account-wrapper .image-wrapper {
    position: relative;
    padding-bottom: 100%;
}

.customer-account-wrapper .image-wrapper .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.customer-order-wrapper {
    text-align: center;
    height: 88%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.customer-account-wrapper .button-contact-us {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    letter-spacing: 0px;
    margin: 0 !important;
    font-family: var(--body-font-family) !important;
    color: var(--primary-bg-color) !important;
    border: 1px solid var(--border-color);
    padding: 8px 24px;
    text-decoration: none !important;
    border-radius: 50px;
    transition: .5s all;
}

.edit-model .select .arrow-down {
    height: 24px;
    width: 24px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}

.address-modal .select .arrow-down {
    height: 24px;
    width: 24px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}

.edit-model .field-wrapper .select:before {
    content:none !important;
}

.edit-model .field-wrapper .select:after {
    content:none !important;
}

.address-modal .field-wrapper .select:after {
    content:none !important;
}

.address-modal .field-wrapper .select:before {
    content:none !important;
}

.edit-model .field-wrapper .select-field:before {
    content:none !important;
}

.address-modal .field-wrapper .select-field:before {
    content:none !important;
}

.address-modal .field-wrapper .select-field, .edit-model .field-wrapper .select-field {
    background: transparent;
    padding: 0;
    font-size: 18px;
    line-height: 1.4;
    height: auto;
    font-weight: 400;
    letter-spacing: 0;
    font-family: var(--body-font);
    color: var(--body-color);
    border: 1px solid #26201533;
    padding: 10px 8px 10px 44px !important;
    border-radius: 60px;
    background: #fff;
    margin: 0 !important;
    min-height: 48px;
}

.customer .field select-field:focus {
    border-color: var(--body-color);
    border-radius: 60px;
    margin: 0 !important;
}

.customer .select-field:focus-visible {
    box-shadow: none !important;
    outline: 0 !important;
}

.add-address-save-button:before {
   content:none !important;
}

.add-address-save-button:after {
   content:none !important;
}

.add-address-cancel-button:after {
   content:none !important;
}

.add-address-cancel-button:before {
   content:none !important;
}

.model-button {
  margin:0 !important;
  width: 50%;
  border-radius: 50px !important;
  padding: 9px 0 !important;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 0 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  font-family: var(--body-font) !important;
  transition: 0.5s all !important;
}

.add-drawer-content .checkbox-wrapper input[type=checkbox]:checked {
    background: #429A46;
    border: none;
}

.add-drawer-content .checkbox-wrapper input[type=checkbox]:checked:after {
    content: "\2713";
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.add-drawer-content .checkbox-wrapper input[type=checkbox]:checked {
    background: #429A46;
    border: none;
}

.add-drawer-content .checkbox-wrapper input[type=checkbox]:checked:after {
    content: "\2713";
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.edit-drawer-content .checkbox-wrapper input[type=checkbox]:checked {
    background: #429A46;
    border: none;
}

.edit-drawer-content .checkbox-wrapper input[type=checkbox]:checked:after {
    content: "\2713";
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.edit-drawer-content .label-address-default-checkbox {
    opacity: 1;
}

.add-drawer-content .label-address-default-checkbox {
    opacity: 1;
}

.edit-drawer-content .checkbox-wrapper input[type=checkbox]:checked {
    background: #429A46;
    border: none;
}

.edit-drawer-content .checkbox-wrapper input[type=checkbox]:checked:after {
    content: "\2713";
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.add-address-cancel-button {
    background: transparent !important;
    outline: 1px solid #262015;
}

.add-address-cancel-button:hover {
    background: var(--body-color) !important;
    outline: none;
    color:#ffffff !important;;
}

.need-any-help-text {
    color: var(--body-color);
    opacity: .5;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-family: var(--body-font);
    font-weight:400;
    text-transform: capitalize;
}

.icon-account-logout-text {
    color: #f9494d !important;
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: var(--body-font) !important;
    padding: 12px 0 0 0;
}

.customer-account-wrapper .need-any-help-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
}

.customer-order-wrapper .button-shop-now {
    background: var(--body-color);
    color: var(--color-white);
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    transition: .5s all;
    padding: 9px 29px;
    min-width: auto !important;
}

.address-list-wrapper .address-header-wrapper .button-wrapper {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

 .customer-order-wrapper .button-shop-now:hover {
    color: var(--color-white);
 }

.customer-account-wrapper .account-detail {
    position: relative;
}

.need-any-help-wrapper.mobile .need-any-help-text {
  font-size: 14px;
  line-height: 20px;
}

.address-modal .drawer-header-wrapper,  .edit-model .drawer-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.account-detail:before {
    position: absolute;
    content: '';
    background:#ddd6ca;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.customer-account-wrapper .account-detail-label {
    font-family: var(--body-font);
    color:var(--body-color);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    opacity:0.5;
}

.customer-account-wrapper .account-detail-value {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 500;
    font-family: var(--body-font);
    color: var(--body-color);
}

.customer-account-wrapper .account-detail-list.password-list {
    margin: 0;
}

.customer-account-wrapper .change-password-link {
    font-family: var(--body-font);
    color:var(--body-color);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 400;
}

.customer-account-wrapper .customer-order-hedidng {
    font-size: 28px !important;
    line-height: 38px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px;
    letter-spacing: 0px;
    font-family: var(--heading-font);
    color:var(--body-color);
}

.customer-account-wrapper .customer-order-sub-heading {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400;
    margin: 0px 0 12px 0;
    letter-spacing: 0px;
    font-family: var(--body-font);
    color:var(--body-color);
}

.customer-order-wrapper .main-image-wrapper {
    margin-bottom: 12px;
    width: 100%;
}

.need-any-help-wrapper.mobile {
    display: none;
}

.add-new-address-link-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    column-gap: 8px;
}

.customer-addresses-section .add-new-address-button {
    background: transparent;
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-decoration: underline;
    font-weight: 400;
    display: inline-block;
    min-width: auto;
    font-family: var(--body-font);
    min-height: 40px;
    text-decoration-thickness: 1px;
}

.address-type {
    width: 100%;
}

.address-type .checkbox-wrapper {
    width: 100%;
    flex-basis: 100% !important;
    display: flex;
    align-items: center;
    column-gap:6px;
}

.address-type .checkbox-wrapper input[type=checkbox] {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1.5px solid #928D83;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    margin-right: 6px;
    margin: 0px;
}

.address-type .checkbox-wrapper input[type=checkbox]:checked {
    background: #429A46;
    border: none;
}

.address-type .checkbox-wrapper input[type=checkbox]:checked:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px; 
  height: 9px;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='9' viewBox='0 0 10 9' fill='none'><path d='M0.750122 5.50012C0.750122 5.50012 2.35012 6.41265 3.15012 7.75012C3.15012 7.75012 5.55012 2.50012 8.75012 0.750122' stroke='%23FFFBF2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  background-size: contain;
}

.address-type.addresses-default .checkbox-wrapper input[type=checkbox]:checked {
    background: #429A46;
    border: none;
}

.account-detail-list:last-of-type {
  margin-bottom: 0 !important;
}

.customer-order-payment-status-wrapper {
    color:var(--body-color);
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--body-font);
}

.order-address-overview-wrapper .payment-status-value.fulfillment-status {
   color:var(--body-color);
}

.order-address-overview-wrapper .payment-status-value {
    color: #429A46;
}

.customer-order-payment-status-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    margin: 0 0 12px 0;
}

/* .address-type.addresses-default .checkbox-wrapper input[type=checkbox]:checked:after {
    content: "\2713";
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} */

.address-list-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    margin:0 -12px;
}

.order-details .row-sub-total,
.order-details .row-sub-total-value {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color:var(--body-color);
    font-weight: 500;
    font-family: var(--body-font);
}

.address-list-wrapper .row .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 0 24px;
    padding: 0 12px;
}

.address-list-wrapper .row .col-6 .col-wrapper {
    outline: 1px solid rgba(38, 32, 21, 0.2);
    padding: 24px;
    border-radius: 16px;
    height: 100%;
    width: 100%;
}

.add-drawer-content .label-field, .edit-drawer-content .label-field {
    font-family: var(--body-font);
    font-weight: 500;
    color: var(--body-color);
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0 0 8px;
    display: block;
}

.add-drawer-content .field-wrapper .field-input, .edit-drawer-content .field-wrapper .field-input {
    background: transparent;
    padding: 0;
    font-size: 18px;
    line-height: 1.4;
    height: auto;
    font-weight: 400;
    letter-spacing: 0;
    font-family: var(--body-font);
    color: var(--body-color);
    border: 1px solid #26201533;
    padding: 10px 8px 10px 44px !important;
    border-radius: 60px;
    background: #fff;
    margin: 0 !important;
    min-height: 48px;
}

.add-drawer-content .field-wrapper .field-input::placeholder,
.edit-drawer-content .field-wrapper .field-input::placeholder {
  text-transform: capitalize;
  color: var(--body-color);
  opacity:0.6;
  font-family: var(--body-font);
  font-weight: 400;
}

.add-drawer-content .icon-input, .edit-drawer-content .icon-input, {
  height: 18px;
  width: 18px;
  display: block;
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.edit-drawer-close-icon {
  display: flex;
  cursor: pointer;
}

.add-new-address-link-wrapper .tab-detail {
  margin: 0 !important;
}

.add-drawer-content::-webkit-scrollbar {
  width: 6px;
}

.add-drawer-content::-webkit-scrollbar-track {
  background: #FFFBF3;
}

.add-drawer-content::-webkit-scrollbar-thumb {
   background: #f6f0e3;
  border-radius: 40px;
}

.add-drawer-content::-webkit-scrollbar-thumb:hover {
   background: #2620151A;
}

.add-drawer-content::-webkit-scrollbar-thumb:active {
  background: var(--body-color);
}

.edit-drawer-content::-webkit-scrollbar {
  width: 6px;
}

.edit-drawer-content::-webkit-scrollbar-track {
  background: #FFFBF3;
}

.edit-drawer-content::-webkit-scrollbar-thumb {
  background: #f6f0e3;
  border-radius: 40px;
}

.edit-drawer-content::-webkit-scrollbar-thumb:hover {
  background: #2620151A;
}

.edit-drawer-content::-webkit-scrollbar-thumb:active {
  background: var(--body-color);
}

.order-history thead th {
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
    color: #262015;
    font-family: var(--body-font);
    text-transform: none !important;
    background: #F1F0E9;
    letter-spacing: 0px !important;
}

.customer .order-history {
    border-radius: 16px;
    overflow: hidden;
}

.tab-detail-list order-history.active {
   border-radius: 50px;
}

.order-customer-text {
    box-shadow: none !important;
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    color: var(--body-color) !important;
    font-family: var(--body-font);
    margin: 0px;
    letter-spacing: 0px !important;
}

.order-history td {
    padding: 22.5px 24px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    color: var(--body-color) !important;
    font-family: var(--body-font);
    margin: 0px;
    letter-spacing: 0px !important;
}

.order-history .ColumnDate, .order-history .ColumnPayment, .order-history .ColumnFulfillment, .order-history .ColumnTotal {
    padding-left:0 !important;
    text-align: left;
}

.order-history .order-customer {
    width: 24.5%;
}

.order-history .ColumnDate {
    width: 22%;
}

.order-history .ColumnPayment {
    width: 20%;
}

.payment-status.paid {
    color: #429A46;
}

.payment-status.Pending {
    color: #F9494D;
}

.customer-orders-mobile-view {
    display: none;
}

.customer-order-section .order-overview-text {
    color: #000000;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0;
    font-weight: 400;
    text-decoration: none;
    font-family: var(--heading-font);
    letter-spacing: -0.48px;
}

.customer-order-section  .left-arrow-icon {
    width: auto;
    margin-right: 12px;
    display: block;
}

.customer-order-section .order-overview-text-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.customer-order-section.container {
    max-width: 1272px !important;
    padding: 0 16px !important;
}

.customer-order-section .order-overview-wrapper {
    display: block !important;
    flex-wrap: wrap;
    margin-top: 24px !important;
}

.customer-order-section .order-detail-overview-wrapper {
    padding: 0;
    width: 100%;
    margin: 0 0 24px 0px;
}

.customer-order-section .order-detail-overview-wrapper {
    width: 100%;
    padding: 0 !important;;
}

.customer-order-section .customer-order-title {
    margin: 0 0 16px 0 !important;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #000000;
    font-family: var(--heading-font);
    letter-spacing:-0.48px;
}

.ColumnProduct .img-title {
    display: flex;
    flex-direction: row !important;
    align-items: center !important;
    width: 100%;
    column-gap: 16px;
}

.order-address-overview-wrapper {
    width: 100%;
    column-gap: 24px;
}

.order-address-overview-wrapper .col-6 {
    width: calc(50% - 12px);
    max-width: calc(50% - 12px);
    flex: 0 0 50%;
}

.order-address-overview-wrapper .col-6 .col-wrapper {
    border: 1px solid #26201533;
    border-radius: 16px;
    padding: 24px !important;
    width: 100%;
}

.order-address-overview-wrapper .customer-address-label {
    font-size: 20px !important; 
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0 !important;
    font-family: var(--body-font) !important;
    color: var(--body-color);
}

.order-address-overview-wrapper  .customer-address-list {
    text-align: left !important;
    padding: 0 !important;
    list-style-type: none;
}

.order-address-overview-wrapper  .customer-address-list  .address-option-top {
    margin-bottom: 12px;
}

.order-details thead th {
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
    color: #262015;
    font-family: var(--body-font);
    text-transform: none !important;
    background: #F1F0E9;
    letter-spacing: 0px !important;
}

.customer .order-details {
    border-radius: 16px;
    overflow: hidden;
}

.customer .order-details .order-image {
    border-radius: 8px;
    height: 80px;
    width: 80px;
}

.customer .order-details .col-left {
    flex: 1;
}

.customer .order-details .col-right {
    flex: 0 0 85%;
}

.billing-address-text {
    font-size: 24px !important;
    line-height: 32px !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    color: var(--body-color) !important;
    font-family: var(--heading-font) !important;
    margin: 0 0 16px;
}

.customer-order-section .image-wrapper-box {
    max-width: 80px;
}

.customer-order-section .heading-wrapper {
    margin: 52px 0 0 0;
}

.customer-order-section .order-product {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 2px 0px;
     color: var(--body-color) !important;
    font-family: var(--heading-font) !important;
}

.customer-order-section .variant-title {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 12px 0px;
     color: var(--body-color) !important;
    font-family: var(--body-font) !important;
    opacity: 0.5;
}

.customer-order-section .delivered-time-text {
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0px;
     color: var(--body-color) !important;
    font-family: var(--body-font) !important;
}

.customer-order-section .order-details td {
    padding: 24px;
    text-align: left !important;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px !important;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.order-address-overview-wrapper p strong {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
}

:is(.account, .order) p {
  margin-bottom: 12px !important;
  font-size: 16px  !important;
}

.customer tfoot tr:last-of-type {
    border-top: 1px solid #26201533;
}

.edit-drawer-content .checkbox-wrapper input[type=checkbox]:checked:after {
    content: "\2713";
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.edit-drawer-content.checkbox-wrapper input[type=checkbox]:checked {
    background: #429A46;
    border: none;
}

.field-wrapper .field-input {
    transition: 0.5s all !important;
}

.field-wrapper .field-input:hover {
    border-color: var(--body-color) !important;
}

.field-wrapper .select-field {
    transition: 0.5s all !important;
}

.field-wrapper .select-field:hover {
    border-color: var(--body-color) !important;
}

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

  .customer-order-section .order-details .ColumnPrice {
    text-align: left !important;
    padding-left: 10px;
  }

  .customer-order-section .ColumnQuantity {
    padding-left: 19px;
  }
}

.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.customer-order-section #ColumnPrice {
    width: 190px;
    text-align: left;
    padding-left: 16px;
  }

  .row-sub-total-value,
  .order-Shipping-text,
  .order-Shipping-value,
  .order-header-value {
    padding: 0px 24px !important;
    text-align: right !important;
  }
  .order-details .row-sub-total,
  .order-details .order-Shipping-text,
  .order-details .order-Shipping-value,
  .customer-order-section .order-details td.order-header-value {
    padding-bottom: 16px !important;
    text-align: right !important;
  }

  .order tfoot tr:last-of-type td#RowTotal {
    text-align: left !important;
  }
  
  .order tfoot tr:last-of-type td {
    text-align: right !important;
    font-family: Aesthet Nova;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
  }

  .order-header {
    padding-bottom: 24px !important;
  }

  .customer.customer-order-section .ColumnTotal {
    padding: 24px;
    padding-left: 0px;
    text-align: right !important;
  }

  .customer.customer-order-section #ColumnQuantity {
    width: 214px;
    text-align: left;
    padding-left: 24px;
  }

  .customer.customer-order-section #ColumnSku {
    width: 247px;
  }

  .customer.customer-order-section #ColumnTotal {
    padding-right: 2.5rem;
  }

  .customer.customer-order-section #ColumnTotal {

  }

  .customer.customer-order-section tbody td:first-of-type {
      width: 42.1%;
  }

  .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: 12px;
    padding-bottom: 12px;
  }

  .customer th:first-of-type,
  .customer td:first-of-type {
    padding-left: 24px;
  }

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

  .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;
  }

  .order-overview-wrapper .ColumnProduct:before {
    display: none;
  }

  .order-overview-wrapper table {
    border: 1px solid #26201533 !important;
    border-collapse: unset;
  }

  .customer-order-section .order-details td {
      padding: 16px 0px 12px !important;
      margin: 0px 15px !important;
  }

  .customer .order-details .order-image {
    height: 52px;
    width: 52px;
  }

  .customer-order-section .ColumnProduct .img-title {
    column-gap: 8px;
  }

  .customer-order-section .ColumnProduct  {
     border-bottom: 1px solid #DDD6CA;
  }

  .customer-order-section tbody tr {
    border: none !important;
  }

  .customer-order-section .order-details .col-right {
    flex: auto !important;
  }

  .customer-order-section .order-product {
    line-height: 20px;
  }

  .customer-order-section .delivered-time-text {
    font-size: 12px !important;
    line-height: 14px;
  }

  .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 {
  height: 0.6rem;
}

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

.customer .pagination li:last-of-type svg {
  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 {
  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 {
  width: 1.1rem;
  color: rgb(var(--color-base-accent-2));
  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: 768px) {
  .addresses form > div:nth-of-type(1) {
    margin-right: 20px;
  }

  .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(3), .addresses form>div:nth-of-type(4) {
    box-sizing: border-box;
    flex-basis: calc(50% - 1rem);
  }

  .addresses form>div:nth-of-type(3) {
    margin-right: 2rem;
  }
}

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

@media only screen and (max-width: 1224px) {

  .customer-account-wrapper .row .col-4 {
      flex: 0 0 30%;
      max-width: 30%;
  }

  .customer-account-wrapper .row .col-8 {
      flex: 1;
      max-width: 100%;
  }
}

@media only screen and (max-width: 1124px) {

  .order-history .order-customer {
     width: auto; 
  }

  .order-history .ColumnDate {
      width: 25%;
  }

  .order-history .ColumnPayment {
    width: 25%;
  }

  .order-history thead th {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .order-history td {
    font-size: 16px !important;
    line-height: 24px !important;
}

}
@media only screen and (max-width: 1024px) {

  .customer-account-wrapper .button-contact-us {
      font-size: 14px !important;
      line-height: 20px !important;
  }

  .customer-account-wrapper .account-detail-value {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 999px) {

   .customer-account-wrapper .row .col-4 {
    padding: 0px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .customer-account-wrapper .row .col-8 {
    padding: 0px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .customer-account-wrapper .address-list-wrapper .row {
    margin: 0 -12px;
  }

  .customer-account-wrapper .row {
    margin: 0;
  }

  .need-any-help-wrapper.mobile {
    display: flex;
  }

  .need-any-help-wrapper.desktop {
    display: none;
  }

  .tab-detail {
    justify-content: center;
  }

  .need-any-help-wrapper {
    margin: 24px 0 0 0;
  }

   .customer-orders-mobile-view {
    display: block;
    width: 100%;
  }

  .customer-orders-mobile-view .customer-order-row {
    border: 1px solid #26201533;
    height: 100%;
    width: 100%;
    margin-bottom: 8px;
    border-radius: 16px;
    padding: 16px;
  }

  .customer-orders-mobile-view .order-list-title {
    padding: 0 0 6px 0;
    border-bottom: 1px solid  #ddd6ca;
    width: 100%;
    display: block;
    text-align: left;
  }

  .customer-orders-mobile-view .customer-order-list-wrapper {
    padding: 12px 0px;
    border-bottom: 1px solid  #ddd6ca;
    margin: 0;
    list-style-type: none;
  }

  .customer-order-wrapper.customer-order-create .order-history {
    display: none;
  }

  .customer-account-wrapper .customer-order-list .row {
      width: 100%;
      justify-content: space-between;
  }

  .customer-orders-mobile-view .customer-order-list-wrapper .customer-order-list {
      margin: 0 0 8px 0px;
  }

   .customer-orders-mobile-view .customer-order-list-wrapper .customer-order-list:last-child {
      margin: 0px;
  }

  .customer-order-list p {
     margin: 0px;
  }

  .customer-order-bottom .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .customer-order-text,  .customer-order-total {
    margin: 0px !important;
  }

   .customer-order-text, .order-customer {
    margin: 0px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0px;
    font-weight: 700;
    color: var(--body-color) !important;
    font-family: var(--body-font) !important;
    text-decoration: none !important;
    text-align: left;
  }

  .customer-order-bottom {
    padding: 11px 0 0 0;
  }

  .payment-status.paid {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0px;
  }

  .unfulfilled-text, .order-status-text, .customer-order-total {
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 768px) {

  .add-new-address-button-wrapper {
    width: 100%;
  }

  .customer-addresses-section .add-new-address-button {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-decoration: none;
    min-height: 34px;
    border: 1px solid var(--body-color);
    border-radius: 50px;
    width: 100%;
  }

  .login-section {
    max-width: 100% !important;
    padding: 0 16px !important;
  }

  .login-section .heading-wrapper {
    margin: 0px 0 16px 0;
  }

  .login-section .login-text {
    font-size: 26px;
    line-height: 34px;
  }

  .login-section .login-sub-heading-text {
    font-size: 12px;
    line-height: 18px;
  }

  #customer_login .label-field {
    margin: 0 0 8px;
  }

  #customer_login .label-field {
    font-size: 16px;
  }

  .field-wrapper .field-input::placeholder {
    font-size: 16px;  
  }

  #customer_login .field-wrapper .field-input {
    min-height: 42px;
  }

  .account-register-text {
    margin: 8px 0 0 !important;
    font-size: 16px;
    line-height: 24px;
  }

  .account-register-url {
    font-size: 16px !important;
    line-height: 24px;
  }

  .recover-wrapper {
    margin: 0 0 16px;
  }

  .customer .field-wrapper .field-input {
    font-size: 16px;
    min-height: 42px;
  }

  #customer_login .field-wrapper {
    margin: 0 0 16px;
  }

  .button-login {
    padding: 7px 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    min-height: 34px !important;
  }

  #customer_login .field-wrapper .field-input {
    font-size: 16px;
    padding: 8.5px 8px 8.5px 44px !important;
  }

  .register-section {
    max-width: 100% !important;
    padding: 0 16px !important;
  }

  .register-section .login-text {
    font-size: 26px;
    line-height: 34px;
  }

  .register-section .login-sub-heading-text {
    font-size: 12px;
    line-height: 18px;
  }

  .register-section .heading-wrapper {
    margin: 16px 0;
  }

  #create_customer .label-field{
    font-size: 16px;
  }

  #create_customer .field-wrapper .field-input {
    font-size: 16px;
    padding: 8.5px 8px 8.5px 44px !important;
  }

  .button-sign-up  {
    padding: 7px 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    min-height: auto !important;
    height: auto;
  }

  .sign-up-alredy {
    margin: 9px 0 0 !important;
    font-size: 16px;
    line-height: 24px;
  }

  .sign-in-text {
    font-size: 16px !important;
    line-height: 24px;
  }

  .register-section .field-wrapper.password-wrapper {
    margin-bottom: 16px !important;
  }

  .customer .field-wrapper {
    margin: 0 0 16px !important;
  }

  .login-text-wrapper {
    margin: 16px 0 0;
  }

  .reset-section .heading-wrapper {
    margin: 0 0 16px;
  }

  .back-to-login-text {
    font-size: 16px !important;
    line-height: 24px;
  }

  .reset-buttton {
    margin: 0 0 8px !important;
    padding: 7px 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    min-height: 34px !important;
  }

  .customer .login-sub-heading-text {
    font-size: 12px;
    line-height: 18px;
  }

  .customer .label-field {
    font-size: 16px;
    line-height: 24px;
  }

  .login-text-wrapper .login-text {
    margin: 0;
    font-size: 26px;
    line-height: 34px;
  }

  .back-to-login-wrapper {
    column-gap: 6px;
  }

  .true-icon {
    height: 20px !important;
    width: 20px !important;
    margin-right: 8px !important;
    display: block;
  }

  .success-message.form__message {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 18px;
  }

  .reset-section {
    max-width: 100% !important;
    padding: 0 16px !important;
  }

  .back-to-login-wrapper {
    margin: 8px 0 0 0;
  }

  .customer-wrapper {
    margin: 26px 0 14px;
  }

  .customer-addresses-section  .customer-wrapper {
    margin: 31px 0 16px;
  }

  .account-detail-list-wrapper {
    padding: 0 0 12px !important;
  }

  .customer-wrapper .customer-title {
    font-size: 26px !important;
    line-height: 32px;
    text-align: center;
    margin: 0px;
  }

  .customer-account-wrapper .row .col-4 .col-wrapper {
    margin-bottom: 15px;
  }

  .need-any-help-wrapper {
    column-gap: 8px;
  }

  .customer-account-wrapper .button-contact-us {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 6px 24px;
  }

  .customer-order-wrapper .button-shop-now {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 20px;
  }

  .customer-account-wrapper .customer-order-sub-heading {
    font-size: 12px !important;
    line-height: 18px !important;
    margin: 0 0 8px;
  }

  .customer-account-wrapper .customer-order-hedidng {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .need-any-help-text {
    font-size: 16px;
    line-height: 24px;
  }

  .customer-order-wrapper .main-image-wrapper {
    margin-bottom: 8px;
  }

  .customer-order-wrapper {
    height: 100%;
    justify-content: flex-start;
  }

  .customer-account-wrapper .tab-option.active {
    padding: 6px 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    min-width: auto;
    background: rgba(38, 32, 21, 0.1);
  }

  .customer-account-wrapper .tab-option {
    padding: 6px 0px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    min-width: auto;
    background: #f1f0e9;
  }

  .tab-detail {
    column-gap: 8px;
    margin-bottom: 24px !important;
  }

  /* .customer-account-wrapper .tab-detail {
    margin-bottom: 16px !important;
  } */

  .customer-account-wrapper .add-new-address-link-wrapper .tab-detail {
     margin-bottom: 0px !important;
  }

  .customer-account-wrapper .address-list-wrapper .row {
    margin: 0px;
  }

  .tab-detail-list {
    width: calc(50% - 4px);
  }

  .tab-detail-desktop {
      padding: 0 4px;
  }

  .customer-account-wrapper .need-any-help-wrapper {
    column-gap: 8px;
  }

  .account-detail-list {
    margin: 0 0 15px;
  }

  .customer-account-wrapper .account-detail-list {
    margin: 0 0 12px;
  }

  .customer-addresses-section .tab-detail-desktop {
    width: 100%;
    margin: 0 0 16px 0;
  }

  .address-list-wrapper .row .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 8px;
    padding: 0;
  }

  .add-drawer-content .checkbox-wrapper, .edit-drawer-content .checkbox-wrapper {
    margin: 12px 0 12px 0px;
  }

  .edit-drawer-content, .add-drawer-content {
    padding: 0 20px 20px 20px;
  }

  .address-edit-heading, .address-new-heading {
    font-size: 22px;
    line-height: 28px;
    text-align: left;
  }

  .add-new-address-link-wrapper {
    margin-bottom: 8px;
  }

  .address-list-wrapper .row .col-6:last-child {
    margin: 0;
  }

  .address-option-list .customer-address-label {
    font-size: 16px;
    line-height: 24px;
  }

  .address-option-list .customer-address-value {
    font-size: 14px;
    line-height: 20px;
  }

  .edit-drawer-content .field-wrapper, .add-drawer-content .field-wrapper {
    margin: 0 0 6px !important;
  }

   .edit-drawer-content .field-wrapper:last-child, .add-drawer-content .field-wrapper:last-child {
    margin: 0px !important;
  }

  .add-drawer-content .field-wrapper .field-input, .edit-drawer-content .field-wrapper .field-input {
    font-size: 16px;
    line-height: 1;
    padding: 9px 8px 9px 44px !important;
    min-height: 42px;
  }

  .add-drawer-content .field-wrapper .select-field, .edit-drawer-content .field-wrapper .select-field {
    font-size: 16px;
    line-height: 1;
    padding: 9px 8px 9px 44px !important;
    min-height: 42px;
  }

  .edit-model  .select .arrow-down {
    height: 20px;
    width: 20px;
  }

  .address-modal  .select .arrow-down {
    height: 20px;
    width: 20px;
  }

  .address-list-wrapper .row .col-6 .col-wrapper {
    padding: 16px;
  }

  .model-button {
    padding: 7px 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    min-height: auto !important;
  }

  .address-modal .drawer-header-wrapper,  .edit-model .drawer-header-wrapper {
    border-bottom: 1px solid #D4CFC6;
    padding: 0 0 12px 0;
  }

  .order-address-overview-wrapper {
    margin: 0px;
  }

  .order-address-overview-wrapper .col-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0px !important;
    margin-bottom: 24px;
  }

  .customer-order-section .customer-order-title {
    margin: 0 0 12px 0 !important;
    font-size: 16px;
    line-height: 24px;
  }

  .customer-order-section .order-overview-wrapper {
    margin-top: 12px !important;
  }

  .customer-order-section  .left-arrow-icon {
    height: 24px;
    width: 24px;
    width: auto;
    margin-right: 8px;
    display: block;
  }

  .customer-order-section .order-overview-text {
    font-size: 26px;
    line-height: 32px;
  }

  .customer-order-section .heading-wrapper {
    margin: 24px 0 0 0;
  }

  .billing-address-text {
    font-size: 16px !important;
    line-height: 24px !important;
    margin: 0 0 12px;
    margin-top: 0 !important;
  }


}