.shopping-cart .cart-table {
	float: left
}

.shopping-cart .cart-table h4 {
	font-weight: 700;
	font-size: 16px
}

.shopping-cart .cart-table .color-type,
.shopping-cart .cart-table .size {
	width: 100%;
	float: left;
	font-size: 13px
}

.shopping-cart .cart-table .color {
	color: #da241c
}

.shopping-cart .cart-table table {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	overflow-x: auto
}

.shopping-cart .cart-table table tr {
	width: 100%;
	display: table-row;
	border-bottom: 1px solid #eee
}

.shopping-cart .cart-table table tr:first-child {
	line-height: 40px
}

.shopping-cart .cart-table table tr td:first-child {
	width: 120px;
	float: left
}

.shopping-cart .cart-table table tr td:first-child img {
	width: 100%;
	float: left;
	margin: 20px 0
}

.shopping-cart .cart-table table tr td:nth-child(2) {
	display: table-cell;
	padding-left: 20px
}

.shopping-cart .cart-table table tr td:nth-child(3) {
	display: table-cell;
	text-align: right
}

.shopping-cart .cart-table table tr td:nth-child(4) {
	display: table-cell
}

.shopping-cart .cart-table table tr td:nth-child(4) span {
	float: left;
	margin-left: 20px
}

.shopping-cart .cart-table table tr td:nth-child(4) input[type=text] {
	width: 60px;
	height: 40px;
	float: left;
	padding: 0 10px
}

.shopping-cart .cart-table table tr td:nth-child(5),
.shopping-cart .cart-table table tr td:nth-child(6) {
	display: table-cell
}

.shopping-cart .cart-table table tr td:nth-child(6) a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	background: #000;
	text-align: center;
	color: #fff
}

.shopping-cart .left-side {
	float: left;
	margin-bottom: 60px
}

.shopping-cart .left-side .discount-coupon {
	width: 100%;
	margin-bottom: 40px
}

.shopping-cart .left-side h5 {
	font-size: 16px;
	color: #b2b2b2;
	font-weight: 700;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 10px;
	margin-bottom: 20px
}

.shopping-cart .left-side .calculate-shipping {
	max-width: 270px
}

.shopping-cart .left-side .calculate-shipping select {
	width: 100%;
	height: 38px;
	border: 1px solid #d3d3d3;
	margin-bottom: 15px
}

.shopping-cart .right-side {
	float: right
}

.shopping-cart .right-side h5 {
	font-size: 16px;
	color: #b2b2b2;
	font-weight: 700;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 10px;
	margin-bottom: 20px
}

.shopping-cart .right-side .color {
	color: #da241c
}

.shopping-cart .right-side .cart-total {
	width: 100%;
	max-width: 370px;
	float: right;
	margin-top: 30px
}

.shopping-cart .right-side .cart-total .cart-total-row {
	width: 100%;
	float: left;
	margin-bottom: 15px
}

.shopping-cart .right-side .cart-total .cart-total-row span {
	float: right
}

.shopping-cart .cart-table table .title td {
	font-weight: bold;
}

.shopping-cart .a_cart_title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0;
}

.shopping-cart #i_remove_product_cart:hover {
	color: tomato;
}