#Content-Cart{
	width: 100%;
	float: left;
}

.box_cart, .title_page{
	width: 100%;
	float: left;
}

.title_page h1{
	width: 100%;
	font-size: 25px;
	font-weight: 600;
	font-family: Arial;
}

.content_page{
	width: 100%;
	float: left;
	padding: 10px 0;
}

.content_page table{
	border: 1px solid #ddd;
}

.content_page td, .content_page th{
	border: 1px solid #ddd;
	vertical-align: middle;
}

.col_image img{
	padding: 4px;
	border: 1px solid #ddd;
	width: 75%;
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.col_price{
	text-align: right;
}

.col_name a{
	color: #337ab7;
}

.col_number input{
	width: 50px;
	float: left;
	margin-right: 20px;
	border: 1px solid #ddd;
	padding-left: 10px;
}

.title_form{
	width: 100%;
	float: left;
}

.title_form h1{
	width: 100%;
	font-size: 25px;
}

.infor_cart h2{
	font-size: 25px;
	width: 100%;
	margin: 20px 0;
}

.remove_item_cart{
	float: left;
	padding: 0 15px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #df005c;
	color: #fff;
	cursor: pointer;
}

.remove_item_cart i{
	float: none;
	line-height: 24px;
}

.col_number button{
	float: left;
	padding: 0 15px;
	height: 24px;
	text-align: center;
	background-color: #df005c;
	border: 0;
	color: #fff;
}

@media all and (max-width: 768px){

}