.gc_quantity_done{
	padding: 3px;
	white-space: nowrap;
	width:max-content;
	display: inline-block;
}

.gc_quantity_container .gc_quantity_view{
	
	text-align: center;
	
}
.gc_quantity_container input.gc_quantity_view{
	max-width: 51px;
	
}
.gc_quantity_container input.gc_quantity_view{
	min-width: 15px;
	display: inline-block;
	line-height: 30px;
	padding: 0 3px 0 3px;
	font-weight: bold;
	font-size: 17px;
	margin:0 3px 0 3px;
	text-align: center;
	position: relative;
	border: 1px solid #ced4da;
}

.gc_quantity_container div.gc_quantity_view{
	min-width: 15px;
	display: inline-block;
	line-height: 30px;
	padding: 0 3px 0 3px;
	font-weight: bold;
	font-size: 18px;
	margin:0 3px 0 3px;
	text-align: center;
	position: relative;
	border: none;
	background: transparent;
	height: 30px;
}

.small .gc_quantity_container div.gc_quantity_view{
	line-height: 20px;
	font-weight: 300;
	font-size: 16px;
	border: none;
	background: transparent;
	height: 20px;
}

.gc_quantity_container .gc_quantity_view:after{
	content: ' ';
	display: block;
	border-bottom: dotted 2px
	rgb(51, 51, 51);
	width: 70%;
	position: absolute;
	margin: 0 14%;
	left: 0;
	bottom: 2px;
	
}

.small .gc_quantity_container .gc_quantity_view:after{
	border-bottom: 0;
}

.gc_quantity_container.q_input .gc_quantity_btn{
	border-radius: 50%!important;
	padding: 0;
	text-align: center;
	display: inline-block;
	align-self: center;
}

.gc_quantity_container.q_input .gc_quantity_btn.normal {
	line-height: 29px;
	font-size: 15px;
	width: 30px;
	height: 30px;
}


.gc_quantity_container.q_input .gc_quantity_btn.small {
	font-size: 0.8rem;
	width: 20px;
	height: 20px;
	font-weight: 300;
}

.gc_quantity_container.q_input .gc_quantity_btn i{
	line-height: inherit;
	font-size: inherit;
}

.gc_quantity_btn{
	font-weight: bold;
	
}

.gc_quantity_container.q_node .gc_quantity_btn{
	/*border-radius: 50%;
	
	padding: 0px 10px;
	line-height: 30px;
	min-width:30px;*/
	
	border-radius: 50%;
	padding: 0;
	text-align: center;
	display: inline-block;
	align-self: center;
}

.gc_quantity_container.q_node.bs_3 .gc_quantity_btn{
	width:20px;
	height:20px;
	line-height: 18px;
	font-size: 10px;
}

.gc_quantity_container.q_node .gc_quantity_btn.normal {
	line-height: 29px;
	font-size: 15px;
	width: 30px;
	height: 30px;
}


.gc_quantity_container.q_node .gc_quantity_btn.small {
	line-height: 20px;
	font-size: 0.8rem;
	width: 20px;
	height: 20px;
}

.gc_quantity_container.q_node .gc_quantity_btn i{
	line-height: inherit;
	font-size: inherit;
}

