.edc-remove-cart-item {
    color: #e2401c;
    margin-left: 10px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.edc-remove-cart-item:hover {
    color: #ff0000;
}

.edc-remove-cart-item.loading {
    opacity: 0.5;
    pointer-events: none;
}
