#ec_socialsharing_product{
    margin: 5px 0;
}

#ec_socialsharing_product a {
    margin: 0 10px 5px 0;
    width: 35px;
    height: 35px;
}

#ec_socialsharing_product p {
    margin: 0px;
}

#ec_socialsharing_product .ec-social-sharing {
    color:#fff;
    font-size: 18px;
    border-radius: 45px;

    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    border: 1px solid #568D36;
}

#ec_socialsharing_product .ec-social-sharing:hover {
    background-color: #568D36 !important;
}

#ec_socialsharing_product .ec-social-sharing:hover i {
    color: white;
}

#ec_socialsharing_product .ec-social-sharing i {
    color: #568D36;
    font-style: normal;
}

/* facebook */

#ec_socialsharing_product #btn-facebook {
    margin-left:0;
}

#ec_socialsharing_product #btn-whatsapp_link {
    color:#fff;
}
#ec_socialsharing_product #btn-whatsapp:hover #whatsapp_link {
    color: white;
}