header {
    background-color: #14171b;
    height: 50px;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10000;
}

header .sprite {
	background-image: url(../images/sprites/header-footer@2x.png);
	background-repeat: no-repeat;
	background-size: 300px;
}

header .center {
    height: 50px;
    margin: 0px auto;
    width: 1100px;
}

header .logo-wrapper {
    float: left;
    height: 50px;
}

header .logo {
    background-position: 0px 0px;
    display: block;
    float: left;
    height: 29px;
    margin-right: 5px;
    margin-top: 10px;
    width: 23px;
}

header .logo-wrapper .text {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 50px;
    font-weight: 800;
    margin-right: 20px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #000000;
}

header .logo-wrapper .text .thin {
    font-weight: 400;
}

header nav {
    float: left;
    font-size: 11px;
    height: 50px;
    text-transform: uppercase;
    width: 1100px;
}

header nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

header nav ul.left {
    float: left;
}

header nav ul.right {
    float: right;
}

header nav li {
    color: #fff;
    float: left;
}

header nav li a {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    text-decoration: none;
    transition: all 0.2s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header nav li a:hover, header nav li a:focus, header nav li a:active {
    background: #d4dce4;
    color: #14171b;
}

header nav li a .sup {
    color: #FA151C;
    font-size: 11px;
    line-height: 1em;
    vertical-align: super;
}

#header-notifications {
	background-color: #ed1c24;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	line-height: 20px;
	margin-left: 10px;
	padding: 0px 5px;
	position: relative;
	top: -1px;
}

#header-cart-container {
	display: block;
	float: right;
	height: 50px;
	padding: 0px 15px;
	position: relative;
}

#header-cart-icon {
	background-position: -240px 0px;
	height: 21px;
	margin-top: 14px;
	width: 26px;
}

#header-cart-qty {
	background-color: #f22e57;
	border-radius: 10px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	height: 20px;
	line-height: 20px;
	min-width: 10px;
	padding: 0px 5px;
	position: absolute;
	right: 8px;
	top: 7px;
	text-align: center;
}
