#block-lyza-salebanner {
  position: fixed;
  padding: 5px 75px;
  top: 175px;
  left: -72px;
  width: 200px;
  background: red;
  background: linear-gradient(180deg, rgba(255, 0, 0, 1) 0%, rgba(215, 0, 0, 1) 100%);
  color: white;
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
  z-index: 9999;
  transform: rotate(-45deg);
  transform-origin: top left;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  opacity: 1;
  transition: opacity 0.3s ease;
}

#block-lyza-salebanner .strike {
  /*text-decoration: line-through;*/
  font-size: 15px;
  opacity: 0.8;
  display: inline-block;
  vertical-align: top;
  line-height: 150%;
	  overflow: visible;
	word-wrap: none;
	white-space: nowrap;
}

#block-lyza-salebanner .strike:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  
  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

#sale-pricing-strike-block {
	display: inline-block;
    position: relative;
    width: 55px;
	height: 24px;

}

#block-lyza-salebanner .price {
  font-size: 26px;
  margin-top: 2px;
  vertical-align: top;
  padding-right: 2px;
  display:inline-block;
}

#per-link {
	display: inline-block;
    padding-right: 15px;
    vertical-align: bottom;
    line-height: 110%;
	opacity:0.8;
}

.per-link-big {	
	font-size: 20px;
    font-weight: lighter;
}

.per-link-small {	
	font-size: 12px;
    text-transform: uppercase;
}

@media (max-width: 600px) {
  #block-lyza-salebanner {
    transform: none;
    width: 100%;
    bottom: 0;
    top: auto;
    left: 0;
    text-align: center;
    font-size: 1em;
    padding: 10px;
  }

  #block-lyza-salebanner .strike {
    display: inline-block;
    margin: 0 8px;
  }

  #block-lyza-salebanner .price {
    display: inline-block;
    font-size: 1.2em;
  }
}
