@charset "UTF-8";



.handle-counter .counter-minus,  .handle-counter .counter-plus,  .handle-counter input {
	float: left;
	text-align: center;
	border: none;
	}

.handle-counter .counter-minus,  .handle-counter .counter-plus { text-align: center; }

.handle-counter input {
	width: 50px;
	border-width: 0px;
	border-left: none;
	border-right: none;
	}

.btn {
	padding: 1px 10px;
	border: 1px solid transparent;
	color: #fff;
	border-radius: 0px;
	}

.btn:disabled, .btn:disabled:hover {
	background-color: darkgrey;
	cursor: not-allowed;
	}

.btn-primary { background-color: #9c9c9c; }

.btn-primary:hover, .btn-primary:focus { background-color: #7f7f7f; }

.margin-top { margin-top: 0px; }

.margin-bottom { margin-bottom: 0px; }

.pull-right { float: right !important; }

.pull-left { float: left !important; }

.hide { display: none; }

.show { display: block; }

.invisible { visibility: hidden; }


