@charset "utf-8";
/* CSS Document */

.spinner {
  position: relative;
  width: 100%;
  height: 48px;
}
.spinner input.qty {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #000;
	width: 100%;
	height: 48px;
	border: none;
	background: #EEF1F5;
	margin: 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.spinner .spinner-controls a {
	position: absolute;
	top: 8px;
	bottom: 0;
	background: #888;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	line-height: 32px;
	font-size: 22px;
	color: #FFF;
	text-align: center;
	font-weight: 400;
}
.spinner .spinner-controls .spin-up {
  right: 8px;
}
.spinner .spinner-controls .spin-down {
  left: 8px;
}
