.ncr_giftcard_payment_form label {
    display: inline-block;
    min-width: 160px;
    margin: 15px 0 0;
}

.form-control{
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

input.doubledsize {
    height: 70px;
    font-size: 26px;
}

input.ncr-gc-show-decimals {
	width:70%;
	display:inline;
	text-align:right;
}
.ncr-gc-decimals {
	font-size: 26px;
	font-family: sans-serif;
}

select.ncr-select{
    background: url(select.png) center right no-repeat;
}


#ncr_giftcard_payment_form label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color: red;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce-checkout .checkout_coupon {
	display: block !important;
}

.woocommerce-checkout .modal-notice-bg {
	display:none;
}

/*

.ncr-coupon-code-preview {
    margin-left: auto;
    margin-right: auto;
}
*/