.AwayCheckoutGraphic{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;background-color:#fff;padding:25px}.AwayCheckoutGraphic__logo{align-self:center}.AwayCheckoutGraphic__header{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;padding:16px 0;border-bottom:1px solid #cfd7df}.AwayCheckoutGraphic__title{font:var(--fontWeightNormal) 15px/1.6 var(--fontFamily);color:#364657;letter-spacing:.2px}.AwayCheckoutGraphic__cartItems{font:var(--fontWeightNormal) 13px/1.53 var(--fontFamily);color:#425466;letter-spacing:.2px}.AwayCheckoutGraphic__products{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.AwayCheckoutGraphic__product{display:-webkit-box;display:flex;padding:24px 0;border-bottom:1px solid #cfd7df}.AwayCheckoutGraphic__product:last-of-type{border-bottom:none}.AwayCheckoutGraphic__productDetails{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-flex:1;flex:1;margin-left:12px}.AwayCheckoutGraphic__productName{font:var(--fontWeightBold) 13px/1.53 var(--fontFamily);color:#0a2540;letter-spacing:.2px}.AwayCheckoutGraphic__productColor{font:var(--fontWeightNormal) 13px/1.53 var(--fontFamily);color:#6b7c93;letter-spacing:.2px;margin:0 0 8px}.AwayCheckoutGraphic__stepperContainer{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center}.AwayCheckoutGraphic__stepper{position:relative;padding:7px 29px;border:1px solid #0a2540;font:var(--fontWeightNormal) 13px/1 var(--fontFamily);text-align:center;color:#0a2540}.AwayCheckoutGraphic__stepper:after,.AwayCheckoutGraphic__stepper:before{position:absolute;top:50%;-webkit-transform:translateY(-50%) translateY(-1px);transform:translateY(-50%) translateY(-1px);font:var(--fontWeightNormal) 11px/1 var(--fontFamily);color:#0a2540}.AwayCheckoutGraphic__stepper:before{content:"-";left:13px}.AwayCheckoutGraphic__stepper:after{content:"+";right:11px}.AwayCheckoutGraphic__productTotal{font:var(--fontWeightNormal) 13px/1.53 var(--fontFamily);color:#0a2540;letter-spacing:.2px}.AwayCheckoutGraphic__footer{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:auto;border-top:1px solid #cfd7df}.AwayCheckoutGraphic__total{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;padding:16px 0}.AwayCheckoutGraphic__totalAmount,.AwayCheckoutGraphic__totalLabel{font:var(--fontWeightNormal) 13px/1.53 var(--fontFamily);letter-spacing:.2px;color:#0a2540}.AwayCheckoutGraphic__totalAmount{font-weight:var(--fontWeightBold)}.AwayCheckoutGraphic__payButton{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;width:100%;padding:7px 0;border-radius:4px;margin:8px 0 0;text-transform:uppercase;color:#fff;font-weight:500;font-size:11px;letter-spacing:.2px}.AwayCheckoutGraphic__payButton--applePay{background:#0a2540}.AwayCheckoutGraphic__payButton--checkout{background:#012169}.AwayCheckoutGraphic__overlay{position:absolute;top:0;left:0;bottom:0;right:0;background:#0b3055;opacity:.2}