.act.in-prod
{
	background: #F27E42;
}
.products .product .price .button-cart{
	color: rgb(255, 255, 255);
	text-align: center;
	font-family: "PT Sans",sans-serif;
}
.products .product .price .button-cart.in-basket{
	font-size: 12px;
	line-height: 20px;
	background: #FF9600 none;
}
#modal-addtobasket{
	position: fixed;
}