.badge
{
	white-space: normal !important;
	margin-top:3px;
}
#progress {
	position:fixed;
	width:130px;
	top:2%;
	color:#FFFFFF;
	padding:8px 19px;
	z-index:9999;
	text-align:center;
	background-color:#009900;
	right:1%;
	display:none;
	border-radius: 10px;
	font-size:15px;
}
.table-cart tr td .total
{
	text-align:right;
}
.table-cart tr td .name-product
{
	width:60%;
}
@media (max-width:801px) {
	.form-coupon
	{
		margin-top: 20px;
	}
	.form-coupon input
	{
		width: 90% !important;
	}
	.form-coupon button
	{
		margin-top: 10px;
		margin-left:-11px;
		width: 90% !important;
	}
	.table-cart tr td .name-product
	{
		width:100% !important;
	}
	.brclass
	{
		display:none;
	}
	.cart-totals {
		margin-top: 5px;
	}
}