/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2023 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.fmm-listing-brandsblock {
    float:left;
    margin-bottom:5px;
    width:100%;
    display:none;
    padding: 15px 0px;
    background: #fff;
}
.fmm-listing-brandsblock .fmm-listing-brand,
.fmm-listing-brandsblock .fmm-listing-supplier {
    margin-left:0px;
    margin-bottom:5px;
    text-align: center;
}

#manufacturer .page-title {
    text-align: center;
    border: none;
    padding-top: 72px;
    padding-bottom: 30px;
}

#manufacturer .page-title span {
    font-size: 35px;
    color: #575757;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}

#manufacturer .ms-grid .row.brands-grid-block {
    margin-bottom: 40px;
}

#manufacturer .view-all-block {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 35px;
}

#manufacturer .view-all-block button.view-all-btn {
    font-size: 20px;
    font-weight: 800;
}

#manufacturer .alphabetical-buttons {
    display: inline-block;
    text-align: center;
    padding-bottom: 75px;
}

#manufacturer .alphabetical-buttons .alphabetical-btn {
    font-size: 25px;
    font-weight: 300;
    color: #575757;
    width: 56px;
    height: 56px;
    vertical-align: middle;
    margin: 10px 10px;
    background-color: #fff;
}

#manufacturer .alphabetical-buttons .alphabetical-btn:hover {
    color: #2fb5d2;
    font-size: 27px;
}

#manufacturer .ms-grid .brands-grid-block .brand {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}