.shareBtn .btn-group.open img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shareBtn .dropdown-menu { 
  left: inherit;
  right: 0; 
  top: 40px;
}
.shareBtn .dropdown-menu:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}


.shareBtn .dropdown-menu:after {
    content: "";
    border-width: 10px;
}
.shareBtn .dropdown-menu:after {
  top: -8px;
  margin-left: 45%;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

  .shareBtn .dropdown-menu li { 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
   }
    .shareBtn .dropdown-menu li img { width: 15px; margin-right: 3px; }
.shareBtn #popover-content-share {

} 
  .shareBtn #popover-content-share ul {

  }
    .shareBtn #popover-content-share ul li {
      cursor: pointer;
    }