.oney-container-single-product {
    position: relative;
    border: 1px solid #ED0973;
    border-radius: 8px;
    padding: 15px;
    margin: 0 0 30px 0;
    text-align: center;
}

a.oney-details {
    font-weight: 700;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ED0973;
}

a.oney-details:hover {
    background: #ED0973;
    color: #fff;
}

.oney_credex_payment_field_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.field-credex-perioada-select {
    flex-direction: row;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.field-credex-afisare-valoare p {
    margin-bottom: 0px;
}
.field-credex-afisare-valoare {
    display: flex;
    flex-direction: row;
    justify-content: center;
        align-items: end;
    margin-top: 16px;
    width: 100%;
    background-color: #ED0973;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

.field-credex-afisare-valoare strong#mica-rata-oney-credex {
    font-size: 19px;
}




select#oney_credex_payment_option {
    width: 100%;
    flex: 1;
}

.oney_credex_payment_field_info label {
    flex: 2;
}

div#checkoutPlaceholder {
    margin-top: 15px;
}

@media only screen and (max-width: 976px) {
    .oney_credex_payment_field_info {
    flex-direction: column;
}
.oney_credex_payment_field_info label {
    width: 100%;
    flex: 1;
    margin-bottom: 10px;
}

}

li.wc_payment_method.payment_method_oneyCredex img {
    width: 95px !important;
}

/* ONEY POPUP */

div#oney-popup-container {
    width: 100vw;
    height: 100vh;
    background: #0000006b;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 1000;
}

div#oney-popup-content {
    background: #fff;
    display: block !important;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 30px 20px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #000;
    z-index: 1000;
    min-width: 350px;
    top: 50%;
    max-width: 500px;
    margin-left: 20px;
    margin-right: 20px;
}

.oney-popup-title-container {
    padding-top: 15px;
}

.oney-popup-title-container strong {
    font-weight: bold;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
    color: #54565b;
    text-align: center;
}

.oney-popup-steps-container {
    padding: 0% 15%;
    margin-top: 25px;
}

.oney-popup-step.oney-popup-verticalStep {
    padding-left: 20px;
}

.oney-popup-step.oney-popup-verticalStep .oney-popup-stepRow{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
}

.oney-popup-step-nr-col {
    flex-basis: 5%;
    border-left: 3px solid #8bbc06;
}

p.oney-popup-step-nr-p {
    margin-top: 0px;
    text-align: center;
    margin-left: -110%;
}

span.oney-popup-step-nr-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    border-radius: 50%;
    border: solid 3px #8bbc06;
    min-width: 30px;
    width: 30px;
    min-height: 30px;
    height: 30px;
    color: #8bbc06;
    background-color: white;
    box-sizing: unset;
}

.oney-popup-step.oney-popup-verticalStep:last-child .oney-popup-step-nr-col {
    border-left-color: transparent;
}

.oney-popup-step-content-col {
    flex-basis: 95%;
    padding-left: 10px;
}

.oney-popup-step-content-header-container {
    display: flex;
}

h4.oney-popup-step-content-header {
    color: #8bbc06;
    margin-top: 0px;
    margin-bottom: 2px;
    font: normal normal bold 18px / 23px Arial;
    text-transform: revert;
    text-align: left;
}

p.oney-popup-step-content-description {
    margin-top: 0px;
    font: normal normal normal 16px / 21px Arial;
    color: unset !important;
    text-align: left;
    margin-bottom: 20px;
}

p.oney-popup-info-content {
    font: normal normal normal 14px / 21px "Open Sans";
    text-align: left;
    font-weight: 400;
    color: #54565b;
    margin-top: 15px;
}

button#close-popup-icon-oney {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background: #fff;
    font-family: Arial;
    position: absolute;
    right: 5px;
    top: 5px;
}

button#close-popup-icon-oney:hover {
    color: #8bbc06;
    opacity: 1;
}

a.oney-popup-details {
    font-weight: 700;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ED0973;
}

a.oney-popup-details:hover {
    background: #ED0973;
    color: #fff;
}

.oney-calculator-section a {
    color: #212529;
    font-weight: unset;
}


.oney-calculator-section a:hover {
    background: unset;
    color: #212529;
}


@media only screen and (max-width: 767px) {
    .oney-popup-steps-container {
        padding: 0px;
    }
    div#oney-popup-content {
        min-width: 80%;
        margin: 0px;
    }
    .oney-popup-title-container {
        padding-top: 35px;
    }
    p.oney-popup-info-content {
        margin-top: 0px;
    }
    p.oney-popup-step-content-description {
        font-size: 14px;
    }
}


/* ON HOVER TRIAL */

div#oney-popup-content-hover {
    background: #fff;
    display: none;
    position: absolute;
    right: 5%;
    top: 16%;
    padding: 10px 30px 20px 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    z-index: 1000;
    min-width: 500px;
    max-width: 500px;
    margin-left: 20px;
    margin-right: 20px;
}

.oney-popup-steps-hover-container {
    padding: 0px;
    margin-top: 25px;
}

a.image-link-oney:hover ~ div#oney-popup-content-hover {
    display: block;
}


@media only screen and (max-width: 767px) {
div#oney-popup-content-hover{
    display: none !important;
}
}
