#ec_socialsharing_product{
    margin: 0 0 0 5px;
    padding: 6px 6px 4px 6px;
    border: 1px solid #7139c5;
    border-radius: 4px;
    text-align: center;
}
#ec_socialsharing_product:before {
    content: "Partagez cette page";
    font-family: "AllerDisplay-regular";
    font-size: 1rem;
    color: #7139c5;
    margin: 0 8px 0 0;
}

#ec_socialsharing_product .ec-social-sharing {
    color:#fff;
    cursor:pointer;
    display:inline-block;
    text-align:center;
    vertical-align:middle;
    font-size:18px;
    font-weight:normal;
    padding: 3px 4px 0 0;
}

#ec_socialsharing_product .ec-social-sharing:hover {
  opacity:0.8;
  filter: alpha(opacity=80);
}

#ec_socialsharing_product .ec-social-sharing i {
    color:#fff;
    font-family:FontAwesome;
}

/* facebook */

#ec_socialsharing_product #btn-facebook {
    background-color: #435f9f;
    margin: 0;
    border-radius: 100%;
    aspect-ratio: 1/1;
    height: 32px;
    width: 32px;
}

/* twitter */

#ec_socialsharing_product #btn-twitter {
    background-color: #00aaf0;
    margin: 0;
    border-radius: 100%;
    aspect-ratio: 1/1;
    height: 32px;
    width: 32px;
}


.icon-facebook:before {
  content: "\f09a"; }
  
  .icon-twitter:before {
  content: "\f099"; }
  
  .icon-pinterest:before {
  content: "\f231"; }
  
  .icon-whatsapp:before {
  content: "\f232"; }
  
  .icon-skype:before {
  content: "\f17e"; }
  
  .icon-googleplus:before {
  content: "\f0d5"; }
  
  .icon-tumblr:before {
  content: "\f173"; }
  
  .icon-linkedin:before {
  content: "\f0e1"; }
/* pinterest */

#ec_socialsharing_product #btn-pinterest {
    background-color: #ce1f21;
    margin: 0;
    border-radius: 100%;
    aspect-ratio: 1/1;
    height:32px;
    width: 32px;
}

/* whatsapp */

#ec_socialsharing_product #btn-whatsapp {
    background-color: #43D854;
}
#ec_socialsharing_product #btn-whatsapp_link {
  color:#fff;
}
#ec_socialsharing_product #btn-whatsapp:hover #whatsapp_link {
    color: white;
}

/* google plus */

#ec_socialsharing_product #btn-google-plus {
    background-color: #e04b34;
}

/* linked in */

#ec_socialsharing_product #btn-linkedin {
    background-color: #018AC0;
}

/* skype */

#ec_socialsharing_product #btn-skype {
    background-color: #2BACE3;
}

/* tumblr */

#ec_socialsharing_product #btn-tumblr {
    background-color: #34465D;
}