.elementor-22823 .elementor-element.elementor-element-dc6d441{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-22823 .elementor-element.elementor-element-fcc210f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:40px 0px 40px 0px;}.elementor-22823 .elementor-element.elementor-element-fcc210f .elementor-heading-title{font-family:"Gilda Display", Sans-serif;font-weight:400;letter-spacing:6px;color:#000000;}.elementor-22823 .elementor-element.elementor-element-298d6b3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-22823 .elementor-element.elementor-element-298d6b3{--width:85%;}}/* Start custom CSS for shortcode, class: .elementor-element-f614912 *//* Create 2-column layout for My Account */
@media (min-width: 769px) {
    .woocommerce-account .woocommerce {
        display: flex;
        gap: 60px; /* Spacing between sidebar and content */
        align-items: flex-start;
    }

    /* Sidebar Navigation */
    .woocommerce-MyAccount-navigation {
        flex: 0 0 250px; /* Fixed width for the menu */
        background: #eff0e6;
        padding: 20px;
        border-radius: 8px;
    }

    .woocommerce-MyAccount-navigation ul {
        list-style: none;
        padding: 0px;
        margin: 0;
    }

    .woocommerce-MyAccount-navigation li {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .woocommerce-MyAccount-navigation li:last-child {
        border-bottom: none;
    }

    /* Content Area */
    .woocommerce-MyAccount-content {
        flex: 1; /* Takes up the remaining horizontal space */
    }
}

/* Mobile Adjustments (Stacks columns) */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
    }
}

/* Active State - Turns Black */
.woocommerce-MyAccount-navigation-link.is-active a {
    color: #000000 !important;
    font-weight: 700 !important;
}

/* Base Navigation Links - Gold/Light Brown */
.woocommerce-MyAccount-navigation ul li a {
    font-size: 25px !important; 
    font-weight: 700 !important; 
    text-decoration: none !important;
    color: #DAB35E !important; 
}

/* Content Text Styling */
.woocommerce-MyAccount-content p {
    font-size: 22px !important;
    line-height: 1.6;
    padding-top: 40px;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
    color: #DAB35E;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce-account .woocommerce-MyAccount-content p a:hover {
    color: #000000; 
    text-decoration: underline !important;
}

/* Force Base Navigation Links to Gold */
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    color: #DAB35E !important; 
    font-size: 20px !important; 
    font-weight: 600 !important; 
    text-decoration: none !important;
    text-transform: uppercase !important;
}

/* Force Active Navigation Link to Black */
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #000000 !important;
    font-weight: 700 !important;
}

/* Optional: Add a hover effect so they know it's clickable */
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    color: #000000 !important; 
}

/*remove border top color in woocommerce-notice*/
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
    border-top-color: transparent;
}

/*wrong password notice*/
/* Ensure the main container allows its children to wrap to a new line */
.elementor-shortcode .woocommerce {
    flex-wrap: wrap !important;
}

/* Force ONLY the error notice to take up 100% of the width at the top */
.woocommerce-notices-wrapper {
    width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 25px; /* Adds some breathing room below the error */
}

/* Ensure the login/register container still takes up the full width below it */
#customer_login {
    width: 100%;
}

.woocommerce-notices-wrapper .woocommerce-error li {
    display: block !important;
    text-align: left !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-298d6b3 */.elementor-shortcode .woocommerce,
.elementor-shortcode .woocommerce * {
    font-family: "Barlow", Sans-serif !important;
}

.woocommerce-info a.woocommerce-Button.button {
    background-color: #DAB35E !important; 
    color: #000 !important; 
    border: none;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease; 
}/* End custom CSS */