.elementor-27 .elementor-element.elementor-element-6e0128c0{--display:flex;}.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 );}.elementor-27 .elementor-element.elementor-element-7590611{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-27 .elementor-element.elementor-element-18ae914 .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li:not(.is-active) a{background-color:var( --e-global-color-accent );}.elementor-27 .elementor-element.elementor-element-18ae914 .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a:hover{background-color:var( --e-global-color-text );}.elementor-27 .elementor-element.elementor-element-18ae914 .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{background-color:var( --e-global-color-primary );}.elementor-27 .elementor-element.elementor-element-18ae914 .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-27 .elementor-element.elementor-element-18ae914{--tabs-normal-color:var( --e-global-color-primary );--tabs-hover-color:var( --e-global-color-secondary );--tabs-active-color:var( --e-global-color-accent );--sections-background-color:var( --e-global-color-secondary );--sections-border-color:var( --e-global-color-secondary );--typography-section-titles-color:var( --e-global-color-primary );--general-text-color:var( --e-global-color-primary );--login-messages-color:var( --e-global-color-primary );--checkboxes-color:var( --e-global-color-primary );--payment-methods-radio-buttons-color:var( --e-global-color-primary );--links-normal-color:var( --e-global-color-primary );--links-hover-color:var( --e-global-color-accent );}.elementor-27 .elementor-element.elementor-element-18ae914 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) h2, .elementor-27 .elementor-element.elementor-element-18ae914 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-27 .elementor-element.elementor-element-18ae914 .woocommerce-MyAccount-content > div > p, .elementor-27 .elementor-element.elementor-element-18ae914 address, .elementor-27 .elementor-element.elementor-element-18ae914 .woocommerce-EditAccountForm fieldset legend, .elementor-27 .elementor-element.elementor-element-18ae914 .woocommerce-ResetPassword p:nth-child(1), .elementor-27 .elementor-element.elementor-element-18ae914 .woocommerce-OrderUpdate{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-27 .elementor-element.elementor-element-18ae914 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register p:not([class]), .elementor-27 .elementor-element.elementor-element-18ae914 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce em{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-27 .elementor-element.elementor-element-18ae914 .woocommerce-form__label-for-checkbox span{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-27 .elementor-element.elementor-element-18ae914 .woocommerce-PaymentMethod .input-radio + label{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for container, class: .elementor-element-6e0128c0 *//* My Account container */
.woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Navigation items */
.woocommerce-MyAccount-navigation li {
    flex: 1 1 auto;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 12px 16px;
    background: #FFDE16;  /* main yellow */
    color: #000;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    text-align: center;
    transition: background 0.3s ease, color 0.3s ease;
}

/* Active link styling */
.woocommerce-MyAccount-navigation li.is-active a {
    background: #d4b200; /* slightly darker yellow for active */
    color: #000;
}

/* Hover effect */
.woocommerce-MyAccount-navigation li a:hover {
    background: #FFD700; /* bright yellow on hover */
    color: #000;
}

/* Dashboard content area */
.woocommerce-MyAccount-content {
    background: #fff;
    border: 1px solid #eee;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    margin-top: 15px;
}

/* Notices wrapper */
.woocommerce-notices-wrapper {
    margin-bottom: 15px;
}

/* Paragraphs in dashboard */
.woocommerce-MyAccount-content p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Links inside content */
.woocommerce-MyAccount-content a {
    color: #FFDE16;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.woocommerce-MyAccount-content a:hover {
    color: #d4b200;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation li {
        width: 100%;
    }
}







/* Container: flex inline */
#customer_login {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1140px;
    margin: 0 auto;

}

/* Each column */
#customer_login .u-column1,
#customer_login .u-column2 {
    flex: 1 1 45%;
    background: #fff;
    padding: 30px 25px;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* Headings */
#customer_login h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    color: #111;
}

/* Inputs */
.woocommerce-Input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fafafa;
    font-size: 14px;
    margin-top: 6px;
    transition: all 0.3s ease;
}

/* Input focus: yellow highlight */
.woocommerce-Input:focus {
    border-color: #FFDE16;
    background: #fff;
    outline: none;
}

/* Form row spacing */
#customer_login .form-row {
    margin-bottom: 18px;
}

/* Checkbox */
.woocommerce-form__input-checkbox {
    margin-right: 6px;
}

/* Buttons */
.woocommerce-button {
    width: 100%;
    padding: 12px;
    background: #FFDE16;
    color: #000;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.woocommerce-button:hover {
    background: #d4b200;
}

/* Links (lost password / privacy policy) */
.woocommerce-LostPassword a,
.woocommerce-privacy-policy-link {
    color: #111;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce-LostPassword a:hover,
.woocommerce-privacy-policy-link:hover {
    color: #d4b200;
}

/* Privacy text */
.woocommerce-privacy-policy-text {
    font-size: 12px;
    color: #555;
    margin-bottom: 15px;
}

/* Show password button */
.password-input {
    display: flex;
    align-items: center;
}

.show-password-input {
    margin-left: 8px;
    padding: 6px 8px;
    background: #FFDE16;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.show-password-input:hover {
    background: #d4b200;
}

/* Separator between login & register columns */
@media (max-width: 900px) {
    #customer_login {
        flex-direction: column;
    }

    #customer_login .u-column1,
    #customer_login .u-column2 {
        flex: 1 1 100%;
    }
}/* End custom CSS */