/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-Jan-2018, 11:00:32
    Author     : Dan
*/

/* PRODUCT PAGE - SOCIAL SHARING MODULE */
.social-sharing-buttons p {
    display:block;
    margin-bottom:8px;
}
.social-sharing-buttons .social-share-btn {
    display:inline-block; 
    height:32px; 
    width:32px; 
    margin-right:2px; 
    text-indent:-6666px;
}
.social-sharing-buttons .social-share-btn:hover {
    opacity:0.85;
}
.social-sharing-buttons .social-share-btn.facebook {
    background:url("../images/facebook-64.png"); 
    background-size:cover;
}
.social-sharing-buttons .social-share-btn.twitter {
    background:url("../images/twitter-64.png"); 
    background-size:cover;
}
.social-sharing-buttons .social-share-btn.pinterest {
    background:url("../images/pinterest-64.png"); 
    background-size:cover;
}
.social-sharing-buttons .social-share-btn.google {
    background:url("../images/google-64.png"); 
    background-size:cover;
}
.social-sharing-buttons .social-share-btn.buffer {
    background:url("../images/buffer-64.png"); 
    background-size:cover;
}
.social-sharing-buttons .social-share-btn.whatsapp {
    background:url("../images/whatsapp-64.png"); 
    background-size:cover;
}
.social-sharing-buttons .social-share-btn.linkedin {
    background:url("../images/linkedin-64.png"); 
    background-size:cover;
}

