.price-block {
    position: absolute;
    top: 0px;
    right: 8px;
}
.template-price{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   // background: #1c64a1;
    font-size: 18px;
    line-height: 18px;
    height: 27px;
    color: #fff;
    padding: 4px 10px 5px 10px;
    font-weight: bold;
    z-index: 2;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
.price-corner-right {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    top: 18px;
    right: -9px;
    border-left-color: #3b3b3b;
    content: " ";
    border-width: 9px;
    box-sizing: border-box;
    z-index: 1;
}
.price-corner-left {
    position: absolute;
    display: block;
    top: 0;
    left: -9px;
    box-sizing: border-box;
    z-index: 2;
}
