.elementor-9 .elementor-element.elementor-element-53d0c94{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-8deb22{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:15px;--padding-right:15px;}/* Start custom CSS */header.woocommerce-Address-title.title h2 {
    font-size: 20px;
}
/* Sidebar */

.woocommerce-MyAccount-navigation{
    width:290px;
    flex-shrink:0;
}
.woocommerce-account .addresses .title .edit {
    float: unset;
}
.woocommerce-MyAccount-navigation ul{
    list-style:none;
    padding:20px;
    margin:0;
    background:#fff;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.woocommerce-MyAccount-navigation li{
    margin:8px 0;
}

.woocommerce-MyAccount-navigation li a{
    display:flex;
    align-items:center;
    padding:16px 22px;
    border-radius:12px;
    text-decoration:none;
    color:#444;
    font-size:16px;
    font-weight:500;
    transition:.3s;
}

.woocommerce-MyAccount-navigation li a:hover{
    background:#f8f5ef;
    color:#171330;
    transform:translateX(5px);
}

.woocommerce-MyAccount-navigation .is-active a{
    background:#171330;
    color:#fff;
    box-shadow:0 10px 25px rgba(179,139,89,.35);
}


/* Content */

.woocommerce-MyAccount-content{
    flex:1;
    background:#fff;
    padding:45px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.woocommerce-MyAccount-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:20px;
}

.woocommerce-MyAccount-content strong{
    color:#222;
}

.woocommerce-MyAccount-content a{
    color:#171330;
    text-decoration:none;
    font-weight:600;
}

.woocommerce-MyAccount-content a:hover{
    text-decoration:underline;
}


/* Dashboard Welcome */

/*.woocommerce-MyAccount-content p:first-child{*/
/*    font-size:30px;*/
/*    color:#111;*/
/*    margin-bottom:25px;*/
/*    padding-bottom:20px;*/
/*    border-bottom:1px solid #eee;*/
/*}*/


/* Tables */

.woocommerce table.shop_table{
    border:none;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.woocommerce table.shop_table th{
    background:#1e1b34;
    color:#fff;
    padding:18px;
}

.woocommerce table.shop_table td{
    padding:18px;
}


/* Buttons */

.woocommerce button,
.woocommerce .button,
.woocommerce a.button{
    background:#1e1b34;
    color:#fff;
    border:none;
    padding:14px 30px;
    border-radius:10px;
    font-weight:600;
    transition:.3s;
}

.woocommerce button:hover,
.woocommerce .button:hover,
.woocommerce a.button:hover{
    background:#171330;
    transform:translateY(-2px);
}


/* Forms */

.woocommerce input,
.woocommerce select,
.woocommerce textarea{
    width:100%;
    padding:14px 18px;
    border:1px solid #ddd;
    border-radius:10px;
    margin-bottom:20px;
    transition:.3s;
}

.woocommerce input:focus,
.woocommerce select:focus,
.woocommerce textarea:focus{
    border-color:#171330;
    outline:none;
    box-shadow:0 0 0 3px rgba(179,139,89,.15);
}


/* Address Cards */

/*.woocommerce-Addresses{*/
/*    display:grid;*/
/*    grid-template-columns:repeat(2,1fr);*/
/*    gap:30px;*/
/*}*/

/*.woocommerce-Address{*/
/*    background:#fff;*/
/*    padding:30px;*/
/*    border-radius:18px;*/
/*    box-shadow:0 12px 30px rgba(0,0,0,.07);*/
/*}*/


/* Notices */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error{
    border:none;
    border-left:5px solid #171330;
    border-radius:10px;
    padding:18px 20px;
    margin-bottom:30px;
}


/* Responsive */

@media(max-width:991px){

.woocommerce{
    flex-direction:column;
}

.woocommerce-MyAccount-navigation{
    width:100%;
}

.woocommerce-Addresses{
    grid-template-columns:1fr;
}

}

@media(max-width:767px){

.woocommerce-MyAccount-content{
    padding:25px;
}

.woocommerce-MyAccount-navigation ul{
    padding:12px;
}

.woocommerce-MyAccount-content p:first-child{
    font-size:24px;
}

}/* End custom CSS */