.everifin_payment_button {
    background-color: #fbfbfb;
}

p.payment_module a.everifin_choice {
    cursor: pointer;
    z-index: 1;
}

p.payment_module a.everifin_choice span {
    font-weight: normal;
}

p.payment_module a.everifin_choice span.link {
    color: #01A499;

}

p.payment_module a.everifin_choice span.link:hover {
    text-decoration: underline;
}

p.payment_module a.everifin_choice:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777;
    z-index: 0;
}

p.payment_module a.everifin_choice:not(.hide-logo):before {
    display: block;
    content: " ";
    background-image: url("../img/logo-gray.svg");
    position: absolute;
    width: 64px;
    height: 64px;
    background-size: cover;
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 32.9%;
}

.ef__bank-dt {
    display: flex;
    align-items: center;
}

.ef__bank-logo {
    width: 23px;
    margin-right: 10px;
}

.about-everifin img {
    float: left;
    margin-right: 15px;
    width: 48px;
    height: 48px;
}

.about-everifin::after {
    content: "";
    display: block;
    clear: both;
}

.about-everifin .texts {
    display: flex;
    min-height: 48px;
    flex-direction: column;
    justify-content: space-evenly;
}

.about-everifin a,
.about-everifin a:hover,
.about-everifin a:visited,
.about-everifin a:active {
    color: #01A499;
    font-weight: 700;
}
