/**
 * 2013 - 2021 PayPlug SAS
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0).
 * It is available through the world-wide-web at this URL:
 * https://opensource.org/licenses/osl-3.0.php
 * If you are unable to obtain it through the world-wide-web, please send an email
 * to contact@payplug.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PayPlug module to newer
 * versions in the future.
 *
 *  @author    PayPlug SAS
 *  @copyright 2013 - 2021 PayPlug SAS
 *  @license   https://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 *  International Registered Trademark & Property of PayPlug SAS
 */
@keyframes pp-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pp-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Payplug popin */
.payplugPopin {
  -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 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  max-width: 80vw;
  z-index: 5004;
}
@media (max-width: 767px) {
  .payplugPopin {
    max-width: 98vw;
  }
}
.payplugPopin:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.payplugPopin_content {
  z-index: 1;
  background: #fff;
  max-height: 80vh;
  overflow-y: auto;
  padding: 15px 30px;
}
@media (max-width: 767px) {
  .payplugPopin_content {
    max-height: 98vh;
  }
}
.payplugPopin_close {
  z-index: 1;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-indent: 24px;
  background: none;
  border: none;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
}
.payplugPopin_close:focus {
  outline: 0;
}
.payplugPopin_close:before,
.payplugPopin_close:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  background: #303030;
}
.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;
}
/* Payplug message */
.payplugMsg_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.payplugMsg_error {
  color: #e56876;
  text-align: center;
}
@media (max-width: 767px) {
  .payplugPopin .payplugMsg_error {
    width: calc(100vw - 30px);
    max-width: 100%;
  }
}
.payplugMsg_button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #00ab7a;
  width: auto;
  height: 32px;
  padding: 0 16px;
  color: #fff;
  border: none;
  font-size: 15px;
  outline: none;
  margin: 5px 0 0;
  cursor: pointer;
}
.payplugMsg_declineButton {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #696969;
  width: 61.15px;
  margin-left: 7.5px;
}
.payplugMsg_confirmButton {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 61.15px;
  margin-right: 7.5px;
}
.payplugMsg_text {
  margin-top: 10px;
}
/* Payplug payment option */
.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;
}
.payplugPaymentOption .custom-radio {
  margin-top: 0.25rem;
}
@media (max-width: 1023px) {
  .payplugPaymentOption .custom-radio {
    margin-top: 0;
  }
}
/* Oney cta */
.oneyCta {
  position: relative;
  z-index: 3;
  display: inline-block;
  max-width: 100%;
}
.oneyCta_button {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  display: flex;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  align-items: center;
  text-transform: uppercase;
  color: #2F2930;
  cursor: pointer;
  font-size: 11px;
  max-width: 100%;
}
.oneyCta_button:hover {
  color: #7ebd00;
}
.oneyCta_button:focus {
  outline: 0;
}
@media (max-width: 767px) {
  .oneyCta_button {
    position: relative;
  }
}
.oneyCta_button.-disabled {
  color: #b2b2b2;
}
.oneyCta_button.-disabled:hover {
  color: #b2b2b2;
}
.oneyCta_button span {
  font: inherit;
  white-space: nowrap;
}
.oneyCta img {
  display: block;
  max-width: 100%;
  height: auto;
}
.oneyCta_logo {
  width: 140px;
  height: 30px;
  background-size: 110%;
  margin: 0 0 0 5px;
}
.oneyCta_logo.-withoutFees {
  width: 150px;
  margin: 0.5em 0.25em 0.5em 0.75em;
  min-height: 40px;
}
.oneyCta_tooltip {
  width: 14px;
  height: 14px;
}
.oneyCta_field {
  height: 46px;
  background: rgba(128, 188, 0, 0.1);
  text-align: right;
  padding: 0 8px !important;
}
@media (max-width: 767px) {
  .oneyCta_field {
    height: auto;
    background: transparent;
  }
}
.oneyCta.-checkout {
  margin-top: 8px;
}
/* Oney Error */
.oneyError {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  color: #a91526;
  clear: both;
  padding: 0 15px;
  margin: 0 0 16px;
  display: none;
}
/* Oney Loader */
.oneyLoader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.oneyLoader_spinner {
  display: flex;
  font-size: 30px;
  width: 1em;
  height: 1em;
  position: relative;
  justify-content: center;
  align-items: center;
}
.oneyLoader_spinner span,
.oneyLoader_spinner:before,
.oneyLoader_spinner:after {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 90%;
  height: 90%;
  border: 0.1em solid #7ebd00;
  border-color: #7ebd00 transparent transparent transparent;
  animation: pp-rotate 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.oneyLoader_spinner:before,
.oneyLoader_spinner:after {
  content: "";
}
.oneyLoader_spinner:before {
  animation-delay: -0.45s;
}
.oneyLoader_spinner span {
  animation-delay: -0.3s;
}
.oneyLoader_spinner:after {
  animation-delay: -0.15s;
}
.oneyLoader_message {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 8px 8px 0;
  font-size: 16px;
}
.oneyLoader_message i {
  animation: pp-opacity 1.8s cubic-bezier(0.5, 0, 0.5, 1) infinite reverse;
}
.oneyLoader_message i:nth-child(1) {
  animation-delay: -0.6s;
}
.oneyLoader_message i:nth-child(2) {
  animation-delay: -0.4s;
}
.oneyLoader_message i:nth-child(3) {
  animation-delay: -0.2s;
}
/* Oney logo */
.oneyLogo {
  background: 50% no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.oneyLogo.-x3 {
  background-image: url(../img/oney/x3_with_fees.svg);
}
.-disabled .oneyLogo.-x3 {
  background-image: url(../img/oney/x3_with_fees_alt.svg);
}
.oneyLogo.-x3.-withoutFees {
  background-image: url(../img/oney/x3_without_fees_FR.svg);
}
.-disabled .oneyLogo.-x3.-withoutFees {
  background-image: url(../img/oney/x3_without_fees_FR_alt.svg);
}
.oneyLogo.-x3.-withoutFees.-isItalian {
  background-image: url(../img/oney/x3_without_fees_IT.svg);
}
.-disabled .oneyLogo.-x3.-withoutFees.-isItalian {
  background-image: url(../img/oney/x3_without_fees_IT_alt.svg);
}
.oneyLogo.-x3x4 {
  background-image: url(../img/oney/x3x4_with_fees.svg);
}
.-disabled .oneyLogo.-x3x4 {
  background-image: url(../img/oney/x3x4_with_fees_alt.svg);
}
.oneyLogo.-x3x4.-withoutFees {
  background-image: url(../img/oney/x3x4_without_fees_FR.svg);
}
.-disabled .oneyLogo.-x3x4.-withoutFees {
  background-image: url(../img/oney/x3x4_without_fees_FR_alt.svg);
}
.oneyLogo.-x3x4.-withoutFees.-isItalian {
  background-image: url(../img/oney/x3x4_without_fees_IT.svg);
}
.-disabled .oneyLogo.-x3x4.-withoutFees.-isItalian {
  background-image: url(../img/oney/x3x4_without_fees_IT_alt.svg);
}
.oneyLogo.-x4 {
  background-image: url(../img/oney/x4_with_fees.svg);
}
.-disabled .oneyLogo.-x4 {
  background-image: url(../img/oney/x4_with_fees_alt.svg);
}
.oneyLogo.-x4.-withoutFees {
  background-image: url(../img/oney/x4_without_fees_FR.svg);
}
.-disabled .oneyLogo.-x4.-withoutFees {
  background-image: url(../img/oney/x4_without_fees_FR_alt.svg);
}
.oneyLogo.-x4.-withoutFees.-isItalian {
  background-image: url(../img/oney/x4_without_fees_IT.svg);
}
.-disabled .oneyLogo.-x4.-withoutFees.-isItalian {
  background-image: url(../img/oney/x4_without_fees_IT_alt.svg);
}
.oneyLogo.-tooltip {
  background-image: url(../img/oney/tooltip.svg);
}
.-disabled .oneyLogo.-tooltip {
  background-image: url(../img/oney/tooltip-alt.svg);
}
/* Oney popin */
.oneyPopin {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  color: #777;
  display: none;
  position: absolute;
  right: 35px;
  top: 0;
  border: 2px solid #7ebd00;
  background: #fff;
  width: 350px;
  padding: 15px;
  opacity: 0;
  text-align: left;
  -webkit-transform: translateY(-15%);
  -moz-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  -o-transform: translateY(-15%);
  transform: translateY(-15%);
}
.oneyPopin: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);
  position: absolute;
  border: 2px solid #7ebd00;
  border-bottom: none;
  border-left: none;
  background: #fff;
  width: 24px;
  height: 24px;
  content: "";
  top: 17.5%;
  right: -2px;
  z-index: -1;
}
.-error.oneyPopin:after {
  border-color: #b2b2b2;
}
@media (max-width: 767px) {
  .oneyPopin:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .oneyPopin {
    -webkit-transition: max-height 0.4s, border 0.4s, padding 0.4s;
    -moz-transition: max-height 0.4s, border 0.4s, padding 0.4s;
    -ms-transition: max-height 0.4s, border 0.4s, padding 0.4s;
    -o-transition: max-height 0.4s, border 0.4s, padding 0.4s;
    transition: max-height 0.4s, border 0.4s, padding 0.4s;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    border: 1px solid transparent;
    display: block;
    position: relative;
    right: auto;
    width: 100%;
    background: transparent;
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
  }
  .oneyPopin .oneyLoader {
    margin: 15px 0;
    display: none;
  }
  .-open .oneyPopin .oneyLoader {
    display: flex;
  }
}
.oneyPopin.-open {
  display: block;
}
@media (max-width: 767px) {
  .oneyPopin.-open {
    border: 1px solid #7ebd00;
    max-height: 750px;
    background: #fff;
  }
}
.oneyPopin.-show {
  opacity: 1;
}
.oneyPopin.-error {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: auto;
  padding: 8px;
  border-color: #b2b2b2;
  width: 100vw;
  max-width: 300px;
}
.oneyPopin.-error:after {
  top: 50%;
}
@media (max-width: 767px) {
  .oneyPopin.-error {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    border: 1px solid transparent;
    top: 0;
    width: 100%;
    padding: 0 8px;
    background: transparent;
  }
  .oneyPopin-open.oneyPopin.-error {
    padding: 8px;
    border-color: #b2b2b2;
    background: rgba(178, 178, 178, 0.1);
  }
}
.oneyPopin.-loading {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: auto;
  height: auto;
}
.oneyPopin.-loading:after {
  top: 50%;
}
@media (max-width: 767px) {
  .oneyPopin.-loading {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
.oneyPopin.-isItalian.-withoutFees .oneyPopin_title {
  background: url(../img/oney/logo_it_withoutfees.svg) 0px 5px no-repeat;
}
.oneyPopin_title {
  display: block;
  background: url(../img/oney/logo.svg) -11px 0 no-repeat;
  -webkit-background-size: auto 38px;
  background-size: auto 36px;
  padding: 36px 0 0;
  color: #7ebd00;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 18px;
}
.oneyPopin_title strong {
  display: block;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .oneyPopin_title {
    margin: 15px 0 24px;
  }
}
ul.oneyPopin_navigation {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.oneyPopin_navigation li {
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
  margin: 0;
}
ul.oneyPopin_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.oneyPopin_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.oneyPopin_navigation li:before {
  display: none;
}
ul.oneyPopin_navigation li + li {
  margin: -1px 0 0;
}
ul.oneyPopin_navigation li button {
  background: transparent;
  border: none;
  width: 100%;
  height: 32px;
  text-align: left;
  padding: 0 16px;
  outline: 0;
  color: #b2b2b2;
  cursor: pointer;
}
ul.oneyPopin_navigation li:hover,
ul.oneyPopin_navigation li.selected {
  border: 1px solid #7ebd00;
  z-index: 2;
}
ul.oneyPopin_navigation li:hover button,
ul.oneyPopin_navigation li.selected button {
  font-weight: bold;
  color: #777;
}
ul.oneyPopin_navigation li.selected {
  background: rgba(126, 189, 0, 0.15);
}
.oneyPopin_option {
  display: none;
  position: relative;
  padding: 4px;
  font-size: 12px;
  line-height: 17px;
  width: 100%;
}
.oneyPopin_option.-show {
  display: block;
}
.oneyPopin_option ul,
.oneyPopin_option p {
  margin: 0;
}
.oneyPopin_option ul {
  padding: 0;
}
.oneyPopin_option ul li {
  padding: 0;
  margin: 0;
}
.oneyPopin_option ul li:before {
  display: none;
}
.oneyPopin_option p {
  padding: 4px 0;
}
.oneyPopin_option p,
.oneyPopin_option li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  line-height: 17px;
}
.oneyPopin_option p:first-child,
.oneyPopin_option li:first-child,
.oneyPopin_option p:last-child,
.oneyPopin_option li:last-child {
  padding: 4px 0;
}
.oneyPopin_option p small,
.oneyPopin_option li small {
  display: block;
  width: 100%;
}
.oneyPopin_option[data-type="3x"] ul li:last-child {
  padding: 21px 0 4px;
}
.oneyPopin_legal {
  border-top: 1px solid #7ebd00;
  display: block;
  font-size: 10px;
  line-height: 1.2em;
  color: #8a8a8a;
  padding: 8px 0 0;
  white-space: normal;
}
.oneyPopin_legal a {
  color: #7ebd00;
}
@media (max-width: 767px) {
  .oneyPopin_legal {
    padding: 10px 0 15px;
  }
}
.oneyPopin_close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-indent: 24px;
  background: none;
  border: none;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
}
.oneyPopin_close:focus {
  outline: 0;
}
.oneyPopin_close:before,
.oneyPopin_close:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  background: #7ebd00;
}
.oneyPopin_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);
}
.oneyPopin_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);
}
.oneyPopin_error {
  margin: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  white-space: normal;
}
.oneyPopin_external {
  display: block;
  font-weight: 700;
  text-decoration: underline;
}
/* Oney Form */
.oneyRequired {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  background: transparent;
  font-size: 15px;
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .oneyRequired {
    width: calc(100vw - 30px);
    max-width: 100%;
  }
}
.oneyRequired:focus {
  outline: 0;
}
.oneyRequired_overlay {
  -webkit-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
  -ms-transition: max-height 0.4s;
  -o-transition: max-height 0.4s;
  transition: max-height 0.4s;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding: 0 16px;
  max-height: 0;
}
.oneyRequired_overlay.-show {
  max-height: 10000vh;
}
.oneyRequired_wrapper {
  position: relative;
  padding: 24px 0 0;
}
.oneyRequired_wrapper:before {
  border-top: 1px solid #7ebd00;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 0;
  width: 150px;
}
.oneyRequired_close {
  display: block;
  width: 100px;
  height: 24px;
  line-height: 24px;
  background: none;
  border: none;
  text-align: center;
  color: #7ebd00;
  margin: 0 0 15px;
  cursor: pointer;
}
.oneyRequired_close:focus {
  outline: 0;
}
.oneyRequired_close.-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #7ebd00;
  width: auto;
  height: 32px;
  padding: 0 16px;
  color: #fff;
  border: none;
  font-size: 15px;
  outline: none;
  margin: 15px 0 0;
  cursor: pointer;
}
.oneyRequired_title {
  display: block;
  padding: 8px 0 16px;
  color: #7ebd00;
  font-size: 14px;
  text-transform: uppercase;
}
.oneyRequired_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  width: 100%;
}
.oneyRequired_fieldset {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  max-width: calc(50% - 30px);
  padding: 0 15px;
  margin: 0 0 15px;
}
.oneyRequired_fieldset.-same {
  margin: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .oneyRequired_fieldset {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .payplugPopin .oneyRequired_fieldset {
    padding: 16px 0 0;
  }
}
.oneyRequired_sectionName {
  margin: 0 0 4px;
  font-size: 15px;
  color: #00ab7a;
  text-align: center;
}
.oneyRequired_group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.oneyRequired_group p {
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  margin: 0 0 3px;
}
.oneyRequired_group + .oneyRequired_group {
  margin: 10px 0 0;
}
.oneyRequired_field {
  width: 100%;
}
.oneyRequired_field.-firstname,
.oneyRequired_field.-lastname,
.oneyRequired_field.-postcode,
.oneyRequired_field.-city {
  width: calc(50% - 2.5px);
}
.oneyRequired_input {
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  padding: 0 8px;
  margin: 0 0 5px;
  width: 100%;
  height: 36px;
}
.oneyRequired_input.-error {
  border: 1px solid #e56876;
}
.oneyRequired_validate {
  display: flex;
  justify-content: center;
  width: 100%;
}
.oneyRequired_button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #7ebd00;
  width: 200px;
  height: 50px;
  color: #fff;
  border: none;
  font-size: 15px;
  margin: 10px 0;
  cursor: pointer;
}
.oneyRequired_submit {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #7ebd00;
  width: 200px;
  height: 50px;
  color: #fff;
  border: none;
  font-size: 15px;
  margin: 16px 0 8px;
  outline: none;
}
.oneyRequired_message {
  text-align: center;
  font-size: 13px;
  margin: 10px 0 0;
  display: none;
}
.oneyRequired_message.-error {
  display: block;
  color: #e56876;
}
.oneyRequired_message.-success {
  display: block;
  color: #00ab7a;
}
.oneyRequired_validation {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.oneyRequired_validation span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 15px;
}
.oneyRequired_validation span:first-child {
  color: #7ebd00;
  font-size: 12px;
  margin: 0 0 15px;
}
.oneyRequired_validation span:first-child:before {
  border: 4px solid #7ebd00;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  width: 30px;
  height: 15px;
  content: "";
  margin: 0 0 15px;
}
.oneyRequired_validation.-show {
  display: flex;
}
.oneyRequired_validation.-appear {
  opacity: 1;
}
/* Oney schedule */
.oneySchedule {
  border: 1px solid #7ebd00;
  border-right: none;
  border-left: none;
  position: relative;
  font-size: 12px;
  line-height: 17px;
  width: 100%;
  margin: -10px 0 5px -8px;
  padding: 12px 0;
}
.oneySchedule ul {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 13px;
  color: #2F2930;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.oneySchedule ul li {
  display: flex;
  justify-content: space-between;
  line-height: 21px;
  padding: 0;
  flex-wrap: wrap;
}
.oneySchedule ul li span {
  display: flex;
  font-weight: 600;
}
.oneySchedule ul li span:first-child {
  font-weight: 500;
}
.oneySchedule ul li:last-child {
  padding: 12px 0 0;
}
.-withoutFees.oneySchedule ul li:last-child {
  padding: 0;
}
.oneySchedule ul li small {
  display: block;
  font-weight: 400;
  width: 100%;
}
.oneyScheduleCGV {
  display: block;
  color: #7a7a7a;
  font-size: 13px;
  margin: 5px 0px 15px -8px;
}
