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

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.product-brand-icon {
  margin: 0.5em 0;
}

.product-details-info .product-brand-icon img {
  width: auto;
  height: auto;
  max-width: calc(5.9375 * var(--rhythmic-unit));
  max-height: calc(3.75 * var(--rhythmic-unit));
}

.product-details .product-details-info .product-brand {
  margin: var(--rhythmic-unit) 0 0 0;
}

html .one-sidebar #main > .flex-container > .block__grid.block-brands {
  margin-top: calc(2.5 * var(--rhythmic-unit));
}

.category-details + .block-brands + #sidebar-first {
  margin-top: var(--sections-vspace);
}

.category-details + .block-brands + #sidebar-first + #content {
  margin-top: var(--sections-vspace);
}
