@charset "UTF-8";

div.jdvcart-price{
	font-weight:700;
	font-size:20px;
	line-height:24px;
}

/* control */
div.jdvcart-control{
	justify-content: flex-start;
	gap:1px;
	
	margin-top:20px;
}
div.jdvcart-control .item-count{
	text-align:center;
	width:50px;
}
div.jdvcart-control .item-control{
	
}
/* end control */


/* cart */
.jdvcart-cart{
	
}
.jdvcart-cart div.jdvcart-control{
	margin-top:0px;
}
/* end cart */