.paylasText {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 900;
    letter-spacing: -.02em;
}

.jssocials-share-link {
    padding: .3em .4em;
    border-radius: .3em;
    border: 2px solid #e5e5e5;
    color: #999;
    font-size: .70em!important;
    font-weight: 400;
    letter-spacing: -.04em;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out
}

.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
    border: 2px solid #E75151;
    color: #fff;
    background: #E75151
}

.jssocials-share-count-box {
    position: relative;
    height: 2.5em;
    padding: 0 .3em;
    margin-left: .4em;
    background: #f5f5f5;
    border-radius: .3em;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out
}

.jssocials-share-count-box:hover {
    background: #e8e8e8
}

.jssocials-share-count-box:hover:after {
    border-color: transparent #e8e8e8 transparent transparent
}

.jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: .75em;
    left: -.4em;
    width: 0;
    height: 0;
    border-width: .5em .5em .5em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out
}

.jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #acacac
}

.jssocials-share-facebook a {
    background: #526eac;
    border: 2px solid #526eac;
    color: #fff;
    border-radius: .2em;
    padding: .4em 1.5em;
    font-size: .85em;
}

.jssocials-share-twitter a {
    background: #00abed;
    border: 2px solid #00abed;
    color: #fff;
    border-radius: .2em;
    padding: .4em 1.5em;
    font-size: .85em;
}

.jssocials-share-whatsapp a {
    background: #090;
    border: 2px solid #090;
    color: #fff;
    border-radius: .2em;
    padding: .4em 1.5em;
    font-size: .85em;
}

.jssocials-share-email a {
    background: #eb4026;
    border: 2px solid #eb4026;
    color: #fff;
    border-radius: .2em;
    padding: .4em 1.5em;
    font-size: .85em;
}

@media screen and (max-width:767px) {
    .jssocials-share {
        display: inline-block;
        vertical-align: top;
        margin: .3em .3em 0 0
    }
    .jssocials-share a {
        padding: .4em .80em;
        font-weight: 400;
        font-size: .75em!important;
    }
}