/*
Share Buttons
*/
.share-buttons{float:left;height:auto;position:relative; margin-bottom: 10px; width: 100%;}
.share-buttons p {font-size: 0.9375em; color: #000000; font-weight: 300; text-transform: uppercase; margin-bottom: 10px;}
.share-buttons p span{font-weight: bold;}
.share-buttons ul li{float:left;display:inline-block;margin-right: 5px; background:#fff;overflow:hidden;display:inline;  border-radius: 50%}
.share-buttons a{text-decoration: none; color:#fff;font-size:1.5em; text-transform:uppercase;font-weight:700;display:block; padding: 5px 8px;margin:0 1px 1px 0;line-height:20px;color:#fff;float:left;width:auto}
.share-facebook a{background:#3b5998}
.share-facebook a:hover{background: #3b5998d1}
.share-whatsapp a{background:#34af23}
.share-whatsapp a:hover{background: #34af23c9}
.share-twitter a{background:#00aced}
.share-twitter a:hover{background: #00acedcc}
.share-gplus a{background:#dd4b39}
.share-gplus a:hover{background: #dd4b39d1}
.og-details .share-buttons{margin:10px 0}
.product-page section .share-buttons{margin:10px 0 3px}
.post-content .share-buttons{margin:25px 0 0}

@media all and (max-width: 767px) {
    .share-buttons{
        float: none;
        left: 40%;
    }
}

@media all and (max-width: 480px) {
    .share-buttons{
        float: none;
        left: 30%;
    }
}

