/**
 * Larger edit / remove icons on shopping cart and minicart (2x Luma default 18px).
 */

/* Full cart — /checkout/cart/ */
.checkout-cart-index .cart.table-wrapper .actions-toolbar {
    min-height: 40px;
    position: relative;
}

.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action.action-edit,
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action.action-delete {
    width: 36px;
    height: 40px;
}

.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action.action-edit:before,
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action.action-delete:before {
    font-size: 36px !important;
    line-height: 40px !important;
    width: 36px;
    height: 40px;
}

.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action.action-edit {
    right: 40px !important;
}

.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action.action-delete {
    right: 0 !important;
}

/* Minicart dropdown */
.minicart-wrapper .minicart-items .product-item .product .actions .action.edit,
.minicart-wrapper .minicart-items .product-item .product .actions .action.delete {
    width: 36px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.minicart-wrapper .minicart-items .product-item .product .actions .action.edit:before,
.minicart-wrapper .minicart-items .product-item .product .actions .action.delete:before {
    font-size: 36px !important;
    line-height: 40px !important;
    width: 36px;
    height: 40px;
}

.minicart-wrapper .minicart-items .product-item .product .actions .action.edit {
    margin-right: 8px;
}
