.cart_list_responsive {
	width: 98%;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}
.cart_list_responsive p.cart_attributes {
	display: block;
}
.cart_list_responsive td.cart_attributes {
	display: none;
}
.cart_list_responsive tr {
	border: 1px solid #ddd;
	padding: 5px;
}

.cart_list_responsive th,
.cart_list_responsive td {
	padding: 10px;
	text-align: center;

}
.cart_list_responsive th:last-child,
.cart_list_responsive td:last-child {
	border-right: 1px solid #ddd;
}
.cart_list_responsive .cart_Quantity {
	min-width: 160px;
}
.cart_list_responsive td > span {
	margin: 0 5px;
}
.cart_list_responsive td input[type="text"] {
	width: 40px;
	background: #FFF;
	text-align: center;
	font-weight: 600;
	height: 34px;
	line-height: 34px;
	padding: 0;
	margin: 0;
	border: 1px solid #ddd;
}
.cart_list_responsive td input[type="button"] {
	font-size: 16px;
	background: #FFF;
	text-align: center;
	font-weight: normal;
	height: 24px;
	width: 24px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	border: 1px solid #ddd;
}
.cart_list_responsive td > strong {
	color:#fa5555;
	font-weight:600;
}

.cart_list_responsive th {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cart_list_responsive tfoot td {
	font-size: 18px;
}
.cart_list_responsive tfoot .cart_total {
	text-align: left;
}
.cart_list_responsive tfoot .cart_checkout {
	text-align: right;
}



/* <= 568px */
@media screen and (max-width: 568px) {
	.cart_list_responsive {
		border: 0;
	}
	.cart_list_responsive p.cart_attributes {
		display: none;
	}
	.cart_list_responsive td.cart_attributes {
		display: block;
	}
	.cart_list_responsive thead {
		display: none;
	}
	.cart_list_responsive tr {
		margin-bottom: 10px;
		display: block;
		border-bottom: 2px solid #ddd;
	}
	.cart_list_responsive td {
		display: block;
		text-align: right;
		border-bottom: 1px dotted #ccc;
	}
	.cart_list_responsive tfoot td {
		display: table-cell;
		text-align: right;
		border-bottom: none;
	}
	.cart_list_responsive td:last-child {
		border-bottom: 0;
		border-right: 0;
	}
	.cart_list_responsive th:last-child {
		border-right: 0;
	}
	.cart_list_responsive td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
	.cart_list_responsive tfoot .cart_total {
		width: 40%;
	}
	.cart_list_responsive tfoot .cart_checkout {
		width: 60%;
	}
}