:root {
	/* general margins / paddings */
	--gutter:1em;
	--max-width:1400px;

  	/* base colors */
	--base-background1:#fff;
	--base-color1:#000;
	--base-background2:#f2f2f2;
	--base-color2:#333;
	--base-background3:#eee;
	--base-color3:#333;
	--base-background4:#ddd;
	--base-color4:#333;
	--base-background5:#666;
	--base-color5:#f2f2f2;
	--base-background6:#333;
	--base-color6:#f2f2f2;
	--base-background7:#000;
	--base-color7:#fff;

  	/* theme colors */
	--theme-background1:#fff;
	--theme-color1:#000;

	--theme-background2:#000;
	--theme-color2:#fff;

	--theme-background3:#ddd;
	--theme-color3:#000;


	--text-color300: #fff;
	--text-color200: #e1e1e1;
	--text-color300: #808080;
	--text-color400: #000;

	--theme1-color300:#000;
	--theme1-color400:#f4f4f4;
	--theme1-color500:#e1e1e1;
	
	--theme2-color300:hsl(41, 73%, 52%);
	--theme2-color400:hsl(41, 73%, 42%);
	--theme2-color500:hsl(41, 73%, 32%);

	

  	/* message colors */
	--success-color:#427e46;
	--warning-color:hsl(41, 73%, 52%);
	--danger-color:#be1924;
	--info-color:#17a2b8;
	--lowlight-color1:#666;
	--icon-color:hsla(0, 0%, 88%, 0.60);

	/* campaign, sale */
	--sale-color1:#be1924; 
	--sale-bagde-background1:#be1924;
	--sale-bagde-color1:#fff;

	/* news */
	--news-color1:hsla(0, 0%, 16%, 0.6);
	--news-bagde-background1:hsla(0, 0%, 16%, 0.6);
	--news-bagde-color1:#fff;

	/* buttons */
	--cta-background1:#000;
	--cta-color1:#fff;

	--cta-background2:#000;
	--cta-color2:#fff;

	/* borders */
	--border-std:2px solid #000;
	--border-color1:#ddd;
	--border-marked:#999;
	--border-radius1:0px;
	--border-radius2:3px;

	/* shadow */
	--box-shadow1:0 20px 20px -20px rgba(0,0,0,.5);
	
	--lineheight500: 120%;

}
