.smart_search_panel {position: relative;}
.smart_search_panel label.header {font-weight: 600;}
.smart_search_panel .input_container {position: relative;}
.smart_search_panel .input_container:before
{
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    position: absolute;
    right: 10px;
    top: 14px;
    content: "\ea4f";
    font-size: 20px;
    color: #d5d5d5;
}
.smart_search_panel .input_container:hover:before
{
    color: var(--OPTION_BASE_COLOR);
}
.smart_search_panel .smart_search_panel_input:hover, .smart_search_panel .smart_search_panel_input:active, .smart_search_panel .smart_search_panel_input:focus {
    border: 1px solid var(--OPTION_BASE_COLOR)!important;
}


.smart_search_result_container {
    display: none;
    border: 1px solid #d5d5d5;
    background: #FFF;
    padding: 10px 20px;
    position: absolute;
    z-index: 100;
    width: 100%;
}

.smart_search_resul {position: relative;}
.smart_search_result .close {
    position: absolute;
    right: 10px; 
    top: 10px;    
    color: var(--OPTION_BASE_COLOR);
}
.smart_search_result .close:before
{
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    position: absolute;
    right: 10px;
    top: 14px;
    content: "\ea79";
    font-size: 20px;
}
