@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Roboto;
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ABc9.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format("truetype")
}

@keyframes pp-rotate {
  0% {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(1turn)
  }
}

@keyframes pp-opacity {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.payplugPopin {
  display: none;
  left: 50%;
  max-width: 80vw;
  opacity: 0;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  z-index: 5004
}

@media (max-width: 767px) {
  .payplugPopin {
    max-width: 98vw
  }
}

.payplugPopin:before {
  background: rgba(0, 0, 0, .2);
  content: "";
  height: 100vh;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1
}

.payplugPopin_content {
  background: #fff;
  max-height: 80vh;
  overflow-y: auto;
  padding: 15px 30px;
  z-index: 1
}

@media (max-width: 767px) {
  .payplugPopin_content {
    max-height: 98vh
  }
}

.payplugPopin_close {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 20px;
  line-height: 24px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 5px;
  text-indent: 24px;
  top: 5px;
  width: 20px;
  z-index: 1
}

.payplugPopin_close:focus {
  outline: 0
}

.payplugPopin_close:after, .payplugPopin_close:before {
  background: #303030;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%
}

.payplugPopin_close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.payplugPopin_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.payplugPopin.-open {
  display: block
}

.payplugPopin.-show {
  opacity: 1
}

.payplugMsg_wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.payplugMsg_error {
  color: #e56876;
  text-align: center
}

@media (max-width: 767px) {
  .payplugPopin .payplugMsg_error {
    max-width: 100%;
    width: calc(100vw - 30px)
  }
}

.payplugMsg_button {
  background: #00ab7a;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  height: 32px;
  margin: 5px 0 0;
  outline: none;
  padding: 0 16px;
  width: auto
}

.payplugMsg_declineButton {
  background: #696969;
  margin-left: 7.5px
}

.payplugMsg_confirmButton, .payplugMsg_declineButton {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 61.15px
}

.payplugMsg_confirmButton {
  margin-right: 7.5px
}

.payplugMsg_text {
  margin-top: 10px;
  text-align: center
}

.payplugPaymentOption label {
  margin: 0;
  text-align: left
}

.payplugPaymentOption img {
  margin: 0 12px 0 5px;
  max-height: 30px
}

@media (max-width: 1023px) {
  .payplugPaymentOption img {
    display: none
  }
}

.payplugPaymentOption.without_fees img {
  width: 200px
}

.payplugIntegratedPayment {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 400px;
  padding: 20px 0 30px;
  width: 100%
}

.payplugIntegratedPayment.-loaded {
  display: flex
}

.payplugIntegratedPayment_select {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 36px;
  margin: 0 0 10px;
  padding: 0 8px;
  width: 100%
}

.payplugIntegratedPayment_container {
  display: flex;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  width: 100%
}

.payplugIntegratedPayment_container.-cardHolder, .payplugIntegratedPayment_container.-cvv, .payplugIntegratedPayment_container.-exp, .payplugIntegratedPayment_container.-pan {
  border: 1px solid #d5d6d8;
  border-radius: 2px;
  cursor: text;
  height: 40px;
  line-height: 40px;
  padding: 0 16px 0 50px;
  -webkit-transition: border .4s;
  -moz-transition: border .4s;
  -ms-transition: border .4s;
  -o-transition: border .4s;
  transition: border .4s
}

.payplugIntegratedPayment_container.-cardHolder:before, .payplugIntegratedPayment_container.-cvv:before, .payplugIntegratedPayment_container.-exp:before, .payplugIntegratedPayment_container.-pan:before {
  background: #95999e 50% no-repeat;
  background-size: 100% auto;
  content: "";
  height: 24px;
  left: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px
}

.payplugIntegratedPayment_container.-cardHolder.-focus, .payplugIntegratedPayment_container.-cvv.-focus, .payplugIntegratedPayment_container.-exp.-focus, .payplugIntegratedPayment_container.-pan.-focus {
  border-color: #2b343d
}

.payplugIntegratedPayment_container.-cardHolder.-invalid, .payplugIntegratedPayment_container.-cvv.-invalid, .payplugIntegratedPayment_container.-exp.-invalid, .payplugIntegratedPayment_container.-pan.-invalid {
  border-color: #e91932
}

.payplugIntegratedPayment_container.-cardHolder:before {
  mask-image: url(../img/integrated/account.svg);
  -webkit-mask-image: url(../img/integrated/account.svg)
}

.payplugIntegratedPayment_container.-pan:before {
  -webkit-mask-image: url(../img/integrated/card.svg);
  mask-image: url(../img/integrated/card.svg)
}

.payplugIntegratedPayment_container.-cvv, .payplugIntegratedPayment_container.-exp {
  max-width: calc(50% - 5px);
  width: 100%
}

.payplugIntegratedPayment_container.-cvv:before {
  mask-image: url(../img/integrated/lock.svg);
  -webkit-mask-image: url(../img/integrated/lock.svg)
}

.payplugIntegratedPayment_container.-exp:before {
  mask-image: url(../img/integrated/calendar.svg);
  -webkit-mask-image: url(../img/integrated/calendar.svg)
}

.payplugIntegratedPayment_container.-scheme {
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  height: 22px;
  justify-content: space-between;
  margin: 10px 0;
  text-transform: uppercase
}

.payplugIntegratedPayment_container.-saveCard {
  align-items: center;
  display: flex;
  height: auto;
  padding: 10px 0 0
}

.payplugIntegratedPayment_container.-saveCard label {
  color: #918f8f;
  cursor: pointer;
  font-size: 12px;
  margin: 0;
  -webkit-transition: color .4s;
  -moz-transition: color .4s;
  -ms-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s
}

.payplugIntegratedPayment_container.-saveCard label span {
  border: 1px solid #d5d6d8;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 0 10px -3px 0;
  position: relative;
  -webkit-transition: border .4s;
  -moz-transition: border .4s;
  -ms-transition: border .4s;
  -o-transition: border .4s;
  transition: border .4s;
  width: 16px
}

.payplugIntegratedPayment_container.-saveCard label span:before {
  border: 2.5px solid #2b343d;
  border-radius: 1px;
  border-right: none;
  border-top: none;
  content: "";
  display: block;
  height: 6px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -55%) rotate(-48deg);
  -moz-transform: translate(-50%, -55%) rotate(-48deg);
  -ms-transform: translate(-50%, -55%) rotate(-48deg);
  -o-transform: translate(-50%, -55%) rotate(-48deg);
  transform: translate(-50%, -55%) rotate(-48deg);
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  width: 12px
}

.payplugIntegratedPayment_container.-saveCard label input {
  display: none
}

.payplugIntegratedPayment_container.-saveCard label:hover {
  color: #2b343d
}

.payplugIntegratedPayment_container.-saveCard label:hover span {
  border-color: #2b343d
}

.payplugIntegratedPayment_container.-saveCard.-checked label {
  color: #2b343d
}

.payplugIntegratedPayment_container.-saveCard.-checked label span {
  border-color: #2b343d
}

.payplugIntegratedPayment_container.-saveCard.-checked label span:before {
  opacity: 1
}

.payplugIntegratedPayment_container.-deferred {
  background: #e9eaeb;
  color: #2b343d;
  display: block;
  font-size: 12px;
  margin: 10px 0;
  padding: 4px 15px;
  text-align: center
}

.payplugIntegratedPayment_error {
  color: #e91932;
  display: flex;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: -10px 0 10px;
  padding-left: 4px;
  width: 100%
}

.payplugIntegratedPayment_error.-cardHolder {
  margin: -10px 0 0
}

.payplugIntegratedPayment_error.-cvv, .payplugIntegratedPayment_error.-exp {
  max-width: calc(50% - 5px);
  width: 100%
}

.payplugIntegratedPayment_error.-cvv {
  justify-self: flex-end;
  margin: -10px 0 10px auto
}

.payplugIntegratedPayment_error .-hide {
  display: none
}

.payplugIntegratedPayment_error.-api, .payplugIntegratedPayment_error.-fields, .payplugIntegratedPayment_error.-payment {
  align-items: center;
  background: rgba(233, 25, 50, .08);
  color: #e91932;
  display: none;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 18px;
  margin: 10px 0 0;
  padding: 4px 0;
  text-align: center;
  width: 100%
}

.payplugIntegratedPayment_error.-api.-show, .payplugIntegratedPayment_error.-fields.-show, .payplugIntegratedPayment_error.-payment.-show {
  display: flex
}

.payplugIntegratedPayment_scheme {
  margin: 0
}

.payplugIntegratedPayment_schemes {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 115px
}

.payplugIntegratedPayment_scheme span {
  background: 50% no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  display: block;
  height: 22px;
  width: 33px
}

.payplugIntegratedPayment_scheme span:before {
  background: 50% no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  width: 100%
}

.payplugIntegratedPayment_scheme input {
  display: none
}

.payplugIntegratedPayment_scheme input:checked + span:before {
  opacity: 1
}

.payplugIntegratedPayment_scheme.-visa span {
  background-image: url(../img/integrated/visa-dark.svg)
}

.payplugIntegratedPayment_scheme.-visa span:before {
  background-image: url(../img/integrated/visa.svg)
}

.payplugIntegratedPayment_scheme.-mastercard span {
  background-image: url(../img/integrated/mastercard-dark.svg)
}

.payplugIntegratedPayment_scheme.-mastercard span:before {
  background-image: url(../img/integrated/mastercard.svg)
}

.payplugIntegratedPayment_scheme.-cb span {
  background-image: url(../img/integrated/cb-dark.svg)
}

.payplugIntegratedPayment_scheme.-cb span:before {
  background-image: url(../img/integrated/cb.svg)
}

.payplugIntegratedPayment .ipOverlay {
  background-color: rgba(25, 25, 25, .5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100
}

.payplugIntegratedPayment .ipOverlay_inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.payplugIntegratedPayment .ipOverlay_content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.payplugIntegratedPayment .ipOverlay_spinner {
  animation: spin 1s linear infinite;
  border: 2px solid hsla(0, 0%, 100%, .05);
  border-radius: 100%;
  border-top-color: #fff;
  display: inline-block;
  height: 75px;
  left: 50%;
  position: fixed;
  top: 50%;
  width: 75px
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(1turn)
  }
}

.payplugOneyCta {
  display: inline-block;
  max-width: 100%;
  position: relative;
  z-index: 2
}

.payplugOneyCta_button {
  align-items: center;
  background: none;
  border: none;
  color: #2f2930;
  cursor: pointer;
  display: flex;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-size: 11px;
  font-weight: 400;
  margin: 0;
  max-width: 100%;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: color .4s;
  -moz-transition: color .4s;
  -ms-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s
}

.payplugOneyCta_button:hover {
  color: #7ebd00
}

.payplugOneyCta_button:focus {
  outline: 0
}

@media (max-width: 767px) {
  .payplugOneyCta_button {
    position: relative
  }
}

.payplugOneyCta_button.-disabled, .payplugOneyCta_button.-disabled:hover {
  color: #b2b2b2
}

.payplugOneyCta_button span {
  font: inherit;
  white-space: nowrap
}

.payplugOneyCta img {
  display: block;
  height: auto;
  max-width: 100%
}

.payplugOneyCta_logo {
  background-size: 110%;
  height: 30px;
  margin: 0 0 0 5px;
  width: 140px
}

.payplugOneyCta_logo.-withoutFees {
  margin: .5em .25em .5em .75em;
  min-height: 40px;
  width: 150px
}

.payplugOneyCta_tooltip {
  height: 14px;
  width: 14px
}

.payplugOneyCta_field {
  background: rgba(128, 188, 0, .1);
  height: 46px;
  padding: 0 8px !important;
  text-align: right
}

@media (max-width: 767px) {
  .payplugOneyCta_field {
    background: transparent;
    height: auto
  }
}

.payplugOneyCta.-checkout {
  margin-top: 8px
}

.payplugOneyCta.-open {
  z-index: 4
}

.payplugOneyError {
  clear: both;
  color: #a91526;
  display: none;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 16px;
  padding: 0 15px;
  width: 100%
}

.payplugOneyLoader {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.payplugOneyLoader_spinner {
  align-items: center;
  display: flex;
  font-size: 30px;
  height: 1em;
  justify-content: center;
  position: relative;
  width: 1em
}

.payplugOneyLoader_spinner span, .payplugOneyLoader_spinner:after, .payplugOneyLoader_spinner:before {
  animation: pp-rotate 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  border: .1em solid transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-top-color: #7ebd00;
  box-sizing: border-box;
  display: block;
  height: 90%;
  position: absolute;
  width: 90%
}

.payplugOneyLoader_spinner:after, .payplugOneyLoader_spinner:before {
  content: ""
}

.payplugOneyLoader_spinner:before {
  animation-delay: -.45s
}

.payplugOneyLoader_spinner span {
  animation-delay: -.3s
}

.payplugOneyLoader_spinner:after {
  animation-delay: -.15s
}

.payplugOneyLoader_message {
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
  justify-content: center;
  padding: 8px 8px 0;
  white-space: nowrap
}

.payplugOneyLoader_message i {
  animation: pp-opacity 1.8s cubic-bezier(.5, 0, .5, 1) infinite reverse
}

.payplugOneyLoader_message i:first-child {
  animation-delay: -.6s
}

.payplugOneyLoader_message i:nth-child(2) {
  animation-delay: -.4s
}

.payplugOneyLoader_message i:nth-child(3) {
  animation-delay: -.2s
}

.payplugOneyLogo {
  background: 50% no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%
}

.payplugOneyLogo.-x3 {
  background-image: url(../img/oney/x3_with_fees.svg)
}

.-disabled .payplugOneyLogo.-x3 {
  background-image: url(../img/oney/x3_with_fees_alt.svg)
}

.payplugOneyLogo.-x3.-withoutFees {
  background-image: url(../img/oney/x3_without_fees_FR.svg)
}

.-disabled .payplugOneyLogo.-x3.-withoutFees {
  background-image: url(../img/oney/x3_without_fees_FR_alt.svg)
}

.payplugOneyLogo.-x3.-withoutFees.-isItalian {
  background-image: url(../img/oney/x3_without_fees_IT.svg)
}

.-disabled .payplugOneyLogo.-x3.-withoutFees.-isItalian {
  background-image: url(../img/oney/x3_without_fees_IT_alt.svg)
}

.payplugOneyLogo.-x3x4 {
  background-image: url(../img/oney/x3x4_with_fees.svg)
}

.-disabled .payplugOneyLogo.-x3x4 {
  background-image: url(../img/oney/x3x4_with_fees_alt.svg)
}

.payplugOneyLogo.-x3x4.-withoutFees {
  background-image: url(../img/oney/x3x4_without_fees_FR.svg)
}

.-disabled .payplugOneyLogo.-x3x4.-withoutFees {
  background-image: url(../img/oney/x3x4_without_fees_FR_alt.svg)
}

.payplugOneyLogo.-x3x4.-withoutFees.-isItalian {
  background-image: url(../img/oney/x3x4_without_fees_IT.svg)
}

.-disabled .payplugOneyLogo.-x3x4.-withoutFees.-isItalian {
  background-image: url(../img/oney/x3x4_without_fees_IT_alt.svg)
}

.payplugOneyLogo.-x4 {
  background-image: url(../img/oney/x4_with_fees.svg)
}

.-disabled .payplugOneyLogo.-x4 {
  background-image: url(../img/oney/x4_with_fees_alt.svg)
}

.payplugOneyLogo.-x4.-withoutFees {
  background-image: url(../img/oney/x4_without_fees_FR.svg)
}

.-disabled .payplugOneyLogo.-x4.-withoutFees {
  background-image: url(../img/oney/x4_without_fees_FR_alt.svg)
}

.payplugOneyLogo.-x4.-withoutFees.-isItalian {
  background-image: url(../img/oney/x4_without_fees_IT.svg)
}

.-disabled .payplugOneyLogo.-x4.-withoutFees.-isItalian {
  background-image: url(../img/oney/x4_without_fees_IT_alt.svg)
}

.payplugOneyLogo.-tooltip {
  background-image: url(../img/oney/tooltip.svg)
}

.-disabled .payplugOneyLogo.-tooltip {
  background-image: url(../img/oney/tooltip-alt.svg)
}

.payplugOneyPopin {
  color: #777;
  display: none;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  opacity: 0;
  padding: 15px;
  right: 35px;
  text-align: left;
  top: 0;
  -webkit-transform: translateY(-15%);
  -moz-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  -o-transform: translateY(-15%);
  transform: translateY(-15%);
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  width: 350px
}

.payplugOneyPopin, .payplugOneyPopin:after {
  background: #fff;
  border: 2px solid #7ebd00;
  position: absolute
}

.payplugOneyPopin:after {
  border-bottom: none;
  border-left: none;
  content: "";
  height: 24px;
  right: -2px;
  top: 17.5%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -moz-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  -o-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  width: 24px;
  z-index: -1
}

.-error.payplugOneyPopin:after {
  border-color: #b2b2b2
}

@media (max-width: 767px) {
  .payplugOneyPopin:after {
    display: none
  }

  .payplugOneyPopin {
    background: transparent;
    border: 1px solid transparent;
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    right: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: max-height .4s, border .4s, padding .4s;
    -moz-transition: max-height .4s, border .4s, padding .4s;
    -ms-transition: max-height .4s, border .4s, padding .4s;
    -o-transition: max-height .4s, border .4s, padding .4s;
    transition: max-height .4s, border .4s, padding .4s;
    width: 100%
  }

  .payplugOneyPopin .payplugOneyLoader {
    display: none;
    margin: 15px 0
  }

  .-open .payplugOneyPopin .payplugOneyLoader {
    display: flex
  }
}

.payplugOneyPopin.-open {
  display: block
}

@media (max-width: 767px) {
  .payplugOneyPopin.-open {
    background: #fff;
    border: 1px solid #7ebd00;
    max-height: 750px
  }
}

.payplugOneyPopin.-show {
  opacity: 1
}

.payplugOneyPopin.-error {
  border-color: #b2b2b2;
  max-width: 300px;
  padding: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  width: 100vw
}

.payplugOneyPopin.-error:after {
  top: 50%
}

@media (max-width: 767px) {
  .payplugOneyPopin.-error {
    background: transparent;
    border: 1px solid transparent;
    padding: 0 8px;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%
  }

  .payplugOneyPopin-open.payplugOneyPopin.-error {
    background: hsla(0, 0%, 70%, .1);
    border-color: #b2b2b2;
    padding: 8px
  }
}

.payplugOneyPopin.-loading {
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto
}

.payplugOneyPopin.-loading:after {
  top: 50%
}

@media (max-width: 767px) {
  .payplugOneyPopin.-loading {
    display: flex;
    justify-content: center;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%
  }
}

.payplugOneyPopin.-isItalian.-withoutFees .payplugOneyPopin_title {
  background: url(../img/oney/logo_it_withoutfees.svg) 0 5px no-repeat
}

.payplugOneyPopin_title {
  background: url(../img/oney/logo.svg) -11px 0 no-repeat;
  -webkit-background-size: auto 38px;
  background-size: auto 36px;
  color: #7ebd00;
  display: block;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 18px;
  padding: 36px 0 0
}

.payplugOneyPopin_title strong {
  display: block;
  text-transform: uppercase
}

@media (max-width: 767px) {
  .payplugOneyPopin_title {
    margin: 15px 0 24px
  }
}

ul.payplugOneyPopin_navigation {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%
}

ul.payplugOneyPopin_navigation li {
  border: 1px solid #e5e5e5;
  margin: 0;
  padding: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s
}

ul.payplugOneyPopin_navigation li:first-child {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0
}

ul.payplugOneyPopin_navigation li:last-child {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px
}

ul.payplugOneyPopin_navigation li:before {
  display: none
}

ul.payplugOneyPopin_navigation li + li {
  margin: -1px 0 0
}

ul.payplugOneyPopin_navigation li button {
  background: transparent;
  border: none;
  color: #b2b2b2;
  cursor: pointer;
  height: 32px;
  outline: 0;
  padding: 0 16px;
  text-align: left;
  width: 100%
}

ul.payplugOneyPopin_navigation li.selected, ul.payplugOneyPopin_navigation li:hover {
  border: 1px solid #7ebd00;
  z-index: 2
}

ul.payplugOneyPopin_navigation li.selected button, ul.payplugOneyPopin_navigation li:hover button {
  color: #777;
  font-weight: 700
}

ul.payplugOneyPopin_navigation li.selected {
  background: rgba(126, 189, 0, .15)
}

.payplugOneyPopin_option {
  display: none;
  font-size: 12px;
  line-height: 17px;
  padding: 4px;
  position: relative;
  width: 100%
}

.payplugOneyPopin_option.-show {
  display: block
}

.payplugOneyPopin_option p, .payplugOneyPopin_option ul {
  margin: 0
}

.payplugOneyPopin_option ul {
  padding: 0
}

.payplugOneyPopin_option ul li {
  margin: 0;
  padding: 0
}

.payplugOneyPopin_option ul li:before {
  display: none
}

.payplugOneyPopin_option p {
  padding: 4px 0
}

.payplugOneyPopin_option li, .payplugOneyPopin_option p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 17px;
  width: 100%
}

.payplugOneyPopin_option li:first-child, .payplugOneyPopin_option li:last-child, .payplugOneyPopin_option p:first-child, .payplugOneyPopin_option p:last-child {
  padding: 4px 0
}

.payplugOneyPopin_option li small, .payplugOneyPopin_option p small {
  display: block;
  width: 100%
}

.payplugOneyPopin_option[data-type="3x"] ul li:last-child {
  padding: 21px 0 4px
}

.payplugOneyPopin_legal {
  border-top: 1px solid #7ebd00;
  color: #8a8a8a;
  display: block;
  font-size: 10px;
  line-height: 1.2em;
  padding: 8px 0 0;
  white-space: normal
}

.payplugOneyPopin_legal a {
  color: #7ebd00
}

@media (max-width: 767px) {
  .payplugOneyPopin_legal {
    padding: 10px 0 15px
  }
}

.payplugOneyPopin_close {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 15px;
  text-indent: 24px;
  top: 15px;
  width: 24px
}

.payplugOneyPopin_close:focus {
  outline: 0
}

.payplugOneyPopin_close:after, .payplugOneyPopin_close:before {
  background: #7ebd00;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%
}

.payplugOneyPopin_close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.payplugOneyPopin_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.payplugOneyPopin_error {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  white-space: normal
}

.payplugOneyPopin_external {
  display: block;
  font-weight: 700;
  text-decoration: underline
}

.payplugOneyRequired {
  align-items: center;
  background: transparent;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 15px;
  justify-content: space-between;
  padding: 0;
  width: 100%
}

@media (max-width: 767px) {
  .payplugOneyRequired {
    max-width: 100%;
    width: calc(100vw - 30px)
  }
}

.payplugOneyRequired:focus {
  outline: 0
}

.payplugOneyRequired_overlay {
  align-items: center;
  background: transparent;
  display: flex;
  justify-content: center;
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  -webkit-transition: max-height .4s;
  -moz-transition: max-height .4s;
  -ms-transition: max-height .4s;
  -o-transition: max-height .4s;
  transition: max-height .4s;
  width: 100%
}

.payplugOneyRequired_overlay.-show {
  max-height: 10000vh
}

.payplugOneyRequired_wrapper {
  padding: 24px 0 0;
  position: relative
}

.payplugOneyRequired_wrapper:before {
  border-top: 1px solid #7ebd00;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px
}

.payplugOneyRequired_close {
  background: none;
  border: none;
  color: #7ebd00;
  cursor: pointer;
  display: block;
  height: 24px;
  line-height: 24px;
  margin: 0 0 15px;
  text-align: center;
  width: 100px
}

.payplugOneyRequired_close:focus {
  outline: 0
}

.payplugOneyRequired_close.-button {
  background: #7ebd00;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  height: 32px;
  margin: 15px 0 0;
  outline: none;
  padding: 0 16px;
  width: auto
}

.payplugOneyRequired_title {
  color: #7ebd00;
  display: block;
  font-size: 14px;
  padding: 8px 0 16px;
  text-transform: uppercase
}

.payplugOneyRequired_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  width: 100%
}

.payplugOneyRequired_fieldset {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px;
  max-width: calc(50% - 30px);
  padding: 0 15px;
  position: relative;
  width: 100%
}

.payplugOneyRequired_fieldset.-same {
  margin: auto;
  max-width: 100%
}

@media (max-width: 767px) {
  .payplugOneyRequired_fieldset {
    max-width: 100%
  }

  .payplugPopin .payplugOneyRequired_fieldset {
    padding: 16px 0 0
  }
}

.payplugOneyRequired_sectionName {
  color: #00ab7a;
  font-size: 15px;
  margin: 0 0 4px;
  text-align: center
}

.payplugOneyRequired_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.payplugOneyRequired_group p {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 3px;
  width: 100%
}

.payplugOneyRequired_group + .payplugOneyRequired_group {
  margin: 10px 0 0
}

.payplugOneyRequired_field {
  width: 100%
}

.payplugOneyRequired_field.-city, .payplugOneyRequired_field.-firstname, .payplugOneyRequired_field.-lastname, .payplugOneyRequired_field.-postcode {
  width: calc(50% - 2.5px)
}

.payplugOneyRequired_input {
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  height: 36px;
  margin: 0 0 5px;
  padding: 0 8px;
  width: 100%
}

.payplugOneyRequired_input.-error {
  border: 1px solid #e56876
}

.payplugOneyRequired_validate {
  display: flex;
  justify-content: center;
  width: 100%
}

.payplugOneyRequired_button {
  cursor: pointer;
  margin: 10px 0
}

.payplugOneyRequired_button, .payplugOneyRequired_submit {
  background: #7ebd00;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  height: 50px;
  width: 200px
}

.payplugOneyRequired_submit {
  margin: 16px 0 8px;
  outline: none
}

.payplugOneyRequired_message {
  display: none;
  font-size: 13px;
  margin: 10px 0 0;
  text-align: center
}

.payplugOneyRequired_message.-error {
  color: #e56876;
  display: block
}

.payplugOneyRequired_message.-success {
  color: #00ab7a;
  display: block
}

.payplugOneyRequired_validation {
  align-items: center;
  background: #fff;
  display: none;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  width: 100%
}

.payplugOneyRequired_validation span {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  justify-content: center
}

.payplugOneyRequired_validation span:first-child {
  color: #7ebd00;
  font-size: 12px;
  margin: 0 0 15px
}

.payplugOneyRequired_validation span:first-child:before {
  border: 4px solid #7ebd00;
  border-right: none;
  border-top: none;
  content: "";
  display: block;
  height: 15px;
  margin: 0 0 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px
}

.payplugOneyRequired_validation.-show {
  display: flex
}

.payplugOneyRequired_validation.-appear {
  opacity: 1
}

.payplugOneySchedule {
  border: 1px solid #7ebd00;
  border-left: none;
  border-right: none;
  font-size: 12px;
  line-height: 17px;
  margin: -10px 0 5px -8px;
  padding: 12px 0;
  position: relative;
  width: 100%
}

.payplugOneySchedule ul {
  color: #2f2930;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 600;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%
}

.payplugOneySchedule ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 21px;
  padding: 0
}

.payplugOneySchedule ul li span {
  display: flex;
  font-weight: 600
}

.payplugOneySchedule ul li span:first-child {
  font-weight: 500
}

.payplugOneySchedule ul li:last-child {
  padding: 12px 0 0
}

.-withoutFees.payplugOneySchedule ul li:last-child {
  padding: 0
}

.payplugOneySchedule ul li small {
  display: block;
  font-weight: 400;
  width: 100%
}

.payplugOneyScheduleCGV {
  color: #7a7a7a;
  display: block;
  font-size: 13px;
  margin: 5px 0 15px -8px
}
