#header .header-nav {
    display: none;
}
.header-top-wrapper {
    min-height: 89px;
}
#_desktop_logo {
    justify-content: flex-start;
}
#_desktop_logo a {
    margin: 0;
}
#header #_desktop_logo a {
    align-items: flex-start;
}
.header-container {
    border: 0;
}

#header .header-top {
    border: 0;
}
.header-top-wrapper .search-button {
    display: none;
}
.header-top .search-wrapper {
    width: 100%;
}
.header-top .search-wrapper #search_widget {
    display: block;
    position: static;
    padding: 0;
}
.header-top .search-widget form input[type=text] {
    border: 1px solid #e5e5e5;
    padding: 18px 45px 17px 18px;
}
@media (min-width: 992px) {
    .header-top .search-widget form button[type=submit] {
        bottom: calc(50% - 16px);
        right: 13px;
    }
}
.header-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-bottom-wrapper .amenu-item .amenu-link {
    padding: 23px 25px 23px 14px;
}
.header-bottom-left {
    display: flex;
    align-items: center;
}
.header-bottom-right {
    display: flex;
    padding: 0 15px;
}
.header-bottom-wrapper .lang_and_сr {
    margin-left: 26px;
}
.lang_and_сr .btn-unstyle {
    display: flex;
    align-items: center;
}
.lang_and_сr .dropdown i.expand-more {
    font-size: 15px;
    margin-left: 1px;
}
.lang_and_сr .btn-unstyle {
    font-size: 13px;
    text-transform: uppercase;
}

.header-link-content {
    display: none;
}

#_desktop_cart {
    display: flex;
    align-items: center;
    margin: 0 8px 0 18px;
}
#_desktop_an_wishlist .header-link-image svg {
    margin: 5px 0 0 0;
}
#_desktop_an_wishlist {
    margin-left: 21px;
}
#_desktop_an_wishlist .header-link-image {
    margin: 0;
}
#_desktop_user_info svg {
    margin-top: 5px;
}
.blockcart-link.header-link-block {
    position: relative;
}
.blockcart-link.header-link-block .blockcart-link-count {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    right: -7px;
    top: -6px;
    font-size: 10px;
    color: #fff;
    padding-right: 1px;
}
.blockcart-link.header-link-block .blockcart-link-price {
    display: none;
}
.blockcart-link-icon {
    display: flex;
}
#_user_info .btn-unstyle {
    display: flex;
    cursor: pointer;
}
#_user_info .btn-unstyle svg {
    margin-top: 1px;
}

.an_wishlist-mobile-link {
    display: none;
}

@media (max-width: 991px) {
    #header .header-nav {
        display: block;
    }
    #header .header-nav.tablet-h .blockcart {
        height: 50px;
    }
    #_mobile_user_info .dropdown-menu {
        position: static;
        display: flex!important;
        border: 0;
        padding: 0;
    }
    .an_wishlist-mobile-link {
        display: block;
    }
    #_mobile_an_wishlist .header-link-content {
        display: block;
    }
    .header-top-wrapper {
        display: block!important;
        min-height: auto;
        padding: 0 5px;
    }
    #header .header-nav.tablet-h .blockcart {
        margin-right: 10px;
        display: flex;
        height: 55px;
        align-items: center;
    }
}

.lang_and_сr .dropdown-item {
    font-size: 13px;
}

#_desktop_user_info .dropdown-menu {
    font-size: 14px;
}
.blockcart .mobile-cart-item-count {
    top: -4px;
    right: -9px;
}