.search {
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #dfe1e5;
    border-radius: 24px;
}

.search:hover {
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}

.search::before {
    width: 40px;
    height: 40px;
    background-image: url(../img/_i_icon_15006_icon_150060.svg);
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
}

.search input {
    width: 95%;
    height: 40px;
    padding: 5px 25px 5px 0;
    border: none;
    box-sizing: border-box;
    outline: none;
    font-size: 25px;
}

.search_box {
    width: 90%;
    margin: 2px;
    padding: 2px;
    background-color:#745030;
    position:relative;
    box-shadow: 0 0 2px #fac596;
    font-weight: bold;
    color: white;
}
    
/* .search_box:after{
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #ccc rgb(255, 255, 255) #ccc;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
} */