.webview-checkout-bar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 14px;
  margin:0 0 10px 0;
  border-bottom:1px solid #e5e5e5;
  background:#fff;
}

.webview-checkout-bar a{
  text-decoration:none;
  font-weight:600;
}

.webview-checkout-back{
  display:inline-flex;
  align-items:center;
}