.apple-pay-button-with-text {
	height: 47px !important;
	cursor: pointer !important;
}

apple-pay-button {
	--apple-pay-button-height: 47px !important;
	height: 47px !important;
	cursor: pointer !important;
}

.paypal-card-container {
	border: none !important;
}

.zoid-outlet {
	position: inherit !important;
}

#applepayDiv_Middle.apple-button-wrapper {
	height: 53px;
} 
#applepayDiv_Bottom.apple-button-wrapper {
	height: 53px;
} 

@media (max-width: 1200px) { 
	#applepayDiv.apple-button-wrapper { 
		margin-top : 10px 
	} 
	.paypal-card-wrapper { 
		clear: none; 
	} 
}

.store_message .message_icon .ccErrmsgText, .store_message .message_icon .ccErrmsgTitle {
	text-transform: none !important;
}

.store_message .modal-body.text-left {
	text-align: left !important;
}

.store_message .message_icon .ccErrmsgTitle {
	font-weight: bold !important;
}
.btn-close-new {
	background-color: #576b8a !important;
    color: white !important;
    border: none !important;
    cursor: pointer !important;
    border-radius: 3px !important;
    padding-left: 10% !important;
    padding-right: 10% !important;
    padding-top: 2% !important;
    padding-bottom: 2% !important;
    max-width: 100% !important;
    white-space: normal !important;
}

.shoppingBagApplePay #applePayLegal {
		font-family: 'Proxima Nova';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #474747;
        margin-bottom: 11px;
        width: 306px;
        height: 52px;
		margin-bottom: 15px !important;
       margin-top: 2px;
}

.shoppingBagApplePay #applePayLegal a {
    color: #337AB7;
    font-family: "Proxima Nova";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@media screen and (max-width: 767px) {
	.shoppingBagApplePay #applePayLegal {
	font-size: 13px;
	margin-bottom: -4px !important;
	margin-top: 4px !important;
	}
}

.checkoutApplePay #applePayLegal {
		font-family: 'Proxima Nova';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #474747;
        width: 480px;
        height: 48px;
		margin-bottom: 0px;
        padding-left: 10px;
}

.checkoutApplePay #applePayLegal a {
    color: #337AB7;
    font-family: "Proxima Nova";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@media screen and (max-width: 767px) {
	.checkoutApplePay #applePayLegal {
	margin-top: 4px !important;
    margin-bottom: 14px !important; 
    padding-left: 10px !important;
    font-size: 13px;
    width: 100%;
	}
}