.search-page { min-height: 520px; }
.search-inline-form { display: inline; }
.search-link-button { border: 0; background: transparent; color: inherit; padding: 0; cursor: pointer; font: inherit; }
.js-currency-option.is-active { font-weight: 700; }
.category-filter-list li.current a { color: #ff5212; font-weight: 700; }
.search-order-hd { width: 100%; display: inline-block; margin: 0; }
.search-order-inner { width: 98%; display: inline-block; padding: 0; }
.search-sort-box { float: right; margin-top: 16px; }
.search-sort-box select {
    height: 30px;
    padding: 0 24px 0 8px;
    margin-left: 6px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 3px;
    background: #484e6a;
    color: rgba(255,255,255,.9);
}
.search-sort-submit {
    height: 30px;
    min-width: 58px;
    margin-left: 6px;
    padding: 0 12px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(90deg, #FF7131 0%, #FF4101 100%);
}
.search-empty {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.65);
    font-size: 16px;
    background: #484e6a;
    border-radius: 8px;
}
.search-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 20px 0 30px;
}
.search-pagination a,
.search-pagination span {
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    text-align: center;
    border-radius: 4px;
    color: rgba(255,255,255,.8);
    background: #484e6a;
}
.search-pagination a:hover,
.search-pagination .current {
    color: #fff;
    background: #ff4707;
}
.search-copyright, .search-company-address { text-align: center; }
.footer-language-switch .active { color: #ff5212; }
.head_option > li.search-currency-decor {
    position: static;
    width: 0;
    height: 0;
    min-height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    cursor: default;
}
.head_option > li.search-currency-decor:hover { background: transparent; }
.head_option > li.search-currency-decor::after { display: none; }
.head_option > li.search-currency-decor .head_optionAngle,
.head_option > li.search-currency-decor .head_optionCover { display: block; }
