<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.es.account .table-wrapper .action:last-child {
    white-space: nowrap;
}

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

    .es.account table &gt; thead &gt; tr &gt; th, table &gt; tbody &gt; tr &gt; th,
    .es.account table &gt; tfoot &gt; tr &gt; th, table &gt; thead &gt; tr &gt; td,
    .es.account table &gt; tbody &gt; tr &gt; td, table &gt; tfoot &gt; tr &gt; 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;
    }
}</pre></body></html>