body .wrapper-photo-product .label-product, 
body .wrapper-photo .label-product {
	font-size: 10px;
	top: 6px;
	left: 0px;
	width: 35px;
	height: 20px;
	border-radius: 0 0 8px 0; }
body .page-catalog .list-product-catalog.grid-4 .item-product .wrapper-photo .label-product, 
body .page-catalog .list-product-catalog.grid-4 .item-product .wrapper-photo-product .label-product {
	width: 35px;
	height: 20px; }


body .wrapper-photo-product .label-product.percent, 
body .wrapper-photo .label-product.percent
 {
	background-color: #ed3b3b !important; }

.wrapper-photo-product .label-product + .label-product, .wrapper-photo .label-product + .label-product {
	top: 34px; }

.wrapper-photo-product .label-product + .label-product + .label-product, .wrapper-photo .label-product + .label-product + .label-product {top: 64px;}

body .label-product-like {
	width: 20px;
	height: 20px;
	top: 6px;
	right: 6px;
	border: none; }
body .label-product-like:hover {
		border: none; }
		
		
		
@media (width <= 768px) {
	body .label-product-like {
		top: 12px;
		right: 12px; }
}