a.btn-buy-printort{
	display: inline-block;
	background: #ec64c6;
	padding: 12px 20px;
	color: white;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
	margin: 10px 10px 0;
	transition: background .25s;
}
a.btn-buy-printort:hover{
	background: #cb0049;
	color: white;
}
a.btn-buy-printort:visited{
	color: white;
}
.woocommerce-variation-custom_field_html{
	margin: -20px 0 20px -10px;
}