/*
Theme Name: Pingash
Theme URI: https://www.pingash.com/
Description: A custom theme developed by Pingas IT
Version: 1.0
Author: Pingash

License: MIT License
License URI: http://opensource.org/licenses/MIT
*/
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}
.woocommerce-order{text-align: center;}
.woocommerce ul.order_details{display: flex; justify-content: center;}
.woocommerce ul.order_details li:last-of-type{display: none;}