:root {
	/* Header background color */
	--main-override-color: #e8e8e8;

	--main-inverted-header-backgroundcolor: #fff;

	/* Main background color */
	--main-override-body-background-color: #fff;
	/*--main-override-body-text-color: #000;*/
	
	/* Background colors of the page. complete page and/or just the central content */
	/* --main-override-background-color: #fff; */
	
	/* The background color of the different elements/boxes defaults to rgb(255,255,255,1) */
	/*--main-override-elements-background-color: rgb(255,255,255,1) */
	
	/* Text for contentpane of webshop. Should contrast with white background. Should usually be same as main-override-color. Defaults to main-override-color */
    /*--main-text-override-color: #000;*/ 
	

	/* Menu bar color */
	/* Menu background color. Defaults to main-override-color */
	--menu-override-color:  #023a78;
	/* Override for color when hovering a menu element. Should be similar to menu color. Defaults to menu-override-color */
	--menu-override-hover-color: #4a77aa;
	/* Menu text color. Defaults to secondary-text-override-color */
	--menu-text-override-color: #fff;
	--menu-article-text-override-color: #000;
	/* Color for menu dropdown */
	/*--menu-override-dropdown-color*/
	
	/* Menu separator color */
	/*--menu-override-seperator-color*/
	
	/* Background and text color for previously selected option in hamburger menu on small screens. Should be a faded menu color */
    /*--menu-entered-override-color: #333;*/
    /*--menu-entered-text-override-color: #ddd;*



	/* Colors for the footer */
	--footer-override-color: #023a78;
	--footer-text-override-color: #fff;


	/* List separator color. Used in between elements in lists dropdowns etc */
	/*--main-override-list-separator-color: #eee;*/

	
	/* Header background color. Defaults to main-override-color */
    --header-override-color: #fff;
	/* Header text color. Defaults to secondary-text-override-color */
    --header-text-override-color: #023a78;
	


	/* Color of links and buttons */
	--main-override-link-color: #023a78;
	--main-hover-override-color: #4a77aa;

	

	/* Override for headertags (h1, h2, h3). Defaults to main-override-color */
	--main-header-text-override-color: #023a78;

	/* Color of detaillists and general table headers */
	/* Details list override colors. Detaillist is for example Specification and others */
    /*--detaillist-override-list-border-color: #ccc;*/
	--detaillist-override-header-background-color: #023a78;
	--detaillist-override-header-text-color: #e8e8e8;

	/* Color of the flipcards and banners */
	--main-override-card-color: #023a78;
	--main-override-card-text-color: #e8e8e8;

	/* used as text in buttons and icons */
	--secondary-text-override-color: #fff;



	/* Main font color  */
	--main-text-override-color: #222;
	/* Header  */


	/* Individual colors for headers*/
	--main-header-text-override-color: #023a78; 

	--main-override-card-text-color: white;

	--main-override-link-hover-color: #4a77aa;
	--main-override-list-separator-color: #ddd;
	

	--main-override-font-family: 'PT Sans', Arial, Helvetica, sans-serif;

}

@media screen and (max-width: 768px) {
	.headerGroup > .pageHeader .searchWrapper > .searchStrip {
	  margin: 1.78em 0 0 0;
	}
}

@media screen and (max-width: 768px){
	.headerGroup > .pageHeader .searchWrapper > .searchStrip {
		width: 100%;
	}
}

.headerGroup > .pageHeader .searchWrapper > .searchStrip {
	width: 50%;
}

	/* Changes the background color on details like "produsent" and "spesifikasjoner" on the item pages*/
	.detailHeader {
	--detaillist-header-background-color: #4a77aa;
	}
	/* Changes the text color on all h1 text*/
	h1 {
	color: #000;
	
	}
	h2{
		color: #4a77aa;
	}
	
	/* Changes text color on the h1.main text*/
	div.pageContent div:not(.text)>h1:first-of-type {
		color: #023a78;
	}
	
	h3 {
		color: #000000;
		
	}
	
	h4 {
		color: #4a77aa;
		
	}
	
	/*Changes the background color of the favorites ikons on the items to transparent*/
	.image+.flags>div.wishlist {
		background-color: transparent;
	}
	/*Changes the font family to the google font Lobster. In the headeradd.tpl, line 6-8 is the code for the font*/
	/*#MainNav {
		font-family: 'Lobster', cursive;
	}
	
	
	.headerGroup {
		font-family: 'Lobster', cursive;
	}
	
	.pageFooter {
		font-family: 'Lobster', cursive;
	}
	
	*/
	
	/*Changes the background color of the tiles of article groups*/
	div.subgroupslist > ul > li.card > div > div {
		background-color: #023a78; 
	}
	
/*Remove when Quick3 updated to 1.30*/
.shipping li .icon,
.pickup-points {
	display: none;
}