.search-form-main {
    position: relative;
    height: 45px;
}

.search-form-main input {
    width: 100%;
    background: #fff;
    height: 45px;
    padding: 11px 58px 11px 14px;
    border: 2px solid #d7d7d7;
    transition: all 0.5s ease;
}

.search-form-main input:focus {
    border-color: #e84a36;
    outline: none;
    transition: all 0.5s ease;
    right: 0;
    width: 100%;
    background: #fafafa;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: inset 0 0 0 1px #eeeeee;
    box-shadow: inset 0 0 0 1px #eeeeee;
}

.search-form-main input:focus + button {
    z-index: 10;
    background: #e84a36;
}

.search-form-main button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 45px;
    line-height: 45px;
    border: none;
    transition: all 0.5s ease;
    font-weight: inherit;
    background: #e5e4e4;
}

.search-form-main button:hover {
    z-index: 10;
    background: #e84a36;
    transition: all 0.5s ease;
}

.search-form-main button i {
    cursor: pointer;
    font-size: 16px;
    color: #FFF;
}

.search-page__result-item {
    display: block;
    padding: 15px 20px;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 4px 12px 0 #00000029;
    margin-bottom: 10px;
    text-decoration: none;
    transition: all 0.5s;
}
.search-page__result-item:hover {
    transition: all 0.5s;
    box-shadow: 0 4px 12px 0 #0000004f;
}

.search-page__result-item:hover h4 {
    color:#4d3e33 !important;
    transition: all 0.5s;
}

.search-page__result-item i {
    font-size: 2rem;
}

.search-page__result-item:hover {
    text-decoration: none;
}

.search-page__result-item h4 {
    color:#C39367;
    transition: all 0.5s;
}

.search-page__result-item:active {
    text-decoration: none;
}

.search-page__result-item b {
    font-weight: bold;
}
.search-page__result-item .icon_container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
