.detail-social-share-v2{
    position: absolute;
    top: 2px;
    left: 0;
}

.social-share.detail-social-share-v2 .share-text {
    display: inline-block;
    vertical-align: top;
}

.detail-social-share-v2 .item .img-wrapper, .detail-social-share-v2 .item img {
    opacity: 0.4;
    width: 15px;
    height: 15px;
}

.detail-social-share-v2 .item:hover .img-wrapper,
.detail-social-share-v2 .item:hover img{
    opacity: 1;
}
.detail-social-share-v2 .item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: #f4f4f4;
    border-radius: 50%;
    margin: 10px 0;
}

@media screen and (max-width: 768px) {

    .detail-social-share-v2 {
        left: 0;
        display: inline-block;
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .detail-social-share-v2 .item {
        display: inline-block;
        width: 40px;
        height: 40px;
        padding: 10px 12px;
        margin-right: 5px;
    }

    .detail-social-share-v2 .item .img-wrapper, .detail-social-share-v2 .item img {
        width: 20px;
        height: 20px;
    }
}