/*deiXar o parcelmento da vitrine em negrito*/
p.product-parcelled-price {
    font-weight: bolder;
}

/*Cupom*/
.cart-data-coupon-holder .link {
	background:#b81313;
	border: 0;
	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px !important;
	padding: 10px 15px;
	text-decoration: bold;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
}