.blocktopheader_abz {
    max-width: 1500px;
    margin: auto;
}

#abz_top_search {
    margin-top: 25px;
}

div#header_logo_abz {
    max-height: 78px;
    min-height: 77px;
    padding: 0 5px;
    margin: 0;
}

#abz_search {
    width: calc(100% - 45px);
    height: 45px;
    padding-left: 10px;
    float: left;
    border: 1px solid #949494;
    font-weight: 300;
}

#abz_search::placeholder {
    font-style: oblique;
}

#block_top_abz_loupe:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    width: 100%;
    text-align: center;
    float: left;
    width: 45px;
    background: #f5f5f5;
    height: 45px;
    padding: 13px;
    color: #949494;
    border: 1px solid #949494;
    border-left: 0px;
}

icon-mobile,
.icon_contact,
.icon_my_account {
    font-size: 23px;
    color: #000;
}


/*
#header_logo_abz .logo {
    max-height: 77px;
    margin-top: 0px;
    margin: auto;
}
*/

#header_logo_abz .logo {
    max-width: 80%;
    position: absolute;
    bottom: 0;
    top: 50%;
    margin: auto;
    transform: translate(10%, -30%);
}

p.my_account_title,
.shopping_cart p {
    margin: 0;
    margin-top: 7px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
}

.abz-my-account {
    padding: 0;
}

.block_cart_up {
    padding: 0;
}

.abz-contact,
.abz-my-account {
    border-right: 1px solid #ccc;
}

.rep {
    position: absolute;
    background: #fff;
    z-index: 999999;
    width: calc(100% - 45px);
    padding: 0px 0px 10px 10px;
    top: 45px;
    border: 1px solid #ccc;
}