/*
Theme Name: Yadak Network Child
Template: Yadak-Network
Version: 1.0
Text Domain: Yadak-Network-Child
*/

/* مخفی کردن آواتار افزونه YITH My Account */
.yith-wcmap .user-profile .user-avatar,
.yith-wcmap .user-profile .user-avatar.avatar-upload {
    display: none !important;
}

.woocommerce-account .addresses .title .edit {
    float: right;
}


/* تمام استایل دکمه را از لینک‌های اکشن سفارش حذف می‌کند */
.woocommerce-account table.my_account_orders td.woocommerce-orders-table__cell-order-actions a {
    all: unset;                /* حذف تمام استایل‌های موروثی */
    cursor: pointer;           /* دوباره دست موس لینک را نشان بده */
    color: #0073aa;            /* رنگ لینک استاندارد */
    text-decoration: underline;
    margin-right: 10px;
}

.woocommerce-account table.my_account_orders td.woocommerce-orders-table__cell-order-actions a:hover {
    color: #005177;            /* رنگ هاور دلخواه */
    text-decoration: underline;
}










