.action-label-category {
    background-color: #f50000;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 2px 5px;
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 37;
    border-radius: 0;
    line-height: normal;
}

.action-label-product {
    background-color: #f50000;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 2px 5px;
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 37;
    border-radius: 0;
    line-height: normal;
}

@media screen and (max-width: 768px) {
	.action-label-category, .action-label-product {
		 font-size: 16px;
		 top: 24px;
	}
}
