.elementor-1396 .elementor-element.elementor-element-05e3fb8{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-1396 .elementor-element.elementor-element-3018261{--display:flex;}@media(min-width:768px){.elementor-1396 .elementor-element.elementor-element-3018261{--width:90%;}}/* Start custom CSS for shortcode, class: .elementor-element-d2855c7 *//* ===== GLOBAL RESET ===== */
body {
    background: #fff8cc;
    color: #222;
    font-family: 'Poppins', sans-serif;
}

/* Container */
.woocommerce-account .woocommerce {
    max-width: 1000px;
    margin: auto;
    background: #fffbe6;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(0,0,0,0.08);
    color: #222 !important;
}

/* ===== LOGIN / REGISTER ===== */
.woocommerce form.login,
.woocommerce form.register {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #489736;
}

/* Labels */
.woocommerce form .form-row label {
    color: #555;
    font-size: 14px;
}

/* ===== INPUTS ===== */
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
    background: #fff;
    color: #222;
    border: 1px solid #489736;
    padding: 10px;
    border-radius: 6px;
    width: 70%;
    max-width: 320px;
    display: block;
    transition: 0.3s;
}

/* Focus */
.woocommerce input.input-text:focus,
.woocommerce textarea:focus,
.woocommerce select:focus {
    border-color: #3e842f;
    outline: none;
}

/* ===== PASSWORD ICON LEFT ===== */
.password-input {
    position: relative;
}

.password-input input {
    padding-left: 40px !important;
}

.password-input .show-password-input {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: auto !important;
    cursor: pointer;
    font-size: 16px;
    color: #888;
}

.password-input .show-password-input:hover {
    color: #000;
}

/* ===== BUTTONS ===== */
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
    background: #489736;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
    background: #3e842f;
}

/* ===== NAVIGATION SIDEBAR ===== */
.woocommerce-MyAccount-navigation {
    width: 25%;
    float: left;
    background: #d6ebd2;
    border-right: 1px solid #489736;
    border-radius: 10px 0 0 10px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ❌ REMOVE DOWNLOADS BUTTON */
.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #489736;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #222;
    padding: 15px;
    display: block;
    text-decoration: none;
    transition: 0.3s;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #489736;
    color: #fff;
}

/* ===== CONTENT AREA ===== */
.woocommerce-MyAccount-content {
    width: 75%;
    float: left;
    padding: 20px;
    background: #fff;
    border-radius: 0 10px 10px 0;
    min-height: 400px;
}

/* Clear float */
.woocommerce-account .woocommerce::after {
    content: "";
    display: block;
    clear: both;
}

/* ===== TABLES ===== */
.woocommerce table.shop_table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #489736;
    border-radius: 8px;
    overflow: hidden;
}

.woocommerce table.shop_table th {
    background: #489736;
    color: #fff;
    padding: 14px;
    border: 1px solid #3e842f;
    text-align: left;
}

.woocommerce table.shop_table td {
    padding: 14px;
    border: 1px solid #eee;
    color: #333;
}

.woocommerce table.shop_table tr:hover {
    background: #eaf6e7;
}

/* ===== LINKS ===== */
.woocommerce a {
    color: #3e842f;
    text-decoration: none;
    transition: 0.3s;
}

.woocommerce a:hover {
    color: #000;
}

/* ===== ALERTS ===== */
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
    display: none !important;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    background: #eaf6e7;
    border: 1px solid #489736;
    color: #222;
    padding: 15px;
    border-radius: 6px;
}

/* ===== ACCOUNT DETAILS ===== */
.woocommerce-EditAccountForm fieldset {
    border: 1px solid #489736;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
}

/* ===== ADDRESS BOX ===== */
.woocommerce-Address {
    background: #fff;
    padding: 20px;
    border: 1px solid #489736;
    border-radius: 10px;
}

/* ===== LOGOUT BUTTON ===== */
.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: red;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: red;
    color: #fff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        width: 100%;
        float: none;
    }

    .woocommerce-MyAccount-navigation {
        border-right: none;
        border-radius: 10px 10px 0 0;
    }

    .woocommerce-MyAccount-content {
        border-radius: 0 0 10px 10px;
    }

    .woocommerce input.input-text,
    .woocommerce textarea,
    .woocommerce select {
        width: 100%;
        max-width: 100%;
    }
}

/* ===== EXTRA POLISH ===== */
* {
    transition: all 0.2s ease-in-out;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #489736;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #3e842f;
}/* End custom CSS */