.addThis_listSharing {
    position: fixed;
    bottom: 120px;
    z-index: 999;
    right: -10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.addThis_listing {
	list-style: none;
}
.actionToolbar_listing {
    list-style: none;
}
.addThis_listSharing {
    opacity: 1;
    visibility: visible;
    top: auto !important;
}
.addThis_listing .addThis_item {
    margin-bottom: 5px;
    margin-right: 24px;
}
.iconphone:hover:after{
        content:"0934 36 27 27";
        position:absolute;
        right:20px;
        background:#004951;
        z-index:-1;
        padding-right:30px;
        padding-left:20px;
        border-radius:30px 3% 0% 30px;
        width: 150px;
        
}
.addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 10%);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.addThis_item--icon.fb svg{
    fill: #004951;
}
.back-to-top {
    position: fixed;
    right: 13px;
    bottom: 75px;
    z-index: 20;
}
.back-to-top a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background: #fff;
    display: block;
    text-align: center;
    color: #d0b06a;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 10%);
    z-index: 99;
}
@media (max-width: 600px) {
    .addThis_listing .addThis_item .addThis_item--icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .back-to-top a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .back-to-top {
        bottom: 88px;
    }
}