.elementor-3156 .elementor-element.elementor-element-49e6d7a{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-3a39418 *//* ===========================
   Ovanix My Account UI
=========================== */

/* Sidebar */

.woocommerce-MyAccount-navigation{
    width:280px;
    background:white;
    border-radius:18px;
    padding:25px;
    color:black;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.woocommerce-MyAccount-navigation ul{
    margin:0;
    padding:0;
    list-style:none;
}

.woocommerce-MyAccount-navigation li{
    margin-bottom:12px;
}

.woocommerce-MyAccount-navigation a{
    display:block;
    padding:15px 18px;
    color:black;
    text-decoration:none;
    border-radius:12px;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.woocommerce-MyAccount-navigation a:hover{
    background:#ff0000;
    color:white;
    transform:translateX(5px);
}

.woocommerce-MyAccount-navigation .is-active a{
    background:#ff0000;
    color:white;
}


/* Right Content */

.woocommerce-MyAccount-content{
    flex:1;
    min-width:320px;
    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

/* Heading */

.woocommerce-MyAccount-content p:first-child{
    font-size:28px;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
}

.woocommerce-MyAccount-content p{
    font-size:16px;
    line-height:1.8;
    color:#555;
}

/* Links */

.woocommerce-MyAccount-content a{
    color:#ff0000;
    font-weight:600;
    text-decoration:none;
}

.woocommerce-MyAccount-content a:hover{
    color:#000;
}


/* Tables */

.woocommerce table.shop_table{
    border:none;
    border-radius:15px;
    overflow:hidden;
}

.woocommerce table.shop_table th{
    background:#111;
    color:#fff;
}

.woocommerce table.shop_table td{
    padding:18px;
}


/* Buttons */

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button{
    background:#FFC107;
    color:#000;
    border-radius:10px;
    padding:12px 25px;
    font-weight:700;
}

.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
    background:#111;
    color:#fff;
}


/* Forms */

.woocommerce form input,
.woocommerce form select,
.woocommerce form textarea{
    border:1px solid #ddd;
    border-radius:10px;
    padding:12px;
}

.woocommerce form input:focus,
.woocommerce form textarea:focus{
    border-color:#FFC107;
    box-shadow:none;
}


/* Dashboard Text */

.woocommerce-MyAccount-content strong{
    color:#111;
}

/* Responsive */

@media(max-width:768px){

.woocommerce{
    flex-direction:column;
}

.woocommerce-MyAccount-navigation{
    width:100%;
}

.woocommerce-MyAccount-content{
    width:100%;
    padding:25px;
}

}/* End custom CSS */