.subnav li:first-child a:after,
.subnav li:nth-child(2) a:after,
.table-product-head:nth-child(2) h3 a:after,
.table-product-head:nth-child(3) h3 a:after,
.st-head-row:first-child h3:after,
.st-head-row:nth-child(4) h3:after {
	color: #ce0058;
	font-size: 10px;
	font-weight: bold;
}

[lang="en-US"] .subnav li:first-child a:after,
[lang="en-US"] .subnav li:nth-child(2) a:after,
[lang="en-US"] .table-product-head:nth-child(2) h3 a:after,
[lang="en-US"] .table-product-head:nth-child(3) h3 a:after,
[lang="ko"] .subnav li:first-child a:after,
[lang="ko"] .subnav li:nth-child(2) a:after,
[lang="ko"] .table-product-head:nth-child(2) h3 a:after,
[lang="ko"] .table-product-head:nth-child(3) h3 a:after,
[lang="ja"] .subnav li:first-child a:after,
[lang="ja"] .subnav li:nth-child(2) a:after,
[lang="ja"] .table-product-head:nth-child(2) h3 a:after,
[lang="ja"] .table-product-head:nth-child(3) h3 a:after {
	content: ' NEW';
}

[lang="de"] .subnav li:first-child a:after,
[lang="de"] .subnav li:nth-child(2) a:after,
[lang="de"] .table-product-head:nth-child(2) h3 a:after,
[lang="de"] .table-product-head:nth-child(3) h3 a:after {
	content: ' NEU';
}

[lang="es"] .subnav li:first-child a:after,
[lang="es"] .subnav li:nth-child(2) a:after,
[lang="es"] .table-product-head:nth-child(2) h3 a:after,
[lang="es"] .table-product-head:nth-child(3) h3 a:after {
	content: ' NUEVO';
}

[lang="fr"] .subnav li:first-child a:after,
[lang="fr"] .subnav li:nth-child(2) a:after,
[lang="fr"] .table-product-head:nth-child(2) h3 a:after,
[lang="fr"] .table-product-head:nth-child(3) h3 a:after {
	content: ' NOUVEAU';
}

[lang="pt-br"] .subnav li:first-child a:after,
[lang="pt-br"] .subnav li:nth-child(2) a:after,
[lang="pt-br"] .table-product-head:nth-child(2) h3 a:after,
[lang="pt-br"] .table-product-head:nth-child(3) h3 a:after {
    content: ' NOVO';
}

[lang="ru"] .subnav li:first-child a:after,
[lang="ru"] .subnav li:nth-child(2) a:after,
[lang="ru"] .table-product-head:nth-child(2) h3 a:after,
[lang="ru"] .table-product-head:nth-child(3) h3 a:after {
    content: ' Новинка';
}

[lang="zh-cn"] .subnav li:first-child a:after,
[lang="zh-cn"] .subnav li:nth-child(2) a:after,
[lang="zh-cn"] .table-product-head:nth-child(2) h3 a:after,
[lang="zh-cn"] .table-product-head:nth-child(3) h3 a:after {
    content: ' 新款';
}

@media only screen and (max-width: 768px) {
    [lang="en-US"] .st-head-row:first-child h3:after,
    [lang="en-US"] .st-head-row:nth-child(4) h3:after,
    [lang="ko"] .st-head-row:first-child h3:after,
    [lang="ko"] .st-head-row:nth-child(4) h3:after,
    [lang="ja"] .st-head-row:first-child h3:after,
    [lang="ja"] .st-head-row:nth-child(4) h3:after {
        content: ' NEW';    	
    }

    [lang="de"] .st-head-row:first-child h3:after,
    [lang="de"] .st-head-row:nth-child(4) h3:after {
        content: ' NEU';    	
    }

    [lang="es"] .st-head-row:first-child h3:after,
    [lang="es"] .st-head-row:nth-child(4) h3:after {
        content: ' NUEVO';    	
    }

    [lang="fr"] .st-head-row:first-child h3:after,
    [lang="fr"] .st-head-row:nth-child(4) h3:after {
        content: ' NOUVEAU';    	
    }

    [lang="pt-br"] .st-head-row:first-child h3:after,
    [lang="pt-br"] .st-head-row:nth-child(4) h3:after {
        content: ' NOVO';       
    }

    [lang="ru"] .st-head-row:first-child h3:after,
    [lang="ru"] .st-head-row:nth-child(4) h3:after {
        content: ' Новинка';       
    }

    [lang="zh-cn"] .st-head-row:first-child h3:after,
    [lang="zh-cn"] .st-head-row:nth-child(4) h3:after {
        content: ' 新款';       
    }
}