.elementor-360 .elementor-element.elementor-element-e325a02{--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;}.elementor-360 .elementor-element.elementor-element-e325a02:not(.elementor-motion-effects-element-type-background), .elementor-360 .elementor-element.elementor-element-e325a02 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-2481c62 );}.elementor-360 .elementor-element.elementor-element-7bce03e{text-align:center;}.elementor-360 .elementor-element.elementor-element-561cdf3{--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;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-ec87e9e *//* Style the tabs in the My Account page */
.woocommerce-MyAccount-navigation {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
}

/* Remove dot from list items in My Account navigation */
.woocommerce-MyAccount-navigation ul {
    list-style-type: none; /* Removes the dot */
    padding: 0; /* Removes extra padding */
    margin: 0; /* Removes extra margin */
}

/* Optional: Remove specific padding or margin for list items */
.woocommerce-MyAccount-navigation li {
    margin: 0; /* Removes default margin between list items */
    padding: 5px 0; /* Add custom padding if needed */
}


/* Style the individual navigation links */
.woocommerce-MyAccount-navigation li a {
    color: #333;
    font-weight: bold;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.woocommerce-MyAccount-navigation li a:hover {
    color: #ffffff;
    background-color: #763695;
}

/* Style the content area */
.woocommerce-MyAccount-content {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
}

/* Customize the buttons */
.woocommerce-button {
    background-color: #0073aa;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.woocommerce-button:hover {
    background-color: #005780;
    color: #ffffff;
}/* End custom CSS */