.sd-search-widget{
    position: relative;
}
.sd-search-widget .search-result{
    padding: 0;
    margin: 0;
    list-style: none;
}
.sd-search-widget.user-is-searching .uk-spinner{
    display: block !important;
}
.sd-search-widget ul.search-result{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 20;
}
.sd-search-widget ul.search-result{
    display: none;
}
.sd-search-widget:hover ul.search-result{
    display: block !important;
}
.sd-search-widget-style-minimal .search-button{
    display: block;
    background: transparent;
    border: none;
}
.sd-search-widget-style-minimal.user-is-searching .search-button{
    display: none;
}

.typing-search-svg{
    display: none;
}
.typing-search-svg svg{
    width: 21px;
}
.th-search-widget-style-design-1.user-is-typing .search-button i.fa-search{
    display: none;
}
.th-search-widget-style-design-1.user-is-typing .typing-search-svg{
    display: inherit;
}
.th-search-widget-style-design-1 .search-button i.fa-spinner{
    display: none;
}
.th-search-widget-style-design-1.user-is-searching .search-button i.fa-spinner{
    display: inherit;
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}
.th-search-widget-style-design-1.user-is-searching .search-button i.fa-search{
    display: none;
}
.search-not-result{
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-not-result i{
    font-size: 19px;
    color: #FD6564;
    margin-left: 8px;
}