@font-face {
  font-family: walsheim;
  src: url("../fonts/GT-Walsheim-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: walsheim;
  src: url("../fonts/GT-Walsheim-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: walsheim;
  src: url("../fonts/GT-Walsheim-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: walsheim;
  src: url("../fonts/GT-Walsheim-Bold.otf");
  font-weight: 600;
}
/* HTML ELEMENTS */
/* #54565B */
/* STYLES */
/* RESPONSIVE */
.oney-popup-wrapper {
  margin: 0 auto;
  width: 680px;
  border: 1px solid #81BC00;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'walsheim', sans-serif;
}
.oney-popup-wrapper .clr {
  clear: both;
}
.oney-popup-wrapper .hide {
  display: none;
}
.oney-popup-wrapper #oney-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 30px 0px 30px;
  font-size: 21px;
  color: #81BC00;
  line-height: 1.3;
  text-transform: uppercase;
}
.oney-popup-wrapper #oney-header p {
  margin: 0 0 0 30px;
  font-weight: 300;
}
.oney-popup-wrapper #oney-header p b {
  font-weight: 500;
}
.oney-popup-wrapper .header-logo {
  width: 180px;
  margin-top: 10px;
}
.oney-popup-wrapper .close-popup {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
  width: 10px;
}
.oney-popup-wrapper .close-popup:hover {
  cursor: pointer;
}
.oney-popup-wrapper #oney-section {
  padding: 20px 20px 0 20px;
  background-color: #FFFFFF;
  color: #81BC00;
}
.oney-popup-wrapper .steps {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 465px;
  margin: 0 auto 12px auto;
}
.oney-popup-wrapper .steps img {
  position: relative;
  z-index: 2;
  width: 35px;
}
.oney-popup-wrapper .steps:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 1%;
  width: 98%;
  height: 2px;
  background-color: #81BC00;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.oney-popup-wrapper .steps-descriptions {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.oney-popup-wrapper .step-desc {
  width: 180px;
  padding: 13px 10px 10px 10px;
  justify-content: center;
  flex-direction: column;
  align-self: stretch;
  border: 1px solid #81BC00;
  border-radius: 10px;
  text-align: center;
}
.oney-popup-wrapper .step-desc p {
  font-size: 14px;
  margin: 0 0 0 0;
  font-weight: 300;
  line-height: 1.3;
  color: #54565B;
}
.oney-popup-wrapper .step-desc__title {
  font-size: 18px;
  font-weight: 600;
}
.oney-popup-wrapper .payement-method {
  width: 130px;
  margin-top: 0px;
}
.oney-popup-wrapper .threeorfour {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0;
}
.oney-popup-wrapper .threeorfour img {
  height: 22px;
}
.oney-popup-wrapper .threeorfour p {
  margin: 0 7px 0 10px;
}
.oney-popup-wrapper #oney-footer {
  background-color: #FFFFFF;
  color: #7E7E7D;
  padding: 20px 25px 15px 25px;
}
.oney-popup-wrapper #oney-footer p {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  text-align: justify;
}
.oney-popup-wrapper #oney-footer a {
  font-size: 11px;
  color: #7E7E7D;
  text-decoration: underline;
}

@media screen and (max-device-width: 939px) {
  .steps {
    width: 520px;
  }
}
@media screen and (max-width: 939px) {
  .steps {
    width: 520px;
  }
}
@media screen and (max-device-width: 749px) {
  .oney-popup-wrapper {
    position: relative;
    width: 320px;
  }
  .oney-popup-wrapper #oney-header {
    flex-direction: column;
  }
  .oney-popup-wrapper #oney-header p {
    margin: 15px 0 0 0;
    text-align: center;
  }
  .oney-popup-wrapper .steps {
    position: absolute;
    width: 60px;
    height: 335px;
    top: 225px;
    left: 20px;
    flex-direction: column;
  }
  .oney-popup-wrapper .steps:after {
    width: 2px;
    height: 98%;
    left: 50%;
    top: 1%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }
  .oney-popup-wrapper .steps-descriptions {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .oney-popup-wrapper .step-desc {
    margin: 0 0 15px 0;
    align-self: initial;
    width: 170px;
    height: 100px;
    padding: 15px 10px;
  }
  .oney-popup-wrapper #oney-section {
    padding: 30px 30px 0 20px;
  }
  .oney-popup-wrapper #oney-footer {
    padding: 10px 30px 15px 30px;
  }
}
@media screen and (max-width: 749px) {
  .oney-popup-wrapper {
    position: relative;
    width: 320px;
  }
  .oney-popup-wrapper #oney-header {
    flex-direction: column;
  }
  .oney-popup-wrapper #oney-header p {
    margin: 15px 0 0 0;
    text-align: center;
  }
  .oney-popup-wrapper .steps {
    position: absolute;
    width: 60px;
    height: 335px;
    top: 225px;
    left: 20px;
    flex-direction: column;
  }
  .oney-popup-wrapper .steps:after {
    width: 2px;
    height: 98%;
    left: 50%;
    top: 1%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }
  .oney-popup-wrapper .steps-descriptions {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .oney-popup-wrapper .step-desc {
    margin: 0 0 15px 0;
    align-self: initial;
    width: 170px;
    height: 100px;
    padding: 15px 10px;
  }
  .oney-popup-wrapper #oney-section {
    padding: 30px 30px 0 20px;
  }
  .oney-popup-wrapper #oney-footer {
    padding: 10px 30px 15px 30px;
  }
}

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