/* Order details page */

.order-date-status {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    color: var(--grey2);
}
.order-date-status span {
    color: var(--black1);
}
.woocommerce .woocommerce-order-details {
    margin-bottom: 24px;
}
.order-close-img {
    width: 24px;
    height: 24px !important;
    display: flex;
    align-items: center;
}

.woocommerce-order-details___heading {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.shop_table.order_details thead tr th:first-child { 
    text-align: left;
}
.shop_table.order_details thead tr th:last-child { 
    text-align: right;
}
.shop_table.order_details tfoot tr td:last-child { 
    text-align: right;
}
.woocommerce-table--order-details.shop_table.order_details thead tr:first-child th {
    background-color: var(--blue1);
    color: var(--white1);
    
}
.woocommerce-view-order .woocommerce table.shop_table th,.woocommerce-view-order .woocommerce table.shop_table td {
    padding: 13px 25px;
}
td.product-total {
    text-align: right;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details___heading {
    margin-bottom: 26px;
}

.woocommerce-view-order .woocommerce-column__title {
    margin-bottom: 10px;
    display: block;
    color: var(--grey2);
}

.woocommerce-view-order .woocommerce .woocommerce-customer-details {
    margin-bottom: 0;
    
}
.woocommerce-view-order .woocommerce .woocommerce-customer-details address {
    border: 1px solid transparent;
    padding-bottom: 0;
}
.woocommerce-customer-details--phone,.woocommerce-customer-details--email {
    display: none;
}

.woocommerce-view-order address br {
    margin-top: 7px;
}
.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th  {
    border-bottom: 1px solid var(--greyBorder);
}
.woocommerce-view-order .caption1, .woocommerce-view-order .order-inner-head {
    padding: 0 0;
}
.woocommerce-customer-details {
    margin: 0 16px 0 25px;
}
.order-total-payment_method {
    color: var(--grey2);
}
.woocommerce .woocommerce-customer-details address {
    padding-left: 0;
}
.package-weight-order {
    color: var(--grey2);
}
.woocommerce-order-details .order-again {
    display: none;
}
.woocommerce-MyAccount-content > p:first-of-type {
    display: none;
}
.woocommerce-view-order .woocommerce-MyAccount-content{
    border: 1px solid var(--greyBorder);
    padding: 20px 30px;
    border-radius: 10px;
}
.woocommerce-view-order address span p {
    margin-bottom: 8px;
}
@media (max-width:1130px) {
    .woocommerce-view-order .woocommerce table.shop_table th, .woocommerce-view-order .woocommerce table.shop_table td {
        padding: 13px 14px
    }
    .woocommerce-customer-details {
        margin: 0 16px 16px 0;
    }
    .woocommerce-view-order .caption1, .woocommerce-view-order .order-inner-head {
        padding: 0 14px;
    }
    .woocommerce .woocommerce-customer-details address {
        padding-left: 14px;
    }
}
@media (max-width:768px) {
    .woocommerce .woocommerce-order-details {
        margin-bottom: 16px;
    }
    .order-date-status {
        display: block;
    }
    .woocommerce-view-order .content p {
        margin: 0 0 6px !important;
    }
    .woocommerce-orders .woocommerce-MyAccount-content {
        border: 1px solid var(--greyBorder);
        padding: 16px 0 0;
        width: 100%;
    }
    
    .woocommerce table.shop_table th {
        padding: 13px 18px;
    }
    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details___heading {
        margin-bottom: 16px;
    }
    .woocommerce-view-order .woocommerce-MyAccount-content {
        padding: 16px;
    }
}
@media (max-width:560px) {
    .order-total-payment_method {
        white-space: nowrap;
    }
}