.share .dropdown-toggle::after{
    display:none;
}
.share{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
}

.share .dropdown-menu {
    width: max-content;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.share .dropdown-menu a{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.share .dropdown-menu a:hover{
    background: #f5f5f5;
    color:#ef6249;
}

