<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 30 2025 | 01:24:02 */
#wpmenucartli {
	list-style-type: none;
}

#wpmenucartli &gt; a::before {
    content: "";
  	background-image:url(https://nrrlbeta.no/wp-content/uploads/shopping-cart.svg);
  	background-size: 100% 100%;
  	display: inline-block;
  	height: 1.0rem;
  	width:  1.0rem;
  	position:relative;
  	top:5px; 
  	padding-left: 0.25rem;
}

#wpmenucartli &gt; a  {
  	color: #00005b;
}

#wpmenucartli &gt; a &gt; span.cartcontents {
  	color: #00005b;
  	padding-left: 0.25rem;
}</pre></body></html>