/*
 *  Bootstrap TouchSpin - v3.1.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */

.input-group {
	display:inline-block;
	margin:0px 5px 30px 1px;
	}

.input-group-btn {
	-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}


.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
}


.btn-default {
    color: #DC98C4;
    background-color: #fff;
    border:solid 1px  #ccc;
	width:40px;
	height:40px;
	border-radius:0;
	margin:0 -1px;
	position:relative;
	top:-1px;
}
.btn {
	display:inline-block;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	outline:none;
	
	
}

.btn:active {
	color:#fff;
	background:#164990;
	border-color:#164990;
	}

.bootstrap-touchspin-down {
	border-radius:0;
	}

.bootstrap-touchspin input {
	}

.itemAddWrapper input {
	display:inline-block !important;
	}

/*.cartName .btn {
	display:block;
	}

.cartName .bootstrap-touchspin-up {
	position:relative;
	bottom:-1px;}

.cartName .bootstrap-touchspin-down {
	position:relative;
	top:-1px;}*/

