.elementor-10 .elementor-element.elementor-element-3f331aeb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-4d7701d2 *//* Force side by side layout */
.woocommerce-page .woocommerce > .col2-set {
    display: flex !important;
    flex-direction: row !important;
    gap: 30px !important;
    align-items: flex-start !important;
    width: 100% !important;
}

.woocommerce-page .woocommerce > .col2-set::after,
.woocommerce-page .woocommerce > .col2-set::before {
    display: none !important;
}

.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
    flex: 1 !important;
    width: 50% !important;
    float: none !important;
    background: #ffffff !important;
    border: 1.5px solid #ffd9dd !important;
    border-radius: 16px !important;
    padding: 32px !important;
    box-sizing: border-box !important;
}

/* Headings */
.woocommerce-page .col2-set h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 22px !important;
    color: #bb7953 !important;
    margin-bottom: 20px !important;
}

/* Inputs */
.woocommerce-page .woocommerce-form input[type="text"],
.woocommerce-page .woocommerce-form input[type="email"],
.woocommerce-page .woocommerce-form input[type="password"] {
    border: 1.5px solid #ffd9dd !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    background: #fffbf8 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    color: #111 !important;
}

.woocommerce-page .woocommerce-form input:focus {
    border-color: #bb7953 !important;
    outline: none !important;
    background: #fff !important;
}

/* Buttons */
.woocommerce-page .woocommerce-form button[type="submit"],
.woocommerce-page .woocommerce-form .button {
    background: #bb7953 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 13px 20px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    width: 100% !important;
    cursor: pointer !important;
    margin-top: 10px !important;
    transition: background 0.2s !important;
}

.woocommerce-page .woocommerce-form button[type="submit"]:hover,
.woocommerce-page .woocommerce-form .button:hover {
    background: #a0663f !important;
}

/* Labels */
.woocommerce-page .woocommerce-form label {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #888 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: block !important;
    margin-bottom: 6px !important;
}

/* Required star */
.woocommerce-page .required {
    color: #bb7953 !important;
}

/* Lost password */
.woocommerce-page .woocommerce-LostPassword a {
    color: #bb7953 !important;
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif !important;
    text-decoration: none !important;
}

/* Privacy text */
.woocommerce-page .woocommerce-privacy-policy-text {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    color: #999 !important;
    line-height: 1.6 !important;
}

.woocommerce-page .woocommerce-privacy-policy-text a {
    color: #bb7953 !important;
}

/* Mobile */
@media (max-width: 768px) {
    .woocommerce-page .woocommerce > .col2-set {
        flex-direction: column !important;
    }
    .woocommerce-page .col2-set .col-1,
    .woocommerce-page .col2-set .col-2 {
        width: 100% !important;
        padding: 24px !important;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3f331aeb *//* =====================================================
   CDW — MY ACCOUNT v2
   Widget Advanced > Custom CSS mein paste karo
   ===================================================== */

/* ── CLEAR WOOCOMMERCE DEFAULT FLOATS ── */
.elementor-widget-text-editor .woocommerce::before,
.elementor-widget-text-editor .woocommerce::after { display: none !important; }
.elementor-widget-text-editor .woocommerce-MyAccount-navigation { float: none !important; }
.elementor-widget-text-editor .woocommerce-MyAccount-content   { float: none !important; }

/* ── MAIN GRID LAYOUT ── */
.elementor-widget-text-editor .woocommerce {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 24px !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

/* ── SIDEBAR ── */
.elementor-widget-text-editor .woocommerce-MyAccount-navigation {
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
    flex-shrink: 0 !important;
    background: #2c2320 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    position: sticky !important;
    top: 90px !important;
    box-sizing: border-box !important;
}

/* Cookie icon top */
.elementor-widget-text-editor .woocommerce-MyAccount-navigation::before {
    content: '🍪';
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 30px !important;
    background: #3d2b1f !important;
    padding: 18px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.07) !important;
}

.elementor-widget-text-editor .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 8px 0 12px !important;
}

.elementor-widget-text-editor .woocommerce-MyAccount-navigation ul li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.elementor-widget-text-editor .woocommerce-MyAccount-navigation ul li a {
    display: flex !important;
    align-items: center !important;
    padding: 11px 18px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: rgba(255,255,255,0.6) !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.04) !important;
    transition: all 0.2s ease !important;
    border-left: 3px solid transparent !important;
}

.elementor-widget-text-editor .woocommerce-MyAccount-navigation ul li a:hover {
    background: rgba(187,121,83,0.15) !important;
    color: #f7e1b7 !important;
    border-left-color: rgba(187,121,83,0.5) !important;
    padding-left: 22px !important;
}

.elementor-widget-text-editor .woocommerce-MyAccount-navigation ul li.is-active a,
.elementor-widget-text-editor .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
    background: rgba(187,121,83,0.2) !important;
    color: #f7e1b7 !important;
    border-left: 3px solid #bb7953 !important;
    font-weight: 600 !important;
}

/* Log out link */
.elementor-widget-text-editor .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: rgba(231,76,60,0.75) !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    border-bottom: none !important;
    margin-top: 4px !important;
}
.elementor-widget-text-editor .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    color: #e74c3c !important;
    background: rgba(231,76,60,0.08) !important;
}

/* ── CONTENT AREA ── */
.elementor-widget-text-editor .woocommerce-MyAccount-content {
    flex: 1 !important;
    min-width: 0 !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    border: 1px solid #f0e8e3 !important;
    padding: 30px 28px !important;
    min-height: 400px !important;
    box-sizing: border-box !important;
    width: auto !important;
}

/* ── GREETING ── */
.elementor-widget-text-editor .woocommerce-MyAccount-content p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    color: #555 !important;
    line-height: 1.8 !important;
    margin-bottom: 12px !important;
}

.elementor-widget-text-editor .woocommerce-MyAccount-content > .woocommerce-notices-wrapper + p,
.elementor-widget-text-editor .woocommerce-MyAccount-content > p:first-of-type {
    background: #fffbf8 !important;
    border: 1px solid #f0e8e3 !important;
    border-radius: 10px !important;
    padding: 14px 18px !important;
}

.elementor-widget-text-editor .woocommerce-MyAccount-content a {
    color: #bb7953 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}
.elementor-widget-text-editor .woocommerce-MyAccount-content a:hover {
    color: #e3aa75 !important;
}

/* ── SECTION HEADINGS ── */
.elementor-widget-text-editor .woocommerce-MyAccount-content h2,
.elementor-widget-text-editor .woocommerce-MyAccount-content h3 {
    font-family: 'Playfair Display', serif !important;
    color: #2c2320 !important;
    margin-bottom: 16px !important;
}

/* ── ORDERS TABLE ── */
.elementor-widget-text-editor .woocommerce-orders-table,
.elementor-widget-text-editor .woocommerce-table,
.elementor-widget-text-editor table.shop_table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-family: 'Poppins', sans-serif !important;
}

.elementor-widget-text-editor .woocommerce-orders-table thead th,
.elementor-widget-text-editor .woocommerce-table thead th,
.elementor-widget-text-editor table.shop_table thead th {
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    color: #bbb !important;
    padding: 10px 14px !important;
    border-bottom: 2px solid #f0e8e3 !important;
    text-align: left !important;
    background: transparent !important;
}

.elementor-widget-text-editor .woocommerce-orders-table tbody td,
.elementor-widget-text-editor .woocommerce-table tbody td,
.elementor-widget-text-editor table.shop_table tbody td {
    padding: 13px 14px !important;
    border-bottom: 1px solid #f7f0ec !important;
    font-size: 13px !important;
    color: #444 !important;
    vertical-align: middle !important;
}

.elementor-widget-text-editor .woocommerce-orders-table tr:last-child td { border-bottom: none !important; }
.elementor-widget-text-editor .woocommerce-orders-table tbody tr:hover td { background: #fffbf8 !important; }

/* Status badges */
.elementor-widget-text-editor mark.order-status {
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 3px 10px !important;
    border-radius: 20px !important;
    letter-spacing: 0.3px !important;
}
.elementor-widget-text-editor mark.order-status.status-completed  { background: #d4edda !important; color: #155724 !important; }
.elementor-widget-text-editor mark.order-status.status-processing { background: #fff3cd !important; color: #856404 !important; }
.elementor-widget-text-editor mark.order-status.status-on-hold   { background: #f0e8e3 !important; color: #7a4f34 !important; }
.elementor-widget-text-editor mark.order-status.status-cancelled  { background: #f8d7da !important; color: #721c24 !important; }

/* ── BUTTONS ── */
.elementor-widget-text-editor .woocommerce-MyAccount-content .button,
.elementor-widget-text-editor .woocommerce-MyAccount-content button[type="submit"],
.elementor-widget-text-editor .woocommerce-MyAccount-content input[type="submit"] {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    background: #bb7953 !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 22px !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    text-decoration: none !important;
    display: inline-block !important;
    line-height: 1.4 !important;
}
.elementor-widget-text-editor .woocommerce-MyAccount-content .button:hover,
.elementor-widget-text-editor .woocommerce-MyAccount-content button[type="submit"]:hover {
    background: #e3aa75 !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
}

/* ── FORMS ── */
.elementor-widget-text-editor .woocommerce-MyAccount-content input[type="text"],
.elementor-widget-text-editor .woocommerce-MyAccount-content input[type="email"],
.elementor-widget-text-editor .woocommerce-MyAccount-content input[type="password"],
.elementor-widget-text-editor .woocommerce-MyAccount-content input[type="tel"],
.elementor-widget-text-editor .woocommerce-MyAccount-content select,
.elementor-widget-text-editor .woocommerce-MyAccount-content textarea {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    border: 1.5px solid #f0e8e3 !important;
    border-radius: 10px !important;
    padding: 11px 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: #fffbf8 !important;
    color: #333 !important;
    outline: none !important;
    transition: border-color 0.2s !important;
}
.elementor-widget-text-editor .woocommerce-MyAccount-content input:focus,
.elementor-widget-text-editor .woocommerce-MyAccount-content select:focus {
    border-color: #bb7953 !important;
    background: #fff !important;
}
.elementor-widget-text-editor .woocommerce-MyAccount-content label {
    font-family: 'Poppins', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #888 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 5px !important;
    display: block !important;
}

/* ── ADDRESS BOXES ── */
.elementor-widget-text-editor .woocommerce-MyAccount-content .woocommerce-Address {
    background: #fffbf8 !important;
    border: 1px solid #f0e8e3 !important;
    border-radius: 12px !important;
    padding: 20px !important;
}
.elementor-widget-text-editor .woocommerce-Address-title h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 16px !important;
    color: #2c2320 !important;
    margin-bottom: 10px !important;
}

/* ── DOWNLOADS ── */
.elementor-widget-text-editor .woocommerce-MyAccount-downloads td.download-product a {
    font-family: 'Playfair Display', serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #2c2320 !important;
}

/* ── NOTICES ── */
.elementor-widget-text-editor .woocommerce-message,
.elementor-widget-text-editor .woocommerce-info {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    border-left: 4px solid #bb7953 !important;
    background: #fffbf8 !important;
    color: #444 !important;
    list-style: none !important;
    margin-bottom: 16px !important;
}
.elementor-widget-text-editor .woocommerce-error {
    border-left-color: #e74c3c !important;
    background: #fff5f5 !important;
}

/* ── MOBILE ── */
@media (max-width: 768px) {
    .elementor-widget-text-editor .woocommerce {
        flex-direction: column !important;
        gap: 16px !important;
    }
    .elementor-widget-text-editor .woocommerce-MyAccount-navigation {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        position: static !important;
    }
    .elementor-widget-text-editor .woocommerce-MyAccount-navigation ul {
        display: flex !important;
        flex-wrap: wrap !important;
        padding: 8px !important;
        gap: 4px !important;
    }
    .elementor-widget-text-editor .woocommerce-MyAccount-navigation ul li a {
        padding: 7px 12px !important;
        border-radius: 8px !important;
        border-bottom: none !important;
        border-left: none !important;
        font-size: 12px !important;
    }
    .elementor-widget-text-editor .woocommerce-MyAccount-navigation ul li a:hover {
        padding-left: 12px !important;
    }
    .elementor-widget-text-editor .woocommerce-MyAccount-content {
        padding: 20px 16px !important;
    }
    .elementor-widget-text-editor .woocommerce-orders-table,
    .elementor-widget-text-editor .woocommerce-table {
        display: block !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
}/* End custom CSS */