@font-face {
    font-display: swap;
    font-family: Gantari;
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeeezYZU.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: Gantari;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0gOj3w.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: Gantari;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g3HPT3w.ttf) format("truetype");
}
@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 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    z-index: 5004;
}
@media (max-width: 767px) {
    .payplugPopin {
        max-width: 98vw;
    }
}
.payplugPopin:before {
    background: rgba(0, 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: #0555eb;
    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 {
    line-height: 2rem;
}
.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.5rem;
}
.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 0.4s;
    -moz-transition: border 0.4s;
    -ms-transition: border 0.4s;
    -o-transition: border 0.4s;
    transition: border 0.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 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.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 0.4s;
    -moz-transition: border 0.4s;
    -ms-transition: border 0.4s;
    -o-transition: border 0.4s;
    transition: border 0.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 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.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, 0.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 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.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, 0.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%, 0.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);
    }
}
.payplugIntegratedPayment_privacy_policy {
    font-family: Gantari;
    margin-top: 40px;
    text-align: center;
    width: 100%;
}
.payplugIntegratedPayment_privacy_policy span {
    vertical-align: middle;
}
.payplugIntegratedPayment_privacy_policy img.-lock {
    width: 20px;
}
.payplugIntegratedPayment_privacy_policy img.-logo {
    width: 100px;
}
.payplugIntegratedPayment_privacy_policy a {
    display: block;
    margin-top: 10px;
}
.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 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.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: 0.5em 0.25em 0.5em 0.75em;
    min-height: 40px;
    width: 150px;
}
.payplugOneyCta_tooltip {
    height: 14px;
    width: 14px;
}
.payplugOneyCta_field {
    background: rgba(128, 188, 0, 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(0.5, 0, 0.5, 1) infinite;
    border: 0.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: -0.45s;
}
.payplugOneyLoader_spinner span {
    animation-delay: -0.3s;
}
.payplugOneyLoader_spinner:after {
    animation-delay: -0.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(0.5, 0, 0.5, 1) infinite reverse;
}
.payplugOneyLoader_message i:first-child {
    animation-delay: -0.6s;
}
.payplugOneyLoader_message i:nth-child(2) {
    animation-delay: -0.4s;
}
.payplugOneyLoader_message i:nth-child(3) {
    animation-delay: -0.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 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.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 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;
        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%, 0.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 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.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, 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 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;
    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: #0555eb;
    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: #0555eb;
    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 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.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;
}
.payplugPayment a {
    background: #fbfbfb;
    padding-left: 15px !important;
}
.payplugPayment a img {
    left: auto;
    margin: 0 8px 0 0;
    max-height: 30px;
    max-width: 200px;
    position: relative;
}
@media (max-width: 1023px) {
    .payplugPayment a img {
        display: none;
    }
}
.payplugPayment a img.payment_option_bancontact_payment_logo {
    margin: 2px 8px 0 0;
}
.payplugPayment a:hover {
    background-color: #f6f6f6;
}
.payplugPayment a:after {
    color: #777;
    content: "\f054";
    display: block;
    font-family: FontAwesome;
    font-size: 25px;
    height: 22px;
    margin-top: -11px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 14px;
}
.payplugPayment .payplugOneyLogo.-withoutFees {
    max-height: 40px;
}
.payplugPayment .payplugOneyLogo.-optimized-16 {
    max-height: 60px;
    width: 150px;
}
@media (max-width: 1023px) {
    .payplugPayment .payplugOneyLogo {
        display: none;
    }
}
.payplugPayment_error {
    color: #e56876;
    font-size: 13px;
    font-weight: 400;
}
.payplugOneClick {
    background: #fbfbfb;
    margin: 0 0 10px;
}
.payplugOneClick,
.payplugOneClick > button {
    border: 1px solid #d6d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    position: relative;
}
.payplugOneClick > button {
    background: none;
    letter-spacing: -1px;
    padding: 33px 40px 34px 15px;
    text-align: left;
    width: 100%;
}
.payplugOneClick > button:after {
    color: #777;
    content: "\f054";
    display: block;
    font-family: FontAwesome;
    font-size: 25px;
    height: 22px;
    margin-top: -11px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 14px;
}
.payplugOneClick > button img {
    margin-right: 20px;
}
@media (max-width: 1023px) {
    .payplugOneClick > button img {
        display: none;
    }
}
.payplugOneClick form .form_payplug {
    align-items: flex-start;
    display: flex;
    align-items: center;
}
.payplugOneClick form .radio {
    padding: 6px 0 0;
}
.payplugOneClick form label {
    align-self: flex-start;
    cursor: pointer;
    display: flex;
}
.payplugOneClick form label img {
    display: block;
    height: 22px;
    margin: 0 8px;
    width: auto;
}
.payplugOneClick form label .noimg {
    left: 8px;
    position: relative;
}
.payplugOneClick form label span {
    display: flex;
    flex-direction: column;
}
.payplugOneClick form label span span {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 0.8em;
}
.payplugOneClick form label + label {
    margin: 10px 0 0;
}
.payplugOneClick_submit {
    /*align-items: flex-end;*/
    /*bottom: 15px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*flex-wrap: nowrap;*/
    /*justify-content: flex-end;*/
    /*max-width: 325px;*/
    /*position: absolute;*/
    /*right: 15px;*/
}
.payplugOneClick button#sogecommerce_standard_link.bg-orange {
    border: none !important;
    background: linear-gradient(#f39b0d 0%, #e37b1a 100%);
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.16));
    border-radius: 8px !important;
    width: 215px;
    text-align: center;
    display: block;
    padding: 15px !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center !important;
    margin-top: 0;
    float: right;
    font-family: 'Lato';
    color: #fff;
    box-shadow: none !important;
    letter-spacing: 0;
    max-width: 120px;
}
@media (max-width: 767px) {
    .payplugOneClick_submit {
        /*align-self: center;*/
        /*bottom: 0;*/
        /*margin: 15px 0 0;*/
        /*position: relative;*/
        /*right: 0;*/
    }
}
.payplugOneClick_message {
    align-items: center;
    display: none;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 400;
    justify-content: flex-end;
    line-height: 0.8em;
    max-width: 325px;
    text-align: right;
}
.payplugOneClick_message.-show {
    display: flex;
}
.payplugOneClick_loader {
    display: block;
    height: 25px;
    left: 50%;
    margin: 0 0 0 16px;
    top: 50%;
    width: 25px;
}
.payplugButton {
    background: transparent;
    border: 1px solid #ccc;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    cursor: pointer;
    font-size: 12px;
    margin: 0;
    min-width: 6.5em;
    outline: none;
    padding: 0.4em 1em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.payplugButton.-payment {
    font-size: 14px;
    font-weight: 700;
    height: 3em;
    min-width: 11em;
}
.payplugButton.-green {
    background: #0555eb;
    border-color: #0555eb;
    color: #fff;
}
.payplugButton.-green:hover {
    background: #044cd2;
    border-color: #044cd2;
    color: #fff;
}
.payplugButton.-disabled,
.payplugButton.-disabled:hover {
    background: #b2b2b2;
    border-color: #b2b2b2;
    color: #fff;
    cursor: default;
}
.payplugOneyPayment {
    background: #fbfbfb;
    border: 1px solid #d6d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-height: 90px;
    overflow: hidden;
    -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;
}
.payplugOneyPayment.-disabled {
    max-height: none;
}
.payplugOneyPayment.-open {
    max-height: 10000vh;
}
.payplugOneyPayment_trigger {
    align-items: center;
    background: none;
    border: none;
    color: #333;
    display: flex;
    font-size: 17px;
    font-weight: 700;
    height: 90px;
    letter-spacing: -1px;
    padding: 0 0 0 15px;
    position: relative;
    text-align: left;
    width: 100%;
}
.payplugOneyPayment_trigger img {
    margin-right: 10px;
}
.-disabled .payplugOneyPayment_trigger {
    color: #b2b2b2;
    cursor: default;
}
.-disabled .payplugOneyPayment_trigger:hover {
    background: #fbfbfb;
}
.-mobile.-disabled .payplugOneyPayment_trigger {
    height: auto;
    padding: 8px 15px;
}
.payplugOneyPayment_trigger:hover {
    background: #f6f6f6;
}
.-open .payplugOneyPayment_trigger:hover {
    background: #fbfbfb;
}
.payplugOneyPayment_trigger:focus {
    outline: 0;
}
.payplugOneyPayment_trigger:after {
    align-items: center;
    color: #777;
    content: "\f054";
    display: flex;
    font-family: FontAwesome;
    font-size: 25px;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    width: 30px;
}
.-open .payplugOneyPayment_trigger:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.-disabled .payplugOneyPayment_trigger:after {
    display: none;
}
.-mobile .payplugOneyPayment_trigger {
    justify-content: left;
}
.payplugOneyPayment_label {
    display: flex;
    flex-direction: column;
    line-height: 1.3em;
}
.payplugOneyPayment_error {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}
.payplugOneyPayment_logo {
    background-size: 100%;
    display: block;
    margin: 0 8px 0 0;
    max-width: 100%;
    min-height: 40px;
    min-width: 150px;
    width: 150px;
}
.-disabled .payplugOneyPayment_logo {
    background-image: url(../img/oney/3x4x_with_fees-alt.svg);
}
@media (max-width: 1023px) {
    .payplugOneyPayment_logo {
        display: none;
    }
}
.payplugOneyPayment_cta {
    margin: 0 0 30px;
    text-align: center;
    width: 100%;
}
.payplugOneyPayment_cta a {
    color: #7a7a7a;
    display: block;
    font-size: 13px;
    margin-top: 5px;
    padding-left: 0 !important;
}
.payplugOneyPayment_cta a:hover {
    background: none;
}
.payplugOneyPayment_cta a:after {
    display: none;
}
.payplugOneyPayment_button {
    background: #7ebd00;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    height: 50px;
    width: 254px;
}
.payplugOneyPayment_button.-disabled {
    background: #b2b2b2;
    cursor: default;
    outline: none;
}
.payplugOneyOption {
    align-items: center;
    border: 1px solid #dce0e8;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin: 0 8px 50px;
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: calc(50% - 16px);
}
.payplugOneyOption:after {
    background: #7ebd00;
    bottom: -14px;
    -webkit-box-shadow: inset 0 -5px 10px 5px #fff;
    -moz-box-shadow: inset 0 -5px 10px 5px #fff;
    box-shadow: inset 0 -5px 10px 5px #fff;
    content: "";
    display: block;
    height: 13px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.-mobile .payplugOneyOption:after {
    display: none;
}
.payplugOneyOption:hover {
    border-color: #7ebd00;
}
.payplugOneyOption:hover:after {
    opacity: 1;
}
.payplugOneyOption.-selected {
    background: rgba(126, 189, 0, 0.15);
    border-color: #7ebd00;
}
.payplugOneyOption.-selected:after {
    opacity: 1;
}
.-mobile .payplugOneyOption.-selected {
    background: none;
    border: none;
}
.payplugOneyOption_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 8px;
    position: relative;
}
.-mobile .payplugOneyOption_wrapper {
    padding: 89px 0 0;
    position: relative;
}
.-mobile .payplugOneyOption_wrapper img {
    display: none;
}
.payplugOneyOption_wrapper.-loading {
    justify-content: center;
    padding: 16px;
}
.payplugOneyOption_wrapper.-loading + .payplugOneyPayment_cta {
    display: none;
}
.-mobile .payplugOneyOption_wrapper.-loading {
    padding: 16px;
}
.payplugOneyOption_logo {
    display: block;
    height: 90px;
    max-width: 100%;
    width: 200px;
}
.payplugOneyOption_logo.-x3,
.payplugOneyOption_logo.-x4 {
    width: 140px;
}
.payplugOneyOption_logo.-x3.-withoutFees,
.payplugOneyOption_logo.-x4.-withoutFees {
    min-height: 90px;
    width: 150px;
}
@media (max-width: 1023px) {
    .payplugOneyOption_logo {
        display: none;
    }
}
.payplugOneyOption_title {
    align-items: center;
    color: #2f2930;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 500;
    height: 90px;
    justify-content: center;
    padding: 0 0 35px;
}
.payplugOneyOption_title img {
    margin-bottom: 5px;
}
.-mobile .payplugOneyOption_title {
    background: transparent;
    border: 1px solid #dce0e8;
    border-bottom: 5px solid transparent;
    border-left: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 50%;
}
.-mobile .payplugOneyOption:nth-child(2) .payplugOneyOption_title {
    border-left: none;
    border-right: none;
    left: 50%;
}
.-mobile .-selected .payplugOneyOption_title {
    border-bottom: 5px solid #7ebd00;
}
.payplugOneyOption_prices {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}
.-mobile .payplugOneyOption_prices {
    border-top: 1px solid #dce0e8;
    display: none;
    height: auto;
    padding: 30px 16px;
}
.-mobile .-selected .payplugOneyOption_prices {
    display: block;
}
.payplugOneyOption_prices ul {
    color: #2f2930;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 600;
    height: 100%;
    margin: 0;
    width: 100%;
}
.payplugOneyOption_prices ul li {
    border-bottom: 1px solid #dce0e8;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 21px;
    padding: 0 0 16px;
}
.payplugOneyOption_prices ul li + li {
    padding: 16px 0;
}
.payplugOneyOption_prices ul li:last-child {
    border: none;
    margin: auto 0 0;
    padding: 16px 0 0;
}
.payplugOneyOption_prices ul li span {
    display: flex;
    font-weight: 600;
}
.payplugOneyOption_prices ul li span:first-child {
    font-weight: 500;
}
.payplugOneyOption_prices ul li small {
    display: block;
    font-weight: 400;
    width: 100%;
}
.-mobile .payplugOneyOption_prices ul li {
    padding: 8px 0;
}
.payplugOneyOption_legend {
    color: #2f2930;
    font-weight: 400;
    margin: auto 0 0;
    text-align: center;
}
.payplugOneyOption_radio {
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
}
.-mobile .payplugOneyOption {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: static;
    width: 100%;
}
@media (max-width: 567px) {
    .payplugOneClick form .form_payplug {
        display: block;
    }
    .payplugOneClick button#sogecommerce_standard_link.bg-orange {
        float: none;
        margin: 10px auto 0;
    }
}