.checkout-screen{background-color:#f5f5f5;min-height:calc(100vh - 280px)}.checkout-screen .card{background:#7a95c6;color:#fff;justify-content:center;margin:auto}.checkout-screen #stripe-element-mount-point{border:1px solid #00f}.checkout-screen .checkout{width:100%;background:#fff;border-radius:10px}.checkout-screen .checkout .temp-price{display:flex;justify-content:space-between;align-items:center}.checkout-screen .checkout .temp-price .price-num{font-weight:500}.checkout-screen .checkout .prices-total{border-top:1px solid #f2f2f2}.checkout-screen .checkout .prices-total .price{display:flex;justify-content:space-between;align-items:center}.checkout-screen .checkout .prices-total .price .price-num{color:#fe3834;font-size:28px;font-weight:600;text-align:right}.checkout-screen .checkout .prices-total .price .price-num .vat{font-size:16px;color:#000;font-weight:500}.checkout-screen .custom-button-paypal{background:#ffc439;border-radius:4px;width:90%;margin:auto}.checkout-screen .custom-button-paypal:hover{cursor:pointer;background:#fcb208}.checkout-screen .checkout-btn{background-color:#635bff}.checkout-screen .cancel-btn,.checkout-screen .checkout-btn{width:30%;border-radius:10px;font-size:17px;font-weight:600;color:#fff}.checkout-screen .cancel-btn{background-color:#fe3834}.checkout-screen .showmore-btn{width:auto;border-radius:10px;font-size:17px;font-weight:600;color:#fff;background-color:#e19c9b}.checkout-screen .input-card{margin-left:40px}.checkout-screen .input-card .check-box-card{margin:5px;margin-right:10px}.checkout-screen .input-card .select-card{width:240px}