.es.account .table-wrapper .action:last-child {
    white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 991px) {

    .es.account table > thead > tr > th, table > tbody > tr > th,
    .es.account table > tfoot > tr > th, table > thead > tr > td,
    .es.account table > tbody > tr > td, table > tfoot > tr > td {
        padding: 8px 6px;
    }
}

@media (min-width: 640px) and (max-width: 991px) {

    .es.account .table-wrapper .action:last-child {
        white-space: normal;
    }
}

.es .product-info-main .box-tocart {
    margin-top: 5px;
}

.es .product-info-main .box-tocart .field.qty {
    padding-top: 10px;
}

.es .product-info-main .box-tocart .actions {
    padding-top: 10px;
    flex-wrap: nowrap;
}

.es.wishlist-index-index a.action.primary, button.action.primary, .wishlist .action.submit.primary {
    white-space: normal;
}
@media (min-width: 768px) {
    .es.wishlist-index-index .actions-toolbar .primary, .actions-toolbar .secondary {
        display: flex;
    }
}
@media (max-width: 767px) {
    .es.wishlist-index-index .actions-toolbar .primary, .actions-toolbar .secondary {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

@media (max-width: 380px) {
    .es .product-info-main .box-tocart .actions .action.tocart {
        margin:0;
    }
    .es .product-info-main .product-addto-links, .product-info-main .product-addto-links a {
        padding-top: 10px;
    }
    .es .product-info-main .box-tocart .actions {
        flex-direction: column;
    }
}