
.woocommerce-account .addresses .title h3 {
    float: right
}

.woocommerce-account .addresses .title .edit {
    float: left
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-right: 0;
    padding-right: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-right: 0;
    padding-right: 0
}

.woocommerce-account ul.digital-downloads li::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e00a";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: left
}

table.my_account_orders {
    font-size: .85em
}

table.my_account_orders td, table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

table.woocommerce-MyAccount-downloads td, table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

table.woocommerce-MyAccount-downloads td:first-child, table.woocommerce-MyAccount-downloads th:first-child {
    text-align: right
}

table.woocommerce-MyAccount-downloads td:last-child, table.woocommerce-MyAccount-downloads th:last-child {
    text-align: right
}

table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before, table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    content: "↓";
    display: inline-block
}

.woocommerce-account .woocommerce-info, .woocommerce-Address-title.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-Address-title.title {
    gap: 10px;
    margin-bottom: 10px;
}
.woocommerce-Address-title a {
    font-size: 13px;
}
.woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-flex;
    padding-top: 6px;
    justify-content: space-between;
    gap: 5px;
}

.woocommerce-form-login .lost_password {
    padding-top: 10px;
}

.avina-MyAccount-navigation {
    background-color: var(--white-color);
    border-radius: var(--max-radius);
    width: 25%;
    padding: 15px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #bbbbbb63;
}

.woocommerce-account .woocommerce-MyAccount-content {
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    float: unset;
    width: 74%;
}

.avina-user-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 5px solid #98969629;
    padding: 10px;
    border-radius: var(--max-radius);
    margin-bottom: 12px;
}

.avina_user_days {
    background-color: #c2c1c030;
    padding: 5px 10px;
    border-radius: var(--min-radius);
    font-size: 13px;
}

.avina-user-data img {
    border-radius: 100%;
    border: 2px solid var(--main-color);
    max-height: 120px;
    object-fit: cover;
}

.avina_user_name {
    font-weight: 700;
    font-size: 1.3em;
    padding: 10px 0;
    display: flex;
    gap: 7px;
    align-items: center;
}
.avina_user_name i {
    font-size: 14px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: unset;
    width: 100%;
}


.logged-in.woocommerce-account .woocommerce {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}


li.woocommerce-MyAccount-navigation-link a:hover:after,
li.woocommerce-MyAccount-navigation-link.is-active a:after {
    content: unset;
}

li.woocommerce-MyAccount-navigation-link a {
    padding: 8px 15px;
    width: 100%;
    transition: 0.2s;
    margin: 3px 0;
    border-radius: var(--min-radius);
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--title-color1);
}

li.woocommerce-MyAccount-navigation-link a:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}

.avina_dashboard_items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.avina_dashboard_items .item {
    border-radius: var(--max-radius);
    color: white;
    padding: 10px;
    position: relative;
    opacity: 0.9;
    transition: 0.4s;
    flex-basis: 24%;
}

.avina_dashboard_items .item:hover {
    opacity: 1;
}

.avina_dashboard_items .item i {
    color: white;
    font-size: 40px;
    opacity: 0.3;
    position: absolute;
    left: 13px;
    top: 13px;
    transition: 0.4s;
}

.avina_dashboard_items .item:hover i {
    transform: rotate(10deg);
}

.avina_dashboard_items .item .stat {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 11px;
    padding: 5px 0;
}

.avina_dashboard_items .item .title {
    display: inline-block;
    font-size: 13px;
    padding: 10px 0;
}

.avina_dashboard_items .item .value {
    font-size: 22px;
    padding: 17px 0;
    margin-bottom: 5px;
}
.avina_dashboard_items .item a {
    color: white;
}
.avina_dashboard_items .blue {
    background-color: #2298f1;
}

.avina_dashboard_items .green {
    background-color: #66b92e;
}

.avina_dashboard_items .orange {
    background-color: #da932c;
}

.avina_dashboard_items .red {
    background-color: #d65b4a;
}

.avina_dashboard_orders {
    background-color: var(--main-color);
    border: 0;
    overflow-x: auto;
    width: 100%;
    border-radius: var(--max-radius);
}

.avina_dashboard_orders .inner {
    border-radius: 4px;
}

.avina_dashboard_orders .header {
    color: white;
    padding: 22px;
}

.avina_dashboard_orders .header .count,
.avina_dashboard_orders .header .title {
    display: inline-block;
}

.avina_dashboard_orders .header .title {
    font-size: 20px;
}

.avina_dashboard_orders .header .title + .count {
    margin-left: 5px;
}

.avina_dashboard_orders .table {
    width: 100%;
}

.avina_dashboard_orders .table td,
.avina_dashboard_orders .table th {
    color: white;
    padding: 10px 22px;
    vertical-align: middle;
}

.avina_dashboard_orders .table td p {
    font-size: 12px;
}

.avina_dashboard_orders .table td p:last-of-type {
    color: #738297;
    font-size: 11px;
}

.avina_dashboard_orders .table th {
    background-color: rgba(0, 0, 0, 0.08);
}

.avina_dashboard_orders .table a {
    color: white;
}

.avina_dashboard_orders .table tr:hover {
    background-color: rgba(0, 0, 0, 0.11);
}

.avina_dashboard_orders .table tr:not(:last-of-type) {
    border-bottom: 1px solid rgba(227, 227, 227, 0.54);
}

.avina_dashboard_orders .table > :not(:first-child) {
    border-top: 0;
}

.avina_dashboard_orders td.order-actions {
    display: flex;
    justify-content: flex-end;
}

.avina_dashboard_orders td.order-actions a, table.my_account_orders .button {
    margin: 0 5px;
    background-color: var(--second-color);
    white-space: nowrap;
    opacity: 0.85;
    padding: 10px 13px;
}
table.my_account_orders .button.cancel {
    background-color: #04040480 !important;
    opacity: 0.5;
}
p.order-again {
    display: inline;
}
td.order-actions a:hover, table.my_account_orders .button.cancel:hover {
    opacity: 1;
}

.dashboard-compare-list {
    width: 100%;
    max-width: 100%;
}

.dashboard-compare-list a img {
    max-width: 200px;
    max-height: 200px;
    padding: 5px;
}

.dashboard-compare-list td.td-label {
    min-width: 100px;
}

.dashboard-compare-list .woocommerce-product-attributes-item__value {
    width: auto !important;
    margin-right: 5px;
}

.dashboard-compare-list .woocommerce-product-attributes-item__label {
    width: auto !important;
}
.dashboard-compare-list .AvinaCP_table td {
    padding: 5px 5px 5px 0;
    vertical-align: top;
    width: auto;
    min-width: 200px;
    max-width: 300px;
}
.avina_recent_product {
    background-color: var(--second-color);
    padding: 20px;
    border-radius: var(--max-radius);
}

.avina_recent_product .product_list_section {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    background-color: transparent !important;
}

.avina_recent_product .heading_title h3 {
    color: white;
    padding: 0 0 23px 0;
}

.avina_recent_product .item {
    flex-basis: 49% !important;
}

.avina_recent_product .title h4 {
    max-height: 60px;
}

.woocommerce-account .addresses .title .edit {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    padding: 5px 10px;
    border-radius: 5px;
}

.woocommerce-account .addresses .title .edit:hover {
    background-color: var(--second-color);
    border-color: var(--second-color);
    color: #fff;
}
.order-status span {
    padding: 4px 6px;
    border-radius: 7px;
    color: white;
    display: inline-flex;
    opacity: 0.9;
    background-color: #707070;
}
.order-status span.nobr {
    background-color: unset !important;
}
.order-status .completed {
    background-color: #036e1f;
}
.order-status .refunded {
    background-color: #e65858;
}
.order-status .processing {
    background-color: #45c332;
}
.order-status .on-hold {
    background-color: #5719da;
}
.order-status .cancelled {
    background-color: #8d8d8d;
}
.order-status .pending {
    background-color: #9a0e77;
}
.order-status .failed {
    background-color: #da8019;
}
.woo-wallet-sidebar ul {
    display: flex;
}
.woo-wallet-sidebar ul li.card a {
    display: flex !important;
    width: 100%;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    color: white;
}
.woo-wallet-sidebar ul li.card {
    width: 32% !important;
    background: var(--main-color) !important;
    border-radius: var(--min-radius) !important;
}
.woo-wallet-sidebar ul li.card:hover {
    width: 32% !important;
    background: var(--second-color) !important;
    box-shadow: unset !important;
}
.woo-wallet-sidebar ul li p {
    color: white;
}
.woo-wallet-sidebar ul li span {
    font-size: 22px;
}
.woo-wallet-my-wallet-container .woo-wallet-sidebar {
    width: 100% !important;
    background: #f2f2f2;
}
.woo-wallet-my-wallet-container {
    border: 1px solid #f2f2f2;
    display: flex;
    flex-direction: column !important;
}

.woo-wallet-my-wallet-container .woo-wallet-content {
    width: 100% !important;
}

.avina_avatar input {
    display: none;

}
.avina_avatar {
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 100%;
}
.avina_avatar label {
    position: absolute;
    height: 100%;
    bottom: 0;
    cursor: pointer;
}
.avina_avatar i {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: var(--white-color);
    width: 25px;
    height: 25px;
    display: flex;
    font-size: 16px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    color: var(--border-color1);
    transform: translate(-50%, -50%);
}
.avina_avatar img {
    border-radius: 100%;
    border: 2px solid #0000001a;
    object-fit: cover;
    height: 100%;
}
#error_avatar {
    color: red;
}

.notes {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.note {
    background: #d60d68;
    color:white;
    padding: 10px;
    border-radius: var(--max-radius);
    border: 2px solid #eeeeee24;
}
.note .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    background-color: #00000033;
    padding: 10px;
    border-radius: var(--min-radius);
    display: flex;
    gap:7px;
    align-items: center;
}
.note .title a, .note .content p, .note .content h1, .note .content h2, .note .content h3, .note .content h4 {
    color:white;
}
.note .content {
    font-size: 13px;
    padding: 5px;
}
.note .content a {
    display: inline-flex;
    color: #fffd91;
    gap: 6px;
    align-items: center;
    padding: 0 5px;
}
.note .content a:hover {
    color: #91ffb8;
}
.notifications {
    position: relative;
}
.alert::after {
    content: '';
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 100%;
    background-color: #0a95ff;
    padding: 4px;
    animation: pulse 2s infinite;
}

li.woocommerce-MyAccount-navigation-link a:hover .avi_alert:after {
    color: var(--main-color);
    background-color: var(--white-color);
}
.avina_change_pass {
    margin-top: 25px;
}
.avina_change_pass h3 {
    margin-bottom: 15px;
}
@media (max-width: 992px) {

    .avina_dashboard_items {
        flex-wrap: wrap;
    }

    .avina_dashboard_items .item {
        flex-basis: 49%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin-right: 15px;
    }

    .avina_recent_product .item {
        flex-basis: 48% !important;
    }
}
@media (max-width: 768px) {
    .avina-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .logged-in.woocommerce-account .woocommerce {
        flex-direction: column;
    }
    .woocommerce-MyAccount-navigation ul{
        display: flex;
        flex-wrap: wrap;
    }
    li.woocommerce-MyAccount-navigation-link a {
        padding: 8px 5px 8px 2px;
        margin: 0;
        font-size: 13px;
    }
    li.woocommerce-MyAccount-navigation-link {
        width: 49%;
        max-width: 49%;
        display: flex;
    }
}
@media (max-width: 576px) {

    .avina_dashboard_items .item, .avina_recent_product .item {
        flex-basis: 99% !important;
    }
    .form-row-first, .form-row-last {
        width: 100%;
        display: block;
    }
    .woocommerce-Address-title.title {
        flex-direction: column;
        align-items: flex-start;
    }

}
