.woocommerce-MyAccount-navigation-link--mes-declarations a::before {
  content: "\f481";
  font-family: dashicons;
}

table.shop_table.shop_table_responsive.my_account_orders {
    color: #565050;
    font-weight: 600;
}

table.shop_table.shop_table_responsive.my_account_orders thead {
    background: #466661;
    color: #fff;
}

table.shop_table.shop_table_responsive.my_account_orders th,
table.shop_table.shop_table_responsive.my_account_orders td {
    padding: 14px 10px !important;
}

.npd-infos-card {
    text-align: left;
    background: #f7f7f7;
    border: 1px dashed #dedede;
    border-radius: 0px;
    padding: 10px;
}

.npd-infos-products {
    margin: 8px 0 0;
    padding-left: 18px;
}

.npd-infos-total {
    margin-top: 10px;
}

.npd-infos-summary {
    margin-top: 12px;
}


.npd-infos-card p ,
.npd-infos-card ul,
.npd-infos-card li{
    margin: 0;
    font-size: 13px;
    line-height: 22px
}

.p-pnts{
    color: #ed6c80;
}