div#search_widget {
    float: left;
    max-width: 460px;
    max-width: 400px;
    width: 100%;
    position: relative;
    margin-top: 23px;
    margin-left: 62px;
    z-index: 200;
}

.search-widget input {
    width: 100%;
    background: #f6f6f6;
    border: 0;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 0 25px;
    box-sizing: border-box;
    color: #4e6750;
    font-size: 13px;
    font-weight: 400;
}

.icon-search:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212.03%22%20height%3D%2212%22%20viewBox%3D%220%200%2012.03%2012%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2356775e%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22header_magnifier_hover%22%20class%3D%22cls-1%22%20d%3D%22M1262.84%2C85.93l-2.96-2.97a4.736%2C4.736%2C0%2C0%2C0%2C1.18-3.115%2C5.034%2C5.034%2C0%2C1%2C0-5.03%2C4.845%2C5.11%2C5.11%2C0%2C0%2C0%2C2.88-.877l2.98%2C2.993a0.689%2C0.689%2C0%2C0%2C0%2C.48.194%2C0.651%2C0.651%2C0%2C0%2C0%2C.45-0.176A0.618%2C0.618%2C0%2C0%2C0%2C1262.84%2C85.93Zm-6.81-9.666a3.584%2C3.584%2C0%2C1%2C1-3.72%2C3.581A3.649%2C3.649%2C0%2C0%2C1%2C1256.03%2C76.264Z%22%20transform%3D%22translate%28-1251%20-75%29%22/%3E%0A%3C/svg%3E%0A);
}

.icon-search {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212.03%22%20height%3D%2212%22%20viewBox%3D%220%200%2012.03%2012%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23adb0b0%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22header_magnifier%22%20class%3D%22cls-1%22%20d%3D%22M1262.84%2C85.93l-2.96-2.97a4.736%2C4.736%2C0%2C0%2C0%2C1.18-3.115%2C5.034%2C5.034%2C0%2C1%2C0-5.03%2C4.845%2C5.11%2C5.11%2C0%2C0%2C0%2C2.88-.877l2.98%2C2.993a0.689%2C0.689%2C0%2C0%2C0%2C.48.194%2C0.651%2C0.651%2C0%2C0%2C0%2C.45-0.176A0.618%2C0.618%2C0%2C0%2C0%2C1262.84%2C85.93Zm-6.81-9.666a3.584%2C3.584%2C0%2C1%2C1-3.72%2C3.581A3.649%2C3.649%2C0%2C0%2C1%2C1256.03%2C76.264Z%22%20transform%3D%22translate%28-1251%20-75%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    position: absolute;
    background-position: center center;
    top: 0;
    right: 0;
    -moz-transition: background-image 0.2s ease;
    -ms-transition: background-image 0.2s ease;
    -o-transition: background-image 0.2s ease;
    -webkit-transition: background-image 0.2s ease;
    transition: background-image 0.2s ease;
    cursor: pointer;
}