.btn-pinterest {
    background-image: url(../i/pinit.png);
    background-size: 44px 20px;
    background-color: #cb2027;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #cc2127;
    color: #fff;
    font-size: 12px;
    min-height: 20px;
    line-height: 18px;
    padding: 3px 10px;
    z-index: 8;
    display: none !important;
    position: absolute;
    cursor: pointer;
    border: none !important;
}

.btn-pinterest::before {
    content: "";
    background-size: 44px 20px;
    display: inline-block;
    height: 20px;
    vertical-align: text-bottom;
    width: 44px;
}

.btn-pinterest.topin {
    display: inline-block !important;
    left: 10px;
    top: 10px;
}