.cart_item {
	position: relative;
}

.af-sub-product-items-div {
	list-style: none;
	padding: 0;
	margin: 0;
}

.af-sub-product-items-div li {
	width: 100%;
}

.list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
	width: 100%;
}

.list li {
	display: table-cell;
	vertical-align: middle;
}

.af-cp-chain-product table td input[type=number] {
	width: 75px;
	background-color: #fff;
	border: 1px solid #00000024;
	box-shadow: none;
	height: 40px;

}

.af-cp-chain-product table td a {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #000;
}

.af-cp-chain-product h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}

.af-cpfw-total-price label {
	font-weight: normal;
	color: #000;
	margin-right: 5px;
}

.af-cpfw-total-price {
	font-weight: normal;
	color: #000;
	margin-bottom: 14px;
	font-size: larger;
}