.xmat_product_flag{
	position: absolute;
	top: 40px;
	left: 5px;
	z-index: 9;
}

.xmat_product_flag .flaga{
	padding: 2px 5px;
	font-size: 12px;
	font-weight: 600;
	color: white;
	margin: 3px;
	text-align: center;
	border-radius: 4px;
}

#product .xmat_product_flag{
	position: absolute;
	top: 40px;
	left: 5px;
	z-index: 9;
}

.product-flags li.product-flag{
	padding: 2px 5px;
}

@media(max-width:767px){
	.xmat_product_flag .flaga,.product-flags li.product-flag{
		font-size: 10px;
	}
}