/**
 * user/assets/styles/breadcrumbs.css
 *
 * @author Pablo Rubio
 * @version 0.1
 */

.woocommerce .breadcrumbs {
  padding: 20px 20px 10px 20px;
  background-color: #ffffff;
  font-size: 0.9em;
  line-height: 1em;
  text-transform: uppercase;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.06);
}

.woocommerce .breadcrumbs .woocommerce-breadcrumb {
  font-size: 1em;
  line-height: 1em;
}

.woocommerce .breadcrumbs nav {
  margin: 0px;
  padding: 0px;
  display: block;
  color: #F78E1E;
}

.woocommerce .breadcrumbs span {
  -webkit-transform: scale(0.8,0.8);
  transform: scale(0.8,0.8);
}

.woocommerce .breadcrumbs span:before {
  position: relative;
  top: -0.3em;
  color: #a0a0a0;
  height: 1em;
  width: 1em;
  font-size: 1em;
  line-height: 1em;
}

.woocommerce .breadcrumbs nav a {
  color: #a0a0a0;
  text-decoration: none;
}

@media screen and (max-width:780px) {
  .woocommerce .breadcrumbs {
    font-size: 0.7em;
    line-height: 1em;
  }

  .woocommerce .breadcrumbs span:before {
    position: relative;
    top: -0.6em;
    color: #a0a0a0;
    height: 1em;
    width: 1em;
    font-size: 0.8em;
    line-height: 1em;
  }
}
