/*
--------------------------------------
Container
--------------------------------------
*/

.woocommerce-account .entry-content {
	font-family: var(--typo-secondary);
	background: var(--color-primary);
	padding: 3em;
}

/*
--------------------------------------
Tableau de bord
--------------------------------------
*/

.woocommerce-account .woocommerce-MyAccount-navigation-link a {
	color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
	background-image: linear-gradient(to right, #773d20, #c26335, #a4562f, #fd9967, #bd6940);
	color: #fff;
}

/*
--------------------------------------
Order
--------------------------------------
*/

.woocommerce-js h2 {
	margin-bottom: 0;
}

.woocommerce-orders-table__cell a,
.woocommerce-orders-table__cell,
.woocommerce-MyAccount-content {
	color: #fff;
}

.woocommerce-orders-table__cell-order-actions {
	border-right: none !important;
}

.woocommerce-orders-table__cell-order-actions a {
	margin-top: 2.25em !important;
}

/*Commandes */

.woocommerce table.shop_table thead {
	background-color: var(--color-primary);
}

/*Downloads*/

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}