.btn{
	border-radius: 0.5em !important;
}

.card{
	border-radius: 0.5em !important;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
}
.remQuantity,
.addQuantity{
	border-color:#dee2e6 !important;
	font-size: 20px !important;
}

.store-cart-icon{
	padding: 0.2em;
	background-color: #0d6efd;
	color: #fff;
	border-radius: 0.2em;
	display: inline;
	text-align: center;
}



.store-cart-empty{
	background-color: #f0f0f0;
	color: #fff;
	text-align: center;
	border-radius: 40px;
	width: 80px;
	height: 80px;
	padding: 25px;
	margin: 1em auto;
}



.cart-total-icon{
  background: rgba(240, 240, 240, 0.5);
	color: #fff;
	text-align: center;
	border-radius: 40px;
	width: 80px;
	height: 80px;
	padding: 25px;
}



.module-icon{
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
	max-width: 50px;
	max-height: 50px;
	padding: 1em .6em;
	color: #fff;
	border-radius: 0.7em;
	text-align: center;
	margin: 2em auto;
}




#store-cart-resumen{
	min-height: 300px;
}



.form-control-flat{
	border: 0px !important;
	width: 5em;
}