
/* popup search */
#pum-562 .pum-close
{
    display: none !important;
}
#pum-562 form
{
    box-shadow: 0px 0px 50px #2A2A2D;
}
.pum-theme-387 .pum-container, .pum-theme-floating-bar .pum-container
{
    padding: 4px !important;
    border-radius: 2px !important;
    border: none !important;
    box-shadow: 1px 1px 3px 0px #3695D8 !important;
    background-color: #3695D8 !important;
}
#is-search-input-560
{
    font-family: 'OS_Regular', sans-serif !important;
    line-height: 1 !important;
    font-size: 16px !important;
    font-weight: unset !important;
    margin: 0 !important;
    padding: 10px 16px !important;
    border: none !important;
    outline: none !important;
    height: unset !important;
}
#is-search-input-560,
#is-search-input-560::placeholder
{
    color: #212020 !important;
}

.search_form_c.active
{
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    background: #212020f7;
    z-index: 99999999999999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.search_form_c
{
    display: none;
}
.search_form_close_c
{
    width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: flex-end;
}

.search_form_close
{
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: 16px;
    font-weight: unset !important;
    color: #FFF;
    background: #3695D8 0% 0% no-repeat padding-box;
    border: 1px solid #3695D8;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    transition: all 345ms ease;
    cursor: pointer;
    margin-bottom: 8px;
}
.search_form_close svg
{
    height: 18px;
    width: auto;
    fill: #FFF;
    transition: all 345ms ease;
}

.search_form_close:hover
{
    color: #3695D8;
    background: #000 0% 0% no-repeat padding-box;
}
.search_form_close:hover svg
{
    fill: #3695D8;
}

#is-ajax-search-result-560
{
    z-index: 9999999999999;
    font-family: 'OS_Medium', sans-serif;
    line-height: 1.5;
    font-size: 18px;
}
/* popup search */
