/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Brands list styles
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.all-brands-link
{
  margin: 1.5em 0 1em;
}

.all-brands-link a
{
  font-size: 14px;
}

@media (max-width: 991px) {
  .block.block-block.block-brands {
    display: block;
  }
}
