.brand-stock-top, .brand-stock-bottom, .brand-adds-top, .brand-adds-bottom {
    margin-bottom: 15px;
}

.manufacturers-stock-link a, .manufacturers-adds-link a {
    display: inline-block;
    line-height: 30px !important;
    font-size: 20px !important;
    height: 46px;
    padding: 8px 15px;
    border: 1px solid #000;
    border-radius: 23px;
}

.manufacturers-stock-link a:hover, .manufacturers-adds-link a:hover {
    background: #75ba6d;
    color: #000;
}

.manufacturers-stock-link a > span, .manufacturers-adds-link a > span {
    float: left;
}

.manufacturers-stock-link, .manufacturers-adds-link {
    /*
    padding-left: 15px;
    */
    padding-right: 25px;
}

.manufacturers .all-entities-link {
    /*
    border-bottom: 1px solid #ccc;
    */
}

.manufacturers .all-entities.link-only {
    float: left;
    width: auto;
}

.brand-entities-top, .brand-entities-bottom {
    width: 100%;
    float: left;
    padding-bottom: 15px;
}

.brand-entities-top .top-adds-title, .brand-entities-bottom .bottom-adds-title, .brand-entities-top .top-stock-title, .brand-entities-bottom .bottom-stock-title {
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}

.manufacturers-adds-link .all-entities-ico {
    width: 35px;
    margin-right: 15px;
    margin-top: -2px;
}

.manufacturers-stock-link .all-entities-ico {
    width: 36px;
    margin-right: 15px;
}

#before-manufacturers-adds-link-top {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    vertical-align: text-bottom;
    padding-right: 25px;
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .brand-entities-top, .brand-entities-bottom {
        width: 100%;
    }

    .brand-entities-top .top-adds-title, .brand-entities-top .top-stock-title, .brand-entities-top .brand-sheets-entities-list {
        display: none;
    }

    /*
    .brand-entities-top .manufacturers-adds-link.all-entities, .brand-entities-top .manufacturers-stock-link.all-entities {
        float: none;
        text-align: center;
    }
    */
    .manufacturers-stock-link a, .manufacturers-adds-link a {
        font-size: 16px !important;
    }
}