.woocommerce-order--wrap {
    max-width: 690px;
    margin: 0 auto 0 auto;
}


.woocommerce-order--row {
    display: flex;
    align-items: center;
}

.woocommerce-order-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
}

.woocommerce-order-text {
    font-weight: 700;
    font-size: 24px;
    color: #198690;
    padding: 0 10px;
}

.woocommerce-order-details-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 17, 13, 0.85), rgba(0, 17, 13, 0.85)), url(../img/checkout-product.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    margin-bottom: 10px;
}

.woocommerce-order .woocommerce-order-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-column__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 112.5%;
    text-align: center;
    color: #00110D;
}


.woocommerce-order-details h2 {
    display: none;
}

.woocommerce-view-order .checkout-order-total-review-line-wrap,
.woocommerce-order-details .checkout-order-total-review-line-wrap {
    order: 2;
}

.woocommerce-order-details .checkout-order-total-review-line-wrap .checkout-order-total-review-line {
    width: 620px;
}

.woocommerce-view-order .woocommerce-order-total-details,
.woocommerce-order-details .woocommerce-order-total-details {
    order: 3;
}

.woocommerce-order-details-bookings-table-wrap {
    order: 1;
    border-radius: 15px;
    margin: 5px 5px 5px 5px;
    background: #FAFFFF;
    width: 680px;
}

.woocommerce-order-details-bookings-table-wrap .booking-actions:hover,
.woocommerce-order-details-bookings-table-wrap .booking-id:hover {
    text-decoration-line: underline;
}

.shop_table.shop_table_responsive.my_account_bookings.account-bookings-table {
    width: 620px;
    margin: 30px;
    border: none;
}

.woocommerce-view-order .woocommerce-customer-details,
.woocommerce-order .woocommerce-customer-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border: 2px solid #D1E7E9;
    border-radius: 15px;
    padding: 15px;
}

.woocommerce-order-details-totals {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
    color: #FAFFFF;
    margin: 5px 0 30px 0;
}

.woocommerce-order-details-items,
.order-total-item:nth-child(1) {
    display: none;
}

.order-total-item {
    display: flex;
    justify-content: space-between;
    margin: 0 35px 15px 35px;
}

.order-total-item .woocommerce-Price-currencySymbol {
    margin-right: 10px;
}

.order-again {
    margin-top: 15px;
    text-decoration: underline;
}

.woocommerce-view-order .woocommerce-notices-wrapper {
    width: 690px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}


@media (max-width: 780px) {


    .woocommerce-order-received .woocommerce-order--wrap {
        margin-right: 20px;
        margin-left: 20px;
    }

    .shop_table.shop_table_responsive.my_account_bookings.account-bookings-table {
        width: 100%;
        margin: 0;
        border: none;
    }

    .woocommerce-order-details-bookings-table-wrap {
        order: 1;
        border-radius: 15px;
        margin: 5px 5px 5px 5px;
        background: #FAFFFF;
        width: 98%;
    }
}

@media (max-width: 600px) {
    .woocommerce-order-text-wrap {
        width: unset;
    }
    .checkout-welcome-section__content{
        min-width: 200px;
    }

}

.col-2.single-product__col.single-product__col--booking {
    flex: 0 0 32.666667%;
    max-width: 32.666667%;
    margin-top: 30px;
    display: block;
}

/*@media (max-width: 1175px) {*/
/*    .col-2.single-product__col.single-product__col--booking {*/
/*        display: block;*/
/*        width: 100%;*/
/*        flex: 0 0 100%;*/
/*        max-width: none;*/

/*position: fixed;*/
/*width: calc(100% - 30px);*/
/*left: 15px;*/
/*bottom: 15px;*/
/*padding: 15px;*/
/*background: #FAFFFF;*/
/*z-index: 999999;*/
/*    }*/
/*}*/
