@import "/shops/fashion/design/1007/design.css"; /* Import Fashion template */

/* Variables */
html {
	--color1: #fff;		/* Website background */
	--color2: #fff;		/* Menu background */
	--color3: #111;		/* Text color */
	--color4: #e93ec6;	/* Hover color */
}

/* Beauty theme */
#cont3 {
	background-image: url(/shops/fashion/cms/beautyproduct.jpg?v=2); padding-bottom: 30px; background-position: center center; background-size: cover;

}


nav		{ background: rgba(255, 255, 255, 0.5); margin: 10px 0; padding: 0; }
#cont4		{ background-image: url(/shops/fashion/cms/skincare.jpg?v=2); background-attachment: fixed; }
#cont2		{ padding: 0 20px; background: #fff; }

/* Objects */
main a			{ color: var(--color4); }
svg,
svg path		{ fill: var(--color3); }
nav a,
#lang a			{ color: var(--color3); }
svg:hover,
svg:hover path		{ fill: var(--color4); }
#cart span 		{ background: var(--color4); }
nav a:hover,
#lang a:hover,
footer a:hover		{ color: var(--color4); }
nav a:hover svg,
nav a:hover svg path,
#lang a:hover svg,
#lang a:hover svg path	{ fill: var(--color4); }
#cat a:hover		{ color: var(--color4); border-color: var(--color4); }

.webshop_stylebutton, input[type=submit], input[type=button] {
	background: #ca278c;
	
}

.webshop_stylebutton:hover, input[type=submit]:hover, input[type=button]:hover {
	background: #e93ec6;
}

/* Responsive */
@media all and (max-width: 600px) {
	nav		{ background: #fff; }
	#cont2		{ padding: 0; }
}