
.mol-remove-item {
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
    width: auto !important;
    height: auto !important;
    padding: 7px 10px !important;
    border-radius: 7px !important;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.2 !important;
    color: #9b3434 !important;
    background: #fff3f3 !important;
    border: 1px solid #efd1d1 !important;
    text-decoration: none !important;
}

.mol-remove-item:hover,
.mol-remove-item:focus {
    color: #7d2424 !important;
    background: #ffe9e9 !important;
}

.mol-clear-cart-button {
    margin-left: 8px !important;
    background: #fff !important;
    color: #8d3b35 !important;
    border: 1px solid #dec6c2 !important;
}

.mol-clear-cart-button:hover,
.mol-clear-cart-button:focus {
    background: #fff5f4 !important;
    color: #722e29 !important;
}

.woocommerce-orders-table__cell-order-actions .mol_cancel,
.mol-cancel-order-button {
    background: #fff3f3 !important;
    color: #962f2f !important;
    border: 1px solid #e6c2c2 !important;
}

.woocommerce-orders-table__cell-order-actions .mol_cancel:hover,
.mol-cancel-order-button:hover {
    background: #ffe7e7 !important;
    color: #762121 !important;
}

.mol-view-order-cancel {
    margin-top: 18px;
}

@media (max-width: 600px) {
    .woocommerce-cart-form .actions .button,
    .mol-clear-cart-button {
        width: 100%;
        margin: 6px 0 0 !important;
        text-align: center;
    }

    .mol-remove-text {
        display: inline;
    }
}
