/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.cart_item--warranty button.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: var(--wc-red);
    text-decoration: none;
    text-decoration-thickness: auto;
    font-weight: 700;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.cart_item--warranty button.remove:hover {
    color: #fff !important;
    background: var(--wc-red);
}