
.fresh-gate-processing-container {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .5);
	z-index: 1001;
	color: #444550;
	display: none;
	font-size: 20px;
}

.fresh-gate-processing {
	width: 350px;
	max-width: 75%;
	bottom: 10%;
	right: 0;
	position: fixed;
	background-color: #7cdfa4;
	height: 60px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 10px 25px 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fresh-gate-slidein {
	-webkit-animation: slidein .2s ease-in-out forwards;
	animation: slidein .2s ease-in-out forwards;
}

.fresh-gate-slideout {
	-webkit-animation: slideout .2s ease-in-out forwards;
	animation: slideout .2s ease-in-out forwards;
}

.woocommerce-checkout #payment ul.payment_methods li img {
	max-height: 29px;
	float: right;
}

@-webkit-keyframes slidein {
	from {
		right: -320px;
	}
	
	to {
		right: 0;
	}
}

@keyframes slidein {
	from {
		right: -320px;
	}
	
	to {
		right: 0;
	}
}

@-webkit-keyframes slideout {
	from {
		right: 0;
	}
	
	to {
		right: -320px;
	}
}

@keyframes slideout {
	from {
		right: 0;
	}
	
	to {
		right: -320px;
	}
}

#fresh-gate-spinner {
	background-image: url("https://bud99.cc/wp-content/plugins/fresh-gate/img/spinner.svg");
	background-position: center center;
	background-size: cover;
	display: none;
	height: 40px;
	width: 40px;
	top: 50%;
	left: 50%;
}

#fresh-gate-spinner.nitro-lazy {
	background-image: none !important;
}

.payment_box.payment_method_fresh-gate {
	border-radius: 8px;
	border: none !important;
	margin-bottom: 12px !important;
}

.fg-disclaimer {
	margin: 10px 0;
	font-size: 1.05em;
}

.fg-descriptor {
	font-size: 1.225em;
}
