/* CSS */
@supports (-webkit-appearance: -apple-pay-button ) {
.apple-pay-button {
	display:inline-block;
	-webkit-appearance: -apple-pay-button;
}

.apple-pay-button-black {
	-apple-pay-button-style: black;
}

.apple-pay-button-white {
	-apple-pay-button-style: white;
}

.apple-pay-button-white-with-line {
	-apple-pay-button-style: white-outline;
}

}
@supports not (-webkit-appearance: -apple-pay-button ) {
.apple-pay-button {
	display:inline-block;
	background-size: 100% 60%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 5px;
	padding: 0px;
	box-sizing: border-box;
	min-width: 200px;
	min-height: 32px;
	max-height: 64px;
	width: 100%;
}

.apple-pay-button-black {
	background-image: -webkit-named-image(apple-pay-logo-white);
	background-color: black;
}

.apple-pay-button-white {
	background-image: -webkit-named-image(apple-pay-logo-black);
	background-color: white;
}

.apple-pay-button-white-with-line {
	background-image: -webkit-named-image(apple-pay-logo-black);
	background-color: white;
	border: .5px solid black;
}

}
#payment_confirm_applepay {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Lato', helvetica;
	background: 0 0;
	border: 2px solid #000;
	padding: 7px 20px;
	font-size: 16px;
	outline: 0;
	cursor: pointer;
}
.apple-pay-button {
	display:inline-block;
	-webkit-appearance: -apple-pay-button;
	height: 40px;
	margin-bottom: 16px;
}
.apple-device .applepay-visible {
	margin-top: 15px;
	width: 312px !important;
}

.apple-device .gift-card.com.shopping-cart-gift-card .arrow-up {
    right: 380px;
}

.wcs-applepay-checkout.wcs-quick-buy-lightbox {
    top: 200px!important;
}

.wcs-payment-information #wcs-apply-pay{
	-webkit-appearance: none;
	background-image: url('/wcsstore/RayBanStorefrontAssetStore/images/Apple-Pay-Logo.png');
	background-size: 100% 100%;
	height: 30px;
	width: 50px;
}