@charset "UTF-8";

/* Brands*/

.brands_search span {
    display: block;
    height: 100%;
    line-height: 24px;
    margin-left: 0;
    margin-right: 0;
    float: left;
}

.brands_search select {
    padding: 0;
    margin-left: 5px;
    float: left;
    max-height: 100px;
    min-height: 24px;
    overflow: hidden;
    max-width: 100%;
    border: 0;
    background-color: transparent;
}

.brands_search select option {
    display:  inline-block;
    width: 24px;
    text-align: center;
}

.brands_search select option:hover {
    background-color: #444;
    color: #fff;
}

.brands_search #b {
    min-width: unset !important;
    max-width: unset !important;
    height: 36px;
    margin-top: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.brands_search #bsub {
    height: 36px;
    line-height: 14px;
    margin-top: 2px;
    font-size: 16px;
    border-radius: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.brand_letter {
    width: 33px;
    height: 33px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #444;
    border: 1px solid #444;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4px;
}

.brand_letter:hover {
    background-color: #eee;
    text-decoration: none;
}

.active_letter{
    background-color:#ddd !important;
}

.brands_search .search_by_title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    padding-bottom: 10px;
}

.letter-subheader {
    text-align: center;
    font-weight: bold;
    color: #636363;
    font-size: 32px;
}

.search_by_brand {
    display: flex;
    width: 100%;
}

.hidden-brand {
    display: none;
}

.nobrands {
    font-size: 25px;
    text-align: center;
}

.nobrands span {
    font-weight: 600;
}

.brand_item {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
}
.search_form{
    height:33px;
    width: 100%;
    display: inline-flex
}

.brands_results_title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.brands_results_message {
    font-weight: bold;
    font-size: 18px;
}
/* End Brands*/
