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

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

.breadcrumb {
  font-size: 12px;
  > li {
    + li:before {
        padding: 0 0 0 5px;
        color: @breadcrumb-separator-color;
        font-size: 18px;
    }
  }

}
