.header {
    background: #000;
    border-bottom: solid 7px #2c292a;
    left: 0;
    padding: 20px 0 17px;
    position: fixed;
    toop: 0;
    width: 100%;
    z-index: 100;
}
/* Logo */
.header .logo {
    float: left;
    max-width: 35%;
}
.header .logo a {
    display: block;
    width: 100%;
}
.header .logo img {
    display: block;
}
/* Main Navigation */
.header .quick-access {
    display: block;
    font-size: 18px;
    padding: 10px 0 0 0;
    position: relative;
    max-width: 100%;
    text-transform: uppercase;
    width: auto;
    z-index: 5;
}
.header .quick-access ul {
    float: right;
    font-size: 18px;
    list-style-type: none;
    margin-bottom: 0;
    width: auto;
}
.header .quick-access ul li {
    float: left;
    font-family: 'Oswald', Arial, sans-serif;
    line-height: 1;
    margin: 18px 0 0 0;
    padding: 0 14px;
}
.header .quick-access ul li:first-child,
.header .quick-access ul .last {
    padding-left: 0;
}
.header .quick-access ul .last {
    margin-top: 0;
    padding-left: 18px;
    padding-right: 0;
}
.header .quick-access ul li a {
    color: #fff;
    text-decoration: none;
}
.header .quick-access ul li a:active,
.header .quick-access ul li a:focus,
.header .quick-access ul li a:hover {
    color: #ffee2a;
    text-decoration: none;
}
.header .quick-access ul li .button:active,
.header .quick-access ul li .button:focus,
.header .quick-access ul li .button:hover {
    color: #fff;
}
/* Cart */
.header .quick-access .cart-icon-container {
    background: url(../images/cart-icon.png) no-repeat center center;
    float: right;
    height: 23px;
    padding: 7px 5px 0 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 12px;
    width: 23px;
    z-index: 2;
}
.header .quick-access .cart-counter {
    border: solid 1px #393939;
    display: block;
    padding: 17px 20px;
    position: relative;
}
.header .quick-access .cartIcon {
    float: left;
    margin-right: 40px;
}
.header .quick-access .cart-icon-container span {
    color: #000;
    font-size: 15px;
}
/* Header - Social Links */
.header .quick-access ul li.top-social-link { margin-top: 0; padding: 0 7px; }
.header .quick-access ul li.top-social-link a { display: block; height: 54px; margin: 0 auto; overflow: hidden; position: relative; text-align: left; text-indent: -999em; width: 51px; }
.header .quick-access ul li.top-social-link a { background-color: transparent; background-position: 0 0; background-repeat: no-repeat; }
.header .quick-access ul li.top-social-link a:hover { background-position: 0 100%; }
.header .quick-access ul li.top-social-link.instagram a { background-image: url('../images/fluwar_header_social_links_sprited_instagram.png'); }
.header .quick-access ul li.top-social-link.facebook a { background-image: url('../images/fluwar_header_social_links_sprited_facebook.png'); }
.header .quick-access ul li.top-social-link.twitter a { background-image: url('../images/fluwar_header_social_links_sprited_twitter.png'); }
.header .quick-access ul li.top-social-link.twitter { margin-right: -5px; }


/*******************************************************************************
* Mobile Navigation
*******************************************************************************/
/* Toggle */
.mobile-nav {
    cursor: pointer;
    display: none;
    padding: 0;
}
.mobile-nav-toggle,
.mobile-nav .button-buy {
    display: block;
    float: right;
    margin-top: 2%;
    width: 74px;
}
.mobile-nav .button-buy {
    margin-left: 3%;
}
.mobile-nav .button-buy {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
