.cust-title p {
	color: white;
}

.product-item .garantiya-label{
	position: absolute;
	left: 4px;
	top: 4px;
	width: 60px;
	z-index: 1;
	background: transparent;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 3px solid transparent;
}

.product-item .garantiya-label:hover{
	width: 90px;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-color: #FFF;
}

.product_photos{
	position: relative;
}

.product_photos .garantiya-label{
	position: absolute;
	left: 4px;
	bottom: 4px;
	width: 90px;
	z-index: 1;
	background: transparent;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 3px solid transparent;
}
