
.search-icon-wrap{
    width: 40px;
    height: 40px;
    background-color: #FF5000;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    
    position: relative;
    z-index: 2;
    opacity: 1;
}

.search-area:focus-within .search-icon-wrap {
    opacity: 0.8;
}

.search-icon{
    color: white;
    fill: white;
}

#header .header_menu ul li:last-child {
    border-right: none !important;
}

#header .header_menu ul li:last-child::after {
    display: none !important;
    content: none !important;
}
