@charset "UTF-8";

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


.jdvcart{
}
.jdvcart .flex-row{
	background-color:#ff9400;
	border-radius:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding:5px 10px;
	
	color:#fff;
}
.jdvcart a{
	
	
	color:#fff;
}
.jdvcart a:hover,.jdvcart a:focus{
	
	
	color:#000;
}


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


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