/* Fix the cart page remove buttons styled as black ovals */
.woocommerce a.remove,
.woocommerce-cart table.cart a.remove,
.woocommerce-page table.cart a.remove {
    background-color: transparent !important;
    background: transparent !important;
    color: #e2401c !important;
    font-size: 1.5em !important;
    width: 24px !important;
    height: 24px !important;
    line-height: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    margin: 0 auto !important;
    box-shadow: none !important;
}

.woocommerce a.remove:hover,
.woocommerce-cart table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover {
    background-color: #e2401c !important;
    color: #ffffff !important;
}
