html.pharmmacy-law-0 .medicine {
    display: none;
}

table.cartOverview > tbody.drug {
    position: relative;
}
main.cartOverview table.cartOverview.no-shipping > tbody.drug > tr.cartRow {
    filter: saturate(0);
    background: rgba(0,0,0, 0.1);
}

.row.drug {
    filter: saturate(0);
    background: rgba(0,0,0, 0.1);
}

main.cartOverview table.cartOverview.no-shipping > tbody.drug::before {
    content: '!';
    display: block;
    width: 2rem;
    height: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
    padding-top: 0.2rem;
    text-align: center;
    font-weight: bold;
    background: red;
    color: white;
    border-radius: 50%;
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
}

.row.drug::after {
    content: '!';
    display: block;
    width: 2rem;
    height: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    font-weight: bold;
    background: red;
    color: white;
    border-radius: 50%;
    position: absolute;
    left:-0.8rem;
    top:-0.8rem;
}

main.cartOverview table.cartOverview.no-shipping > tbody.drug::after {
    content: 'Gyógyszereket nem szállítunk ki!';
    position: absolute;
    bottom: 0;
    color: red;
    padding-left: 0.5rem;
}

label.disabled {
    opacity: 0.5;
}

.cartShipping div.warning {
    color: red;
}
.cartShipping label.warning {}

span.medicine {
    background: red;
    padding: 0.7rem;
    color: white;
}

#cartContent span.medicine {
    line-height: 0.5rem;
    display: block;
    text-align: center;
}

.osc-cart-card-title span.medicine {
    color: white !important;
    padding: 0.3rem 0.7rem;
}