
.iShare a {
    width: 26px;
    height: 26px;
    margin: 0px 5px;
}

.row-pad {
    padding: 0px;
  display: flex;
    justify-content: flex-end;
}

.share-foreign {
    width: auto;
    display: flex;
    justify-content: flex-end;
}

.iShare img {
    display: none;
}

.iShare a.iShare_facebook {
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024093021104371811/cms/image/ecfe61c0-c895-4f94-888b-adfb5462296a.png?d=1685152853064);
  
    background-size: 26px;
}

.iShare a.iShare_linkedin {
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024093021104371811/cms/image/7c3a167e-bc18-420c-a274-798b37e6fe67.png?d=1685152882382);
    background-size: 26px;
}

.iShare a.iShare_twitter {
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024093021104371811/cms/image/49645bf6-31d2-4343-b924-7cb588db60cb.png?d=1685152903670);
    background-size: 26px;
}

.iShare a.iShare_tumblr {
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024093021104371811/cms/image/ac615472-eee6-4d73-8a91-576277e478dc.png?d=1685152921247);
    background-size: 26px;
}

.iShare a.iShare_pinterest {
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024093021104371811/cms/image/293dd014-492e-41b6-85c5-f8b253b3d32d.png?d=1685152937618);
    background-size: 26px;
}

@media only screen and (max-width: 768px) {
.share-foreign {
        justify-content:flex-start;
    }
}