.order-status,
.order-date,
.order-number {
	background-color: transparent;
	font-weight: 600;
}

.woocommerce:has( #payment) {
	margin: 100px auto;
}

.my-orders__list {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	width: 100%;
}

.my-orders__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	border-top: solid 2px #767676;
	padding-top: 25px;
	max-width: 435px;
}

.my-orders__item:first-of-type {
	border: none;
	padding: 0;
}

.my-orders__item-name {
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0;
}

.my-orders__item-date {
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0;
}

.my-orders__item-order-link,
.my-orders__item-prize,
.my-orders__item-status {
	color: var(--text);
	opacity: 70%;
	margin: 0;
	font-weight: 700;
	letter-spacing: 2px;
}

.woocommerce:has(> .woocommerce-MyAccount-navigation) {
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 100px auto;
}

.woocommerce-MyAccount-navigation {
	display: none;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	max-width: 100%;
	margin: auto;
}

.woocommerce #order_review > .shop_table {
	color: #303030;
}

.woocommerce #order_review > .shop_table + #payment {
	color: #303030;
}

.woocommerce > .woocommerce-order {
	color: #303030;
}

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