/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Online test styles */
#forminator-module-7073 #radio-13 label:not(.forminator-has_image),
#forminator-module-7073 #radio-62 label:not(.forminator-has_image),
#forminator-module-7073 #radio-63 label:not(.forminator-has_image),
#forminator-module-7073 #radio-64 label:not(.forminator-has_image) {
    display: none;
}

/** CHARGEBEE MY ACCOUNT **/
.chargebee {
    /** @TODO this is also in the elementor template, so we need to do !important. Get it out of elementor **/
    display: block !important;
}

.chargebee-MyAccount-navigation {
    /** @TODO this is also in the elementor template, so we need to do !important. Get it out of elementor **/
    width: auto !important;
    display: none;
}

@media (min-width: 767px) {
    .chargebee {
        /** @TODO this is also in the elementor template, so we need to do !important. Get it out of elementor **/
        display: flex !important;
    }

    .chargebee-MyAccount-navigation {
        /** @TODO this is also in the elementor template, so we need to do !important. Get it out of elementor **/
        min-width: 270px !important;
        display: block;
    }

    .chargebee-MyAccount-content {
        width: 80%;
        border-left: 1px solid rgb(216, 216, 216);
        flex: 1;
    }
}

.chargebee-MyAccount-navigation ul {
    margin: 0;
    list-style-type: none;
}

.chargebee-MyAccount-navigation li {
    line-height: 3;
}

.chargebee-MyAccount-navigation li:hover a,
.chargebee-MyAccount-navigation li a.is-active {
    color: #fff;
    background: #000;
}

.chargebee-MyAccount-navigation li:hover a:before,
.chargebee-MyAccount-navigation li a.is-active:before {
    color: #fff;
    opacity: 1;
}

.chargebee-MyAccount-navigation a {
    font-size: 18px;
    font-family: "Inter";
    color: rgb(143, 143, 143);
    line-height: 3;
    width: 100%;
    display: block;
}

/** CHARGEBEE MY ACCOUNT ADDRESSES **/
.addresses-notes {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter";
    margin-left: 20px;
}

.addresses {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .addresses {
        flex-direction: column;
    }

	.address-title,
	.addresses,
	.address-form {
		margin-left: unset;
	}
}

.addresses-column {
    width: 100%;
    background-color: #f5f5f5;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 14px;
}

.addresses-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.addresses-title h3 {
    color: #000;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    font-family: "Inter";
}

.addresses address {
    font-size: 14px;
    margin-bottom: 20px;
    font-family: "Inter";
}

/** MY ACCOUNT - REFER A FRIEND **/
.your-invitation-section .title-section {
    font-family: "EB Garamond", Sans-serif;
    font-size: 50px;
    font-style: italic;
    font-weight: 700;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
}

.referral-url {
    margin-top: 26px;
}

.referral-url .url {
    word-break: break-all;
}

.referral-url,
.referral-code {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F2F2F2;
    padding: 10px 20px;
}

.referral-url .copy-to-clipboard,
.referral-code .copy-to-clipboard {
    font-family: "Inter", sans-serif;
    background-color: transparent;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    white-space: nowrap;
}

.referral-url .copy-to-clipboard:hover,
.referral-code .copy-to-clipboard:hover {
    background: transparent;
    color: #000;
}

.referral-url p,
.referral-code p {
    font-family: "Inter", sans-serif;
    color: #000000;
    margin: unset;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.referral-url span,
.referral-code span {
    font-weight: 600;
}

.referral-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.referral-form input {
    font-family: "Inter", sans-serif;
    width: 100%;
}

.referral-action {
    display: flex;
    justify-content: center;
}

.referral-action .send-referral-button {
    font-family: "Inter", sans-serif;
    color: #fff;
    background-color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin-top: 24px;
    padding: 10px 30px;
    border: 1px solid #000;
    width: 285px;
    text-align: center;
}

.referral-action .send-referral-button:hover {
    background-color: #fff;
    color: #000
}

@media (max-width: 767px) {
    .your-invitation-section .title-section {
        font-size: 30px;
        line-height: 38px;
    }

    .referral-form {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }

    .referral-action .send-referral-button {
        margin-top: 30px;
    }

    .referral-url {
        margin-top: 20px;
        padding: 10px 10px;
    }
}

.referral-url .copy-to-clipboard,
.referral-code .copy-to-clipboard {
    font-family: "Inter", sans-serif;
    background-color: transparent;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    white-space: nowrap;
}

.referral-url .copy-to-clipboard:hover,
.referral-code .copy-to-clipboard:hover {
    background: transparent;
    color: #000;
}

.referral-url p,
.referral-code p {
    font-family: "Inter", sans-serif;
    color: #000000;
    margin: unset;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.referral-url span,
.referral-code span {
    font-weight: 600;
}

.referral-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.referral-form input {
    font-family: "Inter", sans-serif;
    width: 100%;
}

.referral-action {
    display: flex;
    justify-content: center;
}

.referral-action .send-referral-button {
    font-family: "Inter", sans-serif;
    color: #fff;
    background-color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin-top: 24px;
    padding: 10px 30px;
    border: 1px solid #000;
}

.referral-action .send-referral-button:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 767px) {
    .referral-form {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }

    .referral-action .send-referral-button {
        margin-top: 30px;
    }

    .referral-url {
        margin-top: 20px;
        padding: 10px 10px;
    }
}

.referral-action .apple-wallet-button {
    margin-top: 20px;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 10px 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 285px;
    text-transform: uppercase;
}

.referral-action .apple-wallet-button:hover {
    background-color: #fff;
    color: #000;
}

.referral-action .apple-wallet-button .icon-wallet {
    height: 22px;
}

/** CART **/
.cart-coupon-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

/** CHECKOUT **/
#ck-guest-form {
    position: relative;
}

#kl-checkout-btn,
#kl-checkout-btn-mobile {
    position: relative;
}

#klira-checkout-back-to-contact-details {
    cursor: pointer;
    margin-bottom: 20px;
    text-decoration: underline;
}

#klira-checkout-back-to-contact-details h2 {
    font-size: 16px;
}

#klira-checkout-back-to-contact-details h2:before {
    content: "< ";
}

.kl-order-info-additional span {
    display: block;
    font-size: 12px;
    word-break: break-word;
}

.kl-cart-item-remove,
.kl-coupon-remove {
    cursor: pointer;
}

.kl-cart-item-remove {
    background-image: url('../img/cross.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.method-google-pay label img,
.method-apple-pay label img {
    height: 30px !important;
}

.kl-method-group {
    display: flex;
    margin-top: 10px;
}

.kl-method-group label img {
    display: inline-block;
}

.kl-order-item {
    flex-direction: column;
    position: relative;
    padding-bottom: 18px;

}

.kl-order-info,
.kl-order-price {
    font-weight: bold;
}

.kl-order-info-additional,
.kl-order-price {
    padding-left: 24px;
    font-style: italic;
    font-size: 0.8em;
}

.kl-order-price-discount {
    color: #9b9b9b;
    font-weight: 600;
    font-size: 12px;
}

.kl-order-item-gift .kl-order-gift-subtext {
    color: #9b9b9b;
    font-weight: 400;
    margin-top: 8px;
    font-style: normal;
    font-size: 12px;
}

.kl-order-item-media-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 12px;
}

.kl-order-item-media {
    width: 140px;
    min-width: 140px;
    height: 140px;
    background: #f7f7f7;
    overflow: hidden;
}

.kl-order-item-media img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    display: block;
}

.kl-order-item-content {
    width: 100%;
}

.kl-order-item-main-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}

.kl-order-item-left {
    min-width: 0;
    flex: 1;
}

.kl-order-item-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 6px;
    min-width: 74px;
}

.kl-order-item-title,
.kl-order-item-inline-price {
    margin: 0;
    font-weight: 700;
    line-height: 1.15;
    font-size: 12px;
}

.kl-order-item-inline-price {
    white-space: nowrap;
}

.kl-order-item-inline-was {
    text-decoration: line-through;
    color: #9b9b9b;
    font-weight: 400;
}

.kl-order-item-subtitle {
    margin: 4px 0 8px 0;
    color: #9b9b9b;
    font-size: 12px;
    line-height: 1.1;
    
    margin-bottom: 0;
    margin-top: 10px;
}

.kl-cart-item-remove-text {
    background: none;
    width: auto;
    height: auto;
    margin: 2px 0 0 0;
    color: #6d6d6d;
    font-size: 12px;
    text-decoration: underline;
    line-height: 1;
}

.kl-order-item-discount{
    margin: 0;
}

.kl-order-item-special-annual + .kl-order-item-gift {
    margin-top: 0;
}

.kl-order-item-remove-corner {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.kl-order-item-has-top-border {
    border-top: 1px solid #1f1f1f;
    padding-top: 12px;
}

.kl-order-item-has-bottom-border {
    border-bottom: 1px solid #1f1f1f;
    padding-bottom: 12px;
}

.kl-order-item-content .kl-order-info-additional {
    padding-left: 0;
    font-style: normal;
    font-size: 12px;
    color: #9b9b9b;
    line-height: 1.05;
    margin-top: 10px;
}

.kl-payment-list .kl-payment-row {
    border-bottom: 0;
    padding-bottom: 0;
}

.kl-payment-image {
    width: 40px;
}

.kl-payment-item__right {
    font-family: monospace;
}

#phone-payment-button button,
#phone-payment-button-mobile button {
    margin-top: 10px;
    width: 100%;
}

.not-you-button {
    width: 100px;
    text-align: right;
    color: #d9534f;
}

.not-you-button:hover {
    color: #000;
}







/** LOADING OVERLAY **/
.klira-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

body>.klira-loader {
    position: fixed;
}

.klira-loader .klira-loader-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    opacity: 0.5;
}

.klira-loader .klira-loader-content {
    width: 100px;
    height: 100px;
}

.klira-loader .klira-loader-content:after {
    background-image: url("/wp-content/uploads/2024/05/4hXnYg-2-1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    content: "";
    display: block;
    animation: spinX 3s infinite;
}

@keyframes spinX {
    0% {
        transform: rotateX(0deg);
        transform-origin: 0% 50% 0;
    }

    100% {
        transform: rotateX(360deg);
        transform-origin: 0% 50% 0;
    }
}

/* Order */
.button-subscription {
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    text-decoration: unset;
    text-transform: uppercase;
    border: 1px solid #000;
}

.button-subscription:hover {
    background-color: #fff;
    color: #000;
}

.view-subscription .title {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    color: #151515;
    font-family: "Inter", Sans-serif;
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: 0px;
    word-spacing: 0px;
}

.view-subscription .description {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.your-subscription-info {
    background-color: #f5f5f5;
    width: 100%;
}

.your-subscription-info tr td {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
}

.switch-terms-table {
    width: 100%;
}

.switch-terms-table thead tr th {
    text-align: left;
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: 600;
    padding: 22px;
}

.switch-terms-table tbody tr td {
    padding: 22px;
    font-size: 16px;
    font-weight: 400;
}

.switch-terms-table tbody tr td .choose-plan-button button {
    color: #151515;
    border: 1px solid #151515;
    background-color: #fff;
    padding: 20px 30px;
    text-decoration: unset;
    margin-top: 20px;
    text-transform: uppercase;
}

.switch-terms-table tbody tr td .choose-plan-button button:hover {
    color: #fff;
    background-color: #000;
}

.subscription-total-table {
    width: 100%;
    background-color: #f5f5f5;
}

.subscription-total-table thead tr th {
    text-align: left;
    text-transform: uppercase;
}

.subscription-total-table .order-item .product-name .item-meta {
    text-align: left;
    list-style: none;
    padding: unset;
    margin: unset;
}

.subscription-total-table tr th,
td {
    text-align: left;
    padding: 10px;
    font-size: 14px;
}

.subscription-total-table .price-amount {
    font-weight: 700;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addresses {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

@media (max-width: 767px) {
    .addresses {
        flex-direction: column;
    }
}

.addresses-column {
    width: 100%;
    background-color: #f5f5f5;
    margin-bottom: 0;
    padding: 20px 20px;
    font-size: 14px;
}

.addresses-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.addresses-title h3 {
    color: #000;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    font-family: "Inter";
    margin: unset;
    margin-bottom: 30px;
}

.addresses address {
    font-size: 14px;
    font-family: "Inter";
}

.addresses p {
    margin: unset;
}

/* Subscriptions */
.button-subscription {
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    text-decoration: unset;
    text-transform: uppercase;
    border: 1px solid #000;
}

.button-subscription:hover {
    background-color: #fff;
    color: #000;
}

.button-subscription[disabled] {
    opacity: 0.5;
}

.button-subscription[disabled]:hover {
    background-color: #000;
    color: #fff;
    cursor: wait !important;
}

.view-subscription .title {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    color: #151515;
    font-family: "Inter", Sans-serif;
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: 0px;
    word-spacing: 0px;
}

.view-subscription .description {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.your-subscription-info {
    background-color: #f5f5f5;
    width: 100%;
    position: relative;
}

.your-subscription-info tr td {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
}

.switch-terms-table {
    width: 100%;
}

.switch-terms-table thead tr th {
    text-align: left;
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: 600;
    padding: 22px;
}

.switch-terms-table tbody tr td {
    padding: 22px;
    font-size: 16px;
    font-weight: 400;
}

.switch-terms-table tbody tr td .choose-plan-button button {
    color: #151515;
    border: 1px solid #151515;
    background-color: #fff;
    padding: 20px 30px;
    text-decoration: unset;
    margin-top: 20px;
    text-transform: uppercase;
}

.switch-terms-table tbody tr td .choose-plan-button:hover button {
    color: #fff;
    background-color: #000;
}

.switch-terms-table tbody tr td .choose-plan-button[disabled] {
    opacity: 0.5;
}

.switch-terms-table tbody tr td .choose-plan-button[disabled]:hover button {
    background-color: #fff;
    color: #151515;
    cursor: wait !important;
}

.subscription-total-table {
    width: 100%;
    background-color: #f5f5f5;
}

.subscription-total-table thead tr th {
    text-align: left;
    text-transform: uppercase;
}

.subscription-total-table .order-item .product-name .item-meta {
    text-align: left;
    list-style: none;
    padding: unset;
    margin: unset;
}

.subscription-total-table tr th,
td {
    text-align: left;
    padding: 10px;
    font-size: 14px;
}

.subscription-total-table .price-amount {
    font-weight: 700;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addresses-notes {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter";
}

.addresses {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

@media (max-width: 767px) {
    .addresses {
        flex-direction: column;
    }
}

.addresses-column {
    width: 100%;
    background-color: #f5f5f5;
    margin-bottom: 0;
    padding: 20px 20px;
    font-size: 14px;
}

h3.addresses-title {
    color: #000;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    font-family: "Inter";
    margin: unset;
    margin-bottom: 30px;
}

.addresses address {
    font-size: 14px;
    font-family: "Inter";
}

.addresses p {
    margin: unset;
}

.subscription-price-amount {
    font-weight: 700;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#subscription-status {
    text-transform: capitalize;
}

.loading-area {
    position: relative;
}

.loading-area .loading-overlay {
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    opacity: 0.6;
    cursor: wait;
    position: absolute;
    animation: 0.75s linear 0s infinite normal none running loading-spin;
}

.loading-area.loading .loading-overlay {
    display: flex;
}

.button-subscription {
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    text-decoration: unset;
    text-transform: uppercase;
    border: 1px solid #000;
}

.button-subscription:hover {
    background-color: #fff;
    color: #000;
}

.my_account_subscriptions {
    width: 100%;
    background-color: #f5f5f5;
    margin-left: 20px;
}

.my_account_subscriptions tr td {
    display: table-cell;
}

.subscription-list-container tr.updates-pending td {
    text-align: center;
    border: 1px solid black;
}

.table-subscription-header {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding: 10px;
}

.table-subscription-content {
    padding: 10px;
    font-size: 14px;
}

.subscription-price-amount {
    font-weight: 700;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscription-id a {
    color: #000;
}

.pagination {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    justify-content: end;
}

.button-next,
.button-previous {
    padding: 10px 22px;
}

.view-subscription {
    margin-left: 20px;
}

.empty-subscription {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    padding: 10px 20px;
    margin-left: 20px;
}

.empty-subscription-text {
    font-weight: 400;
    margin: unset !important;
}

.empty-subscription-button {
    color: #fff;
    border: 1px solid #151515;
    background-color: #151515;
    padding: 10px;
    text-decoration: unset;
    text-transform: uppercase;
}

.empty-subscription-button:hover {
    color: #151515;
    background-color: #fff;
}

@media (max-width: 767px) {
    .my_account_subscriptions thead {
        display: none;
    }

    .table-subscription-list .table-subscription-row td::before {
        content: attr(data-title);
        font-weight: 600;
        display: table;
        float: left;
    }

    .table-subscription-list .table-subscription-row td {
        display: block;
        text-align: right;
    }
}

/* Shipping Address */
.address-title {
    color: #000000;
    font-family: "EB Garamond", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    line-height: 58px;
}

.address-name-group {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

@media (max-width: 767px) {
    .address-name-group {
        flex-direction: column;
        gap: 0;
    }

    .address-title {
		font-size: 30px;
		line-height: 38px;
		text-align: center;
	}
}

.address-form-row {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.address-label {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.address-input {
    padding: 10px;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    box-sizing: border-box;
    font-weight: 400;
    height: 44px;
    margin-top: 8px;
    font-size: 16px;
    width: 100%;

    .address-input:invalid {
        background-color: lightpink;
    }
}

.save-button {
    border: 2px solid #151515;
    background: #151515;
    color: #fff;
    padding: 10px 22px;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}

/* Billing address */
.address-name-group {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

@media (max-width: 767px) {
    .address-name-group {
        flex-direction: column;
        gap: 0;
    }
}

.address-form-row {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.address-label {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.address-input {
    padding: 10px;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    box-sizing: border-box;
    font-weight: 400;
    height: 44px;
    margin-top: 8px;
    font-size: 16px;
    width: 100%;
}

.save-button {
    border: 2px solid #151515;
    background: #151515;
    color: #fff;
    padding: 10px 22px;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}

/* Account Detail */
.account-name-group {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

@media (max-width: 767px) {
    .account-name-group {
        flex-direction: column;
        gap: 0;
    }
}

.account-form-row {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.account-label {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.required {
    color: red;
}

.account-input {
    padding: 10px;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    box-sizing: border-box;
    font-weight: 400;
    height: 44px;
    margin-top: 8px;
    font-size: 16px;
    width: 100%;
}

.save-button {
    border: 2px solid #151515;
    background: #151515;
    color: #fff;
    padding: 10px 22px;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}

.account-note-text {
    font-size: 16px;
    font-style: italic;
}

.password-input {
    position: relative;
}

.show-password-input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.show-password-input.display-password svg {
    filter: invert(98%) sepia(1%) saturate(3674%) hue-rotate(180deg) brightness(114%) contrast(82%);
}

.account-details-form {
    margin: unset;
	padding: unset;
}

.account-details-title {
    color: #000000;
    font-family: "EB Garamond", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    line-height: 58px;
}

@media (max-width: 767px) {
	.account-details-title {
		font-size: 30px;
		line-height: 38px;
		text-align: center;
	}
}

/* My Account Skinsize Diagnostic */
.your-skinsize-analysis {
  background-color: #FFFFFF;
	padding: unset;
}

.your-skinsize-analysis .your-skinsize-title {
	background-color: #F2F2F2;
	padding: 20px;
	margin-bottom: 0px;
	font-weight: 600;
	text-transform: uppercase;
}

.form-submission-header {
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	margin: 0 20px;
	padding: 20px 0 20px 20px;
	align-items: center;
}

.form-submission-header .expand-button {
	background-color: #fff;
	padding: unset;
    margin-right: 20px;
	display: flex;
	align-items: center;
    gap: 10px;
}

.form-submission-container .form-submission-header .expand-icon {
	rotate: 0deg;
}

.form-submission-container.active .form-submission-header .expand-icon {
	rotate: 180deg;
}

.form-submission-container .form-submission-details {
	display: none;
}

.form-submission-container.active .form-submission-details {
	display: block;
}

.skinsize-diagnostic {
	background-color: #FFFFFF;
	padding-bottom: 30px;
}

.skinsize-diagnostic .your-skinsize-analysis .form-submission-container {
	background-color: #f2f2f2;
    padding-bottom: 30px;
}

.form-submission-header h4{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: unset;
}

.form-submission-header p {
	margin: unset;
}

.form-submission-details {
	background-color: #fff;
}

.form-submission-details {
	margin: 0 20px;
	padding: 0 20px 20px 20px;
	border: unset;
}

.form-submission-details li:first-child {
	border-top: 1px solid #D8D8D8;
}

.form-submission-details li:last-child {
	border-bottom: 1px solid #D8D8D8;
}

@media (max-width: 767px) {
	.your-skinsize-analysis .your-skinsize-title {
		text-align: center;
		font-size: 16px;
	}

	.form-submission-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
}


/* My Account Subscription */
.your-membership {
  background-color: #fff;
}

.your-membership p {
    margin: 8px 0px;
}

.your-membership .text-header {
    font-family: "EB Garamond", Sans-serif;
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    font-style: italic;
}

.your-membership .list-container {
    background-color: #f2f2f2;
    padding: 20px;
}

.your-membership .list-container .sub-active-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.your-membership .list-container .list-item {
    border-collapse: collapse;
    width: 100%;
}

.your-membership .list-container .list-item td {
    vertical-align: middle;
    width: 25%;
    background-color: #f2f2f2;
}

.your-membership .discover-more-sub {
    margin-top: 40px;
}

.list-item .sub-active-image {
    text-align: -webkit-center;
}

.list-item .sub-active-image img {
    height: 200px;
}

.list-item .text {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.list-item .title {
    font-weight: 700;
}

.list-item button,
.klira-popup button,
.list-item .sub-actions a,
.klira-popup .sub-actions a {
    font-family: "Inter", sans-serif;
    padding: 10px 10px;
    width: 200px;
    cursor: pointer;
    border: 1px solid #000;
    background-color: unset;
    color: unset;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    display: block;
    text-align: center;
}

.list-item button:hover,
.klira-popup button:hover,
.list-item .sub-actions a:hover,
.klira-popup .sub-actions a:hover {
    background-color: #000;
    color: #fff;
}

.list-item .sub-actions ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.button-subscription-management {
    display: block;
    text-align: center;
}





.klira-popup {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
    overflow: hidden;
}

.popup-container {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 530px;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 40px 20px;
    text-align: -webkit-center;
}

.popup-container .klira-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.popup-title {
    font-family: "Inter", sans-serif;
    font-size: 26px;
    font-weight: 300;
}

.popup-sub-title {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.change-sub-popup .popup-sub-title {
    margin-top: 30px
}

.popup-container .klira-popup-close img {
    filter: brightness(0%) sepia(70) saturate(100) hue-rotate(360deg);
}

.popup-text {
    text-align: center;
    font-family: "Inter", sans-serif;
}

.klira-popup button {
    width: 100%;
    margin-top: 10px;
}

.auto-replenish-button,
.buy-now-button {
    margin-top: 10px;
}




.video-consultation-popup .time-inputs {
    display: flex;
    width: 100%;
    gap: 16px;
}

.video-consultation-popup .time-inputs input {
    width: 25%;
    height: 36px;
    border: 1px solid #000;
}

.video-consultation-popup button {
	text-transform: uppercase;
}

.video-consultation-popup #booking-package_inputFormPanel .title_in_form {
	font-weight: 300;
}

.subscription-cancellation-popup .popup-container {
    text-align: start;
}

.subscription-cancellation-popup .popup-container .popup-title {
    text-align: center;
}

.subscription-cancellation-popup .reason-leaving-form .options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: start;
}

.subscription-cancellation-popup .reason-leaving-other {
    width: 98.5%;
    height: 30px;
    border: 1px solid;
    display: none;
}

.subscription-cancellation-popup .resubscribe-klira-form .options {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    position: relative;
}

.subscription-cancellation-popup .resubscribe-klira-form .options::before {
    content: "No Chance!";
    position: absolute;
    top: 0px;
    font-size: 14px;
    color: rgb(4, 15, 19, 0.6);
}

.subscription-cancellation-popup .resubscribe-klira-form  .options::after {
    content: "Absolutely will!";
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
    color: rgb(4, 15, 19, 0.6);
}

.subscription-cancellation-popup .share-experience-input {
    width: 100%;
    border: 1px solid;
    font-family: "Inter", sans-serif;
    max-width: 100%;
    background: transparent;
}

.subscription-cancellation-popup .resubscribe-klira-form span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.subscription-cancellation-popup input[type="radio"] {
    accent-color: #000;
}

.subscription-cancellation-popup .cancel-retention-btn {
  margin-top: 10px;
}

@media (max-width: 767px) {
    .your-membership .list-container .list-item {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .your-membership .text-header {
        font-size: 30px;
        text-align: center;
    }

    .your-membership .list-container .list-item tr {
        display: flex;
        flex-direction: column;
    }

    .your-membership .list-container .list-title {
        text-align: center;
    }

    .your-membership .list-container .list-item td {
        width: 100%;
        text-align: -webkit-center;
    }

    .your-membership .list-container .list-item td ul {
        margin: unset;
    }

    .your-membership .list-container .list-item td button {
        width: 100%;
    }

    .your-membership .list-container .list-item td:empty {
        display: none;
    }

    .your-membership .list-container .list-item td a {
        width: 100%;
    }

    .popup-container {
        width: calc(100% - 40px);
        top: 62%;
    }
}

/* My Account Treatment */

.treatment {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Inter", sans-serif; 
  font-size: 16px;
  line-height: 24px;
}

.treatment p {
  margin: unset;
}

.treatment .text-header {
  font-family: "EB Garamond", Sans-serif;
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.treatment .treatment-section {
  background-color: #F2F2F2;
  padding: 32px 16px;
}

.treatment .treatment-title-section {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.treatment .treatment-text {
  font-weight: 300;
}

.treatment .treatment-title {
  font-weight: 700;
}

.month-formulation-container {
  background-color: #FFFFFF;
  padding: 32px 16px;
}

.month-formulation-table {
  border-spacing: 6px;
}

.month-formulation-table th, 
.month-formulation-table td {
  text-align: center;
  align-content: center;
}

.month-formulation-table td {
  background-color: #F3F3F3;
}

.product-title, .delivery-title {
  background-color: #DADADA;
}

.month-formulation-table .payment-due-date {
  font-weight: 500;
}

.month-formulation-table .awaiting-dispatch-date {
  font-weight: 500;
  color: #F97A09;
}

.month-formulation-table .dispatch-date {
  font-weight: 500;
  color: #FF0000;
}

.month-formulation-table .completed-date {
  font-weight: 500;
  color: #00B67A;
}

.notes-from-nurse-container {
  background-color: #FFFFFF;
  padding: 10px 16px;
}

.notes-from-nurse-container .note {
  padding: 20px 0px;
  display: grid;
  grid-template-columns: 0.5fr 1fr 140px;
  align-items: center;
}

.notes-from-nurse-container .note:nth-child(even) {
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
}

.treatment-documents .list-documents {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.treatment-documents .list-documents .document {
  height: 100%;
  background-color: #FFFFFF;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.treatment-documents .list-documents .treatment-title {
  font-weight: 600;
}

/* Uploads From patient notes Section */
.uploads-from-nurse .list-uploads {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .uploads-from-nurse .list-uploads .upload-card {
    background-color: #FFFFFF;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
  }

  .uploads-from-nurse .list-uploads .upload-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }

  .uploads-from-nurse .list-uploads img.upload-icon {
    height: 26px;
  }

  .uploads-from-nurse .upload-title {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
  }

  .uploads-from-nurse .no-uploads-message {
    font-style: italic;
    margin-top: 20px;
    color: #666;
  }  

  .survey-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .klira-survey-block{
    padding: 32px 16px;
  }
  .survey-block-content{
    background-color: #FFFFFF;
    padding: 10px 16px;
  }

/*********************
 Added to basket modal
 */
.item-added-to-basket-modal .digital-nature-modal-contents {
    overflow: hidden;
    text-align: center;
}

.item-added-to-basket-modal h1 {
    font-family: "EB Garamond", sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
}

.item-added-to-basket-modal .add-to-basket-modal-options {
    display: flex;
    justify-content: space-evenly;
}

.item-added-to-basket-modal button {
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #000000;
    padding: 12px 40px 12px 40px;
    border: 2px solid #000000;
    text-transform: uppercase;
    margin: 20px;
}

.item-added-to-basket-modal button:hover {
    color: #000000;
    background-color: #FFFFFF;
}

@media only screen and (max-width: 960px) {
    .item-added-to-basket-modal {
        font-size: 0.7em;
    }

    .item-added-to-basket-modal .add-to-basket-modal-options,
    .item-added-to-basket-modal button {
        display: block;
    }

    .item-added-to-basket-modal button {
        margin: 0 auto 10px;
    }
}












/*********************
 Product Pages
 */
.add-product-to-cart .elementor-button {
    cursor: pointer;
}
