.elementor-16 .elementor-element.elementor-element-44a25d25{--display:flex;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for container, class: .elementor-element-44a25d25 *//* Container Styling */
.elementor-element-44a25d25 {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 20px auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Inter', sans-serif;
}

/* Inner Container */
.e-con-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* Navigation Styling */
.woocommerce-MyAccount-navigation {
    flex: 1;
    min-width: 250px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation-link {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 12px 16px;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation-link a:hover,
.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #000000;
    color: #ffffff;
    transform: translateX(5px);
}

.woocommerce-MyAccount-navigation-link a br {
    display: none; /* Remove unnecessary <br> tags */
}

/* Content Styling */
.woocommerce-MyAccount-content {
    flex: 2;
    min-width: 300px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: opacity 0.5s ease;
}

.woocommerce-MyAccount-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content strong {
    color: #000000;
    font-weight: 600;
}

.woocommerce-MyAccount-content a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.woocommerce-MyAccount-content a:hover {
    color: #000000;
    text-decoration: underline;
}

/* Notices Wrapper */
.woocommerce-notices-wrapper {
    margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .e-con-inner {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        width: 100%;
    }
}

/* Login Form Container */
.woocommerce-form-login {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    max-width: 400px;
    margin: 20px auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Inter', sans-serif;
}

/* Form Rows */
.woocommerce-form-row {
    margin-bottom: 20px;
}

.woocommerce-form-row label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 8px;
}

.woocommerce-form-row .required {
    color: #000000;
    font-weight: bold;
}

/* Input Fields */
.woocommerce-Input--text {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 6px;
    transition: border-color 0.3s ease;
}

.woocommerce-Input--text:focus {
    outline: none;
    border-color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Password Input Wrapper */
.password-input {
    position: relative;
    display: flex;
    align-items: center;
}

.show-password-input {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #000000;
    font-size: 14px;
    transition: opacity 0.3s ease;
}

.show-password-input:hover {
    opacity: 0.7;
}

/* Checkbox */
.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000000;
}

.woocommerce-form__input-checkbox {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    accent-color: #000000;
}

/* Submit Button */
.woocommerce-form-login__submit {
    width: 100%;
    padding: 12px;
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.woocommerce-form-login__submit:hover {
    background-color: #333333;
}

/* Lost Password Link */
.woocommerce-LostPassword a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: text-decoration 0.3s ease;
}

.woocommerce-LostPassword a:hover {
    text-decoration: underline;
}

/* Remove Unnecessary <br> Tags */
.woocommerce-form-row label br,
.woocommerce-form__label-for-checkbox br {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .woocommerce-form-login {
        padding: 20px;
        margin: 10px;
    }
}/* End custom CSS */