#wc_woodcraft_square_gc_cart_redeem_form {
	padding: .75rem 0;
	min-height: 155px;
	overflow: hidden;
	display: flex;
}

#wc_woodcraft_square_gc_cart_redeem_form + #payment > div.place-order:nth-of-type(1) {
	margin-top: 0;
}

#wc_woodcraft_square_gc_cart_redeem_form {
	flex-wrap: wrap;
}

#square-gift-card-apply-button-wrapper {
	padding-left: .5rem;
}

#square-gift-card-apply-button-wrapper button {
	height: 52px;
	padding-left: 18px;
	padding-right: 18px;
}

#square-gift-card-title {
	width: 100%;
	margin-bottom: .5rem;
}

#sq-gift-card-coupon, #square-gift-card-fields-input {
	flex: 1;
	margin-bottom: 25px;
}

#square-gift-card-response {
	/*display: none;*/
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#square-gift-card-response #square-gift-card-funds-message {
	margin-bottom: 0 !important;
}

#square-gift-card-response #square-gift-card-balance-info {
	margin-bottom: 1.5rem;
}

#square-gift-card-remove {
	display: block;
	margin-top: 13px;
	font-weight: 600;
	text-decoration: underline;
	color: #0d9cd9 !important;
}

#square-split-payment {
	margin-top: 1rem;
}

#square-split-payment-separator {
	margin-top: 1rem;
}

#square-gift-card-user-controls {
	display: none;
}

.sq-card-wrapper {
	min-width: auto !important;
}

.force-hide {
	display: none !important;
}

.square-gift-card-response {
	/*display: none;*/
	margin-bottom: 32px;
}

.square-gift-card-response__header {
	position: relative;
	padding: 15px 15px 15px 40px;
	color: #fff;
}

.square-gift-card-response__header:before {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0, -50%);
	font-family: "Font Awesome 5 Free";
}

.square-gift-card-response__header--success {
	background-color: #3b8052;
}

.square-gift-card-response__header--success:before {
	content: "\f058";
}

.square-gift-card-response__header--fail {
	background-color: #dc3232;
}

.square-gift-card-response__header--fail:before {
	content: "\f06a";
}

.square-gift-card-response__content {
	border: 1px solid rgba(0, 0, 0, .3);
	padding: 17px 15px;
}

.add_woodcraft_square_gift_card_form {
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.payment_method_woodcraft_square label {
	font-weight: 600;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: #e8e6e9;
}

.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid transparent;
	border-bottom-color: #e8e6e9;
}

/* mobile phones up through landscape */
@media only screen and (max-width: 767px) {
	#sq-gift-card-coupon, #square-gift-card-fields-input {
		flex: none;
	}
	button#woodcraft_square_get_cart_redeem_send {
		float: right;
	}
	#square-gift-card-apply-button-wrapper {
		margin-top: 10px;
		width: 100%;
	}
}
