/* ===========================================================
    Header
 * =========================================================== */
.header-container {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    height: 188px;
    width: 100%;
    background: none;
    border: 0 none;
    color: #1c1c1a;
}
.top {
    background-color: #e6eaed;
    height: 133px;
}
.bottom {
    background-color: #a8b2bb;
    height: 55px;
}
.header-inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.top .header-inner {
    height: 133px;
}
.header-container .logo {
    font-size: 0 !important;
    width: 206px;
    height: 133px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.header__info {
    float: right;
    background: url('../images/icon_arrow_header.png') 0 8px no-repeat;
    padding-left: 20px;
    margin-top: 27px;
}

/* ===========================================================
    User links
 * =========================================================== */


.user {
    padding-left: 28px;
    margin-left: 36px;
    float: right;
    margin-top: 16px;
}
.user__account {
    background: url('../images/icon_user.png') 0 0 no-repeat;
}
.user__minicart {
    background: url('../images/icon_cart.png') 0 0 no-repeat;
}
.user a {
    text-decoration: none;
    color: #1c1c1a;
}
.user a:hover {
    color: #ff9900;
}

.amount {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #ff9900;
    text-align: center;
    display: block;
    float: right;
    margin-top: -7px;
    margin-left: 14px;
    border-radius: 4px;
    cursor: pointer;
}
.empty_mod {
    background-color: #a8b2bb !important;
}