:root {
	--theme-primary: #111111;
	--theme-secondary: #000000;
	--theme-accent: #e9b546;
	--theme-nav-text: #ffffff;
	--theme-nav-hover: #000000;
	--theme-nav-border: #000000;
	--theme-button-text: #ffffff;
	--theme-footer-bg: #111111;
	--theme-link: #111111;
}

/* Minify paketindeki sabit renkleri geçersiz kıl */
#menu-top { background: var(--theme-primary) !important; border-bottom-color: var(--theme-nav-border) !important; }
.menu-nav li.main:hover, .menu-nav a.main:hover { background: var(--theme-nav-hover) !important; }
.menu-nav a.main.home:hover { background: url(../images/home-icon.png) var(--theme-nav-hover) no-repeat center center !important; }
.menu-nav .sub a:hover { background: var(--theme-nav-hover) !important; }
#cssmenu > ul > li > a { background: var(--theme-primary) !important; color: var(--theme-nav-text) !important; }
#cssmenu > ul > li > a > span { background: var(--theme-secondary) !important; }
a.button { background: var(--theme-primary) !important; color: var(--theme-button-text) !important; }
a.button:hover { background: var(--theme-nav-hover) !important; }
a.button.dark { background: var(--theme-secondary) !important; }
a.button.dark:hover { background: var(--theme-primary) !important; }
#topheader .search-button { background: var(--theme-primary) !important; color: var(--theme-button-text) !important; }
.topcart .bagicon { background: url(../images/bag.png) var(--theme-primary) no-repeat center center !important; }
.footer-start { background: var(--theme-footer-bg) !important; }
.foot-menu h1, .foot-menu h4 { color: var(--theme-primary) !important; }
::-moz-selection { background: var(--theme-accent) !important; }
::selection { background: var(--theme-accent) !important; }
