/* Center FB feed CC */

div.fb-like-box.fb_iframe_widget{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* add backet icon at header */
ul.socialIcons li a.menuAdminBasket:before,ul.shareList li a.menuAdminBasket:before{
  content:'\f291';
  display: inline;
}

ul.socialIcons li a.menuAdminBasket{
  width: 170px;
}

ul.socialIcons li a[href*="twitter"]:before,
ul.shareList li a[href*="twitter"]:before {
    font-family: "font awesome 6 brands"!important;
    content: "\e61b"!important;
}

ul.socialIcons li a[href*="threads"]:before,
ul.shareList li a[href*="threads"]:before {
    font-family: "font awesome 6 brands"!important;
    content: "\e618"!important;
}