.product-new-label{
    background-color: #79a32f;
    color: #ffffff;
    height: 29px;
    outline: medium none;
    position: absolute;
    width: 37px;
    line-height: 29px;
    z-index: 10;
    left: 10px;
    top: 10px;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    opacity: 0.6;
}
.product-new-label span:before{
    border-color: #79a32f;
    border-top: 4px solid #79a32f;
    border-left: 5px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    right: 10px;
    top: 29px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    transition: border-color 450ms ease-in-out;
}
.product-sale-label
{
    background-color: #79a32f;
    color: #ffffff;
    height: 29px;
    outline: medium none;
    position: absolute;
    width: 37px;
    line-height: 29px;
    z-index: 10;
    right: 10px;
    top: 10px;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    opacity: 0.6;
}

.product-sale-label span:before{
    border-color: #79a32f;
    border-top: 4px solid #79a32f;
    border-left: 5px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    right: 10px;
    top: 29px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    transition: border-color 450ms ease-in-out;
}