.social-share--compare {
    margin-bottom: 15px
}

.social-share-item {
    display: inline-block;
    margin: 0 5px 4px 0;
    font-size: 11px;
    padding: 10px 18px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
}

.social-share--compare .social-share-item span,.social-share-item span {
    display: none
}

.social-share-item:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    vertical-align: middle;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
}

.social-share-item.facebook:before {
    background-image: url(../../../../img/facebook-alt.svg)
}

.social-share-item.twitter:before {
    background-image: url(../../../../img/twitter-alt.svg)
}

.social-share-item.google-plus:before {
    background-image: url(../../../../img/gplus-alt.svg)
}

.social-share-item.pinterest:before {
    background-image: url(../../../../img/pinterest-alt.svg)
}

.socialsharing_product {
    padding: 0;
    margin: 0;
    float: right;
    display: flex;
}

.twitter.social-share-item {
    background: #00a9f0
}

.facebook.social-share-item {
    background: #3f5f9f
}

.google-plus.social-share-item,.pinterest.social-share-item {
    background: #d64938
}

.social-share--compare .social-share-item {
    padding: 0;
    width: 38px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    margin-right: 2px
}

.social-share--compare .social-share-item:before {
    margin: 0
}

@media (max-width: 991px) {
    .social-share-item {
        margin-right: 2px;
        font-size: 8px;
        width: 42px;
        height: 42px;
        display: flex;
        padding: 0;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 769px) {
    .social-share--compare .social-share-item {
        width:100%
    }

    .social-share-item span {
        display: none
    }
}

@media (max-width: 480px) {
    .social-share-item span,.socialsharing_product {
        display:none;
        padding-left: 36px;
    }

    .social-share-item {
        padding: 0;
        text-align: center;
        height: 32px;
        width: 32px;
        line-height: 34px;
        margin: 0 2px 0px;
    }

    .social-share-item:before {
        margin: 0
    }
}

@media (max-width: 768px) {
    .socialsharing_product {
        margin: 0;
        width: 100%;
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }

    .social-share-item span {
        display: none
    }

    .social-share--compare .socialsharing_product {
        margin-left: 0;
        margin-right: 0
    }
}