/* This CSS file is unnecessary if you are not using vertical buttons functionality */


.bootstrap-touchspin-injected {
	position: relative;
	margin: 0;
	padding: 0;
}

#phQuickViewPopup .bootstrap-touchspin .input-group-btn-vertical,
#ph-pc-checkout-box .bootstrap-touchspin .input-group-btn-vertical,
#ph-pc-item-box .bootstrap-touchspin .input-group-btn-vertical,
.phItemCartBoxForm .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 1;
}

#phQuickViewPopup .bootstrap-touchspin .input-group-btn-vertical > .btn, 
#ph-pc-checkout-box .bootstrap-touchspin .input-group-btn-vertical > .btn, 
#ph-pc-item-box .bootstrap-touchspin .input-group-btn-vertical > .btn,
.phItemCartBoxForm .bootstrap-touchspin .input-group-btn-vertical > .btn{
  position: absolute;
  right: 0;
  height: 50%;
  padding: 0;
  width: 1.6em;
  text-align: center;
  line-height: 1;
}

#phQuickViewPopup .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
#ph-pc-checkout-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
#ph-pc-item-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.phItemCartBoxForm .bootstrap-touchspin .input-group-btn-vertical  .bootstrap-touchspin-up{
  border-radius: 0 4px 0 0;
  top: 0;
  margin: 0;
}

#phQuickViewPopup .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
#ph-pc-checkout-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
#ph-pc-item-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.phItemCartBoxForm .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0 0 4px 0;
  bottom: 0;
  margin: 0;
  
}
#ph-pc-checkout-box .form-inline .form-group .ph-input-quantity {
	width: 30px;
}

#phQuickViewPopup .form-inline .form-group .ph-input-quantity,
#ph-pc-item-box .form-inline .form-group .ph-input-quantity,
.phItemCartBoxForm .form-group .ph-input-quantity {
    width: 65px; padding-right: 0; height: 36px;
}
@media screen and (max-width: 768px) {
	#ph-pc-checkout-box .form-inline .form-group .ph-input-quantity {
				width: 100% !important;
		margin: 0 auto;
	}
.ph-alert-small {line-height: inherit;}
	#phQuickViewPopup .form-inline .form-group .ph-input-quantity ,
	#ph-pc-item-box .form-inline .form-group .ph-input-quantity,
.phItemCartBoxForm .form-group .ph-input-quantity {
		min-width: 80px;
		height: 36px;
	}
}

.bootstrap-touchspin-down span.glyphicon,
.bootstrap-touchspin-up span.glyphicon,
.bootstrap-touchspin-down span.fa,
.bootstrap-touchspin-up span.fa {
	font-size: 0.7em;
}


