.elementor-987885 .elementor-element.elementor-element-6c47bb7f{--display:flex;}.elementor-987885 .elementor-element.elementor-element-57201df > .elementor-widget-container{padding:55px 0px 0px 0px;}.elementor-987885 .elementor-element.elementor-element-57201df{text-align:center;}.elementor-987885 .elementor-element.elementor-element-57201df .elementor-heading-title{font-size:45px;text-decoration:none;}.elementor-987885 .elementor-element.elementor-element-871e85e{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-987885 .elementor-element.elementor-element-871e85e > .elementor-widget-container{margin:0px 0px 35px 0px;padding:0px 0px 0px 0px;}.elementor-987885 .elementor-element.elementor-element-871e85e .elementor-divider-separator{width:39%;margin:0 auto;margin-center:0;}.elementor-987885 .elementor-element.elementor-element-871e85e .elementor-divider{text-align:center;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-87476f5 *//* ===============================
   MY ACCOUNT NAVIGATION
================================= */

.woocommerce-MyAccount-navigation ul{

    padding:0;

    margin:0;

    list-style:none;
}


/* ===============================
   NAVIGATION ITEM
================================= */

.woocommerce-MyAccount-navigation ul li{

    margin-bottom:16px;
}


/* ===============================
   NAVIGATION LINK
================================= */

.woocommerce-MyAccount-navigation ul li a{

    width:100%;

    min-height:90px;

    display:flex !important;

    align-items:center !important;

    justify-content:center !important;

    text-align:center !important;

    padding:20px !important;

    background:#050505;

    color:#ffffff !important;

    text-decoration:none !important;

    border-radius:24px;

    font-size:22px;

    font-weight:700;

    line-height:1.2 !important;

    transition:.35s ease;

    box-sizing:border-box;
}


/* REMOVE BREAK TAG SPACE */

.woocommerce-MyAccount-navigation ul li a br{
    display:none;
}


/* ===============================
   HOVER
================================= */

.woocommerce-MyAccount-navigation ul li a:hover{

    transform:translateY(-3px);

    background:
    linear-gradient(135deg,#d4af37,#f3d26c);

    color:#111111 !important;

    box-shadow:
    0 16px 35px rgba(212,175,55,0.22);
}


/* ===============================
   ACTIVE MENU
================================= */

.woocommerce-MyAccount-navigation ul li.is-active a{

    background:
    linear-gradient(135deg,#d4af37,#f3d26c);

    color:#111111 !important;

    box-shadow:
    0 16px 35px rgba(212,175,55,0.22);
}


/* ===============================
   MOBILE
================================= */

@media(max-width:767px){

    .woocommerce-MyAccount-navigation ul li a{

        min-height:72px;

        border-radius:18px;

        font-size:18px;

        padding:16px !important;
    }
}/* End custom CSS */