.my-account-navigation ul{
    margin-left: 0;
    border-top: 1px solid #ddd;
    padding-left: 0;
}
.my-account-navigation ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.my-account-navigation ul li a {
    padding: 0.857em 0;
    display: block;
    transition: 0.3s all;
}
.my-account-navigation ul li a i{
    display: inline-block;
    font-weight: 900;
    float: right;
    text-align: right;
    line-height: 1.618;
    opacity: 0.25;
    font-size: 18px;
    transition: 0.3s all;
}
.my-account-navigation ul li.is-active a,
.my-account-navigation ul li.is-active a i{
    font-weight: 700;
    opacity: 1;
}
.my-account-navigation ul li a:hover,
.my-account-navigation ul li a:hover i{
    font-weight: 700;
    opacity: 1;
    color: #871055;
}

/* Edit Address Page */
.addresses header.title{
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.36em;
}
.addresses header.title::after{
    display: block;
    clear: both;
    content: "";
    /*border-color: #fed700;*/
}
.addresses header.title h3 {
    font-size: 1.786em;
    line-height: 1.6em;
    display: block;
    position: relative;
    float: left;
    padding-bottom: 0.4em;
    margin-bottom: 0;
    width: 90%;
}
.addresses header.title h3::after{
    content: ' ';
    border-bottom: 3px solid transparent;
    display: block;
    width: 20%;
    position: absolute;
    bottom: -1px;

    border-color: #871055;
}
.addresses header.title .edit {
    float: right;
    line-height: 3.571em;
}

.addresses{
    margin-bottom: 2.5em;
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(0rem * -1);
    margin-right: calc(1.875rem * -.5);
    margin-left: calc(1.875rem * -.5);
}

.select2-container--default .select2-selection--single,
select.select2{
    display: block;
    width: 100%;
    height: calc(1.5em + 1.34rem + 2px);
    padding: 0.67rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #818181;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dddddd;
    border-radius: 1.4rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*.my-account-navigation ul li a:before {
    content: "\f3fd";
}
.my-account-navigation ul li.is-active a:before {
    opacity: 1;
}
.my-account-navigation ul li a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1.618;
    margin-left: 0.53em;
    width: 1.387em;
    text-align: right;
    float: right;
    opacity: .25;
}*/
