div.estimate_w{
	background:#f1f1f1;
	border-radius:5px;
	padding:5px;
}
div.estimate-w-title{
	font-size:18px;
}
div.estimate_body{
	margin:15px 0;
	clear:both;
}
div.qty{
	width:20px;
	height:20px;
	line-height:20px;
	background:#ddd;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	margin:0 2px;
	border-radius:4px;
	user-select: none;
}
input.qty{
	width:25px;
	height:20px;
	line-height:15px;
	margin:5px 3px;
	text-align:center;
}
div.qty-cart{
	width:45px;
	margin:5px 0;
}
select#sub_category{
	display:block;
	width:100%;
	height:25px;
	margin:3px 0;
}
select#items{
	display:block;
	width:100%;
	height:25px;	
}
div.edit_number{
	float:right;
	width: 175px;
	text-align: right;
}
div.price{
	display:inline-block;
	width:70px;
	height:30px;
	line-height:30px;
}
div#cart{
	width: 400px;
	line-height:30px;
	margin: 5px 0;
	border-radius: 5px;
}
div.cart-item{
	float:left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width:210px;
}
div.cart-items{
	margin:5px;
}
div.cart-items:after{
	display:block;
	content:'';
	clear: both;
}
dl.price_total{
	font-size:18px;
	clear:both;
}
dl.price_total>dt{
	user-select: none;
	float:left;
	display:inline-block;
}
dl.price_total>dd{
	float:right;
	text-align:right;
	display:inline-block;
}
div.delete-all{
	user-select: none;
	text-align:right;
}
div#delete-all-bt{
	user-select: none;
    font-size: 13px;
    float: right;
    width: 80px;
    height: 22px;
    line-height: 23px;
    border: 1px solid;
    cursor:pointer;
    text-align:center;
	margin-bottom:10px;
}
div#estimete-footer{
	margin-top:50px;
	clear:both;
	text-align:left;
	user-select: none;
}
div.footer-bt{
	display:inline-block;
	padding:2px 5px;
	border:1px solid;
	cursor:pointer;
	user-select: none;
}