.pop-box .paypal-container {
  padding: 38px;
  max-width: 694px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 21px;
  box-sizing: border-box;
  margin: auto;
  box-shadow: 0 0 5px #f4f5f6;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .pop-box .paypal-container .paypal_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 40px;
    font-weight: 800;
    color: #223265;
    line-height: 60px;
    margin-bottom: 30px; }
    .pop-box .paypal-container .paypal_header p {
      font-size: 30px; }
  .pop-box .paypal-container .pop-close {
    position: absolute;
    right: -40px;
    top: 0px;
    cursor: pointer; }
  @media screen and (max-width: 650px) {
    .pop-box .paypal-container {
      width: 90%; }
      .pop-box .paypal-container .pop-close {
        position: absolute;
        right: 0px;
        top: -25px;
        cursor: pointer; } }

/*# sourceMappingURL=payModePopStyle.css.map */
