.elementor-11 .elementor-element.elementor-element-40619009{--display:flex;}.elementor-11 .elementor-element.elementor-element-1e1d43e{--display:flex;}.elementor-11 .elementor-element.elementor-element-17a186b{--spacer-size:90px;}@media(min-width:768px){.elementor-11 .elementor-element.elementor-element-40619009{--content-width:1196px;}}/* Start custom CSS for text-editor, class: .elementor-element-2e95d630 *//* General Styles for My Account Page */
.woocommerce-MyAccount-content, 
.woocommerce-MyAccount-navigation {
    font-family: 'Montserrat', sans-serif;
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #333;
}

/* Navigation Menu */
.woocommerce-MyAccount-navigation {
    background-color: #CF3431; /* Red from the logo */
    border-radius: 8px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

/* Links in navigation */
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 20px;
    color: #042D59; /* Blue inspired by the logo */
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover and Active Links */
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #042D59; /* Dark blue for hover effect */
    color: white;
}

/* Content Area */
.woocommerce-MyAccount-content h2 {
    color: #CF3431; /* Red for headings */
    font-weight: 700;
}

.woocommerce-MyAccount-content p, 
.woocommerce-MyAccount-content table {
    color: #333;
    font-size: 16px;
}

/* Links in Content Area */
.woocommerce-MyAccount-content a {
    color: #042D59; /* Blue for content links */
    text-decoration: underline;
    transition: color 0.3s ease;
}

.woocommerce-MyAccount-content a:hover {
    color: #CF3431; /* Red hover for links */
}

/* Button Styles */
.woocommerce-Button {
    background-color: #CF3431;
    color: white;
    font-family: 'Montserrat', sans-serif;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Hover Button */
.woocommerce-Button:hover {
    background-color: #042D59;
    color: white;
}

/* Input Fields */
input[type="text"], 
input[type="email"], 
input[type="password"], 
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #f9f9f9;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="password"]:focus, 
textarea:focus {
    border-color: #CF3431;
    outline: none;
    background-color: white;
}

/* Responsive Design */
@media only screen and (max-width: 768px) {
    .woocommerce-MyAccount-navigation ul li a {
        font-size: 14px;
    }

    .woocommerce-MyAccount-content p, 
    .woocommerce-MyAccount-content table {
        font-size: 14px;
    }
}/* End custom CSS */