[class^=share-] {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    opacity: 1;
    border: solid 1px transparent;
    border-radius: 50%;
    margin-right:7px;
    margin-left:7px;
    transition: all 0.3s ease;
}
[class^=share-]:hover {
    cursor: pointer;
    opacity: 1;
    transform:scale(0.91);
    transition: all 0.3s ease;
}
[class^=share-] svg {
    width: 23px;
    height: 23px;
    margin: 8px;
    overflow: hidden;
    vertical-align: middle;
}
.share-fb {
    background: #3b5998;
}
.share-in {
    background: #0e76a8;
}
.share-vk {
    background: #4a76a8;
}
.share-tg {
    background: #249bd7;
}
.share-ok {
    background: #f93;
}
.share-tw {
    background: #00acee;
}
.share-vb {
    background: #7b519d;
}
.share-wa {
    background: #50b154;
}