#manufacturerSearchResults,
.manufacturer-listing .manufacturer-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#manufacturerSearchResults .manufacturer-name a,
.manufacturer-listing .manufacturer-name a {
    color: #000;
    font-size: .85rem !important;
    font-weight: 500;
}

#manufacturerSearchResults .manufacturer-name a:hover,
.manufacturer-listing .manufacturer-name a:hover {
    color: var(--blue-color);
}

.btn-alphabet {
    font-weight: 500;
    box-shadow: none !important;
}

.btn-alphabet:hover,
.btn-alphabet.active {
    border: 1px solid var(--orange-color);
}

.w-40 {
    width: 40%!important;
}

.mfg-list-search .form-control,
.mfg-list-search .btn {
    /*height: 34px;*/
}

.mfg-list-search .form-control {
    border-radius: 0;
}

.mfg-list-search .btn {
    padding: unset !important;
    border-radius: 0px;
    /*z-index: 5;*/
}

.mfg-list-search .btn span {
    font-weight: bold;
    font-size: 13px;
}

.mfg-list-search .form-control {
    position: relative;
    right: 0px;
    /*z-index: 3;*/
}
.fw-600 {
    font-weight: 600;
}
