.elementor-14705 .elementor-element.elementor-element-35b896a{--display:flex;--background-transition:0.3s;}:root{--page-title-display:none;}/* Start custom CSS for woocommerce-my-account, class: .elementor-element-c640f01 *//* Background general */
body.login,
.woocommerce-account {
    background: linear-gradient(135deg, #f5f7fa, #e4e7eb);
    font-family: 'Poppins', sans-serif;
}

/* Container formular */
.login form,
.woocommerce form.login,
.woocommerce form.register {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    max-width: 400px;
    margin: auto;
}

/* Logo */
.login h1 a {
    background-size: contain;
    width: 100%;
}

/* Input fields */
.login input[type="text"],
.login input[type="password"],
.woocommerce input.input-text {
    border: 1px solid #ddd;
    padding: 12px 14px;
    border-radius: 10px;
    width: 100%;
    transition: 0.3s;
}

/* Focus input */
.login input:focus,
.woocommerce input:focus {
    border-color: #6c63ff;
    box-shadow: 0 0 0 2px rgba(108,99,255,0.1);
    outline: none;
}

/* Buton principal */
.login .button-primary,
.woocommerce button.button {
    background: #6c63ff;
    border: none;
    border-radius: 12px;
    padding: 12px;
    width: 100%;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
}

/* Hover buton */
.login .button-primary:hover,
.woocommerce button.button:hover {
    background: #5848e5;
    transform: translateY(-2px);
}

/* Link-uri */
.login #nav a,
.login #backtoblog a,
.woocommerce a {
    color: #6c63ff;
    font-weight: 500;
}

/* Checkbox */
.login .forgetmenot input {
    accent-color: #6c63ff;
}

/* Mesaje eroare */
.login .message,
.login #login_error,
.woocommerce-error {
    border-radius: 10px;
    padding: 10px;
}

/* Responsive */
@media (max-width: 480px) {
    .login form,
    .woocommerce form.login,
    .woocommerce form.register {
        padding: 25px;
    }
}

/* Container general */
.woocommerce-account .woocommerce {
    max-width: 1100px;
    margin: 40px auto;
    display: flex;
    gap: 30px;
}

/* Sidebar (meniul din stanga) */
.woocommerce-MyAccount-navigation {
    width: 250px;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Lista meniului */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Item meniuri */
.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}

/* Link-uri */
.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 12px 15px;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: 0.3s;
}

/* Hover */
.woocommerce-MyAccount-navigation a:hover {
    background: #f2f3ff;
    color: #6c63ff;
}

/* Activ */
.woocommerce-MyAccount-navigation .is-active a {
    background: #6c63ff;
    color: #fff;
}

/* Content (dreapta) */
.woocommerce-MyAccount-content {
    flex: 1;
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Titluri */
.woocommerce-MyAccount-content h2 {
    margin-top: 0;
}

/* Tabele comenzi */
.woocommerce table.shop_table {
    border-radius: 12px;
    overflow: hidden;
}

/* Header tabel */
.woocommerce table.shop_table th {
    background: #f7f7f7;
    font-weight: 600;
}

/* Linii tabel */
.woocommerce table.shop_table td {
    padding: 12px;
}

/* Butoane */
.woocommerce .button {
    background: #6c63ff;
    border: none;
    border-radius: 10px;
    padding: 8px 14px;
    color: #fff;
    transition: 0.3s;
}

.woocommerce .button:hover {
    background: #574fd6;
}

/* Input-uri */
.woocommerce input,
.woocommerce textarea {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #ddd;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation {
        width: 100%;
    }
}/* End custom CSS */