button:focus {
    outline: none!important;
}
.btn:focus,
.btn.focus {
    outline: none!important;
    box-shadow: none!important;
}

.my-account-page .btn.btn-retry {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 164px;
    min-height: 32px;
    margin-left: 17px;
    padding: 10px 15px;
    background: #D0A360;
    border: none;
    outline: none;
    border-radius: 6px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #FFFFFF;
    transition: all 0.3s;
}

.my-account-page .btn.btn-retry:hover,
.my-account-page .btn.btn-retry:active,
.my-account-page .btn.btn-retry:focus {
    background: #B48642;
    outline: none;
    box-shadow: none;
}

.myacc-orders-empty .btn {
    display: block;
    max-width: max-content;
    margin-top: 16px;
}

.addr-form .btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    padding: 13px 24px;
    gap: 10px;
    min-height: 50px;
    background: #FFFFFF;
    border: 1px solid #D0A360;
    border-radius: 6px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
    color: #674717;
    cursor:pointer;
}
.addr-form .btn-primary {
    background: #D0A360;
    color:#fff;
}
.acc-form .btn[disabled],
.acc-form .btn.btn-primary[disabled] {
    background: #D0C7B8;
    pointer-events: none;
}

.addr-form .btn[disabled] {
    background: #D0C7B8;
    pointer-events: none;
}
.my-account-page .btn-ghost {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 19px;
    gap: 10px;
    min-height: 40px;
    background: transparent;
    border: 1px solid #D0A360;
    outline: none!important;
    border-radius: 6px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: #674717;
    text-transform: capitalize;
}
.my-account-page .js-modal-close {
    font-weight: 700;
}
.my-account-page .btn-ghost:hover {
    background: #FFF7EB;
    border: 1px solid #D0A360!important;
    border-radius: 6px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: #674717;
    text-transform: capitalize;
}
.my-account-page .btn-ghost:active {
    background: #FFF7EB;
    border: 1px solid #D0A360!important;
    color: #674717;
}
.my-account-page .btn-ghost[disabled] {
    background: #D0C7B8;
    color: #D0C7B8;
    pointer-events: none;
}
.my-account-page .btn-ghost__ico {
    font-style:normal;
}
.addr-form .btn:hover {
    background: #FFFFFF;
    border: 1px solid #D0A360!important;
    color: #674717;
}
.addr-form .btn-primary:hover,
.addr-form .btn.btn-primary:active,
.addr-form .btn.btn-primary:focus {
    background: #B48642;
    color:#fff;
}
.addr-form .btn-ghost {
    max-width: 100%;
    width: 100%;
    min-height: 50px;
}
.acc-form .btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    padding: 13px 24px;
    gap: 10px;
    min-height: 50px;
    background: #FFFFFF;
    border: 1px solid #D0A360;
    border-radius: 6px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
    color: #674717;
    cursor:pointer;
}
.acc-form .btn:hover {
    background: #FFFFFF;
    border: 1px solid #D0A360!important;
    color: #674717;
}
.acc-form .btn-primary {
    background: #D0A360;
    color:#fff;
}
.acc-form .btn-primary:hover {
    background: #B48642;
    color:#fff;
}
.acc-form .btn-ghost {
    max-width: 100%;
    width: 100%;
    min-height: 50px;
}

.woocommerce-account .container {
    max-width: 1226px;
}

.my-account-page {
    min-height: 536px;
    margin-top: 38px;
}

.myacc__hello {
    margin-bottom: 20px;
}

.myacc__hello-lead {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    color: #635B50;
}
.myacc__hello-name {
    margin: 0 0 8px 0;
    font-size: 32px;
    line-height: 100%;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    color: #1A1814;
}

.myacc-nav__list {
    display: flex;
    align-items: center;
    gap: 48px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #D0C7B8;
    list-style: none;
}
.myacc-nav__list > li > a {
    display: inline-block;
    padding: 13px 0 9px;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    color: #1A1814;
    transition: all 0.3s;
}
.myacc-nav__list > li:hover > a {
    color: #674717;
    border-bottom: 3px solid #674717;
}
.myacc-nav__list > li.is-active > a {
    color: #674717;
    border-bottom: 3px solid #674717;
}
.myacc-nav__logout {
    margin-left: auto;
}
.myacc-nav__list > li.myacc-nav__logout-desktop {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.myacc-nav__list > li.myacc-nav__logout-desktop > a,
.myacc-nav__logout {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    color: #D82727;
}

.myacc__desc {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    color: #1A1814;
}
.myacc__desc a {
    color: #674717;
    text-decoration: none;
    transition: all 0.3s;
}
.myacc__desc a:hover {
    color: #B48642;
}

.myacc-nav__bar {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #D0C7B8;
}
.myacc-nav__toggle {
    appearance: none;
    outline: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #674717!important;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #674717;
    text-transform: capitalize;
    transition: all 0.3s;
}
.myacc-nav__toggle:hover,
.myacc-nav__toggle:focus {
    appearance: none;
    outline: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #674717!important;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #674717;
    text-transform: capitalize;
}
.myacc-nav__chev { transition: transform .2s ease; }
.myacc-nav.is-open .myacc-nav__chev { transform: rotate(180deg); }

@media (max-width: 768px) {
    .my-account-page {
        min-height: 323px;
        margin-top: 24px;
    }
    .myacc__hello {
        margin-bottom: 24px;
    }
    .myacc-nav__bar {
        display: flex!important;
    }
    .myacc-nav__title {
        display: none;
    }
    .myacc-nav__list {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        border: none;
        padding: 8px 0 0;
    }
    .myacc-nav__list > li { width: 100%; }
    .myacc-nav__list > li > a {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #D0C7B8;
    }
    .myacc-nav.is-open {
        position: relative;
    }
    .myacc-nav.is-open .myacc-nav__list {
        display: flex;
        max-width: 100%;
        width: 100%;
        padding: 10px;
        margin: 0;
        background: #fff;
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 7;
    }
    .myacc-nav__toggle {
        height: 50px;
        padding: 13px 0;
    }
    .myacc__desc {
        margin: 24px 0 0;
    }
}

@media (min-width: 769px) {
    .myacc-nav__bar { display: none; }
    .myacc-nav__logout { margin-left: auto; }
}

/* ========== TABLE (desktop) ========== */
.myacc-orders-table {
    width: 100%;
    border-collapse: collapse;
}
.myacc-orders-table .btn.btn-retry {
    height: 32px;
}
.myacc-orders-table th,
.myacc-orders-table td {
    min-height: 50px;
    text-align: left;
}
.myacc-orders-table thead th {
    padding: 13px 0;
    border-bottom: 1px solid #D0C7B8;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #635B50;
}
.myacc-orders-table tbody tr {
    border-bottom: 1px solid #D0C7B8;
}
.myacc-orders-table tbody td {
    padding: 9px 0;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #1A1814;
}
.myacc-orders-table tbody td.order-number {
    min-width: 137px;
}
.myacc-orders-table tbody td.order-date {
    min-width: 185px;
}
.myacc-orders-table tbody td.order-status {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.myacc-orders-table thead th.order-total {
    text-align: right;
}
.myacc-orders-table tbody td.order-total {
    min-width: 147px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
    color: #1A1814;
    text-align: right;
}
.myacc-orders-table tbody td.order-actions {
    min-width: 262px;
    text-align: right;
}
.myacc-orders-table .order-number a {
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
    color: #1A1814;
    text-decoration: none;
}
.myacc-orders-table .order-actions a {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    text-align: right;
    color: #674717;
    text-decoration: none;
}
.myacc-orders-table .order-actions a:hover {
    color: #B48642;
}
.myacc-orders-table .order-actions a:active,
.myacc-orders-table .order-actions a:focus {
    color: #674717;
}
.myacc-orders-table .order--cancelled .order-status,
.order-card.order--cancelled .order-card__status {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #D82727;
}

.myacc-orders-empty {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #1A1814;
}

.myacc-orders-empty p {
    margin: 0;
    padding: 0;
}

p.myacc-orders-empty-heading {
    display: block;
    margin-top: 33px;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 133%;
    font-weight: 700;
    color: #1A1814;
}

.pager.myacc-orders-cards-pagination {
    justify-content: flex-end;
    max-width: 100%;
    width: 100%;
    margin-top: 16px;
}

@media (max-width: 1280px) {
    .myacc-orders-table tbody td.order-number {
        min-width: max-content;
        padding: 0 10px;
    }
    .myacc-orders-table tbody td.order-date {
        min-width: max-content;
        padding: 0 10px;
    }
    .myacc-orders-table tbody td.order-total {
        min-width: max-content;
        padding: 0 10px;
    }
    .myacc-orders-table tbody td.order-actions {
        min-width: max-content;
        padding: 0 10px;
    }
}

/* ========== CARDS (mobile) ========== */
.myacc-orders-cards { display: none; }

.order-card {
    border: 1px solid #D0C7B8;
    border-radius: 14px;
    padding: 16px;
    margin: 0 0 14px 0;
    background: #fff;
}
.order-card__row {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 14px;
    color: #1A1814;
}
.order-card__cell .muted {
    font-size: 14px;
    line-height: 1;
    color: #635B50;
}
.order-card__cell .strong {
    font-size: 16px;
    font-weight: 700;
}
.order-card__block { margin: 10px 0; }
.order-card__status { margin: 4px 0; }
.order-card__details {
    display: inline-block;
    margin-top: 8px;
    color: #8a5a2b;
    text-decoration: none;
}
.order-card__details:hover {
    color: #B48642;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .myacc-orders-table { display: none; }
    .myacc-orders-cards {
        display: block;
        margin-top: 15px;
    }
    .order-card {
        border-radius: 8px;
    }
    .order-card:last-child {
        margin: 0;
    }
    .order-card__cell .strong {
        font-size: 16px;
    }
    .order-card__row {
        gap: 32px;
        margin-bottom: 15px;
    }
    .myacc-orders-cards
    .order-card__row {
        gap: 42px;
    }
    .order-card__block {
        margin: 10px 0 17px;
    }
    .order-card__status {
        margin: 4px 0 7px;
    }
    .myacc-orders-cards > article > div:nth-child(3) {
        margin: 10px 0 8px;
    }
    .muted {
        font-size: 14px;
        line-height: 1;
    }
    .my-account-page .btn.btn-retry {
        min-height: 32px;
        height: auto;
        margin-left: 0;
        padding: 4px 15px;
    }
    .order-card {
        margin: 0 0 16px 0;
    }
    .pager.myacc-orders-cards-pagination {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 24px;
    }
}

.vo {
    margin-top: 44px;
}

.vo__back {
    margin-bottom: 4px;
}
.vo__back a {
    color:#8a5a2b;
    text-decoration:none;
    transition: all 0.3s;
}
.vo__back a:hover {
    color: #B48642;
}
.vo__back a:active,
.vo__back a:focus {
    color: #674717;
}
.vo__title {
    margin:4px 0 30px;
    font-size: 32px;
    line-height: 100%;
    font-weight: 400;
    color: #1A1814;
}

.vo__meta {
    display: flex;
    gap: 0;
    margin-bottom: 48px;
}
.vo__meta-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin-right: 75px;
}
.vo__meta > div:nth-child(2) {
    margin-right: 4px;
}
.vo__meta-item .muted {
    color:#635B50;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
}
.vo__meta-item .strong {
    margin-top: 9px;
    font-size: 24px;
    line-height: 133%;
    font-weight: 400;
    color: #1A1814;
}

.vo__meta-item .btn.btn-retry {
    min-height: 32px;
    height: auto;
    padding: 4px 15px;
}

.vo__list {
    border: 1px solid #D0C7B8;
    border-radius: 8px;
    overflow: hidden;
}
.vo__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-top: 1px solid #D0C7B8;
}
.vo__row:first-child {
    border-top:none;
}

.vo__name {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 89%;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #674717;
}
.vo__qty {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    text-align: center;
    color: #1A1814;
}
.vo__price {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: #1A1814;
    text-align: right;
    white-space:nowrap;
}

.vo__total {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 16px;
    font-size: 20px;
    line-height: 135%;
    font-weight: 700;
    color: #1A1814;
}
.vo__sum strong {
    font-size: 20px;
    line-height: 135%;
    font-weight: 700;
    text-align: right;
    color: #1A1814;
}
.vo__vat {
    margin-top: 4px;
    font-size: 16px;
    line-height: 131%;
    font-weight: 400;
    text-align: right;
    color: #635B50;
}

.vo__row--ship .vo__name {
    color: #1A1814;
}

.vo .contact {
    margin-top: 64px;
    padding-top: 40px;
    border-top: 1px solid #D0C7B8;
    text-align: center;
}

.vo .contact h3 {
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    color: #1A1814;
}

.vo .contact p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    color: #635B50;
}

.vo .contact-box {
    display: flex;
    justify-content: space-around;
    max-width: 66%;
    margin: 39px auto 0;
}

.vo .contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
}

.vo .contact-icon {
    padding: 8px;
    border: 1px solid #D0C7B8;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    margin-bottom: 1rem;
}

.vo .contact-item img {
    width: 39px;
}

.vo .contact-item a {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
    color: #674717 !important;
}

.vo__total .woocommerce-Price-amount {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #1A1814;
}

.vo__vat .woocommerce-Price-amount {
    font-size: 16px;
    line-height: 131%;
    font-weight: 400;
    color: #635B50;
}

@media (max-width:768px) {
    .vo {
        margin-top: -4px;
    }
    .vo__meta {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 30px;
    }
    .vo__meta > div:nth-child(2) {
        margin-right: 0;
        margin-top: 15px;
    }
    .vo__title {
        margin: 4px 0 32px;
    }
    .vo__meta-item .muted {
        color: #635B50;
        font-size: 14px;
        line-height: 100%;
        font-weight: 400;
    }
    .vo__meta-item .strong {
        margin-top: 2px;
        font-size: 16px;
        line-height: 150%;
        font-weight: 400;
        color: #1A1814;
    }
    .vo__meta-item .btn.btn-retry {
        margin-top: -2px;
    }
    .vo__name {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 4px;
        max-width: 89%;
        width: 100%;
        font-size: 16px;
        line-height: 150%;
        font-weight: 400;
        color: #1A1814;
    }
    .vo__row--ship .vo__name {
        line-height: 1;
    }
    .vo__vat {
        margin-top: 0;
    }
    .vo .contact-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        max-width: 100%;
        margin: 0 auto;
    }
    .vo .contact-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
        font-size: 16px;
    }
    .vo .contact-icon {
        margin-bottom: 0;
    }
}

.addr__grid {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 24px;
}
.addr-card {
    min-height: 270px;
    padding: 24px;
    border: 1px solid #D0C7B8;
    border-radius: 8px;
}
.addr-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.addr-card__title {
    margin:0;
    font-size: 24px;
    line-height: 133%;
    font-weight: 700;
    color: #1A1814;
}
.addr-card__body {
    margin-top: 24px;
}
.addr-card__body p {
    margin: 8px 0;
    font-size: 16px;
    line-height: 131%;
    font-weight: 400;
    color: #1A1814;
}
.addr-card__body p.accent {
    display: block;
    margin-top: 24px;
    font-size: 16px;
    line-height: 131%;
    font-weight: 400;
    color: #674717;
}
.addr-card__body p:last-child {
    margin: 8px 0 0;
}
.muted { color:#635B50; }

.addr-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    display: none;
    z-index: 9999;
    overflow-y: scroll;
}
.addr-modal.is-open { display:block; }
.addr-modal__dialog {
    max-width: 652px;
    width: 100%;
    margin: 0 auto;
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.addr-modal__close {
    background: transparent;
    border: 0;
    outline: none;
    position: absolute;
    top: 18px;
    right: 5px;
}
.addr-modal__close:hover {
    background: transparent;
    border: 0;
    outline: none;
}
.acc-modal__close:hover {
    background: transparent;
    border: 0;
    outline: none;
}

.addr-form__toggle {
    display: flex;
    gap: 16px;
    margin: 6px 0 10px;
    padding: 0;
    border: 0;
}
.addr-form__row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
}
.addr-form__row label {
    position: relative;
}
.addr-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 10px;
}
.addr-form .addr-form__grp--company {
    display:none;
}
.addr-form.is-company .addr-form__grp--company {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}
.addr-form .addr-form__grp {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}
.addr-form__actions {
    display: flex;
    gap: 24px;
    margin-top: 25px;
}

#modal-billing > div > form > fieldset {
    margin: 24px 0;
}

#ms-title {
    margin-bottom: 24px;
}

#modal-billing > div > form > div.addr-form__row > legend {
    margin-bottom: 0;
    color: #635B50;
}

#modal-shipping legend {
    margin-bottom: 2px;
    color: #635B50;
}

#modal-shipping .addr-form__actions {
    margin-top: 32px;
}


@media (max-width: 900px){
    .addr__grid {
        grid-template-columns: 1fr;
    }
    .addr-modal__dialog {
        max-width: 90%;
        width: 100%;
        margin: 16px auto;
        padding: 24px;
        background: #fff;
        border-radius: 8px;
        position: relative;
        top: 5vh;
        transform: translateY(0);
    }
    .addr-form__grid {
        grid-template-columns: 1fr;
    }
    .addr-form__actions {
        flex-direction: column;
        gap: 8px;
    }
    #modal-billing > div > form > fieldset {
        gap: 8px;
        margin: 23px 0 21px;
    }
    #modal-billing > div > form > fieldset label {
        margin: 0;
    }
    .addr-form.is-company .addr-form__grp--company {
        flex-direction: column;
        gap: 0;
    }
    #modal-billing > div > form > div:nth-child(8) > label {
        margin-bottom: 16px;
    }
}

.acc-card {
    max-width: 49%;
    margin-top: 24px;
    padding: 24px;
    border: 1px solid #D0C7B8;
    border-radius: 12px;
}
.acc-card__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.acc-card__title {
    margin: 0;
    font-size: 24px;
    line-height: 133%;
    font-weight: 700;
    color: #1A1814;
}
.acc-card__body {
    font-size: 16px;
    line-height: 131%;
    font-weight: 400;
    color: #1A1814;
}
.acc-card__body p {
    margin: 8px 0;
    font-size: 16px;
    line-height: 131%;
    font-weight: 400;
    color: #1A1814;
}
.acc-card__body .btn-ghost {
    margin-top: 24px;
}

.acc-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    display: none;
    z-index: 9999;
    overflow-y: scroll;
}
.acc-modal.is-open {
    display:block;
}
.acc-modal__dialog {
    max-width: 652px;
    width: 100%;
    margin: 0 auto;
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.acc-modal__close {
    position: absolute;
    right: 5px;
    top: 20px;
    background: transparent;
    border: 0;
    font-size: 22px;
}
.acc-form {
    margin-top: 24px;
}
.acc-form label {
    display: block;
    margin: 16px 0;
}
.acc-form input,
.acc-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}

.iti {
    margin-top: 8px;
}

.acc-form__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 32px;
}
.acc-form__actions button {
    max-width: 100%;
    width: 100%;
}

.addr-form__toggle{
    display:flex; gap:16px; align-items:stretch; margin:12px 0 20px;
}

.addr-toggle {
    position:relative;
    display:block;
    cursor:pointer;
    flex:1;
}
.addr-toggle input{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    opacity:0;
}
.addr-toggle__text{
    position:relative;
    display:flex;
    align-items:center;
    gap:18px;
    min-height: 50px;
    padding: 17px 17px 17px 60px;
    border: 1px solid #D0C7B8;
    border-radius: 8px;
    background:#fff;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: #1A1814;
    transition:.15s ease;
}

.addr-toggle__text::before{
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #674717;
    background: #fff;
}
.addr-toggle__text::after{
    content: "";
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #D0A360;
    opacity: 0;
    transition: .15s ease;
}

.addr-toggle input:checked + .addr-toggle__text{
    background: #FFF7EB;
}
.addr-toggle input:checked + .addr-toggle__text::after{
    opacity:1;
}

.addr-modal__dialog legend {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #635B50;
}

.addr-modal__dialog h5 {
    margin-bottom: 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 131%;
    font-weight: 700;
    color: #1A1814;
}

.acc-modal h5 {
    margin-bottom: 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 131%;
    font-weight: 700;
    color: #1A1814;
}

.addr-modal__dialog label {
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 131%;
    font-weight: 400;
    color: #1A1814;
    position: relative;
}

.addr-modal__dialog label span {
    color: #674717;
}

#modal-billing > div > form > div.addr-form__row > label > span {
    max-width: 49%;
}

.acc-modal label {
    width: 100%;
    font-size: 16px;
    line-height: 131%;
    font-weight: 400;
    color: #1A1814;
    position: relative;
}

.acc-modal label span {
    color: #674717;
}

.addr-modal__dialog select {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 48%;
    padding: 8px 16px;
    gap: 16px;
    min-height: 40px;
    margin-top: 8px;
    border: 1px solid #D0C7B8;
    border-radius: 8px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: #1A1814;
}

.addr-modal__dialog input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100% !important;
    padding: 8px 16px!important;
    gap: 16px;
    min-height: 42px;
    margin-top: 8px;
    border: 1px solid #D0C7B8!important;
    border-radius: 8px;
    font-size: 16px!important;
    line-height: 100% !important;
    font-weight: 400!important;
    color: #1A1814;
}

.acc-modal input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100% !important;
    padding: 10px 16px !important;
    gap: 16px;
    min-height: 32px;
    height: auto !important;
    margin-top: 8px;
    border: 1px solid #D0C7B8 !important;
    border-radius: 8px;
    font-size: 16px !important;
    line-height: 100% !important;
    font-weight: 400 !important;
    color: #1A1814;
}

#mb-title {
    font-size: 24px;
    line-height: 133%;
    font-weight: 700;
    color: #1A1814;
}

#ms-title {
    font-size: 24px;
    line-height: 133%;
    font-weight: 700;
    color: #1A1814;
}

#mp-title {
    font-size: 24px;
    line-height: 133%;
    font-weight: 700;
    color: #1A1814;
}

#mpw-title {
    font-size: 24px;
    line-height: 133%;
    font-weight: 700;
    color: #1A1814;
}

.addr-toggle:hover .addr-toggle__text {
    border-color:#c9b79d;
}
.addr-toggle input:focus-visible + .addr-toggle__text {
    outline:2px solid #c79a5a;
    outline-offset:2px;
}
#modal-billing > div > form > div.addr-form__row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 16px;
}
#modal-billing div.addr-form__row {
    margin-bottom: 16px;
}
#modal-billing .addr-form__actions {
    margin-top: 32px;
}
#modal-billing .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-left: 40px!important;
}

.iti__arrow {
    display: none;
}

.addr-form .field-error{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    color: #D84820;
}
.addr-form input[aria-invalid="true"],
.addr-form select[aria-invalid="true"],
.addr-form textarea[aria-invalid="true"] {
    border-color: #D84820!important;
    box-shadow: none;
}

.acc-form .field-error {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    color: #D84820;
}

.acc-form input[aria-invalid="true"],
.acc-form select[aria-invalid="true"],
.acc-form textarea[aria-invalid="true"] {
    border-color: #D84820!important;
    box-shadow: none;
}

@media (max-width:900px) {
    .acc-modal__dialog {
        max-width: 90%;
        width: 100%;
        margin: 16px auto;
        padding: 24px;
        background: #fff;
        border-radius: 8px;
        position: relative;
        top: 5vh;
        transform: translateY(0);
    }
    #ms-title {
        margin-bottom: 24px;
    }
    .addr-form__actions {
        margin-top: 28px;
    }
    .acc-card {
        max-width: 100%;
    }
    .acc-card__head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
    }
    #mp-title {
        max-width: 70%;
    }
    .acc-form label {
        display: block;
        margin: 24px 0;
    }
    .acc-form__actions {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .addr-card__head {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 14px;
    }
    .addr-form__toggle {
        flex-direction: column;
    }
    .addr-form .addr-form__grp {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0;
    }
    .addr-modal__dialog select {
        max-width: 100%;
    }
    .addr-modal__dialog .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 0;
    }
    .addr-toggle__text {
        padding: 17px 17px 17px 54px;
    }
}

#page > div > footer > div.footer-widgets.klbtype-1 > div > div > div > div:nth-child(4) {
    min-width: 180px;
}

#page > div > footer > div.footer-widgets.klbtype-1 > div > div > div {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
}

#page > div > footer > div.footer-widgets.klbtype-1 > div > div > div > div {
    flex: auto;
    max-width: max-content;
}

.select2-container {
    z-index: 77777;
}

#modal-billing > div > form > div.addr-form__row > label > span > span.selection > span {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100% !important;
    margin-bottom: 0;
    padding: 8px 16px !important;
    gap: 16px;
    min-height: 40px;
    margin-top: 8px;
    border: 1px solid #D0C7B8 !important;
    border-radius: 8px!important;
    font-size: 16px !important;
    line-height: 100% !important;
    font-weight: 400 !important;
    color: #1A1814;
}

#modal-shipping > div > form > div:nth-child(4) > label > span > span.selection > span {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100% !important;
    padding: 8px 16px !important;
    gap: 16px;
    min-height: 40px;
    margin-top: 8px;
    border: 1px solid #D0C7B8 !important;
    border-radius: 8px!important;
    font-size: 16px !important;
    line-height: 100% !important;
    font-weight: 400 !important;
    color: #1A1814;
}

#modal-billing .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    right: 1px;
    width: 20px;
}

#modal-shipping .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    right: 1px;
    width: 20px;
}

#modal-shipping h5 {
    display: none;
}

#modal-shipping > div > form > div:nth-child(4) > label > span > span.selection > span {
    max-width: 49%;
}

.select2-container--open .select2-dropdown--above {
    max-width: 100%;
}

.myacc-nav {
    position: relative;
    z-index: 1;
}

.myacc-nav span.selection > span {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100% !important;
    margin: 0 !important;
    padding: 24px 16px 24px 0!important;
    gap: 16px;
    min-height: 40px;
    border: none;
    border-radius: 0;
    font-size: 16px !important;
    line-height: 100% !important;
    font-weight: 400 !important;
    color: #674717;
    border-bottom: 3px solid #674717;
    border-top: none;
    border-right: none;
    border-left: none;
}

.myacc-nav span.selection > span:focus-visible {
    border: none!important;
    outline: none!important;
    box-shadow: none!important;
}

#content > div > div > div > div > section > nav > div > div.myacc-nav__mobile > span > span.selection > span {
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    outline: none!important;
    box-shadow: none!important;
}

.myacc-nav__mobile > span > span.selection > span > span.select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    right: 1px;
    width: 20px;
}

.myacc-nav__mobile .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.iti__selected-flag {
    display: flex;
    align-items: flex-start!important;
    padding: 14px 6px 0 8px!important;
}

@media (max-width: 768px) {
    body.woocommerce-account > span > span.select2-dropdown {
        min-width: 60%;
    }
    .myacc-nav__mobile .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: -7px;
    }
    .addr-form__row {
        flex-direction: column;
        margin-bottom: 18px;
    }
    .addr-modal__dialog h5 {
        display: flex;
    }
    .addr-modal__dialog input {
        min-height: 42px;
    }
    #modal-billing > div > form > div.addr-form__row > label > span {
        max-width: 100%;
    }
    #modal-shipping > div > form > div:nth-child(4) > label > span > span.selection > span {
        max-width: 100%;
    }
}