.payPalExpress__outerWrapper{display:none;width:100%;padding:0 40px 0 0;height:100%;z-index:999;position:absolute}
.payPalExpress__outerWrapper .promptBox__wrapper{padding:20px;position:relative;width:100%}
.payPalExpress__innerWrapper{width:100%;padding:0 20px;height:100%;background:rgba(0,0,0,0.3)}
.pp_express_active .minicartButtons__wrapper{padding:10px}
.button.uppercase.paypal-express{display:none;background-color:#fff;color:#4c4c4c;margin:5px 0;border:1px solid #e6e6e6}
#payPalExpress:hover span,#payPalExpress:focus span{color:#fff}
.button.uppercase.paypal-express:hover{transition:color .4s ease}
.pp_express_active .button.uppercase.paypal-express{display:block}
.pp_express_active .minicartButtons__wrapper .button{padding:15px 2.4em}
.pp_express_active .minicartButtons__wrapper .button.paypal-express{padding:13px 2.4em}
.paypal-express .loader{border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid #1a1a1a;width:24px;height:24px;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite;position:relative;display:none;margin:0 auto;top:initial;left:initial}
.paypal-express.paypal-active.loading{padding:18px}
.paypal-express.paypal-active.loading .loader{display:block}
.paypal-express.paypal-active .button__mobile>img,.paypal-express.paypal-active .button__desktop>img{margin-left:12px;max-width:79px}
.paypal-express.paypal-active .button__mobile,.paypal-express.paypal-active .button__desktop{display:flex;justify-content:center;align-items:center}
.paypal-express.paypal-active.loading .button__mobile,.paypal-express.paypal-active.loading .button__desktop{display:none}
@media screen and (max-width:53.6875em) and (min-width:38.75em){.payPalExpress__outerWrapper{padding:0 80px 0 0}
}
@media screen and (min-width:53.75em){.payPalExpress__outerWrapper{padding:0}
}
@-webkit-keyframes spin{0{-webkit-transform:rotate(0)}
100%{-webkit-transform:rotate(360deg)}
}
@keyframes spin{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}