/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 04 2026 | 16:29:37 */
.woocommerce-MyAccount-navigation ul{
	list-style: none;
	margin: 0px;
}

.woocommerce-MyAccount-navigation li:nth-child(even){
	padding: 5px;
	background-color: #f6f7f7;
}

.woocommerce-MyAccount-navigation li:nth-child(odd){
	padding: 5px;
}

.woocommerce-MyAccount-navigation li:hover{
	padding: 5px;
	background-color: #e9ebeb;
}

