.personalized-row {
    display: none;
}

.woocommerce div.product form.cart table.product_personalized td {
    border: 0;
}

.woocommerce div.product form.cart table.product_personalized {
    table-layout: fixed;
    margin-top: 1rem;
}

.not-filled {
    border: 1px solid #c94747!important;
}

.cart-contents>span.amount {
    display: none;
}

.customLabel{
    align-items: center;
    display: flex;
    height: 35px;
    justify-content: center;
    right: 1rem;
    top: 1rem;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 1rem;
    background-color: #009646;
    border-color: #009646;
    color: #fff;
    border-radius: 3px;
    line-height: 1.2em;
    font-size: 14px;
}
