#order-note-modal .close {opacity:1;color:#FFF;}

/** Giftcard Product **/
#gift-card .gift-card-wrapper {
	position:relative;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	background: linear-gradient(to bottom, white 0%, #F5F5F5 100%);
	padding-top: 50px;
	padding-bottom: 30px;
}
#gift-card h2 {
	text-transform: uppercase;
	color: #f4783e;
	font-size: 2.4em;
	margin-bottom: 0px;
}
#gift-card-form .invalid-feedback {display:block;}
#gift-card-form .form-control {
	border-radius:0;
	box-shadow:inset 2px 2px 13px rgba(0, 0, 0, 0.1);
	padding-top:3px;
	padding-bottom:3px;
}
#gift-card-form select.form-control {
	height: auto;
}
#gift-card-form .btn-submit-form {
	padding-left: 35px;
	padding-right: 35px;
}
#gift-card-form label {
	font-size: .8em;
	margin-bottom: .2em;
	color: #505050;
	font-weight: 500;
	font-family: "proxima-nova", sans-serif;
}
#gift-card-form .gift-card-amount label {
	padding: 2px;
	text-align:center;
	border: 1px solid #cecece;
	line-height: 2;
	display: block;
}
#gift-card-form .gift-card-amount input[type="radio"] { display:none; }
#gift-card-form .gift-card-amount input[type="radio"]:checked+label {
	background-color: #f4783e;
	color:#FFF;
	border:none;
}
#gift-card-form .gift-card-amount .field-amount-other {
	padding-top: 3px;
	padding-bottom: 3px;
}
#gift-card-form div.card-form {
	border-bottom: 1px solid #707070;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

/** Balance Page **/
#giftcard-balance .giftcard-balance-wrapper {background-color:#FFF;}
#giftcard-balance .title {background-color:#3eb649;}
#giftcard-balance .title h3 {
	color: white;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 12px;
	text-transform: uppercase;
}

.giftcard-balance-wrapper #pwgc-balance-button {
	background-color: #3eb649;
	color: #FFF;
	border:none;
	padding:.5rem 1rem;
}

.giftcard-balance-wrapper #pwgc-balance-reload {
	background-color: #3eb649;
	color: #FFF;
	border:none;
	padding:3px 15px;
}

.giftcard-balance-wrapper #pwgc-balance-number {
	box-shadow: inset 2px 2px 13px rgba(0, 0, 0, 0.1);
	border: 1px solid #ced4da;
	padding: .375rem .75rem;
}

/** Giftcard reload form **/
#gift-card-form .table {
	background: white;
	border: 1px solid #E3E3E3; }
#gift-card-form .table tr { border-bottom: 1px solid #E3E3E3; }
#gift-card-form .table tr td { border-left: 1px solid #E3E3E3; padding: .45em; }

/** Subscription Select Plan Modal **/
#moving-notice .modal-dialog,
#order-subscription-notice .modal-dialog,
#order-subscription-select .modal-dialog {
	margin-top: 12%;
	font-size: 1.2em;
	}
#moving-notice .modal-header,
#order-subscription-notice .modal-header,
#order-subscription-select .modal-header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f68a40+0,ef4a3a+100 */
	background: #f68a40;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f68a40 0%, #ef4a3a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f68a40 0%, #ef4a3a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f68a40 0%, #ef4a3a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a40', endColorstr='#ef4a3a',GradientType=0 );
	/* IE6-9 */
	color: white;
	position: relative;
	padding: 15px 15px 10px 15px;
}
#moving-notice .modal-header h5,
#order-subscription-notice .modal-header h5,
#order-subscription-select .modal-header h5 {
	margin: 0px auto;
	font-size: 2.7em;
	text-transform: uppercase;
	line-height: 1em; }
#moving-notice .modal-header button,
#order-subscription-notice .modal-header button,
#order-subscription-select .modal-header button {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
	background: none;
	color: rgba(255, 255, 255, 0.5);
	}
#moving-notice .subscription-body,
#order-subscription-notice .subscription-body,
#order-subscription-select #subscription-body {padding: 20px;}
@media (min-width: 576px) {
	#moving-notice .subscription-body,
	#order-subscription-notice .subscription-body,
	#order-subscription-select #subscription-body { padding: 0px; }
}

.subscription-body .btn-close-notice,
#subscription-body .btn-subscription-continue {
	background: #3eb649;
	color: white;
	padding: 10px 15px;
	display: inline-block;
}

#subscription-body .btn-subscription-select-again {
	color: rgba(102, 102, 102, 0.7);
	text-decoration: underline;
	font-size: 0.9em;
}

/** Order Page **/
.create-meal-custom-selection span.additional-charge {
	width: 25px;
	height: 25px;
	background-color: #f4783e;
	color: #FFF;
	border-radius: 17px;
	text-align: center;
	display:inline-block;
	}
.create-meal-custom-selection .product span.additional-charge {
	display: block;
	position: absolute;
	right: 17px;
	top: 35px;
	}
.create-meal-custom-selection .footer-additional-charge span.additional-charge {margin-left:30px;}
.create-meal-custom-selection span.additional-charge svg {
	margin-right: .9px;
	margin-top: 4px;
}