@import "../default-skin.less";
@import "../../global/mixin.less";

// 购物车组件
.c_cart {
	table { width:100%; background:@bg; border-collapse:collapse;}
	tr { border-bottom:1px solid @fg-light-8;}
	tr:last-child { border-bottom:0 none;}
	.pic {
		width:7.14em;
		img { width:7.14em;}
	}
	.ico {
		width:4.29em; padding:0.71em 0 0.71em 0.71em;
	}
	.fn {
		width:4.29em; text-align:center;
		span { display:inline-block; width:1.71em; height:1.71em; background:@primary; color:@bg; line-height:1.71em; .x_round;}
	}
	.name { padding:1.71em; width:30%;}
	.title { font-size:150%; line-height:1.33;}
	.content { color:@fg-light-6; line-height:1.29em;}
	.content + .title,
	.title + .content { margin-top:0.21em;}
	.detail {
		position:relative; line-height:1.29em; padding:1em 0 1em;
		ul { border-left:1px solid @fg-light-9; padding-left:1em;}
		li { margin-top:0.21em;}
		li:first-child { margin-top:0;}
	}
	.form {
		.label { font-size:1.14em;}
		.value { margin-top:0.71em;}
	}
	.price {
		width:10.71em; text-align:right;
	}
}



// 边框
.c_cart-border { border:1px solid @fg-light-8-5;}