#abz_popup_whatsapp_bnt {
    cursor: pointer;
    position: fixed;
    right: 50px;
    bottom: 56px;
    background: #fff;
    border-radius: 50%;
    
    width: 22px;
    height: 22px;
}
#abz_popup_whatsapp {
    position: relative;
    display: none;
    width: 200px;
    position: fixed;
    right: 42px;
    bottom: 50px;
    background: #f4efe8;
    padding: 10px;
    border: 1px solid #ccc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 50px;
}
.abz_whatsapp_header {
    position: absolute;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 10px 0px;
    left: 0;
    top: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.abz_image_whatsapp {
    margin: 0px auto;
}
.text_abz_whatapp {
    font-size: 11px;
    margin-top: 11px;
}
.cta_close_abz_whatsapp {
    cursor: pointer;
    margin: 0;
    padding: 5px 5px;
}
.abz_popup_whatsapp_bnt_content {
    font-size: 26px;
}
@media (max-width: 1023px) {
    #abz_popup_whatsapp_bnt {
        bottom: 72px;
        text-align: center;
        right: 58px;
        background: #fff;
        padding: 5px;
    }
    #abz_popup_whatsapp {
        right: 45px;
        bottom: 70px;
    }
}