.nbSearchRes {box-shadow: 0px 0px 5px 0px rgba(50, 58, 69, 0.42); background: #fff; padding: 2.875rem 0 1rem; border-radius: 0.3125rem;}
.nbSearchRes__items {height: 215px; overflow: auto; }
.nbSearchRes__item {padding: 0.5rem; display: flex; color: #000 !important; font-size: 0.9375rem; padding: 0.5rem 1rem; font-weight: 300;}
.nbSearchRes__item:hover {text-decoration: none; background: #f8f8f8;}
.nbSearchRes__item b {font-weight: normal;}
.nbSearchRes__head {padding: 1rem 1.5rem 1rem;}
.nbSearchRes__count {color: #6f6f6f; font-size: 0.875rem; display: inline-block; padding-right: 1rem; vertical-align: top;}
.nbSearchRes__more {font-size: 0.875rem; display: inline-block; vertical-align: top;}
.nbSearchRes__itemIcon {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    border: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.nbSearchRes__itemIcon  img{ height: 100%; width: 100%;object-fit: contain;}
.nbSearchRes__itemText {
    padding-left: 1rem;
    align-self: center;
    line-height: 1.2;
}

.nbSearch {position: relative;}
.nbSearch__group {position: relative; z-index: 850;}
.nbSearch__input {}

.nbSearch__input::placeholder {color: #898989;}
.btn.nbSearch__btn {--bs-btn-border-radius: 5px;}
.nbSearch__btn:before {content: ''; display: block; width: 1.3125rem; height: 1.3125rem; background: url(images/icon-search.svg) center center no-repeat; background-size: contain;}

.title-search-result {z-index: 800; position: absolute; top: 0; left: 0; right: 0;}

.nbSearch._active .nbSearch__input {border-bottom-left-radius: 0 !important;}
.nbSearch._active .nbSearch__input { border-color: #fff; border-bottom-color: #e6e6e6;}


.nbSearch__clear {
    display: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M31.5 2.428c0-.517-.201-1.004-.568-1.37-.732-.732-2.007-.732-2.74 0L16 13.251 3.807 1.058c-.732-.732-2.007-.732-2.74 0A1.923 1.923 0 0 0 .5 2.428c0 .518.202 1.004.568 1.37L13.26 15.991 1.068 28.183a1.923 1.923 0 0 0-.568 1.37c0 .518.202 1.004.568 1.37.732.732 2.007.732 2.74 0L16 18.731l12.193 12.192c.366.366.852.568 1.37.568.517 0 1.003-.202 1.37-.568.366-.366.567-.852.567-1.37 0-.517-.201-1.004-.568-1.37L18.74 15.991 30.932 3.798c.367-.366.568-.852.568-1.37z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    left: 5px;
    width: 16px;
    height: 16px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100;
    transform: translateY(-50%);
    cursor: pointer;

}

/*desktops*/
@media (max-width: 1200px) { 

}

/*tablets*/
@media (max-width: 991px) {

}

/*phones*/
@media (max-width: 767px) { 
}
