@import "/shops/fashion/design/10004/design.css"; /* Import Flex theme */

/* Variables */
html {
	--color1: #eee;		/* Website background */
	--color2: #333;		/* Menu background */
	--color3: #eee;		/* Text color */
	--color4: #c00;		/* Hover color */
}

/* Restaurant theme */
body {
	background-image: url(/shops/fashion/cms/pexels-ella-olsson-1640773.jpg);
	background-size: cover; background-attachment: fixed;
}
main {
	background-image: url(/shops/fashion/cms/forks3.jpg?v=4);
	background-repeat: no-repeat; background-position: center bottom; background-size: contain;
	padding-bottom: 400px;

}

/* Red tints */
svg,
svg path		{ fill: var(--color3); }
svg:hover,
svg:hover path		{ fill: var(--color4); }
#header1,
#header2,
#header3,
nav,
nav > ul ul,
#cont3,
#footer1		{ color: var(--color3); background: var(--color2); }
nav a,
#lang a,
#cont3 a,
#footer1 a		{ color: var(--color3); }
main a			{ color: var(--color4); }

/* Navigation hover */
nav a:hover,
#lang a:hover,
.webshop_breadcrumb a:hover,
#footer1 a:hover	{ color: var(--color4); }
nav a:hover svg,
nav a:hover svg path,
#search:hover svg,
#search:hover svg path,
#cart:hover svg,
#cart:hover svg path,
#lang a:hover svg,	
#lang a:hover svg path	{ fill: var(--color4); }
#cat a:hover		{ background: #444; }


/* Buttons */
.webshop_stylebutton, input[type=submit], input[type=button] {
	background: #59b62e;
}
#cart span,
.webshop_stylebutton:hover, input[type=submit]:hover, input[type=button]:hover {
	background: #b90000;
}