.nav-item .search-notmatch-menu{
    color: rgba(0,0,0,.3) !important;
    pointer-events: none;
    appearance: none;
}
.custom-banner-cls .swp-category-search {
    position: relative;
    width: 300px;
    background-color: wheat;
    border: 2px solid #cccccc75;
    border-radius: 6px;
    height: 40px;
    background-color: #e2e8ec;
    padding-left: 20px;
    float: left;
    margin-bottom: 15px;
    margin-left: 10px;
    z-index: 9;
}
.custom-banner-cls .swp-category-ser-btn {
    position: absolute;
    left: 279px;
    top: 10px;
    background-color: #00243c;
    color: #fff;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    padding: 0 !important;
    z-index: 9;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.custom-banner-cls .swp-category-ser-btn i {
    font-size: 15px;
}
.custom-banner-cls .swp-category-ser-btn:hover {
    background-color: #000 !important; 
}
.custom-banner-cls .swp-category-search::placeholder {
    color: #808080;
    font-size: 14px;
    padding-bottom: 5px;
}
.ninjamenus .item-submenu {
    padding: 10px !important;
}
.custom-banner-cls .swp-close-ser-btn {
    position: absolute;
    left: 235px;
    top: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    z-index: 9;
}
.custom-banner-cls .swp-close-ser-btn:hover {
    background-color: transparent !important;
}
.custom-banner-cls .swp-close-ser-btn i {
    font-size: 24px;
    color: #bac8d3;
}
.custom-banner-cls .swp-custome-inner-content .image-content {
    border-radius: 5px !important;
    margin-top: 15px !important;
}