.sw-module-breadcrumb-elt {
  height: 33px;
  padding: 7px 19px 0px 7px;
  display: inline-block;
  position: relative; }

.sw-module-breadcrumb-elt:not(:last-child):after {
  content: '\f531';
  font: 9px 'Font Awesome 5 Pro';
  position: absolute;
  right: 5px;
  top: 11px; }

.sw-module-breadcrumb-elt > span,
.sw-module-breadcrumb-elt a {
  font-weight: bold; }

.sw-module-breadcrumb-elt a:hover {
  text-decoration: none; }
