.elementor-12 .elementor-element.elementor-element-4ff6e18d{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-1a4c03b1 *//*=========================================================
        SAISHA MANCHANDA - MY ACCOUNT PREMIUM
                    PART 1
=========================================================*/

/* Main Layout */

.woocommerce-account .woocommerce{
   
    align-items:flex-start;
    margin-bottom:30px;
    gap:40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation{

    width:300px;
    min-width:300px;

    background:#f5f5f5;

    border-radius:22px;

    padding:28px;

    position:sticky;

    top:30px;

    height: !important;

    min-height:unset !important;

    overflow:visible !important;

}

.woocommerce-account .woocommerce-MyAccount-content{

    flex:1;

    min-width:0;

}

/* Top Glow */

.woocommerce-account .woocommerce-MyAccount-navigation:before{

    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(255,255,255,.05);

}

.woocommerce-account .woocommerce-MyAccount-navigation:after{

    content:"";
    display:block;
    color:#ffffff;
    opacity:.08;
    font-size:30px;
    font-weight:700;
    letter-spacing:3px;
    margin-bottom:25px;

}

/* Menu */

.woocommerce-account .woocommerce-MyAccount-navigation ul{

    margin:0;
    padding:0;
    list-style:none;

}



.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{

    margin-bottom:0;

}

/* Links */

.woocommerce-account .woocommerce-MyAccount-navigation a{

    display:flex;
    align-items:center;
    padding:17px 22px;
    border-radius:14px;
    color:#111;
    text-decoration:none;
    font-size:15px;
    font-weight:500;
    transition:.35s;

}

/* Hover */

.woocommerce-account .woocommerce-MyAccount-navigation a:hover{

    background:#1d1d1d;
    color:#fff;
    transform:translateX(8px);

}

/* Active */

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active>a,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active>a{

    background:#ffffff !important;
    color:#111 !important;
    font-weight:600;
    box-shadow:0 10px 30px rgba(255,255,255,.15);

}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active>a:hover{

    transform:none;

}

/* Content */

.woocommerce-account .woocommerce-MyAccount-content{

    flex:1;
    background:#ffffff;
    border-radius:24px;
    padding:55px;
    border:1px solid #ededed;
    box-shadow:
    0 20px 70px rgba(0,0,0,.08);

}

/* Headings */

.woocommerce-account .woocommerce-MyAccount-content h1,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3{

    color:#111;
    font-weight:700;
    margin-bottom:25px;

}

/* Paragraph */

.woocommerce-account .woocommerce-MyAccount-content p{

    color:#555;
    line-height:2;
    font-size:16px;

}

.woocommerce-account .woocommerce-MyAccount-content strong{

    color:#111;

}

/* Links */

.woocommerce-account .woocommerce-MyAccount-content a{

    color:#111;
    text-decoration:none;
    font-weight:600;
    position:relative;

}

.woocommerce-account .woocommerce-MyAccount-content a:after{

    content:"";
    position:absolute;
    left:0;
    bottom:-2px;
    width:0%;
    height:1px;
    background:#111;
    transition:.35s;

}

.woocommerce-account .woocommerce-MyAccount-content a:hover:after{

    width:100%;

}

/* Tables */

.woocommerce table.shop_table{

    border:none;
    overflow:hidden;
    border-radius:18px;
    box-shadow:
    0 15px 50px rgba(0,0,0,.08);

}

.woocommerce table.shop_table thead{

    background:#111;

}

.woocommerce table.shop_table th{

    color:#fff;
    padding:18px;
    border:none;
    font-weight:600;

}

.woocommerce table.shop_table td{

    padding:18px;
    border-color:#efefef;

}

.woocommerce table.shop_table tbody tr{

    transition:.3s;

}

.woocommerce table.shop_table tbody tr:hover{

    background:#fafafa;

}

/* Buttons */

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{

    background:#111 !important;
    color:#fff !important;
    border:none;
    border-radius:12px;
    padding:15px 30px;
    font-weight:600;
    transition:.35s;

}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{

    background:#000 !important;
    transform:translateY(-3px);
    box-shadow:0 12px 25px rgba(0,0,0,.18);

}

/* Inputs */

.woocommerce form input,
.woocommerce form textarea,
.woocommerce form select{

    border:1px solid #e6e6e6;
    border-radius:12px;
    padding:15px 18px;
    transition:.3s;
    background:#fff;

}

.woocommerce form input:focus,
.woocommerce form textarea:focus,
.woocommerce form select:focus{

    border-color:#111;
    outline:none;
    box-shadow:0 0 0 4px rgba(0,0,0,.05);

}

/* Notices */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error{

    border:none;
    border-radius:16px;
    padding:20px 25px;

}

/* Animation */

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{

    animation:accountFade .6s ease;

}

@keyframes accountFade{

from{

opacity:0;
transform:translateY(30px);

}

to{

opacity:1;
transform:translateY(0);

}

}

/*=========================================================
        SAISHA MANCHANDA - MY ACCOUNT PREMIUM
                    PART 2
=========================================================*/

/* Dashboard Welcome Box */

.woocommerce-account .woocommerce-MyAccount-content{

    position:relative;
    overflow:hidden;

}

.woocommerce-account .woocommerce-MyAccount-content:before{

    content:"";
    position:absolute;
    top:-150px;
    right:-150px;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(0,0,0,.03);

}

/* Dashboard Paragraph */

.woocommerce-account .woocommerce-MyAccount-content p:first-child{

    font-size:20px;
    margin-bottom:20px;

}

/* Forms */

.woocommerce-account fieldset{

    border:1px solid #ececec;
    padding:30px;
    border-radius:18px;
    margin-top:30px;

}

.woocommerce-account legend{

    font-size:18px;
    font-weight:700;
    padding:0 10px;

}

/* Labels */

.woocommerce-account label{

    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#111;

}

/* Address Cards */

.woocommerce-account .addresses{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;

}

.woocommerce-account .woocommerce-Address{

    border:1px solid #ececec;
    border-radius:20px;
    padding:30px;
    transition:.35s;
    background:#fff;

}

.woocommerce-account .woocommerce-Address:hover{

    transform:translateY(-6px);
    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.woocommerce-account address{

    font-style:normal;
    line-height:2;
    color:#666;

}

/* Orders */

.woocommerce-orders-table__cell-order-actions .button{

    padding:10px 18px !important;
    border-radius:10px;

}

/* Downloads */

.woocommerce-account .download-file a{

    color:#111;
    font-weight:600;

}

/* Account Details */

.woocommerce-EditAccountForm{

    max-width:900px;

}

.woocommerce-EditAccountForm input{

    margin-bottom:18px;

}

/* Forms Row */

.woocommerce form .form-row{

    margin-bottom:22px;

}

/* Select */

.select2-container--default .select2-selection--single{

    height:52px;
    border-radius:12px;
    border:1px solid #e5e5e5;

}

.select2-selection__rendered{

    line-height:52px !important;

}

.select2-selection__arrow{

    height:52px !important;

}

/* Dashboard Tables */

.woocommerce table.shop_table tbody td{

    vertical-align:middle;

}

/* Status Badge */

.woocommerce-orders-table__cell-order-status{

    font-weight:600;

}

/* Logout */

.woocommerce-MyAccount-navigation-link--customer-logout a{

    color:#ff4d4d !important;

}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover{

    background:#2a0b0b !important;
    color:#fff !important;

}

/* Responsive */

@media(max-width:1200px){

.woocommerce-account .woocommerce{

    gap:25px;
    padding:0 20px;

}

.woocommerce-account .woocommerce-MyAccount-navigation{

    width:270px;
    min-width:270px;

}

.woocommerce-account .woocommerce-MyAccount-content{

    padding:40px;

}

}

@media(max-width:991px){

.woocommerce-account .woocommerce{

    display:block;

}
.woocommerce-account .woocommerce-MyAccount-navigation:before {
    display: none;
}


.woocommerce-account .woocommerce-MyAccount-navigation{

    width:100%;
    min-width:100%;
    position:relative;
    top:0;
    margin-bottom:30px;

}

.woocommerce-account .woocommerce-MyAccount-navigation ul{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;

}

.woocommerce-account .woocommerce-MyAccount-navigation li{

    margin:0;

}

.woocommerce-account .woocommerce-MyAccount-navigation a{

    justify-content:center;

}

.woocommerce-account .woocommerce-MyAccount-content{

    padding:35px;

}

.woocommerce-account .addresses{

    grid-template-columns:1fr;

}

}

@media(max-width:767px){

.woocommerce-account .woocommerce{

    padding:0 15px;
    margin:40px auto;

}
.woocommerce-account .woocommerce-MyAccount-navigation:before {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation{

    padding:18px;

}

.woocommerce-account .woocommerce-MyAccount-navigation ul{

    display:block;

}

.woocommerce-account .woocommerce-MyAccount-navigation li{

    margin-bottom:10px;

}

.woocommerce-account .woocommerce-MyAccount-navigation a{

    justify-content:flex-start;
    padding:15px 18px;

}

.woocommerce-account .woocommerce-MyAccount-content{

    padding:25px;

}

.woocommerce table.shop_table{

    display:block;
    overflow-x:auto;
    white-space:nowrap;

}

.woocommerce form .form-row{

    width:100% !important;
    float:none !important;

}

.woocommerce input,
.woocommerce select,
.woocommerce textarea{

    font-size:16px;

}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button{

    width:100%;

}

}

@media(max-width:480px){

.woocommerce-account .woocommerce{
    margin-top:12px !important;
    padding:0 12px;

}

.woocommerce-account .woocommerce-MyAccount-navigation{

    padding:15px;

}

.woocommerce-account .woocommerce-MyAccount-content{

    padding:18px;

}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3{

    font-size:24px;

}

.woocommerce-account .woocommerce-MyAccount-content p{

    font-size:15px;

}

}

/* Smooth Hover */

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-Address,
.woocommerce table.shop_table{

    transition:.35s;

}

/* Scrollbar */

.woocommerce table.shop_table::-webkit-scrollbar{

    height:8px;

}

.woocommerce table.shop_table::-webkit-scrollbar-thumb{

    background:#111;
    border-radius:20px;

}

/* Login/Register Page Reset */

/* =========================
   LOGIN / REGISTER ONLY
========================= */

.woocommerce-account.logged-in .woocommerce{
    display:flex;
    max-width: 1200px;
    margin:70px auto;
    padding:0 20px;
    align-items:flex-start;
    gap:40px;
}
.woocommerce-account:not(.logged-in) .woocommerce{
    display:block !important;
    max-width:1200px;
    margin:70px auto;
    padding:0 20px;
}

.woocommerce-account:not(.logged-in) .u-columns{
    display:flex;
    gap:60px;
}

.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper{
    width:100%;
    margin-bottom:25px;
}
.woocommerce-form-login,
.woocommerce-form-register{

    background:#fff;
    border:1px solid #ececec;
    border-radius:18px;
    padding:35px 35px;
    box-shadow:0 12px 35px rgba(0,0,0,.05);
}

.woocommerce-form-login{
    margin-right:20px;
}

.woocommerce h2{
    font-size:28px;
    font-weight:700;
    margin-bottom:35px;
}

.woocommerce label{
    font-size:15px;
    font-weight:600;
    color:#111;
}

.woocommerce input.input-text{

    width:100%;
    height:58px;
    border:1px solid #ddd;
    border-radius:12px;
    padding:0 18px;
    transition:.3s;
}

.woocommerce input.input-text:focus{

    border-color:#111;
    box-shadow:0 0 0 4px rgba(0,0,0,.05);
}

.woocommerce button.button{

    width:100%;
    margin-top: 10px !important;
    height:58px;
    border:none;
    background:#111;
    color:#fff;
    border-radius:12px;
    font-size:17px;
    font-weight:600;
    transition:.35s;
}

.woocommerce button.button:hover{

    background:#222;
    transform:translateY(-2px);
}

.woocommerce-form-login__rememberme{

    display:flex;
    align-items:center;
    gap:10px;
    margin:10px 0;
}

.woocommerce-form-login__rememberme input{

    width:18px;
    height:18px;
}

.woocommerce-LostPassword{

    margin-top:18px;
}

.woocommerce-LostPassword a{

    color:#111;
    text-decoration:none;
}

.woocommerce-LostPassword a:hover{

    text-decoration:underline;
}

@media(max-width:768px){

.woocommerce-account .woocommerce{

    display:block;
}

.woocommerce-form-login{

    margin-right:0;
    margin-bottom:30px;
}

.woocommerce-form-login,
.woocommerce-form-register{

    padding:25px;
}

}

/* Label ke niche gap kam */
.woocommerce form .form-row label{
    margin-top: 0px !important;
    margin-bottom:2px !important;
    display:block;
}

/* Har field ke beech gap kam */
.woocommerce form .form-row{
    margin-bottom:5px !important;
}

/* Password field ke upar extra gap hatao */
.woocommerce .form-row.form-row-wide{
    margin-bottom:5px !important;
}

/* Login aur Register box ke andar spacing */
.woocommerce-form-login p,
.woocommerce-form-register p{
    margin-bottom:5px !important;
}
/* Order table content center vertically */
.woocommerce table.shop_table td{
    vertical-align: middle !important;
    padding: 22px 20px !important;
}

/* Order number ko top/center lao */
.woocommerce-orders-table__cell-order-number{
    vertical-align: middle !important;
}

.woocommerce-orders-table__cell-order-number a{
    display: inline-flex !important;
    align-items: center;
    height: 100%;
    font-weight: 700;
    color: #111;
}

/* Agar <strong> ke andar hai */
.woocommerce-orders-table__cell-order-number strong{
    display: inline-block;
    vertical-align: middle;
}
br{
    display: none!important;
}

@media (max-width:991px){

    .woocommerce-account.logged-in .woocommerce{
        display:block !important;
    }

    .woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
        width:100%;
        min-width:100%;
        margin-bottom:25px;
        position:relative;
        top:0;
    }

    .woocommerce-account.logged-in .woocommerce-MyAccount-content{
        width:100%;
    }

}

/* Mobile */
@media (max-width:767px){

    .woocommerce-account.logged-in .woocommerce{
        display:block !important;
        padding:0 15px;
    }

    .woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
        width:100%;
        margin-bottom:20px;
    }

    .woocommerce-account.logged-in .woocommerce-MyAccount-content{
        width:100%;
        padding:25px;
    }

}/* End custom CSS */