.tm-unavailable,
.tm-unavailable td {
    opacity: 0.45;
    text-decoration: line-through;
}
.tm-unavailable .tm-unavailable-label {
    color: #b00;
    font-weight: 600;
    text-decoration: none;
}
.tm-unavailable .tm-unavailable-qty {
    color: #888;
    font-weight: 600;
    text-decoration: none;
}
.tm-cart-unavailable-banner {
    background: #F4B94E;
    color: #000;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 4px;
    font-weight: 600;
}
