/**/

@media (min-width: 992px) {
    #header .header-nav {
        display: none;
    }
}
.header-center {
    align-items: center;
    min-height: 60px;
    margin: 0;
}
.header-menu-block {
    margin: 0;
    align-items: center;
    /*padding: 5px 0;*/
}
.header-right {
    padding-top: 0;
    padding-bottom: 1px;
}

#header.header5 #_desktop_cart .blockcart-link svg {
    margin-right: 0;
}
#_desktop_cart .blockcart-link {
    position: relative;
}
.cart-item-count {
    position: absolute;
    top: -5px;
    right: -10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
}
#header.header5 #_desktop_cart {
    display: flex;
    align-items: center;
    margin-right: 0;
}
#header.header5 #_desktop_user_info {
    margin-left: 0;
}
#header.header5 #_desktop_an_wishlist,
#header.header5 #_desktop_cart {
    margin-left: 40px;
}
#header.header5 #_desktop_an_wishlist {
    margin-right: 0;
}
#header.header5 #_desktop_clientservice {
    margin-left: 17px;
}
.account-login {
    display: flex;
    align-items: center;
}
.menu-wrapper {
    padding: 0;
}
.topmenu-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.amenu-item .amenu-link {
    padding: 12px 40px 14px 0;
    font-weight: bold;
}

#header.header5 .topmenu-right .lang_and_сr .btn-unstyle {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#header.header5 .topmenu-right .lang_and_сr .btn-unstyle svg {
    margin: 0px 0 2px 5px;
}

#_desktop_currency_selector {
    margin-right: 0;
}
#_desktop_language_selector {
    margin-right: -1px;
    margin-left: 15px;
}

#header.header5 #search_widget {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    float: none;
}
#_desktop_search {
    margin: 0 -1px 1px 0;
}
#header.header5 .search-widget form input[type=text]{
    border: 0;
    background: #f0f2f3;
    height: 40px;
    padding: 1px 40px 0 20px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
}
#header.header5 .search-widget form button[type=submit] {
    top: unset;
    bottom: calc(50% - 8px);
    right: 15px;
    display: flex;
    align-items: center;
}
#_mobile_search .search-widget form input[type=text] {
    font-size: 16px !important;
}

.amega-menu .anav-top {
    justify-content: flex-start;
}

.header-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #f0eff4;
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
    margin-top: -20px;
}

@media (max-width: 992px) {
    .cart-item-count {
        display: none;
    }
}

@media (min-width: 993px) {
    .cart-item-count {
        right : 90px;
    }
}

#_desktop_cart .blockcart-link {
    font-size: 16px;
    gap: 10px;
}
.an_wishlist-nav {
    font-size: 16px;
    gap: 10px;
}
.account-login {
    font-size: 16px;
    gap: 10px;
}
@media (max-width: 1200px) {
    #header.header5 #_desktop_an_wishlist,
    #header.header5 #_desktop_cart {
        margin-left: 25px;
    }
}
@media (max-width: 991px) {
    .topmenu-right {
        display: none;
    }
    #header .search-widget {
        padding: 0 20px;
    }
    #header .header-nav.tablet-h .blockcart {
        margin-right: 30px;
    }
}