.marcatge_llegenda_info {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #646676;
    text-align: center;
    font-size: 10px;
    color: #646676;
    line-height: 10px; 
    vertical-align: middle;
    cursor: pointer;
}

.info_klarna .marcatge_llegenda_info{
    margin-top: auto;
    margin-left: 3px;
}

.info_klarna {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    margin-top: 10px;
    min-width: 175px;
}

.info_klarna img {
    max-height: 50px; 
    margin-right: 1%;
    width: auto;
}



