share-button {
    display: block !important;
    position: relative;
    font-size: 14px;
    color: #37474f;
    background: url(../images/svg/share.svg) no-repeat;
    background-size: 1.2em 1.2em;
    background-position: 7px 6px;
    border: 1px #eef1f5 solid;
    padding: 5px 10px 5px 1.75em;
    border-radius: 5px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 10px;
    width: 100%;
    text-indent: 8px;
    z-index: 9999
}

share-button:hover {
    color: #37474f;
    background-color: #eeeeef
}

share-button:before {
    line-height: 1em;
    width: 1.2em;
    height: 1.2em;
    content: ' ';
    background: url(../images/svg/share.svg) no-repeat
}

share-button .sb-social {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

share-button .sb-social.sb-center {
    right: 8%
}

share-button .sb-social.active {
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    visibility: visible;
    top: -1px !important;
    right: -168px !important;
    height: 33px !important;
    border: 1px solid #eef1f5 !important;
    border-radius: 3px !important;
    background-color: #fff !important;
    background-size: cover !important
}

share-button .sb-social.load {
    -webkit-transition: none !important;
    transition: none !important
}

@media screen and (max-width:400px) {
    share-button .sb-social.networks-6.sb-center {
        white-space: initial;
        text-align: center;
        width: 300px
    }
}

@media screen and (max-width:460px) {
    share-button .sb-social.networks-7.sb-center {
        white-space: initial;
        text-align: center;
        width: 360px
    }
}

@media screen and (max-width:400px) {
    share-button .sb-social.networks-7.sb-center {
        white-space: initial;
        text-align: center;
        width: 300px
    }
}

@media screen and (max-width:520px) {
    share-button .sb-social.networks-8.sb-center {
        white-space: initial;
        text-align: center;
        width: 420px
    }
}

@media screen and (max-width:460px) {
    share-button .sb-social.networks-8.sb-center {
        white-space: initial;
        text-align: center;
        width: 360px
    }
}

@media screen and (max-width:400px) {
    share-button .sb-social.networks-8.sb-center {
        white-space: initial;
        text-align: center;
        width: 300px
    }
}

share-button .sb-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0
}

share-button .sb-social ul li {
    background: #fff;
    position: relative;
    height: 12px;
    width: 30px;
    padding: 9px 0;
    margin: 0;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
    box-sizing: content-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

share-button .sb-social ul li.enabled {
    display: inline-block
}

share-button .sb-social ul li.disabled {
    display: none
}

share-button .sb-social ul li:hover:before {
    opacity: 0
}

share-button .sb-social ul li:hover:after {
    opacity: .5
}

share-button .sb-social ul li:after,
share-button .sb-social ul li:before {
    content: ' ';
    position: absolute;
    width: inherit;
    height: inherit;
    -webkit-transform: translate(-20%, 0);
    -ms-transform: translate(-20%, 0);
    transform: translate(-20%, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-repeat: no-repeat !important;
    left: 13px
}

share-button .sb-social ul li:before {
    opacity: 1
}

share-button .sb-social ul li:after {
    opacity: 0
}

share-button .sb-social ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

share-button .sb-social li[class*=email]:before {
    background-image: url(../images/svg/email.svg)
}

share-button .sb-social li[class*=email]:after {
    background-image: url(../images/svg/email.svg)
}

share-button .sb-social li[class*=facebook]:before {
    background-image: url(../images/svg/facebook.svg)
}

share-button .sb-social li[class*=facebook]:after {
    background-image: url(../images/svg/facebook.svg)
}

share-button .sb-social li[class*=googlePlus] {
    display: none !important
}

share-button .sb-social li[class*=googlePlus]:before {
    background-image: url(../images/svg/googlePlus.svg);
    content: none;
    display: none !important
}

share-button .sb-social li[class*=googlePlus]:after {
    background-image: url(../images/svg/googlePlus.svg);
    content: none;
    display: none !important
}

share-button .sb-social li[class*=linkedin]:before {
    background-image: url(../images/svg/linkedin.svg)
}

share-button .sb-social li[class*=linkedin]:after {
    background-image: url(../images/svg/linkedin.svg)
}

share-button .sb-social li[class*=pinterest]:before {
    background-image: url(../images/svg/pinterest.svg)
}

share-button .sb-social li[class*=pinterest]:after {
    background-image: url(../images/svg/pinterest.svg)
}

share-button .sb-social li[class*=reddit]:before {
    background-image: url(../images/svg/reddit.svg);
    left: 41%
}

share-button .sb-social li[class*=reddit]:after {
    background-image: url(../images/svg/reddit.svg);
    left: 41%
}

share-button .sb-social li[class*=twitter]:before {
    background-image: url(../images/svg/twitter.svg)
}

share-button .sb-social li[class*=twitter]:after {
    background-image: url(../images/svg/twitter.svg)
}

share-button .sb-social li[class*=whatsapp]:before {
    background-image: url(../images/svg/whatsapp.svg)
}

share-button .sb-social li[class*=whatsapp]:after {
    background-image: url(../images/svg/whatsapp.svg)
}