.elementor-12 .elementor-element.elementor-element-41c1125{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-162f138 *//* ==========================
   WooCommerce My Account
   Modern UI
========================== */

.woocommerce-account .woocommerce{
    display:flex;
    gap:30px;
    align-items:flex-start;
    margin:40px auto;
}

/* Sidebar */

.woocommerce-account .woocommerce-MyAccount-navigation{
    width:280px;
    background:#fff;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    padding:15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
    list-style:none;
    padding:0;
    margin:0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li{
    margin-bottom:8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a{
    display:flex;
    align-items:center;
    padding:14px 18px;
    border-radius:12px;
    text-decoration:none;
    color:#333;
    font-weight:500;
    transition:.3s;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover{
    background:#0d6efd;
    color:#fff;
    transform:translateX(5px);
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{
    background:#0d6efd;
    color:#fff;
}

/* Content */

.woocommerce-account .woocommerce-MyAccount-content{
    flex:1;
    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.woocommerce-account h2,
.woocommerce-account h3{
    margin-top:0;
    color:#222;
}

/* Tables */

.woocommerce table.shop_table{
    border:none;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.woocommerce table.shop_table th{
    background:#f8f9fb;
    border:none;
    padding:16px;
}

.woocommerce table.shop_table td{
    border-top:1px solid #eee;
    padding:16px;
}

/* Inputs */

.woocommerce-account input,
.woocommerce-account textarea,
.woocommerce-account select{
    width:100%;
    border:1px solid #ddd;
    border-radius:10px;
    padding:12px 15px;
    transition:.3s;
    background:#fff;
}

.woocommerce-account input:focus,
.woocommerce-account textarea:focus,
.woocommerce-account select:focus{
    border-color:#0d6efd;
    outline:none;
    box-shadow:0 0 0 3px rgba(13,110,253,.15);
}

/* Buttons */

.woocommerce-account .button,
.woocommerce-account button,
.woocommerce-account input[type=submit]{
    background:#0d6efd;
    color:#fff;
    border:none;
    padding:12px 24px;
    border-radius:10px;
    transition:.3s;
}

.woocommerce-account .button:hover,
.woocommerce-account button:hover,
.woocommerce-account input[type=submit]:hover{
    background:#0958d9;
    transform:translateY(-2px);
}

/* Notices */

.woocommerce-message,
.woocommerce-error,
.woocommerce-info{
    border:none;
    border-radius:12px;
    padding:18px;
}

/* Address Cards */

.woocommerce-Addresses .woocommerce-Address{
    border:none;
    border-radius:15px;
    padding:25px;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
}

/* Downloads */

.woocommerce-orders-table,
.woocommerce-table{
    border-radius:15px;
    overflow:hidden;
}

/* Mobile */

@media(max-width:768px){

.woocommerce-account .woocommerce{
    flex-direction:column;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
    width:100%;
}

.woocommerce-account .woocommerce-MyAccount-content{
    width:100%;
    padding:25px;
}

}/* End custom CSS */