body {
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
}
.p_groupTag span {
    display: block;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 5px;
    background: #e01b22;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
}
.product-info .product-saleNew, .activeLabelStatus .product-saleNew{
    display: none;
}
.p_groupTag .p_tagNew{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: green;
}
.p_groupTag .p_tagDiscount{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.out-of-stock {
    right: auto;
    background: #e01b22;
    left: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

@media screen and (max-width: 768px){
    .p_groupTag span {
        font-size: 10px;
        padding: 3px 7px;
    }
}