/* stylelint-disable no-empty-source */

.header-middle-bar-shop__catalog-container{
    display: none;
}

.header-middle-bar-shop-catalog-button{
    background-color: #c4bbbb;
}

.header-middle-bar-shop-catalog-button:hover{
    background-color: #d1c8c8;
}

.header-top-bar-contacts__item_currency,
.header-top-bar-contacts__item_lang{
    margin-right: 12px;
}

.header-top-bar-contacts__item_currency .link-title,
.header-top-bar-contacts__item_lang .link-title{
    display: inline-block;
    padding-right: 4px;
}

.header-top-bar-contacts__item_currency .dropdown-links,
.header-top-bar-contacts__item_lang .dropdown-links{
    max-width: 58px;
    float: right;
}

.header-top-bar-contacts__item_currency .dropdown-links__link.selected,
.header-top-bar-contacts__item_lang .dropdown-links__link.selected{
    color: var(--link-color);
}

.header-top-bar-contacts__item_currency .select__content{
    padding: 6px 10px;
    font-size: 13px;
}

.header-top-bar-contacts__item_currency .select,
.header-top-bar-contacts__item_currency .select__dropdown{
    width: 72px !important;
}

.header-top-bar-contacts__item_currency .select__arrow{
    padding-right: 10px;
}

.header-top-bar-contacts__item_currency .select__option{
    font-size: 13px;
}

.breadcrumbs__item .link,
.breadcrumbs__item_current-text{
    padding: 0;
    background-color: transparent;
} 
.breadcrumbs__item .link:hover{
    color: var(--top-header-link-color-hover);
}