body {
    margin: 0;
    font-weight: 400;
    font-size:  14px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.header-contact {
    float: right;
    color: #f9f9fa;
    -webkit-font-smoothing: antialiased;
}

.header-contact a {
    color: #f9f9fa;
    font-size: 12px;
    text-transform: uppercase;
}

.header-contact:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 11px;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,0.1) 10%, rgba(255,255,255,0.1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(1%, rgba(255,255,255,0.01)), color-stop(10%, rgba(255,255,255,0.1)), to(rgba(255,255,255,0.1)));
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,0.1) 10%, rgba(255,255,255,0.1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,0.1) 10%,rgba(255,255,255,0.1) 100%);
}

.header-contact-links {
    margin: 0;
}
.header-contact-links,
.header-contact-links__item {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
}
.header-contact-links__item:first-child {
    margin-right: 36px;
}

#cart_status {
    padding-top: 2px;
    margin-left: 15px;
    font-size: 12px;
}
#cart_status a {
    text-transform: none;
    text-decoration: underline;
}

#cart_box {
    display: none;
}

@media (max-width: 810px) {
#cart_status,
.header-contact-links__item-login,
.header-contact-links__item-hidden {
    display: none;
}

@media (max-width: 660px) {
    .header-contact {
        margin-right: 5px;
    }

    .header-contact-links__item {
        display: block;
        text-align: right;
    }

    .header-contact-links__item:first-child {
        margin-right: 0;
    }
}

@media (max-width: 495px) {
    .header-contact-links__item {
        max-width: 70px;
        padding-top: 5px;
        line-height: 1.4;
    }

    .header-contact-links__item:first-child {
        display: none;
    }
    .header-contact:after {
        display: none;
    }
}
