@import "/shops/fashion/design/1001/design.css"; /* Import Clean template */

/* Variables */
html {
	--color3: #eee;		/* Text color */
}

/* DesignQ theme */
#cont1 svg,
#cont1 svg path		{ fill: var(--color3); }

#cont1			{ position: fixed; top: 0; width: 100%; z-index: 2; background: rgba(0, 0, 0, 0.6); }
nav			{ background: inherit; }
nav a,
#lang a			{ color: var(--color3); }

/* Sub navigation */
nav > ul ul		{ background: rgba(0, 0, 0, 0.5); border-radius: 5px; }
nav > ul li:hover > ul	{ max-height: 100vh; }

main,
#asidecontent		{ padding-top: 110px; }


@media all and (max-width: 600px) {
	nav			{ background: rgba(0, 0, 0, 0.8); }
}
