/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1739459202
Updated: 2025-02-13 16:06:42

*/
.woocommerce-order-received h1 {
	text-align: center;
}

.woocommerce-order-received .page-header,
.woocommerce-order-received .woocommerce-order .woocommerce-notice,
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-order > p {
  text-align: center;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
  margin-top: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
}

.woocommerce-order-received
  .woocommerce-order
  .woocommerce-order-overview
  li:last-of-type {
  margin-right: 0;
}

.woocommerce-order-received .woocommerce-bacs-bank-details {
  padding: 40px 40px 1px;
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-f4af476);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.woocommerce-order-received .woocommerce-bacs-bank-details ul {
  display: inline-flex;
  gap: 40px;
  text-align: center;
  padding-left: 0;
  margin: 0 auto 50px;
	color: var(--e-global-color-e39a3aa);
}

.woocommerce-order-received .woocommerce-bacs-bank-details ul li {
  margin: 0;
  padding: 0;
		color: var(--e-global-color-e39a3aa);
}

.woocommerce-order-received .woocommerce-bacs-bank-details ul li.bank_name {
  padding-right: 40px;
		color: var(--e-global-color-e39a3aa);
}

.woocommerce-order-received .wc-bacs-bank-details-heading,
.woocommerce-order-received .wc-bacs-bank-details-account-name {
			color: var(--e-global-color-e39a3aa) !important;
}

.woocommerce-order-received .woocommerce {
	font-size: 16px !important;
	color: var( --e-global-color-accent ) !important;
}

.woocommerce-notices-wrapper .woocommerce-error {
  margin-top: -95px;
  padding-top: 120px;
  background-color: var(--e-global-color-text);
  color: var(--e-global-color-f4af476);
  z-index: 3;
}

.woocommerce-error::before {
  bottom: 33px;
  top: inherit;
}