
#klarna_pop{
    display: none;
}

#klarna_black_logo{
    margin: 4% 0% 2% 0%;
    height: auto;   
}

#klarna_faq{
    margin: 3%;
    text-align: left;
}

#klarna_text_header{
    font-size: 18px;
    text-align: center;
}

#klarna_text_question{
    font-size: 18px;
    font-weight: 700;
}

#klarna_line{
    border-bottom: 1px solid #bfbfbf;
}

#klarna_text_header b{
    font-size: 20px;
}

ul#klarna_text_bullets{
    font-size: 18px;
    margin: 3px;
    padding-left: 0px;
}

ul#klarna_text_bullets li{
    margin: 5px;
    list-style-image: none !important;
}

#klarna_text_conditions{
    margin: 0px 15px 0px 15px;
    text-align: justify;
    font-size: 15px;
    color: darkgray;
}

#klarna_aqui{
    text-decoration: underline;
    cursor: pointer;
    color: darkgray;
    font-weight: 800;
}

#klarna_pop_content{
    width: 400px;
    padding: 25px;
}

#klarna_img_pink{
    width: 12%;
    vertical-align: middle;
}

.close::before{
    right: 0 !important;
}

@media (max-width: 900px) {
    #klarna_pop_content{
        width: 100%;
        overflow-x: hidden;
        padding: 5px;
    }
    
    #klarna_img_pink{
        width: 18%;
    }
}

@media (max-height: 600px) {
    
    #klarna_pop_content{
        width: 100%;
        overflow-x: hidden;
        padding: 5px;
    }
    
    #klarna_img_pink{
        width: 18%;
    }
}