@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.breadcrumb {
  margin: 1em 0;
  list-style: none;
  display: flex;
  text-transform: uppercase;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
  font-size: 14px;
  color: #595959; }
  .breadcrumb li a {
    text-decoration: none; }
  .breadcrumb a {
    color: inherit; }
    .breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus {
      color: #d84000;
      text-decoration: none; }
  .breadcrumb i {
    margin: 0 5px 0 3px; }

.product-breadcrumb__ctr .breadcrumb {
  border-bottom: none; }
