div.search-result-catalog {
    display: none;
    overflow: hidden;
    z-index: 205;
    right: 0 !important;
    left: 893px !important;
    width: 50% !important;
}

table.search-result-catalog {
    border-collapse: collapse;
    border: none;
	width: 100%;
    border-bottom: 1px solid #d7d7d7;
}

table.search-result-catalog th {
    background-color: #F7F7F7;
    border-right: 1px solid #e8e8e8;
    color: #949494;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 14px;
    padding-right: 12px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    width: 1%;
}

table.search-result-catalog td {
    color: black;
    font-weight: normal;
    padding: 3px;
    text-align: left;
    background-color: #F6F6F6;
}

table.search-result-catalog td.td--left-empty { width: 59px; }

table.search-result-catalog td.td--left-empty { border-right: 1px solid #d7d7d7; }

table.search-result-catalog td.title-search-item {
    padding-left: 8px;
    padding-right: 15px;
}

table.search-result-catalog td.title-search-item a {
    padding-left: 4px;
    padding-right: 15px;
    text-decoration: none;
    color: black;
    vertical-align: top;
    display: block;
}

table.search-result-catalog td.title-search-item img {
    vertical-align: top;
}

table.search-result-catalog td.title-search-item b {
    color: #cf0000;
    font-weight: normal;
}

table.search-result-catalog tr.title-search-selected td, table.search-result-catalog tr.title-search-selected a, table.search-result-catalog tr.title-search-selected td.title-search-more a {
    background-color: #fff2be;
}

table.search-result-catalog td.title-search-more {
    font-size: 16px;
    font-weight: normal;
    padding-right: 15px;
    padding-left: 40px;
}

table.search-result-catalog td.title-search-more a {
    text-decoration: none;
    color: #808080;
}

table.search-result-catalog td.title-search-more a > b {
    color: #e84e26;
}


table.search-result-catalog td.title-search-all {
    padding-left: 24px;
    padding-right: 15px;
}

table.search-result-catalog td.title-search-all a {
    padding-left: 4px;
    text-decoration: none;
    color: #808080;
}

table.search-result-catalog td.title-search-separator, table.search-result-catalog th.title-search-separator {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 4px;
}

div.title-search-fader {
    display: none;
    background-image: url('images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
}

#title-search-catalog.header--search form {
    align-items: center;
}

#title-search-catalog.header--search {
    display: block;
    position: relative;
    width: 325px;
    height: 40px;
    flex-shrink: 0;
    border: 1px solid #DFDFDF;
}

#title-search-catalog .header--search__input {
    height: 38px;
    background: #F6F6F6;
    padding: 0 15px;
}

#title-search-catalog #title-input-catalog {
    color: #7A7A7A;
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}

#title-search-catalog svg {
    width: 24.706px;
    height: 24px;
    flex-shrink: 0;
    opacity: 0.4;
    margin-right: 15px;
}

@media (max-width: 425px) {
    #title-search-catalog.header--search {
        width: 100%;
    }
}
