.discount-percent-wrapper {
    position: absolute;
    display: table;
    top: 0;
    right: 0;
    z-index: 1010;
    background-color: #CECECE;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-right: 15px;
}

.discount-percent-wrapper .inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;    
}

.discount-percent-wrapper .text,
.discount-percent-wrapper .value {
    text-align: center;
    display: block;
    font-size: 13px;
    line-height: 13px;
}

.catalogsearch-result-index .discount-percent-wrapper,
.cms-index-index .discount-percent-wrapper,
.catalog-category-view .discount-percent-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-right: 15px;
    margin-top: 10px;
}

.catalogsearch-result-index .discount-percent-wrapper,
.widget-list-products .discount-percent-wrapper,
.catalog-category-view .discount-percent-wrapper {
    margin-right: 0;
    margin-top: 0;
}

.product-new-wrapper {
    position: relative;
    z-index: 1010;
}

.product-new-wrapper .inner {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}

.product-new-wrapper .inner span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}

.product-new-wrapper .inner span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}

.product-new-wrapper .inner span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}