﻿  .header_search_form_container {
    position: relative;
}

.header_search_input {
    width: 100%;
    height: 50px;
    border: 2px solid #e5e5e5;
    border-radius: 0 !important;
    padding: 0 20px;
    font-size: 15px;
    transition: all .3s;
}

.header_search_input:focus {
    border-color: #0e8ce4;
    box-shadow: 0 0 10px rgba(14,140,228,.25);
    outline: none;
}
.search-suggest{
    display:none;
    position:absolute;
    top:55px;
    left:0;
    right:0;

    background:#fff;

    z-index:99999 !important;

    border:1px solid #ddd;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}
.search-item {
    padding: 12px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
    transition: .2s;
}

.search-item:hover {
    background: #f8f8f8;
}

.search-title {
    background: #fafafa;
    color: #999;
    font-size: 12px;
    padding: 8px 15px;
    border-bottom: 1px solid #eee;
}

.header_search,
.header_search_content,
.header_search_form_container{
    width:100% !important;
    max-width:none !important;
}

.header_search_input{
    width:100% !important;
    box-sizing:border-box;
}


