/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.dashboard_nav.woocommerce-MyAccount-navigation ul {
    border-top: 0;
}
.dashboard_nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border: 1px solid #eaeaea;
    position: relative;
    width: 32%;
    float: left;
    display: block;
    text-align: center;
    margin: 0.5%;
    background: #fefefe;
    border-radius: 3px;
}
.dashboard_nav.woocommerce-MyAccount-navigation ul li a{
    padding-top: 85px;
    padding-bottom: 25px;
    font-size: 1.2em;
}
.dashboard_nav.woocommerce-MyAccount-navigation ul li a::before{
    font-size: 50px;
    float: none;
    top: 10px;
    position: absolute;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    line-height: inherit;
}

.woocommerce-MyAccount-navigation ul li.is-active a{
    color: #12858a;
}