#title-search {
    height: 33px;
    padding-right: 33px;
    padding-left: 10px;
    position: relative;
    top: 0px;

}

#title-search-input {
    border-radius: 2px;
    height: 25px;
    line-height: 23px;
    margin: 5px 0 0 0;
    padding: 0;
    position: relative;
    width: 93%;
    background: #fff;
    box-sizing: border-box;
    padding-left: 10px;
    color: #969696;
}
.title-search-input {
    background-image: url("/local/components/mebelion/elastic.search.form/templates/desktop/img/clear-input.png");
    background-position: 150% 50%;
    background-repeat: no-repeat;
    transition: background 0.4s;
    padding-right: 27px;
}
.title-search-input.active {
    background-position: 100% 50%;
}
.title-search-input--x-over {
    cursor: pointer;
}
.title-search-input::-ms-clear {
    display: none;
}

#title-search-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
}

#search-submit-button {
    position: absolute;
}

#search-submit-button:hover {
    opacity: 0.9;
}

.search_title {
    flex-grow: 1;
    position: relative;
    background: #fff;
    z-index: 160;
    height: 30px;
}

#search-submit-button {
    border-radius: 0px 2px 2px 0px;
    top: 12px;
    right: 10px;
}

div.title-search-result {
    border: 1px solid #c6c6c6;
    display: none;
    overflow: hidden;
    z-index: 205;
}

table.title-search-result {
    border-collapse: collapse;
    border: none;
    width: 10%;
}

table.title-search-result 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.title-search-result td {
    background-color: white;
    color: black;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    white-space: nowrap;
}

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

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

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

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

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

table.title-search-result td.title-search-more {
    font-size: 11px;
    font-weight: normal;
    padding-right: 15px;
    padding-left: 24px;
    padding-top: 0px;
}

table.title-search-result td.title-search-more a {
    padding-left: 12px;
    padding-right: 15px;
    text-decoration: none;
    color: #999999;
}

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

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

table.title-search-result td.title-search-separator, table.title-search-result 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;
}

.clear2 {
    clear: both;
}

.suggest-wrap {
    color: gray;
}
.suggest-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.suggest-line .suggest-word{
    font-weight: bold;
    color: black;
}
#title-search.suggestion-active {
    border: 1px solid gray;
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    padding: 5px;
}
.search-wrapper {
    margin: 0 0 0 3%;
    width: 97%;
    overflow: auto;
    background: #fff;
    height: 30px;
}
.search-wrapper.active {
    height: auto;
}
.search-wrapper--left {
    width: 86%;
    float: left;
}
.search-wrapper--right {
    width: 10%;
    float: left;
    height: 100%;
}
.search-button {
    margin: 0 auto;
    display: block;
    outline: none;
    height: 90%;
    position: absolute;
    bottom: 0;
    right: 0;
}
#searchresults {
    font-size: 12px;
}

.search-input {
    padding: 5px;
    width: 100%;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
}
.search-input:focus{
    border: 1px solid #2ca2f5;
    outline: none;
}
.search-input::-webkit-search-cancel-button {
     position: relative;
     -webkit-appearance: none;
     height: 20px;
     width: 20px;
     cursor: pointer;
     right: 0;
     background-position: center;
     background-repeat: no-repeat;
     background-image: url(/local/components/mebelion/elastic.search.form/templates/desktop/img/clear-input.png);
 }
.suggest-wrap a {
    text-decoration: none;
    color: gray !important;
}

.one_card-wrapper {
    display: flex;
    text-decoration: none;
    align-items: center;
}
.one_card-wrapper img {
    width: 50px;
    height: 50px;
}
.one_card-description {
    color: #555555;
}
.one_card-title{
    color: #000000;
    font-weight: bold;
}
.suggest-wrap--also{
    border-bottom: 1px solid lightgray;
}
.suggest-wrap--also b {
    color: black;
}
.search-line {
    width: 50px;
    text-align: center;
}
.right-search {
    width: 100%;
    padding: 10px 0 10px 10px;
}
.left-search {
    width: 50px;
    text-align: center;
    flex-shrink: 0;
}
.fa-search--left {
    font-size: 20px;
}
.suggest-wrap--also .right-search{
    width: 100%;
    padding: 10px 0
}
.search-wrapper.active #suggestions-block {
    display: block;
    padding: 10px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    border-radius: 2px;
    position: absolute;
    background: white;
    z-index: 55;
    width: 405px;
    right: 0;
}
.suggest-wrap.hidden {
    display: none;
}
.one_card-wrapper--gray {
    background-color: #f5f5f5;
}
.suggest-head {
    color: #8d8d8d;
    font-size: 12px;
    text-transform: uppercase;
    margin: 10px 0;
}
.one_card-description--head {
    color: #555555;
}
.one_card-description--bread {
    color: #999999;
}