/* 取扱い終了 */
td.NG {
    color: #868481;
    font-size: 18px;
    font-weight: bold;
}

/* 在庫切れ　入荷通知 */
td.ng span.notification {
    display: block;
    position: relative;
    width: 90%;
    min-height: 14px;
    margin: 0 auto;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, #666666, #444444);
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 25px 10px 35px;
    border: none;
}
td.ng span.notification .fa-envelope {
    margin-right: 5px;
}

td.ng span.notification:hover {
    opacity: 0.6;
}
/* 入荷通知 */
button.c-main-btn-link-notify:hover {
    opacity: 0.6;
}

button.c-main-btn-link-notify {
    /* all: unset; */
    position: relative;
    width: 90%;
    /* height: 14px; */
    margin: 0 auto;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, #666666, #444444);
    border-radius: 10px;
    cursor: pointer;
    display: block;
    padding: 10px 25px 10px 35px;
    border: none;
}
button.c-main-btn-link-notify br {
    display: none;
}
.notify-msg {
    position: absolute;
}
button.c-main-btn-link-notify .fa-envelope {
    margin-right: 5px;
}
td.ng span.notification br {
    display: none;
}
button.c-main-btn-link-notify.waiting {
    background: linear-gradient(to bottom, #5e7ffb, #001f80);
    border: 1px solid #000e6a;
    /*cursor: auto;
	pointer-events: none;*/
}
button.c-main-btn-link-notify.waiting:hover {
    opacity: 0.7;
}
button.c-main-btn-link:has(.fa-heart.on)::before {
    color: #ff4f3c;
}
