.cartqty {
	font-size: 12px;
	color: #ffffff;
	background: #B82300;
	padding: 2px 5px 2px 5px;
	border-radius: 4px;
	top: -6px;
	position: relative;
	left: 4px;
	font-weight: bold;
}

.topcarticon {
	color: #B82300;
}

.dropdown-cart {
	min-width: 350px;
	padding-top: 0px;
}

.cartproductqty, .cartproductprice {
	padding-right: 0px;
	padding-left: 0px;
	background: #E9ECEF;
	border-bottom: 2px dotted #fff;
}

.cartproductname {
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #ddd;
	border-bottom: 2px dotted #fff;
}

.qtyxprice {
	margin: 14% auto 0 auto;
	display: table;
	font-size: 17px;
	font-weight: bold;
}

.cartclose {
	position: absolute;
	top: -28px;
	right: 0px;
}