.woocommerce-order-received .woo-user-logged-status {
    display: none;
}

.woocommerce-order-received .woocommerce-order {
    max-width: 1120px;
    margin: auto;
    padding: 24px;
    background: #ffffff;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
}

.woocommerce-order-received .woocommerce-order-overview {
    display: flex;
    justify-content: space-between;
    padding: 18px 24px;
}

.woocommerce-order-received .woocommerce-order-overview + p {
    display: none;
}

.woocommerce-order-received .woocommerce-order-overview li {
    display: flex;
    line-height: inherit;
    /* margin: 0 16px;*/
    padding: 0;
    border-bottom: 0 none;
    overflow: visible;

    flex-direction: column;
    min-height: 50px;
    color: rgba(166, 166, 166, 0.85);
    font-size: 18px;
    min-width: 120px;
    justify-content: space-between;
}

.woocommerce-order-received img[src*="plata.svg"]{
    width: 100px;
    height: auto;
}

.woocommerce-order-received .woocommerce-order-overview li strong {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    min-height: 20px;
}

.woocommerce-order-received .woocommerce-order-overview__order strong:before {
    content: "№";
}

.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-MyAccount-content .woocommerce-order-details__title {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 20px;
    height: 70px;
    padding: 0 0 24px;
    line-height: 44px;
    display: flex;
    align-items: center;
}

.woocommerce-MyAccount-content .woocommerce-order-details__title {
    margin-top: 24px;
}

.woocommerce-order-received table,
.woocommerce-MyAccount-content .woocommerce-order-details table {
    width: 100%;
}

.woocommerce-order-received table thead,
.woocommerce-MyAccount-content .woocommerce-order-details table thead {
    display: none;
}

.woocommerce-order-received table th:first-child,
.woocommerce-order-received table td:first-child,
.woocommerce-MyAccount-content
.woocommerce-order-details
.woocommerce-table__product-name,
.woocommerce-MyAccount-content
.woocommerce-order-details
.woocommerce-table__product-total {
    display: flex;
    text-align: left;
}

.woocommerce-order-received table td:last-child,
.woocommerce-MyAccount-content .woocommerce-order-details td:last-child {
    text-align: right;
}

.woocommerce-order-received .woocommerce-column__title,
.woocommerce-MyAccount-content .woocommerce-column__title {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #000;
    margin-bottom: 18px;
}

.woocommerce-order-received .order-received-address,
.woocommerce-MyAccount-content .order-received-address {
    width: 100%;
    text-align: left;
    margin-bottom: 18px;
}

.woocommerce-order-received div.order-received-address,
.woocommerce-MyAccount-content div.order-received-address {
    display: flex;
    gap: 14px;
}

.woocommerce-order-received .order-received-address td,
.woocommerce-order-received .order-received-address td:last-child,
.woocommerce-MyAccount-content .order-received-address td,
.woocommerce-MyAccount-content .order-received-address td:last-child {
    text-align: left;
    padding: 3px 15px 3px 0;
}

.woocommerce-order-received .order-received-address + address p,
.woocommerce-MyAccount-content .order-received-address + address p,
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content .order-received-address + address p strong {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #000;
    margin-bottom: 0;
}

.woocommerce-MyAccount-content p mark {
    color: inherit;
    background: inherit;
    font-weight: 500;
}

.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-MyAccount-content .woocommerce-customer-details {
    padding: 18px 24px;
}

.woocommerce-order-received .woocommerce-table__product-name a,
.woocommerce-MyAccount-content .woocommerce-table__product-name a {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    max-width: 300px;
    display: flex;
    align-items: center;
    margin-left: 11px;
    color: rgb(51, 51, 51);
    font-weight: 400;
    text-decoration: none;
}

.woocommerce-order-received .woocommerce-table__product-name img {
    width: 98px;
    height: 97px;
}

.woocommerce-order-received .woocommerce-form {
    flex-direction: column;
}

.woocommerce-order-received .wp-block-heading {
    display: none;
}

.woocommerce-order-received .woocommerce-order {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 60px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details {
    margin-top: 32px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-notice {
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*color:transparent;*/
    position: relative;
    font-size: 24px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-notice::after {
    color: rgb(0, 0, 0);
    position: absolute;
}

.woocommerce-order-received .woocommerce-order ul {
    background: rgb(246, 246, 246);
    height: 86px;
    align-items: center;
}

.woocommerce-order-received .woocommerce-order ul + p {
    font-size: 16px;
    font-weight: 400;
    margin: -10px 0 10px;
}

.woocommerce-order-received .woocommerce-order-overview .total {
    position: relative;
}

.woocommerce-order-received .woocommerce-order-overview .total::after {
    color: rgba(166, 166, 166, 0.85);
    position: absolute;
    left: 0;
    top: 0;
}

.woocommerce-order-received .woocommerce-table__product-name strong,
.woocommerce-MyAccount-content
.woocommerce-order-details
.woocommerce-table__product-name
strong {
    display: flex;
    align-items: center;
    width: 48px;
    justify-content: center;
    margin-left: 210px;
    color: rgb(51, 51, 51);
    font-weight: 400;
}

.woocommerce-MyAccount-content
.woocommerce-order-details
.woocommerce-table__product-name
strong {
    margin-left: 100px;
    margin-right: auto;
}

.woocommerce-order-received table tbody tr,
.woocommerce-MyAccount-content .woocommerce-order-details table tbody tr {
    border-bottom: 1px solid;
    border-color: rgb(221, 221, 221);
}
.woocommerce-order-received table tbody tr:last-child,
.woocommerce-MyAccount-content
.woocommerce-order-details
table
tbody
tr:last-child {
    border-bottom: none;
}

.woocommerce-order-received .order-received-address tbody th:not(:first-child),
.woocommerce-order-received .order-received-address tbody td:not(:first-child),
.woocommerce-MyAccount-content
.woocommerce-customer-details
tbody
th:not(:first-child),
.woocommerce-MyAccount-content
.woocommerce-customer-details
tbody
td:not(:first-child) {
    padding-left: 14px;
    padding-right: 14px;
}

.woocommerce-order-received .order-received-address tbody th {
    padding-bottom: 6px;
}

.woocommerce-order-received .order-received-address tbody th:not(:last-child),
.woocommerce-order-received .order-received-address tbody td:not(:last-child),
.woocommerce-MyAccount-content
.woocommerce-customer-details
table
tbody
th:not(:last-child),
.woocommerce-MyAccount-content
.woocommerce-customer-details
table
tbody
td:not(:last-child) {
    border-right: 1px solid rgb(221, 221, 221);
}

.woocommerce-order-received .order-received-address tbody th,
.woocommerce-MyAccount-content .order-received-address tbody th {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #a6a6a6;
}

.woocommerce-order-received .order-received-address tbody td,
.woocommerce-MyAccount-content .order-received-address tbody td {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #000;
}

.woocommerce-order-received .order-received-address tbody tr,
.woocommerce-MyAccount-content .woocommerce-order-details tbody tr {
    border-bottom: 0;
}

.woocommerce-order-received
.woocommerce-table__line-item
.woocommerce-table__product-name {
    width: 100%;
}

.woocommerce-MyAccount-content
.woocommerce-table__line-item
.woocommerce-table__product-name {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
    width: 100%;
}

.woocommerce-order-received
.woocommerce-table__line-item
.woocommerce-table__product-total,
.woocommerce-MyAccount-content
.woocommerce-order-details
.woocommerce-table__line-item
.woocommerce-table__product-total {
    width: 100px;
    display: flex;
    align-items: center;
    padding: 13px 0;
}

.woocommerce-MyAccount-content
.woocommerce-order-details
.woocommerce-table__line-item
.woocommerce-table__product-total {
    max-width: max-content;
    padding-right: 24px;
}

.woocommerce-order-received
.woocommerce-table__line-item
.woocommerce-table__product-total
span::after,
.woocommerce-order-received
.woocommerce-table__line-item
.woocommerce-table__product-total {
    color: rgba(0, 0, 0, 0.85);
    font-weight: 400;
    font-size: 16px;
    margin-right: 24px;
}

.woocommerce-order-received .woocommerce-table__line-item,
.woocommerce-MyAccount-content
.woocommerce-order-details
.woocommerce-table__line-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.woocommerce-order-received table tbody,
.woocommerce-MyAccount-content table tbody {
    width: 100%;
}

.woocommerce-order-received table tfoot,
.woocommerce-MyAccount-content .woocommerce-order-details tfoot {
    padding: 18px 24px;
    display: flex;
    flex-direction: column;
    background: rgb(246, 246, 246);
    margin-top: 32px;
    gap: 22px;
}
.woocommerce-order-received table tfoot tr:nth-child(3) {
    display: none;
}

.woocommerce-order-received table tfoot tr,
.woocommerce-MyAccount-content .woocommerce-order-details table tfoot tr {
    display: flex;
    justify-content: space-between;
    min-height: 24px;
}
.woocommerce-order-received table tfoot tr th,
.woocommerce-MyAccount-content .woocommerce-order-details table tfoot tr th {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
}

.woocommerce-order-received table tfoot tr td,
.woocommerce-MyAccount-content .woocommerce-order-details table tfoot tr td {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.woocommerce-MyAccount-content
.woocommerce-order-details
.woocommerce-Price-amount {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: rgba(0, 0, 0, 0.85);
}

.woocommerce-order-received table .wc-item-meta,
.woocommerce-MyAccount-content .woocommerce-order-details .wc-item-meta {
    display: none;
}

/*.woocommerce-order-received table tfoot tr:first-child td{*/
/*    margin-right:24px;*/
/*}*/

.woocommerce-order-received .woocommerce-breadcrumb {
    display: none;
}

.woocommerce-order-received .entry-content {
    margin-top: 100px;
}

.woocommerce-order-received:not(.logged-in) .woocommerce {
    max-width: max-content;
    margin: auto;
}

.woocommerce-order-received .woocommerce-form {
    padding: 36px;
    background: #fff;
    border-radius: 8px;
    width: 100%;
    max-width: 484px;
    margin: 54px auto;
}

.woocommerce-order-received .woo-form-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 38px;
}

.woocommerce-order-received .woocommerce form label {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #000d1b;
    text-align: left;
}

.woocommerce-order-received .woocommerce form label .required {
    visibility: hidden;
}

.woocommerce-order-received .woocommerce-privacy-policy-text {
    display: inline-block;
}

.woocommerce-order-received .woocommerce-privacy-policy-text > *:last-child,
.woocommerce-order-received .woocommerce form > *:last-child {
    margin-bottom: 0;
}

.woocommerce-order-received .woocommerce form input:not([type="checkbox"]) {
    width: 100%;
}

.woocommerce-order-received .woocommerce input[type="text"],
.woocommerce-order-received .woocommerce input[type="email"],
.woocommerce-order-received .woocommerce input[type="password"] {
    padding: 12px 16px;
    height: 46px;
    border: 1px solid rgba(30, 33, 38, 0.2);
    border-radius: 6px;
}

.woocommerce-order-received .woocommerce form input[type="checkbox"] {
    flex-shrink: 0;
    margin-right: 12px;
}

.woocommerce-order-received
.woocommerce
form
.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    color: #888889;
    cursor: pointer;
    margin-top: 18px;
}

.woocommerce-order-received .woocommerce form input[type="checkbox"] {
    position: relative;
    width: 16px;
    height: 16px;
    top: -2px;
    -webkit-appearance: none;
    border: 1px solid rgba(30, 33, 38, 0.2);
    cursor: pointer;
    border-radius: 4px;
}

.woocommerce-order-received .woocommerce form input[type="checkbox"]:checked {
    background: center / cover no-repeat
    url("/wp-content/themes/ft/assets/img/checkbox-checked.svg");
}

.woocommerce-order-received .password-input {
    position: relative;
}

.woocommerce-order-received .show-password-input {
    position: absolute;
    width: 18px;
    height: 16px;
    cursor: pointer;
    right: 18px;
    top: 0;
    bottom: 0;
    background: center / contain no-repeat
    url("/wp-content/themes/ft/assets/img/eye.svg");
    border: none;
    margin: auto;
}

.woocommerce-order-received .show-password-input::before {
    opacity: 0;
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #171717;
    transform: rotate(45deg);
}

.woocommerce-order-received .password-input .display-password::before {
    opacity: 1;
}

.woocommerce-order-received .woocommerce-privacy-policy-text p,
.woocommerce-order-received .woocommerce form p {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #222;
}

.woocommerce-order-received .woocommerce form p {
    margin-bottom: 18px;
}

.woocommerce-order-received .woocommerce-privacy-policy-text p a,
.woocommerce-order-received .woocommerce form p a {
    color: inherit;
    text-decoration: none;
}

.woocommerce-order-received .woocommerce-privacy-policy-text {
    margin-top: 14px;
    clear: both;
    width: 100%;
}

.woocommerce-order-received .woocommerce-privacy-policy-text a,
.woocommerce-order-received .woocommerce form p a {
    position: relative;
}

.woocommerce-order-received .woocommerce-privacy-policy-text a:after,
.woocommerce-order-received .woocommerce form p a:after {
    content: "";
    height: 1px;
    width: 0;
    background-color: #222;
    position: absolute;
    bottom: -3px;
    left: 0;
    top: auto;
    transform: none;
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
}

.woocommerce-order-received .woocommerce-privacy-policy-text a:hover:after,
.woocommerce-order-received .woocommerce form p a:hover:after {
    width: 100%;
}

.woocommerce-order-received .woocommerce form button[type="submit"] {
    font-weight: 400;
    font-size: 14px;
    margin-top: 24px;
}

.woocommerce-order-received .woocommerce-info {
    text-align: center;
    margin-top: -12px;
}

.woocommerce-order-received .woo-lostpassword-link {
    font-weight: 400;
    font-size: 12px;
    color: #888889 !important;
    text-decoration: none;
    float: left;
    clear: both;
    margin-top: 4px;
}

.woocommerce-order-received .woocommerce form .clear {
    clear: both;
}

.woocommerce-order-received .woo-lostpassword-link:after {
    background: #888889 !important;
}

.woocommerce-order-received .woocommerce-customer-details--phone strong,
.woocommerce-order-received .woocommerce-customer-details--email strong {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #a6a6a6;
}

/* New style*/

.woocommerce-order-received
.woocommerce-table
.woocommerce-table--order-details
.shop_table
.order_details
tfoot
tr
td {
    display: flex;
    gap: 20px;
}
.woocommerce-order-received
.woocommerce-table
.woocommerce-table--order-details
.shop_table
.order_details
tfoot
tr
td
a {
    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid #171717;
    border-radius: 100px;
}

/* Add spacing between order action buttons */
.woocommerce-order-received
.woocommerce-table
.woocommerce-table--order-details
.shop_table
.order_details
tfoot
tr
td
a.order-actions-button.pay {
    margin-right: 10px;
}

.order-actions-button.pay {
    margin-right: 10px;
}

.woocommerce-order-received
.woocommerce-table
.woocommerce-table--order-details
.shop_table
.order_details
tfoot
tr
td
a.order-actions-button.cancel {
    margin-left: 0;
}
.woocommerce-order-received
.woocommerce-MyAccount-content
.woocommerce-order-details
table
tfoot
tr {
    align-items: center;
}

.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-button.pay{
    display: none;
}

.woocommerce-view-order
.woocommerce-order-details
.woocommerce-button.cancel,
.woocommerce-view-order
.woocommerce-order-details
.woocommerce-button.pay{
    transition: all 0.3s ease-out;
    text-decoration: none;
    padding: 10px;
    border-radius: 100px;
    margin: 0;
}

.woocommerce-view-order
.woocommerce-order-details
.woocommerce-button.pay{
    margin-right: 10px;
}

.woocommerce-view-order
.woocommerce-order-details
.woocommerce-button.cancel{
    color: #171717;
    background: #ffffff;
}

.woocommerce-view-order
.woocommerce-order-details
.woocommerce-button.pay{
    color: #ffffff;
    background: #171717;
}

.woocommerce-view-order
.woocommerce-order-details
.woocommerce-button.pay:hover {
    color: #171717;
    background: #ffffff;
}

.woocommerce-view-order
.woocommerce-order-details
.woocommerce-button.cancel:hover{
    color: #ffffff;
    background: #171717;
}

.woocommerce-view-order .woocommerce-table--order-details tfoot:not(:last-child){
    display: none;
}

:lang(en) .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p .order-number,
:lang(en-US) .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p .order-number{
    margin-left: -16px;
    background: #fff;
    padding-left: 6px;
}
:lang(en) .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p .order-number,
:lang(en-US) .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p .order-number{
    margin-left: -16px;
}

:lang(en) .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p .order-number::before,
:lang(en-US) .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p .order-number::before{
    content: '№';
}

.woocommerce-order-received .order-received-address tbody th,
.woocommerce-view-order .woocommerce-MyAccount-content .order-received-address tbody th{
    white-space: nowrap;
}

.woocommerce-order-received .woocommerce-order-details .order-again{
    display: none;
}

body.woocommerce-order-pay .entry-content{
    /*max-width: 400px;*/
    padding: 10px 20px;
    background :#fff;
    margin: auto;
}

@media only screen and (max-width: 1199px) {
    .woocommerce-order-received .woocommerce-order ul {
        width: 100%;
        background: rgb(246, 246, 246);
        min-height: auto;
        align-items: center;
        height: auto;
    }

    .woocommerce-order-received .woocommerce-order-overview li {
        padding-right: 20px;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .woocommerce-order-received .woocommerce-order-overview__email{
        white-space: nowrap;
    }
    .woocommerce-order-received .woocommerce-order-overview__email strong{
        word-break: break-word;
        white-space: normal;
    }

    .woocommerce-order-received .woocommerce-order-overview li{
        font-size: 14px;
        margin-left: 0;
    }

    .woocommerce-order-received .order-received-address tbody th,
    .woocommerce-order-received .order-received-address tbody td{
        font-size: 14px;
    }

    .woocommerce-view-order .woocommerce-MyAccount-content .order-received-address tbody th,
    .woocommerce-view-order .woocommerce-MyAccount-content .order-received-address tbody td{
        font-size: 14px;
    }

    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details table tfoot tr td{
        font-size: 14px;
    }


    .woocommerce-view-order .woocommerce-MyAccount-content .order-received-address tbody {
        display: flex;
    }

    .woocommerce-view-order .woocommerce-MyAccount-content .order-received-address tbody tr {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    body.woocommerce-view-order .woocommerce-MyAccount-content .order-received-address tbody th,
    body.woocommerce-view-order .woocommerce-MyAccount-content .order-received-address tbody td{
        border: none;
    }

    body.woocommerce-view-order .woocommerce-MyAccount-content .order-received-address tbody th{
        padding-left: 0;
    }

    body.woocommerce-view-order .woocommerce-MyAccount-content .order-received-address tbody td{
        padding: 0 14px;
        line-height: 133%;
    }

    body.woocommerce-view-order .woocommerce-MyAccount-content .order-received-address tbody td:not(.order-received-address__td-address){
        white-space: nowrap;
    }

    .woocommerce-order-received .woocommerce-order-overview li strong,
    .woocommerce-order-received .woocommerce-order-overview li strong *{
        font-size: 14px;
    }

    .woocommerce-order-received .woocommerce-order-overview li{
        white-space: nowrap;
    }

    .woocommerce-order-received .woocommerce-order-overview li *{
        white-space: normal;
        word-break: keep-all;
    }

    .woocommerce-order-received .woocommerce-order-overview li{
        min-width: auto;
    }

    .woocommerce-order-received .woocommerce-thankyou-order-details{
        overflow: auto;
        width: max-content;
        max-width: 100%;
    }

    .woocommerce-order-received .woocommerce-order{
        overflow: hidden;
    }

    .woocommerce-order-received table tfoot tr th,
    .woocommerce-MyAccount-content .woocommerce-order-details table tfoot tr th{
        font-size: 14px;
    }

    .woocommerce-order-received table tfoot tr td{
        font-size: 14px;
    }

}

@media only screen and (max-width: 767px) {
    .woocommerce-order-received .woocommerce-order-overview li {
        padding-right: 0;
        margin-left: 0;
    }
    .woocommerce-order-received .order-received-address tbody {
        display: flex;
    }

    .woocommerce-order-received .order-received-address tbody tr {
        display: flex;
        flex-direction: column;
    }
    .woocommerce-order-received .order-received-address tbody tr th,
    .woocommerce-order-received .order-received-address tbody tr td {
        border-right: none;
        min-height: 54px;
    }
    .woocommerce-order-received
    .order-received-address
    tbody
    th:not(:first-child),
    .woocommerce-order-received
    .order-received-address
    tbody
    td:not(:first-child) {
        padding-left: 0;
    }

    .woocommerce-order-received .woocommerce-order ul {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .woocommerce-order-received .woocommerce-order ul li {
        width: 100%;
        flex-direction: row;
    }
    .woocommerce-order-received
    .woocommerce-table
    .woocommerce-table--order-details
    .shop_table
    .order_details
    tbody
    tr
    td
    strong {
        margin-left: none;
    }

    .woocommerce-order-received .order-received-address tbody th:not(:last-child),
    .woocommerce-order-received .order-received-address tbody td:not(:last-child),
    .woocommerce-MyAccount-content
    .woocommerce-customer-details
    table
    tbody
    th:not(:last-child),
    .woocommerce-MyAccount-content
    .woocommerce-customer-details
    table
    tbody
    td:not(:last-child) {
        border-right: none;
    }
    .woocommerce-order-received .woocommerce-table__product-name strong,
    .woocommerce-MyAccount-content
    .woocommerce-order-details
    .woocommerce-table__product-name
    strong {
        margin-left: 0;
    }

    .woocommerce-order-received .woocommerce-thankyou-order-details{
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .woocommerce-order-received .woocommerce-customer-details{
        padding: 18px 14px;
    }

    .woocommerce-order-received .woocommerce-order-overview li{
        font-size: 14px;
    }

    .woocommerce-order-received .woocommerce-order-overview li strong{
        padding-left: 10px;
        text-align: right;
    }

    .woocommerce-order-received .woocommerce-order ul{
        width: 100%;
        overflow: auto;
    }

    .woocommerce-order-received .woocommerce-table__product-name a{
        font-size: 14px;
    }

    .woocommerce-order-received .woocommerce-table__product-name img{
        width: 60px;
        height: 60px;
    }

    .woocommerce-order-received .woocommerce-order-overview__email strong{
        word-break: break-all;
    }

    body.woocommerce-view-order .woocommerce-MyAccount-content .order-received-address tbody td:not(.order-received-address__td-address){
        white-space: inherit;
    }

}
.woocommerce-order-received
.woocommerce-orders-table__tbody
.woocommerce-orders-table__row
.woocommerce-orders-table__row--status-pending
.order
.woocommerce-orders-table__cell
.woocommerce-orders-table__cell-order-actions
.woocommerce-button
.button
.pay {
    display: none;
}