.woot-widget-bubble {
  position: fixed !important;
  right: 20px !important;
  bottom: 90px !important;
  width: 56px !important;
  height: 56px !important;
  background: #2e3c42 !important;
  clip-path: polygon(0% 0%, 100% 10%, 90% 100%, 10% 90%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 0 8px rgba(46, 60, 66, 0.4) !important;
}

.woot-widget-bubble svg {
  width: 28px !important;
  height: 28px !important;
  fill: #d0d0d0 !important;
}