<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* block myaccount */
.myaccount ul {margin-bottom:10px}
.myaccount li {border-bottom: 1px solid #eee}
.myaccount li a {
   display: block;
   padding: 7px 11px 5px 22px;
   color: #333;
}
.myaccount p.logout {
	padding-bottom:0;
	font-weight:bold;
	text-align:right
}


/* block myaccount in footer */
#footer .myaccount {padding:15px 10px;}
#footer .myaccount h4 {background: none;}
#footer .myaccount .logout {display:none;}
#footer .myaccount li:first-child {
    border-top: medium none;
}
#footer .myaccount li:last-child {
    border-bottom: medium none;
}
#footer .myaccount ul {margin-bottom:0}
#footer .myaccount li {
    border-bottom: 1px solid #0E0C0D;
    border-top: 1px solid #352E30;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 5px;   
}
#footer .myaccount li a {
   display: block;
    padding:0;
   background: none
}
#footer .myaccount li.lnk_wishlist img {display:none
}</pre></body></html>