section.title-search-result {
	/*border:1px solid #d5d5d5;*/
	display:none;
	overflow:hidden;
	z-index:205;
    border-collapse: collapse;
    width:10%;
    top: 140px!important;
    left: 594px!important;
    width: 100%!important;
    display: block !important;
    background-color: #fff;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 10px 35px 0 rgba(0,0,0,.2);
    padding: 18px 20px 25px;
}

.title-search-result {
    border: none;
    z-index: 500;
}

.title-search-result .title-sea {
    color: #767676;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    margin-bottom: 8px;
    font-size: 12px;
}

.title-search-result ul li {
    position: relative;
    color: #b1b1b1;
}

.title-search-result ul li a img{
    display: none;
}
.title-search-result ul li a:empty {
    display: none;
}
.title-search-result ul li a:not(:empty) {
    display: block;
    margin: 0 -20px;
    padding: 18px 20px;
    font-size: 13px;
}
.title-search-result ul.sections li a {
    color: #cb4059;
}
.title-search-result ul.products li a {
    color: #18181d;
    font-weight: bold;
}
.title-search-result ul li a:hover {
    background: #fafafa;
}
.title-search-result ul li a .counts {
    color: #a4a4a4;
    font-weight: normal;
}

.title-search-result ul li a b {
    color: #cb4059;
}
.title-search-all a {
    color: #cb4059;
    display: block;
    margin: 0 -20px -18px;
    padding: 18px 20px;
    font-size: 13px;
}
.title-search-all a:hover {
    background: #fafafa;
}
.title-search-result .section-category {
    color: #696969;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    margin-bottom: 8px;
    font-size: 12px;
}

.title-search-result .title-search-separator {
    position: relative;
    padding-top:0px;
    padding-bottom:0px;
    margin: 3px -20px 10px;
    background: transparent;
}

.title-search-result .title-search-separator:before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #f6f6f6;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}



.suggestions-box {
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}

.suggestions-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.suggestions-box li {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.suggestions-box li:last-child {
    border-bottom: none;
}

.suggestions-box li:hover {
    background-color: #f7f7f7;
}

.suggestions-box span {
    font-weight: bold;
    color: #a40000;
    display: contents;
}

