.voltra-popup-open{
    overflow: hidden;
}

.account-info {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 39px;
}

.section-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.form-row {
    display: flex;
    gap: 0 16px;
    flex-wrap: wrap;
}
.woocommerce-page form .form-row::before,
.woocommerce-page form .form-row::after{
    display: none;
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
form.woocommerce-form-login.login .form-row{
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.form-group {
    flex: 1;
    position: relative;
    margin-bottom: 24px;
}
.woocommerce form .form-row label{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #222222;
    margin-bottom: 10px;
    width: 100%;
}
.form-group label {
    display: block;
    margin-bottom: 10px;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.17px;
}
.login-section h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34.75px;
    color: #222222;
    margin: 0 0 40px;
}
.form-group input,
.form-group select {
    border: 1px solid #6A6A6A;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
}
.form-group select{
    color: #6A6A6A;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white !important;
    padding: 10px;
    height: 54px;
}
.form-group select:valid{
    color: #000;
}
.form-group input:focus,
.form-group select:focus{
    border-color: #000;
}
.login-section .form-group input {
    margin-bottom: 10px;
}
.login-section {
    border-top: 1px solid #959595;
    margin-top: 57px;
    padding-top: 82px;
    margin-bottom: 195px;
}
.woocommerce-account .woocommerce .login-section h2 {
    text-align: left;
    margin-bottom: 40px;
}
.form-group select[readonly],
.form-group input[readonly] {
    cursor: default;
    color: #000;
    opacity: 1;
    background: none;
}
span.required {
    color: #990000;
}
/* Popup Styles */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: white;
    padding: 17.5px 0 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 700px;
    position: relative;
}

.popup-content h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 34.75px;
    color: #000000;
    text-align: center;
}
.popup-content .popup-header {
    border-bottom: 1px solid #D9D9D9;
    position: relative;
    padding: 0 0 17px;
    margin-bottom: 30px;
}
.popup-content .popup-header .popup-close {
    position: absolute;
    left: 29px;
    top: 10px;
    padding: 0;
    border: 0;
    background: transparent;
}
.woocommerce-MyAccount {
    margin-top: 40px;
}

/* Buttons */
.edit-button {
    padding: 6px 12px;
    background-color: transparent;
    color: #5F7935;
    border: 1px solid #5F7935;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.edit-button:hover {
    background-color: #5F7935;
    color: white;
}

.popup-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding-top: 10px;
}

.cancel-button {
    padding: 16px;
    background-color: #fff;
    border: 2px solid #5F7935;
    border-radius: 100px;
    cursor: pointer;
    flex: 1;
    color: #5F7935;
}
/* .cancel-button:hover{
    background-color: #5F7935;
    color: #fff;
} */
.save-button {
    padding: 16px;
    background-color: #5F7935;
    border: 2px solid #5F7935;
    color: white;
    border-radius: 100px;
    cursor: pointer;
    flex: 1;
}
/* .save-button:hover{
    background: transparent;
    color: #5F7935;
} */
/* Thêm styles mới cho validation và loading */
.form-group.has-error input,
.form-group.has-error select,
.form-group .error-input{
    border-color: #990000;
}
form.woocommerce-form-login.login .form-row input.error-input{
    border-color: #990000;
}
.error-message {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #990000;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.woocommerce-form-login > .error-message {
    margin-bottom: 24px;
}
.woocommerce-form-login > .error-message a{
    display: none;
}
.save-button.loading {
    position: relative;
    color: transparent;
}

.save-button.loading .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spins 1s linear infinite;
}

@keyframes spins {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    box-shadow: none;
}

/* Success Message Styles */
.success-message {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    background: #4CAF50;
    color: white;
    padding: 16px 24px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 1100;
    animation: slideIn 0.3s ease;
}

.success-icon {
    font-size: 20px;
    margin-right: 12px;
}

.success-text {
    font-size: 14px;
}

#basic-user-avatar-form > *:not(img) {
    display: none;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Password Strength Indicator */
.password-strength {
    margin-top: 4px;
    font-size: 12px;
}

.password-strength.weak {
    color: #dc3545;
}

.password-strength.medium {
    color: #ffc107;
}

.password-strength.strong {
    color: #28a745;
}

/* Loading Spinner Animation */
@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.woocommerce-MyAccount-avatar .avatar-preview {
    text-align: center;
}
.woocommerce-MyAccount-avatar .avatar-preview img {
    border-radius: 50%;
    border: 1px solid #5F7935;
    width: 120px;
    height: auto;
    cursor: pointer;
}
.woocommerce-MyAccount-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce-MyAccount-avatar .user-info h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 47.36px;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.woocommerce-MyAccount-avatar .user-info .edit-avatar {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.17px;
    text-align: center;
    color: #5F7935;
    background: transparent;
    border: 1px solid #5F7935;
    border-radius: 40px;
    padding: 4px 20px 6px;
    height: 40px;
}
.woocommerce-MyAccount-avatar .user-info {
    margin-left: 24px;
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    display: flex;
    border-bottom: 1px solid #D9D9D9;
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li {
    list-style-type: none;
    position: relative;
    padding: 28px 0px;
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 28.96px;
    color: #000;
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li:not(:first-child) {
    margin-left: 68px;
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #5F7935;
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li.is-active:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #5F7935;
    position: absolute;
    bottom: 0;
    left: 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    padding-top: 40px;
}
.woocommerce-account .woocommerce-MyAccount-content .account-info {
    max-width: inherit;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .account-info .section-header a {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.17px;
    color: #000000;
    position: relative;
    text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content .account-info .section-header h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34.75px;
    color: #222222;
    margin: 0;
}
.form-group a {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #000000;
    position: relative;
    text-decoration: underline;
}
/* .woocommerce-account .woocommerce-MyAccount-content .account-info .section-header a:hover,
.form-group a:hover{
    color: #5F7935;
}
.form-group a:before,
.woocommerce-account .woocommerce-MyAccount-content .account-info .section-header a:before{
    content: '';
    background: currentColor;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    transform: scaleX(1);
    transform-origin: left;
} 
.form-group a:hover:before,
.woocommerce-account .woocommerce-MyAccount-content .account-info .section-header a:hover:before{
    transform: scaleX(0);
    transform-origin: right;
}*/
form.woocommerce-form-login.login .form-row input {
    border-color: #6A6A6A;
    padding: 13px 20px 13px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
}
form.woocommerce-form-login.login .form-row input::placeholder{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #6A6A6A;
}
form.woocommerce-form-login.login .form-row input:-ms-input-placeholder{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #6A6A6A;
}
form.woocommerce-form-login.login .form-row input:-moz-placeholder{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #6A6A6A;
}
form.woocommerce-form.woocommerce-form-login.login {
    border: 0;
    padding: 0;
    margin: 0 auto 113px;
    max-width: 660px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    background: #5F7935!important;
    border: 2px solid #5F7935!important;
    color: #fff !important;
    width: 100%;
    border-radius: 100px;
    margin: 0;
    opacity: 1 !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover{
    background: #5F7935;
    color: #fff;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit.loading {
    opacity: 1;
    padding: .618em 1em;
}
.woocommerce form .password-input, .woocommerce-page form .password-input{
    width: 100%;
}
.woocommerce-register .register-wrapper {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
}
.woocommerce-register .register-wrapper form {
    text-align: left;
    margin-bottom: 107px;
}
.form-group .note {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    margin-top: 10px;
}
.woocommerce-register .register-wrapper form button{
    width: 100%;
    margin-top: 6px;
}
.woocommerce-register .register-wrapper form .checkbox-container label {
    padding-left: 39px;
    position: relative;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin: 0;
}
.woocommerce-register .register-wrapper form p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
}
.woocommerce-register .register-wrapper form .checkbox-container label:before {
    position: absolute;
    top: 2px;
    left: 0;
}
/* .woocommerce-register .register-wrapper form .checkbox-container input[type="checkbox"]:checked ~ label:before {
    background: url('../images/tick-icon.svg') no-repeat center;
} */
.woocommerce-register .register-wrapper form .checkbox-container{
    margin-bottom: 24px;
}
.woocommerce-register .register-header a {
    position: relative;
    text-decoration: underline;
}
/* .woocommerce-register .register-header a:before {
    content: '';
    background: currentColor;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    transform: scaleX(1);
    transform-origin: left;
}
.woocommerce-register .register-header a:hover:before{
    transform: scaleX(0);
    transform-origin: right;
} */
.privacy-policy {
    text-align: center;
}
form.woocommerce-form.woocommerce-form-login.login .nsl-container-buttons .nsl-button {
    box-shadow: none;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
}
form.woocommerce-form.woocommerce-form-login.login .nsl-container-buttons a {
    width: 50%;
}
form.woocommerce-form.woocommerce-form-login.login .nsl-container-buttons {
    justify-content: center;
}
.woocommerce-account .woocommerce h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    color: #222222;
    margin: 0 0 20px;
}
form.woocommerce-form.woocommerce-form-login.login .lost_password {
    margin-top: -15px;
    margin-bottom: 35px;
}
.woocommerce-register .register-header h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34.75px;
    color: #222222;
    margin: 0 0 19px;
}
.woocommerce-register .register-wrapper .subtitle {
    margin-bottom: 22px;
}
.popup-content .container {
    padding: 0 24px;
}
.woocommerce-register .register-header p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.woocommerce-register .register-header p.back-to-login{
    font-size: 24px;
    font-weight: 500;
    line-height: 34.75px;
    color: #222;
    margin-bottom: 40px;
}
.woocommerce-register .register-header .back-to-login a {
    padding-left: 27px;
    text-decoration: none;
}
.woocommerce-register .register-header .back-to-login a:before {
    content: '';
    background: url('../images/back-arrow.svg') no-repeat center;
    width: 11px;
    height: 19px;
    left: 0;
    top: 8px;
    transform: scaleX(1);
    position: absolute;
}
/* .woocommerce-register .register-header .back-to-login a:hover:before{
    background: url('../images/back-arrow-hover.svg') no-repeat center;
} */
.woocommerce-register .register-header {
    margin-bottom: 21px;
}
form.woocommerce-form.woocommerce-form-login.login .text-or {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    position: relative;
}
form.woocommerce-form.woocommerce-form-login.login .text-or:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 12px;
}
form.woocommerce-form.woocommerce-form-login.login .text-or span {
    background: #fff;
    position: relative;
    padding: 0 20px;
}
form.woocommerce-form.woocommerce-form-login.login .privacy-policy {
    margin-top: 30px;
    color: #000;
}
form.woocommerce-form.woocommerce-form-login.login .privacy-policy a{
    position: relative;
    text-decoration: underline;
}
.text-privacy a{
    position: relative;
    text-decoration: underline;
}
/* form.woocommerce-form.woocommerce-form-login.login .privacy-policy a:before,
.text-privacy a:before{
    content: '';
    background: currentColor;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    transform: scaleX(1);
    transform-origin: left;
}
form.woocommerce-form.woocommerce-form-login.login .privacy-policy a:hover:before,
.text-privacy a:hover:before{
    transform: scaleX(0);
    transform-origin: right;
} */
form.woocommerce-form-login.login .form-row input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #222222 !important;
}
.woocommerce .checkout-right form.checkout_coupon .form-row input#coupon_code:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #222222 !important;
}
.form-group input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #222222 !important;
}
.form-group select:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #222222 !important;
}
.woocommerce .lost_reset_password .woocommerce-form-row {
    width: 100%;
    float: none;
    flex-wrap: wrap;
    margin-bottom: 24px;
    text-align: left;
}
.woocommerce .lost_reset_password .woocommerce-form-row .button {
    max-width: initial;
    height: 56px;
    padding: 15.5px 20px;
    border-radius: 100px;
    background-color: #5f7935;
    border: 2px solid #5f7935;
    color: #ffffff;
    transition: 0.35s all;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    cursor: pointer;
    width: 100%;
}
/* .woocommerce .lost_reset_password .woocommerce-form-row .button:hover {
    background: transparent;
    color: #5f7935;
} */
.woocommerce-account .site-main h1 {
    display: none;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb{
    font-size: 15px;
    font-weight: 500;
    line-height: 21.72px;
    color: #767676;
}
/* .woocommerce .woocommerce-breadcrumb a:hover{
    color: #5F7935;
} */
.woocommerce .woocommerce-breadcrumb{
    margin-top: 24px;
    margin-bottom: 40px;
}
.lost_reset_password {
    max-width: 660px;
    margin: 0 auto;
}
.woocommerce .lost_reset_password p.woocommerce-form-row:last-of-type {
    margin-bottom: 0;
    margin-top: 40px;
}
.woocommerce-account .woocommerce form .show-password-input,
.woocommerce form .show-password-input, 
.woocommerce-page form .show-password-input{
    top: 18px;
}
/* .woocommerce-MyAccount-avatar .user-info .edit-avatar:hover {
    background: #5F7935;
    color: #fff;
} */
.text-privacy {
    text-align: center;
    color: #000;
}
.verification-buttons {
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
}
.verification-buttons button {
    width: 100%;
}
.lost_reset_password .form-message {
    margin-bottom: 24px;
    color: #990000;
}
input.datepicker {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5432 15.9299L20.5082 7.57045C20.6412 7.43096 20.7153 7.24565 20.7153 7.05295C20.7153 6.86024 20.6412 6.67493 20.5082 6.53545L20.4992 6.52645C20.4347 6.45859 20.3571 6.40456 20.2711 6.36764C20.1851 6.33072 20.0925 6.31168 19.9989 6.31168C19.9054 6.31168 19.8127 6.33072 19.7267 6.36764C19.6407 6.40456 19.5631 6.45859 19.4987 6.52645L11.9987 14.3984L4.50169 6.52645C4.43723 6.45859 4.35964 6.40456 4.27364 6.36764C4.18764 6.33072 4.09503 6.31168 4.00144 6.31168C3.90785 6.31168 3.81524 6.33072 3.72924 6.36764C3.64324 6.40456 3.56565 6.45859 3.50119 6.52645L3.49219 6.53545C3.35922 6.67493 3.28505 6.86024 3.28505 7.05295C3.28505 7.24565 3.35922 7.43096 3.49219 7.57045L11.4572 15.9299C11.5272 16.0035 11.6115 16.062 11.7048 16.102C11.7982 16.142 11.8986 16.1626 12.0002 16.1626C12.1017 16.1626 12.2022 16.142 12.2956 16.102C12.3889 16.062 12.4731 16.0035 12.5432 15.9299Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: right 20px center;
    height: 54px;
    background-color: transparent;
}
.flatpickr-day.today{
    border-color: #5F7935 !important;
}
.flatpickr-days .flatpickr-day.selected{
    background-color: #5F7935 !important;
    border-color: #5F7935 !important;
}
input.datepicker::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.form-group input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #222222 !important;
}
.woocommerce-ResetPassword .password-sent-box{
    display: none;
}
.woocommerce-ResetPassword.lost-password-sent .password-sent-box{
    display: block;
}
.woocommerce-ResetPassword.lost-password-sent .lost-password-box{
    display: none;
}
.password-sent-box .lost-password-sent-message {
    margin-bottom: 40px;
}
.woocommerce-error {
    border: 0;
    background: none;
    padding: 0 0 0 25px;
    margin-top: 20px;
    color: #990000;
}
.woocommerce-error:before {
    position: absolute;
    top: 6px;
    left: 0;
    line-height: 1;
}
form.woocommerce-form.woocommerce-form-login.login .lost_password .lost-password-popup {
    text-decoration: underline;
    color: #000;
}
.lost-password-message {
    color: #000;
    margin-bottom: 24px;
}
.woocommerce .lost_reset_password .woocommerce-form-row input#user_login {
    border-color: #6A6A6A;
    line-height: 26px;
}
.woocommerce .lost_reset_password .woocommerce-form-row input#user_login.error-input{
    border-color: #990000;
}
.woocommerce-ResetPassword.lost_reset_password{
    text-align: center;
}
.woocommerce-error:focus-visible {
    box-shadow: none;
    outline: none;
}
.woocommerce form .form-row input:focus, 
.woocommerce form .form-row textarea:focus{
    border-color: #000;
}
.woocommerce-account .woocommerce form .show-password-input:after, 
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input:after{
    content: '';
    background: url('../images/icon-passw.svg') no-repeat center;
    width: 22px;
    height: 18px;
    display: block;
    margin: 0;
}
.woocommerce-account .woocommerce form .show-password-input.display-password:after, 
.woocommerce form .show-password-input.display-password:after, 
.woocommerce-page form .show-password-input.display-password:after{
    background: url('../images/icon-passw-hiden.svg') no-repeat center;
}
.lost-password-box {
    text-align: left;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after{
    display: none !important;
}
.woocommerce-register .register-wrapper form p .email-notice {
    margin-top: 10px;
}
/* Responsive */
@media (max-width: 767px) {
    .form-row {
        flex-direction: column;
    }
    .login-section{
        margin-top: 18px;
        padding-top: 42px;
        margin-bottom: 46px;
    }
    .woocommerce-account .woocommerce-MyAccount-content .account-info .section-header h2{
        font-size: 20px;
        line-height: 28.96px;
    }
    .woocommerce-MyAccount-avatar .user-info h3{
        font-size: 24px;
        line-height: 34.75px;
        margin: 0 0 15px;
    }
    .woocommerce-MyAccount-avatar {
        justify-content: flex-start;
    }
    .woocommerce-MyAccount {
        margin-top: 30px;
    }
    .woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li {
        padding: 7px 8px;
        padding-top: 0;
    }
    .popup-content .container .scroll-mobile {
        max-height: 334px;
        overflow-y: scroll;
    }
    .woocommerce-MyAccount-avatar .user-info {
        margin-top: 4px;
    }
    .woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li:not(:first-child) {
        margin-left: 60px;
    }
    .login-section .form-group:not(:last-child) {
        margin-bottom: 40px;
    }
    .popup-buttons{
        flex-wrap: wrap;
        gap: 10px;
    }
    .popup-buttons button {
        width: 100%;
        flex: auto;
        border-width: 1px;
    }
    .popup-content h3{
        font-size: 16px;
        line-height: 26px;
        padding: 5px 0;
    }
    html {
        touch-action: manipulation;
    }
}