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

/* Variables */
html {
	--color4: #59b62e;	/* Hover color */
	--color5: #c9edb8;	/* Hover color for cat navigation background */
}

/* Alive theme */
body {
	background-image: url(/shops/fashion/cms/green.jpg);
	background-size: cover; background-attachment: fixed;
}
main a			{ color: var(--color4); }

/* Navigation hover */
nav a:hover,
#lang a:hover,
.webshop_breadcrumb a:hover,
footer 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: var(--color5); }

/* Objects */
#cart span		{ background: var(--color4); }

/* 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: #72d147;
}