/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.product-flags {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  pointer-events: none;
  background-color: transparent;
  min-width: 91px;
  font-size: 21px;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  margin: 0 5px 5px 0;
  padding: 4px 5px;
  color: #ff0000 !important;
  text-align: center;
}
  .product-flags .product-flag.new {
    color: #fff;
    border-color: #f7525a;
    background:#ff0000; }

.product-flags li.product-flag {
  margin: 2px 1px;
  padding: 2px 5px;
  border-radius: none;
}

    .breadcrumb li a {
      display: block;
      padding: 0 10px 0 0;
      line-height: 20px;
      position: relative;
      transition: all .4s;
	  color: #fff;}

    #wrapper .breadcrumb ol {
      margin: auto 0 auto auto;
      font-size: 13px; 
	color: #fff;
	margin-right: 35px;}