li.sf-search #searchbox p::after, #searchbox-mobile p::after {
    direction: ltr;
    font-family: 'Material Icons';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: "search";
    display: block;
    width: 23px;
    height: 20px;
    line-height: 20px;
    z-index: 99999;
    position: absolute;
    top: 18px;
    right: 20px;
    text-align: center;
}

#searchbox-mobile {
    position: relative;
    width: 100%;
}

#searchbox-mobile input {
    width: 100%;
}

@media (min-width: 768px) {
    #searchbox-mobile {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #searchbox-mobile {
        display: block;
    }
}

#searchbox-mobile input {
    border-radius: 5px;
    padding: 8px 0;
    padding-left: 10px;
    font-size: 16px;
    margin: 6px 6px 0 0;
    background: #ffffff;
    border: 1px solid #eadbdb;
}


#searchbox-mobile {
    background: inherit;
    float: right;
    width: 100%;
}