.shareblog{ float: right; }
.shareblog h2{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    font-size: 14px;
    font-weight: var(--primary-font-medium);
    line-height: 36px;
    color: var(--gray-color); }
.shareblog ul{
    display: inline-block;
    vertical-align: middle; }
.shareblog li{
    display: inline-block;
    margin: 0 3px; }
.shareblog li .share-product{
    margin: 0;
    background: var(--silver-color);
    border: none;
    border-radius: 50%;
    font-size: 16px;
    display: block;
    color: var(--gray-color);
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
.shareblog li .share-product.btn-facebook:hover{ background: #435f9f; }
.shareblog li .share-product.btn-twitter:hover{ background: #00aaf0; }
.shareblog li .share-product.btn-whatsapp:hover{ background: #34a853; }
.shareblog li .share-product:hover { color: #fff; }
