/** Shopify CDN: Minification failed

Line 101:23 Unexpected "li"
Line 123:23 Unexpected "li"

**/
nav[role='navigation'] .pagination {
    justify-content: center;
    overflow: hidden;
}

nav[role='navigation'] .pagination li {
    padding: 5px;
    margin: 0;
    min-width: 0;
    background: transparent;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 4rem;
}

nav[role='navigation'] .pagination li a:hover {
    background: none;
}

nav[role='navigation'] .pagination li span {
    height: auto;
}

nav[role='navigation'] .pagination a,
nav[role='navigation'] .pagination [aria-current] {
    display: block;
    padding: 0 1rem !important;
    border-radius: 0;
    color: rgb(var(--color-black-alt-2));
}

.customer .field input:not(:placeholder-shown) ~ label {
    background: none;
}

.customer .is-full {
    width: 100%;
    max-width: 100%;
}

.customer ul.pagination li [aria-current]:after {
    height: 0.2rem !important;
}

.customer ul.pagination > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 0rem 1rem !important;
    text-decoration: none;
}

.customer ul.pagination li::first-child:not([aria-label*='Previous'], [aria-label='Next']) {
    padding: 0 1rem !important;
}

.customer .h2 {
    text-transform: capitalize;
    color: rgb(var(--color-dark-grey));
}

.customer tbody tr:nth-child(even),
.customer thead,
.customer tfoot {
    background-color: rgb(var(--color-light-grey));
}

.customer .form__message {
    color: rgb(var(--color-dark-grey));
}

.customer .errors {
    color: rgb(var(--color-red));
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    letter-spacing: normal;
}

.customer.addresses ul:not(.list, .pagination, .check-list, ul[aria-label='Discount']),
.customer.account ul:not(.list, .pagination, .check-list, ul[aria-label='Discount']),
.customer.order ul:not(.list, .pagination, .check-list, ul[aria-label='Discount']),
.customer.activate ul:not(.list, .pagination, .check-list, ul[aria-label='Discount']) {
    margin: 0 -1.6rem;
    display: flex;
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: auto;
}

.customer.addresses
    ul:not(.check-list)li:not([data-value], .pagination li, ul[aria-label='Discount'] li),
.customer.account
    ul:not(.check-list)li:not([data-value], .pagination li, ul[aria-label='Discount'] li),
.customer.order
    ul:not(.check-list)li:not([data-value], .pagination li, ul[aria-label='Discount'] li),
.customer.activate
    ul:not(.check-list)li:not([data-value], .pagination li, ul[aria-label='Discount'] li),
.customer.addresses .default-address-card,
.customer.account .default-address-card,
.customer.order .default-address-card,
.customer.activate .default-address-card {
    border-radius: 1.2rem;
    padding: 3.6rem;
    position: relative;
    background-color: rgb(var(--color-light-grey));
    margin: 1.6rem;
    min-width: 28rem;
    max-width: 100%;
    text-align: left;
}

.customer.addresses
    ul:not(.check-list)li:not(
        [data-value],
        .pagination li,
        ul[aria-label='Discount'] li
    )[data-address]
    > h2,
.customer.account
    ul:not(.check-list)li:not(
        [data-value],
        .pagination li,
        ul[aria-label='Discount'] li
    )[data-address]
    > h2,
.customer.order
    ul:not(.check-list)li:not(
        [data-value],
        .pagination li,
        ul[aria-label='Discount'] li
    )[data-address]
    > h2,
.customer.activate
    ul:not(.check-list)li:not(
        [data-value],
        .pagination li,
        ul[aria-label='Discount'] li
    )[data-address]
    > h2,
.customer.addresses .default-address-card[data-address] > h2,
.customer.account .default-address-card[data-address] > h2,
.customer.order .default-address-card[data-address] > h2,
.customer.activate .default-address-card[data-address] > h2 {
    text-align: left;
    margin-top: 0;
}

.customer.addresses .default-address-card,
.customer.account .default-address-card,
.customer.order .default-address-card,
.customer.activate .default-address-card {
    margin: 0;
}

.customer.addresses .button-text-link svg,
.customer.account .button-text-link svg,
.customer.order .button-text-link svg,
.customer.activate .button-text-link svg {
    transform: rotate(180deg);
    width: auto;
    margin-right: 0.6rem;
    margin-top: -0.2rem;
}

@media (max-width: 768px) {
    .customer.addresses .button-text-link svg,
    .customer.account .button-text-link svg,
    .customer.order .button-text-link svg,
    .customer.activate .button-text-link svg {
        margin-top: 0.7rem;
    }
}

.customer.order [aria-label='Discount'] {
    flex-wrap: wrap;
}

.customer select + svg {
    display: none;
}

.account h1 + a {
    align-items: flex-start !important;
}

form[id*='address_form_'] .select,
form[id*='address_form_'] .nice-select {
    width: 100%;
    background: transparent;
}

.addresses form button[type] {
    background-color: none;
    box-shadow: none;
    color: inherit;
    box-shadow: none !important;
}

[data-address] .address-edit-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 2rem;
    gap: 1rem;
    position: relative;
}

@media (max-width: 650px) {
    [data-address] .address-edit-wrapper {
        flex-direction: row;
        gap: 1rem;
    }
}

[data-address] .address-edit-wrapper.editing {
    flex-direction: column;
    gap: 0;
    position: relative;
}

[data-address] .address-edit-wrapper button {
    margin: 1rem 0 !important;
}

[data-address='false'] .address-edit-wrapper.not-editing,
[data-address='false'] .address-edit-wrapper.editing {
    position: absolute;
    bottom: 2.5rem;
}

li[data-address] {
    min-height: 35rem;
}

.customer.register,
.customer.account h1.page-title {
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--duration-short) ease-in-out;
}

.customer.register.visible,
.customer.account h1.page-title.visible {
    opacity: 1;
    pointer-events: all;
}

.customer:not(.account, .order) {
    margin: 6rem auto 9rem;
    padding: 0 1.5rem;
}

@media screen and (min-width: 750px) {
    .customer.login,
    .customer.register,
    .customer.activate {
        max-width: 47.8rem;
    }
}

.customer ul {
    line-height: 1.6;
    padding-left: 2.5rem;
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.customer ul a {
    display: inline;
}

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

.customer h2.form__message {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 750px) {
    .customer h2.form__message {
        font-size: 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;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0;
}

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

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

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

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

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

.customer td:empty {
    display: initial;
}

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

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

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

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

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

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

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

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

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

.customer tbody tr {
    border-top: 0.01rem solid #f5f4f7;
}

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

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

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

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

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

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

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

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

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

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

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

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

.customer .pagination li:not(:last-child) {
    margin-right: 1rem;
}

.customer .pagination li :first-child {
    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 ul.pagination li [aria-current] {
    font-weight: bold;
}

.customer .pagination li a {
    margin: 0;
    position: static;
}

.customer .pagination li a:not(.pagination-next):not(.pagination-previous)::after {
    transform: none;
}

/* 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: 1.6rem;
}

#customer_login_guest button {
    margin-top: 0;
}

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

#recover:target {
    display: inline;
}

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

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

.addresses li > button,
.addresses form button[type] {
    background-color: transparent;
    box-shadow: 0 0 0 0.1rem rgb(var(--color-link));
    color: rgb(var(--color-link));
}

.addresses li > button:hover,
.addresses form button[type]:hover {
    box-shadow: 0 0 0 0.2rem rgb(var(--color-link));
}

/* Account/Order */
:is(.account, .customer, .order) {
    margin: 6rem auto 9rem;
    max-width: var(--page-width);
}

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

:is(.account, .order) p:not(.item-status, .is-style-4) {
    margin: 0 0 1.4rem;
    font-size: 1.6rem;
    line-height: 20px;
}

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

:is(.account, .order, .customer) .page-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

:is(.account, .order, .customer) .page-title {
    display: block;
    margin-bottom: 0;
}

:is(.account, .order, .customer) .logout-link {
    display: inline-flex;
    align-items: flex-start;
}

:is(.account, .order, .customer) .page-title-wrapper .logout-link 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;
        padding-right: 3.2rem;
    }

    .account table td:first-of-type {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
        padding-left: 3.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);
    font-size: 1.2rem;
    vertical-align: middle;
    display: inline-block;
}

.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;
    font-size: 24px;
    text-transform: uppercase;
}

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

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

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

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

.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;
    font-family: Montserrat, sans-serif;
}

.order .properties span {
    display: block;
    line-height: 1.2;
}

.order dl {
    margin: 0;
}

.order dd {
    margin-left: 0;
    line-height: 1.3;
}

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

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

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

.order .order-date-p {
    margin-bottom: 24px;
}

.customer.order li svg {
    margin-right: 0.5rem;
    width: 1.1rem;
}

/* 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;
}

.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 [data-address='false'] div[id]:not(#AddressList, #EditAddresses, .nm__field) {
    display: none;
}

.addresses [data-address='true'] div[id] {
    display: block;
}

.addresses h2 {
    text-align: left;
    margin-bottom: 24px;
}

li[data-address] > h2 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 0;
}

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

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

.addresses input[type='checkbox'] {
    margin: 0;
}

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

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

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

/* rc_login */
#rc_login {
    display: none !important;
}

@media screen and (min-width: 750px) {
    .account-details-wrapper {
        margin-top: 3.2rem;
    }
}

.grey-box-content {
    background: #f5f4f7;
    border-radius: 10px;
    padding: 32px;
    letter-spacing: normal;
    margin-bottom: 16px;
}

@media screen and (max-width: 749px) {
    .grey-box-content {
        padding: 24px;
    }
}

.grey-box-content .box-title {
    margin-bottom: 24px;
}

.grey-box-content .nm__field label {
    line-height: 24px;
    margin-bottom: 8px;
}

.grey-box-content .nm__field {
    margin-bottom: 2.4rem;
}

.grey-box-content .field input {
    background: #ffffff;
}

.grey-box-content .nm__field input[type='checkbox'] {
    vertical-align: middle;
}

.grey-box-content .nm__field input[type='text'],
.nm__field input[type='number'],
.grey-box-content .nm__field input[type='email'],
.nm__field input[type='password'],
.grey-box-content .nm__field input[type='search'],
.nm__field input[type='tel'] {
    height: 47px;
}

.account-details-content .grid {
    margin-bottom: 0;
}

.account-details-content .grid__item {
    padding-bottom: 24px;
}

@media screen and (min-width: 750px) {
    .account-details-content .grid {
        margin-left: -3.2rem;
    }

    .account-details-content .grid__item {
        padding-left: 3.2rem;
        padding-bottom: 32px;
    }
}

.account-details-content #tab_my-account .grid__item {
    padding-bottom: 0;
}

.section-detail {
    border-bottom: 1px solid rgb(var(--color-medium-light-grey-alt-6));
    padding: 16px 0;
}

@media screen and (max-width: 749px) {
    .grey-box-content .grid:first-child > .grid__item:first-child .section-detail {
        border-top: 1px solid rgb(var(--color-medium-light-grey-alt-6));
    }
}

@media screen and (min-width: 750px) {
    .section-detail_top {
        border-top: 1px solid rgb(var(--color-medium-light-grey-alt-6));
    }
}

.section-detail .section-detail-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.section-detail .section-detail-content {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}

.section-detail .section-detail-content p {
    margin-bottom: 0;
    min-height: 97px;
}

.section-detail .section-detail-content svg {
    margin: 0 0 0 5px;
    width: auto;
}

.grey-box-content .grid-flex {
    display: flex;
    flex-direction: column;
}

.grey-box-content .grid-flex .grid-flex-item {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.account-details-content [data-address='false'] .address-edit-wrapper {
    position: static;
    justify-content: start;
}

.account-details-content [data-address] .address-edit-wrapper button {
    background: #ffffff !important;
    margin-bottom: 0 !important;
}

.account-details-content [data-address] .address-edit-wrapper button:first-child {
    margin-right: 18px !important;
}

.account-sidebar {
    background: #ffffff;
    border: 1px solid rgb(var(--color-medium-light-grey-alt-6));
    border-radius: 10px;
    padding: 0 32px;
    max-width: 280px;
}

.account-sidebar .sidebar-link {
    border-bottom: 1px solid rgb(var(--color-medium-light-grey-alt-6));
    padding: 24px 0;
}

.account-sidebar .sidebar-link:last-child {
    border-bottom: none;
}

.account-sidebar .sidebar-link a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: normal;
}

.account-sidebar .sidebar-sublinks {
    padding-left: 32px;
    padding-top: 8px;
    display: none;
}

.account-sidebar .sidebar-sublink {
    border: none;
    padding: 8px 0;
}

.account-sidebar .sidebar-sublink:last-child {
    padding-bottom: 0;
}

.account-sidebar .sidebar-sublink a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.account-sidebar .sidebar-link.active > a,
.account-sidebar .sidebar-link a:hover {
    color: #343438;
    font-weight: 700;
}

.account-sidebar .sidebar-link svg:not(.icon-down-arrow) {
    display: none;
}

.account-sidebar .sidebar-link.active > a > svg {
    display: block;
}

.account-sidebar .sidebar-link .icon-down-arrow {
    -webkit-transition:
        all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    -ms-transition:
        all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    transition:
        all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
}

.account-sidebar .sidebar-link.open .icon-down-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.5;
}

.account-sidebar .sidebar-link.open > .sidebar-sublinks {
    display: block;
}

.account-sidebar .open-mobile-nav {
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    letter-spacing: normal;
    font-size: 16px;
    padding: 9px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #6b6b6e;
}

.account-sidebar.active .open-mobile-nav {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.account-sidebar .open-mobile-nav .icon-down-arrow {
    -webkit-transition:
        all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    -ms-transition:
        all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    transition:
        all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
}

.grey-box-content.box-content-address {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.box-content-address .address-p {
    flex-grow: 1;
}

.check-list li {
    margin-bottom: 16px;
}

.check-list input[type='checkbox'],
.check-list input[type='radio'] {
    margin: 5px 8px 0 0;
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #8b8b8d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    position: relative;
    border-radius: 4px;
}

.check-list li input[type='checkbox'],
.check-list li input[type='radio'] {
    float: left;
}

.check-list input[type='checkbox']:checked,
.check-list input[type='radio']:checked {
    background-color: #6b6b6e;
}

.check-list input[type='checkbox']:after,
.check-list input[type='radio']:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    width: 10px;
    height: 8px;
    margin-left: -5px;
    margin-top: -4px;
    background-image: url(https://www.naturemade.com/cdn/shop/t/405/assets/checkbox-tick.svg), none;
    background-size: 8px 6px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.check-list input[type='checkbox']:checked:after,
.check-list input[type='radio']:checked:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
}

.check-list li label {
    display: block;
    overflow: hidden;
    line-height: 24px;
    color: #343438;
    font-family: 'Lato', sans-serif;
    letter-spacing: normal;
}

.check-list .sms-number-wrapper {
    display: none;
}

.check-list input[type='checkbox']:checked ~ .sms-number-wrapper {
    opacity: 1;
    visibility: visible;
}

.check-list input[type='phone'] {
    font-size: 16px;
    padding: 14px 16px;
    border: 1px solid #6b6b6e;
    border-radius: 4px;
    margin: 8px 0 4px;
    color: #4c4c4c;
}

.check-list .phone-validation-msg {
    line-height: 24px;
    color: #00753e;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.check-list .phone-validation-msg.error {
    color: #b22535;
}

/* account modals */
.account-edit-modal .fancybox__backdrop {
    background: rgba(73, 73, 73, 0.18);
}

.account-edit-modal [data-fancybox-close] svg path {
    fill: #000000;
}

.account-edit-modal .account-modal {
    max-width: 400px;
    padding: 16px 24px;
    letter-spacing: normal;
    width: 100%;
}

.account-edit-modal .account-modal#editEmailModal,
.account-edit-modal .account-modal#editPasswordModal {
    max-width: 309px;
    padding: 32px;
}

.account-edit-modal .account-modal#editBirthdayModal {
    padding: 0;
}

.account-modal-header {
    border-bottom: 1px solid rgb(var(--color-medium-light-grey-alt-2));
    padding: 16px 24px;
}

.account-edit-modal #editBirthdayModal [data-fancybox-close] {
    margin: 9px 14px 0 0;
}

.account-modal-header h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.account-modal-content {
    padding: 24px;
}

.account-modal-content h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

.account-modal .date-dropdowns select {
    margin-bottom: 16px;
}

.account-modal .date-dropdowns select,
:is(.account, .order) select,
body#recharge-novum #recharge-te select {
    padding: 12px 16px;
    font-family: 'Lato', sans-serif;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url(https://www.naturemade.com/cdn/shop/t/405/assets/select-dropdown.png), none;
    background-position: 100% 50%;
    font-size: 16px;
}

/* Password Reset */
.reset-password .customer {
    max-width: 350px;
    margin-top: 24px;
}

.reset-password h1 {
    margin-bottom: 16px;
}

.reset-password .customer label {
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    margin-bottom: 8px;
    letter-spacing: normal;
}

.reset-password .customer .field {
    margin-bottom: 24px;
}

.order-history-mobile-item {
    margin-bottom: 16px;
}

.order-history-mobile-grid label {
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
}

.order-history-mobile-grid .grid__item-order-history-mobile {
    padding-bottom: 0;
}

.order-line-item {
    border-bottom: 1px solid rgb(var(--color-medium-light-grey-alt-6));
    padding: 24px 0;
}

.order-line-item:first-child {
    padding-top: 0;
}

.order-line-item-row {
    display: flex;
    justify-content: space-between;
}

.order-line-item .h4 {
    font-size: 14px;
    line-height: 30px;
}

.order-details-mobile label,
.order-line-item-row {
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #343438;
}

.order-line-item-header .properties {
    margin-bottom: 8px;
}

.order-line-item-header ul[aria-label='Discount'] {
    font-size: 14px;
    padding-left: 0;
}

.order-line-item-row dl {
    display: flex;
    gap: 4px;
}

.order-totals {
    margin-top: 24px;
}

.order-line-item-footer,
.order-line-item-footer label {
    font-size: 18px;
    line-height: 24px;
}

.order-line-item-footer {
    margin-top: 24px;
}

@media screen and (max-width: 749px) {
    .logout-link .button {
        font-size: 12px;
    }

    :is(.account, .order, .customer) .logout-link {
        white-space: nowrap;
    }

    :is(.account, .order, .customer) .page-title-wrapper .logout-link svg {
        width: 11px;
        margin-top: 7px;
        margin-bottom: 0;
        margin-right: 0.7rem;
    }

    .account-edit-modal .account-modal#editEmailModal,
    .account-edit-modal .account-modal#editPasswordModal {
        padding: 32px 20px;
    }

    .account-modal-header {
        padding: 16px 20px;
    }

    .account-modal-header h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .account-modal-content {
        padding: 20px;
    }

    .account-modal-content h4 {
        font-size: 16px;
        font-weight: 500;
    }

    .account-edit-modal #editBirthdayModal [data-fancybox-close] {
        margin: 4px 10px 0 0;
    }

    .grey-box-content.box-content-address h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .grey-box-content.box-content-address .address-edit-wrapper {
        gap: 0;
        margin-top: 0;
    }

    .grey-box-content .nm__field,
    .grey-box-content .box-title {
        margin-bottom: 16px;
    }

    .grey-box-content .add-cancel {
        flex-direction: column-reverse;
    }

    .grey-box-content button[type='submit'],
    .grey-box-content button[type='reset'] {
        margin: 0 !important;
    }

    button.add-address-btn,
    .grey-box-content button[type='submit'] {
        margin-bottom: 24px !important;
    }

    #submit-preference-btn {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .small--full-width {
        width: 100% !important;
    }

    .small-margin-bottom-0 {
        margin-bottom: 0 !important;
    }
}

@media print, screen and (max-width: 63.99em) {
    :is(.account, .order, .customer) .page-title-wrapper {
        margin-bottom: 12px;
    }

    .account-sidebar {
        max-width: none;
        padding: 0;
        margin-bottom: 24px;
        height: 48px;
        border: none;
    }

    .account-sidebar .sidebar-linklist {
        display: none;
        padding: 6px 20px 8px;
    }

    .account-sidebar.active .sidebar-linklist {
        display: block;
        position: relative;
        background: #ffffff;
        border: 1px solid #6b6b6e;
        border-width: 0 1px 1px;
        top: -1px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        z-index: 16;
    }

    .account-sidebar.active .open-mobile-nav .icon-down-arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .account-sidebar .sidebar-link {
        border: none;
        padding: 8px 0;
    }

    .account-sidebar .sidebar-link a {
        font-weight: 400;
        font-family: 'Lato', sans-serif;
    }

    body#recharge-novum #recharge-te .account-sidebar .open-mobile-nav,
    body#recharge-novum #recharge-te .account-sidebar .sidebar-link a {
        font-family: Lato, sans-serif;
    }
}
/* Customer Account Reset - Safari Input Fix */
.customer.login .field input:focus,
.customer.login .field input:active {
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55) !important;
}

/* Login Page Gorgias Chat Exception */
body.page-type__customers\/register #chat-button,
body.page-type__customers\/login #chat-button,
body.gradient.page-type__captcha #chat-button {
    bottom: 0 !important;
}

body[data-chat-enabled].page-type__customers\/login #chat-button,
body[data-chat-enabled].page-type__customers\/register #chat-button,
body[data-chat-enabled].page-type__captcha #chat-button,
body[data-chat-enabled].gradient.page-type__captcha #chat-button {
    right: 5rem !important;
}

@media screen and (max-width: 750px) {
    body[data-chat-enabled].page-type__customers\/login #chat-button,
    body[data-chat-enabled].page-type__customers\/register #chat-button {
        right: 0rem !important;
    }
}

.item-status.discontinue-flag {
    display: inline-block;
    position: static;
    margin-bottom: 1rem;
    width: auto !important;
    height: auto;
    border-radius: 0.4rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 700;
    padding: 0.4rem 1.2rem;
}

body#recharge-novum .item-status {
    color: var(--color-white);
}

body#recharge-novum .search .field {
    border-bottom: 0.3rem solid var(--color-white);
}

body#recharge-novum .loader {
    animation: none;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
}

body#recharge-novum header .header-wrapper .is-sticky,
body#recharge-novum header .main-nav-dropdown-wrapper,
body#recharge-novum .quick_search_list,
body#recharge-novum .mobile-nav-wrapper .mobile-nav {
    background: var(--color-white);
}

body#recharge-novum .blue-bar .blue-bar-inner-container:after {
    background: radial-gradient(circle at center, var(--color-white) 0%, rgba(7, 67, 144, 0.1) 70%);
}

#recover::before,
#login::before {
    content: '';
    display: block;
    height: 300px;
    margin-top: -300px;
    visibility: hidden;
}

/* Remove Outline */

#recover,
#login {
    outline: none !important;
}
